[INFO] fetching crate except-plugin 0.0.1...
[INFO] testing except-plugin-0.0.1 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate except-plugin 0.0.1 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate except-plugin 0.0.1 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate except-plugin 0.0.1
[INFO] finished tweaking crates.io crate except-plugin 0.0.1
[INFO] tweaked toml for crates.io crate except-plugin 0.0.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 84325f601973d88eea6d2eaa14e8e9dd3e7e643cb0c0daacd72d836a651c31f3
[INFO] running `Command { std: "docker" "start" "-a" "84325f601973d88eea6d2eaa14e8e9dd3e7e643cb0c0daacd72d836a651c31f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "84325f601973d88eea6d2eaa14e8e9dd3e7e643cb0c0daacd72d836a651c31f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84325f601973d88eea6d2eaa14e8e9dd3e7e643cb0c0daacd72d836a651c31f3", kill_on_drop: false }`
[INFO] [stdout] 84325f601973d88eea6d2eaa14e8e9dd3e7e643cb0c0daacd72d836a651c31f3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cce93bdab8801ff6c7dabfce158f6911dd4c4d4c6e999b197e494de5bb62f631
[INFO] running `Command { std: "docker" "start" "-a" "cce93bdab8801ff6c7dabfce158f6911dd4c4d4c6e999b197e494de5bb62f631", kill_on_drop: false }`
[INFO] [stderr]    Compiling except-plugin v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `NO_DB` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:183:5
[INFO] [stdout]     |
[INFO] [stdout] 183 |     NO_DB,
[INFO] [stdout]     |     ^^^^^ help: convert the identifier to upper camel case: `NoDb`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Table` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:185:5
[INFO] [stdout]     |
[INFO] [stdout] 185 |     NO_Table,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to upper camel case: `NoTable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Column` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout] 187 |     NO_Column,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to upper camel case: `NoColumn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Rows` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:189:5
[INFO] [stdout]     |
[INFO] [stdout] 189 |     NO_Rows,
[INFO] [stdout]     |     ^^^^^^^ help: convert the identifier to upper camel case: `NoRows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Auth` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:193:5
[INFO] [stdout]     |
[INFO] [stdout] 193 |     NO_Auth,
[INFO] [stdout]     |     ^^^^^^^ help: convert the identifier to upper camel case: `NoAuth`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Namespace` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     NO_Namespace,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `NoNamespace`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/core/mod.rs:85:26
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub struct ExceptionCode(u32);
[INFO] [stdout]    |            ------------- ^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub struct ExceptionCode(());
[INFO] [stdout]    |                          ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ILLEGAL_ARG_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const ILLEGAL_ARG_MSG: &str = "IllegalArgumentException: your current input parameter is illegal, please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ILLEGAL_STATE_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub const ILLEGAL_STATE_MSG: &str = "IllegalStateException: current status is illegal , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `IO_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const IO_MSG: &str = "IOException: if you see this exception , current read write operation exception , please check!";
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FILE_NOT_FOUND_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub const FILE_NOT_FOUND_MSG: &str = "FileNotFoundException: unable to find the target file currently , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INTERRUPTED_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const INTERRUPTED_MSG: &str = "InterruptedException: the current thread is in a waiting or sleeping state , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CLASSCAST_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub const CLASSCAST_MSG: &str = "ClassCastException: class conversion exception, , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEFINE_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const DEFINE_MSG: &str = "DefineException: this is the default exception , you should reset it!";
[INFO] [stdout]    |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 14 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
[INFO] running `Command { std: "docker" "inspect" "cce93bdab8801ff6c7dabfce158f6911dd4c4d4c6e999b197e494de5bb62f631", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cce93bdab8801ff6c7dabfce158f6911dd4c4d4c6e999b197e494de5bb62f631", kill_on_drop: false }`
[INFO] [stdout] cce93bdab8801ff6c7dabfce158f6911dd4c4d4c6e999b197e494de5bb62f631
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 701e1584011b87d8734aefc48a448da6dd0cf0abe4a6ad2ad2ecd5d1f4ab0ad1
[INFO] running `Command { std: "docker" "start" "-a" "701e1584011b87d8734aefc48a448da6dd0cf0abe4a6ad2ad2ecd5d1f4ab0ad1", kill_on_drop: false }`
[INFO] [stdout] warning: variant `NO_DB` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:183:5
[INFO] [stdout]     |
[INFO] [stdout] 183 |     NO_DB,
[INFO] [stdout]     |     ^^^^^ help: convert the identifier to upper camel case: `NoDb`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Table` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:185:5
[INFO] [stdout]     |
[INFO] [stdout] 185 |     NO_Table,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to upper camel case: `NoTable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Column` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout] 187 |     NO_Column,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to upper camel case: `NoColumn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Rows` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:189:5
[INFO] [stdout]     |
[INFO] [stdout] 189 |     NO_Rows,
[INFO] [stdout]     |     ^^^^^^^ help: convert the identifier to upper camel case: `NoRows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Auth` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:193:5
[INFO] [stdout]     |
[INFO] [stdout] 193 |     NO_Auth,
[INFO] [stdout]     |     ^^^^^^^ help: convert the identifier to upper camel case: `NoAuth`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Namespace` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     NO_Namespace,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `NoNamespace`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/core/mod.rs:85:26
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub struct ExceptionCode(u32);
[INFO] [stdout]    |            ------------- ^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub struct ExceptionCode(());
[INFO] [stdout]    |                          ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ILLEGAL_ARG_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const ILLEGAL_ARG_MSG: &str = "IllegalArgumentException: your current input parameter is illegal, please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ILLEGAL_STATE_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub const ILLEGAL_STATE_MSG: &str = "IllegalStateException: current status is illegal , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `IO_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const IO_MSG: &str = "IOException: if you see this exception , current read write operation exception , please check!";
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FILE_NOT_FOUND_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub const FILE_NOT_FOUND_MSG: &str = "FileNotFoundException: unable to find the target file currently , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INTERRUPTED_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const INTERRUPTED_MSG: &str = "InterruptedException: the current thread is in a waiting or sleeping state , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CLASSCAST_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub const CLASSCAST_MSG: &str = "ClassCastException: class conversion exception, , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEFINE_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const DEFINE_MSG: &str = "DefineException: this is the default exception , you should reset it!";
[INFO] [stdout]    |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 14 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling except-plugin v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `NO_DB` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:183:5
[INFO] [stdout]     |
[INFO] [stdout] 183 |     NO_DB,
[INFO] [stdout]     |     ^^^^^ help: convert the identifier to upper camel case: `NoDb`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Table` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:185:5
[INFO] [stdout]     |
[INFO] [stdout] 185 |     NO_Table,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to upper camel case: `NoTable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Column` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout] 187 |     NO_Column,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to upper camel case: `NoColumn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Rows` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:189:5
[INFO] [stdout]     |
[INFO] [stdout] 189 |     NO_Rows,
[INFO] [stdout]     |     ^^^^^^^ help: convert the identifier to upper camel case: `NoRows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Auth` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:193:5
[INFO] [stdout]     |
[INFO] [stdout] 193 |     NO_Auth,
[INFO] [stdout]     |     ^^^^^^^ help: convert the identifier to upper camel case: `NoAuth`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Namespace` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     NO_Namespace,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `NoNamespace`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/core/mod.rs:85:26
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub struct ExceptionCode(u32);
[INFO] [stdout]    |            ------------- ^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub struct ExceptionCode(());
[INFO] [stdout]    |                          ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ILLEGAL_ARG_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const ILLEGAL_ARG_MSG: &str = "IllegalArgumentException: your current input parameter is illegal, please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ILLEGAL_STATE_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub const ILLEGAL_STATE_MSG: &str = "IllegalStateException: current status is illegal , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `IO_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const IO_MSG: &str = "IOException: if you see this exception , current read write operation exception , please check!";
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FILE_NOT_FOUND_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub const FILE_NOT_FOUND_MSG: &str = "FileNotFoundException: unable to find the target file currently , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INTERRUPTED_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const INTERRUPTED_MSG: &str = "InterruptedException: the current thread is in a waiting or sleeping state , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CLASSCAST_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub const CLASSCAST_MSG: &str = "ClassCastException: class conversion exception, , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEFINE_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const DEFINE_MSG: &str = "DefineException: this is the default exception , you should reset it!";
[INFO] [stdout]    |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 14 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.42s
[INFO] running `Command { std: "docker" "inspect" "701e1584011b87d8734aefc48a448da6dd0cf0abe4a6ad2ad2ecd5d1f4ab0ad1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "701e1584011b87d8734aefc48a448da6dd0cf0abe4a6ad2ad2ecd5d1f4ab0ad1", kill_on_drop: false }`
[INFO] [stdout] 701e1584011b87d8734aefc48a448da6dd0cf0abe4a6ad2ad2ecd5d1f4ab0ad1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a5213bb6ac78fb661af1b74bdf18f4b03bc0f05971d465f04abb9c2a2902adec
[INFO] running `Command { std: "docker" "start" "-a" "a5213bb6ac78fb661af1b74bdf18f4b03bc0f05971d465f04abb9c2a2902adec", kill_on_drop: false }`
[INFO] [stderr] warning: variant `NO_DB` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:183:5
[INFO] [stderr]     |
[INFO] [stderr] 183 |     NO_DB,
[INFO] [stderr]     |     ^^^^^ help: convert the identifier to upper camel case: `NoDb`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variant `NO_Table` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:185:5
[INFO] [stderr]     |
[INFO] [stderr] 185 |     NO_Table,
[INFO] [stderr]     |     ^^^^^^^^ help: convert the identifier to upper camel case: `NoTable`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `NO_Column` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:187:5
[INFO] [stderr]     |
[INFO] [stderr] 187 |     NO_Column,
[INFO] [stderr]     |     ^^^^^^^^^ help: convert the identifier to upper camel case: `NoColumn`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `NO_Rows` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:189:5
[INFO] [stderr]     |
[INFO] [stderr] 189 |     NO_Rows,
[INFO] [stderr]     |     ^^^^^^^ help: convert the identifier to upper camel case: `NoRows`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `NO_Auth` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:193:5
[INFO] [stderr]     |
[INFO] [stderr] 193 |     NO_Auth,
[INFO] [stderr]     |     ^^^^^^^ help: convert the identifier to upper camel case: `NoAuth`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `NO_Namespace` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:195:5
[INFO] [stderr]     |
[INFO] [stderr] 195 |     NO_Namespace,
[INFO] [stderr]     |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `NoNamespace`
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/core/mod.rs:85:26
[INFO] [stderr]    |
[INFO] [stderr] 85 | pub struct ExceptionCode(u32);
[INFO] [stderr]    |            ------------- ^^^
[INFO] [stderr]    |            |
[INFO] [stderr]    |            field in this struct
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 85 | pub struct ExceptionCode(());
[INFO] [stderr]    |                          ~~
[INFO] [stderr] 
[INFO] [stderr] warning: constant `ILLEGAL_ARG_MSG` is never used
[INFO] [stderr]   --> src/core/e_msg.rs:14:11
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub const ILLEGAL_ARG_MSG: &str = "IllegalArgumentException: your current input parameter is illegal, please check!";
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `ILLEGAL_STATE_MSG` is never used
[INFO] [stderr]   --> src/core/e_msg.rs:15:11
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub const ILLEGAL_STATE_MSG: &str = "IllegalStateException: current status is illegal , please check!";
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `IO_MSG` is never used
[INFO] [stderr]   --> src/core/e_msg.rs:16:11
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub const IO_MSG: &str = "IOException: if you see this exception , current read write operation exception , please check!";
[INFO] [stderr]    |           ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `FILE_NOT_FOUND_MSG` is never used
[INFO] [stderr]   --> src/core/e_msg.rs:17:11
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub const FILE_NOT_FOUND_MSG: &str = "FileNotFoundException: unable to find the target file currently , please check!";
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `INTERRUPTED_MSG` is never used
[INFO] [stderr]   --> src/core/e_msg.rs:19:11
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub const INTERRUPTED_MSG: &str = "InterruptedException: the current thread is in a waiting or sleeping state , please check!";
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `CLASSCAST_MSG` is never used
[INFO] [stderr]   --> src/core/e_msg.rs:20:11
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub const CLASSCAST_MSG: &str = "ClassCastException: class conversion exception, , please check!";
[INFO] [stderr]    |           ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `DEFINE_MSG` is never used
[INFO] [stderr]   --> src/core/e_msg.rs:22:11
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub const DEFINE_MSG: &str = "DefineException: this is the default exception , you should reset it!";
[INFO] [stderr]    |           ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `except-plugin` (lib) generated 14 warnings
[INFO] [stderr] warning: `except-plugin` (lib test) generated 14 warnings (14 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/except_plugin-61fe6115bcea32e1)
[INFO] [stderr]    Doc-tests except_plugin
[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] warning: variant `NO_DB` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:183:5
[INFO] [stderr]     |
[INFO] [stderr] 183 |     NO_DB,
[INFO] [stderr]     |     ^^^^^ help: convert the identifier to upper camel case: `NoDb`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variant `NO_Table` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:185:5
[INFO] [stderr]     |
[INFO] [stderr] 185 |     NO_Table,
[INFO] [stderr]     |     ^^^^^^^^ help: convert the identifier to upper camel case: `NoTable`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `NO_Column` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:187:5
[INFO] [stderr]     |
[INFO] [stderr] 187 |     NO_Column,
[INFO] [stderr]     |     ^^^^^^^^^ help: convert the identifier to upper camel case: `NoColumn`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `NO_Rows` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:189:5
[INFO] [stderr]     |
[INFO] [stderr] 189 |     NO_Rows,
[INFO] [stderr]     |     ^^^^^^^ help: convert the identifier to upper camel case: `NoRows`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `NO_Auth` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:193:5
[INFO] [stderr]     |
[INFO] [stderr] 193 |     NO_Auth,
[INFO] [stderr]     |     ^^^^^^^ help: convert the identifier to upper camel case: `NoAuth`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `NO_Namespace` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:195:5
[INFO] [stderr]     |
[INFO] [stderr] 195 |     NO_Namespace,
[INFO] [stderr]     |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `NoNamespace`
[INFO] [stderr] 
[INFO] [stderr] warning: 6 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test src/core/flex_impl.rs - core::flex_impl::FromBuilder (line 65) ... FAILED
[INFO] [stdout] test src/core/flex_impl.rs - core::flex_impl::DerefException (line 49) ... FAILED
[INFO] [stdout] test src/core/flex_impl.rs - core::flex_impl::NewFrom (line 20) ... FAILED
[INFO] [stdout] test src/core/flex_impl.rs - core::flex_impl::builder_impl (line 137) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 29) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 57) ... ok
[INFO] [stdout] test src/core/mod.rs - core::SuperException (line 211) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/core/flex_impl.rs - core::flex_impl::FromBuilder (line 65) stdout ----
[INFO] [stdout] error[E0405]: cannot find trait `FromBuilder` in this scope
[INFO] [stdout]  --> src/core/flex_impl.rs:66:6
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl FromBuilder for SuperException {
[INFO] [stdout]   |      ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::FromBuilder;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SuperException` in this scope
[INFO] [stdout]  --> src/core/flex_impl.rs:66:22
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl FromBuilder for SuperException {
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::SuperException;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SuperException` in this scope
[INFO] [stdout]  --> src/core/flex_impl.rs:67:19
[INFO] [stdout]   |
[INFO] [stdout] 4 |     type Output = SuperException;
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::SuperException;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SuperBuilder` in this scope
[INFO] [stdout]  --> src/core/flex_impl.rs:68:18
[INFO] [stdout]   |
[INFO] [stdout] 5 |     type Input = SuperBuilder;
[INFO] [stdout]   |                  ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::SuperBuilder;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0412.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core/flex_impl.rs - core::flex_impl::DerefException (line 49) stdout ----
[INFO] [stdout] error[E0405]: cannot find trait `DerefException` in this scope
[INFO] [stdout]  --> src/core/flex_impl.rs:50:6
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl DerefException for SuperException {
[INFO] [stdout]   |      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::DerefException;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SuperException` in this scope
[INFO] [stdout]  --> src/core/flex_impl.rs:50:25
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl DerefException for SuperException {
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::SuperException;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `SuperException` in this scope
[INFO] [stdout]  --> src/core/flex_impl.rs:52:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |         SuperException {
[INFO] [stdout]   |         ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::SuperException;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0422.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core/flex_impl.rs - core::flex_impl::NewFrom (line 20) stdout ----
[INFO] [stdout] error[E0405]: cannot find trait `NewFrom` in this scope
[INFO] [stdout]  --> src/core/flex_impl.rs:21:6
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl NewFrom for SuperException {
[INFO] [stdout]   |      ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::NewFrom;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SuperException` in this scope
[INFO] [stdout]  --> src/core/flex_impl.rs:21:18
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl NewFrom for SuperException {
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::SuperException;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SuperBuilder` in this scope
[INFO] [stdout]  --> src/core/flex_impl.rs:22:20
[INFO] [stdout]   |
[INFO] [stdout] 4 |     type Builder = SuperBuilder;
[INFO] [stdout]   |                    ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::SuperBuilder;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SuperBuilder`
[INFO] [stdout]  --> src/core/flex_impl.rs:25:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |         SuperBuilder::new()
[INFO] [stdout]   |         ^^^^^^^^^^^^ use of undeclared type `SuperBuilder`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::SuperBuilder;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Exception` in this scope
[INFO] [stdout]  --> src/core/flex_impl.rs:27:24
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn from(e: Box<dyn Exception>) -> Self where Self: Sized {
[INFO] [stdout]   |                        ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::Exception;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `SuperException` in this scope
[INFO] [stdout]   --> src/core/flex_impl.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         SuperException {
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 2  + use except_plugin::SuperException;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core/flex_impl.rs - core::flex_impl::builder_impl (line 137) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `crate::builder_impl`
[INFO] [stdout]  --> src/core/flex_impl.rs:138:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::builder_impl;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^ no `builder_impl` in the root
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 29) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `except_plugin::easy_e`
[INFO] [stdout]   --> src/lib.rs:36:66
[INFO] [stdout]    |
[INFO] [stdout] 10 |     DerefException, Exception, TargetParamImpl, CommonParamImpl, easy_e,
[INFO] [stdout]    |                                                                  ^^^^^^ no `easy_e` in the root
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/core/flex_impl.rs - core::flex_impl::DerefException (line 49)
[INFO] [stdout]     src/core/flex_impl.rs - core::flex_impl::FromBuilder (line 65)
[INFO] [stdout]     src/core/flex_impl.rs - core::flex_impl::NewFrom (line 20)
[INFO] [stdout]     src/core/flex_impl.rs - core::flex_impl::builder_impl (line 137)
[INFO] [stdout]     src/lib.rs - (line 29)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.43s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "a5213bb6ac78fb661af1b74bdf18f4b03bc0f05971d465f04abb9c2a2902adec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5213bb6ac78fb661af1b74bdf18f4b03bc0f05971d465f04abb9c2a2902adec", kill_on_drop: false }`
[INFO] [stdout] a5213bb6ac78fb661af1b74bdf18f4b03bc0f05971d465f04abb9c2a2902adec
[INFO] testing except-plugin-0.0.1 against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] extracting crate except-plugin 0.0.1 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate except-plugin 0.0.1 on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate except-plugin 0.0.1
[INFO] finished tweaking crates.io crate except-plugin 0.0.1
[INFO] tweaked toml for crates.io crate except-plugin 0.0.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ec3ced0fa99faa38dbfaf78f6f4d2c6b351207c582d1a9d4f33cc5e1772d69ac
[INFO] running `Command { std: "docker" "start" "-a" "ec3ced0fa99faa38dbfaf78f6f4d2c6b351207c582d1a9d4f33cc5e1772d69ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec3ced0fa99faa38dbfaf78f6f4d2c6b351207c582d1a9d4f33cc5e1772d69ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec3ced0fa99faa38dbfaf78f6f4d2c6b351207c582d1a9d4f33cc5e1772d69ac", kill_on_drop: false }`
[INFO] [stdout] ec3ced0fa99faa38dbfaf78f6f4d2c6b351207c582d1a9d4f33cc5e1772d69ac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ea9d7229414cba8b3bee3726981e783eb31f1b2dbbd6fd523e1d1699abbcd684
[INFO] running `Command { std: "docker" "start" "-a" "ea9d7229414cba8b3bee3726981e783eb31f1b2dbbd6fd523e1d1699abbcd684", kill_on_drop: false }`
[INFO] [stderr]    Compiling except-plugin v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `NO_DB` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:183:5
[INFO] [stdout]     |
[INFO] [stdout] 183 |     NO_DB,
[INFO] [stdout]     |     ^^^^^ help: convert the identifier to upper camel case: `NoDb`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Table` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:185:5
[INFO] [stdout]     |
[INFO] [stdout] 185 |     NO_Table,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to upper camel case: `NoTable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Column` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout] 187 |     NO_Column,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to upper camel case: `NoColumn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Rows` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:189:5
[INFO] [stdout]     |
[INFO] [stdout] 189 |     NO_Rows,
[INFO] [stdout]     |     ^^^^^^^ help: convert the identifier to upper camel case: `NoRows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Auth` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:193:5
[INFO] [stdout]     |
[INFO] [stdout] 193 |     NO_Auth,
[INFO] [stdout]     |     ^^^^^^^ help: convert the identifier to upper camel case: `NoAuth`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Namespace` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     NO_Namespace,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `NoNamespace`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/core/mod.rs:85:26
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub struct ExceptionCode(u32);
[INFO] [stdout]    |            ------------- ^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub struct ExceptionCode(());
[INFO] [stdout]    |                          ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ILLEGAL_ARG_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const ILLEGAL_ARG_MSG: &str = "IllegalArgumentException: your current input parameter is illegal, please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ILLEGAL_STATE_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub const ILLEGAL_STATE_MSG: &str = "IllegalStateException: current status is illegal , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `IO_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const IO_MSG: &str = "IOException: if you see this exception , current read write operation exception , please check!";
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FILE_NOT_FOUND_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub const FILE_NOT_FOUND_MSG: &str = "FileNotFoundException: unable to find the target file currently , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INTERRUPTED_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const INTERRUPTED_MSG: &str = "InterruptedException: the current thread is in a waiting or sleeping state , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CLASSCAST_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub const CLASSCAST_MSG: &str = "ClassCastException: class conversion exception, , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEFINE_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const DEFINE_MSG: &str = "DefineException: this is the default exception , you should reset it!";
[INFO] [stdout]    |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
[INFO] [stdout] warning: 14 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ea9d7229414cba8b3bee3726981e783eb31f1b2dbbd6fd523e1d1699abbcd684", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea9d7229414cba8b3bee3726981e783eb31f1b2dbbd6fd523e1d1699abbcd684", kill_on_drop: false }`
[INFO] [stdout] ea9d7229414cba8b3bee3726981e783eb31f1b2dbbd6fd523e1d1699abbcd684
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e699265c87e214eceaea65b8c3b2041e0b43617cf0a38d535deffd8f6a8d59d9
[INFO] running `Command { std: "docker" "start" "-a" "e699265c87e214eceaea65b8c3b2041e0b43617cf0a38d535deffd8f6a8d59d9", kill_on_drop: false }`
[INFO] [stdout] warning: variant `NO_DB` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:183:5
[INFO] [stdout]     |
[INFO] [stdout] 183 |     NO_DB,
[INFO] [stdout]     |     ^^^^^ help: convert the identifier to upper camel case: `NoDb`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Table` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:185:5
[INFO] [stdout]     |
[INFO] [stdout] 185 |     NO_Table,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to upper camel case: `NoTable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Column` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout] 187 |     NO_Column,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to upper camel case: `NoColumn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Rows` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:189:5
[INFO] [stdout]     |
[INFO] [stdout] 189 |     NO_Rows,
[INFO] [stdout]     |     ^^^^^^^ help: convert the identifier to upper camel case: `NoRows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Auth` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:193:5
[INFO] [stdout]     |
[INFO] [stdout] 193 |     NO_Auth,
[INFO] [stdout]     |     ^^^^^^^ help: convert the identifier to upper camel case: `NoAuth`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Namespace` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     NO_Namespace,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `NoNamespace`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/core/mod.rs:85:26
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub struct ExceptionCode(u32);
[INFO] [stdout]    |            ------------- ^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub struct ExceptionCode(());
[INFO] [stdout]    |                          ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ILLEGAL_ARG_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const ILLEGAL_ARG_MSG: &str = "IllegalArgumentException: your current input parameter is illegal, please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ILLEGAL_STATE_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub const ILLEGAL_STATE_MSG: &str = "IllegalStateException: current status is illegal , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `IO_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const IO_MSG: &str = "IOException: if you see this exception , current read write operation exception , please check!";
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FILE_NOT_FOUND_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub const FILE_NOT_FOUND_MSG: &str = "FileNotFoundException: unable to find the target file currently , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INTERRUPTED_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const INTERRUPTED_MSG: &str = "InterruptedException: the current thread is in a waiting or sleeping state , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CLASSCAST_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub const CLASSCAST_MSG: &str = "ClassCastException: class conversion exception, , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEFINE_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const DEFINE_MSG: &str = "DefineException: this is the default exception , you should reset it!";
[INFO] [stdout]    |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 14 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling except-plugin v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `NO_DB` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:183:5
[INFO] [stdout]     |
[INFO] [stdout] 183 |     NO_DB,
[INFO] [stdout]     |     ^^^^^ help: convert the identifier to upper camel case: `NoDb`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Table` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:185:5
[INFO] [stdout]     |
[INFO] [stdout] 185 |     NO_Table,
[INFO] [stdout]     |     ^^^^^^^^ help: convert the identifier to upper camel case: `NoTable`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Column` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout] 187 |     NO_Column,
[INFO] [stdout]     |     ^^^^^^^^^ help: convert the identifier to upper camel case: `NoColumn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Rows` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:189:5
[INFO] [stdout]     |
[INFO] [stdout] 189 |     NO_Rows,
[INFO] [stdout]     |     ^^^^^^^ help: convert the identifier to upper camel case: `NoRows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Auth` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:193:5
[INFO] [stdout]     |
[INFO] [stdout] 193 |     NO_Auth,
[INFO] [stdout]     |     ^^^^^^^ help: convert the identifier to upper camel case: `NoAuth`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `NO_Namespace` should have an upper camel case name
[INFO] [stdout]    --> src/core/mod.rs:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 |     NO_Namespace,
[INFO] [stdout]     |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `NoNamespace`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/core/mod.rs:85:26
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub struct ExceptionCode(u32);
[INFO] [stdout]    |            ------------- ^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub struct ExceptionCode(());
[INFO] [stdout]    |                          ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ILLEGAL_ARG_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub const ILLEGAL_ARG_MSG: &str = "IllegalArgumentException: your current input parameter is illegal, please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ILLEGAL_STATE_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub const ILLEGAL_STATE_MSG: &str = "IllegalStateException: current status is illegal , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `IO_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub const IO_MSG: &str = "IOException: if you see this exception , current read write operation exception , please check!";
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `FILE_NOT_FOUND_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub const FILE_NOT_FOUND_MSG: &str = "FileNotFoundException: unable to find the target file currently , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INTERRUPTED_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub const INTERRUPTED_MSG: &str = "InterruptedException: the current thread is in a waiting or sleeping state , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `CLASSCAST_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub const CLASSCAST_MSG: &str = "ClassCastException: class conversion exception, , please check!";
[INFO] [stdout]    |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEFINE_MSG` is never used
[INFO] [stdout]   --> src/core/e_msg.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const DEFINE_MSG: &str = "DefineException: this is the default exception , you should reset it!";
[INFO] [stdout]    |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 14 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s
[INFO] running `Command { std: "docker" "inspect" "e699265c87e214eceaea65b8c3b2041e0b43617cf0a38d535deffd8f6a8d59d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e699265c87e214eceaea65b8c3b2041e0b43617cf0a38d535deffd8f6a8d59d9", kill_on_drop: false }`
[INFO] [stdout] e699265c87e214eceaea65b8c3b2041e0b43617cf0a38d535deffd8f6a8d59d9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] eca305bce93b570b4159cacdbdd4f63332a384f9379595ca05a8d180664268c9
[INFO] running `Command { std: "docker" "start" "-a" "eca305bce93b570b4159cacdbdd4f63332a384f9379595ca05a8d180664268c9", kill_on_drop: false }`
[INFO] [stderr] warning: variant `NO_DB` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:183:5
[INFO] [stderr]     |
[INFO] [stderr] 183 |     NO_DB,
[INFO] [stderr]     |     ^^^^^ help: convert the identifier to upper camel case: `NoDb`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variant `NO_Table` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:185:5
[INFO] [stderr]     |
[INFO] [stderr] 185 |     NO_Table,
[INFO] [stderr]     |     ^^^^^^^^ help: convert the identifier to upper camel case: `NoTable`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `NO_Column` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:187:5
[INFO] [stderr]     |
[INFO] [stderr] 187 |     NO_Column,
[INFO] [stderr]     |     ^^^^^^^^^ help: convert the identifier to upper camel case: `NoColumn`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `NO_Rows` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:189:5
[INFO] [stderr]     |
[INFO] [stderr] 189 |     NO_Rows,
[INFO] [stderr]     |     ^^^^^^^ help: convert the identifier to upper camel case: `NoRows`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `NO_Auth` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:193:5
[INFO] [stderr]     |
[INFO] [stderr] 193 |     NO_Auth,
[INFO] [stderr]     |     ^^^^^^^ help: convert the identifier to upper camel case: `NoAuth`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `NO_Namespace` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:195:5
[INFO] [stderr]     |
[INFO] [stderr] 195 |     NO_Namespace,
[INFO] [stderr]     |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `NoNamespace`
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/core/mod.rs:85:26
[INFO] [stderr]    |
[INFO] [stderr] 85 | pub struct ExceptionCode(u32);
[INFO] [stderr]    |            ------------- ^^^
[INFO] [stderr]    |            |
[INFO] [stderr]    |            field in this struct
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 85 | pub struct ExceptionCode(());
[INFO] [stderr]    |                          ~~
[INFO] [stderr] 
[INFO] [stderr] warning: constant `ILLEGAL_ARG_MSG` is never used
[INFO] [stderr]   --> src/core/e_msg.rs:14:11
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub const ILLEGAL_ARG_MSG: &str = "IllegalArgumentException: your current input parameter is illegal, please check!";
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `ILLEGAL_STATE_MSG` is never used
[INFO] [stderr]   --> src/core/e_msg.rs:15:11
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub const ILLEGAL_STATE_MSG: &str = "IllegalStateException: current status is illegal , please check!";
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `IO_MSG` is never used
[INFO] [stderr]   --> src/core/e_msg.rs:16:11
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub const IO_MSG: &str = "IOException: if you see this exception , current read write operation exception , please check!";
[INFO] [stderr]    |           ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `FILE_NOT_FOUND_MSG` is never used
[INFO] [stderr]   --> src/core/e_msg.rs:17:11
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub const FILE_NOT_FOUND_MSG: &str = "FileNotFoundException: unable to find the target file currently , please check!";
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `INTERRUPTED_MSG` is never used
[INFO] [stderr]   --> src/core/e_msg.rs:19:11
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub const INTERRUPTED_MSG: &str = "InterruptedException: the current thread is in a waiting or sleeping state , please check!";
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `CLASSCAST_MSG` is never used
[INFO] [stderr]   --> src/core/e_msg.rs:20:11
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub const CLASSCAST_MSG: &str = "ClassCastException: class conversion exception, , please check!";
[INFO] [stderr]    |           ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `DEFINE_MSG` is never used
[INFO] [stderr]   --> src/core/e_msg.rs:22:11
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub const DEFINE_MSG: &str = "DefineException: this is the default exception , you should reset it!";
[INFO] [stderr]    |           ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `except-plugin` (lib) generated 14 warnings
[INFO] [stderr] warning: `except-plugin` (lib test) generated 14 warnings (14 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/except_plugin-61fe6115bcea32e1)
[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 except_plugin
[INFO] [stderr] warning: variant `NO_DB` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:183:5
[INFO] [stderr]     |
[INFO] [stderr] 183 |     NO_DB,
[INFO] [stderr]     |     ^^^^^ help: convert the identifier to upper camel case: `NoDb`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variant `NO_Table` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:185:5
[INFO] [stderr]     |
[INFO] [stderr] 185 |     NO_Table,
[INFO] [stderr]     |     ^^^^^^^^ help: convert the identifier to upper camel case: `NoTable`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `NO_Column` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:187:5
[INFO] [stderr]     |
[INFO] [stderr] 187 |     NO_Column,
[INFO] [stderr]     |     ^^^^^^^^^ help: convert the identifier to upper camel case: `NoColumn`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `NO_Rows` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:189:5
[INFO] [stderr]     |
[INFO] [stderr] 189 |     NO_Rows,
[INFO] [stderr]     |     ^^^^^^^ help: convert the identifier to upper camel case: `NoRows`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `NO_Auth` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:193:5
[INFO] [stderr]     |
[INFO] [stderr] 193 |     NO_Auth,
[INFO] [stderr]     |     ^^^^^^^ help: convert the identifier to upper camel case: `NoAuth`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `NO_Namespace` should have an upper camel case name
[INFO] [stderr]    --> src/core/mod.rs:195:5
[INFO] [stderr]     |
[INFO] [stderr] 195 |     NO_Namespace,
[INFO] [stderr]     |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `NoNamespace`
[INFO] [stderr] 
[INFO] [stderr] warning: 6 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test src/lib.rs - (line 29) ... FAILED
[INFO] [stdout] test src/core/flex_impl.rs - core::flex_impl::FromBuilder (line 65) ... FAILED
[INFO] [stdout] test src/core/flex_impl.rs - core::flex_impl::DerefException (line 49) ... FAILED
[INFO] [stdout] test src/core/flex_impl.rs - core::flex_impl::builder_impl (line 137) ... FAILED
[INFO] [stdout] test src/core/flex_impl.rs - core::flex_impl::NewFrom (line 20) ... FAILED
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] test src/core/mod.rs - core::SuperException (line 211) ... ok
[INFO] [stdout] test src/lib.rs - (line 57) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 29) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `except_plugin::easy_e`
[INFO] [stdout]   --> src/lib.rs:36:66
[INFO] [stdout]    |
[INFO] [stdout] 10 |     DerefException, Exception, TargetParamImpl, CommonParamImpl, easy_e,
[INFO] [stdout]    |                                                                  ^^^^^^ no `easy_e` in the root
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core/flex_impl.rs - core::flex_impl::FromBuilder (line 65) stdout ----
[INFO] [stdout] error[E0405]: cannot find trait `FromBuilder` in this scope
[INFO] [stdout]  --> src/core/flex_impl.rs:66:6
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl FromBuilder for SuperException {
[INFO] [stdout]   |      ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::FromBuilder;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SuperException` in this scope
[INFO] [stdout]  --> src/core/flex_impl.rs:66:22
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl FromBuilder for SuperException {
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::SuperException;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SuperException` in this scope
[INFO] [stdout]  --> src/core/flex_impl.rs:67:19
[INFO] [stdout]   |
[INFO] [stdout] 4 |     type Output = SuperException;
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::SuperException;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SuperBuilder` in this scope
[INFO] [stdout]  --> src/core/flex_impl.rs:68:18
[INFO] [stdout]   |
[INFO] [stdout] 5 |     type Input = SuperBuilder;
[INFO] [stdout]   |                  ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::SuperBuilder;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0412.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core/flex_impl.rs - core::flex_impl::DerefException (line 49) stdout ----
[INFO] [stdout] error[E0405]: cannot find trait `DerefException` in this scope
[INFO] [stdout]  --> src/core/flex_impl.rs:50:6
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl DerefException for SuperException {
[INFO] [stdout]   |      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::DerefException;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SuperException` in this scope
[INFO] [stdout]  --> src/core/flex_impl.rs:50:25
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl DerefException for SuperException {
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::SuperException;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `SuperException` in this scope
[INFO] [stdout]  --> src/core/flex_impl.rs:52:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |         SuperException {
[INFO] [stdout]   |         ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::SuperException;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0422.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core/flex_impl.rs - core::flex_impl::builder_impl (line 137) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `crate::builder_impl`
[INFO] [stdout]  --> src/core/flex_impl.rs:138:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::builder_impl;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^ no `builder_impl` in the root
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core/flex_impl.rs - core::flex_impl::NewFrom (line 20) stdout ----
[INFO] [stdout] error[E0405]: cannot find trait `NewFrom` in this scope
[INFO] [stdout]  --> src/core/flex_impl.rs:21:6
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl NewFrom for SuperException {
[INFO] [stdout]   |      ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::NewFrom;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SuperException` in this scope
[INFO] [stdout]  --> src/core/flex_impl.rs:21:18
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl NewFrom for SuperException {
[INFO] [stdout]   |                  ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::SuperException;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SuperBuilder` in this scope
[INFO] [stdout]  --> src/core/flex_impl.rs:22:20
[INFO] [stdout]   |
[INFO] [stdout] 4 |     type Builder = SuperBuilder;
[INFO] [stdout]   |                    ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::SuperBuilder;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SuperBuilder`
[INFO] [stdout]  --> src/core/flex_impl.rs:25:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |         SuperBuilder::new()
[INFO] [stdout]   |         ^^^^^^^^^^^^ use of undeclared type `SuperBuilder`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::SuperBuilder;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Exception` in this scope
[INFO] [stdout]  --> src/core/flex_impl.rs:27:24
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn from(e: Box<dyn Exception>) -> Self where Self: Sized {
[INFO] [stdout]   |                        ^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 2 + use except_plugin::Exception;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `SuperException` in this scope
[INFO] [stdout]   --> src/core/flex_impl.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         SuperException {
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 2  + use except_plugin::SuperException;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/core/flex_impl.rs - core::flex_impl::DerefException (line 49)
[INFO] [stdout]     src/core/flex_impl.rs - core::flex_impl::FromBuilder (line 65)
[INFO] [stdout]     src/core/flex_impl.rs - core::flex_impl::NewFrom (line 20)
[INFO] [stdout]     src/core/flex_impl.rs - core::flex_impl::builder_impl (line 137)
[INFO] [stdout]     src/lib.rs - (line 29)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.43s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "eca305bce93b570b4159cacdbdd4f63332a384f9379595ca05a8d180664268c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eca305bce93b570b4159cacdbdd4f63332a384f9379595ca05a8d180664268c9", kill_on_drop: false }`
[INFO] [stdout] eca305bce93b570b4159cacdbdd4f63332a384f9379595ca05a8d180664268c9
