[INFO] cloning repository https://github.com/typedrat/rayromano [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/typedrat/rayromano" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftypedrat%2Frayromano", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftypedrat%2Frayromano'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 92274d2dbf11ad91fb675b3f8f9226796e2cc502 [INFO] building typedrat/rayromano against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftypedrat%2Frayromano" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/typedrat/rayromano [INFO] finished tweaking git repo https://github.com/typedrat/rayromano [INFO] tweaked toml for git repo https://github.com/typedrat/rayromano written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/typedrat/rayromano on toolchain 23647e694de8d0904848ad068b2e0ec2dd098c37 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/typedrat/rayromano 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" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8877717ba7c47e198a8172668e4efbf264a84d7eb18fa739cc4f40098c6e69fd [INFO] running `Command { std: "docker" "start" "-a" "8877717ba7c47e198a8172668e4efbf264a84d7eb18fa739cc4f40098c6e69fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8877717ba7c47e198a8172668e4efbf264a84d7eb18fa739cc4f40098c6e69fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8877717ba7c47e198a8172668e4efbf264a84d7eb18fa739cc4f40098c6e69fd", kill_on_drop: false }` [INFO] [stdout] 8877717ba7c47e198a8172668e4efbf264a84d7eb18fa739cc4f40098c6e69fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "build" "--frozen" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] 896ba397bf96975e7807c7ff60efef286d40e0a41d01d1ce227ab8aced6d7ca3 [INFO] running `Command { std: "docker" "start" "-a" "896ba397bf96975e7807c7ff60efef286d40e0a41d01d1ce227ab8aced6d7ca3", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling libc v0.2.154 [INFO] [stderr] Compiling thiserror v1.0.59 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling bytemuck v1.15.0 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling either v1.11.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Compiling anyhow v1.0.83 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling aligned-vec v0.5.0 [INFO] [stderr] Compiling built v0.7.2 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling cc v1.0.96 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling getrandom v0.2.14 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling safe_arch v0.7.1 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling matrixmultiply v0.3.8 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling flate2 v1.0.30 [INFO] [stderr] Compiling imgref v1.10.1 [INFO] [stderr] Compiling portable-atomic v1.6.0 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling bitstream-io v2.2.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling flume v0.11.0 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling v_frame v0.3.8 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling wide v0.7.19 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling avif-serialize v0.8.1 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling rgb v0.8.37 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling fdeflate v0.3.4 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling unicode-width v0.1.12 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling by_address v1.2.1 [INFO] [stderr] Compiling palette v0.7.6 [INFO] [stderr] Compiling zune-jpeg v0.4.11 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling exr v1.72.0 [INFO] [stderr] Compiling gif v0.13.1 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling console v0.15.8 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling png v0.17.13 [INFO] [stderr] Compiling libmimalloc-sys v0.1.37 [INFO] [stderr] Compiling av1-grain v0.2.3 [INFO] [stderr] Compiling simba v0.8.1 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling fast-srgb8 v1.0.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling dyn-clone v1.0.17 [INFO] [stderr] Compiling mimalloc v0.1.41 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling indicatif v0.17.8 [INFO] [stderr] Compiling str_inflector v0.12.0 [INFO] [stderr] Compiling nalgebra-macros v0.2.1 [INFO] [stderr] Compiling thiserror-impl v1.0.59 [INFO] [stderr] Compiling profiling-procmacros v1.0.15 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling phf_macros v0.11.2 [INFO] [stderr] Compiling try_match_inner v0.5.1 [INFO] [stderr] Compiling palette_derive v0.7.6 [INFO] [stderr] Compiling profiling v1.0.15 [INFO] [stderr] Compiling try_match v0.4.1 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Compiling image-webp v0.1.2 [INFO] [stderr] Compiling buildstructor v0.5.4 [INFO] [stderr] Compiling nalgebra v0.32.5 [INFO] [stderr] Compiling ravif v0.11.5 [INFO] [stderr] Compiling image v0.25.1 [INFO] [stderr] Compiling rayromano v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/camera.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | #[buildstructor] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `buildstructor` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the attribute macro `buildstructor` may come from an old version of the `buildstructor` crate, try updating your dependency with `cargo update -p buildstructor` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the attribute macro `buildstructor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "__main_void" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<5 object files omitted>" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{librand-9a29e6ad660f628c,librand_chacha-d994e9fb25f43494,libppv_lite86-486e4425e6fd09e6,librand_core-dc7619a84b8563c1,libgetrandom-884f0132cdcec0c8,libwasi-b9c6bfbff0bef49f,libpalette-6c3ebcc1552d2028,libfast_srgb8-e901592461eda13b,libphf-6047ec5cc67a7e13,libphf_shared-ee93d756e83d96df,libsiphasher-bcaed8f5af22bf9c,libdyn_clone-76c18f1bcc3ba005,libindicatif-5c4af708dc57bf6e,libportable_atomic-c2bf1980ff8a3ebf,libnumber_prefix-98504c5031490c82,libinstant-4ee7e638d10598a5,libconsole-8bc7dcbfc46a7124,libunicode_width-7511dc221f168f45,liblazy_static-36da267ce9339a94,libimage-e20084dec6f1f5d7,libimage_webp-a11cce500a9a4fef,libbyteorder_lite-f317906bf7af921d,libqoi-85a75892d2e11daa,libpng-161f605d1fb1eb89,libfdeflate-50f0fe513a8b9967,libbitflags-15e3d67e03629ffa,libexr-c32b0a5efdb66291,libflume-5217778699297ed6,libzune_inflate-4f6364a931a8fa91,libbit_field-39ff09f3d85c8db4,liblebe-e256e90670809203,libhalf-0c87516f0ac3dc1c,libsmallvec-dd22fcde2487057b,libzune_jpeg-152720370b6f1ac1}.rlib" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libzune_core-c9d6b46af9a16ea1,libgif-232fa5c57545039d,libcolor_quant-8e07a515e6ff48c0,libbyteorder-529cc76400af54b3,libravif-5030d5ed4ee9d550,libloop9-983da33c45ba45ca,libavif_serialize-7526bf1d1d6129ff,librayon-8b9efeb1822f7e9e,librayon_core-596b789b3248fe04,libcrossbeam_deque-edfc9ac1b274ec38,libcrossbeam_epoch-8b329c916e80e0f6,libcrossbeam_utils-8a6fb6f51532af4f,libquick_error-d37b5d841d8d4609,librgb-57e35ec184ec6645,librav1e-4ce58c27c9bb1023,libprofiling-029d6ecd3dfcd624,libav1_grain-fe4936712d8eb231,libnom-99f663a853f53a5a,libmemchr-543b78dd4e6f59ec,libanyhow-26ac061e8db538d9,libdebug_unreachable-1ef33346e67b87f3,libmaybe_rayon-91645af7465d143f,libv_frame-75fce8ad4b49916a,libaligned_vec-af394f74d316650c,libarrayvec-904f3b6f9e9c772a,libthiserror-8e2581b8a380d3b7,libbitstream_io-6ecdf5bbe4789bd0,libitertools-42f7f72891dc5ee0,libeither-acc23cd0c79e39a0,liblog-03c1402355aa92f4,libimgref-2c2b2808b6648f83,libtiff-d2564ccf5bf9ee43,libflate2-05ec16e0f918675d,libminiz_oxide-2450c187032c446b,libsimd_adler32-f60c9d1329d503cc,libcrc32fast-7eee6fe9ac3f34b0,libcfg_if-50b02a9e3502ecf2,libweezl-3bf0a72bfd157bf6,libjpeg_decoder-fd926ddf0abbe14e,libmimalloc-eaa06621e0e33f8a,liblibmimalloc_sys-4a6c98ea29528996,liblibc-093e1a78f14d2adc,libnalgebra-2f0a55637ac32d62,libmatrixmultiply-f518b7fea437b489,librawpointer-bdc2b0e64d56f44e,libnum_rational-ce1d080a84cd0517,libnum_bigint-7ff6b6979cce858b,libnum_integer-b1d6c2abb4147bb1,libtypenum-0fe8d28fad3fc2b1,libsimba-cc0c02001be7fc87,libwide-3782457bceb16509,libsafe_arch-c19050851e60e2cb,libbytemuck-adce7e2b9662606d,libnum_complex-272f29bf3af5a7b8,libapprox-a34128a2f18cfebf,libnum_traits-14c0b589c88d1f7d}.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/libmimalloc-sys-0ea08a166f38ce71/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/rayromano-03ccd0e3efd4116f.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/liblibmimalloc_sys-4a6c98ea29528996.rlib: archive member '98cfcaec7182b1d8-static.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/rayromano-03ccd0e3efd4116f.rayromano.7769cc34c648ea13-cgu.3.rcgu.o: undefined symbol: mi_zalloc_aligned [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/rayromano-03ccd0e3efd4116f.rayromano.7769cc34c648ea13-cgu.3.rcgu.o: undefined symbol: mi_malloc_aligned [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/rayromano-03ccd0e3efd4116f.rayromano.7769cc34c648ea13-cgu.3.rcgu.o: undefined symbol: mi_free [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/rayromano-03ccd0e3efd4116f.rayromano.7769cc34c648ea13-cgu.3.rcgu.o: undefined symbol: mi_realloc_aligned [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rayromano` (bin "rayromano") due to 1 previous error; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "896ba397bf96975e7807c7ff60efef286d40e0a41d01d1ce227ab8aced6d7ca3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "896ba397bf96975e7807c7ff60efef286d40e0a41d01d1ce227ab8aced6d7ca3", kill_on_drop: false }` [INFO] [stdout] 896ba397bf96975e7807c7ff60efef286d40e0a41d01d1ce227ab8aced6d7ca3