[INFO] updating cached repository Ryan1729/file_tgf [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Ryan1729/file_tgf [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Ryan1729/file_tgf" "work/ex/beta-1.38-1/sources/1.37.0/gh/Ryan1729/file_tgf"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Ryan1729/file_tgf'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Ryan1729/file_tgf" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Ryan1729/file_tgf"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Ryan1729/file_tgf'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 08d07eb563b43cd44922197169abb1f25a80da4a [INFO] sha for GitHub repo Ryan1729/file_tgf: 08d07eb563b43cd44922197169abb1f25a80da4a [INFO] validating manifest of Ryan1729/file_tgf 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 Ryan1729/file_tgf 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 Ryan1729/file_tgf [INFO] finished frobbing Ryan1729/file_tgf [INFO] frobbed toml for Ryan1729/file_tgf written to work/ex/beta-1.38-1/sources/1.37.0/gh/Ryan1729/file_tgf/Cargo.toml [INFO] started frobbing Ryan1729/file_tgf [INFO] finished frobbing Ryan1729/file_tgf [INFO] frobbed toml for Ryan1729/file_tgf written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Ryan1729/file_tgf/Cargo.toml [INFO] crate Ryan1729/file_tgf 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/Ryan1729/file_tgf/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 Ryan1729/file_tgf 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-5/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/Ryan1729/file_tgf:/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] 5c0c96ac87b57ae220ab7cd6439b49d9b585ea974041bf04df8abce87871e433 [INFO] running `"docker" "start" "-a" "5c0c96ac87b57ae220ab7cd6439b49d9b585ea974041bf04df8abce87871e433"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling file_tgf v1.0.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:106:29 [INFO] [stderr] | [INFO] [stderr] 106 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `HashMap` is imported redundantly [INFO] [stderr] --> src/main.rs:224:9 [INFO] [stderr] | [INFO] [stderr] 63 | use std::collections::HashMap; [INFO] [stderr] | ------------------------- the item `HashMap` is already imported here [INFO] [stderr] ... [INFO] [stderr] 224 | use std::collections::HashMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.97s [INFO] running `"docker" "inspect" "5c0c96ac87b57ae220ab7cd6439b49d9b585ea974041bf04df8abce87871e433"` [INFO] running `"docker" "rm" "-f" "5c0c96ac87b57ae220ab7cd6439b49d9b585ea974041bf04df8abce87871e433"` [INFO] [stdout] 5c0c96ac87b57ae220ab7cd6439b49d9b585ea974041bf04df8abce87871e433 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/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/Ryan1729/file_tgf:/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] f8b9dafbc8e4a97254a1dc8a8228c6e417ca1af4c3f96aab516a130d35bf9915 [INFO] running `"docker" "start" "-a" "f8b9dafbc8e4a97254a1dc8a8228c6e417ca1af4c3f96aab516a130d35bf9915"` [INFO] [stderr] Compiling file_tgf v1.0.2 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:106:29 [INFO] [stderr] | [INFO] [stderr] 106 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `HashMap` is imported redundantly [INFO] [stderr] --> src/main.rs:224:9 [INFO] [stderr] | [INFO] [stderr] 63 | use std::collections::HashMap; [INFO] [stderr] | ------------------------- the item `HashMap` is already imported here [INFO] [stderr] ... [INFO] [stderr] 224 | use std::collections::HashMap; [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.32s [INFO] running `"docker" "inspect" "f8b9dafbc8e4a97254a1dc8a8228c6e417ca1af4c3f96aab516a130d35bf9915"` [INFO] running `"docker" "rm" "-f" "f8b9dafbc8e4a97254a1dc8a8228c6e417ca1af4c3f96aab516a130d35bf9915"` [INFO] [stdout] f8b9dafbc8e4a97254a1dc8a8228c6e417ca1af4c3f96aab516a130d35bf9915 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/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/Ryan1729/file_tgf:/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] 30c775c3deeeaf41616d055196876085765e59022f168122bba0e4715f7f3987 [INFO] running `"docker" "start" "-a" "30c775c3deeeaf41616d055196876085765e59022f168122bba0e4715f7f3987"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/file_tgf-050074c1e0667944 [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" "30c775c3deeeaf41616d055196876085765e59022f168122bba0e4715f7f3987"` [INFO] running `"docker" "rm" "-f" "30c775c3deeeaf41616d055196876085765e59022f168122bba0e4715f7f3987"` [INFO] [stdout] 30c775c3deeeaf41616d055196876085765e59022f168122bba0e4715f7f3987