[INFO] cloning repository https://github.com/reggi/rust-swc-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/reggi/rust-swc-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freggi%2Frust-swc-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freggi%2Frust-swc-example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0f1b7c9e65b12e28a3e549bc577384abe8eb19a4
[INFO] checking reggi/rust-swc-example against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freggi%2Frust-swc-example" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/reggi/rust-swc-example
[INFO] finished tweaking git repo https://github.com/reggi/rust-swc-example
[INFO] tweaked toml for git repo https://github.com/reggi/rust-swc-example written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/reggi/rust-swc-example on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/reggi/rust-swc-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" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0d236314cc461566b82f515c3ba3a568e61e3d984d1695261a665fff07a63969
[INFO] running `Command { std: "docker" "start" "-a" "0d236314cc461566b82f515c3ba3a568e61e3d984d1695261a665fff07a63969", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0d236314cc461566b82f515c3ba3a568e61e3d984d1695261a665fff07a63969", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d236314cc461566b82f515c3ba3a568e61e3d984d1695261a665fff07a63969", kill_on_drop: false }`
[INFO] [stdout] 0d236314cc461566b82f515c3ba3a568e61e3d984d1695261a665fff07a63969
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c3b0ff29d16313badc820f4ca9bf33c7c0f14428fd90be84e2730862813e7204
[INFO] running `Command { std: "docker" "start" "-a" "c3b0ff29d16313badc820f4ca9bf33c7c0f14428fd90be84e2730862813e7204", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.67
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling memchr v2.6.3
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]     Checking new_debug_unreachable v1.0.4
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking phf_shared v0.10.0
[INFO] [stderr]     Checking better_scoped_tls v0.1.1
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]     Checking unicode-id v0.3.4
[INFO] [stderr]     Checking bitflags v2.4.0
[INFO] [stderr]     Checking typed-arena v2.0.2
[INFO] [stderr]    Compiling aho-corasick v1.1.1
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking parking_lot_core v0.9.8
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking socket2 v0.5.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling syn v2.0.37
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling psm v0.1.21
[INFO] [stderr]    Compiling stacker v0.1.15
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling regex-automata v0.3.8
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling swc_atoms v0.5.9
[INFO] [stderr]    Compiling regex v1.9.5
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling pmutil v0.6.1
[INFO] [stderr]    Compiling swc_macros_common v0.3.8
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling tracing-attributes v0.1.26
[INFO] [stderr]    Compiling swc_eq_ignore_macros v0.1.2
[INFO] [stderr]    Compiling is-macro v0.3.0
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling swc_visit_macros v0.5.8
[INFO] [stderr]    Compiling ast_node v0.9.5
[INFO] [stderr]    Compiling from_variant v0.1.6
[INFO] [stderr]    Compiling string_enum v0.4.1
[INFO] [stderr]     Checking tokio v1.32.0
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]     Checking swc_visit v0.5.7
[INFO] [stderr]     Checking triomphe v0.1.9
[INFO] [stderr]     Checking string_cache v0.8.7
[INFO] [stderr]     Checking swc_common v0.32.1
[INFO] [stderr]     Checking swc_ecma_ast v0.109.1
[INFO] [stderr]     Checking swc_ecma_parser v0.140.0
[INFO] [stderr]     Checking ts_parser v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.31s
[INFO] running `Command { std: "docker" "inspect" "c3b0ff29d16313badc820f4ca9bf33c7c0f14428fd90be84e2730862813e7204", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3b0ff29d16313badc820f4ca9bf33c7c0f14428fd90be84e2730862813e7204", kill_on_drop: false }`
[INFO] [stdout] c3b0ff29d16313badc820f4ca9bf33c7c0f14428fd90be84e2730862813e7204
