[INFO] cloning repository https://github.com/eyeKill/raytracer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eyeKill/raytracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FeyeKill%2Fraytracer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FeyeKill%2Fraytracer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5ad5f4a745716035f99073ff58976208550c95c8 [INFO] testing eyeKill/raytracer against try#c066bf6804adc55193b71afdff6a56922f4a8689+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_in_2025-retry-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FeyeKill%2Fraytracer" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/eyeKill/raytracer [INFO] finished tweaking git repo https://github.com/eyeKill/raytracer [INFO] tweaked toml for git repo https://github.com/eyeKill/raytracer written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/eyeKill/raytracer on toolchain c066bf6804adc55193b71afdff6a56922f4a8689 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/eyeKill/raytracer already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ca86608c484241ead22e6667fc00ee60b7096d160d594d82866608f9cdab9f10 [INFO] running `Command { std: "docker" "start" "-a" "ca86608c484241ead22e6667fc00ee60b7096d160d594d82866608f9cdab9f10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ca86608c484241ead22e6667fc00ee60b7096d160d594d82866608f9cdab9f10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca86608c484241ead22e6667fc00ee60b7096d160d594d82866608f9cdab9f10", kill_on_drop: false }` [INFO] [stdout] ca86608c484241ead22e6667fc00ee60b7096d160d594d82866608f9cdab9f10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 0875377f3d8e0ec188a0fe0493ffee451a32d818e8fe5e44c620e516cea961ce [INFO] running `Command { std: "docker" "start" "-a" "0875377f3d8e0ec188a0fe0493ffee451a32d818e8fe5e44c620e516cea961ce", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling miniz_oxide v0.3.6 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling bytemuck v1.2.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling deflate v0.8.4 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling tiff v0.4.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling png v0.16.3 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.18 [INFO] [stderr] Compiling image v0.23.4 [INFO] [stderr] Compiling ray_tracer v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::object::constant_medium::ConstantMedium` [INFO] [stdout] --> src/config/cornell_box.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::object::constant_medium::ConstantMedium; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `black_color` [INFO] [stdout] --> src/config/cornell_box.rs:70:13 [INFO] [stdout] | [INFO] [stdout] 70 | let black_color = make_texture(SolidColor::new(0.0, 0.0, 0.0)); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_black_color` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `white_color` [INFO] [stdout] --> src/config/cornell_box.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | let white_color = make_texture(SolidColor::new(1.0, 1.0, 1.0)); [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_white_color` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustcv0kepB/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libray_tracer-37e3b23420546ac7.rlib,libcrossbeam-9c9edda636cbb789.rlib,libcrossbeam_channel-9f8b2d7923998416.rlib,libimage-36680afe18ce4aa8.rlib,libbytemuck-901cd14600d873e7.rlib,libpng-40a92852356edc21.rlib,libinflate-a867dee07762d983.rlib,libcrc32fast-0f1db60a5def1efd.rlib,libdeflate-8133ebf689c92bdb.rlib,libnum_iter-f2a4d4006caf41a6.rlib,libjpeg_decoder-66d19afc2d388fc5.rlib,librayon-c1da4ceedc02cc12.rlib,librayon_core-d4de56911789ef85.rlib,libnum_cpus-bc0b6abbe8139484.rlib,libcrossbeam_queue-1ff48fe938e9b57b.rlib,libcrossbeam_deque-ca0378a67e808ee7.rlib,libcrossbeam_epoch-9ef3cc6149c00a8d.rlib,libscopeguard-c808731e304b1e35.rlib,libmemoffset-4f0869e016e5fb68.rlib,libcrossbeam_utils-60cd440fc997bb3a.rlib,liblazy_static-0abb46da822a0370.rlib,libmaybe_uninit-b1cbefa52ab9e672.rlib,libeither-42516d8734b51bd3.rlib,libscoped_threadpool-51919c87e557b2f0.rlib,libnum_rational-9da0333943e8d72b.rlib,libnum_integer-46ed2a7014600657.rlib,libgif-a7ad3c50a48c823c.rlib,libcolor_quant-da842872659f0191.rlib,libtiff-1655b9b91f17ee82.rlib,libminiz_oxide-9c3b20e1ded3a2c6.rlib,libadler32-4daea6207302fb20.rlib,liblzw-72c80d4fcee4b02a.rlib,libbyteorder-ad10c41634eca664.rlib,librand-c01a090fe950b8c1.rlib,librand_chacha-2b94c80de8a27936.rlib,libppv_lite86-95ae88c0afcd069f.rlib,librand_core-b0298071f1676eaf.rlib,libgetrandom-fc2348042f8c0d93.rlib,libcfg_if-1115355c16bea3ba.rlib,libnum_traits-c277f316b91c49ca.rlib,libclap-4cd144f55f331572.rlib,libvec_map-8aefc106e22bc518.rlib,libtextwrap-2b29c05d344bb1c7.rlib,libunicode_width-7cb04728bd56ed2f.rlib,libstrsim-f87ffb4c17952fef.rlib,libbitflags-69d4b4f1727ccf8a.rlib,libatty-fc7048439032a435.rlib,liblibc-85a8c03ad5917026.rlib,libansi_term-dbbf49b53c436b8c.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*}.rlib" "-lunwind" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcfg_if-*,liblibc-*}.rlib" "-lc" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/tmp/rustcv0kepB/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/ray_tracer-14cd4e2bbb9df6bb" "-Wl,--gc-sections" "-static-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-nodefaultlibs" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgetrandom-fc2348042f8c0d93.rlib(getrandom-fc2348042f8c0d93.getrandom.2765baac9fa5c026-cgu.0.rcgu.o): in function `getrandom::util_libc::open_readonly': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.1.14/src/util_libc.rs:112:(.text._ZN9getrandom9util_libc13open_readonly17h90d2e23678352fbeE+0x1b): undefined reference to `open64' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ray_tracer` (bin "ray_tracer") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "0875377f3d8e0ec188a0fe0493ffee451a32d818e8fe5e44c620e516cea961ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0875377f3d8e0ec188a0fe0493ffee451a32d818e8fe5e44c620e516cea961ce", kill_on_drop: false }` [INFO] [stdout] 0875377f3d8e0ec188a0fe0493ffee451a32d818e8fe5e44c620e516cea961ce