[INFO] cloning repository https://github.com/hpatjens/pathtracer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hpatjens/pathtracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhpatjens%2Fpathtracer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhpatjens%2Fpathtracer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3e5ea318e020eb12eba46bcea12251d39e099764 [INFO] testing hpatjens/pathtracer against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhpatjens%2Fpathtracer" "/workspace/builds/worker-27/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-27/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hpatjens/pathtracer on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hpatjens/pathtracer [INFO] finished tweaking git repo https://github.com/hpatjens/pathtracer [INFO] tweaked toml for git repo https://github.com/hpatjens/pathtracer written to /workspace/builds/worker-27/source/Cargo.toml [INFO] crate git repo https://github.com/hpatjens/pathtracer already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/hpatjens/hmath` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded core-foundation v0.6.1 [INFO] [stderr] Downloaded core-foundation-sys v0.6.1 [INFO] [stderr] Downloaded derive-new v0.5.5 [INFO] [stderr] Downloaded gleam v0.6.0 [INFO] [stderr] Downloaded parking_lot v0.6.2 [INFO] [stderr] Downloaded stb_image v0.2.2 [INFO] [stderr] Downloaded x11-dl v2.18.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d3d110f232b78fbe020df1c00263152640ebe40bdb7ec3a045c9df269f7c5154 [INFO] running `Command { std: "docker" "start" "-a" "d3d110f232b78fbe020df1c00263152640ebe40bdb7ec3a045c9df269f7c5154", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d3d110f232b78fbe020df1c00263152640ebe40bdb7ec3a045c9df269f7c5154", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3d110f232b78fbe020df1c00263152640ebe40bdb7ec3a045c9df269f7c5154", kill_on_drop: false }` [INFO] [stdout] d3d110f232b78fbe020df1c00263152640ebe40bdb7ec3a045c9df269f7c5154 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1af79427cc1e6e512428aa2b25ad06779a1fe357dc70db7ef206636a6427efb2 [INFO] running `Command { std: "docker" "start" "-a" "1af79427cc1e6e512428aa2b25ad06779a1fe357dc70db7ef206636a6427efb2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling cfg-if v0.1.4 [INFO] [stderr] Compiling cc v1.0.18 [INFO] [stderr] Compiling lazy_static v1.0.2 [INFO] [stderr] Compiling khronos_api v2.2.0 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling downcast-rs v1.0.3 [INFO] [stderr] Compiling stable_deref_trait v1.1.0 [INFO] [stderr] Compiling pkg-config v0.3.11 [INFO] [stderr] Compiling nix v0.11.0 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling remove_dir_all v0.5.1 [INFO] [stderr] Compiling gcc v0.3.54 [INFO] [stderr] Compiling bitflags v0.4.0 [INFO] [stderr] Compiling slab v0.1.3 [INFO] [stderr] Compiling rustc-demangle v0.1.8 [INFO] [stderr] Compiling same-file v1.0.2 [INFO] [stderr] Compiling bytes v0.3.0 [INFO] [stderr] Compiling rand_core v0.2.1 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling proc-macro2 v0.4.8 [INFO] [stderr] Compiling float-cmp v0.4.0 [INFO] [stderr] Compiling log v0.4.3 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling smallvec v0.6.3 [INFO] [stderr] Compiling walkdir v2.1.4 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling ws2_32-sys v0.2.1 [INFO] [stderr] Compiling hmath v0.1.0 (https://github.com/hpatjens/hmath#82996f82) [INFO] [stderr] Compiling lock_api v0.1.3 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling memmap v0.6.2 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling filetime v0.1.15 [INFO] [stderr] Compiling inotify v0.3.0 [INFO] [stderr] Compiling rand v0.5.4 [INFO] [stderr] Compiling x11-dl v2.18.1 [INFO] [stderr] Compiling syn v0.14.4 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling stb_image v0.2.2 [INFO] [stderr] Compiling miow v0.1.5 [INFO] [stderr] Compiling wayland-scanner v0.20.10 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling tempfile v3.0.2 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling wayland-client v0.20.10 [INFO] [stderr] Compiling wayland-protocols v0.20.10 [INFO] [stderr] Compiling parking_lot v0.6.2 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.20.10 [INFO] [stderr] Compiling mio v0.5.1 [INFO] [stderr] Compiling glutin v0.17.0 [INFO] [stderr] Compiling glium v0.22.0 [INFO] [stderr] Compiling wayland-commons v0.20.10 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling notify v4.0.3 [INFO] [stderr] Compiling derive-new v0.5.5 [INFO] [stderr] Compiling smithay-client-toolkit v0.2.6 [INFO] [stderr] Compiling winit v0.16.2 [INFO] [stderr] Compiling pathtracer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/tracer.rs:414:5 [INFO] [stdout] | [INFO] [stdout] 414 | (num / denum) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 414 - (num / denum) [INFO] [stdout] 414 + num / denum [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/worker.rs:19:51 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(num_workers: usize, processor: Box) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 19 - pub fn new(num_workers: usize, processor: Box) -> Self { [INFO] [stdout] 19 + pub fn new(num_workers: usize, processor: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `index` [INFO] [stdout] --> src/worker.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | index: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Worker` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/worker.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, new)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `thread` [INFO] [stdout] --> src/worker.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | thread: JoinHandle<()>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Worker` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/worker.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, new)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pixel_position` [INFO] [stdout] --> src/tracer.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | pixel_position: Vec2u, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Meta` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/tracer.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Debug, Clone, new)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sample_index` [INFO] [stdout] --> src/tracer.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | sample_index: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Meta` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/tracer.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(Debug, Clone, new)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `message` [INFO] [stdout] --> src/parser.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | message: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ParseError` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Clone, Debug, new)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `position` [INFO] [stdout] --> src/parser.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | position: TextPosition, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ParseError` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Clone, Debug, new)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/pathtracer-304118c3d61eb826.pathtracer.e19ed07e-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/pathtracer-304118c3d61eb826.pathtracer.e19ed07e-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/pathtracer-304118c3d61eb826.pathtracer.e19ed07e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/pathtracer-304118c3d61eb826.pathtracer.e19ed07e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/pathtracer-304118c3d61eb826.pathtracer.e19ed07e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/pathtracer-304118c3d61eb826.pathtracer.e19ed07e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/pathtracer-304118c3d61eb826.pathtracer.e19ed07e-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/pathtracer-304118c3d61eb826.pathtracer.e19ed07e-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/pathtracer-304118c3d61eb826.pathtracer.e19ed07e-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/pathtracer-304118c3d61eb826.pathtracer.e19ed07e-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/pathtracer-304118c3d61eb826.pathtracer.e19ed07e-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/pathtracer-304118c3d61eb826.pathtracer.e19ed07e-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/pathtracer-304118c3d61eb826.pathtracer.e19ed07e-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/pathtracer-304118c3d61eb826.pathtracer.e19ed07e-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/pathtracer-304118c3d61eb826.pathtracer.e19ed07e-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/pathtracer-304118c3d61eb826.pathtracer.e19ed07e-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/pathtracer-304118c3d61eb826.4qvs9b4y2pn0rjh9.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-18f9d90114b35f88/out" "-L" "/opt/rustwide/target/debug/build/libloading-10fb91bff5db4065/out" "-L" "/opt/rustwide/target/debug/build/stb_image-a01fdeaf44cc954e/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lopengl32" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libstb_image-cf4468c1bd240801.rlib" "/opt/rustwide/target/debug/deps/libnotify-2003393663a26db6.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-f1450f069f793184.rlib" "/opt/rustwide/target/debug/deps/libsame_file-7babf06065c9e58a.rlib" "/opt/rustwide/target/debug/deps/libinotify-3f6c0e576dde3ffe.rlib" "/opt/rustwide/target/debug/deps/libfiletime-a5ad97cfcc0ade7b.rlib" "/opt/rustwide/target/debug/deps/libmio-1e0f8305e3aaaf47.rlib" "/opt/rustwide/target/debug/deps/liblog-9bf477cfdaa638df.rlib" "/opt/rustwide/target/debug/deps/libnet2-6cdba4e0f6373eb4.rlib" "/opt/rustwide/target/debug/deps/libmiow-2742f1d6025f3b87.rlib" "/opt/rustwide/target/debug/deps/libwinapi-fd9e38f540f9d647.rlib" "/opt/rustwide/target/debug/deps/libnix-c55bec0f397391d6.rlib" "/opt/rustwide/target/debug/deps/libbitflags-89bbc271627ee7f3.rlib" "/opt/rustwide/target/debug/deps/libslab-7708d46a354e6bcd.rlib" "/opt/rustwide/target/debug/deps/libbytes-993c7f9f394e1909.rlib" "/opt/rustwide/target/debug/deps/libbitflags-b50f842450d10e09.rlib" "/opt/rustwide/target/debug/deps/libtime-4c9e40f2f0660412.rlib" "/opt/rustwide/target/debug/deps/librand-9e7957ce1cf90a99.rlib" "/opt/rustwide/target/debug/deps/librand_core-25293e258ba84037.rlib" "/opt/rustwide/target/debug/deps/libhmath-d2676e3e30b86795.rlib" "/opt/rustwide/target/debug/deps/libfloat_cmp-6ad46afb8f02f1eb.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-608389d193b1ae97.rlib" "/opt/rustwide/target/debug/deps/libglium-6c4971fce3e0a7d5.rlib" "/opt/rustwide/target/debug/deps/libglutin-c79308de96971aee.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-b8a00914091835eb.rlib" "/opt/rustwide/target/debug/deps/libwinit-64a1ff3bb57d9eea.rlib" "/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-9bb89752cc4b5564.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-2b47e73dcb66b1be.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-3dd02ceb3c062057.rlib" "/opt/rustwide/target/debug/deps/libwayland_commons-e772e4d5b31c4651.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-3688d5d78763d763.rlib" "/opt/rustwide/target/debug/deps/libdowncast_rs-b1fd6aa60529f5d6.rlib" "/opt/rustwide/target/debug/deps/libtempfile-afaab6c8744805ba.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-d65e3cd5beac4e2a.rlib" "/opt/rustwide/target/debug/deps/libnix-c101c629dc907f00.rlib" "/opt/rustwide/target/debug/deps/libmemmap-5b930a532b014329.rlib" "/opt/rustwide/target/debug/deps/libdlib-ff38351d53c26f5e.rlib" "/opt/rustwide/target/debug/deps/liblibloading-0d35335686836a84.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-36b3a08200e3ae01.rlib" "/opt/rustwide/target/debug/deps/libbitflags-78d26d7495e66a7c.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-5467954df82172e2.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-9ab50c3ff22e4afc.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a325bad66710cc7d.rlib" "/opt/rustwide/target/debug/deps/librand-67894de97b1b92f8.rlib" "/opt/rustwide/target/debug/deps/liblock_api-10750a7f2f6f8f5a.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-a0a395a15af9e790.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-6edd0a1951e5baa4.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-701b7c561205ac6c.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-e647bb012b4da047.rlib" "/opt/rustwide/target/debug/deps/liblog-14d35bebe8c13898.rlib" "/opt/rustwide/target/debug/deps/libshared_library-92517c93c9e05df4.rlib" "/opt/rustwide/target/debug/deps/libfnv-75a549072e1c1e97.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-d8579d409d8d9e02.rlib" "/opt/rustwide/target/debug/deps/libunreachable-10c7e2817a6a99e7.rlib" "/opt/rustwide/target/debug/deps/libvoid-daee20f73a082eaf.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-33e7f2be8a58f751.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-35a1747add4f6299.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-ca78c897a3123230.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-76c6669f6a82048e.rlib" "/opt/rustwide/target/debug/deps/liblibc-8453023b582c9929.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-c6421c9063156d5b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/pathtracer-304118c3d61eb826" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lopengl32 [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pathtracer` due to 2 previous errors; 8 warnings emitted [INFO] running `Command { std: "docker" "inspect" "1af79427cc1e6e512428aa2b25ad06779a1fe357dc70db7ef206636a6427efb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1af79427cc1e6e512428aa2b25ad06779a1fe357dc70db7ef206636a6427efb2", kill_on_drop: false }` [INFO] [stdout] 1af79427cc1e6e512428aa2b25ad06779a1fe357dc70db7ef206636a6427efb2