[INFO] cloning repository https://github.com/schultyy/rust-opentelemetry-basic-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/schultyy/rust-opentelemetry-basic-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschultyy%2Frust-opentelemetry-basic-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschultyy%2Frust-opentelemetry-basic-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dc509a447a9b0e571a0ea4bce2338e34c2797225 [INFO] testing schultyy/rust-opentelemetry-basic-example against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fschultyy%2Frust-opentelemetry-basic-example" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/schultyy/rust-opentelemetry-basic-example on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/schultyy/rust-opentelemetry-basic-example [INFO] finished tweaking git repo https://github.com/schultyy/rust-opentelemetry-basic-example [INFO] tweaked toml for git repo https://github.com/schultyy/rust-opentelemetry-basic-example written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/schultyy/rust-opentelemetry-basic-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ba1186cc284a399917f7e46847de557fe64a0ed0fa92ab63ffb1393fc1fa699d [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" "ba1186cc284a399917f7e46847de557fe64a0ed0fa92ab63ffb1393fc1fa699d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ba1186cc284a399917f7e46847de557fe64a0ed0fa92ab63ffb1393fc1fa699d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba1186cc284a399917f7e46847de557fe64a0ed0fa92ab63ffb1393fc1fa699d", kill_on_drop: false }` [INFO] [stdout] ba1186cc284a399917f7e46847de557fe64a0ed0fa92ab63ffb1393fc1fa699d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b10fbd9bd14d583b0266aebc6dd6c2dd70b01f5bf28d4115ffdba8d3b7164f62 [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" "b10fbd9bd14d583b0266aebc6dd6c2dd70b01f5bf28d4115ffdba8d3b7164f62", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling integer-encoding v1.1.7 [INFO] [stderr] Compiling tokio v1.14.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling ordered-float v1.1.1 [INFO] [stderr] Compiling thrift v0.13.0 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling tokio-macros v1.6.0 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling futures-executor v0.3.17 [INFO] [stderr] Compiling futures v0.3.17 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling opentelemetry v0.16.0 [INFO] [stderr] Compiling opentelemetry-semantic-conventions v0.8.0 [INFO] [stderr] Compiling opentelemetry-jaeger v0.15.0 [INFO] [stderr] Compiling otel_instrumentation v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 26s [INFO] running `Command { std: "docker" "inspect" "b10fbd9bd14d583b0266aebc6dd6c2dd70b01f5bf28d4115ffdba8d3b7164f62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b10fbd9bd14d583b0266aebc6dd6c2dd70b01f5bf28d4115ffdba8d3b7164f62", kill_on_drop: false }` [INFO] [stdout] b10fbd9bd14d583b0266aebc6dd6c2dd70b01f5bf28d4115ffdba8d3b7164f62 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] b5a4c6bcd822d5b7f3307a4727daf384bfcf607ea19de4d7f7a05dabd26addc3 [INFO] running `Command { std: "docker" "start" "-a" "b5a4c6bcd822d5b7f3307a4727daf384bfcf607ea19de4d7f7a05dabd26addc3", kill_on_drop: false }` [INFO] [stderr] Compiling otel_instrumentation v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.37s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/otel_instrumentation-a61ee0c58ed08666) [INFO] running `Command { std: "docker" "inspect" "b5a4c6bcd822d5b7f3307a4727daf384bfcf607ea19de4d7f7a05dabd26addc3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5a4c6bcd822d5b7f3307a4727daf384bfcf607ea19de4d7f7a05dabd26addc3", kill_on_drop: false }` [INFO] [stdout] b5a4c6bcd822d5b7f3307a4727daf384bfcf607ea19de4d7f7a05dabd26addc3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", 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] 9416b5148716339e59bce422ad96c33a67a00d987585f3d5c12a1fc3a8aa4ff4 [INFO] running `Command { std: "docker" "start" "-a" "9416b5148716339e59bce422ad96c33a67a00d987585f3d5c12a1fc3a8aa4ff4", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/otel_instrumentation-a61ee0c58ed08666) [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" "9416b5148716339e59bce422ad96c33a67a00d987585f3d5c12a1fc3a8aa4ff4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9416b5148716339e59bce422ad96c33a67a00d987585f3d5c12a1fc3a8aa4ff4", kill_on_drop: false }` [INFO] [stdout] 9416b5148716339e59bce422ad96c33a67a00d987585f3d5c12a1fc3a8aa4ff4