[INFO] crate cargo-cook 0.3.1 is already in cache [INFO] testing cargo-cook-0.3.1 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate cargo-cook 0.3.1 into work/builds/worker-3/source [INFO] validating manifest of crates.io crate cargo-cook 0.3.1 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cargo-cook 0.3.1 [INFO] finished tweaking crates.io crate cargo-cook 0.3.1 [INFO] tweaked toml for crates.io crate cargo-cook 0.3.1 written to work/builds/worker-3/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] d79f27d859bce05e715b9d3f3f4649cd0a6be3ce1dafc51f1c111abdd0ab0816 [INFO] running `"docker" "start" "-a" "d79f27d859bce05e715b9d3f3f4649cd0a6be3ce1dafc51f1c111abdd0ab0816"` [INFO] [stderr] Compiling toml v0.3.2 [INFO] [stderr] Compiling termios v0.2.2 [INFO] [stderr] Compiling sysconf v0.1.2 [INFO] [stderr] Compiling ssh2 v0.3.3 [INFO] [stderr] Compiling rpassword v0.4.2 [INFO] [stderr] Compiling cargo-cook v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/hash.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref HASHES: HashMap<&'static str, fn(&[u8]) -> String> = { [INFO] [stderr] 11 | | let mut m = HashMap::new(); [INFO] [stderr] 12 | | m.insert("md5", md5 as fn(&[u8]) -> String); [INFO] [stderr] ... | [INFO] [stderr] 16 | | }; [INFO] [stderr] 17 | | } [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/container.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref CONTAINERS: HashMap<&'static str, fn(&str, &Files)> = { [INFO] [stderr] 13 | | let mut m = HashMap::new(); [INFO] [stderr] 14 | | m.insert("tar", tar as fn(&str, &Files)); [INFO] [stderr] ... | [INFO] [stderr] 18 | | }; [INFO] [stderr] 19 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/deploy.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref TARGETS: HashMap<&'static str, fn(&str, &Deploy) -> Result> = { [INFO] [stderr] 17 | | let mut m = HashMap::new(); [INFO] [stderr] 18 | | #[cfg(feature = "ssh")] [INFO] [stderr] ... | [INFO] [stderr] 24 | | static ref PAGE_SIZE: i64 = sysconf(SysconfVariable::ScPagesize).unwrap(); [INFO] [stderr] 25 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/deploy.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref TARGETS: HashMap<&'static str, fn(&str, &Deploy) -> Result> = { [INFO] [stderr] 17 | | let mut m = HashMap::new(); [INFO] [stderr] 18 | | #[cfg(feature = "ssh")] [INFO] [stderr] ... | [INFO] [stderr] 24 | | static ref PAGE_SIZE: i64 = sysconf(SysconfVariable::ScPagesize).unwrap(); [INFO] [stderr] 25 | | } [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 10.03s [INFO] running `"docker" "inspect" "d79f27d859bce05e715b9d3f3f4649cd0a6be3ce1dafc51f1c111abdd0ab0816"` [INFO] running `"docker" "rm" "-f" "d79f27d859bce05e715b9d3f3f4649cd0a6be3ce1dafc51f1c111abdd0ab0816"` [INFO] [stdout] d79f27d859bce05e715b9d3f3f4649cd0a6be3ce1dafc51f1c111abdd0ab0816 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 10dd248216d885391f0807cab630a45821bc68ae59edce43180b1e07e782332c [INFO] running `"docker" "start" "-a" "10dd248216d885391f0807cab630a45821bc68ae59edce43180b1e07e782332c"` [INFO] [stderr] Compiling cargo-cook v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/hash.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / lazy_static! { [INFO] [stderr] 10 | | static ref HASHES: HashMap<&'static str, fn(&[u8]) -> String> = { [INFO] [stderr] 11 | | let mut m = HashMap::new(); [INFO] [stderr] 12 | | m.insert("md5", md5 as fn(&[u8]) -> String); [INFO] [stderr] ... | [INFO] [stderr] 16 | | }; [INFO] [stderr] 17 | | } [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/container.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref CONTAINERS: HashMap<&'static str, fn(&str, &Files)> = { [INFO] [stderr] 13 | | let mut m = HashMap::new(); [INFO] [stderr] 14 | | m.insert("tar", tar as fn(&str, &Files)); [INFO] [stderr] ... | [INFO] [stderr] 18 | | }; [INFO] [stderr] 19 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/deploy.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref TARGETS: HashMap<&'static str, fn(&str, &Deploy) -> Result> = { [INFO] [stderr] 17 | | let mut m = HashMap::new(); [INFO] [stderr] 18 | | #[cfg(feature = "ssh")] [INFO] [stderr] ... | [INFO] [stderr] 24 | | static ref PAGE_SIZE: i64 = sysconf(SysconfVariable::ScPagesize).unwrap(); [INFO] [stderr] 25 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/deploy.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / lazy_static! { [INFO] [stderr] 16 | | static ref TARGETS: HashMap<&'static str, fn(&str, &Deploy) -> Result> = { [INFO] [stderr] 17 | | let mut m = HashMap::new(); [INFO] [stderr] 18 | | #[cfg(feature = "ssh")] [INFO] [stderr] ... | [INFO] [stderr] 24 | | static ref PAGE_SIZE: i64 = sysconf(SysconfVariable::ScPagesize).unwrap(); [INFO] [stderr] 25 | | } [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 1.17s [INFO] running `"docker" "inspect" "10dd248216d885391f0807cab630a45821bc68ae59edce43180b1e07e782332c"` [INFO] running `"docker" "rm" "-f" "10dd248216d885391f0807cab630a45821bc68ae59edce43180b1e07e782332c"` [INFO] [stdout] 10dd248216d885391f0807cab630a45821bc68ae59edce43180b1e07e782332c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 632bd5bbbbe566e339bef73273cbf96fd8ae9051cdc278f2dff277cd4b87249f [INFO] running `"docker" "start" "-a" "632bd5bbbbe566e339bef73273cbf96fd8ae9051cdc278f2dff277cd4b87249f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/cargo_cook-e9851cf3547dcf5a [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" "632bd5bbbbe566e339bef73273cbf96fd8ae9051cdc278f2dff277cd4b87249f"` [INFO] running `"docker" "rm" "-f" "632bd5bbbbe566e339bef73273cbf96fd8ae9051cdc278f2dff277cd4b87249f"` [INFO] [stdout] 632bd5bbbbe566e339bef73273cbf96fd8ae9051cdc278f2dff277cd4b87249f