[INFO] updating cached repository soderstroff/defunct [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/soderstroff/defunct [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/soderstroff/defunct" "work/ex/beta-1.38-1/sources/1.37.0/gh/soderstroff/defunct"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/soderstroff/defunct'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/soderstroff/defunct" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/soderstroff/defunct"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/soderstroff/defunct'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a794b004ebac09034530bf6fc57da1bdbf33de42 [INFO] sha for GitHub repo soderstroff/defunct: a794b004ebac09034530bf6fc57da1bdbf33de42 [INFO] validating manifest of soderstroff/defunct 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 soderstroff/defunct 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 soderstroff/defunct [INFO] finished frobbing soderstroff/defunct [INFO] frobbed toml for soderstroff/defunct written to work/ex/beta-1.38-1/sources/1.37.0/gh/soderstroff/defunct/Cargo.toml [INFO] started frobbing soderstroff/defunct [INFO] finished frobbing soderstroff/defunct [INFO] frobbed toml for soderstroff/defunct written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/soderstroff/defunct/Cargo.toml [INFO] crate soderstroff/defunct 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] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/soderstroff/defunct/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 soderstroff/defunct 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-2/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/soderstroff/defunct:/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] 3715f7a216dd6311c0813d02c400bb5e6f271ffa56557a00945344b9faa2ab95 [INFO] running `"docker" "start" "-a" "3715f7a216dd6311c0813d02c400bb5e6f271ffa56557a00945344b9faa2ab95"` [INFO] [stderr] Compiling defunct v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/data.rs:288:26 [INFO] [stderr] | [INFO] [stderr] 288 | parent: Some((parent.clone())), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data.rs:272:1 [INFO] [stderr] | [INFO] [stderr] 272 | / lazy_static! { [INFO] [stderr] 273 | | static ref PRIMITIVES: HashMap Data> = { [INFO] [stderr] 274 | | let mut p: HashMap Data> = HashMap::new(); [INFO] [stderr] 275 | | for (ident, op) in vec!(("*", multiply as fn(&Data)->Data), ("+", add), ("exit", quit), ("<", lt), [INFO] [stderr] ... | [INFO] [stderr] 281 | | }; [INFO] [stderr] 282 | | } [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/data.rs:272:1 [INFO] [stderr] | [INFO] [stderr] 272 | / lazy_static! { [INFO] [stderr] 273 | | static ref PRIMITIVES: HashMap Data> = { [INFO] [stderr] 274 | | let mut p: HashMap Data> = HashMap::new(); [INFO] [stderr] 275 | | for (ident, op) in vec!(("*", multiply as fn(&Data)->Data), ("+", add), ("exit", quit), ("<", lt), [INFO] [stderr] ... | [INFO] [stderr] 281 | | }; [INFO] [stderr] 282 | | } [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: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 59 | let mut stdin = std::io::stdin(); [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 2.32s [INFO] running `"docker" "inspect" "3715f7a216dd6311c0813d02c400bb5e6f271ffa56557a00945344b9faa2ab95"` [INFO] running `"docker" "rm" "-f" "3715f7a216dd6311c0813d02c400bb5e6f271ffa56557a00945344b9faa2ab95"` [INFO] [stdout] 3715f7a216dd6311c0813d02c400bb5e6f271ffa56557a00945344b9faa2ab95 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/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/soderstroff/defunct:/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] 0fd1def535cb7934116369b3afe6f1e61ed1c9c1e624c3375a460a9b0e952cf5 [INFO] running `"docker" "start" "-a" "0fd1def535cb7934116369b3afe6f1e61ed1c9c1e624c3375a460a9b0e952cf5"` [INFO] [stderr] Compiling defunct v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/data.rs:288:26 [INFO] [stderr] | [INFO] [stderr] 288 | parent: Some((parent.clone())), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/data.rs:272:1 [INFO] [stderr] | [INFO] [stderr] 272 | / lazy_static! { [INFO] [stderr] 273 | | static ref PRIMITIVES: HashMap Data> = { [INFO] [stderr] 274 | | let mut p: HashMap Data> = HashMap::new(); [INFO] [stderr] 275 | | for (ident, op) in vec!(("*", multiply as fn(&Data)->Data), ("+", add), ("exit", quit), ("<", lt), [INFO] [stderr] ... | [INFO] [stderr] 281 | | }; [INFO] [stderr] 282 | | } [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/data.rs:272:1 [INFO] [stderr] | [INFO] [stderr] 272 | / lazy_static! { [INFO] [stderr] 273 | | static ref PRIMITIVES: HashMap Data> = { [INFO] [stderr] 274 | | let mut p: HashMap Data> = HashMap::new(); [INFO] [stderr] 275 | | for (ident, op) in vec!(("*", multiply as fn(&Data)->Data), ("+", add), ("exit", quit), ("<", lt), [INFO] [stderr] ... | [INFO] [stderr] 281 | | }; [INFO] [stderr] 282 | | } [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: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 59 | let mut stdin = std::io::stdin(); [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 1.05s [INFO] running `"docker" "inspect" "0fd1def535cb7934116369b3afe6f1e61ed1c9c1e624c3375a460a9b0e952cf5"` [INFO] running `"docker" "rm" "-f" "0fd1def535cb7934116369b3afe6f1e61ed1c9c1e624c3375a460a9b0e952cf5"` [INFO] [stdout] 0fd1def535cb7934116369b3afe6f1e61ed1c9c1e624c3375a460a9b0e952cf5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/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/soderstroff/defunct:/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] b2057a9b24b33eb9992d385b6c24bd937c7c88345e0fb4577dd608b90552de16 [INFO] running `"docker" "start" "-a" "b2057a9b24b33eb9992d385b6c24bd937c7c88345e0fb4577dd608b90552de16"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/defunct-34c2d7be69ca2147 [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" "b2057a9b24b33eb9992d385b6c24bd937c7c88345e0fb4577dd608b90552de16"` [INFO] running `"docker" "rm" "-f" "b2057a9b24b33eb9992d385b6c24bd937c7c88345e0fb4577dd608b90552de16"` [INFO] [stdout] b2057a9b24b33eb9992d385b6c24bd937c7c88345e0fb4577dd608b90552de16