[INFO] updating cached repository https://github.com/pkinsky/tracing-async-trait-bug-repro [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4f620bc2b58f87db32e1f58c1a288ce60c0cca2c [INFO] testing pkinsky/tracing-async-trait-bug-repro against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpkinsky%2Ftracing-async-trait-bug-repro" "/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/pkinsky/tracing-async-trait-bug-repro on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pkinsky/tracing-async-trait-bug-repro [INFO] finished tweaking git repo https://github.com/pkinsky/tracing-async-trait-bug-repro [INFO] tweaked toml for git repo https://github.com/pkinsky/tracing-async-trait-bug-repro written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/pkinsky/tracing-async-trait-bug-repro already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "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" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a6fad9862e22f10890e08bb0b6a727ea1df37799f641bfb8fff482faf5364323 [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" "a6fad9862e22f10890e08bb0b6a727ea1df37799f641bfb8fff482faf5364323", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a6fad9862e22f10890e08bb0b6a727ea1df37799f641bfb8fff482faf5364323", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6fad9862e22f10890e08bb0b6a727ea1df37799f641bfb8fff482faf5364323", kill_on_drop: false }` [INFO] [stdout] a6fad9862e22f10890e08bb0b6a727ea1df37799f641bfb8fff482faf5364323 [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" "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" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 72754276ecf58de8652f957ee052347b3c21308f2bd36d273b7ab38cb992ec31 [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" "72754276ecf58de8652f957ee052347b3c21308f2bd36d273b7ab38cb992ec31", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling tower-layer v0.3.0-alpha.2 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling tokio-executor v0.1.8 [INFO] [stderr] Compiling regex-automata v0.1.8 [INFO] [stderr] Compiling tracing-log v0.1.0 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.16 [INFO] [stderr] Compiling tokio-timer v0.2.11 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling tokio-reactor v0.1.10 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling prost-derive v0.5.0 [INFO] [stderr] Compiling tokio-udp v0.1.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tracing-subscriber v0.1.5 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling prost v0.5.0 [INFO] [stderr] Compiling pin-project-internal v0.4.5 [INFO] [stderr] Compiling tracing-attributes v0.1.4 [INFO] [stderr] Compiling tokio-macros v0.2.0-alpha.6 [INFO] [stderr] Compiling async-stream-impl v0.1.1 [INFO] [stderr] Compiling async-trait v0.1.16 [INFO] [stderr] Compiling async-stream v0.1.2 [INFO] [stderr] Compiling tracing v0.1.9 [INFO] [stderr] Compiling tokio-executor v0.2.0-alpha.6 [INFO] [stderr] Compiling pin-project v0.4.5 [INFO] [stderr] Compiling tokio-io v0.2.0-alpha.6 [INFO] [stderr] Compiling tower-discover v0.3.0-alpha.2 [INFO] [stderr] Compiling tower-load-shed v0.3.0-alpha.2 [INFO] [stderr] Compiling tower-util v0.3.0-alpha.2 [INFO] [stderr] Compiling tokio-codec v0.2.0-alpha.6 [INFO] [stderr] Compiling tower-make v0.3.0-alpha.2a [INFO] [stderr] Compiling tower-reconnect v0.3.0-alpha.2 [INFO] [stderr] Compiling h2 v0.2.0-alpha.3 [INFO] [stderr] Compiling tokio-timer v0.3.0-alpha.6 [INFO] [stderr] Compiling tokio-net v0.2.0-alpha.6 [INFO] [stderr] Compiling tokio-fs v0.2.0-alpha.6 [INFO] [stderr] Compiling tower-buffer v0.3.0-alpha.2 [INFO] [stderr] Compiling tower-limit v0.3.0-alpha.2 [INFO] [stderr] Compiling tower-load v0.3.0-alpha.2 [INFO] [stderr] Compiling tower-timeout v0.3.0-alpha.2 [INFO] [stderr] Compiling tower-retry v0.3.0-alpha.2 [INFO] [stderr] Compiling tower v0.3.0-alpha.2 [INFO] [stderr] Compiling tower-balance v0.3.0-alpha.2 [INFO] [stderr] Compiling tokio v0.2.0-alpha.6 [INFO] [stderr] Compiling tracing-futures v0.1.0 [INFO] [stderr] Compiling hyper v0.13.0-alpha.4 [INFO] [stderr] Compiling tonic v0.1.0-alpha.3 [INFO] [stderr] Compiling bug-repro v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 42s [INFO] running `Command { std: "docker" "inspect" "72754276ecf58de8652f957ee052347b3c21308f2bd36d273b7ab38cb992ec31", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72754276ecf58de8652f957ee052347b3c21308f2bd36d273b7ab38cb992ec31", kill_on_drop: false }` [INFO] [stdout] 72754276ecf58de8652f957ee052347b3c21308f2bd36d273b7ab38cb992ec31 [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" "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" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2b0c94422169ab6cbf0c902b5ed1cd46b92f0971217ac29438b74e7d7481c43b [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" "2b0c94422169ab6cbf0c902b5ed1cd46b92f0971217ac29438b74e7d7481c43b", kill_on_drop: false }` [INFO] [stderr] Compiling bug-repro v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.34s [INFO] running `Command { std: "docker" "inspect" "2b0c94422169ab6cbf0c902b5ed1cd46b92f0971217ac29438b74e7d7481c43b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b0c94422169ab6cbf0c902b5ed1cd46b92f0971217ac29438b74e7d7481c43b", kill_on_drop: false }` [INFO] [stdout] 2b0c94422169ab6cbf0c902b5ed1cd46b92f0971217ac29438b74e7d7481c43b [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" "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" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ef9ef4e7a5c3b3f68ebb146ca4219e71897438c22f531858b06cc8848d3e6aa1 [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" "ef9ef4e7a5c3b3f68ebb146ca4219e71897438c22f531858b06cc8848d3e6aa1", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.59s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/bug_repro-8250d509af3df5fc [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] running `Command { std: "docker" "inspect" "ef9ef4e7a5c3b3f68ebb146ca4219e71897438c22f531858b06cc8848d3e6aa1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef9ef4e7a5c3b3f68ebb146ca4219e71897438c22f531858b06cc8848d3e6aa1", kill_on_drop: false }` [INFO] [stdout] ef9ef4e7a5c3b3f68ebb146ca4219e71897438c22f531858b06cc8848d3e6aa1