[INFO] updating cached repository xfix/advent-of-code-2018-mirror [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/xfix/advent-of-code-2018-mirror [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/xfix/advent-of-code-2018-mirror" "work/ex/beta-1.38-1/sources/1.37.0/gh/xfix/advent-of-code-2018-mirror"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/xfix/advent-of-code-2018-mirror'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/xfix/advent-of-code-2018-mirror" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/xfix/advent-of-code-2018-mirror"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/xfix/advent-of-code-2018-mirror'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1f9c778413d93d66d40dfc9bab850340a9d4fe8b [INFO] sha for GitHub repo xfix/advent-of-code-2018-mirror: 1f9c778413d93d66d40dfc9bab850340a9d4fe8b [INFO] validating manifest of xfix/advent-of-code-2018-mirror on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of xfix/advent-of-code-2018-mirror on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing xfix/advent-of-code-2018-mirror [INFO] finished frobbing xfix/advent-of-code-2018-mirror [INFO] frobbed toml for xfix/advent-of-code-2018-mirror written to work/ex/beta-1.38-1/sources/1.37.0/gh/xfix/advent-of-code-2018-mirror/Cargo.toml [INFO] started frobbing xfix/advent-of-code-2018-mirror [INFO] finished frobbing xfix/advent-of-code-2018-mirror [INFO] frobbed toml for xfix/advent-of-code-2018-mirror written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/xfix/advent-of-code-2018-mirror/Cargo.toml [INFO] crate xfix/advent-of-code-2018-mirror already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing xfix/advent-of-code-2018-mirror against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/xfix/advent-of-code-2018-mirror:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 891ac820ca35472c63e32e33ff660808c0b599ab20ff08fe9b248af9c8236252 [INFO] running `"docker" "start" "-a" "891ac820ca35472c63e32e33ff660808c0b599ab20ff08fe9b248af9c8236252"` [INFO] [stderr] Compiling num-complex v0.2.1 [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 heck v0.3.0 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling nom v4.1.1 [INFO] [stderr] Compiling z3 v0.3.0 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling enumset_derive v0.2.0 [INFO] [stderr] Compiling structopt-derive v0.2.14 [INFO] [stderr] Compiling enumset v0.3.14 [INFO] [stderr] Compiling structopt v0.2.14 [INFO] [stderr] Compiling advent-of-code-2018 v0.1.0 (/opt/crater/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/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/advent_of_code_2018-21bc83390e39995b.advent_of_code_2018.1gfhgepx-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/advent_of_code_2018-21bc83390e39995b.advent_of_code_2018.1gfhgepx-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/advent_of_code_2018-21bc83390e39995b.advent_of_code_2018.1gfhgepx-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/advent_of_code_2018-21bc83390e39995b.advent_of_code_2018.1gfhgepx-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/advent_of_code_2018-21bc83390e39995b.advent_of_code_2018.1gfhgepx-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/advent_of_code_2018-21bc83390e39995b.advent_of_code_2018.1gfhgepx-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/advent_of_code_2018-21bc83390e39995b.advent_of_code_2018.1gfhgepx-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/advent_of_code_2018-21bc83390e39995b.advent_of_code_2018.1gfhgepx-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/advent_of_code_2018-21bc83390e39995b.advent_of_code_2018.1gfhgepx-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/advent_of_code_2018-21bc83390e39995b.advent_of_code_2018.1gfhgepx-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/advent_of_code_2018-21bc83390e39995b.advent_of_code_2018.1gfhgepx-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/advent_of_code_2018-21bc83390e39995b.advent_of_code_2018.1gfhgepx-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/advent_of_code_2018-21bc83390e39995b.advent_of_code_2018.1gfhgepx-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/advent_of_code_2018-21bc83390e39995b.advent_of_code_2018.1gfhgepx-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/advent_of_code_2018-21bc83390e39995b.advent_of_code_2018.1gfhgepx-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/advent_of_code_2018-21bc83390e39995b.advent_of_code_2018.1gfhgepx-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/advent_of_code_2018-21bc83390e39995b" "/opt/crater/target/debug/deps/advent_of_code_2018-21bc83390e39995b.d5tgkp7m57ijbo4.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libz3-213b3585733751f8.rlib" "/opt/crater/target/debug/deps/libz3_sys-f47a01d94e146c7a.rlib" "/opt/crater/target/debug/deps/liblog-fb8f572ddd20602f.rlib" "/opt/crater/target/debug/deps/libenumset-a443112650c48eb0.rlib" "/opt/crater/target/debug/deps/libnum_complex-72af3f58d962d28a.rlib" "/opt/crater/target/debug/deps/libnum_traits-9b753cf36d639b23.rlib" "/opt/crater/target/debug/deps/libarraymap-493634ae3c12be11.rlib" "/opt/crater/target/debug/deps/librayon-c7d0dd8ed2a6a959.rlib" "/opt/crater/target/debug/deps/librayon_core-90ca08abe2d72825.rlib" "/opt/crater/target/debug/deps/libnum_cpus-a9bbd8044ed47ffc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-8191101cb0c34846.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-2c6c29936e79f51e.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libmemoffset-81f7e9a5af225363.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-2a01996e6cbc246e.rlib" "/opt/crater/target/debug/deps/libarrayvec-e4fe456368698283.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libregex-f88420d81556679f.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-f52370ed8b8aeb13.rlib" "/opt/crater/target/debug/deps/libregex_syntax-850e4c3af7d28146.rlib" "/opt/crater/target/debug/deps/libucd_util-57957d64f2b3380e.rlib" "/opt/crater/target/debug/deps/libthread_local-dc312346ae57221e.rlib" "/opt/crater/target/debug/deps/liblazy_static-df8b3d370f96c908.rlib" "/opt/crater/target/debug/deps/libaho_corasick-70c048030f4b4a1c.rlib" "/opt/crater/target/debug/deps/libitertools-e265aeeb01b37cb6.rlib" "/opt/crater/target/debug/deps/libeither-90c0ce8e46d0418a.rlib" "/opt/crater/target/debug/deps/libnom-22bb11649c3383d1.rlib" "/opt/crater/target/debug/deps/libmemchr-a3742c9041f70dc5.rlib" "/opt/crater/target/debug/deps/libcfg_if-52f952e08f3290ba.rlib" "/opt/crater/target/debug/deps/libstructopt-5e2a9cd861aa2532.rlib" "/opt/crater/target/debug/deps/libclap-25a48a70b6a61c05.rlib" "/opt/crater/target/debug/deps/libvec_map-dfe47d7ef870925b.rlib" "/opt/crater/target/debug/deps/libtextwrap-552a4fc03518be30.rlib" "/opt/crater/target/debug/deps/libunicode_width-be270ae5acdefae2.rlib" "/opt/crater/target/debug/deps/libstrsim-323d74444d0cce8b.rlib" "/opt/crater/target/debug/deps/libbitflags-67998902f09e32c1.rlib" "/opt/crater/target/debug/deps/libatty-73737481ef476fb1.rlib" "/opt/crater/target/debug/deps/liblibc-c1b722c953c59030.rlib" "/opt/crater/target/debug/deps/libansi_term-8091014737d4fb0a.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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" "891ac820ca35472c63e32e33ff660808c0b599ab20ff08fe9b248af9c8236252"` [INFO] running `"docker" "rm" "-f" "891ac820ca35472c63e32e33ff660808c0b599ab20ff08fe9b248af9c8236252"` [INFO] [stdout] 891ac820ca35472c63e32e33ff660808c0b599ab20ff08fe9b248af9c8236252