[INFO] cloning repository https://github.com/liolin/mime [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/liolin/mime" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliolin%2Fmime", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliolin%2Fmime'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c6d7c058c2605cf685892f4c665b640e95fcc079 [INFO] testing liolin/mime against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliolin%2Fmime" "/workspace/builds/worker-19/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-19/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/liolin/mime on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/liolin/mime [INFO] finished tweaking git repo https://github.com/liolin/mime [INFO] tweaked toml for git repo https://github.com/liolin/mime written to /workspace/builds/worker-19/source/Cargo.toml [INFO] crate git repo https://github.com/liolin/mime already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a6d947afdf40b42105beca2f6dde998b477a22cc446f63d27a4909bfa2d7f193 [INFO] running `Command { std: "docker" "start" "-a" "a6d947afdf40b42105beca2f6dde998b477a22cc446f63d27a4909bfa2d7f193", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a6d947afdf40b42105beca2f6dde998b477a22cc446f63d27a4909bfa2d7f193", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6d947afdf40b42105beca2f6dde998b477a22cc446f63d27a4909bfa2d7f193", kill_on_drop: false }` [INFO] [stdout] a6d947afdf40b42105beca2f6dde998b477a22cc446f63d27a4909bfa2d7f193 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 58b18f6cb479a78f47845bd008d18622f0c57a3d162839b102fa5d80f9160ab4 [INFO] running `Command { std: "docker" "start" "-a" "58b18f6cb479a78f47845bd008d18622f0c57a3d162839b102fa5d80f9160ab4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.85 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling mime v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `table_name` [INFO] [stdout] --> src/structure_information/model.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | table_name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ModelData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/structure_information/model.rs:49:10 [INFO] [stdout] | [INFO] [stdout] 49 | #[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: variant is never constructed: `InvalidType` [INFO] [stdout] --> src/structure_information/model.rs:181:5 [INFO] [stdout] | [INFO] [stdout] 181 | InvalidType, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `FieldDefinitionErrorKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/structure_information/model.rs:178:10 [INFO] [stdout] | [INFO] [stdout] 178 | #[derive(Debug, PartialEq)] [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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 42s [INFO] running `Command { std: "docker" "inspect" "58b18f6cb479a78f47845bd008d18622f0c57a3d162839b102fa5d80f9160ab4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58b18f6cb479a78f47845bd008d18622f0c57a3d162839b102fa5d80f9160ab4", kill_on_drop: false }` [INFO] [stdout] 58b18f6cb479a78f47845bd008d18622f0c57a3d162839b102fa5d80f9160ab4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a713c5b43573ce9a61641c8f493e1eef675d30e0f8766d604600d598a035ec6e [INFO] running `Command { std: "docker" "start" "-a" "a713c5b43573ce9a61641c8f493e1eef675d30e0f8766d604600d598a035ec6e", kill_on_drop: false }` [INFO] [stderr] Compiling mime v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `table_name` [INFO] [stdout] --> src/structure_information/model.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | table_name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ModelData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/structure_information/model.rs:49:10 [INFO] [stdout] | [INFO] [stdout] 49 | #[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: variant is never constructed: `InvalidType` [INFO] [stdout] --> src/structure_information/model.rs:181:5 [INFO] [stdout] | [INFO] [stdout] 181 | InvalidType, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `FieldDefinitionErrorKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/structure_information/model.rs:178:10 [INFO] [stdout] | [INFO] [stdout] 178 | #[derive(Debug, PartialEq)] [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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.91s [INFO] running `Command { std: "docker" "inspect" "a713c5b43573ce9a61641c8f493e1eef675d30e0f8766d604600d598a035ec6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a713c5b43573ce9a61641c8f493e1eef675d30e0f8766d604600d598a035ec6e", kill_on_drop: false }` [INFO] [stdout] a713c5b43573ce9a61641c8f493e1eef675d30e0f8766d604600d598a035ec6e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e89f8e87e97f08c7128804049de811cfcd1eb37f4ef460c0d3423281ba8ac9f8 [INFO] running `Command { std: "docker" "start" "-a" "e89f8e87e97f08c7128804049de811cfcd1eb37f4ef460c0d3423281ba8ac9f8", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `table_name` [INFO] [stderr] --> src/structure_information/model.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 53 | table_name: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `ModelData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/structure_information/model.rs:49:10 [INFO] [stderr] | [INFO] [stderr] 49 | #[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: variant is never constructed: `InvalidType` [INFO] [stderr] --> src/structure_information/model.rs:181:5 [INFO] [stderr] | [INFO] [stderr] 181 | InvalidType, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `FieldDefinitionErrorKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/structure_information/model.rs:178:10 [INFO] [stderr] | [INFO] [stderr] 178 | #[derive(Debug, PartialEq)] [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: `mime` (bin "mime" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/mime-e5983a5cc314a40c) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test structure_information::model::test::field_definition_invalid_from_str ... ok [INFO] [stdout] test structure_information::model::test::field_definition_valid_from_str ... ok [INFO] [stdout] test structure_information::model::test::field_viasbility_invalid_from_str ... ok [INFO] [stdout] test structure_information::model::test::field_visibility_format ... ok [INFO] [stdout] test structure_information::model::test::field_visibility_valid_from_str ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e89f8e87e97f08c7128804049de811cfcd1eb37f4ef460c0d3423281ba8ac9f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e89f8e87e97f08c7128804049de811cfcd1eb37f4ef460c0d3423281ba8ac9f8", kill_on_drop: false }` [INFO] [stdout] e89f8e87e97f08c7128804049de811cfcd1eb37f4ef460c0d3423281ba8ac9f8