[INFO] updating cached repository https://github.com/xfix/advent-of-code-2018-mirror [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1f9c778413d93d66d40dfc9bab850340a9d4fe8b [INFO] testing xfix/advent-of-code-2018-mirror against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxfix%2Fadvent-of-code-2018-mirror" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xfix/advent-of-code-2018-mirror on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/xfix/advent-of-code-2018-mirror [INFO] finished tweaking git repo https://github.com/xfix/advent-of-code-2018-mirror [INFO] tweaked toml for git repo https://github.com/xfix/advent-of-code-2018-mirror written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/xfix/advent-of-code-2018-mirror already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 71e1a68464883163999250d93e7fa843ae2b2b6cc19722396d247ba4affaad1d [INFO] running `"docker" "start" "-a" "71e1a68464883163999250d93e7fa843ae2b2b6cc19722396d247ba4affaad1d"` [INFO] [stderr] Compiling z3-sys v0.4.0 [INFO] [stderr] Compiling arraymap v0.1.1 [INFO] [stderr] Compiling arrayvec v0.4.8 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling regex-syntax v0.6.4 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling z3 v0.3.0 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling enumset_derive v0.2.0 [INFO] [stderr] Compiling structopt-derive v0.2.14 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling nom v4.1.1 [INFO] [stderr] Compiling enumset v0.3.14 [INFO] [stderr] Compiling structopt v0.2.14 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling advent-of-code-2018 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/day3/mod.rs:94:1 [INFO] [stderr] | [INFO] [stderr] 94 | / named!( [INFO] [stderr] 95 | | integer, u16>, [INFO] [stderr] 96 | | map_res!( [INFO] [stderr] 97 | | take_while1_s!(|c| char::is_digit(c, 10)), [INFO] [stderr] 98 | | |x: CompleteStr<'_>| x.parse() [INFO] [stderr] 99 | | ) [INFO] [stderr] 100 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/day3/mod.rs:94:1 [INFO] [stderr] | [INFO] [stderr] 94 | / named!( [INFO] [stderr] 95 | | integer, u16>, [INFO] [stderr] 96 | | map_res!( [INFO] [stderr] 97 | | take_while1_s!(|c| char::is_digit(c, 10)), [INFO] [stderr] 98 | | |x: CompleteStr<'_>| x.parse() [INFO] [stderr] 99 | | ) [INFO] [stderr] 100 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/day4/mod.rs:125:1 [INFO] [stderr] | [INFO] [stderr] 125 | / named!( [INFO] [stderr] 126 | | integer(CompleteStr<'_>) -> u32, [INFO] [stderr] 127 | | map_res!( [INFO] [stderr] 128 | | take_while1_s!(|c| char::is_digit(c, 10)), [INFO] [stderr] 129 | | |x: CompleteStr<'_>| x.parse() [INFO] [stderr] 130 | | ) [INFO] [stderr] 131 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/day4/mod.rs:125:1 [INFO] [stderr] | [INFO] [stderr] 125 | / named!( [INFO] [stderr] 126 | | integer(CompleteStr<'_>) -> u32, [INFO] [stderr] 127 | | map_res!( [INFO] [stderr] 128 | | take_while1_s!(|c| char::is_digit(c, 10)), [INFO] [stderr] 129 | | |x: CompleteStr<'_>| x.parse() [INFO] [stderr] 130 | | ) [INFO] [stderr] 131 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'nom::str::take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/day3/mod.rs:3:77 [INFO] [stderr] | [INFO] [stderr] 3 | use nom::{call, do_parse, error_position, map_res, named, tag, take_while1, take_while1_s}; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'nom::str::take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/day4/mod.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | take_while1_s, tuple_parser, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/day15/mod.rs:125:13 [INFO] [stderr] | [INFO] [stderr] 121 | player = &self.players[player_number]; [INFO] [stderr] | ------------ immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 125 | self.hurt(positions, target, player.attack_power); [INFO] [stderr] | ^^^^ ------------------- immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/advent_of_code_2018-04093e35ebcc7a61.advent_of_code_2018.7fsuzrhe-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/advent_of_code_2018-04093e35ebcc7a61.advent_of_code_2018.7fsuzrhe-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/advent_of_code_2018-04093e35ebcc7a61.advent_of_code_2018.7fsuzrhe-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/advent_of_code_2018-04093e35ebcc7a61.advent_of_code_2018.7fsuzrhe-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/advent_of_code_2018-04093e35ebcc7a61.advent_of_code_2018.7fsuzrhe-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/advent_of_code_2018-04093e35ebcc7a61.advent_of_code_2018.7fsuzrhe-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/advent_of_code_2018-04093e35ebcc7a61.advent_of_code_2018.7fsuzrhe-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/advent_of_code_2018-04093e35ebcc7a61.advent_of_code_2018.7fsuzrhe-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/advent_of_code_2018-04093e35ebcc7a61.advent_of_code_2018.7fsuzrhe-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/advent_of_code_2018-04093e35ebcc7a61.advent_of_code_2018.7fsuzrhe-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/advent_of_code_2018-04093e35ebcc7a61.advent_of_code_2018.7fsuzrhe-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/advent_of_code_2018-04093e35ebcc7a61.advent_of_code_2018.7fsuzrhe-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/advent_of_code_2018-04093e35ebcc7a61.advent_of_code_2018.7fsuzrhe-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/advent_of_code_2018-04093e35ebcc7a61.advent_of_code_2018.7fsuzrhe-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/advent_of_code_2018-04093e35ebcc7a61.advent_of_code_2018.7fsuzrhe-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/advent_of_code_2018-04093e35ebcc7a61.advent_of_code_2018.7fsuzrhe-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/advent_of_code_2018-04093e35ebcc7a61" "/opt/rustwide/target/debug/deps/advent_of_code_2018-04093e35ebcc7a61.44l5g6vsuantyao2.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libz3-1d123dfb890bb992.rlib" "/opt/rustwide/target/debug/deps/libz3_sys-cd187d8132ecf24d.rlib" "/opt/rustwide/target/debug/deps/liblog-0987b2fc6805bb1d.rlib" "/opt/rustwide/target/debug/deps/libenumset-9aca495aabf37e07.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-b21298363ac6761e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-710cd140e7415a5e.rlib" "/opt/rustwide/target/debug/deps/libarraymap-5851d04e88af8b96.rlib" "/opt/rustwide/target/debug/deps/librayon-84e78d04480d23ca.rlib" "/opt/rustwide/target/debug/deps/librayon_core-657c74be4bd4f291.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-957b4e2fe67e5103.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-ca862be64ad982ef.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-2cd632698870ffa3.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-5d24109de20616f8.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-eb3783781a55ffc1.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-0a36bb8e598d731d.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-64368cbfc44bff82.rlib" "/opt/rustwide/target/debug/deps/libnodrop-0ca5cda255c03c42.rlib" "/opt/rustwide/target/debug/deps/libregex-e14676f262be888e.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-2ecf85411342b9e6.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-3f58aa838d826a94.rlib" "/opt/rustwide/target/debug/deps/libucd_util-ec7183aabf6d89af.rlib" "/opt/rustwide/target/debug/deps/libthread_local-b544aed46a18af40.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7f0036cdc569d1c1.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-102b773e3ea24eca.rlib" "/opt/rustwide/target/debug/deps/libitertools-03ff3885c5ae9084.rlib" "/opt/rustwide/target/debug/deps/libeither-6b7239188857df3d.rlib" "/opt/rustwide/target/debug/deps/libnom-93f236b85b6b018d.rlib" "/opt/rustwide/target/debug/deps/libmemchr-20e9f4156f79cc14.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-346f95c6920bbf4f.rlib" "/opt/rustwide/target/debug/deps/libstructopt-17292d219f245af3.rlib" "/opt/rustwide/target/debug/deps/libclap-df515012c7bb5d17.rlib" "/opt/rustwide/target/debug/deps/libvec_map-430eebd9ad766441.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-4a971c230493c426.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-efcaf7621463ca26.rlib" "/opt/rustwide/target/debug/deps/libstrsim-421bb410b122b449.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ac824a210725bad3.rlib" "/opt/rustwide/target/debug/deps/libatty-85b5dce3e82f5098.rlib" "/opt/rustwide/target/debug/deps/liblibc-a10230026ee20ca7.rlib" "/opt/rustwide/target/debug/deps/libansi_term-96d819b388a7bd02.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lz3" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lz3 [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `advent-of-code-2018`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "71e1a68464883163999250d93e7fa843ae2b2b6cc19722396d247ba4affaad1d"` [INFO] running `"docker" "rm" "-f" "71e1a68464883163999250d93e7fa843ae2b2b6cc19722396d247ba4affaad1d"` [INFO] [stdout] 71e1a68464883163999250d93e7fa843ae2b2b6cc19722396d247ba4affaad1d