[INFO] updating cached repository plopgrizzly/design-grizzly [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/plopgrizzly/design-grizzly [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/plopgrizzly/design-grizzly" "work/ex/beta-1.37-6/sources/1.36.0/gh/plopgrizzly/design-grizzly"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/plopgrizzly/design-grizzly'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/plopgrizzly/design-grizzly" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/plopgrizzly/design-grizzly"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/plopgrizzly/design-grizzly'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] dd86a3ee42615bc88488e546d0a2f0bff573774f [INFO] sha for GitHub repo plopgrizzly/design-grizzly: dd86a3ee42615bc88488e546d0a2f0bff573774f [INFO] validating manifest of plopgrizzly/design-grizzly on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of plopgrizzly/design-grizzly on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing plopgrizzly/design-grizzly [INFO] finished frobbing plopgrizzly/design-grizzly [INFO] frobbed toml for plopgrizzly/design-grizzly written to work/ex/beta-1.37-6/sources/1.36.0/gh/plopgrizzly/design-grizzly/Cargo.toml [INFO] started frobbing plopgrizzly/design-grizzly [INFO] finished frobbing plopgrizzly/design-grizzly [INFO] frobbed toml for plopgrizzly/design-grizzly written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/plopgrizzly/design-grizzly/Cargo.toml [INFO] crate plopgrizzly/design-grizzly already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing plopgrizzly/design-grizzly against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/plopgrizzly/design-grizzly:/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.36.0" "build" "--frozen"` [INFO] [stdout] 0256c86d7aad5136f4a61eaf605a54c6205fa9360e9d1b19e84240d8c2c192d0 [INFO] running `"docker" "start" "-a" "0256c86d7aad5136f4a61eaf605a54c6205fa9360e9d1b19e84240d8c2c192d0"` [INFO] [stderr] Compiling gcc v0.3.50 [INFO] [stderr] Compiling adi_clock v0.2.0 [INFO] [stderr] Compiling ami v0.2.1 [INFO] [stderr] Compiling adi_screen v0.2.2 [INFO] [stderr] Compiling adi v0.3.1 [INFO] [stderr] Compiling design_grizzly v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `Transform` [INFO] [stderr] --> src/main.rs:7:54 [INFO] [stderr] | [INFO] [stderr] 7 | use adi::screen::{ GuiButton, Input, Sprite, Window, Transform }; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fs::Metadata` [INFO] [stderr] --> src/model/file.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::fs::Metadata; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::BufReader` [INFO] [stderr] --> src/model/file.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::io::BufReader; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `context` [INFO] [stderr] --> src/main.rs:33:11 [INFO] [stderr] | [INFO] [stderr] 33 | fn redraw(context: &mut Context) { [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_context` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `context` [INFO] [stderr] --> src/main.rs:50:10 [INFO] [stderr] | [INFO] [stderr] 50 | fn input(context: &mut Context) { [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_context` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `v_handle` [INFO] [stderr] --> src/main.rs:192:6 [INFO] [stderr] | [INFO] [stderr] 192 | let v_handle = [ [INFO] [stderr] | ^^^^^^^^ help: consider prefixing with an underscore: `_v_handle` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `v_creator` [INFO] [stderr] --> src/main.rs:201:6 [INFO] [stderr] | [INFO] [stderr] 201 | let v_creator = [ [INFO] [stderr] | ^^^^^^^^^ help: consider prefixing with an underscore: `_v_creator` [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `HandleContext` [INFO] [stderr] --> src/main.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | struct HandleContext { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `CreatorContext` [INFO] [stderr] --> src/main.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | struct CreatorContext { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `HS` [INFO] [stderr] --> src/main.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | const HS : f32 = 0.125; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `input` [INFO] [stderr] --> src/main.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | fn input(context: &mut Context) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/model/file.rs:15:2 [INFO] [stderr] | [INFO] [stderr] 15 | file.unwrap().read_to_string(&mut contents); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/design_grizzly-d26aefa1cf1b23ef.design_grizzly.8uqxqayq-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/design_grizzly-d26aefa1cf1b23ef.design_grizzly.8uqxqayq-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/design_grizzly-d26aefa1cf1b23ef.design_grizzly.8uqxqayq-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/design_grizzly-d26aefa1cf1b23ef.design_grizzly.8uqxqayq-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/design_grizzly-d26aefa1cf1b23ef.design_grizzly.8uqxqayq-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/design_grizzly-d26aefa1cf1b23ef.design_grizzly.8uqxqayq-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/design_grizzly-d26aefa1cf1b23ef.design_grizzly.8uqxqayq-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/design_grizzly-d26aefa1cf1b23ef.design_grizzly.8uqxqayq-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/design_grizzly-d26aefa1cf1b23ef.design_grizzly.8uqxqayq-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/design_grizzly-d26aefa1cf1b23ef.design_grizzly.8uqxqayq-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/design_grizzly-d26aefa1cf1b23ef.design_grizzly.8uqxqayq-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/design_grizzly-d26aefa1cf1b23ef.design_grizzly.8uqxqayq-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/design_grizzly-d26aefa1cf1b23ef.design_grizzly.8uqxqayq-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/design_grizzly-d26aefa1cf1b23ef.design_grizzly.8uqxqayq-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/design_grizzly-d26aefa1cf1b23ef.design_grizzly.8uqxqayq-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/design_grizzly-d26aefa1cf1b23ef.design_grizzly.8uqxqayq-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/design_grizzly-d26aefa1cf1b23ef" "/opt/crater/target/debug/deps/design_grizzly-d26aefa1cf1b23ef.4rc9w3lfbi4h45eg.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/adi_screen-be763ada0ab0a657/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libadi-1491f06d6b7b77c8.rlib" "/opt/crater/target/debug/deps/libadi_screen-25aaf2ce51453149.rlib" "/opt/crater/target/debug/deps/libadi_clock-67760d01b8231693.rlib" "/opt/crater/target/debug/deps/libami-59657fe2414c366d.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lxcb" "-lvulkan" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lvulkan [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 `design_grizzly`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0256c86d7aad5136f4a61eaf605a54c6205fa9360e9d1b19e84240d8c2c192d0"` [INFO] running `"docker" "rm" "-f" "0256c86d7aad5136f4a61eaf605a54c6205fa9360e9d1b19e84240d8c2c192d0"` [INFO] [stdout] 0256c86d7aad5136f4a61eaf605a54c6205fa9360e9d1b19e84240d8c2c192d0