[INFO] cloning repository https://github.com/Hywan/rayon-fix-registry-leak [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Hywan/rayon-fix-registry-leak" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHywan%2Frayon-fix-registry-leak", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHywan%2Frayon-fix-registry-leak'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] feacd3faa8bd5c976a1d6eb6e0c1a5e90cd025df [INFO] testing Hywan/rayon-fix-registry-leak against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHywan%2Frayon-fix-registry-leak" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Hywan/rayon-fix-registry-leak on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Hywan/rayon-fix-registry-leak [INFO] finished tweaking git repo https://github.com/Hywan/rayon-fix-registry-leak [INFO] tweaked toml for git repo https://github.com/Hywan/rayon-fix-registry-leak written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/Hywan/rayon-fix-registry-leak already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bb97f79560363788874c6b3165720f77ccee7c013c0d22f31c5e1f35a40e9612 [INFO] running `Command { std: "docker" "start" "-a" "bb97f79560363788874c6b3165720f77ccee7c013c0d22f31c5e1f35a40e9612", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bb97f79560363788874c6b3165720f77ccee7c013c0d22f31c5e1f35a40e9612", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb97f79560363788874c6b3165720f77ccee7c013c0d22f31c5e1f35a40e9612", kill_on_drop: false }` [INFO] [stdout] bb97f79560363788874c6b3165720f77ccee7c013c0d22f31c5e1f35a40e9612 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fe083db43a7f771cf1c8a8bf74b8a1f95ed5a91f84ffc1aab8afd3513ad7a512 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fe083db43a7f771cf1c8a8bf74b8a1f95ed5a91f84ffc1aab8afd3513ad7a512", 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] Compiling syn v1.0.48 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling cc v1.0.62 [INFO] [stderr] Compiling target-lexicon v0.11.1 [INFO] [stderr] Compiling smallvec v1.4.2 [INFO] [stderr] Compiling wasmparser v0.65.0 [INFO] [stderr] Compiling cranelift-codegen-shared v0.67.0 [INFO] [stderr] Compiling wasmer-compiler-cranelift v1.0.0-alpha5 (https://github.com/Hywan/wasmer?branch=fix-vm-leak#8016a34b) [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling addr2line v0.14.0 [INFO] [stderr] Compiling wast v27.0.0 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling region v2.2.0 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling regalloc v0.0.30 [INFO] [stderr] Compiling backtrace v0.3.54 [INFO] [stderr] Compiling wasmer-vm v1.0.0-alpha5 (https://github.com/Hywan/wasmer?branch=fix-vm-leak#8016a34b) [INFO] [stderr] Compiling raw-cpuid v7.0.3 [INFO] [stderr] Compiling wat v1.0.28 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling thiserror v1.0.22 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling which v4.0.2 [INFO] [stderr] Compiling enumset_derive v0.5.0 [INFO] [stderr] Compiling enumset v1.0.1 [INFO] [stderr] Compiling cranelift-entity v0.67.0 [INFO] [stderr] Compiling serde_bytes v0.11.5 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling wasmer-types v1.0.0-alpha5 (https://github.com/Hywan/wasmer?branch=fix-vm-leak#8016a34b) [INFO] [stderr] Compiling cranelift-codegen-meta v0.67.0 [INFO] [stderr] Compiling cranelift-bforest v0.67.0 [INFO] [stderr] Compiling gimli v0.21.0 [INFO] [stderr] Compiling object v0.21.1 [INFO] [stderr] Compiling wasmer-compiler v1.0.0-alpha5 (https://github.com/Hywan/wasmer?branch=fix-vm-leak#8016a34b) [INFO] [stderr] Compiling wasmer-engine v1.0.0-alpha5 (https://github.com/Hywan/wasmer?branch=fix-vm-leak#8016a34b) [INFO] [stderr] Compiling wasmer-object v1.0.0-alpha5 (https://github.com/Hywan/wasmer?branch=fix-vm-leak#8016a34b) [INFO] [stderr] Compiling wasmer-engine-jit v1.0.0-alpha5 (https://github.com/Hywan/wasmer?branch=fix-vm-leak#8016a34b) [INFO] [stderr] Compiling wasmer-engine-native v1.0.0-alpha5 (https://github.com/Hywan/wasmer?branch=fix-vm-leak#8016a34b) [INFO] [stderr] Compiling cranelift-codegen v0.67.0 [INFO] [stderr] Compiling cranelift-frontend v0.67.0 [INFO] [stderr] Compiling wasmer v1.0.0-alpha5 (https://github.com/Hywan/wasmer?branch=fix-vm-leak#8016a34b) [INFO] [stderr] Compiling bug v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 48s [INFO] running `Command { std: "docker" "inspect" "fe083db43a7f771cf1c8a8bf74b8a1f95ed5a91f84ffc1aab8afd3513ad7a512", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe083db43a7f771cf1c8a8bf74b8a1f95ed5a91f84ffc1aab8afd3513ad7a512", kill_on_drop: false }` [INFO] [stdout] fe083db43a7f771cf1c8a8bf74b8a1f95ed5a91f84ffc1aab8afd3513ad7a512 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bdae253a5516446e7d2975881c76b943415b46c67528f7b6fd51feec28cf122f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bdae253a5516446e7d2975881c76b943415b46c67528f7b6fd51feec28cf122f", kill_on_drop: false }` [INFO] [stderr] Compiling bug v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.65s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/bug-18d6cb52929563ed) [INFO] running `Command { std: "docker" "inspect" "bdae253a5516446e7d2975881c76b943415b46c67528f7b6fd51feec28cf122f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdae253a5516446e7d2975881c76b943415b46c67528f7b6fd51feec28cf122f", kill_on_drop: false }` [INFO] [stdout] bdae253a5516446e7d2975881c76b943415b46c67528f7b6fd51feec28cf122f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9dc07f057f6b1f03a1ec8c9352ed936fb604cb8cc44b1855a2ea3d28f7ac0b9b [INFO] running `Command { std: "docker" "start" "-a" "9dc07f057f6b1f03a1ec8c9352ed936fb604cb8cc44b1855a2ea3d28f7ac0b9b", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bug-18d6cb52929563ed) [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" "9dc07f057f6b1f03a1ec8c9352ed936fb604cb8cc44b1855a2ea3d28f7ac0b9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9dc07f057f6b1f03a1ec8c9352ed936fb604cb8cc44b1855a2ea3d28f7ac0b9b", kill_on_drop: false }` [INFO] [stdout] 9dc07f057f6b1f03a1ec8c9352ed936fb604cb8cc44b1855a2ea3d28f7ac0b9b