[INFO] cloning repository https://github.com/k88hudson-cfa/ixa-basic-transmission
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/k88hudson-cfa/ixa-basic-transmission" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk88hudson-cfa%2Fixa-basic-transmission", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk88hudson-cfa%2Fixa-basic-transmission'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] eee2909a59fda6d2f78f01ade6710b7e318ce682
[INFO] checking k88hudson-cfa/ixa-basic-transmission against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fk88hudson-cfa%2Fixa-basic-transmission" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/k88hudson-cfa/ixa-basic-transmission
[INFO] finished tweaking git repo https://github.com/k88hudson-cfa/ixa-basic-transmission
[INFO] tweaked toml for git repo https://github.com/k88hudson-cfa/ixa-basic-transmission written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/k88hudson-cfa/ixa-basic-transmission on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/k88hudson-cfa/ixa-basic-transmission 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8fc8e6021586681d85923d6c5afc77145076c09f4aa6d9d8da6f3b72093090c0
[INFO] running `Command { std: "docker" "start" "8fc8e6021586681d85923d6c5afc77145076c09f4aa6d9d8da6f3b72093090c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8fc8e6021586681d85923d6c5afc77145076c09f4aa6d9d8da6f3b72093090c0", 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" "8fc8e6021586681d85923d6c5afc77145076c09f4aa6d9d8da6f3b72093090c0" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8fc8e6021586681d85923d6c5afc77145076c09f4aa6d9d8da6f3b72093090c0", 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" "8fc8e6021586681d85923d6c5afc77145076c09f4aa6d9d8da6f3b72093090c0" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.105
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling winnow v1.0.0
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling toml_parser v1.1.0+spec-1.1.0
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]     Checking destructure_traitobject v0.2.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]     Checking rustix v1.1.2
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking unsafe-any-ors v1.0.0
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]    Compiling dtor-proc-macro v0.0.6
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking clap_builder v4.5.51
[INFO] [stderr]     Checking dtor v0.1.1
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking fd-lock v4.0.4
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]     Checking rand_distr v0.5.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking simba v0.9.1
[INFO] [stderr]    Compiling toml_edit v0.23.7
[INFO] [stderr]     Checking typemap-ors v1.0.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking thread-id v5.0.0
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking humantime v2.3.0
[INFO] [stderr]     Checking arc-swap v1.7.1
[INFO] [stderr]     Checking unty v0.0.4
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking aliasable v0.1.3
[INFO] [stderr]     Checking mock_instant v0.6.0
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]     Checking log-mdc v0.1.0
[INFO] [stderr]    Compiling ctor-proc-macro v0.0.6
[INFO] [stderr]     Checking ctor v0.5.0
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking env_filter v1.0.1
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking progress_bar v1.4.0
[INFO] [stderr]     Checking serde_spanned v1.1.0
[INFO] [stderr]     Checking toml_datetime v1.1.0+spec-1.1.0
[INFO] [stderr]     Checking sysinfo v0.37.2
[INFO] [stderr]     Checking shlex v1.3.0
[INFO] [stderr]     Checking bytesize v2.1.0
[INFO] [stderr]     Checking rustyline v17.0.2
[INFO] [stderr]     Checking jiff v0.2.23
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking toml_writer v1.1.0+spec-1.1.0
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]     Checking xxhash-rust v0.8.15
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.105
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling ouroboros_macro v0.18.5
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]    Compiling delegate v0.13.4
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]    Compiling ixa-derive v2.0.0-beta.1
[INFO] [stderr]     Checking ouroboros v0.18.5
[INFO] [stderr]     Checking toml v1.1.0+spec-1.1.0
[INFO] [stderr]     Checking nalgebra v0.34.1
[INFO] [stderr]     Checking clap v4.5.51
[INFO] [stderr]    Compiling wasm-bindgen v0.2.105
[INFO] [stderr]     Checking unicode-ident v1.0.20
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.105
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking env_logger v0.11.10
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking bincode v2.0.1
[INFO] [stderr]     Checking js-sys v0.3.82
[INFO] [stderr]     Checking log4rs v1.4.0
[INFO] [stderr]     Checking ixa v2.0.0-beta2
[INFO] [stdout] error[E0038]: the trait `entity::entity::Entity` is not dyn compatible
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ixa-2.0.0-beta2/src/entity/entity.rs:123:1
[INFO] [stdout]     |
[INFO] [stdout] 123 | pub type BxEntity = Box<dyn Entity>;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^ `entity::entity::Entity` is not dyn compatible
[INFO] [stdout]     |
[INFO] [stdout] note: for a trait to be dyn compatible it needs to allow building a vtable
[INFO] [stdout]       for more information, visit <https://doc.rust-lang.org/reference/items/traits.html#dyn-compatibility>
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ixa-2.0.0-beta2/src/entity/entity.rs:86:25
[INFO] [stdout]     |
[INFO] [stdout]  86 | pub trait Entity: Any + Default {
[INFO] [stdout]     |           ------        ^^^^^^^ ...because it requires `Self: Sized`
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this trait is not dyn compatible...
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking cfasim-model v0.1.4
[INFO] [stdout] For more information about this error, try `rustc --explain E0038`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ixa` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "8fc8e6021586681d85923d6c5afc77145076c09f4aa6d9d8da6f3b72093090c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8fc8e6021586681d85923d6c5afc77145076c09f4aa6d9d8da6f3b72093090c0", kill_on_drop: false }`
[INFO] [stdout] 8fc8e6021586681d85923d6c5afc77145076c09f4aa6d9d8da6f3b72093090c0
