[INFO] updating cached repository esoterick/chipate [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/esoterick/chipate [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/esoterick/chipate" "work/ex/beta-1.38-1/sources/1.37.0/gh/esoterick/chipate"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/esoterick/chipate'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/esoterick/chipate" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/esoterick/chipate"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/esoterick/chipate'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8abafa265c85e3dce9e6a0fbefa3292f0690a70d [INFO] sha for GitHub repo esoterick/chipate: 8abafa265c85e3dce9e6a0fbefa3292f0690a70d [INFO] validating manifest of esoterick/chipate 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 esoterick/chipate 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 esoterick/chipate [INFO] finished frobbing esoterick/chipate [INFO] frobbed toml for esoterick/chipate written to work/ex/beta-1.38-1/sources/1.37.0/gh/esoterick/chipate/Cargo.toml [INFO] started frobbing esoterick/chipate [INFO] finished frobbing esoterick/chipate [INFO] frobbed toml for esoterick/chipate written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/esoterick/chipate/Cargo.toml [INFO] crate esoterick/chipate 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 esoterick/chipate against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/esoterick/chipate:/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 1a1d5bfdca7cb4012c61710a34c131269436e3e042effd58e99f5e294a58cc5c [INFO] running `"docker" "start" "-a" "1a1d5bfdca7cb4012c61710a34c131269436e3e042effd58e99f5e294a58cc5c"` [INFO] [stderr] Compiling num-integer v0.1.34 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling thread-id v3.1.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling term_size v0.2.3 [INFO] [stderr] Compiling num-complex v0.1.37 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling clap v2.19.3 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling num-iter v0.1.33 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling num-bigint v0.1.37 [INFO] [stderr] Compiling num-rational v0.1.36 [INFO] [stderr] Compiling num v0.1.37 [INFO] [stderr] Compiling sdl v0.3.6 (https://github.com/brson/rust-sdl.git#78bd0e74) [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling chipate v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/chipate.rs:167:17 [INFO] [stderr] | [INFO] [stderr] 167 | /// 0NNN Call Calls RCA 1802 program at address NNN. Not necessary for most ROMs. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 168 | info!("Calls RCA 1802 program at address NNN. 0x{:X}", self.opcode); [INFO] [stderr] | -------------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: missing fragment specifier [INFO] [stderr] --> <::clap::macros::clap_app macros>:84:47 [INFO] [stderr] | [INFO] [stderr] 84 | @ arg ( $ arg : expr ) $ modes : tt ! $ ident $ ( $ tail : tt ) * ) => { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(missing_fragment_specifier)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #40107 [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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/chipate-647596d148a44afe.chipate.9j8eg31b-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/chipate-647596d148a44afe.chipate.9j8eg31b-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/chipate-647596d148a44afe.chipate.9j8eg31b-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/chipate-647596d148a44afe.chipate.9j8eg31b-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/chipate-647596d148a44afe.chipate.9j8eg31b-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/chipate-647596d148a44afe.chipate.9j8eg31b-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/chipate-647596d148a44afe.chipate.9j8eg31b-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/chipate-647596d148a44afe.chipate.9j8eg31b-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/chipate-647596d148a44afe.chipate.9j8eg31b-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/chipate-647596d148a44afe.chipate.9j8eg31b-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/chipate-647596d148a44afe.chipate.9j8eg31b-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/chipate-647596d148a44afe.chipate.9j8eg31b-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/chipate-647596d148a44afe.chipate.9j8eg31b-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/chipate-647596d148a44afe.chipate.9j8eg31b-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/chipate-647596d148a44afe.chipate.9j8eg31b-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/chipate-647596d148a44afe.chipate.9j8eg31b-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/chipate-647596d148a44afe" "/opt/crater/target/debug/deps/chipate-647596d148a44afe.38qb6y4wdcl7oak6.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libclap-5d08f3f0289e0431.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-03cae7d90269f722.rlib" "/opt/crater/target/debug/deps/libterm_size-fa3f758e7d56f47b.rlib" "/opt/crater/target/debug/deps/libvec_map-0b8971ea3fda61c2.rlib" "/opt/crater/target/debug/deps/libbitflags-05fa20c47058c1db.rlib" "/opt/crater/target/debug/deps/libunicode_width-8e49fc9eb4c9dbb0.rlib" "/opt/crater/target/debug/deps/libansi_term-5ad2ac4f1272cbf6.rlib" "/opt/crater/target/debug/deps/libstrsim-25c4e5da740a9e30.rlib" "/opt/crater/target/debug/deps/libenv_logger-9e52d4383b0d5112.rlib" "/opt/crater/target/debug/deps/libregex-ed804847430e35fd.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-92eef759f8fa2727.rlib" "/opt/crater/target/debug/deps/libregex_syntax-ce20ed97c088b9fa.rlib" "/opt/crater/target/debug/deps/libthread_local-0303afd1bef2a5fb.rlib" "/opt/crater/target/debug/deps/libunreachable-0e59f709d2757188.rlib" "/opt/crater/target/debug/deps/libvoid-d4bd79b68b9b921e.rlib" "/opt/crater/target/debug/deps/libthread_id-d80692e02f6f8a7a.rlib" "/opt/crater/target/debug/deps/libaho_corasick-5eda323745bdf8fb.rlib" "/opt/crater/target/debug/deps/libmemchr-1adeba4c94ed7f0e.rlib" "/opt/crater/target/debug/deps/liblog-cb32e2f952aff2a6.rlib" "/opt/crater/target/debug/deps/libsdl-ed53284bc962f30f.rlib" "/opt/crater/target/debug/deps/libnum-1e67e1c6108ab5f8.rlib" "/opt/crater/target/debug/deps/libnum_rational-9f3f3c4673c33155.rlib" "/opt/crater/target/debug/deps/libnum_bigint-ceff7de12f102dd5.rlib" "/opt/crater/target/debug/deps/libnum_complex-aec986c544318cba.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/libnum_iter-d556ec6b6e3b2464.rlib" "/opt/crater/target/debug/deps/libnum_integer-bad0fcb027a87283.rlib" "/opt/crater/target/debug/deps/libnum_traits-b4e8227c37ddf86d.rlib" "/opt/crater/target/debug/deps/librand-9d64eb9fdda50bd1.rlib" "/opt/crater/target/debug/deps/liblibc-795cf1a76228b945.rlib" "/opt/crater/target/debug/deps/liblibc-aafb0c5c9e710352.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lSDL" "-lutil" "-lc" "-lm" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lSDL [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 `chipate`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1a1d5bfdca7cb4012c61710a34c131269436e3e042effd58e99f5e294a58cc5c"` [INFO] running `"docker" "rm" "-f" "1a1d5bfdca7cb4012c61710a34c131269436e3e042effd58e99f5e294a58cc5c"` [INFO] [stdout] 1a1d5bfdca7cb4012c61710a34c131269436e3e042effd58e99f5e294a58cc5c