[INFO] updating cached repository https://github.com/jD91mZM2/rust-import [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c41881b5202691db94864e337f96a3dddbda98b7 [INFO] testing jD91mZM2/rust-import against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FjD91mZM2%2Frust-import" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jD91mZM2/rust-import on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jD91mZM2/rust-import [INFO] finished tweaking git repo https://github.com/jD91mZM2/rust-import [INFO] tweaked toml for git repo https://github.com/jD91mZM2/rust-import written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/jD91mZM2/rust-import already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] f48d9287cc034435e1942f3703f304a67340ed3098993e702ddbfbeeee378532 [INFO] running `"docker" "start" "-a" "f48d9287cc034435e1942f3703f304a67340ed3098993e702ddbfbeeee378532"` [INFO] [stderr] Compiling cc v1.0.14 [INFO] [stderr] Compiling bitflags v1.0.2 [INFO] [stderr] Compiling serde v1.0.43 [INFO] [stderr] Compiling atty v0.2.10 [INFO] [stderr] Compiling syn v0.13.4 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling serde_derive_internals v0.23.1 [INFO] [stderr] Compiling serde_json v1.0.16 [INFO] [stderr] Compiling serde_derive v1.0.43 [INFO] [stderr] Compiling backtrace v0.3.6 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling rust-import v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:277:29 [INFO] [stderr] | [INFO] [stderr] 277 | let mut list = &mut group.items; [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.06s [INFO] running `"docker" "inspect" "f48d9287cc034435e1942f3703f304a67340ed3098993e702ddbfbeeee378532"` [INFO] running `"docker" "rm" "-f" "f48d9287cc034435e1942f3703f304a67340ed3098993e702ddbfbeeee378532"` [INFO] [stdout] f48d9287cc034435e1942f3703f304a67340ed3098993e702ddbfbeeee378532 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 86f03dadfbe2d4a46892c873a8feee07b231ffc93e5a8c34ee54bd87d9b22a61 [INFO] running `"docker" "start" "-a" "86f03dadfbe2d4a46892c873a8feee07b231ffc93e5a8c34ee54bd87d9b22a61"` [INFO] [stderr] Compiling rust-import v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:277:29 [INFO] [stderr] | [INFO] [stderr] 277 | let mut list = &mut group.items; [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.89s [INFO] running `"docker" "inspect" "86f03dadfbe2d4a46892c873a8feee07b231ffc93e5a8c34ee54bd87d9b22a61"` [INFO] running `"docker" "rm" "-f" "86f03dadfbe2d4a46892c873a8feee07b231ffc93e5a8c34ee54bd87d9b22a61"` [INFO] [stdout] 86f03dadfbe2d4a46892c873a8feee07b231ffc93e5a8c34ee54bd87d9b22a61 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] ed604178c9b39a6c6aeacdc839ae94e221bd98081c8ba36372470fa7e8f514c8 [INFO] running `"docker" "start" "-a" "ed604178c9b39a6c6aeacdc839ae94e221bd98081c8ba36372470fa7e8f514c8"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rust_import-fa0c9db71ac3f4a4 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "ed604178c9b39a6c6aeacdc839ae94e221bd98081c8ba36372470fa7e8f514c8"` [INFO] running `"docker" "rm" "-f" "ed604178c9b39a6c6aeacdc839ae94e221bd98081c8ba36372470fa7e8f514c8"` [INFO] [stdout] ed604178c9b39a6c6aeacdc839ae94e221bd98081c8ba36372470fa7e8f514c8