[INFO] fetching crate nimiq-keys 0.2.0... [INFO] checking nimiq-keys-0.2.0 against beta for pr-78714 [INFO] extracting crate nimiq-keys 0.2.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate nimiq-keys 0.2.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate nimiq-keys 0.2.0 [INFO] finished tweaking crates.io crate nimiq-keys 0.2.0 [INFO] tweaked toml for crates.io crate nimiq-keys 0.2.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b9a27204f2c3a365ee945954ed705d982e336f0e885921185e794c7a19268f45 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b9a27204f2c3a365ee945954ed705d982e336f0e885921185e794c7a19268f45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b9a27204f2c3a365ee945954ed705d982e336f0e885921185e794c7a19268f45", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9a27204f2c3a365ee945954ed705d982e336f0e885921185e794c7a19268f45", kill_on_drop: false }` [INFO] [stdout] b9a27204f2c3a365ee945954ed705d982e336f0e885921185e794c7a19268f45 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0aec9f1011fff7e46c064226226242d8cdf53362657c4aa0034c3f2c1c1c1dc0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0aec9f1011fff7e46c064226226242d8cdf53362657c4aa0034c3f2c1c1c1dc0", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking beserial v0.2.0 [INFO] [stderr] Checking nimiq-hash v0.2.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling beserial_derive v0.2.0 [INFO] [stderr] Checking nimiq-keys v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0204]: the trait `Copy` may not be implemented for this type [INFO] [stdout] --> src/errors.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Clone, Copy, Eq, PartialEq, Hash, Debug, Fail)] [INFO] [stdout] | ^^^^ [INFO] [stdout] 6 | #[fail(display = "{}", _0)] [INFO] [stdout] 7 | pub struct KeysError(pub(crate) SignatureError); [INFO] [stdout] | ------------------------- this field does not implement `Copy` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0204]: the trait `Copy` may not be implemented for this type [INFO] [stdout] --> src/errors.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Clone, Copy, Eq, PartialEq, Hash, Debug, Fail)] [INFO] [stdout] | ^^^^ [INFO] [stdout] 6 | #[fail(display = "{}", _0)] [INFO] [stdout] 7 | pub struct KeysError(pub(crate) SignatureError); [INFO] [stdout] | ------------------------- this field does not implement `Copy` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0204`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0204`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nimiq-keys` [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 `Command { std: "docker" "inspect" "0aec9f1011fff7e46c064226226242d8cdf53362657c4aa0034c3f2c1c1c1dc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0aec9f1011fff7e46c064226226242d8cdf53362657c4aa0034c3f2c1c1c1dc0", kill_on_drop: false }` [INFO] [stdout] 0aec9f1011fff7e46c064226226242d8cdf53362657c4aa0034c3f2c1c1c1dc0