[INFO] cloning repository https://github.com/paulpr0/http_chunker [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/paulpr0/http_chunker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpaulpr0%2Fhttp_chunker", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpaulpr0%2Fhttp_chunker'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fe829c38e570cc5e96379c5baa004359c16c1134 [INFO] testing paulpr0/http_chunker against beta-2021-01-01 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpaulpr0%2Fhttp_chunker" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/paulpr0/http_chunker on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/paulpr0/http_chunker [INFO] finished tweaking git repo https://github.com/paulpr0/http_chunker [INFO] tweaked toml for git repo https://github.com/paulpr0/http_chunker written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/paulpr0/http_chunker already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tokio-test v0.2.1 [INFO] [stderr] Downloaded mio v0.7.0 [INFO] [stderr] Downloaded ntapi v0.3.3 [INFO] [stderr] Downloaded tokio v0.2.18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9ceeef3e1a39dfc14c27ed6e82c5e18fbd40157347a93bfa973ddf05575dbd61 [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" "9ceeef3e1a39dfc14c27ed6e82c5e18fbd40157347a93bfa973ddf05575dbd61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9ceeef3e1a39dfc14c27ed6e82c5e18fbd40157347a93bfa973ddf05575dbd61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ceeef3e1a39dfc14c27ed6e82c5e18fbd40157347a93bfa973ddf05575dbd61", kill_on_drop: false }` [INFO] [stdout] 9ceeef3e1a39dfc14c27ed6e82c5e18fbd40157347a93bfa973ddf05575dbd61 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b19b971208d937cab9872097a07785aa523d3dbe3f4f269583f843030a9959ec [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" "b19b971208d937cab9872097a07785aa523d3dbe3f4f269583f843030a9959ec", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling futures-sink v0.3.4 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling futures-io v0.3.4 [INFO] [stderr] Compiling futures-task v0.3.4 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling argh_shared v0.1.1 [INFO] [stderr] Compiling pin-project-lite v0.1.4 [INFO] [stderr] Compiling futures-channel v0.3.4 [INFO] [stderr] Compiling tokio v0.2.18 [INFO] [stderr] Compiling mio v0.7.0 [INFO] [stderr] Compiling tokio-test v0.2.1 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling argh_derive v0.1.1 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling argh v0.1.3 [INFO] [stderr] Compiling futures-executor v0.3.4 [INFO] [stderr] Compiling futures v0.3.4 [INFO] [stderr] Compiling http_chunker v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.20s [INFO] running `Command { std: "docker" "inspect" "b19b971208d937cab9872097a07785aa523d3dbe3f4f269583f843030a9959ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b19b971208d937cab9872097a07785aa523d3dbe3f4f269583f843030a9959ec", kill_on_drop: false }` [INFO] [stdout] b19b971208d937cab9872097a07785aa523d3dbe3f4f269583f843030a9959ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fa56e9ff6486ae9a2ca37d77a04591bc47570c6bb3f2cbe558c98d72a5d92cad [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" "fa56e9ff6486ae9a2ca37d77a04591bc47570c6bb3f2cbe558c98d72a5d92cad", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling http_chunker v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.72s [INFO] running `Command { std: "docker" "inspect" "fa56e9ff6486ae9a2ca37d77a04591bc47570c6bb3f2cbe558c98d72a5d92cad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa56e9ff6486ae9a2ca37d77a04591bc47570c6bb3f2cbe558c98d72a5d92cad", kill_on_drop: false }` [INFO] [stdout] fa56e9ff6486ae9a2ca37d77a04591bc47570c6bb3f2cbe558c98d72a5d92cad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ad3c39b33c0bf2f8827369cadf36a54b6bf5810ef3b79933e970043bdd4827bd [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" "ad3c39b33c0bf2f8827369cadf36a54b6bf5810ef3b79933e970043bdd4827bd", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/http_chunker-bb0f5b2f6b65858b [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test::split_read ... ok [INFO] [stdout] test test::write_called_once_buf_full ... ok [INFO] [stdout] test test::slow_output_does_not_drop_data ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ad3c39b33c0bf2f8827369cadf36a54b6bf5810ef3b79933e970043bdd4827bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad3c39b33c0bf2f8827369cadf36a54b6bf5810ef3b79933e970043bdd4827bd", kill_on_drop: false }` [INFO] [stdout] ad3c39b33c0bf2f8827369cadf36a54b6bf5810ef3b79933e970043bdd4827bd