Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo bloat has broken #47

Closed
ah- opened this issue Mar 20, 2018 · 1 comment
Closed

cargo bloat has broken #47

ah- opened this issue Mar 20, 2018 · 1 comment

Comments

@ah-
Copy link
Owner

ah- commented Mar 20, 2018

Not sure what changed, but the travis builds fail with this:

The command "cargo fmt --all -- --write-mode=diff" exited with 0.
$ make bloat
xargo bloat --target thumbv7m-none-eabi  -n 50
   Compiling core v0.0.0 (file:///home/travis/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src/libcore)
    Finished release [optimized + debuginfo] target(s) in 42.60 secs
   Compiling compiler_builtins v0.1.0 (file:///home/travis/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src/libcompiler_builtins)
    Finished release [optimized + debuginfo] target(s) in 4.34 secs
error: Invalid arguments.
Usage: cargo bloat [options]
make: *** [bloat] Error 1

Going to remove it from travis until we figure out what's wrong.

It's working fine for me locally, but I'm not on the latest nightly.

@hdhoang
Copy link
Collaborator

hdhoang commented Mar 21, 2018

Looks like this is rust-lang/cargo#5212, and fixed by rust-lang/rust#49182

@ah- ah- closed this as completed in 53164b4 Mar 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants