[INFO] cloning repository https://github.com/bpicolo/aoc2018 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bpicolo/aoc2018" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbpicolo%2Faoc2018", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbpicolo%2Faoc2018'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 56c202ebfe4369b4ebf866ee2054277a4549c79a [INFO] testing bpicolo/aoc2018 against beta-2021-01-01 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbpicolo%2Faoc2018" "/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/bpicolo/aoc2018 on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bpicolo/aoc2018 [INFO] finished tweaking git repo https://github.com/bpicolo/aoc2018 [INFO] tweaked toml for git repo https://github.com/bpicolo/aoc2018 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/bpicolo/aoc2018 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4a759851e55f80bd91f7a809db0fb448358398ff95c8cc64d955cd846da41c0b [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" "4a759851e55f80bd91f7a809db0fb448358398ff95c8cc64d955cd846da41c0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4a759851e55f80bd91f7a809db0fb448358398ff95c8cc64d955cd846da41c0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a759851e55f80bd91f7a809db0fb448358398ff95c8cc64d955cd846da41c0b", kill_on_drop: false }` [INFO] [stdout] 4a759851e55f80bd91f7a809db0fb448358398ff95c8cc64d955cd846da41c0b [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=warn" "-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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 57570d650584864466d00c4f8001ff2b88c348ab60002d8dd44e66989e38240e [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" "57570d650584864466d00c4f8001ff2b88c348ab60002d8dd44e66989e38240e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.44 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling unicode-segmentation v1.2.1 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling regex-syntax v0.6.4 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling heck v0.3.0 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling structopt-derive v0.2.13 [INFO] [stderr] Compiling structopt v0.2.13 [INFO] [stderr] Compiling aoc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | solution: &'a Fn(&mut BufReader) -> Result, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut BufReader) -> Result` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:29:23 [INFO] [stdout] | [INFO] [stdout] 29 | solution: &'a Fn(&mut BufReader) -> Result, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&mut BufReader) -> Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day6_1 --edition=2018 src/day6/part1/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=5ffbb1f8206a4b49 -C extra-filename=-5ffbb1f8206a4b49 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aoc=/opt/rustwide/target/debug/deps/libaoc-6ebebec52903990f.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-9bd934b981d5bd23.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-676610746f45012f.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-7697eae838ed3a17.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-d59d506ae7d27a3b.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: signal: 9 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/day3_2-c900aaa4a97a6087.day3_2.5v8dlhke-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/day3_2-c900aaa4a97a6087.day3_2.5v8dlhke-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/day3_2-c900aaa4a97a6087.day3_2.5v8dlhke-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/day3_2-c900aaa4a97a6087.day3_2.5v8dlhke-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/day3_2-c900aaa4a97a6087.day3_2.5v8dlhke-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/day3_2-c900aaa4a97a6087.day3_2.5v8dlhke-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/day3_2-c900aaa4a97a6087.day3_2.5v8dlhke-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/day3_2-c900aaa4a97a6087.day3_2.5v8dlhke-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/day3_2-c900aaa4a97a6087.day3_2.5v8dlhke-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/day3_2-c900aaa4a97a6087.day3_2.5v8dlhke-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/day3_2-c900aaa4a97a6087.day3_2.5v8dlhke-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/day3_2-c900aaa4a97a6087.day3_2.5v8dlhke-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/day3_2-c900aaa4a97a6087.day3_2.5v8dlhke-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/day3_2-c900aaa4a97a6087.day3_2.5v8dlhke-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/day3_2-c900aaa4a97a6087.day3_2.5v8dlhke-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/day3_2-c900aaa4a97a6087.day3_2.5v8dlhke-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/day3_2-c900aaa4a97a6087" "/opt/rustwide/target/debug/deps/day3_2-c900aaa4a97a6087.49cysft2sa920fbv.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libaoc-6ebebec52903990f.rlib" "/opt/rustwide/target/debug/deps/libregex-7697eae838ed3a17.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-da7017be64cf6bd6.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-f3f074aa935af135.rlib" "/opt/rustwide/target/debug/deps/libucd_util-cc1f90e57010ca73.rlib" "/opt/rustwide/target/debug/deps/libthread_local-1688e9578a039cfc.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-de03446541c8ea63.rlib" "/opt/rustwide/target/debug/deps/libmemchr-7f2213890b96512a.rlib" "/opt/rustwide/target/debug/deps/liblibc-e3596c97f4529fc5.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-55872d12948ebe29.rlib" "/opt/rustwide/target/debug/deps/libstructopt-d59d506ae7d27a3b.rlib" "/opt/rustwide/target/debug/deps/libclap-9fb98a4583d8261d.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-dd28f77b810155f6.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-a75a3e806d19d84a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7d7e30e06800d2fa.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-676610746f45012f.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7444fd17919e9af0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ee2f67026959ab7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-df1bcd1e82256d04.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ed9ecf1b54021131.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0ede66bb24e94b96.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7c2de7f50940865c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b138d50085fd4683.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6576870d8f2b9ae2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-042a30c5f67b2c91.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-90b3063cd7b22527.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-17f9484f8dc4da1e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-df38345acd9d92e1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5e10ca10bdd9e54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3a4e739a77468800.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0f3a0c116d5e04d6.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "57570d650584864466d00c4f8001ff2b88c348ab60002d8dd44e66989e38240e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57570d650584864466d00c4f8001ff2b88c348ab60002d8dd44e66989e38240e", kill_on_drop: false }` [INFO] [stdout] 57570d650584864466d00c4f8001ff2b88c348ab60002d8dd44e66989e38240e