[INFO] cloning repository https://github.com/danburkert/tracing-json-fmt-repro [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/danburkert/tracing-json-fmt-repro" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanburkert%2Ftracing-json-fmt-repro", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanburkert%2Ftracing-json-fmt-repro'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1f06c543b8d632587a7953154154e7719424e7f3 [INFO] testing danburkert/tracing-json-fmt-repro against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanburkert%2Ftracing-json-fmt-repro" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/danburkert/tracing-json-fmt-repro on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/danburkert/tracing-json-fmt-repro [INFO] finished tweaking git repo https://github.com/danburkert/tracing-json-fmt-repro [INFO] tweaked toml for git repo https://github.com/danburkert/tracing-json-fmt-repro written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/danburkert/tracing-json-fmt-repro already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0097ffaa39cfa23e18c77d1a7dbc8fa323ff9227d50dca89619c32502b0601a8 [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" "0097ffaa39cfa23e18c77d1a7dbc8fa323ff9227d50dca89619c32502b0601a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0097ffaa39cfa23e18c77d1a7dbc8fa323ff9227d50dca89619c32502b0601a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0097ffaa39cfa23e18c77d1a7dbc8fa323ff9227d50dca89619c32502b0601a8", kill_on_drop: false }` [INFO] [stdout] 0097ffaa39cfa23e18c77d1a7dbc8fa323ff9227d50dca89619c32502b0601a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be85ec855fba80104c2c2038ab00ea9a5d59d1e2c06d453ee08c78d3833e79e1 [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" "be85ec855fba80104c2c2038ab00ea9a5d59d1e2c06d453ee08c78d3833e79e1", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling protobuf v2.14.0 [INFO] [stderr] Compiling prometheus v0.7.0 [INFO] [stderr] Compiling integer-encoding v1.1.5 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling tracing-core v0.1.10 [INFO] [stderr] Compiling sharded-slab v0.0.9 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling threadpool v1.8.0 [INFO] [stderr] Compiling tracing-log v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling thrift v0.13.0 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling tracing-serde v0.1.1 [INFO] [stderr] Compiling serde_json v1.0.52 [INFO] [stderr] Compiling tracing-subscriber v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling pin-project-internal v0.4.10 [INFO] [stderr] Compiling tracing-attributes v0.1.7 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling tracing v0.1.13 [INFO] [stderr] Compiling pin-project v0.4.10 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling futures-executor v0.3.4 [INFO] [stderr] Compiling futures v0.3.4 [INFO] [stderr] Compiling opentelemetry v0.4.0 [INFO] [stderr] Compiling tracing-opentelemetry v0.3.1 [INFO] [stderr] Compiling opentelemetry-jaeger v0.3.0 [INFO] [stderr] Compiling tracing-json-fmt-repro v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 48s [INFO] running `Command { std: "docker" "inspect" "be85ec855fba80104c2c2038ab00ea9a5d59d1e2c06d453ee08c78d3833e79e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be85ec855fba80104c2c2038ab00ea9a5d59d1e2c06d453ee08c78d3833e79e1", kill_on_drop: false }` [INFO] [stdout] be85ec855fba80104c2c2038ab00ea9a5d59d1e2c06d453ee08c78d3833e79e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b397f14cc3e4515ffd17270d3d925714c871ccb748a1cb8701842ced6ccec5c2 [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" "b397f14cc3e4515ffd17270d3d925714c871ccb748a1cb8701842ced6ccec5c2", kill_on_drop: false }` [INFO] [stderr] Compiling tracing-json-fmt-repro v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.28s [INFO] running `Command { std: "docker" "inspect" "b397f14cc3e4515ffd17270d3d925714c871ccb748a1cb8701842ced6ccec5c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b397f14cc3e4515ffd17270d3d925714c871ccb748a1cb8701842ced6ccec5c2", kill_on_drop: false }` [INFO] [stdout] b397f14cc3e4515ffd17270d3d925714c871ccb748a1cb8701842ced6ccec5c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+1.49.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 35dd53e4ca9ef2f434ba8a8b1ef973eebc3ef0c91d94edad14ed60f8930ae283 [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" "35dd53e4ca9ef2f434ba8a8b1ef973eebc3ef0c91d94edad14ed60f8930ae283", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tracing_json_fmt_repro-12c565389cb0b7cc [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" "35dd53e4ca9ef2f434ba8a8b1ef973eebc3ef0c91d94edad14ed60f8930ae283", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35dd53e4ca9ef2f434ba8a8b1ef973eebc3ef0c91d94edad14ed60f8930ae283", kill_on_drop: false }` [INFO] [stdout] 35dd53e4ca9ef2f434ba8a8b1ef973eebc3ef0c91d94edad14ed60f8930ae283