[INFO] cloning repository https://github.com/paritytech/sol-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/paritytech/sol-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparitytech%2Fsol-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparitytech%2Fsol-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e38e92548214449b6dfe26defe5e32b9d772daa8 [INFO] checking paritytech/sol-rs against master#36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 for pr-81863 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparitytech%2Fsol-rs" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/paritytech/sol-rs on toolchain 36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/paritytech/sol-rs [INFO] finished tweaking git repo https://github.com/paritytech/sol-rs [INFO] tweaked toml for git repo https://github.com/paritytech/sol-rs written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/paritytech/sol-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f5e336937539d41aa9dcea5f208d35f256a1c39fb97c9aa684016c2f797d984f [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" "f5e336937539d41aa9dcea5f208d35f256a1c39fb97c9aa684016c2f797d984f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f5e336937539d41aa9dcea5f208d35f256a1c39fb97c9aa684016c2f797d984f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5e336937539d41aa9dcea5f208d35f256a1c39fb97c9aa684016c2f797d984f", kill_on_drop: false }` [INFO] [stdout] f5e336937539d41aa9dcea5f208d35f256a1c39fb97c9aa684016c2f797d984f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 16a2c4763ae20a9c8ed18bdf26f34e04f5b7b168ad738a485828240fa02835ed [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" "16a2c4763ae20a9c8ed18bdf26f34e04f5b7b168ad738a485828240fa02835ed", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.41 [INFO] [stderr] Checking cfg-if v0.1.3 [INFO] [stderr] Compiling nodrop v0.1.12 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Checking byteorder v1.2.3 [INFO] [stderr] Compiling serde v1.0.64 [INFO] [stderr] Compiling heapsize v0.4.2 [INFO] [stderr] Compiling crunchy v0.1.6 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Checking rustc-hex v1.0.0 [INFO] [stderr] Checking stable_deref_trait v1.0.0 [INFO] [stderr] Checking smallvec v0.6.1 [INFO] [stderr] Checking scopeguard v0.3.3 [INFO] [stderr] Compiling gcc v0.3.54 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Checking untrusted v0.5.1 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling num-traits v0.2.4 [INFO] [stderr] Checking ethcore-bytes v0.1.0 (https://github.com/paritytech/parity.git#00b209a2) [INFO] [stderr] Checking rustc-demangle v0.1.8 [INFO] [stderr] Compiling num-integer v0.1.38 [INFO] [stderr] Checking safemem v0.2.0 [INFO] [stderr] Checking smallvec v0.4.4 [INFO] [stderr] Checking quick-error v1.2.2 [INFO] [stderr] Compiling dtoa v0.4.2 [INFO] [stderr] Compiling itoa v0.4.1 [INFO] [stderr] Checking linked-hash-map v0.4.2 [INFO] [stderr] Checking mem v0.1.0 (https://github.com/paritytech/parity.git#00b209a2) [INFO] [stderr] Checking hamming v0.1.3 [INFO] [stderr] Checking unicode-normalization v0.1.7 [INFO] [stderr] Checking edit-distance v2.0.1 [INFO] [stderr] Compiling protobuf v1.7.3 [INFO] [stderr] Checking primal-estimate v0.2.1 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking bitflags v1.0.3 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Compiling crunchy v0.2.1 [INFO] [stderr] Checking nan-preserving-float v0.1.0 [INFO] [stderr] Checking unexpected v0.1.0 (https://github.com/paritytech/parity.git#00b209a2) [INFO] [stderr] Checking remove_dir_all v0.5.1 [INFO] [stderr] Checking memory_units v0.3.0 [INFO] [stderr] Checking siphasher v0.1.3 [INFO] [stderr] Compiling solc v0.1.0 (/opt/rustwide/workdir/solc) [INFO] [stderr] Checking using_queue v0.1.0 (https://github.com/paritytech/parity.git#00b209a2) [INFO] [stderr] Checking stop-guard v0.1.0 (https://github.com/paritytech/parity.git#00b209a2) [INFO] [stderr] Checking macros v0.1.0 (https://github.com/paritytech/parity.git#00b209a2) [INFO] [stderr] Checking ethabi-contract v5.1.0 [INFO] [stderr] Checking ethabi-contract v6.0.0 (https://github.com/paritytech/ethabi.git#dfb6128c) [INFO] [stderr] Checking arrayvec v0.4.7 [INFO] [stderr] Compiling proc-macro2 v0.4.4 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Checking futures-timer v0.1.1 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Checking log v0.4.1 [INFO] [stderr] Checking crossbeam-utils v0.3.2 [INFO] [stderr] Checking regex-syntax v0.5.6 [INFO] [stderr] Checking owning_ref v0.3.3 [INFO] [stderr] Checking base64 v0.6.0 [INFO] [stderr] Checking base64 v0.9.2 [INFO] [stderr] Checking itertools v0.5.10 [INFO] [stderr] Checking lru-cache v0.1.1 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Checking app_dirs v1.2.1 (https://github.com/paritytech/app-dirs-rs#0b37f948) [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking time v0.1.40 [INFO] [stderr] Checking net2 v0.2.32 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking atty v0.2.10 [INFO] [stderr] Checking memmap v0.6.2 [INFO] [stderr] Checking primal-bit v0.2.4 [INFO] [stderr] Checking textwrap v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.2 [INFO] [stderr] Checking tokio-timer v0.2.3 [INFO] [stderr] Compiling solaris-example v0.1.0 (/opt/rustwide/workdir/example) [INFO] [stderr] Compiling solaris-tests v0.1.0 (/opt/rustwide/workdir/tests) [INFO] [stderr] Checking thread_local v0.3.5 [INFO] [stderr] Checking ethcore-bloom-journal v0.1.0 (https://github.com/paritytech/parity.git#00b209a2) [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking want v0.0.4 [INFO] [stderr] Checking crossbeam-epoch v0.4.1 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking bytes v0.4.8 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Checking aho-corasick v0.6.4 [INFO] [stderr] Checking primal-sieve v0.2.8 [INFO] [stderr] Checking mio v0.6.14 [INFO] [stderr] Checking clap v2.31.2 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Checking tiny-keccak v1.4.2 [INFO] [stderr] Checking trace-time v0.1.0 (https://github.com/paritytech/parity.git#00b209a2) [INFO] [stderr] Checking stats v0.1.0 (https://github.com/paritytech/parity.git#00b209a2) [INFO] [stderr] Checking elastic-array v0.10.0 [INFO] [stderr] Checking memory-cache v0.1.0 (https://github.com/paritytech/parity.git#00b209a2) [INFO] [stderr] Compiling uint v0.2.1 [INFO] [stderr] Compiling ethereum-types v0.3.2 [INFO] [stderr] Checking idna v0.1.4 [INFO] [stderr] Checking fixed-hash v0.2.1 [INFO] [stderr] Checking parking_lot_core v0.2.14 [INFO] [stderr] Checking rand v0.3.22 [INFO] [stdout] error[E0428]: the name `impl_heapsize_for_hash` is defined multiple times [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/fixed-hash-0.2.1/src/hash.rs:431:1 [INFO] [stdout] | [INFO] [stdout] 325 | macro_rules! impl_heapsize_for_hash { [INFO] [stdout] | ----------------------------------- previous definition of the macro `impl_heapsize_for_hash` here [INFO] [stdout] ... [INFO] [stdout] 431 | macro_rules! impl_heapsize_for_hash { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `impl_heapsize_for_hash` redefined here [INFO] [stdout] | [INFO] [stdout] = note: `impl_heapsize_for_hash` must be defined only once in the macro namespace of this module [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 E0428`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fixed-hash` [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" "16a2c4763ae20a9c8ed18bdf26f34e04f5b7b168ad738a485828240fa02835ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16a2c4763ae20a9c8ed18bdf26f34e04f5b7b168ad738a485828240fa02835ed", kill_on_drop: false }` [INFO] [stdout] 16a2c4763ae20a9c8ed18bdf26f34e04f5b7b168ad738a485828240fa02835ed