[INFO] cloning repository https://github.com/phlip9/aoc20 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/phlip9/aoc20" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphlip9%2Faoc20", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphlip9%2Faoc20'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ff4fddae4c641d8e78ec3de2de5d547a9545b526 [INFO] checking phlip9/aoc20 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphlip9%2Faoc20" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/phlip9/aoc20 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/phlip9/aoc20 [INFO] finished tweaking git repo https://github.com/phlip9/aoc20 [INFO] tweaked toml for git repo https://github.com/phlip9/aoc20 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/phlip9/aoc20 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 59f482cc387e2afd96dc86804e004b5e745cca53d7f920c9e6a29adbdd6d230a [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" "59f482cc387e2afd96dc86804e004b5e745cca53d7f920c9e6a29adbdd6d230a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "59f482cc387e2afd96dc86804e004b5e745cca53d7f920c9e6a29adbdd6d230a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59f482cc387e2afd96dc86804e004b5e745cca53d7f920c9e6a29adbdd6d230a", kill_on_drop: false }` [INFO] [stdout] 59f482cc387e2afd96dc86804e004b5e745cca53d7f920c9e6a29adbdd6d230a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e0993360a4baf238008c68e7d123b018b8a014e30d52cfffdedf100dd3ef4275 [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" "e0993360a4baf238008c68e7d123b018b8a014e30d52cfffdedf100dd3ef4275", kill_on_drop: false }` [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling ndarray v0.14.0 [INFO] [stderr] Checking wyz v0.2.0 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Checking tap v1.0.0 [INFO] [stderr] Compiling anyhow v1.0.36 [INFO] [stderr] Checking funty v1.1.0 [INFO] [stderr] Checking regex-syntax v0.6.21 [INFO] [stderr] Checking fixedbitset v0.2.0 [INFO] [stderr] Checking fixedbitset v0.3.1 [INFO] [stderr] Checking ascii v1.0.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling nom v6.0.1 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking matrixmultiply v0.2.4 [INFO] [stderr] Checking lexical-core v0.7.4 [INFO] [stderr] Checking bitvec v0.19.4 [INFO] [stderr] Checking petgraph v0.5.1 [INFO] [stderr] Checking regex v1.4.2 [INFO] [stderr] Checking tinyset v0.4.4 [INFO] [stderr] Checking num-complex v0.3.1 [INFO] [stderr] Checking aoc20 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: attribute should be applied to a function [INFO] [stdout] --> src/day14.rs:268:5 [INFO] [stdout] | [INFO] [stdout] 268 | #[target_feature(enable = "bmi2")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 269 | / unsafe { [INFO] [stdout] 270 | | time!(part2(&actions)) [INFO] [stdout] 271 | | }; [INFO] [stdout] | |_____- not a function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: attribute should be applied to a function [INFO] [stdout] --> src/day14.rs:268:5 [INFO] [stdout] | [INFO] [stdout] 268 | #[target_feature(enable = "bmi2")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 269 | / unsafe { [INFO] [stdout] 270 | | time!(part2(&actions)) [INFO] [stdout] 271 | | }; [INFO] [stdout] | |_____- not a function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc20` [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] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "e0993360a4baf238008c68e7d123b018b8a014e30d52cfffdedf100dd3ef4275", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0993360a4baf238008c68e7d123b018b8a014e30d52cfffdedf100dd3ef4275", kill_on_drop: false }` [INFO] [stdout] e0993360a4baf238008c68e7d123b018b8a014e30d52cfffdedf100dd3ef4275