[INFO] cloning repository https://github.com/lumeohq/ez-xsd [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lumeohq/ez-xsd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flumeohq%2Fez-xsd", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flumeohq%2Fez-xsd'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b31f6f288e3fdd23ff16485e31c3c593eccb9289 [INFO] testing lumeohq/ez-xsd against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flumeohq%2Fez-xsd" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lumeohq/ez-xsd on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/lumeohq/ez-xsd [INFO] finished tweaking git repo https://github.com/lumeohq/ez-xsd [INFO] tweaked toml for git repo https://github.com/lumeohq/ez-xsd written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/lumeohq/ez-xsd already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded xmlparser v0.13.2 [INFO] [stderr] Downloaded roxmltree v0.10.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 85e8b52da3a04b02644c9e7d90a4f8414902dd0bab369fe98b51329ffbb282f2 [INFO] running `Command { std: "docker" "start" "-a" "85e8b52da3a04b02644c9e7d90a4f8414902dd0bab369fe98b51329ffbb282f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "85e8b52da3a04b02644c9e7d90a4f8414902dd0bab369fe98b51329ffbb282f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85e8b52da3a04b02644c9e7d90a4f8414902dd0bab369fe98b51329ffbb282f2", kill_on_drop: false }` [INFO] [stdout] 85e8b52da3a04b02644c9e7d90a4f8414902dd0bab369fe98b51329ffbb282f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d9ec214b58ba57dd479bada4a6e692c198e0f582575050456e2f6b0f50bedff [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7d9ec214b58ba57dd479bada4a6e692c198e0f582575050456e2f6b0f50bedff", kill_on_drop: false }` [INFO] [stderr] Compiling xmlparser v0.13.2 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling roxmltree v0.10.1 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling chrono v0.4.13 [INFO] [stderr] Compiling bigdecimal v0.1.2 [INFO] [stderr] Compiling xsd10 v0.1.0 (/opt/rustwide/workdir/CXT/xsd10) [INFO] [stdout] warning: field is never read: `annotation` [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | annotation: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `All` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `elements` [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | elements: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `All` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `attributes` [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | attributes: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `All` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `id` [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | id: Id<'a>, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `All` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling wsdl11 v0.1.0 (/opt/rustwide/workdir/WST/wsdl11) [INFO] [stdout] warning: field is never read: `input` [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | input: Input<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `RequestResponseOrOneWayOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `content` [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | content: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RequestResponseOrOneWayOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `output` [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | output: Output<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RequestResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `faults` [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | faults: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RequestResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `output` [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | output: Output<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SolicitResponseOrNotificationOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `content` [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | content: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SolicitResponseOrNotificationOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `input` [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | input: Input<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SolicitResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `faults` [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | faults: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SolicitResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling xsd_onvif v0.1.0 (/opt/rustwide/workdir/examples/xsd_onvif) [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling wsdl_onvif v0.1.0 (/opt/rustwide/workdir/examples/wsdl_onvif) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.56s [INFO] running `Command { std: "docker" "inspect" "7d9ec214b58ba57dd479bada4a6e692c198e0f582575050456e2f6b0f50bedff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d9ec214b58ba57dd479bada4a6e692c198e0f582575050456e2f6b0f50bedff", kill_on_drop: false }` [INFO] [stdout] 7d9ec214b58ba57dd479bada4a6e692c198e0f582575050456e2f6b0f50bedff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c50c665de0ba070f654a3c5fe9d03be9c7ac3b94f204def93d8ccfca0f0630f3 [INFO] running `Command { std: "docker" "start" "-a" "c50c665de0ba070f654a3c5fe9d03be9c7ac3b94f204def93d8ccfca0f0630f3", kill_on_drop: false }` [INFO] [stderr] Compiling xsd10 v0.1.0 (/opt/rustwide/workdir/CXT/xsd10) [INFO] [stderr] Compiling wsdl11 v0.1.0 (/opt/rustwide/workdir/WST/wsdl11) [INFO] [stderr] Compiling xsd_onvif v0.1.0 (/opt/rustwide/workdir/examples/xsd_onvif) [INFO] [stderr] Compiling wsdl_onvif v0.1.0 (/opt/rustwide/workdir/examples/wsdl_onvif) [INFO] [stdout] warning: field is never read: `annotation` [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | annotation: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `All` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `elements` [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | elements: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `All` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `attributes` [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | attributes: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `All` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `id` [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | id: Id<'a>, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `All` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `input` [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | input: Input<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `RequestResponseOrOneWayOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `content` [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | content: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RequestResponseOrOneWayOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `output` [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | output: Output<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RequestResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `faults` [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | faults: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RequestResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `output` [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | output: Output<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SolicitResponseOrNotificationOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `content` [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | content: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SolicitResponseOrNotificationOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `input` [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | input: Input<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SolicitResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `faults` [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | faults: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SolicitResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `input` [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | input: Input<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `RequestResponseOrOneWayOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `content` [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | content: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RequestResponseOrOneWayOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `output` [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | output: Output<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RequestResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `faults` [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | faults: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RequestResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `output` [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | output: Output<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SolicitResponseOrNotificationOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `content` [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | content: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SolicitResponseOrNotificationOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:19:10 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `input` [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | input: Input<'a>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SolicitResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `faults` [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | faults: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SolicitResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `annotation` [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | annotation: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `All` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `elements` [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | elements: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `All` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `attributes` [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | attributes: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `All` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `id` [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | id: Id<'a>, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `All` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> CXT/xsd10/src/model/elements/all.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.34s [INFO] running `Command { std: "docker" "inspect" "c50c665de0ba070f654a3c5fe9d03be9c7ac3b94f204def93d8ccfca0f0630f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c50c665de0ba070f654a3c5fe9d03be9c7ac3b94f204def93d8ccfca0f0630f3", kill_on_drop: false }` [INFO] [stdout] c50c665de0ba070f654a3c5fe9d03be9c7ac3b94f204def93d8ccfca0f0630f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f55fdc0c447dd0846cd65eac11f51ef88c84098fead55f50df708df8a4c7e1a7 [INFO] running `Command { std: "docker" "start" "-a" "f55fdc0c447dd0846cd65eac11f51ef88c84098fead55f50df708df8a4c7e1a7", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `annotation` [INFO] [stderr] --> CXT/xsd10/src/model/elements/all.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | annotation: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `All` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> CXT/xsd10/src/model/elements/all.rs:30:10 [INFO] [stderr] | [INFO] [stderr] 30 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `elements` [INFO] [stderr] --> CXT/xsd10/src/model/elements/all.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | elements: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `All` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> CXT/xsd10/src/model/elements/all.rs:30:10 [INFO] [stderr] | [INFO] [stderr] 30 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `attributes` [INFO] [stderr] --> CXT/xsd10/src/model/elements/all.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | attributes: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `All` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> CXT/xsd10/src/model/elements/all.rs:30:10 [INFO] [stderr] | [INFO] [stderr] 30 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `id` [INFO] [stderr] --> CXT/xsd10/src/model/elements/all.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | id: Id<'a>, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `All` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> CXT/xsd10/src/model/elements/all.rs:30:10 [INFO] [stderr] | [INFO] [stderr] 30 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `xsd10` (lib) generated 4 warnings [INFO] [stderr] warning: `xsd10` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] warning: field is never read: `input` [INFO] [stderr] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | input: Input<'a>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `RequestResponseOrOneWayOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:19:10 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `content` [INFO] [stderr] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | content: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RequestResponseOrOneWayOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:19:10 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `output` [INFO] [stderr] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | output: Output<'a>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RequestResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:25:10 [INFO] [stderr] | [INFO] [stderr] 25 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `faults` [INFO] [stderr] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | faults: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RequestResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> WST/wsdl11/src/model/groups/request_response_or_one_way_operation.rs:25:10 [INFO] [stderr] | [INFO] [stderr] 25 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `output` [INFO] [stderr] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | output: Output<'a>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SolicitResponseOrNotificationOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:19:10 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `content` [INFO] [stderr] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | content: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SolicitResponseOrNotificationOperation` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:19:10 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `input` [INFO] [stderr] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | input: Input<'a>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SolicitResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:25:10 [INFO] [stderr] | [INFO] [stderr] 25 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `faults` [INFO] [stderr] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 28 | faults: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SolicitResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> WST/wsdl11/src/model/groups/solicit_response_or_notification_operation.rs:25:10 [INFO] [stderr] | [INFO] [stderr] 25 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `wsdl11` (lib) generated 8 warnings [INFO] [stderr] warning: `wsdl11` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/wsdl11-2d87011f1207c5af) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test xml_to_wsdl::definitions::test::test_definititions ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/wsdl_onvif-6217a350d80715b1) [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] Running unittests (/opt/rustwide/target/debug/deps/xsd10-3dfc0c242d6a28f0) [INFO] [stdout] [INFO] [stdout] running 69 tests [INFO] [stdout] test model::simple_types::boolean::tests::test_invalid_values ... ok [INFO] [stdout] test model::simple_types::byte::tests::test_invalid_values ... ok [INFO] [stdout] test model::simple_types::boolean::tests::test_valid_values ... ok [INFO] [stdout] test model::simple_types::deriviation_control::test::test_parse ... ok [INFO] [stdout] test model::simple_types::gmonth::tests::gmonth_display_test ... ok [INFO] [stdout] test model::simple_types::gmonth::tests::gmonth_parse_test ... ok [INFO] [stdout] test model::simple_types::duration::tests::duration_parsing_test ... ok [INFO] [stdout] test model::simple_types::gday::tests::gday_parse_test ... ok [INFO] [stdout] test model::simple_types::gday::tests::gday_display_test ... ok [INFO] [stdout] test model::simple_types::datetime::tests::datetime_parse_test ... ok [INFO] [stdout] test model::simple_types::gmonthday::tests::gmonthday_parse_test ... ok [INFO] [stdout] test model::simple_types::gyear::tests::gyear_parse_test ... ok [INFO] [stdout] test model::simple_types::gyear::tests::gyear_display_test ... ok [INFO] [stdout] test model::simple_types::gyearmonth::tests::gyearmonth_display_test ... ok [INFO] [stdout] test model::simple_types::gmonthday::tests::gmonthday_display_test ... ok [INFO] [stdout] test model::simple_types::gyearmonth::tests::gyearmonth_parse_test ... ok [INFO] [stdout] test model::simple_types::byte::tests::test_valid_values ... ok [INFO] [stdout] test model::simple_types::date::tests::date_display_test ... ok [INFO] [stdout] test model::simple_types::datetime::tests::datetime_display_test ... ok [INFO] [stdout] test model::simple_types::date::tests::date_parse_test ... ok [INFO] [stdout] test model::simple_types::integer::tests::integer_display_test ... ok [INFO] [stdout] test model::simple_types::integer::tests::integer_parse_test ... ok [INFO] [stdout] test model::simple_types::negative_integer::tests::negative_integer_display_test ... ok [INFO] [stdout] test model::simple_types::negative_integer::tests::negative_integer_parse_test ... ok [INFO] [stdout] test model::simple_types::non_negative_integer::tests::non_negative_integer_display_test ... ok [INFO] [stdout] test model::simple_types::non_negative_integer::tests::non_negative_integer_parse_test ... ok [INFO] [stdout] test model::simple_types::non_positive_integer::tests::non_positive_integer_display_test ... ok [INFO] [stdout] test model::simple_types::non_positive_integer::tests::non_positive_integer_parse_test ... ok [INFO] [stdout] test model::simple_types::positive_integer::tests::positive_integer_display_test ... ok [INFO] [stdout] test model::simple_types::positive_integer::tests::positive_integer_parse_test ... ok [INFO] [stdout] test model::simple_types::simple_derivation_set::test::test ... ok [INFO] [stdout] test model::simple_types::time::tests::time_display_test ... ok [INFO] [stdout] test model::simple_types::time::tests::time_parse_test ... ok [INFO] [stdout] test xml_to_xsd::annotation::test::test_parse ... ok [INFO] [stdout] test xml_to_xsd::any::test::test_parse ... ok [INFO] [stdout] test xml_to_xsd::any_attribute::test::test_parse ... ok [INFO] [stdout] test xml_to_xsd::app_info::test::test_parse ... ok [INFO] [stdout] test xml_to_xsd::attr_decls::test::test_parse ... ok [INFO] [stdout] test xml_to_xsd::complex_restriction::test::test_only_attr_decls ... ok [INFO] [stdout] test xml_to_xsd::complex_restriction::test::test_full ... ok [INFO] [stdout] test xml_to_xsd::complex_type_model::test::test_parse_complex_content ... ok [INFO] [stdout] test xml_to_xsd::complex_type_model::test::test_parse_simple_content ... ok [INFO] [stdout] test xml_to_xsd::documentation::test::test_documentation_parse ... ok [INFO] [stdout] test xml_to_xsd::import::test::test_parse ... ok [INFO] [stdout] test xml_to_xsd::extension::test::test_empty ... ok [INFO] [stdout] test xml_to_xsd::include::test::test_parse ... ok [INFO] [stdout] test xml_to_xsd::restriction::test::test_parse_restriction ... ok [INFO] [stdout] test xml_to_xsd::complex_restriction::test::test_empty ... ok [INFO] [stdout] test xml_to_xsd::extension::test::test ... ok [INFO] [stdout] test xml_to_xsd::restriction::test::test_parse_restriction_invalid_node ... ok [INFO] [stdout] test xml_to_xsd::tests::onvif_files_test::test_include ... ok [INFO] [stdout] test xml_to_xsd::simple_restriction_model::test::test_parse ... ok [INFO] [stdout] test xml_to_xsd::complex_type_model::test::test_parse_content ... ok [INFO] [stdout] test xml_to_xsd::complex_type_model::test::test_skip_annotation ... ok [INFO] [stdout] test xml_to_xsd::complex_type_model::test::test_skip_annotation2 ... ok [INFO] [stdout] test xml_to_xsd::explicit_group::test::test_parse ... ok [INFO] [stdout] test xml_to_xsd::list::test::test_parse ... ok [INFO] [stdout] test xml_to_xsd::schema_set::test::test_one_scheme ... ok [INFO] [stdout] test xml_to_xsd::tests::complex_type::test::test_top_level_complex_type ... ok [INFO] [stdout] test xml_to_xsd::simple_type::test::test_top_level_simple_type_parse ... ok [INFO] [stdout] test xml_to_xsd::tests::onvif_files_test::test_ws_discovery ... ok [INFO] [stdout] test xml_to_xsd::tests::schema::test::test_parse_document ... ok [INFO] [stdout] test xml_to_xsd::top_level_complex_type::test::test_top_level_complex_type_parse ... ok [INFO] [stdout] test xml_to_xsd::tests::onvif_files_test::test_b2 ... ok [INFO] [stdout] test xml_to_xsd::tests::onvif_files_test::test_common ... ok [INFO] [stdout] test xml_to_xsd::schema_set::test::test_many_schemes ... ok [INFO] [stdout] test xml_to_xsd::union::test::test_parse ... ok [INFO] [stdout] test xml_to_xsd::tests::onvif_files_test::test_humanbody ... ok [INFO] [stdout] test xml_to_xsd::tests::onvif_files_test::test_onvif ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 69 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/xsd_onvif-6dfe16cb46cb8af3) [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 wsdl11 [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 xsd10 [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" "f55fdc0c447dd0846cd65eac11f51ef88c84098fead55f50df708df8a4c7e1a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f55fdc0c447dd0846cd65eac11f51ef88c84098fead55f50df708df8a4c7e1a7", kill_on_drop: false }` [INFO] [stdout] f55fdc0c447dd0846cd65eac11f51ef88c84098fead55f50df708df8a4c7e1a7