[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 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-1/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/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 74178a0f34866889c92b8dd9ceeaaaf2afc1a83b11684d56ce2005806f8c6679 [INFO] running `"docker" "start" "-a" "74178a0f34866889c92b8dd9ceeaaaf2afc1a83b11684d56ce2005806f8c6679"` [INFO] [stderr] Compiling num-traits v0.1.37 [INFO] [stderr] Compiling libc v0.2.23 [INFO] [stderr] Compiling libc v0.1.12 [INFO] [stderr] Compiling strsim v0.5.2 [INFO] [stderr] Compiling vec_map v0.6.0 [INFO] [stderr] Compiling unicode-segmentation v0.1.3 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling thread-id v3.1.0 [INFO] [stderr] Compiling term_size v0.2.3 [INFO] [stderr] Compiling clap v2.19.3 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling num-integer v0.1.34 [INFO] [stderr] Compiling num-complex v0.1.37 [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>:120:46 [INFO] [stderr] | [INFO] [stderr] 120 | (@ 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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/chipate-4e9f36cf0bf25840.chipate.8ws4aipp-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/chipate-4e9f36cf0bf25840.chipate.8ws4aipp-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/chipate-4e9f36cf0bf25840.chipate.8ws4aipp-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/chipate-4e9f36cf0bf25840.chipate.8ws4aipp-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/chipate-4e9f36cf0bf25840.chipate.8ws4aipp-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/chipate-4e9f36cf0bf25840.chipate.8ws4aipp-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/chipate-4e9f36cf0bf25840.chipate.8ws4aipp-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/chipate-4e9f36cf0bf25840.chipate.8ws4aipp-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/chipate-4e9f36cf0bf25840.chipate.8ws4aipp-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/chipate-4e9f36cf0bf25840.chipate.8ws4aipp-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/chipate-4e9f36cf0bf25840.chipate.8ws4aipp-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/chipate-4e9f36cf0bf25840.chipate.8ws4aipp-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/chipate-4e9f36cf0bf25840.chipate.8ws4aipp-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/chipate-4e9f36cf0bf25840.chipate.8ws4aipp-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/chipate-4e9f36cf0bf25840.chipate.8ws4aipp-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/chipate-4e9f36cf0bf25840.chipate.8ws4aipp-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/chipate-4e9f36cf0bf25840" "/opt/crater/target/debug/deps/chipate-4e9f36cf0bf25840.u9r6pp1tbj9qrjv.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/libclap-1301343e7ae8912e.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-bafce28bce92cb4a.rlib" "/opt/crater/target/debug/deps/libterm_size-51ef806e8f1e807c.rlib" "/opt/crater/target/debug/deps/libvec_map-4bfc68e930684ad8.rlib" "/opt/crater/target/debug/deps/libbitflags-b03ee8d07369378c.rlib" "/opt/crater/target/debug/deps/libunicode_width-a2596a57a5d82eb6.rlib" "/opt/crater/target/debug/deps/libansi_term-96a43f38fb74107f.rlib" "/opt/crater/target/debug/deps/libstrsim-4ec6f9fa4bef3e43.rlib" "/opt/crater/target/debug/deps/libenv_logger-b5d3d50082624fb7.rlib" "/opt/crater/target/debug/deps/libregex-1599186503792d98.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-09a6e1d8631730f6.rlib" "/opt/crater/target/debug/deps/libregex_syntax-ca09659c705c7367.rlib" "/opt/crater/target/debug/deps/libthread_local-b8b760cb22f998ba.rlib" "/opt/crater/target/debug/deps/libunreachable-50f2ecea0581636d.rlib" "/opt/crater/target/debug/deps/libvoid-4fb26e3b0cb57bde.rlib" "/opt/crater/target/debug/deps/libthread_id-dafe750bff233873.rlib" "/opt/crater/target/debug/deps/libaho_corasick-7a04df51490b87de.rlib" "/opt/crater/target/debug/deps/libmemchr-d454515b4ad9afbc.rlib" "/opt/crater/target/debug/deps/liblog-a742011664cf4f8c.rlib" "/opt/crater/target/debug/deps/libsdl-e1771c795cdfe519.rlib" "/opt/crater/target/debug/deps/libnum-661e95b70a996af6.rlib" "/opt/crater/target/debug/deps/libnum_rational-97cf7423698292aa.rlib" "/opt/crater/target/debug/deps/libnum_bigint-b5970053d7110e96.rlib" "/opt/crater/target/debug/deps/libnum_complex-3d500db1aaebaa26.rlib" "/opt/crater/target/debug/deps/librustc_serialize-fc0a027b4489f806.rlib" "/opt/crater/target/debug/deps/libnum_iter-3d64658e5f816442.rlib" "/opt/crater/target/debug/deps/libnum_integer-95165f0d5691e83c.rlib" "/opt/crater/target/debug/deps/libnum_traits-90aaff30512310e9.rlib" "/opt/crater/target/debug/deps/librand-58bbe7f04461d37f.rlib" "/opt/crater/target/debug/deps/liblibc-66deab25fa9bc8c1.rlib" "/opt/crater/target/debug/deps/liblibc-c4bf5ff2ab21da58.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" "-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" "74178a0f34866889c92b8dd9ceeaaaf2afc1a83b11684d56ce2005806f8c6679"` [INFO] running `"docker" "rm" "-f" "74178a0f34866889c92b8dd9ceeaaaf2afc1a83b11684d56ce2005806f8c6679"` [INFO] [stdout] 74178a0f34866889c92b8dd9ceeaaaf2afc1a83b11684d56ce2005806f8c6679