[INFO] crate addr 0.2.0 is already in cache
[INFO] checking addr-0.2.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate addr 0.2.0 into /workspace/builds/worker-14/source
[INFO] validating manifest of crates.io crate addr 0.2.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate addr 0.2.0
[INFO] finished tweaking crates.io crate addr 0.2.0
[INFO] tweaked toml for crates.io crate addr 0.2.0 written to /workspace/builds/worker-14/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 8e2fff33f9a71991ad352a3824c57ce16032975dba38bba752aa22ea423c4e01
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "8e2fff33f9a71991ad352a3824c57ce16032975dba38bba752aa22ea423c4e01"`
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]    Compiling matches v0.1.8
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling smallvec v1.3.0
[INFO] [stderr]    Compiling percent-encoding v1.0.1
[INFO] [stderr]    Compiling openssl-probe v0.1.2
[INFO] [stderr]    Compiling unicode-xid v0.0.4
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]    Compiling sequence_trie v0.3.6
[INFO] [stderr]    Compiling derive_builder v0.5.1
[INFO] [stderr]     Checking regex-syntax v0.6.17
[INFO] [stderr]     Checking stable_deref_trait v1.1.1
[INFO] [stderr]    Compiling addr v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling error-chain v0.12.2
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling psl v0.4.1
[INFO] [stderr]    Compiling openssl-sys v0.9.55
[INFO] [stderr]    Compiling backtrace-sys v0.1.35
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]     Checking aho-corasick v0.7.10
[INFO] [stderr]     Checking colored v1.9.3
[INFO] [stderr]    Compiling unicode-bidi v0.3.4
[INFO] [stderr]    Compiling syn v0.14.9
[INFO] [stderr]    Compiling synom v0.11.3
[INFO] [stderr]     Checking bstr v0.2.12
[INFO] [stderr]    Compiling backtrace v0.3.46
[INFO] [stderr]    Compiling unicode-normalization v0.1.12
[INFO] [stderr]     Checking rayon v0.8.2
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stderr]    Compiling openssl v0.10.29
[INFO] [stderr]    Compiling idna v0.1.5
[INFO] [stderr]     Checking csv v1.1.3
[INFO] [stderr]    Compiling derive_builder_core v0.2.0
[INFO] [stderr]    Compiling url v1.7.2
[INFO] [stderr]     Checking regex v1.3.6
[INFO] [stderr]    Compiling native-tls v0.2.4
[INFO] [stderr]    Compiling psl-lexer v0.2.0
[INFO] [stderr]    Compiling psl-codegen v0.4.2
[INFO] [stderr] error: proc-macro derive panicked
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/psl-0.4.1/src/list.rs:6:10
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[derive(Psl, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, Default)]
[INFO] [stderr]   |          ^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: message: failed to download the list: failed to lookup address information: Temporary failure in name resolution
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `domain` found for struct `list::List` in the current scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/psl-0.4.1/src/list.rs:28:20
[INFO] [stderr]    |
[INFO] [stderr] 7  | pub struct List;
[INFO] [stderr]    | ---------------- method `domain` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 28 |         match List.domain(input) {
[INFO] [stderr]    |                    ^^^^^^ method not found in `list::List`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr] note: `Psl` defines an item `domain`, perhaps you need to implement it
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/psl-0.4.1/src/lib.rs:48:1
[INFO] [stderr]    |
[INFO] [stderr] 48 | pub trait Psl {
[INFO] [stderr]    | ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `suffix` found for struct `list::List` in the current scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/psl-0.4.1/src/list.rs:51:20
[INFO] [stderr]    |
[INFO] [stderr] 7  | pub struct List;
[INFO] [stderr]    | ---------------- method `suffix` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 51 |         match List.suffix(input) {
[INFO] [stderr]    |                    ^^^^^^ method not found in `list::List`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr] note: `Psl` defines an item `suffix`, perhaps you need to implement it
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/psl-0.4.1/src/lib.rs:48:1
[INFO] [stderr]    |
[INFO] [stderr] 48 | pub trait Psl {
[INFO] [stderr]    | ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `psl`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "8e2fff33f9a71991ad352a3824c57ce16032975dba38bba752aa22ea423c4e01"`
[INFO] running `"docker" "rm" "-f" "8e2fff33f9a71991ad352a3824c57ce16032975dba38bba752aa22ea423c4e01"`
[INFO] [stdout] 8e2fff33f9a71991ad352a3824c57ce16032975dba38bba752aa22ea423c4e01
