[INFO] cloning repository brandonio21/wallers [INFO] running `"git" "clone" "--bare" "git://github.com/brandonio21/wallers.git" "work/cache/sources/gh/brandonio21/wallers"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/brandonio21/wallers'... [INFO] running `"git" "clone" "work/cache/sources/gh/brandonio21/wallers" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/brandonio21/wallers"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/brandonio21/wallers'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/brandonio21/wallers" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/brandonio21/wallers"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/brandonio21/wallers'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 271dcf877918ba155cc5ee252bd103e0d25b7a88 [INFO] sha for GitHub repo brandonio21/wallers: 271dcf877918ba155cc5ee252bd103e0d25b7a88 [INFO] validating manifest of brandonio21/wallers on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of brandonio21/wallers on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing brandonio21/wallers [INFO] finished frobbing brandonio21/wallers [INFO] frobbed toml for brandonio21/wallers written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/brandonio21/wallers/Cargo.toml [INFO] started frobbing brandonio21/wallers [INFO] finished frobbing brandonio21/wallers [INFO] frobbed toml for brandonio21/wallers written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/brandonio21/wallers/Cargo.toml [INFO] crate brandonio21/wallers already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded easy-hash v0.1.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing brandonio21/wallers against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/brandonio21/wallers:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 84b06abd308530b232bd0471a5981eb39c47773cc15185a6e2d1d84322a39091 [INFO] running `"docker" "start" "-a" "84b06abd308530b232bd0471a5981eb39c47773cc15185a6e2d1d84322a39091"` [INFO] [stderr] Compiling odds v0.2.25 [INFO] [stderr] Compiling byte-tools v0.1.3 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling libz-sys v1.0.16 [INFO] [stderr] Compiling curl-sys v0.3.13 [INFO] [stderr] Compiling clap v2.25.0 [INFO] [stderr] Compiling nodrop v0.1.9 [INFO] [stderr] Compiling generic-array v0.6.0 [INFO] [stderr] Compiling digest-buffer v0.2.0 [INFO] [stderr] Compiling digest v0.4.0 [INFO] [stderr] Compiling sha2 v0.4.2 [INFO] [stderr] Compiling easy-hash v0.1.0 [INFO] [stderr] Compiling curl v0.4.7 [INFO] [stderr] Compiling wallers v0.1.3 (/opt/crater/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:72:20 [INFO] [stderr] | [INFO] [stderr] 72 | let home_dir = 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 2m 27s [INFO] running `"docker" "inspect" "84b06abd308530b232bd0471a5981eb39c47773cc15185a6e2d1d84322a39091"` [INFO] running `"docker" "rm" "-f" "84b06abd308530b232bd0471a5981eb39c47773cc15185a6e2d1d84322a39091"` [INFO] [stdout] 84b06abd308530b232bd0471a5981eb39c47773cc15185a6e2d1d84322a39091 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/brandonio21/wallers:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 6f440f44f887a3884d39e8cb941d9eb9176cec46788a35b9be8e066360b61bfd [INFO] running `"docker" "start" "-a" "6f440f44f887a3884d39e8cb941d9eb9176cec46788a35b9be8e066360b61bfd"` [INFO] [stderr] Compiling wallers v0.1.3 (/opt/crater/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:72:20 [INFO] [stderr] | [INFO] [stderr] 72 | let home_dir = 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 1.22s [INFO] running `"docker" "inspect" "6f440f44f887a3884d39e8cb941d9eb9176cec46788a35b9be8e066360b61bfd"` [INFO] running `"docker" "rm" "-f" "6f440f44f887a3884d39e8cb941d9eb9176cec46788a35b9be8e066360b61bfd"` [INFO] [stdout] 6f440f44f887a3884d39e8cb941d9eb9176cec46788a35b9be8e066360b61bfd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/brandonio21/wallers:/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] a1cb26c90993ef4d7cd843307d3b7a5e435995055a03afcb21683f8280779d19 [INFO] running `"docker" "start" "-a" "a1cb26c90993ef4d7cd843307d3b7a5e435995055a03afcb21683f8280779d19"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.54s [INFO] [stderr] Running /opt/crater/target/debug/deps/wallers-8c41a98b8af6ea97 [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" "a1cb26c90993ef4d7cd843307d3b7a5e435995055a03afcb21683f8280779d19"` [INFO] running `"docker" "rm" "-f" "a1cb26c90993ef4d7cd843307d3b7a5e435995055a03afcb21683f8280779d19"` [INFO] [stdout] a1cb26c90993ef4d7cd843307d3b7a5e435995055a03afcb21683f8280779d19