[INFO] updating cached repository https://github.com/simonvandel/spwn [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] fea201ee8e2e7ea8a505dfff1f904363c31bdef2 [INFO] testing simonvandel/spwn against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimonvandel%2Fspwn" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/simonvandel/spwn 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/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-6/source/Cargo.toml [INFO] crate git repo https://github.com/simonvandel/spwn 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-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] 74016ca2fa47dc60a333a6ceb00864eaf589589353a4b59929c6165e61a12d5a [INFO] running `"docker" "start" "-a" "74016ca2fa47dc60a333a6ceb00864eaf589589353a4b59929c6165e61a12d5a"` [INFO] [stderr] Compiling futures v0.1.13 [INFO] [stderr] Compiling httparse v1.2.2 [INFO] [stderr] Compiling histogram v0.6.4 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling net2 v0.2.29 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling num-complex v0.1.37 [INFO] [stderr] Compiling num_cpus v1.4.0 [INFO] [stderr] Compiling base64 v0.4.2 [INFO] [stderr] Compiling num-bigint v0.1.37 [INFO] [stderr] Compiling clap v2.24.1 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling env_logger v0.4.2 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling bytes v0.4.3 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling mio v0.6.7 [INFO] [stderr] Compiling num-rational v0.1.36 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling num v0.1.37 [INFO] [stderr] Compiling chrono v0.3.1 [INFO] [stderr] Compiling stopwatch v0.0.7 [INFO] [stderr] Compiling tokio-io v0.1.1 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling futures-cpupool v0.1.5 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling tokio-core v0.1.6 [INFO] [stderr] Compiling quickcheck v0.4.1 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling hyper v0.11.0-a.0 (https://github.com/hyperium/hyper#66551345) [INFO] [stderr] Compiling 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] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(conservative_impl_trait)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> src/main.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(lookup_host)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [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 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0554. [INFO] [stderr] For more information about an 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" "74016ca2fa47dc60a333a6ceb00864eaf589589353a4b59929c6165e61a12d5a"` [INFO] running `"docker" "rm" "-f" "74016ca2fa47dc60a333a6ceb00864eaf589589353a4b59929c6165e61a12d5a"` [INFO] [stdout] 74016ca2fa47dc60a333a6ceb00864eaf589589353a4b59929c6165e61a12d5a