[INFO] updating cached repository https://github.com/travismiller/not80 [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] 92b97fd8e0fc1a1cd3a3328dee9afd838d93da6c [INFO] testing travismiller/not80 against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftravismiller%2Fnot80" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/travismiller/not80 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/travismiller/not80 [INFO] finished tweaking git repo https://github.com/travismiller/not80 [INFO] tweaked toml for git repo https://github.com/travismiller/not80 written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/travismiller/not80 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-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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] 36f753a36fe5ab5ed1b1e49d48cc71d474167bdaeb7ab33370fac8185bc6f15c [INFO] running `"docker" "start" "-a" "36f753a36fe5ab5ed1b1e49d48cc71d474167bdaeb7ab33370fac8185bc6f15c"` [INFO] [stderr] Compiling rand v0.3.19 [INFO] [stderr] Compiling num_cpus v1.7.0 [INFO] [stderr] Compiling iovec v0.1.1 [INFO] [stderr] Compiling log v0.4.0 [INFO] [stderr] Compiling net2 v0.2.31 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling regex v0.2.3 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling bytes v0.4.5 [INFO] [stderr] Compiling futures-cpupool v0.1.7 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling mio v0.6.11 [INFO] [stderr] Compiling tokio-io v0.1.4 [INFO] [stderr] Compiling rayon-core v1.3.0 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling tokio-core v0.1.11 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Compiling derive-error-chain v0.10.1 [INFO] [stderr] Compiling hyper v0.11.10 [INFO] [stderr] Compiling dotenv v0.10.1 [INFO] [stderr] Compiling webpki v0.17.0 [INFO] [stderr] Compiling sct v0.2.0 [INFO] [stderr] Compiling rustls v0.11.0 [INFO] [stderr] Compiling not80 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:54:23 [INFO] [stderr] | [INFO] [stderr] 54 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / error_chain! { [INFO] [stderr] 17 | | foreign_links { [INFO] [stderr] 18 | | AddrParse(std::net::AddrParseError); [INFO] [stderr] 19 | | Hyper(hyper::Error); [INFO] [stderr] 20 | | Utf8(std::str::Utf8Error); [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / error_chain! { [INFO] [stderr] 17 | | foreign_links { [INFO] [stderr] 18 | | AddrParse(std::net::AddrParseError); [INFO] [stderr] 19 | | Hyper(hyper::Error); [INFO] [stderr] 20 | | Utf8(std::str::Utf8Error); [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.16s [INFO] running `"docker" "inspect" "36f753a36fe5ab5ed1b1e49d48cc71d474167bdaeb7ab33370fac8185bc6f15c"` [INFO] running `"docker" "rm" "-f" "36f753a36fe5ab5ed1b1e49d48cc71d474167bdaeb7ab33370fac8185bc6f15c"` [INFO] [stdout] 36f753a36fe5ab5ed1b1e49d48cc71d474167bdaeb7ab33370fac8185bc6f15c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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] 63a89b13e6f91452e468186c2aaca41f4df43050e4ae46e58c16aaadcf037960 [INFO] running `"docker" "start" "-a" "63a89b13e6f91452e468186c2aaca41f4df43050e4ae46e58c16aaadcf037960"` [INFO] [stderr] Compiling not80 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:54:23 [INFO] [stderr] | [INFO] [stderr] 54 | type Future = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / error_chain! { [INFO] [stderr] 17 | | foreign_links { [INFO] [stderr] 18 | | AddrParse(std::net::AddrParseError); [INFO] [stderr] 19 | | Hyper(hyper::Error); [INFO] [stderr] 20 | | Utf8(std::str::Utf8Error); [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / error_chain! { [INFO] [stderr] 17 | | foreign_links { [INFO] [stderr] 18 | | AddrParse(std::net::AddrParseError); [INFO] [stderr] 19 | | Hyper(hyper::Error); [INFO] [stderr] 20 | | Utf8(std::str::Utf8Error); [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.60s [INFO] running `"docker" "inspect" "63a89b13e6f91452e468186c2aaca41f4df43050e4ae46e58c16aaadcf037960"` [INFO] running `"docker" "rm" "-f" "63a89b13e6f91452e468186c2aaca41f4df43050e4ae46e58c16aaadcf037960"` [INFO] [stdout] 63a89b13e6f91452e468186c2aaca41f4df43050e4ae46e58c16aaadcf037960 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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] 613239071bf4cb9a8a3d9b367b0170f2346708299d59fad567caede2a5abdbc4 [INFO] running `"docker" "start" "-a" "613239071bf4cb9a8a3d9b367b0170f2346708299d59fad567caede2a5abdbc4"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/not80-053e5634d089bb45 [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" "613239071bf4cb9a8a3d9b367b0170f2346708299d59fad567caede2a5abdbc4"` [INFO] running `"docker" "rm" "-f" "613239071bf4cb9a8a3d9b367b0170f2346708299d59fad567caede2a5abdbc4"` [INFO] [stdout] 613239071bf4cb9a8a3d9b367b0170f2346708299d59fad567caede2a5abdbc4