[INFO] updating cached repository brson/cargo-crusader [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/brson/cargo-crusader [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/brson/cargo-crusader" "work/ex/beta-1.38-1/sources/1.37.0/gh/brson/cargo-crusader"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/brson/cargo-crusader'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/brson/cargo-crusader" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/brson/cargo-crusader"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/brson/cargo-crusader'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3bf3709586210b8a2e5c575327f63d7187090d26 [INFO] sha for GitHub repo brson/cargo-crusader: 3bf3709586210b8a2e5c575327f63d7187090d26 [INFO] validating manifest of brson/cargo-crusader on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of brson/cargo-crusader on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing brson/cargo-crusader [INFO] finished frobbing brson/cargo-crusader [INFO] frobbed toml for brson/cargo-crusader written to work/ex/beta-1.38-1/sources/1.37.0/gh/brson/cargo-crusader/Cargo.toml [INFO] started frobbing brson/cargo-crusader [INFO] finished frobbing brson/cargo-crusader [INFO] frobbed toml for brson/cargo-crusader written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/brson/cargo-crusader/Cargo.toml [INFO] crate brson/cargo-crusader already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing brson/cargo-crusader against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/brson/cargo-crusader:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 3c14d11a8dffb71e90aba8606de1432e59c1d76a64a46160f81f4796219c5fc1 [INFO] running `"docker" "start" "-a" "3c14d11a8dffb71e90aba8606de1432e59c1d76a64a46160f81f4796219c5fc1"` [INFO] [stderr] Compiling pkg-config v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.2.2 [INFO] [stderr] Compiling openssl-probe v0.1.1 [INFO] [stderr] Compiling lazy_static v0.1.15 [INFO] [stderr] Compiling threadpool v0.1.4 [INFO] [stderr] Compiling advapi32-sys v0.1.2 [INFO] [stderr] Compiling kernel32-sys v0.2.1 [INFO] [stderr] Compiling memchr v0.1.7 [INFO] [stderr] Compiling log v0.3.4 [INFO] [stderr] Compiling socket2 v0.2.1 [INFO] [stderr] Compiling toml v0.1.25 [INFO] [stderr] Compiling aho-corasick v0.4.0 [INFO] [stderr] Compiling term v0.2.14 [INFO] [stderr] Compiling num_cpus v0.2.10 [INFO] [stderr] Compiling rand v0.3.12 [INFO] [stderr] Compiling libz-sys v1.0.16 [INFO] [stderr] Compiling openssl-sys v0.9.4 [INFO] [stderr] Compiling curl-sys v0.3.14 [INFO] [stderr] Compiling regex v0.1.46 [INFO] [stderr] Compiling tempdir v0.3.4 [INFO] [stderr] Compiling env_logger v0.3.2 [INFO] [stderr] Compiling curl v0.4.7 [INFO] [stderr] Compiling cargo-crusader v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:551:4 [INFO] [stderr] | [INFO] [stderr] 551 | / lazy_static! { [INFO] [stderr] 552 | | static ref LOCK: Mutex<()> = Mutex::new(()); [INFO] [stderr] 553 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:551:4 [INFO] [stderr] | [INFO] [stderr] 551 | / lazy_static! { [INFO] [stderr] 552 | | static ref LOCK: Mutex<()> = Mutex::new(()); [INFO] [stderr] 553 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 11s [INFO] running `"docker" "inspect" "3c14d11a8dffb71e90aba8606de1432e59c1d76a64a46160f81f4796219c5fc1"` [INFO] running `"docker" "rm" "-f" "3c14d11a8dffb71e90aba8606de1432e59c1d76a64a46160f81f4796219c5fc1"` [INFO] [stdout] 3c14d11a8dffb71e90aba8606de1432e59c1d76a64a46160f81f4796219c5fc1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/brson/cargo-crusader:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 352b3be1cba1b292ea98263a7feb1cc200208f2071e300c01a9f3e93e8a63ea4 [INFO] running `"docker" "start" "-a" "352b3be1cba1b292ea98263a7feb1cc200208f2071e300c01a9f3e93e8a63ea4"` [INFO] [stderr] Compiling cargo-crusader v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:551:4 [INFO] [stderr] | [INFO] [stderr] 551 | / lazy_static! { [INFO] [stderr] 552 | | static ref LOCK: Mutex<()> = Mutex::new(()); [INFO] [stderr] 553 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:551:4 [INFO] [stderr] | [INFO] [stderr] 551 | / lazy_static! { [INFO] [stderr] 552 | | static ref LOCK: Mutex<()> = Mutex::new(()); [INFO] [stderr] 553 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.96s [INFO] running `"docker" "inspect" "352b3be1cba1b292ea98263a7feb1cc200208f2071e300c01a9f3e93e8a63ea4"` [INFO] running `"docker" "rm" "-f" "352b3be1cba1b292ea98263a7feb1cc200208f2071e300c01a9f3e93e8a63ea4"` [INFO] [stdout] 352b3be1cba1b292ea98263a7feb1cc200208f2071e300c01a9f3e93e8a63ea4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/brson/cargo-crusader:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] c27d13b5f2b7fa28ed313da0ab8acc36c85642c3e96b61066efa040309feabec [INFO] running `"docker" "start" "-a" "c27d13b5f2b7fa28ed313da0ab8acc36c85642c3e96b61066efa040309feabec"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/cargo_crusader-06d8b7e6cf188571 [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" "c27d13b5f2b7fa28ed313da0ab8acc36c85642c3e96b61066efa040309feabec"` [INFO] running `"docker" "rm" "-f" "c27d13b5f2b7fa28ed313da0ab8acc36c85642c3e96b61066efa040309feabec"` [INFO] [stdout] c27d13b5f2b7fa28ed313da0ab8acc36c85642c3e96b61066efa040309feabec