[INFO] cloning repository https://github.com/earth-metabolome-initiative/smiles-parser
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/earth-metabolome-initiative/smiles-parser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fearth-metabolome-initiative%2Fsmiles-parser", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fearth-metabolome-initiative%2Fsmiles-parser'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 339ea242597d76e947d5e5083a65083bc01bbd8b
[INFO] testing earth-metabolome-initiative/smiles-parser/339ea242597d76e947d5e5083a65083bc01bbd8b against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fearth-metabolome-initiative%2Fsmiles-parser" "/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/earth-metabolome-initiative/smiles-parser
[INFO] finished tweaking git repo https://github.com/earth-metabolome-initiative/smiles-parser
[INFO] tweaked toml for git repo https://github.com/earth-metabolome-initiative/smiles-parser written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/earth-metabolome-initiative/smiles-parser 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/earth-metabolome-initiative/smiles-parser 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] cb858def8346a3f35525d7b76718b7156c04d2bf4995c5bcbf3c6e76af2c26ca
[INFO] running `Command { std: "docker" "start" "cb858def8346a3f35525d7b76718b7156c04d2bf4995c5bcbf3c6e76af2c26ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cb858def8346a3f35525d7b76718b7156c04d2bf4995c5bcbf3c6e76af2c26ca", 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" "cb858def8346a3f35525d7b76718b7156c04d2bf4995c5bcbf3c6e76af2c26ca" "/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" "cb858def8346a3f35525d7b76718b7156c04d2bf4995c5bcbf3c6e76af2c26ca", 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" "cb858def8346a3f35525d7b76718b7156c04d2bf4995c5bcbf3c6e76af2c26ca" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling maybe-dangling v0.1.2
[INFO] [stderr]    Compiling aliasable v0.1.3
[INFO] [stderr]    Compiling rand_core v0.10.1
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling stable_try_trait_v2 v1.75.1
[INFO] [stderr]    Compiling rustc-std-workspace-alloc v1.0.1
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling rand v0.10.1
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling lender v0.6.2
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling multi_ranged v0.1.2
[INFO] [stderr]    Compiling geometric-traits v0.1.0 (https://github.com/earth-metabolome-initiative/geometric-traits?branch=main#aa79915e)
[INFO] [stderr]    Compiling strum v0.28.0
[INFO] [stderr]    Compiling elements_rs v0.2.7
[INFO] [stderr]    Compiling molecular-formulas v0.1.10
[INFO] [stderr]    Compiling smiles-parser v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
[INFO] running `Command { std: "docker" "inspect" "cb858def8346a3f35525d7b76718b7156c04d2bf4995c5bcbf3c6e76af2c26ca", 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" "cb858def8346a3f35525d7b76718b7156c04d2bf4995c5bcbf3c6e76af2c26ca" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling page_size v0.6.0
[INFO] [stderr]    Compiling criterion-plot v0.8.2
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling multi_ranged v0.1.2
[INFO] [stderr]    Compiling geometric-traits v0.1.0 (https://github.com/earth-metabolome-initiative/geometric-traits?branch=main#aa79915e)
[INFO] [stderr]    Compiling strum v0.28.0
[INFO] [stderr]    Compiling elements_rs v0.2.7
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.8.2
[INFO] [stderr]    Compiling molecular-formulas v0.1.10
[INFO] [stderr]    Compiling smiles-parser v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `smiles-parser` (lib test)
[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 smiles_parser --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--deny=clippy::pedantic' --forbid=unused_must_use --forbid=unused_macro_rules --forbid=unused_import_braces '--allow=clippy::unreadable_literal' --forbid=unreachable_patterns '--forbid=rustdoc::unescaped_backticks' --forbid=unconditional_recursion '--allow=clippy::should_panic_without_expect' '--forbid=rustdoc::redundant_explicit_links' '--allow=clippy::new_ret_no_self' '--allow=clippy::missing_panics_doc' --forbid=missing_docs '--forbid=rustdoc::missing_crate_level_docs' '--forbid=rustdoc::invalid_rust_codeblocks' '--forbid=rustdoc::invalid_html_tags' '--forbid=rustdoc::invalid_codeblock_attributes' '--allow=clippy::doc_markdown' --deny=deprecated '--forbid=clippy::clone_on_copy' '--forbid=rustdoc::broken_intra_doc_links' '--forbid=rustdoc::bare_urls' --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("datasets", "default", "fuzzing"))' -C metadata=645bec15f4e66a82 -C extra-filename=-1a8aa6663a3ae937 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-7b1d7459d9506604.rlib --extern elements_rs=/opt/rustwide/target/debug/deps/libelements_rs-752ac275779fd60c.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-c4bf7cf51b399dc4.rlib --extern geometric_traits=/opt/rustwide/target/debug/deps/libgeometric_traits-ce109dfed9e38a33.rlib --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-a6ce84ea6bb31c8f.rlib --extern molecular_formulas=/opt/rustwide/target/debug/deps/libmolecular_formulas-abee249c077aa3a4.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-b5f2b479615e870d.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-fc5437324b57d49e.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-cecfe55d752a49ca.rlib --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-bc4248f67c4769f5.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-f0335be83796b483.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/alloca-c39cc5c4d767c852/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "cb858def8346a3f35525d7b76718b7156c04d2bf4995c5bcbf3c6e76af2c26ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb858def8346a3f35525d7b76718b7156c04d2bf4995c5bcbf3c6e76af2c26ca", kill_on_drop: false }`
[INFO] [stdout] cb858def8346a3f35525d7b76718b7156c04d2bf4995c5bcbf3c6e76af2c26ca
