[INFO] cloning repository https://github.com/auxoncorp/modality-dlt-plugin
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/auxoncorp/modality-dlt-plugin" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fauxoncorp%2Fmodality-dlt-plugin", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fauxoncorp%2Fmodality-dlt-plugin'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b4e0401a1caac85c984c78155f8c42bae117bc4c
[INFO] checking auxoncorp/modality-dlt-plugin against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fauxoncorp%2Fmodality-dlt-plugin" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/auxoncorp/modality-dlt-plugin
[INFO] finished tweaking git repo https://github.com/auxoncorp/modality-dlt-plugin
[INFO] tweaked toml for git repo https://github.com/auxoncorp/modality-dlt-plugin written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/auxoncorp/modality-dlt-plugin on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/auxoncorp/modality-dlt-plugin 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/auxoncorp/auxon-sdk`
[INFO] [stderr]     Updating git repository `https://github.com/auxoncorp/dlt-core`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded buffer-redux v1.0.1
[INFO] [stderr]   Downloaded exitcode v1.1.2
[INFO] [stderr]   Downloaded minicbor-derive v0.8.0
[INFO] [stderr]   Downloaded minicbor v0.13.2
[INFO] [stderr]   Downloaded quick-xml v0.29.0
[INFO] [stderr]   Downloaded syn v2.0.65
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7bf6ab477e77d84a5b345577bef8be96701dc0ce6e34ab6cb318e0107f7c53da
[INFO] running `Command { std: "docker" "start" "7bf6ab477e77d84a5b345577bef8be96701dc0ce6e34ab6cb318e0107f7c53da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7bf6ab477e77d84a5b345577bef8be96701dc0ce6e34ab6cb318e0107f7c53da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7bf6ab477e77d84a5b345577bef8be96701dc0ce6e34ab6cb318e0107f7c53da" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7bf6ab477e77d84a5b345577bef8be96701dc0ce6e34ab6cb318e0107f7c53da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7bf6ab477e77d84a5b345577bef8be96701dc0ce6e34ab6cb318e0107f7c53da" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.83
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling serde v1.0.202
[INFO] [stderr]    Compiling cc v1.0.97
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]     Checking anstyle-parse v0.2.4
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]     Checking anstyle-query v1.0.3
[INFO] [stderr]     Checking regex-syntax v0.8.3
[INFO] [stderr]    Compiling minicbor v0.13.2
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking sha1_smol v1.0.0
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking ordered-float v3.9.2
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking quick-xml v0.29.0
[INFO] [stderr]     Checking exitcode v1.1.2
[INFO] [stderr]     Checking anstream v0.6.14
[INFO] [stderr]     Checking clap_builder v4.5.2
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling syn v2.0.65
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking slice-deque v0.3.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]     Checking buffer-redux v1.0.1
[INFO] [stderr]    Compiling minicbor-derive v0.8.0
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stderr]    Compiling serde_derive v1.0.202
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling clap_derive v4.5.4
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking thiserror v1.0.61
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking clap v4.5.4
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking envy v0.4.2
[INFO] [stderr]     Checking uuid v1.8.0
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking dlt-core v0.14.5 (https://github.com/auxoncorp/dlt-core?branch=replace_buf_redux#2146b600)
[INFO] [stderr]     Checking auxon-sdk v1.4.0 (https://github.com/auxoncorp/auxon-sdk?branch=client-serde-helper#226e45d6)
[INFO] [stderr]     Checking modality-dlt v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.03s
[INFO] running `Command { std: "docker" "inspect" "7bf6ab477e77d84a5b345577bef8be96701dc0ce6e34ab6cb318e0107f7c53da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7bf6ab477e77d84a5b345577bef8be96701dc0ce6e34ab6cb318e0107f7c53da", kill_on_drop: false }`
[INFO] [stdout] 7bf6ab477e77d84a5b345577bef8be96701dc0ce6e34ab6cb318e0107f7c53da
