[INFO] crate adblock 0.2.9 is already in cache [INFO] testing adblock-0.2.9 against 1.44.0 for beta-1.45-1 [INFO] extracting crate adblock 0.2.9 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate adblock 0.2.9 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate adblock 0.2.9 [INFO] finished tweaking crates.io crate adblock 0.2.9 [INFO] tweaked toml for crates.io crate adblock 0.2.9 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate adblock 0.2.9 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+1.44.0" "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] ec88006a9421e01ff56122c624414c0b0e8ab0b1f57b2a3615aa635b0e0a8565 [INFO] running `"docker" "start" "-a" "ec88006a9421e01ff56122c624414c0b0e8ab0b1f57b2a3615aa635b0e0a8565"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling smallvec v1.2.0 [INFO] [stderr] Compiling openssl v0.10.28 [INFO] [stderr] Compiling serde v1.0.105 [INFO] [stderr] Compiling sequence_trie v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling addr v0.2.0 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling unchecked-index v0.2.2 [INFO] [stderr] Compiling once_cell v1.3.1 [INFO] [stderr] Compiling seahash v3.0.7 [INFO] [stderr] Compiling lifeguard v0.6.0 [INFO] [stderr] Compiling backtrace-sys v0.1.34 [INFO] [stderr] Compiling openssl-sys v0.9.54 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling psl v0.4.1 [INFO] [stderr] Compiling twoway v0.2.1 [INFO] [stderr] Compiling rmp v0.8.9 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling flate2 v1.0.14 [INFO] [stderr] Compiling backtrace v0.3.45 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling regex v1.3.5 [INFO] [stderr] Compiling psl-lexer v0.2.0 [INFO] [stderr] Compiling psl-codegen v0.4.2 [INFO] [stderr] Compiling serde_derive v1.0.105 [INFO] [stderr] Compiling proc-macro-hack v0.5.12 [INFO] [stderr] Compiling rental-impl v0.5.5 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Compiling const-random v0.1.8 [INFO] [stderr] Compiling ahash v0.2.18 [INFO] [stderr] Compiling rental v0.5.5 [INFO] [stderr] Compiling rmp-serde v0.13.7 [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" "ec88006a9421e01ff56122c624414c0b0e8ab0b1f57b2a3615aa635b0e0a8565"` [INFO] running `"docker" "rm" "-f" "ec88006a9421e01ff56122c624414c0b0e8ab0b1f57b2a3615aa635b0e0a8565"` [INFO] [stdout] ec88006a9421e01ff56122c624414c0b0e8ab0b1f57b2a3615aa635b0e0a8565