[INFO] cloning repository https://github.com/ten3roberts/ivy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ten3roberts/ivy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ften3roberts%2Fivy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ften3roberts%2Fivy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ddb88350b6efaef3bdb1bcdc09593a5c0cf50c82 [INFO] testing ten3roberts/ivy against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ften3roberts%2Fivy" "/workspace/builds/worker-30/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-30/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ten3roberts/ivy on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ten3roberts/ivy [INFO] finished tweaking git repo https://github.com/ten3roberts/ivy [INFO] tweaked toml for git repo https://github.com/ten3roberts/ivy written to /workspace/builds/worker-30/source/Cargo.toml [INFO] crate git repo https://github.com/ten3roberts/ivy already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 84302403f6196ea9e0bf8f9bd3d256707a5be9fe48ccff7e55c9df15b5a900d9 [INFO] running `Command { std: "docker" "start" "-a" "84302403f6196ea9e0bf8f9bd3d256707a5be9fe48ccff7e55c9df15b5a900d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "84302403f6196ea9e0bf8f9bd3d256707a5be9fe48ccff7e55c9df15b5a900d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84302403f6196ea9e0bf8f9bd3d256707a5be9fe48ccff7e55c9df15b5a900d9", kill_on_drop: false }` [INFO] [stdout] 84302403f6196ea9e0bf8f9bd3d256707a5be9fe48ccff7e55c9df15b5a900d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 12d18d7e22480382e396350aafa96e7968292081aa345f0bbc506dbc3001e472 [INFO] running `Command { std: "docker" "start" "-a" "12d18d7e22480382e396350aafa96e7968292081aa345f0bbc506dbc3001e472", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling bytemuck v1.7.2 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling siphasher v0.3.7 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling anyhow v1.0.51 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling palette v0.6.0 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling futures-sink v0.3.17 [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling atomic_refcell v0.1.8 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling serde_json v1.0.70 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling inflections v1.1.1 [INFO] [stderr] Compiling derive-for v1.2.2 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling vk-sys v0.4.0 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling anymap v0.12.1 [INFO] [stderr] Compiling rectangle-pack v0.4.2 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling ttf-parser v0.12.3 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling libloading v0.7.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling slotmap v1.0.6 [INFO] [stderr] Compiling cmake v0.1.46 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling backtrace v0.3.63 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling ivy-image v0.1.0 (/opt/rustwide/workdir/ivy-image) [INFO] [stderr] Compiling spirv-reflect v0.2.3 [INFO] [stderr] Compiling find-crate v0.6.3 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling safe_arch v0.5.2 [INFO] [stderr] Compiling phf_shared v0.9.0 [INFO] [stderr] Compiling raw-window-handle v0.4.2 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling ash v0.33.3+1.2.191 [INFO] [stderr] Compiling spin v0.9.2 [INFO] [stderr] Compiling wide v0.6.5 [INFO] [stderr] Compiling glfw-sys v3.3.4 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling nanorand v0.6.1 [INFO] [stderr] Compiling approx v0.5.0 [INFO] [stderr] Compiling spirv_headers v1.5.0 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling ultraviolet v0.8.1 [INFO] [stderr] Compiling fontdue v0.6.2 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling phf_generator v0.9.1 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling ivy-random v0.9.0 (/opt/rustwide/workdir/ivy-random) [INFO] [stderr] Compiling glfw v0.43.0 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling hecs-macros v0.7.0 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling phf_macros v0.9.0 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling palette_derive v0.6.0 [INFO] [stderr] Compiling gltf-derive v0.16.0 [INFO] [stderr] Compiling hecs v0.7.1 [INFO] [stderr] Compiling phf v0.9.0 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling flume v0.10.9 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling hecs-hierarchy v0.6.0 [INFO] [stderr] Compiling ivy-resources v0.9.0 (/opt/rustwide/workdir/ivy-resources) [INFO] [stderr] Compiling gpu-allocator v0.10.0 [INFO] [stderr] Compiling ivy-base v0.9.0 (/opt/rustwide/workdir/ivy-base) [INFO] [stderr] Compiling gltf-json v0.16.0 [INFO] [stderr] Compiling ivy-collision v0.9.0 (/opt/rustwide/workdir/ivy-collision) [INFO] [stderr] Compiling ivy-vulkan v0.9.0 (/opt/rustwide/workdir/ivy-vulkan) [INFO] [stderr] Compiling gltf v0.16.0 [INFO] [stderr] Compiling ivy-graphics v0.9.0 (/opt/rustwide/workdir/ivy-graphics) [INFO] [stderr] Compiling ivy-rendergraph v0.9.0 (/opt/rustwide/workdir/ivy-rendergraph) [INFO] [stderr] Compiling ivy-input v0.9.0 (/opt/rustwide/workdir/ivy-input) [INFO] [stderr] Compiling ivy-physics v0.9.0 (/opt/rustwide/workdir/ivy-physics) [INFO] [stderr] Compiling ivy-ui v0.9.0 (/opt/rustwide/workdir/ivy-ui) [INFO] [stderr] Compiling ivy-postprocessing v0.9.0 (/opt/rustwide/workdir/ivy-postprocessing) [INFO] [stderr] Compiling ivy v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.20s [INFO] running `Command { std: "docker" "inspect" "12d18d7e22480382e396350aafa96e7968292081aa345f0bbc506dbc3001e472", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12d18d7e22480382e396350aafa96e7968292081aa345f0bbc506dbc3001e472", kill_on_drop: false }` [INFO] [stdout] 12d18d7e22480382e396350aafa96e7968292081aa345f0bbc506dbc3001e472 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d3223a3e2bc1b2dbba99c3b279cd1be5e25dfa1f811cec8e19b909ef667e08ac [INFO] running `Command { std: "docker" "start" "-a" "d3223a3e2bc1b2dbba99c3b279cd1be5e25dfa1f811cec8e19b909ef667e08ac", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling ivy v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 00s [INFO] running `Command { std: "docker" "inspect" "d3223a3e2bc1b2dbba99c3b279cd1be5e25dfa1f811cec8e19b909ef667e08ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3223a3e2bc1b2dbba99c3b279cd1be5e25dfa1f811cec8e19b909ef667e08ac", kill_on_drop: false }` [INFO] [stdout] d3223a3e2bc1b2dbba99c3b279cd1be5e25dfa1f811cec8e19b909ef667e08ac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c5a150ac0c3fb278431ede416fa1cf3a6d18cb402e4a7721b152d31a1a7bb752 [INFO] running `Command { std: "docker" "start" "-a" "c5a150ac0c3fb278431ede416fa1cf3a6d18cb402e4a7721b152d31a1a7bb752", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.26s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ivy-19b91a0508202947) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Doc-tests ivy [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c5a150ac0c3fb278431ede416fa1cf3a6d18cb402e4a7721b152d31a1a7bb752", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5a150ac0c3fb278431ede416fa1cf3a6d18cb402e4a7721b152d31a1a7bb752", kill_on_drop: false }` [INFO] [stdout] c5a150ac0c3fb278431ede416fa1cf3a6d18cb402e4a7721b152d31a1a7bb752