[INFO] cloning repository https://github.com/AaronErhardt/glib_async_executor [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AaronErhardt/glib_async_executor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAaronErhardt%2Fglib_async_executor", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAaronErhardt%2Fglib_async_executor'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0879298465adf777047597616b41ed054a1c7dcf [INFO] testing AaronErhardt/glib_async_executor against 1.77.0 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAaronErhardt%2Fglib_async_executor" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AaronErhardt/glib_async_executor on toolchain 1.77.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.77.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/AaronErhardt/glib_async_executor [INFO] finished tweaking git repo https://github.com/AaronErhardt/glib_async_executor [INFO] tweaked toml for git repo https://github.com/AaronErhardt/glib_async_executor written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/AaronErhardt/glib_async_executor 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" "+1.77.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cfg-expr v0.10.3 [INFO] [stderr] Downloaded glib-macros v0.15.11 [INFO] [stderr] Downloaded once_cell v1.11.0 [INFO] [stderr] Downloaded glib v0.15.11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 94953a2fc494486b3bf57969691991f12a0cb0ddcbdc7171f880d1aaa96b7601 [INFO] running `Command { std: "docker" "start" "-a" "94953a2fc494486b3bf57969691991f12a0cb0ddcbdc7171f880d1aaa96b7601", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "94953a2fc494486b3bf57969691991f12a0cb0ddcbdc7171f880d1aaa96b7601", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94953a2fc494486b3bf57969691991f12a0cb0ddcbdc7171f880d1aaa96b7601", kill_on_drop: false }` [INFO] [stdout] 94953a2fc494486b3bf57969691991f12a0cb0ddcbdc7171f880d1aaa96b7601 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 242b3817195349309efbb72f4420eb8def5a1154628472ebaff926cbb72f3b4a [INFO] running `Command { std: "docker" "start" "-a" "242b3817195349309efbb72f4420eb8def5a1154628472ebaff926cbb72f3b4a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling version-compare v0.1.0 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling cfg-expr v0.10.3 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling once_cell v1.11.0 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling system-deps v6.0.2 [INFO] [stderr] Compiling glib-sys v0.15.10 [INFO] [stderr] Compiling gobject-sys v0.15.10 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling proc-macro-crate v1.1.3 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling flume v0.10.12 [INFO] [stderr] Compiling glib-macros v0.15.11 [INFO] [stderr] Compiling glib v0.15.11 [INFO] [stderr] Compiling glib_async_executor v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.04s [INFO] running `Command { std: "docker" "inspect" "242b3817195349309efbb72f4420eb8def5a1154628472ebaff926cbb72f3b4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "242b3817195349309efbb72f4420eb8def5a1154628472ebaff926cbb72f3b4a", kill_on_drop: false }` [INFO] [stdout] 242b3817195349309efbb72f4420eb8def5a1154628472ebaff926cbb72f3b4a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9f4c48345171cf7977fd8849c2cdc576bda8ac0fe993eb95b6de7eb70812db29 [INFO] running `Command { std: "docker" "start" "-a" "9f4c48345171cf7977fd8849c2cdc576bda8ac0fe993eb95b6de7eb70812db29", kill_on_drop: false }` [INFO] [stderr] Compiling value-bag v1.0.0-alpha.9 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling ctor v0.1.22 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling event-listener v2.5.2 [INFO] [stderr] Compiling async-task v4.2.0 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling flume v0.10.12 [INFO] [stderr] Compiling async-lock v2.5.0 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling blocking v1.2.0 [INFO] [stderr] Compiling polling v2.2.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling async-io v1.6.0 [INFO] [stderr] Compiling async-global-executor v2.0.4 [INFO] [stderr] Compiling async-std v1.11.0 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling glib v0.15.11 [INFO] [stderr] Compiling glib_async_executor v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 21.39s [INFO] running `Command { std: "docker" "inspect" "9f4c48345171cf7977fd8849c2cdc576bda8ac0fe993eb95b6de7eb70812db29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f4c48345171cf7977fd8849c2cdc576bda8ac0fe993eb95b6de7eb70812db29", kill_on_drop: false }` [INFO] [stdout] 9f4c48345171cf7977fd8849c2cdc576bda8ac0fe993eb95b6de7eb70812db29 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1eeb7bb78101a5676e3a5b4bf86259754e525af03b5fc5ba2add4b199dc7cffd [INFO] running `Command { std: "docker" "start" "-a" "1eeb7bb78101a5676e3a5b4bf86259754e525af03b5fc5ba2add4b199dc7cffd", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/glib_async_executor-265dc8c9719d8661) [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] [stderr] Running tests/test.rs (/opt/rustwide/target/debug/deps/test-ed5df21f4c9496d6) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test single_thread_rt_test ... ok [INFO] [stderr] Doc-tests glib_async_executor [INFO] [stdout] test handle_test ... ok [INFO] [stdout] test multi_thread_rt_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [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" "1eeb7bb78101a5676e3a5b4bf86259754e525af03b5fc5ba2add4b199dc7cffd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1eeb7bb78101a5676e3a5b4bf86259754e525af03b5fc5ba2add4b199dc7cffd", kill_on_drop: false }` [INFO] [stdout] 1eeb7bb78101a5676e3a5b4bf86259754e525af03b5fc5ba2add4b199dc7cffd [INFO] testing AaronErhardt/glib_async_executor against beta-2024-03-24 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAaronErhardt%2Fglib_async_executor" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AaronErhardt/glib_async_executor on toolchain beta-2024-03-24 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/AaronErhardt/glib_async_executor [INFO] finished tweaking git repo https://github.com/AaronErhardt/glib_async_executor [INFO] tweaked toml for git repo https://github.com/AaronErhardt/glib_async_executor written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/AaronErhardt/glib_async_executor 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" "+beta-2024-03-24" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e99310b78a419f861450bba4f9ce3fc687838674a12f82ac6ae2f315cf9b0ad4 [INFO] running `Command { std: "docker" "start" "-a" "e99310b78a419f861450bba4f9ce3fc687838674a12f82ac6ae2f315cf9b0ad4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e99310b78a419f861450bba4f9ce3fc687838674a12f82ac6ae2f315cf9b0ad4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e99310b78a419f861450bba4f9ce3fc687838674a12f82ac6ae2f315cf9b0ad4", kill_on_drop: false }` [INFO] [stdout] e99310b78a419f861450bba4f9ce3fc687838674a12f82ac6ae2f315cf9b0ad4 [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=warn" "-e" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 65ee87ed041f38fb89aace70e328e4a3b5cf8ec9190a3ace2c9b5a829f852f52 [INFO] running `Command { std: "docker" "start" "-a" "65ee87ed041f38fb89aace70e328e4a3b5cf8ec9190a3ace2c9b5a829f852f52", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling version-compare v0.1.0 [INFO] [stderr] Compiling cfg-expr v0.10.3 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling once_cell v1.11.0 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling system-deps v6.0.2 [INFO] [stderr] Compiling glib-sys v0.15.10 [INFO] [stderr] Compiling gobject-sys v0.15.10 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling proc-macro-crate v1.1.3 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling flume v0.10.12 [INFO] [stderr] Compiling glib-macros v0.15.11 [INFO] [stderr] Compiling glib v0.15.11 [INFO] [stderr] Compiling glib_async_executor v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.09s [INFO] running `Command { std: "docker" "inspect" "65ee87ed041f38fb89aace70e328e4a3b5cf8ec9190a3ace2c9b5a829f852f52", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65ee87ed041f38fb89aace70e328e4a3b5cf8ec9190a3ace2c9b5a829f852f52", kill_on_drop: false }` [INFO] [stdout] 65ee87ed041f38fb89aace70e328e4a3b5cf8ec9190a3ace2c9b5a829f852f52 [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=warn" "-e" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 55dd4af2735da5471d8ecff3d5becee0fd826fbd017293fc0f37a79f23c0e825 [INFO] running `Command { std: "docker" "start" "-a" "55dd4af2735da5471d8ecff3d5becee0fd826fbd017293fc0f37a79f23c0e825", kill_on_drop: false }` [INFO] [stderr] Compiling value-bag v1.0.0-alpha.9 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling ctor v0.1.22 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling event-listener v2.5.2 [INFO] [stderr] Compiling async-task v4.2.0 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling flume v0.10.12 [INFO] [stderr] Compiling async-lock v2.5.0 [INFO] [stderr] Compiling blocking v1.2.0 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling polling v2.2.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling async-io v1.6.0 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling glib v0.15.11 [INFO] [stderr] Compiling async-global-executor v2.0.4 [INFO] [stderr] Compiling async-std v1.11.0 [INFO] [stderr] Compiling glib_async_executor v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 16.65s [INFO] running `Command { std: "docker" "inspect" "55dd4af2735da5471d8ecff3d5becee0fd826fbd017293fc0f37a79f23c0e825", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55dd4af2735da5471d8ecff3d5becee0fd826fbd017293fc0f37a79f23c0e825", kill_on_drop: false }` [INFO] [stdout] 55dd4af2735da5471d8ecff3d5becee0fd826fbd017293fc0f37a79f23c0e825 [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=warn" "-e" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e88c9c9bacbe4f9f4aef7ce2a98d7b7bf3696ab6653884587994f221f2f5899f [INFO] running `Command { std: "docker" "start" "-a" "e88c9c9bacbe4f9f4aef7ce2a98d7b7bf3696ab6653884587994f221f2f5899f", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/glib_async_executor-156518a608666dc3) [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] [stderr] Running tests/test.rs (/opt/rustwide/target/debug/deps/test-221067489ad16cdc) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test handle_test ... ok [INFO] [stdout] test multi_thread_rt_test ... FAILED [INFO] [stdout] test single_thread_rt_test ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- multi_thread_rt_test stdout ---- [INFO] [stdout] thread 'multi_thread_rt_test' panicked at tests/test.rs:68:61: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Timeout [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564bb6440662 - std::backtrace_rs::backtrace::libunwind::trace::hf591c4fa475b521b [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5 [INFO] [stdout] 1: 0x564bb6440662 - std::backtrace_rs::backtrace::trace_unsynchronized::hce0fc3788d7159a9 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x564bb6440662 - std::sys_common::backtrace::_print_fmt::he2d1cbe468040257 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stdout] 3: 0x564bb6440662 - ::fmt::h2c24b8bf09043006 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x564bb646820c - core::fmt::rt::Argument::fmt::h982f45771e9ecd8b [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/core/src/fmt/rt.rs:142:9 [INFO] [stdout] 5: 0x564bb646820c - core::fmt::write::h08d521d188b46bd0 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/core/src/fmt/mod.rs:1153:17 [INFO] [stdout] 6: 0x564bb643df6f - std::io::Write::write_fmt::h84dbc6cf42979d05 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/io/mod.rs:1843:15 [INFO] [stdout] 7: 0x564bb6440434 - std::sys_common::backtrace::_print::h3e781da3859a0efa [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 8: 0x564bb6440434 - std::sys_common::backtrace::print::he5e9ec6ac18663c5 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 9: 0x564bb64420fb - std::panicking::default_hook::{{closure}}::hb05b3618b96e9a16 [INFO] [stdout] 10: 0x564bb6441dd7 - std::panicking::default_hook::ha92ce0e319b86adc [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/panicking.rs:289:9 [INFO] [stdout] 11: 0x564bb63f32d7 - as core::ops::function::Fn>::call::hfad4e8cd66d28d6f [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/alloc/src/boxed.rs:2034:9 [INFO] [stdout] 12: 0x564bb63f32d7 - test::test_main::{{closure}}::hb316c81ad0052246 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/test/src/lib.rs:138:21 [INFO] [stdout] 13: 0x564bb6442730 - as core::ops::function::Fn>::call::h48f57e8ba0ebe10d [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/alloc/src/boxed.rs:2034:9 [INFO] [stdout] 14: 0x564bb6442730 - std::panicking::rust_panic_with_hook::h0843a0c6d846e961 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/panicking.rs:783:13 [INFO] [stdout] 15: 0x564bb6442472 - std::panicking::begin_panic_handler::{{closure}}::h089f044d920e4ed4 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/panicking.rs:657:13 [INFO] [stdout] 16: 0x564bb6440b36 - std::sys_common::backtrace::__rust_end_short_backtrace::h17a752ec00eb4307 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/sys_common/backtrace.rs:171:18 [INFO] [stdout] 17: 0x564bb64421a4 - rust_begin_unwind [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/panicking.rs:645:5 [INFO] [stdout] 18: 0x564bb635e825 - core::panicking::panic_fmt::hf9e3650f9c0b35ad [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/core/src/panicking.rs:72:14 [INFO] [stdout] 19: 0x564bb635edc3 - core::result::unwrap_failed::h771e22f2bbdd5cf2 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/core/src/result.rs:1654:5 [INFO] [stdout] 20: 0x564bb63700ce - core::result::Result::unwrap::h42a0d2ec6ccd1089 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/core/src/result.rs:1077:23 [INFO] [stdout] 21: 0x564bb63700ce - test::multi_thread_rt_test::h9705a23128a0ed99 [INFO] [stdout] at /opt/rustwide/workdir/tests/test.rs:68:19 [INFO] [stdout] 22: 0x564bb636fa97 - test::multi_thread_rt_test::{{closure}}::h0393a3da6af9cf98 [INFO] [stdout] at /opt/rustwide/workdir/tests/test.rs:53:26 [INFO] [stdout] 23: 0x564bb6367b96 - core::ops::function::FnOnce::call_once::hf3b23a8e6fcc20d9 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x564bb63f7e9f - core::ops::function::FnOnce::call_once::h0e9f6b735acda624 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x564bb63f7e9f - test::__rust_begin_short_backtrace::h65f11a900e8cf65e [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/test/src/lib.rs:621:18 [INFO] [stdout] 26: 0x564bb63f7593 - test::run_test_in_process::{{closure}}::h5e2816892ad7ac9a [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/test/src/lib.rs:644:60 [INFO] [stdout] 27: 0x564bb63f7593 - as core::ops::function::FnOnce<()>>::call_once::h1b9c320c72d4c6ce [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x564bb63f7593 - std::panicking::try::do_call::hd0b24b52271709c2 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/panicking.rs:552:40 [INFO] [stdout] 29: 0x564bb63f7593 - std::panicking::try::h56d1181c9703484e [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/panicking.rs:516:19 [INFO] [stdout] 30: 0x564bb63f7593 - std::panic::catch_unwind::h8bd23f3ab29003f2 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/panic.rs:146:14 [INFO] [stdout] 31: 0x564bb63f7593 - test::run_test_in_process::h506184887cedf4a3 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/test/src/lib.rs:644:27 [INFO] [stdout] 32: 0x564bb63f7593 - test::run_test::{{closure}}::h1877fa24be24f03e [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/test/src/lib.rs:567:43 [INFO] [stdout] 33: 0x564bb63c0193 - test::run_test::{{closure}}::hd863e669253739ef [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/test/src/lib.rs:595:41 [INFO] [stdout] 34: 0x564bb63c0193 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7f4ddddf8d11340f [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/sys_common/backtrace.rs:155:18 [INFO] [stdout] 35: 0x564bb63c4cff - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h4a8b28c9e99c5cc2 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/thread/mod.rs:528:17 [INFO] [stdout] 36: 0x564bb63c4cff - as core::ops::function::FnOnce<()>>::call_once::h82f1b5c530f72a07 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x564bb63c4cff - std::panicking::try::do_call::h0064fe0f14317599 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/panicking.rs:552:40 [INFO] [stdout] 38: 0x564bb63c4cff - std::panicking::try::h1cc6a2a343001459 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/panicking.rs:516:19 [INFO] [stdout] 39: 0x564bb63c4cff - std::panic::catch_unwind::h90be06afab17593a [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/panic.rs:146:14 [INFO] [stdout] 40: 0x564bb63c4cff - std::thread::Builder::spawn_unchecked_::{{closure}}::h80bc2ad0bec94635 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/thread/mod.rs:527:30 [INFO] [stdout] 41: 0x564bb63c4cff - core::ops::function::FnOnce::call_once{{vtable.shim}}::h27e1017014ef0506 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x564bb64466d5 - as core::ops::function::FnOnce>::call_once::hdbdd1f187b9b9080 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/alloc/src/boxed.rs:2020:9 [INFO] [stdout] 43: 0x564bb64466d5 - as core::ops::function::FnOnce>::call_once::hc7ee8cb78037b4ec [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/alloc/src/boxed.rs:2020:9 [INFO] [stdout] 44: 0x564bb64466d5 - std::sys::pal::unix::thread::Thread::new::thread_start::haedac03260309a72 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/sys/pal/unix/thread.rs:108:17 [INFO] [stdout] 45: 0x7ffa0aa4aac3 - [INFO] [stdout] 46: 0x7ffa0aadbbf4 - __clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- single_thread_rt_test stdout ---- [INFO] [stdout] Start: 0 [INFO] [stdout] Start: 1 [INFO] [stdout] Start: 2 [INFO] [stdout] Start: 3 [INFO] [stdout] Start: 4 [INFO] [stdout] Start: 5 [INFO] [stdout] Start: 6 [INFO] [stdout] Start: 7 [INFO] [stdout] Start: 8 [INFO] [stdout] Start: 9 [INFO] [stdout] Start: 10 [INFO] [stdout] Start: 11 [INFO] [stdout] Start: 12 [INFO] [stdout] Start: 13 [INFO] [stdout] Start: 14 [INFO] [stdout] Start: 15 [INFO] [stdout] Start: 16 [INFO] [stdout] Start: 17 [INFO] [stdout] Start: 18 [INFO] [stdout] Start: 19 [INFO] [stdout] Start: 20 [INFO] [stdout] Start: 21 [INFO] [stdout] Start: 22 [INFO] [stdout] Start: 23 [INFO] [stdout] Start: 24 [INFO] [stdout] Start: 25 [INFO] [stdout] Start: 26 [INFO] [stdout] Start: 27 [INFO] [stdout] Start: 28 [INFO] [stdout] Start: 29 [INFO] [stdout] Start: 30 [INFO] [stdout] Start: 31 [INFO] [stdout] Start: 32 [INFO] [stdout] Start: 33 [INFO] [stdout] Start: 34 [INFO] [stdout] Start: 35 [INFO] [stdout] Start: 36 [INFO] [stdout] Start: 37 [INFO] [stdout] Start: 38 [INFO] [stdout] Start: 39 [INFO] [stdout] Start: 40 [INFO] [stdout] Start: 41 [INFO] [stdout] Start: 42 [INFO] [stdout] Start: 43 [INFO] [stdout] Start: 44 [INFO] [stdout] Start: 45 [INFO] [stdout] Start: 46 [INFO] [stdout] Start: 47 [INFO] [stdout] Start: 48 [INFO] [stdout] Start: 49 [INFO] [stdout] Start: 50 [INFO] [stdout] Start: 51 [INFO] [stdout] Start: 52 [INFO] [stdout] Start: 53 [INFO] [stdout] Start: 54 [INFO] [stdout] Start: 55 [INFO] [stdout] Start: 56 [INFO] [stdout] Start: 57 [INFO] [stdout] Start: 58 [INFO] [stdout] Start: 59 [INFO] [stdout] Start: 60 [INFO] [stdout] Start: 61 [INFO] [stdout] Start: 62 [INFO] [stdout] Start: 63 [INFO] [stdout] Start: 64 [INFO] [stdout] Start: 65 [INFO] [stdout] Start: 66 [INFO] [stdout] Start: 67 [INFO] [stdout] Start: 68 [INFO] [stdout] Start: 69 [INFO] [stdout] Start: 70 [INFO] [stdout] Start: 71 [INFO] [stdout] Start: 72 [INFO] [stdout] Start: 73 [INFO] [stdout] Start: 74 [INFO] [stdout] Start: 75 [INFO] [stdout] Start: 76 [INFO] [stdout] Start: 77 [INFO] [stdout] Start: 78 [INFO] [stdout] Start: 79 [INFO] [stdout] Start: 80 [INFO] [stdout] Start: 81 [INFO] [stdout] Start: 82 [INFO] [stdout] Start: 83 [INFO] [stdout] Start: 84 [INFO] [stdout] Start: 85 [INFO] [stdout] Start: 86 [INFO] [stdout] Start: 87 [INFO] [stdout] Start: 88 [INFO] [stdout] Start: 89 [INFO] [stdout] Start: 90 [INFO] [stdout] Start: 91 [INFO] [stdout] Start: 92 [INFO] [stdout] Start: 93 [INFO] [stdout] Start: 94 [INFO] [stdout] Start: 95 [INFO] [stdout] Start: 96 [INFO] [stdout] Start: 97 [INFO] [stdout] Start: 98 [INFO] [stdout] Start: 99 [INFO] [stdout] thread 'single_thread_rt_test' panicked at tests/test.rs:22:61: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Timeout [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564bb6440662 - std::backtrace_rs::backtrace::libunwind::trace::hf591c4fa475b521b [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5 [INFO] [stdout] 1: 0x564bb6440662 - std::backtrace_rs::backtrace::trace_unsynchronized::hce0fc3788d7159a9 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x564bb6440662 - std::sys_common::backtrace::_print_fmt::he2d1cbe468040257 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stdout] 3: 0x564bb6440662 - ::fmt::h2c24b8bf09043006 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x564bb646820c - core::fmt::rt::Argument::fmt::h982f45771e9ecd8b [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/core/src/fmt/rt.rs:142:9 [INFO] [stdout] 5: 0x564bb646820c - core::fmt::write::h08d521d188b46bd0 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/core/src/fmt/mod.rs:1153:17 [INFO] [stdout] 6: 0x564bb643df6f - std::io::Write::write_fmt::h84dbc6cf42979d05 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/io/mod.rs:1843:15 [INFO] [stdout] 7: 0x564bb6440434 - std::sys_common::backtrace::_print::h3e781da3859a0efa [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 8: 0x564bb6440434 - std::sys_common::backtrace::print::he5e9ec6ac18663c5 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 9: 0x564bb64420fb - std::panicking::default_hook::{{closure}}::hb05b3618b96e9a16 [INFO] [stdout] 10: 0x564bb6441dd7 - std::panicking::default_hook::ha92ce0e319b86adc [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/panicking.rs:289:9 [INFO] [stdout] 11: 0x564bb63f32d7 - as core::ops::function::Fn>::call::hfad4e8cd66d28d6f [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/alloc/src/boxed.rs:2034:9 [INFO] [stdout] 12: 0x564bb63f32d7 - test::test_main::{{closure}}::hb316c81ad0052246 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/test/src/lib.rs:138:21 [INFO] [stdout] 13: 0x564bb6442730 - as core::ops::function::Fn>::call::h48f57e8ba0ebe10d [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/alloc/src/boxed.rs:2034:9 [INFO] [stdout] 14: 0x564bb6442730 - std::panicking::rust_panic_with_hook::h0843a0c6d846e961 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/panicking.rs:783:13 [INFO] [stdout] 15: 0x564bb6442472 - std::panicking::begin_panic_handler::{{closure}}::h089f044d920e4ed4 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/panicking.rs:657:13 [INFO] [stdout] 16: 0x564bb6440b36 - std::sys_common::backtrace::__rust_end_short_backtrace::h17a752ec00eb4307 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/sys_common/backtrace.rs:171:18 [INFO] [stdout] 17: 0x564bb64421a4 - rust_begin_unwind [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/panicking.rs:645:5 [INFO] [stdout] 18: 0x564bb635e825 - core::panicking::panic_fmt::hf9e3650f9c0b35ad [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/core/src/panicking.rs:72:14 [INFO] [stdout] 19: 0x564bb635edc3 - core::result::unwrap_failed::h771e22f2bbdd5cf2 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/core/src/result.rs:1654:5 [INFO] [stdout] 20: 0x564bb636edde - core::result::Result::unwrap::h42a0d2ec6ccd1089 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/core/src/result.rs:1077:23 [INFO] [stdout] 21: 0x564bb636edde - test::single_thread_rt_test::hcb86148e6e9fdbc5 [INFO] [stdout] at /opt/rustwide/workdir/tests/test.rs:22:19 [INFO] [stdout] 22: 0x564bb636e877 - test::single_thread_rt_test::{{closure}}::hfad8f84cf4eda06f [INFO] [stdout] at /opt/rustwide/workdir/tests/test.rs:5:27 [INFO] [stdout] 23: 0x564bb6367ac6 - core::ops::function::FnOnce::call_once::h0f1933fb20bbadb6 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x564bb63f7e9f - core::ops::function::FnOnce::call_once::h0e9f6b735acda624 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x564bb63f7e9f - test::__rust_begin_short_backtrace::h65f11a900e8cf65e [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/test/src/lib.rs:621:18 [INFO] [stdout] 26: 0x564bb63f7593 - test::run_test_in_process::{{closure}}::h5e2816892ad7ac9a [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/test/src/lib.rs:644:60 [INFO] [stdout] 27: 0x564bb63f7593 - as core::ops::function::FnOnce<()>>::call_once::h1b9c320c72d4c6ce [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x564bb63f7593 - std::panicking::try::do_call::hd0b24b52271709c2 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/panicking.rs:552:40 [INFO] [stdout] 29: 0x564bb63f7593 - std::panicking::try::h56d1181c9703484e [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/panicking.rs:516:19 [INFO] [stdout] 30: 0x564bb63f7593 - std::panic::catch_unwind::h8bd23f3ab29003f2 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/panic.rs:146:14 [INFO] [stdout] 31: 0x564bb63f7593 - test::run_test_in_process::h506184887cedf4a3 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/test/src/lib.rs:644:27 [INFO] [stdout] 32: 0x564bb63f7593 - test::run_test::{{closure}}::h1877fa24be24f03e [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/test/src/lib.rs:567:43 [INFO] [stdout] 33: 0x564bb63c0193 - test::run_test::{{closure}}::hd863e669253739ef [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/test/src/lib.rs:595:41 [INFO] [stdout] 34: 0x564bb63c0193 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7f4ddddf8d11340f [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/sys_common/backtrace.rs:155:18 [INFO] [stdout] 35: 0x564bb63c4cff - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h4a8b28c9e99c5cc2 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/thread/mod.rs:528:17 [INFO] [stdout] 36: 0x564bb63c4cff - as core::ops::function::FnOnce<()>>::call_once::h82f1b5c530f72a07 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x564bb63c4cff - std::panicking::try::do_call::h0064fe0f14317599 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/panicking.rs:552:40 [INFO] [stdout] 38: 0x564bb63c4cff - std::panicking::try::h1cc6a2a343001459 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/panicking.rs:516:19 [INFO] [stdout] 39: 0x564bb63c4cff - std::panic::catch_unwind::h90be06afab17593a [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/panic.rs:146:14 [INFO] [stdout] 40: 0x564bb63c4cff - std::thread::Builder::spawn_unchecked_::{{closure}}::h80bc2ad0bec94635 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/thread/mod.rs:527:30 [INFO] [stdout] 41: 0x564bb63c4cff - core::ops::function::FnOnce::call_once{{vtable.shim}}::h27e1017014ef0506 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x564bb64466d5 - as core::ops::function::FnOnce>::call_once::hdbdd1f187b9b9080 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/alloc/src/boxed.rs:2020:9 [INFO] [stdout] 43: 0x564bb64466d5 - as core::ops::function::FnOnce>::call_once::hc7ee8cb78037b4ec [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/alloc/src/boxed.rs:2020:9 [INFO] [stdout] 44: 0x564bb64466d5 - std::sys::pal::unix::thread::Thread::new::thread_start::haedac03260309a72 [INFO] [stdout] at /rustc/277d06bc95c6c38a2337ccde798b2c709384bd84/library/std/src/sys/pal/unix/thread.rs:108:17 [INFO] [stdout] 45: 0x7ffa0aa4aac3 - [INFO] [stdout] 46: 0x7ffa0aadbbf4 - __clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] multi_thread_rt_test [INFO] [stdout] single_thread_rt_test [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test test` [INFO] running `Command { std: "docker" "inspect" "e88c9c9bacbe4f9f4aef7ce2a98d7b7bf3696ab6653884587994f221f2f5899f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e88c9c9bacbe4f9f4aef7ce2a98d7b7bf3696ab6653884587994f221f2f5899f", kill_on_drop: false }` [INFO] [stdout] e88c9c9bacbe4f9f4aef7ce2a98d7b7bf3696ab6653884587994f221f2f5899f