[INFO] updating cached repository https://github.com/reujab/platinum [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] f6c288e37dd11162b813e95f7376222e7930fa99 [INFO] testing reujab/platinum against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Freujab%2Fplatinum" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/reujab/platinum on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/reujab/platinum [INFO] finished tweaking git repo https://github.com/reujab/platinum [INFO] tweaked toml for git repo https://github.com/reujab/platinum written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/reujab/platinum already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] bbb5e2cd8acad3a608a7c6d0415b706c9b4c78e4ea7aa118451a0f239aae6f3e [INFO] running `"docker" "start" "-a" "bbb5e2cd8acad3a608a7c6d0415b706c9b4c78e4ea7aa118451a0f239aae6f3e"` [INFO] [stderr] Compiling inotify v0.3.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling filetime v0.1.15 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling xmltree v0.8.0 [INFO] [stderr] Compiling miow v0.1.5 [INFO] [stderr] Compiling mio v0.5.1 [INFO] [stderr] Compiling notify v4.0.3 [INFO] [stderr] Compiling platinum v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/modules/disk.rs:54:28 [INFO] [stderr] | [INFO] [stderr] 54 | let mut stat = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.33s [INFO] running `"docker" "inspect" "bbb5e2cd8acad3a608a7c6d0415b706c9b4c78e4ea7aa118451a0f239aae6f3e"` [INFO] running `"docker" "rm" "-f" "bbb5e2cd8acad3a608a7c6d0415b706c9b4c78e4ea7aa118451a0f239aae6f3e"` [INFO] [stdout] bbb5e2cd8acad3a608a7c6d0415b706c9b4c78e4ea7aa118451a0f239aae6f3e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 9b40eff7e254f419598f9abd2c40ff4c7f1acfb94ccfc829155fda4393a5f324 [INFO] running `"docker" "start" "-a" "9b40eff7e254f419598f9abd2c40ff4c7f1acfb94ccfc829155fda4393a5f324"` [INFO] [stderr] Compiling platinum v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/modules/disk.rs:54:28 [INFO] [stderr] | [INFO] [stderr] 54 | let mut stat = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.88s [INFO] running `"docker" "inspect" "9b40eff7e254f419598f9abd2c40ff4c7f1acfb94ccfc829155fda4393a5f324"` [INFO] running `"docker" "rm" "-f" "9b40eff7e254f419598f9abd2c40ff4c7f1acfb94ccfc829155fda4393a5f324"` [INFO] [stdout] 9b40eff7e254f419598f9abd2c40ff4c7f1acfb94ccfc829155fda4393a5f324 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 6c1a8d4590e1ba4c1fcf3b7c7fb47fd74280ff19bc48b48afb4ac34654472d63 [INFO] running `"docker" "start" "-a" "6c1a8d4590e1ba4c1fcf3b7c7fb47fd74280ff19bc48b48afb4ac34654472d63"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/platinum-c2082862f14a3a18 [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" "6c1a8d4590e1ba4c1fcf3b7c7fb47fd74280ff19bc48b48afb4ac34654472d63"` [INFO] running `"docker" "rm" "-f" "6c1a8d4590e1ba4c1fcf3b7c7fb47fd74280ff19bc48b48afb4ac34654472d63"` [INFO] [stdout] 6c1a8d4590e1ba4c1fcf3b7c7fb47fd74280ff19bc48b48afb4ac34654472d63