[INFO] cloning repository https://github.com/shanesveller/bevy-tracing-test-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shanesveller/bevy-tracing-test-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshanesveller%2Fbevy-tracing-test-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshanesveller%2Fbevy-tracing-test-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9fd1975b68039735e57514d22b7321ac2333e665 [INFO] testing shanesveller/bevy-tracing-test-example against master#b03b3a7ec92682be2917540b679478d41c95a30c for pr-137122-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshanesveller%2Fbevy-tracing-test-example" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/shanesveller/bevy-tracing-test-example [INFO] finished tweaking git repo https://github.com/shanesveller/bevy-tracing-test-example [INFO] tweaked toml for git repo https://github.com/shanesveller/bevy-tracing-test-example written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/shanesveller/bevy-tracing-test-example on toolchain b03b3a7ec92682be2917540b679478d41c95a30c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/shanesveller/bevy-tracing-test-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bevy_derive v0.2.1 [INFO] [stderr] Downloaded bevy_hecs_macros v0.2.1 [INFO] [stderr] Downloaded bevy_utils v0.2.1 [INFO] [stderr] Downloaded bevy_ecs v0.2.1 [INFO] [stderr] Downloaded bevy_app v0.2.1 [INFO] [stderr] Downloaded bevy_tasks v0.2.1 [INFO] [stderr] Downloaded bevy_math v0.2.1 [INFO] [stderr] Downloaded bevy_hecs v0.2.1 [INFO] [stderr] Downloaded tracing-subscriber v0.2.14 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7631b3cf323bfe8aa657ef51da5f819c4be3a0eee1a308b8c059814e5cc10bcf [INFO] running `Command { std: "docker" "start" "-a" "7631b3cf323bfe8aa657ef51da5f819c4be3a0eee1a308b8c059814e5cc10bcf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7631b3cf323bfe8aa657ef51da5f819c4be3a0eee1a308b8c059814e5cc10bcf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7631b3cf323bfe8aa657ef51da5f819c4be3a0eee1a308b8c059814e5cc10bcf", kill_on_drop: false }` [INFO] [stdout] 7631b3cf323bfe8aa657ef51da5f819c4be3a0eee1a308b8c059814e5cc10bcf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 90268e28d43ceacec0d700eb959c53644616b4e29d8e7add17f465bf5c0e8f33 [INFO] running `Command { std: "docker" "start" "-a" "90268e28d43ceacec0d700eb959c53644616b4e29d8e7add17f465bf5c0e8f33", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling getrandom v0.2.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling pin-project-lite v0.1.11 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling futures-core v0.3.7 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling smallvec v1.4.2 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling fastrand v1.4.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.9 [INFO] [stderr] Compiling futures-io v0.3.7 [INFO] [stderr] Compiling futures-lite v1.11.2 [INFO] [stderr] Compiling const-random-macro v0.1.11 [INFO] [stderr] Compiling instant v0.1.8 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling glam v0.9.5 [INFO] [stderr] Compiling once_cell v1.4.1 [INFO] [stderr] Compiling const-random v0.1.11 [INFO] [stderr] Compiling ahash v0.4.6 [INFO] [stderr] Compiling vec-arena v1.0.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling async-task v4.0.3 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling regex-syntax v0.6.20 [INFO] [stderr] Compiling async-channel v1.5.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling async-executor v1.3.0 [INFO] [stderr] Compiling bevy_utils v0.2.1 [INFO] [stderr] Compiling lock_api v0.4.1 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling bevy_tasks v0.2.1 [INFO] [stderr] Compiling parking_lot v0.11.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling fixedbitset v0.3.1 [INFO] [stderr] Compiling tracing-log v0.1.1 [INFO] [stderr] Compiling sharded-slab v0.1.0 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling regex v1.4.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling toml v0.5.7 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling bevy_math v0.2.1 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling tracing-subscriber v0.2.14 [INFO] [stderr] Compiling bevy_hecs_macros v0.2.1 [INFO] [stderr] Compiling bevy_derive v0.2.1 [INFO] [stderr] Compiling bevy_hecs v0.2.1 [INFO] [stderr] Compiling bevy_ecs v0.2.1 [INFO] [stderr] Compiling bevy_app v0.2.1 [INFO] [stderr] Compiling bevy-tracing-test-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.29s [INFO] running `Command { std: "docker" "inspect" "90268e28d43ceacec0d700eb959c53644616b4e29d8e7add17f465bf5c0e8f33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90268e28d43ceacec0d700eb959c53644616b4e29d8e7add17f465bf5c0e8f33", kill_on_drop: false }` [INFO] [stdout] 90268e28d43ceacec0d700eb959c53644616b4e29d8e7add17f465bf5c0e8f33 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1c7a438090df2ed0f0e81e2c54106943b42a12726621cb8f59a1ee9c21d58d3a [INFO] running `Command { std: "docker" "start" "-a" "1c7a438090df2ed0f0e81e2c54106943b42a12726621cb8f59a1ee9c21d58d3a", kill_on_drop: false }` [INFO] [stderr] Compiling bevy-tracing-test-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.34s [INFO] running `Command { std: "docker" "inspect" "1c7a438090df2ed0f0e81e2c54106943b42a12726621cb8f59a1ee9c21d58d3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c7a438090df2ed0f0e81e2c54106943b42a12726621cb8f59a1ee9c21d58d3a", kill_on_drop: false }` [INFO] [stdout] 1c7a438090df2ed0f0e81e2c54106943b42a12726621cb8f59a1ee9c21d58d3a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 34e8361dd86f7115ffc852998eda0d4307169742adf278dc114ae0ec0ff603ff [INFO] running `Command { std: "docker" "start" "-a" "34e8361dd86f7115ffc852998eda0d4307169742adf278dc114ae0ec0ff603ff", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bevy_tracing_test_example-d1a355c2e4c04e01) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_bevy_system_with_tracing ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "34e8361dd86f7115ffc852998eda0d4307169742adf278dc114ae0ec0ff603ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34e8361dd86f7115ffc852998eda0d4307169742adf278dc114ae0ec0ff603ff", kill_on_drop: false }` [INFO] [stdout] 34e8361dd86f7115ffc852998eda0d4307169742adf278dc114ae0ec0ff603ff