[INFO] updating cached repository https://github.com/EverlastingBugstopper/tracing-example [INFO] running `"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"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 15d9e102265d1e226d2196b00d1ff1e90772a4e7 [INFO] checking EverlastingBugstopper/tracing-example against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEverlastingBugstopper%2Ftracing-example" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/EverlastingBugstopper/tracing-example on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/EverlastingBugstopper/tracing-example [INFO] finished tweaking git repo https://github.com/EverlastingBugstopper/tracing-example [INFO] tweaked toml for git repo https://github.com/EverlastingBugstopper/tracing-example written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/EverlastingBugstopper/tracing-example already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=forbid" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f87590a3ed1aabe412ae52b5e34b36ce968a67433be460a8712520a6d0cd47cd [INFO] running `"docker" "start" "-a" "f87590a3ed1aabe412ae52b5e34b36ce968a67433be460a8712520a6d0cd47cd"` [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Checking regex-automata v0.1.8 [INFO] [stderr] Checking tracing-core v0.1.7 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking sharded-slab v0.0.6 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking tracing-serde v0.1.0 [INFO] [stderr] Checking tracing-log v0.1.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking matchers v0.0.1 [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Checking tracing-subscriber v0.2.0-alpha.1 [INFO] [stderr] Compiling tracing-attributes v0.1.5 [INFO] [stderr] Checking tracing v0.1.10 [INFO] [stderr] Checking tracing-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `__tracing_attr_span` in this scope [INFO] [stderr] --> src/main.rs:5:30 [INFO] [stderr] | [INFO] [stderr] 5 | fn shave(yak: usize) -> bool { [INFO] [stderr] | ______________________________^ [INFO] [stderr] 6 | | debug!( [INFO] [stderr] 7 | | message = "hello! I'm gonna shave a yak.", [INFO] [stderr] 8 | | excitement = "yay!" [INFO] [stderr] ... | [INFO] [stderr] 16 | | } [INFO] [stderr] 17 | | } [INFO] [stderr] | |_^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__tracing_attr_span` in this scope [INFO] [stderr] --> src/main.rs:5:30 [INFO] [stderr] | [INFO] [stderr] 5 | fn shave(yak: usize) -> bool { [INFO] [stderr] | ______________________________^ [INFO] [stderr] 6 | | debug!( [INFO] [stderr] 7 | | message = "hello! I'm gonna shave a yak.", [INFO] [stderr] 8 | | excitement = "yay!" [INFO] [stderr] ... | [INFO] [stderr] 16 | | } [INFO] [stderr] 17 | | } [INFO] [stderr] | |_^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `tracing-example`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `tracing-example`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f87590a3ed1aabe412ae52b5e34b36ce968a67433be460a8712520a6d0cd47cd"` [INFO] running `"docker" "rm" "-f" "f87590a3ed1aabe412ae52b5e34b36ce968a67433be460a8712520a6d0cd47cd"` [INFO] [stdout] f87590a3ed1aabe412ae52b5e34b36ce968a67433be460a8712520a6d0cd47cd