[INFO] updating cached repository https://github.com/Netw0rkLan/rustdos [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] 8a3f0cf8be49eb3e3aedba9156cf8d4a8ba64f44 [INFO] testing Netw0rkLan/rustdos against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FNetw0rkLan%2Frustdos" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Netw0rkLan/rustdos 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/Netw0rkLan/rustdos [INFO] finished tweaking git repo https://github.com/Netw0rkLan/rustdos [INFO] tweaked toml for git repo https://github.com/Netw0rkLan/rustdos written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/Netw0rkLan/rustdos 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-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] eca9d31b77fbe73caa758499096d9e45fb7e38d5066683847d7ac1c6ad62d84c [INFO] running `"docker" "start" "-a" "eca9d31b77fbe73caa758499096d9e45fb7e38d5066683847d7ac1c6ad62d84c"` [INFO] [stderr] Compiling libc v0.2.24 [INFO] [stderr] Compiling version_check v0.1.2 [INFO] [stderr] Compiling unicode-bidi v0.3.3 [INFO] [stderr] Compiling base64 v0.5.2 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling idna v0.1.2 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling num_cpus v1.6.2 [INFO] [stderr] Compiling time v0.1.37 [INFO] [stderr] Compiling textwrap v0.6.0 [INFO] [stderr] Compiling clap v2.25.0 [INFO] [stderr] Compiling url v1.5.1 [INFO] [stderr] Compiling hyper v0.10.12 [INFO] [stderr] Compiling rustdos v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::thread` [INFO] [stderr] --> src/main.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::thread; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.88s [INFO] running `"docker" "inspect" "eca9d31b77fbe73caa758499096d9e45fb7e38d5066683847d7ac1c6ad62d84c"` [INFO] running `"docker" "rm" "-f" "eca9d31b77fbe73caa758499096d9e45fb7e38d5066683847d7ac1c6ad62d84c"` [INFO] [stdout] eca9d31b77fbe73caa758499096d9e45fb7e38d5066683847d7ac1c6ad62d84c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] 0f99d1f3adf8ba122e7bb4cd594a043d780ee786e70ee36d976e0d4a1413ccaf [INFO] running `"docker" "start" "-a" "0f99d1f3adf8ba122e7bb4cd594a043d780ee786e70ee36d976e0d4a1413ccaf"` [INFO] [stderr] Compiling rustdos v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::thread` [INFO] [stderr] --> src/main.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::thread; [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.19s [INFO] running `"docker" "inspect" "0f99d1f3adf8ba122e7bb4cd594a043d780ee786e70ee36d976e0d4a1413ccaf"` [INFO] running `"docker" "rm" "-f" "0f99d1f3adf8ba122e7bb4cd594a043d780ee786e70ee36d976e0d4a1413ccaf"` [INFO] [stdout] 0f99d1f3adf8ba122e7bb4cd594a043d780ee786e70ee36d976e0d4a1413ccaf [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] 26bc450766e02d5564944079003c83756f0c872dd4adf15a8c604f8a856d7779 [INFO] running `"docker" "start" "-a" "26bc450766e02d5564944079003c83756f0c872dd4adf15a8c604f8a856d7779"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rustdos-27f6dc35774fce4e [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" "26bc450766e02d5564944079003c83756f0c872dd4adf15a8c604f8a856d7779"` [INFO] running `"docker" "rm" "-f" "26bc450766e02d5564944079003c83756f0c872dd4adf15a8c604f8a856d7779"` [INFO] [stdout] 26bc450766e02d5564944079003c83756f0c872dd4adf15a8c604f8a856d7779