[INFO] updating cached repository limitee/easy_config [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/limitee/easy_config [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/limitee/easy_config" "work/ex/beta-1.38-1/sources/1.37.0/gh/limitee/easy_config"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/limitee/easy_config'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/limitee/easy_config" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/limitee/easy_config"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/limitee/easy_config'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 882e04f9397a9d35dcc523e622cf1cf0c326f17b [INFO] sha for GitHub repo limitee/easy_config: 882e04f9397a9d35dcc523e622cf1cf0c326f17b [INFO] validating manifest of limitee/easy_config 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 limitee/easy_config 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 limitee/easy_config [INFO] finished frobbing limitee/easy_config [INFO] frobbed toml for limitee/easy_config written to work/ex/beta-1.38-1/sources/1.37.0/gh/limitee/easy_config/Cargo.toml [INFO] started frobbing limitee/easy_config [INFO] finished frobbing limitee/easy_config [INFO] frobbed toml for limitee/easy_config written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/limitee/easy_config/Cargo.toml [INFO] crate limitee/easy_config 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/limitee/easy_config/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] [stderr] Updating git repository `https://limitee:20131988lm@github.com/limitee/easy_util.git` [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] [stderr] Updating git repository `https://limitee:20131988lm@github.com/limitee/easy_util.git` [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 limitee/easy_config 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-3/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/limitee/easy_config:/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] 9adebedf13c91d49655e1b00dd382c9af5a9ec262cbd56c8fa0420e4b0bfca38 [INFO] running `"docker" "start" "-a" "9adebedf13c91d49655e1b00dd382c9af5a9ec262cbd56c8fa0420e4b0bfca38"` [INFO] [stderr] Compiling easy_util v0.0.1 (https://limitee:20131988lm@github.com/limitee/easy_util.git#06f6195a) [INFO] [stderr] Compiling easy_config v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:107:1 [INFO] [stderr] | [INFO] [stderr] 107 | / lazy_static! { [INFO] [stderr] 108 | | pub static ref CFG:Config = Config::new(); [INFO] [stderr] 109 | | } [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/lib.rs:107:1 [INFO] [stderr] | [INFO] [stderr] 107 | / lazy_static! { [INFO] [stderr] 108 | | pub static ref CFG:Config = Config::new(); [INFO] [stderr] 109 | | } [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: unused import: `rustc_serialize::json::ToJson` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use rustc_serialize::json::ToJson; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.69s [INFO] running `"docker" "inspect" "9adebedf13c91d49655e1b00dd382c9af5a9ec262cbd56c8fa0420e4b0bfca38"` [INFO] running `"docker" "rm" "-f" "9adebedf13c91d49655e1b00dd382c9af5a9ec262cbd56c8fa0420e4b0bfca38"` [INFO] [stdout] 9adebedf13c91d49655e1b00dd382c9af5a9ec262cbd56c8fa0420e4b0bfca38 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/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/limitee/easy_config:/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] 3524bfb4ba1471c341872429474041f183987dcfa702676eca91e6cf31d0dfce [INFO] running `"docker" "start" "-a" "3524bfb4ba1471c341872429474041f183987dcfa702676eca91e6cf31d0dfce"` [INFO] [stderr] Compiling easy_config v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `rustc_serialize::json::ToJson` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use rustc_serialize::json::ToJson; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` 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/lib.rs:107:1 [INFO] [stderr] | [INFO] [stderr] 107 | / lazy_static! { [INFO] [stderr] 108 | | pub static ref CFG:Config = Config::new(); [INFO] [stderr] 109 | | } [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/lib.rs:107:1 [INFO] [stderr] | [INFO] [stderr] 107 | / lazy_static! { [INFO] [stderr] 108 | | pub static ref CFG:Config = Config::new(); [INFO] [stderr] 109 | | } [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.45s [INFO] running `"docker" "inspect" "3524bfb4ba1471c341872429474041f183987dcfa702676eca91e6cf31d0dfce"` [INFO] running `"docker" "rm" "-f" "3524bfb4ba1471c341872429474041f183987dcfa702676eca91e6cf31d0dfce"` [INFO] [stdout] 3524bfb4ba1471c341872429474041f183987dcfa702676eca91e6cf31d0dfce [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/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/limitee/easy_config:/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] f051262244f540df27386d1f00f4e107c90ab91b0fe191a71a2f4ee0a8b56aa3 [INFO] running `"docker" "start" "-a" "f051262244f540df27386d1f00f4e107c90ab91b0fe191a71a2f4ee0a8b56aa3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/easy_config-de1d98d98301cd8c [INFO] [stderr] Running /opt/crater/target/debug/deps/easy_config-2977d21b4ee4a825 [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] [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] [stderr] Doc-tests easy_config [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" "f051262244f540df27386d1f00f4e107c90ab91b0fe191a71a2f4ee0a8b56aa3"` [INFO] running `"docker" "rm" "-f" "f051262244f540df27386d1f00f4e107c90ab91b0fe191a71a2f4ee0a8b56aa3"` [INFO] [stdout] f051262244f540df27386d1f00f4e107c90ab91b0fe191a71a2f4ee0a8b56aa3