[INFO] fetching crate xcsp3-rust 0.1.0... [INFO] testing xcsp3-rust-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8 [INFO] extracting crate xcsp3-rust 0.1.0 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate xcsp3-rust 0.1.0 [INFO] finished tweaking crates.io crate xcsp3-rust 0.1.0 [INFO] tweaked toml for crates.io crate xcsp3-rust 0.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate xcsp3-rust 0.1.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 18 packages to latest compatible versions [INFO] [stderr] Adding quick-xml v0.29.0 (available: v0.38.4) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a65eeca14a856327599f411f208570047fa55b5080c4f904c3a075091daf482b [INFO] running `Command { std: "docker" "start" "-a" "a65eeca14a856327599f411f208570047fa55b5080c4f904c3a075091daf482b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a65eeca14a856327599f411f208570047fa55b5080c4f904c3a075091daf482b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a65eeca14a856327599f411f208570047fa55b5080c4f904c3a075091daf482b", kill_on_drop: false }` [INFO] [stdout] a65eeca14a856327599f411f208570047fa55b5080c4f904c3a075091daf482b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 25380871e89199f79fb703403330263ea9165c9672928d60151bba627ed3711c [INFO] running `Command { std: "docker" "start" "-a" "25380871e89199f79fb703403330263ea9165c9672928d60151bba627ed3711c", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling quick-xml v0.29.0 [INFO] [stderr] Compiling xcsp3-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `id`, `note`, and `type` are never read [INFO] [stdout] --> src/xcsp_xml/constraint_block.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 70 | pub struct ConstraintBlock { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 71 | #[serde(rename = "@id", default)] [INFO] [stdout] 72 | pub id: String, [INFO] [stdout] | ^^ [INFO] [stdout] 73 | #[serde(rename = "@note", default)] [INFO] [stdout] 74 | pub note: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 75 | #[serde(rename = "@class", default)] [INFO] [stdout] 76 | pub r#type: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ConstraintBlock` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `class` and `id` are never read [INFO] [stdout] --> src/xcsp_xml/constraint_group.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 64 | pub struct ConstraintGroup { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 65 | #[serde(rename = "@class", default)] [INFO] [stdout] 66 | pub class: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 67 | #[serde(rename = "@id", default)] [INFO] [stdout] 68 | pub id: String, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `ConstraintGroup` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `vars` is never read [INFO] [stdout] --> src/xcsp_xml/constraint_type.rs:206:13 [INFO] [stdout] | [INFO] [stdout] 204 | Circuit { [INFO] [stdout] | ------- field in this variant [INFO] [stdout] 205 | #[serde(rename = "$value")] [INFO] [stdout] 206 | vars: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ConstraintType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `id` is never read [INFO] [stdout] --> src/xcsp_xml/objective.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 77 | pub struct MaximizeMinimize { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 78 | #[serde(rename = "id", default)] [INFO] [stdout] 79 | pub id: String, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `MaximizeMinimize` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `type_`, `start_index`, and `note` are never read [INFO] [stdout] --> src/xcsp_xml/variable_array.rs:90:13 [INFO] [stdout] | [INFO] [stdout] 86 | pub struct VariableArray { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 90 | pub type_: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 91 | #[serde(rename = "@startIndex", default)] [INFO] [stdout] 92 | pub start_index: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 93 | #[serde(rename = "@note", default)] [INFO] [stdout] 94 | pub note: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `VariableArray` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/constraints/xconstraint_set.rs:220:21 [INFO] [stdout] | [INFO] [stdout] 220 | pub fn iter(&self) -> Iter<'_, XConstraintType> { [INFO] [stdout] | ^^^^^ ^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 220 | pub fn iter(&self) -> Iter<'_, XConstraintType<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/data_structs/expression_tree.rs:307:33 [INFO] [stdout] | [INFO] [stdout] 307 | pub fn first_order_iter(&self) -> ExpressionFirstOrderIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 307 | pub fn first_order_iter(&self) -> ExpressionFirstOrderIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/objectives/xobjectives_set.rs:119:21 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn iter(&self) -> Iter<'_, XObjectivesType> { [INFO] [stdout] | ^^^^^ ^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 119 | pub fn iter(&self) -> Iter<'_, XObjectivesType<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/variables/xdomain.rs:428:21 [INFO] [stdout] | [INFO] [stdout] 428 | pub fn iter(&self) -> XDomainIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 428 | pub fn iter(&self) -> XDomainIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s [INFO] running `Command { std: "docker" "inspect" "25380871e89199f79fb703403330263ea9165c9672928d60151bba627ed3711c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25380871e89199f79fb703403330263ea9165c9672928d60151bba627ed3711c", kill_on_drop: false }` [INFO] [stdout] 25380871e89199f79fb703403330263ea9165c9672928d60151bba627ed3711c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cf423935afc65b44c65160723da18d40c2636d11a654a5f2441b6dbf7c1c0345 [INFO] running `Command { std: "docker" "start" "-a" "cf423935afc65b44c65160723da18d40c2636d11a654a5f2441b6dbf7c1c0345", kill_on_drop: false }` [INFO] [stdout] warning: fields `id`, `note`, and `type` are never read [INFO] [stdout] --> src/xcsp_xml/constraint_block.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 70 | pub struct ConstraintBlock { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 71 | #[serde(rename = "@id", default)] [INFO] [stdout] 72 | pub id: String, [INFO] [stdout] | ^^ [INFO] [stdout] 73 | #[serde(rename = "@note", default)] [INFO] [stdout] 74 | pub note: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 75 | #[serde(rename = "@class", default)] [INFO] [stdout] 76 | pub r#type: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ConstraintBlock` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `class` and `id` are never read [INFO] [stdout] --> src/xcsp_xml/constraint_group.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 64 | pub struct ConstraintGroup { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 65 | #[serde(rename = "@class", default)] [INFO] [stdout] 66 | pub class: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 67 | #[serde(rename = "@id", default)] [INFO] [stdout] 68 | pub id: String, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `ConstraintGroup` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `vars` is never read [INFO] [stdout] --> src/xcsp_xml/constraint_type.rs:206:13 [INFO] [stdout] | [INFO] [stdout] 204 | Circuit { [INFO] [stdout] | ------- field in this variant [INFO] [stdout] 205 | #[serde(rename = "$value")] [INFO] [stdout] 206 | vars: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ConstraintType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `id` is never read [INFO] [stdout] --> src/xcsp_xml/objective.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 77 | pub struct MaximizeMinimize { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 78 | #[serde(rename = "id", default)] [INFO] [stdout] 79 | pub id: String, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `MaximizeMinimize` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `type_`, `start_index`, and `note` are never read [INFO] [stdout] --> src/xcsp_xml/variable_array.rs:90:13 [INFO] [stdout] | [INFO] [stdout] 86 | pub struct VariableArray { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 90 | pub type_: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 91 | #[serde(rename = "@startIndex", default)] [INFO] [stdout] 92 | pub start_index: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 93 | #[serde(rename = "@note", default)] [INFO] [stdout] 94 | pub note: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `VariableArray` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/constraints/xconstraint_set.rs:220:21 [INFO] [stdout] | [INFO] [stdout] 220 | pub fn iter(&self) -> Iter<'_, XConstraintType> { [INFO] [stdout] | ^^^^^ ^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 220 | pub fn iter(&self) -> Iter<'_, XConstraintType<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/data_structs/expression_tree.rs:307:33 [INFO] [stdout] | [INFO] [stdout] 307 | pub fn first_order_iter(&self) -> ExpressionFirstOrderIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 307 | pub fn first_order_iter(&self) -> ExpressionFirstOrderIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/objectives/xobjectives_set.rs:119:21 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn iter(&self) -> Iter<'_, XObjectivesType> { [INFO] [stdout] | ^^^^^ ^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 119 | pub fn iter(&self) -> Iter<'_, XObjectivesType<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling xcsp3-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/variables/xdomain.rs:428:21 [INFO] [stdout] | [INFO] [stdout] 428 | pub fn iter(&self) -> XDomainIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 428 | pub fn iter(&self) -> XDomainIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `id`, `note`, and `type` are never read [INFO] [stdout] --> src/xcsp_xml/constraint_block.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 70 | pub struct ConstraintBlock { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 71 | #[serde(rename = "@id", default)] [INFO] [stdout] 72 | pub id: String, [INFO] [stdout] | ^^ [INFO] [stdout] 73 | #[serde(rename = "@note", default)] [INFO] [stdout] 74 | pub note: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 75 | #[serde(rename = "@class", default)] [INFO] [stdout] 76 | pub r#type: String, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ConstraintBlock` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `class` and `id` are never read [INFO] [stdout] --> src/xcsp_xml/constraint_group.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 64 | pub struct ConstraintGroup { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 65 | #[serde(rename = "@class", default)] [INFO] [stdout] 66 | pub class: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 67 | #[serde(rename = "@id", default)] [INFO] [stdout] 68 | pub id: String, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `ConstraintGroup` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `vars` is never read [INFO] [stdout] --> src/xcsp_xml/constraint_type.rs:206:13 [INFO] [stdout] | [INFO] [stdout] 204 | Circuit { [INFO] [stdout] | ------- field in this variant [INFO] [stdout] 205 | #[serde(rename = "$value")] [INFO] [stdout] 206 | vars: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ConstraintType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `id` is never read [INFO] [stdout] --> src/xcsp_xml/objective.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 77 | pub struct MaximizeMinimize { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 78 | #[serde(rename = "id", default)] [INFO] [stdout] 79 | pub id: String, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `MaximizeMinimize` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `type_`, `start_index`, and `note` are never read [INFO] [stdout] --> src/xcsp_xml/variable_array.rs:90:13 [INFO] [stdout] | [INFO] [stdout] 86 | pub struct VariableArray { [INFO] [stdout] | ------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 90 | pub type_: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 91 | #[serde(rename = "@startIndex", default)] [INFO] [stdout] 92 | pub start_index: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 93 | #[serde(rename = "@note", default)] [INFO] [stdout] 94 | pub note: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `VariableArray` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/constraints/xconstraint_set.rs:220:21 [INFO] [stdout] | [INFO] [stdout] 220 | pub fn iter(&self) -> Iter<'_, XConstraintType> { [INFO] [stdout] | ^^^^^ ^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 220 | pub fn iter(&self) -> Iter<'_, XConstraintType<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/data_structs/expression_tree.rs:307:33 [INFO] [stdout] | [INFO] [stdout] 307 | pub fn first_order_iter(&self) -> ExpressionFirstOrderIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 307 | pub fn first_order_iter(&self) -> ExpressionFirstOrderIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/objectives/xobjectives_set.rs:119:21 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn iter(&self) -> Iter<'_, XObjectivesType> { [INFO] [stdout] | ^^^^^ ^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is elided here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 119 | pub fn iter(&self) -> Iter<'_, XObjectivesType<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/variables/xdomain.rs:428:21 [INFO] [stdout] | [INFO] [stdout] 428 | pub fn iter(&self) -> XDomainIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 428 | pub fn iter(&self) -> XDomainIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.92s [INFO] running `Command { std: "docker" "inspect" "cf423935afc65b44c65160723da18d40c2636d11a654a5f2441b6dbf7c1c0345", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf423935afc65b44c65160723da18d40c2636d11a654a5f2441b6dbf7c1c0345", kill_on_drop: false }` [INFO] [stdout] cf423935afc65b44c65160723da18d40c2636d11a654a5f2441b6dbf7c1c0345 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8b7c944717b44c3b23233d8e8c1673c15176e719b83acf5f614786f6a367670c [INFO] running `Command { std: "docker" "start" "-a" "8b7c944717b44c3b23233d8e8c1673c15176e719b83acf5f614786f6a367670c", kill_on_drop: false }` [INFO] [stderr] warning: fields `id`, `note`, and `type` are never read [INFO] [stderr] --> src/xcsp_xml/constraint_block.rs:72:13 [INFO] [stderr] | [INFO] [stderr] 70 | pub struct ConstraintBlock { [INFO] [stderr] | --------------- fields in this struct [INFO] [stderr] 71 | #[serde(rename = "@id", default)] [INFO] [stderr] 72 | pub id: String, [INFO] [stderr] | ^^ [INFO] [stderr] 73 | #[serde(rename = "@note", default)] [INFO] [stderr] 74 | pub note: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] 75 | #[serde(rename = "@class", default)] [INFO] [stderr] 76 | pub r#type: String, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ConstraintBlock` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: fields `class` and `id` are never read [INFO] [stderr] --> src/xcsp_xml/constraint_group.rs:66:13 [INFO] [stderr] | [INFO] [stderr] 64 | pub struct ConstraintGroup { [INFO] [stderr] | --------------- fields in this struct [INFO] [stderr] 65 | #[serde(rename = "@class", default)] [INFO] [stderr] 66 | pub class: String, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 67 | #[serde(rename = "@id", default)] [INFO] [stderr] 68 | pub id: String, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: `ConstraintGroup` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `vars` is never read [INFO] [stderr] --> src/xcsp_xml/constraint_type.rs:206:13 [INFO] [stderr] | [INFO] [stderr] 204 | Circuit { [INFO] [stderr] | ------- field in this variant [INFO] [stderr] 205 | #[serde(rename = "$value")] [INFO] [stderr] 206 | vars: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ConstraintType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `id` is never read [INFO] [stderr] --> src/xcsp_xml/objective.rs:79:13 [INFO] [stderr] | [INFO] [stderr] 77 | pub struct MaximizeMinimize { [INFO] [stderr] | ---------------- field in this struct [INFO] [stderr] 78 | #[serde(rename = "id", default)] [INFO] [stderr] 79 | pub id: String, [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: `MaximizeMinimize` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `type_`, `start_index`, and `note` are never read [INFO] [stderr] --> src/xcsp_xml/variable_array.rs:90:13 [INFO] [stderr] | [INFO] [stderr] 86 | pub struct VariableArray { [INFO] [stderr] | ------------- fields in this struct [INFO] [stderr] ... [INFO] [stderr] 90 | pub type_: String, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 91 | #[serde(rename = "@startIndex", default)] [INFO] [stderr] 92 | pub start_index: String, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 93 | #[serde(rename = "@note", default)] [INFO] [stderr] 94 | pub note: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `VariableArray` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/constraints/xconstraint_set.rs:220:21 [INFO] [stderr] | [INFO] [stderr] 220 | pub fn iter(&self) -> Iter<'_, XConstraintType> { [INFO] [stderr] | ^^^^^ ^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 220 | pub fn iter(&self) -> Iter<'_, XConstraintType<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/data_structs/expression_tree.rs:307:33 [INFO] [stderr] | [INFO] [stderr] 307 | pub fn first_order_iter(&self) -> ExpressionFirstOrderIter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 307 | pub fn first_order_iter(&self) -> ExpressionFirstOrderIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/objectives/xobjectives_set.rs:119:21 [INFO] [stderr] | [INFO] [stderr] 119 | pub fn iter(&self) -> Iter<'_, XObjectivesType> { [INFO] [stderr] | ^^^^^ ^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 119 | pub fn iter(&self) -> Iter<'_, XObjectivesType<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/variables/xdomain.rs:428:21 [INFO] [stderr] | [INFO] [stderr] 428 | pub fn iter(&self) -> XDomainIter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 428 | pub fn iter(&self) -> XDomainIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `xcsp3-rust` (lib) generated 9 warnings (run `cargo fix --lib -p xcsp3-rust` to apply 4 suggestions) [INFO] [stderr] warning: `xcsp3-rust` (lib test) generated 9 warnings (9 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xcsp3_rust-980be5b4f679d4f0) [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] [stderr] Doc-tests xcsp3_rust [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/xcsp_xml/constraint_type.rs - xcsp_xml::constraint_type::xcsp3_xml::ConstraintType::Group (line 59) ... FAILED [INFO] [stdout] test src/xcsp_xml/variable_array.rs - xcsp_xml::variable_array::xcsp3_xml::VariableArray (line 45) ... FAILED [INFO] [stdout] test src/xcsp_xml/constraint_type.rs - xcsp_xml::constraint_type::xcsp3_xml::ConstraintType::Group (line 51) ... FAILED [INFO] [stdout] test src/lib.rs - (line 58) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/xcsp_xml/constraint_type.rs - xcsp_xml::constraint_type::xcsp3_xml::ConstraintType::Group (line 59) stdout ---- [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/xcsp_xml/constraint_type.rs:61:7 [INFO] [stdout] | [INFO] [stdout] 61 | ```xml [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 2 more times [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 61 - ```xml [INFO] [stdout] 61 + '''xml [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/xcsp_xml/constraint_type.rs:68:7 [INFO] [stdout] | [INFO] [stdout] 68 | ``` [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 2 more times [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 68 - ``` [INFO] [stdout] 68 + ''' [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/xcsp_xml/constraint_type.rs:71:6 [INFO] [stdout] | [INFO] [stdout] 71 | ```xml [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 2 more times [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 71 - ```xml [INFO] [stdout] 71 + '''xml [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/xcsp_xml/constraint_type.rs:83:7 [INFO] [stdout] | [INFO] [stdout] 83 | ``` [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 2 more times [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 83 - ``` [INFO] [stdout] 83 + ''' [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `::`, found `.` [INFO] [stdout] --> src/xcsp_xml/constraint_type.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | eg. [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/xcsp_xml/variable_array.rs - xcsp_xml::variable_array::xcsp3_xml::VariableArray (line 45) stdout ---- [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/xcsp_xml/variable_array.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | ```xml [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 2 more times [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 47 - ```xml [INFO] [stdout] 47 + '''xml [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/xcsp_xml/variable_array.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | ``` [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 2 more times [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 51 - ``` [INFO] [stdout] 51 + ''' [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/xcsp_xml/variable_array.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | ```xml [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 2 more times [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 54 - ```xml [INFO] [stdout] 54 + '''xml [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/xcsp_xml/variable_array.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | ``` [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 2 more times [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 57 - ``` [INFO] [stdout] 57 + ''' [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/xcsp_xml/variable_array.rs:61:1 [INFO] [stdout] | [INFO] [stdout] 61 | ```xml [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 2 more times [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 61 - ```xml [INFO] [stdout] 61 + '''xml [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/xcsp_xml/variable_array.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | ``` [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 2 more times [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 66 - ``` [INFO] [stdout] 66 + ''' [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/xcsp_xml/variable_array.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | ```xml [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 2 more times [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 69 - ```xml [INFO] [stdout] 69 + '''xml [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `::`, found `.` [INFO] [stdout] --> src/xcsp_xml/variable_array.rs:46:7 [INFO] [stdout] | [INFO] [stdout] 46 | syntax. [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/xcsp_xml/constraint_type.rs - xcsp_xml::constraint_type::xcsp3_xml::ConstraintType::Group (line 51) stdout ---- [INFO] [stdout] error: unknown start of token: ` [INFO] [stdout] --> src/xcsp_xml/constraint_type.rs:53:7 [INFO] [stdout] | [INFO] [stdout] 53 | ```xml [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: character appears 2 more times [INFO] [stdout] help: Unicode character '`' (Grave Accent) looks like ''' (Single Quote), but it is not [INFO] [stdout] | [INFO] [stdout] 53 - ```xml [INFO] [stdout] 53 + '''xml [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `::`, found `.` [INFO] [stdout] --> src/xcsp_xml/constraint_type.rs:52:13 [INFO] [stdout] | [INFO] [stdout] 52 | syntax. [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 58) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XcspXmlModel` [INFO] [stdout] --> src/lib.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | let model = XcspXmlModel::from_path(xml_file).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `XcspXmlModel` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::xcsp_xml::xcsp_xml_model::xcsp3_xml::XcspXmlModel; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XVariableType` [INFO] [stdout] --> src/lib.rs:68:17 [INFO] [stdout] | [INFO] [stdout] 68 | XVariableType::XVariableNone(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `XVariableType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::variables::xvariable_type::xcsp3_core::XVariableType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XVariableType` [INFO] [stdout] --> src/lib.rs:69:17 [INFO] [stdout] | [INFO] [stdout] 69 | XVariableType::XVariableArray(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `XVariableType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::variables::xvariable_type::xcsp3_core::XVariableType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XVariableType` [INFO] [stdout] --> src/lib.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | XVariableType::XVariableInt(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `XVariableType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::variables::xvariable_type::xcsp3_core::XVariableType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XVariableType` [INFO] [stdout] --> src/lib.rs:71:17 [INFO] [stdout] | [INFO] [stdout] 71 | XVariableType::XVariableTree(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `XVariableType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::variables::xvariable_type::xcsp3_core::XVariableType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:78:17 [INFO] [stdout] | [INFO] [stdout] 78 | XConstraintType::XConstraintNone(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:79:17 [INFO] [stdout] | [INFO] [stdout] 79 | XConstraintType::XExtension(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | XConstraintType::XAllDifferent(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:81:17 [INFO] [stdout] | [INFO] [stdout] 81 | XConstraintType::XAllDifferentExcept(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:82:17 [INFO] [stdout] | [INFO] [stdout] 82 | XConstraintType::XInstantiation(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | XConstraintType::XAllEqual(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:84:17 [INFO] [stdout] | [INFO] [stdout] 84 | XConstraintType::XOrdered(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:85:17 [INFO] [stdout] | [INFO] [stdout] 85 | XConstraintType::XRegular(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:86:17 [INFO] [stdout] | [INFO] [stdout] 86 | XConstraintType::XMdd(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:87:17 [INFO] [stdout] | [INFO] [stdout] 87 | XConstraintType::XIntention(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:88:17 [INFO] [stdout] | [INFO] [stdout] 88 | XConstraintType::XGroup(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | XConstraintType::XSum(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:90:17 [INFO] [stdout] | [INFO] [stdout] 90 | XConstraintType::XMaximum(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | XConstraintType::XMinimum(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:92:17 [INFO] [stdout] | [INFO] [stdout] 92 | XConstraintType::XElement(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:93:17 [INFO] [stdout] | [INFO] [stdout] 93 | XConstraintType::XSlide(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:94:17 [INFO] [stdout] | [INFO] [stdout] 94 | XConstraintType::XCount(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:95:17 [INFO] [stdout] | [INFO] [stdout] 95 | XConstraintType::XNValues(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:96:17 [INFO] [stdout] | [INFO] [stdout] 96 | XConstraintType::XCardinality(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | XConstraintType::XChannel(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:98:17 [INFO] [stdout] | [INFO] [stdout] 98 | XConstraintType::XCumulative(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:99:17 [INFO] [stdout] | [INFO] [stdout] 99 | XConstraintType::XNoOverlap(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XConstraintType` [INFO] [stdout] --> src/lib.rs:100:17 [INFO] [stdout] | [INFO] [stdout] 100 | XConstraintType::XStretch(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XConstraintType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::constraints::xconstraint_type::xcsp3_core::XConstraintType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XObjectivesType` [INFO] [stdout] --> src/lib.rs:107:17 [INFO] [stdout] | [INFO] [stdout] 107 | XObjectivesType::XObjectiveNone(_) => {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XObjectivesType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::objectives::xobjectives_type::xcsp3_core::XObjectivesType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XObjectivesType` [INFO] [stdout] --> src/lib.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | XObjectivesType::Minimize(e) => match e { [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XObjectivesType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::objectives::xobjectives_type::xcsp3_core::XObjectivesType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XObjective` [INFO] [stdout] --> src/lib.rs:109:21 [INFO] [stdout] | [INFO] [stdout] 109 | XObjective::XObjectiveElement(_) => {} [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `XObjective` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::objectives::xobjectives_type::xcsp3_core::XObjective; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XObjective` [INFO] [stdout] --> src/lib.rs:110:21 [INFO] [stdout] | [INFO] [stdout] 110 | XObjective::XObjectiveExpression(_) => {} [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `XObjective` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::objectives::xobjectives_type::xcsp3_core::XObjective; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XObjectivesType` [INFO] [stdout] --> src/lib.rs:112:17 [INFO] [stdout] | [INFO] [stdout] 112 | XObjectivesType::Maximize(e) => match e { [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `XObjectivesType` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::objectives::xobjectives_type::xcsp3_core::XObjectivesType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XObjective` [INFO] [stdout] --> src/lib.rs:113:21 [INFO] [stdout] | [INFO] [stdout] 113 | XObjective::XObjectiveElement(_) => {} [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `XObjective` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::objectives::xobjectives_type::xcsp3_core::XObjective; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `XObjective` [INFO] [stdout] --> src/lib.rs:114:21 [INFO] [stdout] | [INFO] [stdout] 114 | XObjective::XObjectiveExpression(_) => {} [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `XObjective` [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 59 + use xcsp3_rust::objectives::xobjectives_type::xcsp3_core::XObjective; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 35 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 58) [INFO] [stdout] src/xcsp_xml/constraint_type.rs - xcsp_xml::constraint_type::xcsp3_xml::ConstraintType::Group (line 51) [INFO] [stdout] src/xcsp_xml/constraint_type.rs - xcsp_xml::constraint_type::xcsp3_xml::ConstraintType::Group (line 59) [INFO] [stdout] src/xcsp_xml/variable_array.rs - xcsp_xml::variable_array::xcsp3_xml::VariableArray (line 45) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "8b7c944717b44c3b23233d8e8c1673c15176e719b83acf5f614786f6a367670c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b7c944717b44c3b23233d8e8c1673c15176e719b83acf5f614786f6a367670c", kill_on_drop: false }` [INFO] [stdout] 8b7c944717b44c3b23233d8e8c1673c15176e719b83acf5f614786f6a367670c