[INFO] fetching crate psl 0.4.1... [INFO] testing psl-0.4.1 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate psl 0.4.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate psl 0.4.1 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate psl 0.4.1 [INFO] finished tweaking crates.io crate psl 0.4.1 [INFO] tweaked toml for crates.io crate psl 0.4.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=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-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5805241441f349d6225a3481ff80eea48df900726f55d816a232abdab94764f3 [INFO] running `"docker" "start" "-a" "5805241441f349d6225a3481ff80eea48df900726f55d816a232abdab94764f3"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling smallvec v1.4.0 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling gimli v0.21.0 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling object v0.19.0 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling sequence_trie v0.3.6 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling psl v0.4.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling openssl-sys v0.9.57 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling addr2line v0.12.1 [INFO] [stderr] Compiling backtrace v0.3.48 [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] --> 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] --> 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] --> 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] --> 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] --> src/lib.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | pub trait Psl { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Psl` [INFO] [stderr] --> src/list.rs:1:22 [INFO] [stderr] | [INFO] [stderr] 1 | use {Domain, Suffix, Psl}; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors; 1 warning emitted [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] running `"docker" "inspect" "5805241441f349d6225a3481ff80eea48df900726f55d816a232abdab94764f3"` [INFO] running `"docker" "rm" "-f" "5805241441f349d6225a3481ff80eea48df900726f55d816a232abdab94764f3"` [INFO] [stdout] 5805241441f349d6225a3481ff80eea48df900726f55d816a232abdab94764f3