[INFO] updating cached repository ships/el-nino [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ships/el-nino [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ships/el-nino" "work/ex/beta-1.38-1/sources/1.37.0/gh/ships/el-nino"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/ships/el-nino'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ships/el-nino" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ships/el-nino"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ships/el-nino'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f647303dd9b18bb4a89895cc494afc4a554d1bab [INFO] sha for GitHub repo ships/el-nino: f647303dd9b18bb4a89895cc494afc4a554d1bab [INFO] validating manifest of ships/el-nino 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 ships/el-nino 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 ships/el-nino [INFO] finished frobbing ships/el-nino [INFO] frobbed toml for ships/el-nino written to work/ex/beta-1.38-1/sources/1.37.0/gh/ships/el-nino/Cargo.toml [INFO] started frobbing ships/el-nino [INFO] finished frobbing ships/el-nino [INFO] frobbed toml for ships/el-nino written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ships/el-nino/Cargo.toml [INFO] crate ships/el-nino 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] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/ships/ridb` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/ships/el-nino/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] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/ships/ridb` [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://github.com/ships/ridb` [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 ships/el-nino against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/ships/el-nino:/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] eeea186fb586bf520ab898c62f07b2226d3f54491bdfd05b8ccb6b7d99f97a2f [INFO] running `"docker" "start" "-a" "eeea186fb586bf520ab898c62f07b2226d3f54491bdfd05b8ccb6b7d99f97a2f"` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling reqwest v0.9.19 [INFO] [stderr] Compiling ridb-client v1.0.0 (https://github.com/ships/ridb#6b6c73ed) [INFO] [stderr] Compiling el-nino v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `ent` [INFO] [stderr] --> src/main.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | Ok(ent) => println!("Got body: "), [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_ent` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 55.97s [INFO] running `"docker" "inspect" "eeea186fb586bf520ab898c62f07b2226d3f54491bdfd05b8ccb6b7d99f97a2f"` [INFO] running `"docker" "rm" "-f" "eeea186fb586bf520ab898c62f07b2226d3f54491bdfd05b8ccb6b7d99f97a2f"` [INFO] [stdout] eeea186fb586bf520ab898c62f07b2226d3f54491bdfd05b8ccb6b7d99f97a2f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/ships/el-nino:/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 61920ab3c5f8f62068492a3000d173bcf033a0d89b7a88d33266ae90f453df5b [INFO] running `"docker" "start" "-a" "61920ab3c5f8f62068492a3000d173bcf033a0d89b7a88d33266ae90f453df5b"` [INFO] [stderr] Compiling el-nino v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `ent` [INFO] [stderr] --> src/main.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | Ok(ent) => println!("Got body: "), [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_ent` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.88s [INFO] running `"docker" "inspect" "61920ab3c5f8f62068492a3000d173bcf033a0d89b7a88d33266ae90f453df5b"` [INFO] running `"docker" "rm" "-f" "61920ab3c5f8f62068492a3000d173bcf033a0d89b7a88d33266ae90f453df5b"` [INFO] [stdout] 61920ab3c5f8f62068492a3000d173bcf033a0d89b7a88d33266ae90f453df5b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/ships/el-nino:/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 741b0c03be2952130ad6c193c89f3da3f96648db56eacfa8724bba2194ad1062 [INFO] running `"docker" "start" "-a" "741b0c03be2952130ad6c193c89f3da3f96648db56eacfa8724bba2194ad1062"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/crater/target/debug/deps/el_nino-de8e18f5607a0535 [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" "741b0c03be2952130ad6c193c89f3da3f96648db56eacfa8724bba2194ad1062"` [INFO] running `"docker" "rm" "-f" "741b0c03be2952130ad6c193c89f3da3f96648db56eacfa8724bba2194ad1062"` [INFO] [stdout] 741b0c03be2952130ad6c193c89f3da3f96648db56eacfa8724bba2194ad1062