[INFO] cloning repository https://github.com/cGuille/rushlog [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cGuille/rushlog" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FcGuille%2Frushlog", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FcGuille%2Frushlog'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c8ef76ef3dbdfa3d28b7fc1738d8b3241e37368d [INFO] checking cGuille/rushlog against try#ddfd70ee3c3748e597b32f416b0d15a4f6e37685 for pr-87050 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FcGuille%2Frushlog" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cGuille/rushlog on toolchain ddfd70ee3c3748e597b32f416b0d15a4f6e37685 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cGuille/rushlog [INFO] finished tweaking git repo https://github.com/cGuille/rushlog [INFO] tweaked toml for git repo https://github.com/cGuille/rushlog written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/cGuille/rushlog already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded twox-hash v1.0.1 [INFO] [stderr] Downloaded named_pipe v0.2.4 [INFO] [stderr] Downloaded mysql v10.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4caa01b6dd550dc8b2578ce6ae94abffe620385667a72466d3d9073a773a0434 [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" "4caa01b6dd550dc8b2578ce6ae94abffe620385667a72466d3d9073a773a0434", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4caa01b6dd550dc8b2578ce6ae94abffe620385667a72466d3d9073a773a0434", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4caa01b6dd550dc8b2578ce6ae94abffe620385667a72466d3d9073a773a0434", kill_on_drop: false }` [INFO] [stdout] 4caa01b6dd550dc8b2578ce6ae94abffe620385667a72466d3d9073a773a0434 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ddfd70ee3c3748e597b32f416b0d15a4f6e37685" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ef268b9248dd978f1fed79f66d16aa009c7d718de271075bc9c008b9d3f1205e [INFO] running `Command { std: "docker" "start" "-a" "ef268b9248dd978f1fed79f66d16aa009c7d718de271075bc9c008b9d3f1205e", kill_on_drop: false }` [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Checking matches v0.1.4 [INFO] [stderr] Checking traitobject v0.1.0 [INFO] [stderr] Checking unicode-normalization v0.1.4 [INFO] [stderr] Checking log v0.3.7 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking typeable v0.1.2 [INFO] [stderr] Checking lazy_static v0.2.4 [INFO] [stderr] Checking language-tags v0.2.2 [INFO] [stderr] Checking utf8-ranges v1.0.0 [INFO] [stderr] Checking regex-syntax v0.4.0 [INFO] [stderr] Checking cfg-if v0.1.0 [INFO] [stderr] Checking serde v0.9.12 [INFO] [stderr] Checking bitflags v0.4.0 [INFO] [stderr] Checking nom v2.1.0 [INFO] [stderr] Checking route-recognizer v0.1.11 [INFO] [stderr] Checking bufstream v0.1.2 [INFO] [stderr] Checking num-integer v0.1.33 [INFO] [stderr] Checking conduit-mime-types v0.7.3 [INFO] [stderr] Checking unicode-bidi v0.2.5 [INFO] [stderr] Checking aho-corasick v0.6.3 [INFO] [stderr] Checking uuid v0.4.0 [INFO] [stderr] Checking twox-hash v1.0.1 [INFO] [stderr] Checking net2 v0.2.27 [INFO] [stderr] Compiling syn v0.11.9 [INFO] [stderr] Checking unsafe-any v0.4.1 [INFO] [stderr] Checking error v0.1.9 [INFO] [stderr] Checking unreachable v0.1.1 [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.0.1/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 the macro `number_stream` (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.0.1/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 the macro `number_stream` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking mime v0.2.3 [INFO] [stderr] Checking num-iter v0.1.33 [INFO] [stderr] Checking thread_local v0.3.3 [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] Checking typemap v0.3.3 [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" "ef268b9248dd978f1fed79f66d16aa009c7d718de271075bc9c008b9d3f1205e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef268b9248dd978f1fed79f66d16aa009c7d718de271075bc9c008b9d3f1205e", kill_on_drop: false }` [INFO] [stdout] ef268b9248dd978f1fed79f66d16aa009c7d718de271075bc9c008b9d3f1205e