[INFO] fetching crate vngine 0.1.0...
[INFO] testing vngine-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate vngine 0.1.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate vngine 0.1.0
[INFO] finished tweaking crates.io crate vngine 0.1.0
[INFO] tweaked toml for crates.io crate vngine 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate vngine 0.1.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate vngine 0.1.0 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bbfe2d637d5ea4fa2234a32024df69c4651aaf8c443de9b0703f6514c8c131cb
[INFO] running `Command { std: "docker" "start" "-a" "bbfe2d637d5ea4fa2234a32024df69c4651aaf8c443de9b0703f6514c8c131cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bbfe2d637d5ea4fa2234a32024df69c4651aaf8c443de9b0703f6514c8c131cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bbfe2d637d5ea4fa2234a32024df69c4651aaf8c443de9b0703f6514c8c131cb", kill_on_drop: false }`
[INFO] [stdout] bbfe2d637d5ea4fa2234a32024df69c4651aaf8c443de9b0703f6514c8c131cb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] db379088d71142ea9ad321e83ff282eb6550320861220f7f1ef112da23627f83
[INFO] running `Command { std: "docker" "start" "-a" "db379088d71142ea9ad321e83ff282eb6550320861220f7f1ef112da23627f83", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.103
[INFO] [stderr]    Compiling xml-rs v0.8.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.29
[INFO] [stderr]    Compiling pkg-config v0.3.20
[INFO] [stderr]    Compiling smallvec v1.7.0
[INFO] [stderr]    Compiling libloading v0.7.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling memoffset v0.6.4
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling nom v7.0.0
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling scoped-tls v1.0.0
[INFO] [stderr]    Compiling downcast-rs v1.2.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.5
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling nix v0.18.0
[INFO] [stderr]    Compiling dlib v0.5.0
[INFO] [stderr]    Compiling minimal-lexical v0.1.3
[INFO] [stderr]    Compiling ttf-parser v0.6.2
[INFO] [stderr]    Compiling crossbeam-queue v0.3.2
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.4
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling instant v0.1.11
[INFO] [stderr]    Compiling libloading v0.6.7
[INFO] [stderr]    Compiling unicode-general-category v0.4.0
[INFO] [stderr]    Compiling xdg v2.2.0
[INFO] [stderr]    Compiling bytemuck v1.7.2
[INFO] [stderr]    Compiling dlib v0.4.2
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.1
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling wayland-sys v0.28.6
[INFO] [stderr]    Compiling x11-dl v2.19.1
[INFO] [stderr]    Compiling lock_api v0.4.5
[INFO] [stderr]    Compiling wayland-scanner v0.28.6
[INFO] [stderr]    Compiling ttf-parser v0.12.3
[INFO] [stderr]    Compiling winit v0.25.0
[INFO] [stderr]    Compiling unicode-ccc v0.1.2
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling unicode-script v0.5.3
[INFO] [stderr]    Compiling unicode-bidi-mirroring v0.1.0
[INFO] [stderr]    Compiling rgb v0.8.27
[INFO] [stderr]    Compiling generational-arena v0.2.8
[INFO] [stderr]    Compiling lru v0.6.6
[INFO] [stderr]    Compiling owned_ttf_parser v0.6.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling rusttype v0.9.2
[INFO] [stderr]    Compiling unicode-bidi v0.3.6
[INFO] [stderr]    Compiling imgref v1.9.1
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling crossbeam v0.8.1
[INFO] [stderr]    Compiling image v0.23.14
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.5
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.7
[INFO] [stderr]    Compiling pns v0.8.0
[INFO] [stderr]    Compiling nix v0.20.0
[INFO] [stderr]    Compiling andrew v0.3.1
[INFO] [stderr]    Compiling memmap2 v0.1.0
[INFO] [stderr]    Compiling mio v0.7.13
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling shared_library v0.1.9
[INFO] [stderr]    Compiling raw-window-handle v0.3.3
[INFO] [stderr]    Compiling rustybuzz v0.4.0
[INFO] [stderr]    Compiling owned_ttf_parser v0.12.1
[INFO] [stderr]    Compiling osmesa-sys v0.1.2
[INFO] [stderr]    Compiling wayland-client v0.28.6
[INFO] [stderr]    Compiling wayland-protocols v0.28.6
[INFO] [stderr]    Compiling glow v0.11.0
[INFO] [stderr]    Compiling gapp v0.1.0
[INFO] [stderr]    Compiling kv-parser v0.1.0
[INFO] [stderr]    Compiling xcursor v0.3.4
[INFO] [stderr]    Compiling simple-color v0.1.0
[INFO] [stderr]    Compiling mio-misc v1.2.1
[INFO] [stderr]    Compiling resource v0.5.0
[INFO] [stderr]    Compiling wayland-commons v0.28.6
[INFO] [stderr]    Compiling calloop v0.6.5
[INFO] [stderr]    Compiling femtovg v0.2.5
[INFO] [stderr]    Compiling femto-formatting v0.1.0
[INFO] [stderr]    Compiling wayland-cursor v0.28.6
[INFO] [stderr]    Compiling wayland-egl v0.28.6
[INFO] [stderr]    Compiling smithay-client-toolkit v0.12.3
[INFO] [stderr]    Compiling glutin v0.27.0
[INFO] [stderr]    Compiling gapp-winit v0.2.0
[INFO] [stderr]    Compiling vngine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: this method call resolves to `<&Box<[T]> as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<Box<[T]> as IntoIterator>::into_iter` in Rust 2024
[INFO] [stdout]    --> src/player.rs:335:14
[INFO] [stdout]     |
[INFO] [stdout] 335 |             .into_iter()
[INFO] [stdout]     |              ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/intoiterator-box-slice.html>
[INFO] [stdout]     = note: `#[warn(boxed_slice_into_iter)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stdout]     |
[INFO] [stdout] 335 -             .into_iter()
[INFO] [stdout] 335 +             .iter()
[INFO] [stdout]     |
[INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stdout]     |
[INFO] [stdout] 334 -         let transitions: Vec<_> = fire
[INFO] [stdout] 334 +         let transitions: Vec<_> = IntoIterator::into_iter(fire)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this method call resolves to `<&Box<[T]> as IntoIterator>::into_iter` (due to backwards compatibility), but will resolve to `<Box<[T]> as IntoIterator>::into_iter` in Rust 2024
[INFO] [stdout]    --> src/player.rs:399:14
[INFO] [stdout]     |
[INFO] [stdout] 399 |             .into_iter()
[INFO] [stdout]     |              ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/intoiterator-box-slice.html>
[INFO] [stdout] help: use `.iter()` instead of `.into_iter()` to avoid ambiguity
[INFO] [stdout]     |
[INFO] [stdout] 399 -             .into_iter()
[INFO] [stdout] 399 +             .iter()
[INFO] [stdout]     |
[INFO] [stdout] help: or use `IntoIterator::into_iter(..)` instead of `.into_iter()` to explicitly iterate by value
[INFO] [stdout]     |
[INFO] [stdout] 398 -         let transitions: Vec<_> = unfire
[INFO] [stdout] 398 +         let transitions: Vec<_> = IntoIterator::into_iter(unfire)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcaMtw4Y/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libresource-589054001eacf067,libkv_parser-3f10c9a4bbe750ed,libsimple_color-21ea4a39da78dbb4,libpns-c607b0b5a9b675db,libgapp_winit-cb78935541cef294,libglutin-c268c2ef71edbf6a,libwayland_egl-0d3b59c6260a3087,libosmesa_sys-af7dd47d11fe5b46,libshared_library-106f548875e0dde1,libwinit-23d3bbca98040f53,libmio_misc-71f8d5145d071a5e,libmio-2e4c279b97b33159,libcrossbeam-aabd2914ff1a7dfc,libcrossbeam_channel-ceed7cf7f678377f,libcrossbeam_deque-53fccaa0da3b55f4,libcrossbeam_queue-a3a2a494d1443ac1,libcrossbeam_epoch-7018de0be4583345,libmemoffset-fe54f43fc7d3a518,libcrossbeam_utils-fcc074b3b1ce8124,libpercent_encoding-d8e5e041794fd24f,libsmithay_client_toolkit-a80273a80ce0f77c,libandrew-21939df2ea81fc21,libxml-e99e599c74c7a48b,libxdg-f7386ae616cafec8,libwalkdir-d4051467a448ae9e,libsame_file-1ceb7b6153588b15,librusttype-a391c4987b1326fc,libab_glyph_rasterizer-046af5444e5ed557,libowned_ttf_parser-9010dbc35b150e84,libttf_parser-4d9ca54ec651f9e1,libwayland_cursor-0474feb631d55527,libxcursor-dbc5c987601ff8df,libnom-64e4c8e3ed23e791,libminimal_lexical-bb32569ed4f55e50,libmemchr-0be07a603900806d,libmemmap2-a1dc9b5fbb71fbbf,libwayland_protocols-7ec014b7a7410f4b,libwayland_client-95a5cbde1cdb28f1,libscoped_tls-563b287bd664763c,libwayland_commons-00de42b3845c6564,libonce_cell-5132bd2988d9c7dd,libnix-431af7aa559ba02b,libwayland_sys-c3d749ec6b7717f7,libdlib-c21c985287d76525,liblibloading-264a54599aadeb4c,libcalloop-7f54a44b6e815af6,libnix-ee5515fc549fb0b6,libdlib-3814cfa741f2cf82,liblibloading-b9d8331ed624d244,libraw_window_handle-bcadf5d63a75a609,libparking_lot-e9fc7769eff7c789,libparking_lot_core-87f5557ad4ae8f74,liblock_api-f580a3fc80c4941c,libscopeguard-9fc8879d2cbeccb9,libinstant-46f11bdde4334821,liblog-e324f1d2fae59712,libcfg_if-33ef6c02a07f9fec,libglutin_glx_sys-b3ac6754f3ee32a5,libx11_dl-5d5496259d642d33,liblibc-26f0994e668f8e5a,libglutin_egl_sys-e8d430f847e986a2,liblazy_static-2bb390fee0230a38,libgapp-3f6713c5142fa9dc,libfemto_formatting-5983059506ed4b31,libfemtovg-1cc1423c143461d6,librustybuzz-823e00c4833eb450,libunicode_bidi_mirroring-23ca1332ff2b9568,libunicode_script-7e1baa4b5715da13,libunicode_ccc-7d14584a1e1c7f1d,libunicode_general_category-dc6472cc8df8fd33,libsmallvec-647ec04a1585c7a5,libglow-c5b79592316049e4,libimage-c0ccc9c17f7512c5,libcolor_quant-fa7ff1de0e6ea74b,libnum_iter-aa19c9eb858b7e73,libnum_rational-ea5ebaa4d8c94ab1,libnum_integer-063a83cb79d247ce,libnum_traits-f3489a6164af1040,libbitflags-e2b4db6c651223da,libowned_ttf_parser-69ba74c21fafba0f,libttf_parser-5f597da2bdbe52ba,libunicode_segmentation-52587c5bd73f6e16,libunicode_bidi-1a47fed3f757559c,liblru-0acb28f2fefee314,libgenerational_arena-9f1cd9b168f80781,libcfg_if-7e9efee4241be1ca,libfnv-2d77ec4f6f971b24,librgb-0b9a9b122cd2188b,libbytemuck-28e5e98a64a2dda4,libimgref-0440773e94fe764f}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lpns" "-ldl" "-ldl" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcaMtw4Y/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/vngine-ac0c962c54470804" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lpns
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vngine` (bin "vngine") due to 1 previous error; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "db379088d71142ea9ad321e83ff282eb6550320861220f7f1ef112da23627f83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db379088d71142ea9ad321e83ff282eb6550320861220f7f1ef112da23627f83", kill_on_drop: false }`
[INFO] [stdout] db379088d71142ea9ad321e83ff282eb6550320861220f7f1ef112da23627f83
