[INFO] cloning repository https://github.com/RezaBani/rust_threadpool
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RezaBani/rust_threadpool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRezaBani%2Frust_threadpool", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRezaBani%2Frust_threadpool'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1109c3701f9715b6cb47eee373708d9dccf92191
[INFO] testing RezaBani/rust_threadpool against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRezaBani%2Frust_threadpool" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/RezaBani/rust_threadpool
[INFO] finished tweaking git repo https://github.com/RezaBani/rust_threadpool
[INFO] tweaked toml for git repo https://github.com/RezaBani/rust_threadpool written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/RezaBani/rust_threadpool on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/RezaBani/rust_threadpool 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ca8e5e8211e33edbeed24ab82def97d22a140960d54948d792c43a718cee468a
[INFO] running `Command { std: "docker" "start" "-a" "ca8e5e8211e33edbeed24ab82def97d22a140960d54948d792c43a718cee468a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ca8e5e8211e33edbeed24ab82def97d22a140960d54948d792c43a718cee468a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca8e5e8211e33edbeed24ab82def97d22a140960d54948d792c43a718cee468a", kill_on_drop: false }`
[INFO] [stdout] ca8e5e8211e33edbeed24ab82def97d22a140960d54948d792c43a718cee468a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a91ac5527ebe5c39a4373f00c9f7bb183a6a6d6fd0fa18b551efb1452a0aaac1
[INFO] running `Command { std: "docker" "start" "-a" "a91ac5527ebe5c39a4373f00c9f7bb183a6a6d6fd0fa18b551efb1452a0aaac1", kill_on_drop: false }`
[INFO] [stderr]    Compiling rust_threadpool v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
[INFO] running `Command { std: "docker" "inspect" "a91ac5527ebe5c39a4373f00c9f7bb183a6a6d6fd0fa18b551efb1452a0aaac1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a91ac5527ebe5c39a4373f00c9f7bb183a6a6d6fd0fa18b551efb1452a0aaac1", kill_on_drop: false }`
[INFO] [stdout] a91ac5527ebe5c39a4373f00c9f7bb183a6a6d6fd0fa18b551efb1452a0aaac1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c80a03985a8acd1ebe7f897f87b010efed838cd8dd5c81af13bdc1795ec69c77
[INFO] running `Command { std: "docker" "start" "-a" "c80a03985a8acd1ebe7f897f87b010efed838cd8dd5c81af13bdc1795ec69c77", kill_on_drop: false }`
[INFO] [stderr]    Compiling rust_threadpool v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.76s
[INFO] running `Command { std: "docker" "inspect" "c80a03985a8acd1ebe7f897f87b010efed838cd8dd5c81af13bdc1795ec69c77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c80a03985a8acd1ebe7f897f87b010efed838cd8dd5c81af13bdc1795ec69c77", kill_on_drop: false }`
[INFO] [stdout] c80a03985a8acd1ebe7f897f87b010efed838cd8dd5c81af13bdc1795ec69c77
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 858b1e8864be4d92f8080288ebfcc033fbadde1a0db0a4329f86a21992eb5c7a
[INFO] running `Command { std: "docker" "start" "-a" "858b1e8864be4d92f8080288ebfcc033fbadde1a0db0a4329f86a21992eb5c7a", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_threadpool-0d9993131265c000)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr] /usr/bin/xdg-open: 882: www-browser: not found
[INFO] [stderr] /usr/bin/xdg-open: 882: links2: not found
[INFO] [stderr] /usr/bin/xdg-open: 882: elinks: not found
[INFO] [stderr] /usr/bin/xdg-open: 882: www-browser: not found
[INFO] [stderr] /usr/bin/xdg-open: 882: links: not found
[INFO] [stderr] /usr/bin/xdg-open: 882: links2: not found
[INFO] [stderr] /usr/bin/xdg-open: 882: lynx: not found
[INFO] [stderr] /usr/bin/xdg-open: 882: elinks: not found
[INFO] [stderr] /usr/bin/xdg-open: 882: links: not found
[INFO] [stderr] /usr/bin/xdg-open: 882: w3m: not found
[INFO] [stderr] xdg-open: no method available for opening 'http://127.0.0.1:1033/'
[INFO] [stderr] /usr/bin/xdg-open: 882: lynx: not found
[INFO] [stderr] /usr/bin/xdg-open: 882: www-browser: not found
[INFO] [stderr] /usr/bin/xdg-open: 882: w3m: not found
[INFO] [stderr] xdg-open: no method available for opening 'http://127.0.0.1:1033/sleep'
[INFO] [stderr] /usr/bin/xdg-open: 882: links2: not found
[INFO] [stderr] /usr/bin/xdg-open: 882: elinks: not found
[INFO] [stderr] /usr/bin/xdg-open: 882: links: not found
[INFO] [stderr] /usr/bin/xdg-open: 882: lynx: not found
[INFO] [stderr] /usr/bin/xdg-open: 882: w3m: not found
[INFO] [stderr] xdg-open: no method available for opening 'http://127.0.0.1:1033/random'
[INFO] [stdout] test tests::it_works has been running for over 60 seconds
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "858b1e8864be4d92f8080288ebfcc033fbadde1a0db0a4329f86a21992eb5c7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "858b1e8864be4d92f8080288ebfcc033fbadde1a0db0a4329f86a21992eb5c7a", kill_on_drop: false }`
[INFO] [stdout] 858b1e8864be4d92f8080288ebfcc033fbadde1a0db0a4329f86a21992eb5c7a
