[INFO] updating cached repository https://github.com/ShaneQi/simfd [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 44deb1985e669a91c8f7a212d00d9ad83333605f [INFO] testing ShaneQi/simfd against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FShaneQi%2Fsimfd" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ShaneQi/simfd on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ShaneQi/simfd [INFO] finished tweaking git repo https://github.com/ShaneQi/simfd [INFO] tweaked toml for git repo https://github.com/ShaneQi/simfd written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/ShaneQi/simfd already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] cee7b64761de5a12467c6bc00c8de460ca14865d5f3beae3d3aeac26264ed1c0 [INFO] running `"docker" "start" "-a" "cee7b64761de5a12467c6bc00c8de460ca14865d5f3beae3d3aeac26264ed1c0"` [INFO] [stderr] Compiling encode_unicode v0.3.1 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling csv v0.15.0 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling prettytable-rs v0.6.7 [INFO] [stderr] Compiling plist-rs v0.1.0 [INFO] [stderr] Compiling simfd v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:43:51 [INFO] [stderr] | [INFO] [stderr] 43 | let mut default_simualtor_directory = std::env::home_dir() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.74s [INFO] running `"docker" "inspect" "cee7b64761de5a12467c6bc00c8de460ca14865d5f3beae3d3aeac26264ed1c0"` [INFO] running `"docker" "rm" "-f" "cee7b64761de5a12467c6bc00c8de460ca14865d5f3beae3d3aeac26264ed1c0"` [INFO] [stdout] cee7b64761de5a12467c6bc00c8de460ca14865d5f3beae3d3aeac26264ed1c0 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 932d0e89da5538c8d54acbcd78e8ff39aafae6e70f12f45776ba78b42ce8b7dc [INFO] running `"docker" "start" "-a" "932d0e89da5538c8d54acbcd78e8ff39aafae6e70f12f45776ba78b42ce8b7dc"` [INFO] [stderr] Compiling simfd v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:43:51 [INFO] [stderr] | [INFO] [stderr] 43 | let mut default_simualtor_directory = std::env::home_dir() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.43s [INFO] running `"docker" "inspect" "932d0e89da5538c8d54acbcd78e8ff39aafae6e70f12f45776ba78b42ce8b7dc"` [INFO] running `"docker" "rm" "-f" "932d0e89da5538c8d54acbcd78e8ff39aafae6e70f12f45776ba78b42ce8b7dc"` [INFO] [stdout] 932d0e89da5538c8d54acbcd78e8ff39aafae6e70f12f45776ba78b42ce8b7dc [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 4cd1229e23d1444592b076a37ea90859cb1c81b79bd58b9d78c150fcfd4cfccc [INFO] running `"docker" "start" "-a" "4cd1229e23d1444592b076a37ea90859cb1c81b79bd58b9d78c150fcfd4cfccc"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/simfd-96ab2cb9324cbb45 [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" "4cd1229e23d1444592b076a37ea90859cb1c81b79bd58b9d78c150fcfd4cfccc"` [INFO] running `"docker" "rm" "-f" "4cd1229e23d1444592b076a37ea90859cb1c81b79bd58b9d78c150fcfd4cfccc"` [INFO] [stdout] 4cd1229e23d1444592b076a37ea90859cb1c81b79bd58b9d78c150fcfd4cfccc