[INFO] updating cached repository https://github.com/simonvandel/spwn [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/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] fea201ee8e2e7ea8a505dfff1f904363c31bdef2 [INFO] checking simonvandel/spwn against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimonvandel%2Fspwn" "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/simonvandel/spwn on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/simonvandel/spwn [INFO] finished tweaking git repo https://github.com/simonvandel/spwn [INFO] tweaked toml for git repo https://github.com/simonvandel/spwn written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/simonvandel/spwn already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/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=forbid" "-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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 22781d7a26e16cb9fcebd0df3d774a77474247172b42bfbbcf9062fcbfc542c6 [INFO] running `"docker" "start" "-a" "22781d7a26e16cb9fcebd0df3d774a77474247172b42bfbbcf9062fcbfc542c6"` [INFO] [stderr] Checking histogram v0.6.4 [INFO] [stderr] Checking iovec v0.1.0 [INFO] [stderr] Checking memchr v0.1.11 [INFO] [stderr] Checking thread-id v3.0.0 [INFO] [stderr] Checking term_size v0.3.0 [INFO] [stderr] Checking atty v0.2.2 [INFO] [stderr] Checking net2 v0.2.29 [INFO] [stderr] Checking base64 v0.4.2 [INFO] [stderr] Checking tokio-service v0.1.0 [INFO] [stderr] Checking futures-cpupool v0.1.5 [INFO] [stderr] Checking thread_local v0.3.3 [INFO] [stderr] Checking clap v2.24.1 [INFO] [stderr] Checking aho-corasick v0.5.3 [INFO] [stderr] Checking thread-id v2.0.0 [INFO] [stderr] Checking bytes v0.4.3 [INFO] [stderr] Checking mio v0.6.7 [INFO] [stderr] Checking chrono v0.3.1 [INFO] [stderr] Checking stopwatch v0.0.7 [INFO] [stderr] Checking thread_local v0.2.7 [INFO] [stderr] Checking regex v0.2.1 [INFO] [stderr] Checking regex v0.1.80 [INFO] [stderr] Checking tokio-io v0.1.1 [INFO] [stderr] Checking tokio-core v0.1.6 [INFO] [stderr] Checking env_logger v0.4.2 [INFO] [stderr] Checking env_logger v0.3.5 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking quickcheck v0.4.1 [INFO] [stderr] Checking hyper v0.11.0-a.0 (https://github.com/hyperium/hyper#66551345) [INFO] [stderr] Checking spwn v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `std::net::lookup_host` [INFO] [stderr] --> src/boss.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use std::net::lookup_host; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no `lookup_host` in `net` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / error_chain! { [INFO] [stderr] 6 | | [INFO] [stderr] 7 | | foreign_links { [INFO] [stderr] 8 | | TimeOutOfRange(OutOfRangeError); [INFO] [stderr] ... | [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [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/errors.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / error_chain! { [INFO] [stderr] 6 | | [INFO] [stderr] 7 | | foreign_links { [INFO] [stderr] 8 | | TimeOutOfRange(OutOfRangeError); [INFO] [stderr] ... | [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [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] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `spwn`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `std::net::lookup_host` [INFO] [stderr] --> src/boss.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use std::net::lookup_host; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ no `lookup_host` in `net` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / error_chain! { [INFO] [stderr] 6 | | [INFO] [stderr] 7 | | foreign_links { [INFO] [stderr] 8 | | TimeOutOfRange(OutOfRangeError); [INFO] [stderr] ... | [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [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/errors.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / error_chain! { [INFO] [stderr] 6 | | [INFO] [stderr] 7 | | foreign_links { [INFO] [stderr] 8 | | TimeOutOfRange(OutOfRangeError); [INFO] [stderr] ... | [INFO] [stderr] 11 | | } [INFO] [stderr] 12 | | } [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] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `spwn`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "22781d7a26e16cb9fcebd0df3d774a77474247172b42bfbbcf9062fcbfc542c6"` [INFO] running `"docker" "rm" "-f" "22781d7a26e16cb9fcebd0df3d774a77474247172b42bfbbcf9062fcbfc542c6"` [INFO] [stdout] 22781d7a26e16cb9fcebd0df3d774a77474247172b42bfbbcf9062fcbfc542c6