[INFO] cloning repository https://github.com/priyanshuverma-dev/sheet-connector
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/priyanshuverma-dev/sheet-connector" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpriyanshuverma-dev%2Fsheet-connector", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpriyanshuverma-dev%2Fsheet-connector'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d250341e08f7f22be6eba379f4db99e7016564dd
[INFO] documenting priyanshuverma-dev/sheet-connector against 1.98.0-beta.1 for beta-rustdoc-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpriyanshuverma-dev%2Fsheet-connector" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/priyanshuverma-dev/sheet-connector
[INFO] finished tweaking git repo https://github.com/priyanshuverma-dev/sheet-connector
[INFO] tweaked toml for git repo https://github.com/priyanshuverma-dev/sheet-connector written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/priyanshuverma-dev/sheet-connector on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/priyanshuverma-dev/sheet-connector 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1bf823dd3b26b9c0ca52978293a65344da73c65a91fe94f915cd5ae655fc4f6a
[INFO] running `Command { std: "docker" "start" "1bf823dd3b26b9c0ca52978293a65344da73c65a91fe94f915cd5ae655fc4f6a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1bf823dd3b26b9c0ca52978293a65344da73c65a91fe94f915cd5ae655fc4f6a", 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" "1bf823dd3b26b9c0ca52978293a65344da73c65a91fe94f915cd5ae655fc4f6a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1bf823dd3b26b9c0ca52978293a65344da73c65a91fe94f915cd5ae655fc4f6a", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1bf823dd3b26b9c0ca52978293a65344da73c65a91fe94f915cd5ae655fc4f6a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]     Checking value-bag v1.9.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling rustix v0.38.36
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling anyhow v1.0.87
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]     Checking event-listener v5.3.1
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]     Checking winnow v0.6.18
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking futures-lite v2.3.0
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]    Compiling cranelift-isle v0.109.0
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]     Checking event-listener-strategy v0.5.2
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.109.0
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]    Compiling openssl v0.10.66
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.109.0
[INFO] [stderr]     Checking bumpalo v3.16.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling io-lifetimes v2.0.3
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]     Checking regex v1.10.6
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking leb128 v0.2.5
[INFO] [stderr]     Checking arbitrary v1.3.2
[INFO] [stderr]     Checking blocking v1.6.1
[INFO] [stderr]     Checking async-executor v1.13.0
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling snap v1.1.1
[INFO] [stderr]     Checking slice-group-by v0.3.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling crc32c v0.6.8
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]    Compiling io-extras v0.18.2
[INFO] [stderr]    Compiling cc v1.1.17
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]     Checking cranelift-control v0.109.0
[INFO] [stderr]     Checking lz4_flex v0.11.3
[INFO] [stderr]     Checking flate2 v1.0.33
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling cap-primitives v3.2.0
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking cobs v0.2.3
[INFO] [stderr]     Checking ambient-authority v0.0.2
[INFO] [stderr]    Compiling cpp_demangle v0.4.4
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling unicode-xid v0.2.5
[INFO] [stderr]     Checking maybe-owned v0.3.4
[INFO] [stderr]    Compiling id-arena v2.2.1
[INFO] [stderr]    Compiling openssl-src v300.3.2+3.3.2
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking wasm-encoder v0.216.0
[INFO] [stderr]    Compiling wast v35.0.2
[INFO] [stderr]     Checking wasm-encoder v0.209.1
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking unicode-width v0.1.13
[INFO] [stderr]    Compiling cap-std v3.2.0
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling wasmtime-component-macro v22.0.0
[INFO] [stderr]     Checking cpufeatures v0.2.14
[INFO] [stderr]     Checking uuid v1.10.0
[INFO] [stderr]     Checking wasmtime-component-util v22.0.0
[INFO] [stderr]    Compiling wasmtime-cache v22.0.0
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking directories-next v2.0.0
[INFO] [stderr]    Compiling shellexpand v2.1.2
[INFO] [stderr]     Checking debugid v0.8.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking wasmtime-asm-macros v22.0.0
[INFO] [stderr]    Compiling wiggle-macro v22.0.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling openssl-sys v0.9.103
[INFO] [stderr]    Compiling ittapi-sys v0.4.0
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]     Checking wasmtime-jit-icache-coherence v22.0.0
[INFO] [stderr]     Checking wast v216.0.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling cap-fs-ext v3.2.0
[INFO] [stderr]     Checking wasmtime-slab v22.0.0
[INFO] [stderr]    Compiling system-interface v0.27.2
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]    Compiling cranelift-codegen v0.109.0
[INFO] [stderr]     Checking sptr v0.3.2
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling built v0.7.4
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling indexmap v2.5.0
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling fluvio-socket v0.14.9 (https://github.com/infinyon/fluvio?rev=98cfc21314c93d4c2898edc9e2160f280622be21#98cfc213)
[INFO] [stderr]     Checking ittapi v0.4.0
[INFO] [stderr]     Checking rustls-native-certs v0.7.3
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]    Compiling fluvio v0.23.1 (https://github.com/infinyon/fluvio?rev=98cfc21314c93d4c2898edc9e2160f280622be21#98cfc213)
[INFO] [stderr]    Compiling wasmparser v0.209.1
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking idna v0.1.5
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking url v1.7.2
[INFO] [stderr]    Compiling async-attributes v1.1.2
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling async-trait v0.1.82
[INFO] [stderr]    Compiling wasmtime-versioned-export-macros v22.0.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]     Checking tokio v1.40.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking fs-set-times v0.20.1
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking polling v3.7.3
[INFO] [stderr]     Checking flv-util v0.5.2
[INFO] [stderr]    Compiling fluvio-protocol-derive v0.5.4 (https://github.com/infinyon/fluvio?rev=98cfc21314c93d4c2898edc9e2160f280622be21#98cfc213)
[INFO] [stderr]    Compiling wasmtime-fiber v22.0.0
[INFO] [stderr]    Compiling witx v0.9.1
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]     Checking async-io v2.3.4
[INFO] [stderr]    Compiling derive_builder_core v0.20.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling wasmtime v22.0.0
[INFO] [stderr]     Checking async-signal v0.2.10
[INFO] [stderr]     Checking async-net v2.0.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking async-process v2.2.4
[INFO] [stderr]     Checking memfd v0.6.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling fluvio-smartmodule-derive v0.6.3 (https://github.com/infinyon/fluvio?rev=98cfc21314c93d4c2898edc9e2160f280622be21#98cfc213)
[INFO] [stderr]    Compiling derive_builder_macro v0.20.1
[INFO] [stderr] error: could not compile `wast` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name wast --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wast-216.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::all' --deny=unsafe_code '--warn=clippy::unnecessary_to_owned' '--warn=clippy::map_clone' '--warn=clippy::manual_strip' '--warn=clippy::clone_on_copy' --cfg 'feature="default"' --cfg 'feature="wasm-module"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dwarf", "wasm-module"))' -C metadata=7f7e8012c6f07f8e -C extra-filename=-b5565636d6870070 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bumpalo=/opt/rustwide/target/debug/deps/libbumpalo-593ca0b951bab6f0.rmeta --extern leb128=/opt/rustwide/target/debug/deps/libleb128-66bb6ed5343dcd20.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-9c17ee6ffbfdbd99.rmeta --extern unicode_width=/opt/rustwide/target/debug/deps/libunicode_width-238f77fb0d8bbe74.rmeta --extern wasm_encoder=/opt/rustwide/target/debug/deps/libwasm_encoder-956e53b399d8e7c7.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `wasmparser` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name wasmparser --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmparser-0.209.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --deny=unsafe_code '--allow=clippy::all' --cfg 'feature="std"' --cfg 'feature="validate"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no-hash-maps", "serde", "std", "validate"))' -C metadata=62b6dd09ff25a202 -C extra-filename=-0c08126cbe60bb2f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-8076b34174906ce4.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-f430fd7650947a59.rmeta --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-86466c9852ed1b16.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-3b7cc6fc3f877d90.rmeta --extern semver=/opt/rustwide/target/debug/deps/libsemver-2dbc92175d2c69c2.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "1bf823dd3b26b9c0ca52978293a65344da73c65a91fe94f915cd5ae655fc4f6a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1bf823dd3b26b9c0ca52978293a65344da73c65a91fe94f915cd5ae655fc4f6a", kill_on_drop: false }`
[INFO] [stdout] 1bf823dd3b26b9c0ca52978293a65344da73c65a91fe94f915cd5ae655fc4f6a
