[INFO] cloning repository https://github.com/afonsolage/midoriya [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/afonsolage/midoriya" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fafonsolage%2Fmidoriya", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fafonsolage%2Fmidoriya'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 556a520cd2036f63294cd885c3cc56ea9a0a5bfe [INFO] checking afonsolage/midoriya against master#36ecbc94eb6be90bc38b2d0fdd4bfac3f34d9923 for pr-81863 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fafonsolage%2Fmidoriya" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/afonsolage/midoriya 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/afonsolage/midoriya [INFO] finished tweaking git repo https://github.com/afonsolage/midoriya [INFO] tweaked toml for git repo https://github.com/afonsolage/midoriya written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/afonsolage/midoriya 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-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" "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] 0ffe245a63a53fd91ae1af66178a698060af89bd447dbc488071334cdb6dbc2a [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" "0ffe245a63a53fd91ae1af66178a698060af89bd447dbc488071334cdb6dbc2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0ffe245a63a53fd91ae1af66178a698060af89bd447dbc488071334cdb6dbc2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ffe245a63a53fd91ae1af66178a698060af89bd447dbc488071334cdb6dbc2a", kill_on_drop: false }` [INFO] [stdout] 0ffe245a63a53fd91ae1af66178a698060af89bd447dbc488071334cdb6dbc2a [INFO] running `Command { std: "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" "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] 654c60775bdfb69d822445f2ae6fde0e29dd9f03ca1cca54a67a722d3db660cb [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" "654c60775bdfb69d822445f2ae6fde0e29dd9f03ca1cca54a67a722d3db660cb", kill_on_drop: false }` [INFO] [stderr] Checking cfg-if v0.1.4 [INFO] [stderr] Compiling num-traits v0.2.5 [INFO] [stderr] Compiling serde v1.0.69 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Checking nodrop v0.1.12 [INFO] [stderr] Checking smallvec v0.6.2 [INFO] [stderr] Checking stable_deref_trait v1.1.0 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Checking mint v0.5.0 [INFO] [stderr] Checking mopa v0.2.2 [INFO] [stderr] Checking futures v0.1.21 [INFO] [stderr] Checking tuple_utils v0.2.0 [INFO] [stderr] Compiling nix v0.11.0 [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling num-bigint v0.2.0 [INFO] [stderr] Checking wavefront_obj v5.1.0 [INFO] [stderr] Checking hetseq v0.1.5 [INFO] [stderr] Compiling num-complex v0.2.0 [INFO] [stderr] Checking fluent-locale v0.3.1 [INFO] [stderr] Checking ansi_term v0.10.2 [INFO] [stderr] Checking getopts v0.2.17 [INFO] [stderr] Checking claxon v0.3.1 [INFO] [stderr] Checking hound v3.4.0 [INFO] [stderr] Checking rand v0.4.2 [INFO] [stderr] Checking num_cpus v1.8.0 [INFO] [stderr] Checking memchr v0.1.11 [INFO] [stderr] Checking memmap v0.6.2 [INFO] [stderr] Checking slice-deque v0.1.9 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Compiling x11-dl v2.18.0 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Checking shared_library v0.1.8 [INFO] [stderr] Compiling minimp3-sys v0.3.0 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Checking ogg v0.4.1 [INFO] [stderr] Checking rustc-hash v1.0.1 [INFO] [stderr] Checking itertools v0.7.8 [INFO] [stderr] Checking unreachable v0.1.1 [INFO] [stderr] Checking log v0.4.3 [INFO] [stderr] Checking crossbeam-utils v0.2.2 [INFO] [stderr] Checking owning_ref v0.3.3 [INFO] [stderr] Checking arrayvec v0.4.7 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling syn v0.10.8 [INFO] [stderr] Compiling wayland-scanner v0.20.10 [INFO] [stderr] Checking aho-corasick v0.5.3 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Checking fluent v0.2.0 [INFO] [stderr] Compiling xcb v0.8.2 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Compiling rustc_version_runtime v0.1.3 [INFO] [stderr] Checking lewton v0.5.2 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking fern v0.5.6 [INFO] [stderr] Checking backtrace-sys v0.1.23 [INFO] [stderr] Checking parking_lot_core v0.2.14 [INFO] [stderr] Checking rand v0.3.22 [INFO] [stderr] Checking tempfile v3.0.2 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling serde_derive v1.0.69 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Checking backtrace v0.3.9 [INFO] [stderr] Compiling vergen v0.1.1 [INFO] [stderr] Checking twox-hash v1.1.0 [INFO] [stdout] error[E0214]: parenthesized type parameters may only be used with a `Fn` trait [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/twox-hash-1.1.0/src/number_streams.rs:67:23 [INFO] [stdout] | [INFO] [stdout] 67 | fn count(self) -> usize() { [INFO] [stdout] | ^^^^^^^ only `Fn` traits may use parentheses [INFO] [stdout] ... [INFO] [stdout] 74 | number_stream!(U32FromBytes, u32, U32_BYTES); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0214]: parenthesized type parameters may only be used with a `Fn` trait [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/twox-hash-1.1.0/src/number_streams.rs:67:23 [INFO] [stdout] | [INFO] [stdout] 67 | fn count(self) -> usize() { [INFO] [stdout] | ^^^^^^^ only `Fn` traits may use parentheses [INFO] [stdout] ... [INFO] [stdout] 75 | number_stream!(U64FromBytes, u64, U64_BYTES); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking thread-id v2.0.0 [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0214`. [INFO] [stdout] [INFO] [stderr] error: could not compile `twox-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" "654c60775bdfb69d822445f2ae6fde0e29dd9f03ca1cca54a67a722d3db660cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "654c60775bdfb69d822445f2ae6fde0e29dd9f03ca1cca54a67a722d3db660cb", kill_on_drop: false }` [INFO] [stdout] 654c60775bdfb69d822445f2ae6fde0e29dd9f03ca1cca54a67a722d3db660cb