[INFO] cloning repository https://github.com/oblique/smol-epoll-issue [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/oblique/smol-epoll-issue" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foblique%2Fsmol-epoll-issue", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foblique%2Fsmol-epoll-issue'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5252038a2ff92c3d6700345f53401b3e7d335b6d [INFO] testing oblique/smol-epoll-issue against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foblique%2Fsmol-epoll-issue" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/oblique/smol-epoll-issue on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/oblique/smol-epoll-issue [INFO] finished tweaking git repo https://github.com/oblique/smol-epoll-issue [INFO] tweaked toml for git repo https://github.com/oblique/smol-epoll-issue written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/oblique/smol-epoll-issue already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "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] 90a3958d77a69f1d128bb2afdb0295fe722c629be4a4128a6cdb7d508261d44a [INFO] running `Command { std: "docker" "start" "-a" "90a3958d77a69f1d128bb2afdb0295fe722c629be4a4128a6cdb7d508261d44a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "90a3958d77a69f1d128bb2afdb0295fe722c629be4a4128a6cdb7d508261d44a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90a3958d77a69f1d128bb2afdb0295fe722c629be4a4128a6cdb7d508261d44a", kill_on_drop: false }` [INFO] [stdout] 90a3958d77a69f1d128bb2afdb0295fe722c629be4a4128a6cdb7d508261d44a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bee2cdf1b27e55155a6c7400d6c3503057a38fabab57f53b936d92c715880a0f [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" "bee2cdf1b27e55155a6c7400d6c3503057a38fabab57f53b936d92c715880a0f", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling once_cell v1.4.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling async-task v3.0.0 [INFO] [stderr] Compiling scoped-tls-hkt v0.1.2 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling crossbeam-queue v0.2.2 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling pin-project-internal v0.4.19 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling pin-project v0.4.19 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling piper v0.1.3 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling smol v0.1.8 (https://github.com/stjepang/smol?rev=76aa1ea654a322d0abaf4291dde2eb5d89c50205#76aa1ea6) [INFO] [stderr] Compiling smol-epoll-issue v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 57.54s [INFO] running `Command { std: "docker" "inspect" "bee2cdf1b27e55155a6c7400d6c3503057a38fabab57f53b936d92c715880a0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bee2cdf1b27e55155a6c7400d6c3503057a38fabab57f53b936d92c715880a0f", kill_on_drop: false }` [INFO] [stdout] bee2cdf1b27e55155a6c7400d6c3503057a38fabab57f53b936d92c715880a0f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", 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] 9c5a8a17733fc349d60e9e6a41c1e104a0fe71d219f5380d790dc755f0e5ce2b [INFO] running `Command { std: "docker" "start" "-a" "9c5a8a17733fc349d60e9e6a41c1e104a0fe71d219f5380d790dc755f0e5ce2b", kill_on_drop: false }` [INFO] [stderr] Compiling smol-epoll-issue v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.48s [INFO] running `Command { std: "docker" "inspect" "9c5a8a17733fc349d60e9e6a41c1e104a0fe71d219f5380d790dc755f0e5ce2b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c5a8a17733fc349d60e9e6a41c1e104a0fe71d219f5380d790dc755f0e5ce2b", kill_on_drop: false }` [INFO] [stdout] 9c5a8a17733fc349d60e9e6a41c1e104a0fe71d219f5380d790dc755f0e5ce2b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] abffbc33157f571dfbaf5ad28b96fdfe46ff0fbdb370a5cba409a96e712a739e [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" "abffbc33157f571dfbaf5ad28b96fdfe46ff0fbdb370a5cba409a96e712a739e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/client-a17b81426e1d59d7 [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 [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 [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/server-29e63c101a703f74 [INFO] running `Command { std: "docker" "inspect" "abffbc33157f571dfbaf5ad28b96fdfe46ff0fbdb370a5cba409a96e712a739e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "abffbc33157f571dfbaf5ad28b96fdfe46ff0fbdb370a5cba409a96e712a739e", kill_on_drop: false }` [INFO] [stdout] abffbc33157f571dfbaf5ad28b96fdfe46ff0fbdb370a5cba409a96e712a739e