[INFO] cloning repository https://github.com/ai-engram/Engram
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ai-engram/Engram" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fai-engram%2FEngram", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fai-engram%2FEngram'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e94307da81844d3ca94d0da6f026c60b5a197c66
[INFO] testing ai-engram/Engram against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fai-engram%2FEngram" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ai-engram/Engram
[INFO] finished tweaking git repo https://github.com/ai-engram/Engram
[INFO] tweaked toml for git repo https://github.com/ai-engram/Engram written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ai-engram/Engram on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ai-engram/Engram 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.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-3-tc1/source/engram-core/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unindent v0.2.4
[INFO] [stderr]   Downloaded pyo3-macros v0.23.5
[INFO] [stderr]   Downloaded target-lexicon v0.12.16
[INFO] [stderr]   Downloaded pyo3-build-config v0.23.5
[INFO] [stderr]   Downloaded pyo3-macros-backend v0.23.5
[INFO] [stderr]   Downloaded pyo3-ffi v0.23.5
[INFO] [stderr]   Downloaded libc v0.2.183
[INFO] [stderr]   Downloaded pyo3 v0.23.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 7139313b5afbc19ba4c77bcf0fab936485a7a14d300b72a3dd179ba8a0be5d56
[INFO] running `Command { std: "docker" "start" "7139313b5afbc19ba4c77bcf0fab936485a7a14d300b72a3dd179ba8a0be5d56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7139313b5afbc19ba4c77bcf0fab936485a7a14d300b72a3dd179ba8a0be5d56", 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" "7139313b5afbc19ba4c77bcf0fab936485a7a14d300b72a3dd179ba8a0be5d56" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7139313b5afbc19ba4c77bcf0fab936485a7a14d300b72a3dd179ba8a0be5d56", 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" "7139313b5afbc19ba4c77bcf0fab936485a7a14d300b72a3dd179ba8a0be5d56" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /opt/rustwide/workdir/engram-core/Cargo.toml
[INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling unindent v0.2.4
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling pyo3-build-config v0.23.5
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling pyo3-ffi v0.23.5
[INFO] [stderr]    Compiling pyo3-macros-backend v0.23.5
[INFO] [stderr]    Compiling pyo3 v0.23.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling pyo3-macros v0.23.5
[INFO] [stderr]    Compiling engram-core v0.1.0 (/opt/rustwide/workdir/engram-core)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 32.65s
[INFO] running `Command { std: "docker" "inspect" "7139313b5afbc19ba4c77bcf0fab936485a7a14d300b72a3dd179ba8a0be5d56", 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" "7139313b5afbc19ba4c77bcf0fab936485a7a14d300b72a3dd179ba8a0be5d56" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /opt/rustwide/workdir/engram-core/Cargo.toml
[INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml
[INFO] [stderr]    Compiling engram-core v0.1.0 (/opt/rustwide/workdir/engram-core)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 4.49s
[INFO] running `Command { std: "docker" "inspect" "7139313b5afbc19ba4c77bcf0fab936485a7a14d300b72a3dd179ba8a0be5d56", 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" "7139313b5afbc19ba4c77bcf0fab936485a7a14d300b72a3dd179ba8a0be5d56" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /opt/rustwide/workdir/engram-core/Cargo.toml
[INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/engram_core-80985ddcba0675a3)
[INFO] [stdout] 
[INFO] [stdout] running 32 tests
[INFO] [stdout] test cid::tests::parse_valid_cid ... ok
[INFO] [stdout] test cid::tests::different_model_version_different_cid ... ok
[INFO] [stdout] test cid::tests::same_input_same_cid ... ok
[INFO] [stdout] test cid::tests::verify_roundtrip ... ok
[INFO] [stdout] test cid::tests::cid_starts_with_version ... ok
[INFO] [stdout] test merkle::tests::adding_memory_changes_root ... ok
[INFO] [stdout] test merkle::tests::corrupted_embedding_changes_root ... ok
[INFO] [stdout] test merkle::tests::empty_corpus_returns_zero_root ... ok
[INFO] [stdout] test merkle::tests::hex_verify_works ... ok
[INFO] [stdout] test merkle::tests::internal_node_not_accepted_as_leaf ... ok
[INFO] [stdout] test merkle::tests::proof_against_wrong_root_fails ... ok
[INFO] [stdout] test merkle::tests::same_corpus_same_root ... ok
[INFO] [stdout] test merkle::tests::single_memory_root_equals_leaf ... ok
[INFO] [stdout] test merkle::tests::wrong_cid_fails_verification ... ok
[INFO] [stdout] test merkle::tests::wrong_embedding_fails_verification ... ok
[INFO] [stdout] test merkle::tests::non_member_has_no_proof ... ok
[INFO] [stdout] test proof::tests::batch_all_valid ... ok
[INFO] [stdout] test proof::tests::batch_one_wrong_embedding ... ok
[INFO] [stdout] test proof::tests::batch_proof_not_shuffleable ... ok
[INFO] [stdout] test proof::tests::derive_hmac_key_differs_by_nonce ... ok
[INFO] [stdout] test proof::tests::derive_hmac_key_differs_by_validator ... ok
[INFO] [stdout] test proof::tests::batch_proof_is_validator_bound ... ok
[INFO] [stdout] test proof::tests::response_from_parts_matches_challenge_response ... ok
[INFO] [stdout] test proof::tests::tampered_proof_fails ... ok
[INFO] [stdout] test proof::tests::proof_is_validator_bound ... ok
[INFO] [stdout] test cid::tests::different_input_different_cid ... ok
[INFO] [stdout] test proof::tests::valid_proof_verifies ... ok
[INFO] [stdout] test proof::tests::wrong_cid_fails ... ok
[INFO] [stdout] test proof::tests::batch_expired_fails_all ... ok
[INFO] [stdout] test merkle::tests::inclusion_proof_verifies_for_all_sizes ... ok
[INFO] [stdout] test proof::tests::derive_hmac_key_is_deterministic ... ok
[INFO] [stdout] test proof::tests::wrong_embedding_fails ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests engram_core
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7139313b5afbc19ba4c77bcf0fab936485a7a14d300b72a3dd179ba8a0be5d56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7139313b5afbc19ba4c77bcf0fab936485a7a14d300b72a3dd179ba8a0be5d56", kill_on_drop: false }`
[INFO] [stdout] 7139313b5afbc19ba4c77bcf0fab936485a7a14d300b72a3dd179ba8a0be5d56
