[INFO] cloning repository racr-rust/racr-compose [INFO] running `"git" "clone" "--bare" "git://github.com/racr-rust/racr-compose.git" "work/cache/sources/gh/racr-rust/racr-compose"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/racr-rust/racr-compose'... [INFO] running `"git" "clone" "work/cache/sources/gh/racr-rust/racr-compose" "work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/racr-rust/racr-compose"` [INFO] [stderr] Cloning into 'work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/racr-rust/racr-compose'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/racr-rust/racr-compose" "work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/racr-rust/racr-compose"` [INFO] [stderr] Cloning into 'work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/racr-rust/racr-compose'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2fae7179bad6c87a74eaf220657b21b728a8b899 [INFO] sha for GitHub repo racr-rust/racr-compose: 2fae7179bad6c87a74eaf220657b21b728a8b899 [INFO] validating manifest of racr-rust/racr-compose on toolchain master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1 [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of racr-rust/racr-compose on toolchain try#8f81d0bf6baf07b92f1246696722485c4ca0b049 [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing racr-rust/racr-compose [INFO] finished frobbing racr-rust/racr-compose [INFO] frobbed toml for racr-rust/racr-compose written to work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/racr-rust/racr-compose/Cargo.toml [INFO] started frobbing racr-rust/racr-compose [INFO] finished frobbing racr-rust/racr-compose [INFO] frobbed toml for racr-rust/racr-compose written to work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/racr-rust/racr-compose/Cargo.toml [INFO] crate racr-rust/racr-compose already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating git repository `https://github.com/kjetilkjeka/racr-format.git` [INFO] [stderr] Updating git repository `https://github.com/japaric/svd.git` [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking racr-rust/racr-compose against try#8f81d0bf6baf07b92f1246696722485c4ca0b049 for pr-62008 [INFO] running `"docker" "create" "-v" "/mnt/big/ec2-user/crater/work/local/target-dirs/pr-62008/worker-5/try#8f81d0bf6baf07b92f1246696722485c4ca0b049:/opt/crater/target:rw,Z" "-v" "/mnt/big/ec2-user/crater/work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/racr-rust/racr-compose:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/ec2-user/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/ec2-user/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] bd8cf8251a2be97cbb0bae76d266b7d50bfb84db2c556b2003b1b1c2391310ce [INFO] running `"docker" "start" "-a" "bd8cf8251a2be97cbb0bae76d266b7d50bfb84db2c556b2003b1b1c2391310ce"` [INFO] [stderr] Checking racr v0.1.0 (https://github.com/kjetilkjeka/racr-format.git?rev=df008cef8f77d59b16085a1b8fce7fe7bae4e21b#df008cef) [INFO] [stderr] Checking inflections v1.1.1 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking svd-parser v0.7.0 (https://github.com/japaric/svd.git#27257223) [INFO] [stderr] Checking racr-compose v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `Arg` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | Arg, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Arg` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | Arg, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.35s [INFO] running `"docker" "inspect" "bd8cf8251a2be97cbb0bae76d266b7d50bfb84db2c556b2003b1b1c2391310ce"` [INFO] running `"docker" "rm" "-f" "bd8cf8251a2be97cbb0bae76d266b7d50bfb84db2c556b2003b1b1c2391310ce"` [INFO] [stdout] bd8cf8251a2be97cbb0bae76d266b7d50bfb84db2c556b2003b1b1c2391310ce