[INFO] cloning repository https://github.com/alcroito/advent_of_code_2020 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alcroito/advent_of_code_2020" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falcroito%2Fadvent_of_code_2020", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falcroito%2Fadvent_of_code_2020'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b3da3426da5f255978df3b13760b6c5941e60004 [INFO] checking alcroito/advent_of_code_2020 against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falcroito%2Fadvent_of_code_2020" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alcroito/advent_of_code_2020 on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/alcroito/advent_of_code_2020 [INFO] finished tweaking git repo https://github.com/alcroito/advent_of_code_2020 [INFO] tweaked toml for git repo https://github.com/alcroito/advent_of_code_2020 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/alcroito/advent_of_code_2020 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--no-deps" "--format-version=1", 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] 17760e932dba327bc29981081c072d0d7cb81a76c96f4c69eff07cee39745f01 [INFO] running `Command { std: "docker" "start" "-a" "17760e932dba327bc29981081c072d0d7cb81a76c96f4c69eff07cee39745f01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "17760e932dba327bc29981081c072d0d7cb81a76c96f4c69eff07cee39745f01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17760e932dba327bc29981081c072d0d7cb81a76c96f4c69eff07cee39745f01", kill_on_drop: false }` [INFO] [stdout] 17760e932dba327bc29981081c072d0d7cb81a76c96f4c69eff07cee39745f01 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "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] 08cb868b2d9ab61043eee7259182af5c3eef6511c2b8b3b672f5b1384e7e4279 [INFO] running `Command { std: "docker" "start" "-a" "08cb868b2d9ab61043eee7259182af5c3eef6511c2b8b3b672f5b1384e7e4279", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.54 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling lexical-core v0.7.4 [INFO] [stderr] Checking funty v1.0.1 [INFO] [stderr] Compiling anyhow v1.0.36 [INFO] [stderr] Checking tap v1.0.0 [INFO] [stderr] Checking regex-syntax v0.6.21 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking wyz v0.2.0 [INFO] [stderr] Checking fixedbitset v0.2.0 [INFO] [stderr] Checking boolinator v2.4.0 [INFO] [stderr] Checking more-asserts v0.2.1 [INFO] [stderr] Checking bytecount v0.6.2 [INFO] [stderr] Compiling libc v0.2.82 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Checking byteorder v1.4.2 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Checking half v1.6.0 [INFO] [stderr] Checking oorandom v11.1.3 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling circular-queue v0.2.6 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Compiling nom v6.0.1 [INFO] [stderr] Checking itertools v0.10.0 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking serde_json v1.0.61 [INFO] [stderr] Checking serde_cbor v0.11.1 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Checking plotters v0.2.15 [INFO] [stderr] Checking petgraph v0.5.1 [INFO] [stderr] Checking bstr v0.2.14 [INFO] [stderr] Checking bitvec v0.19.4 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking tinytemplate v1.2.0 [INFO] [stderr] Checking criterion-plot v0.4.3 [INFO] [stderr] Checking csv v1.1.5 [INFO] [stderr] Checking crossbeam-epoch v0.9.1 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking rayon-core v1.9.0 [INFO] [stderr] Checking regex v1.4.2 [INFO] [stderr] Checking rayon v1.5.0 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling derive_more v0.99.11 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking thiserror v1.0.22 [INFO] [stderr] Checking advent_of_code_2020 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking criterion v0.3.3 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 14s [INFO] running `Command { std: "docker" "inspect" "08cb868b2d9ab61043eee7259182af5c3eef6511c2b8b3b672f5b1384e7e4279", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08cb868b2d9ab61043eee7259182af5c3eef6511c2b8b3b672f5b1384e7e4279", kill_on_drop: false }` [INFO] [stdout] 08cb868b2d9ab61043eee7259182af5c3eef6511c2b8b3b672f5b1384e7e4279