[INFO] fetching crate postcss 0.0.2... [INFO] testing postcss-0.0.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate postcss 0.0.2 into /workspace/builds/worker-23/source [INFO] validating manifest of crates.io crate postcss 0.0.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate postcss 0.0.2 [INFO] finished tweaking crates.io crate postcss 0.0.2 [INFO] tweaked toml for crates.io crate postcss 0.0.2 written to /workspace/builds/worker-23/source/Cargo.toml [INFO] crate crates.io crate postcss 0.0.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7fa32b909343d3f46232859ddf0ae099e1d39ebc94cfaa397fa3d3c9e0856c80 [INFO] running `Command { std: "docker" "start" "-a" "7fa32b909343d3f46232859ddf0ae099e1d39ebc94cfaa397fa3d3c9e0856c80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7fa32b909343d3f46232859ddf0ae099e1d39ebc94cfaa397fa3d3c9e0856c80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fa32b909343d3f46232859ddf0ae099e1d39ebc94cfaa397fa3d3c9e0856c80", kill_on_drop: false }` [INFO] [stdout] 7fa32b909343d3f46232859ddf0ae099e1d39ebc94cfaa397fa3d3c9e0856c80 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b63116e738bc7c7242f458cae1b86700996b6723aac6eb5ab8661ce50cd8b569 [INFO] running `Command { std: "docker" "start" "-a" "b63116e738bc7c7242f458cae1b86700996b6723aac6eb5ab8661ce50cd8b569", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling ropey v1.3.1 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling postcss v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `line` [INFO] [stdout] --> src/input.rs:15:3 [INFO] [stdout] | [INFO] [stdout] 15 | line: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Position` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/input.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `col` [INFO] [stdout] --> src/input.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 16 | col: u32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Position` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/input.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `type` [INFO] [stdout] --> src/warning.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | r#type: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Warning` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/warning.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `text` [INFO] [stdout] --> src/warning.rs:4:3 [INFO] [stdout] | [INFO] [stdout] 4 | text: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Warning` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/warning.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `line` [INFO] [stdout] --> src/warning.rs:5:3 [INFO] [stdout] | [INFO] [stdout] 5 | line: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Warning` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/warning.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `column` [INFO] [stdout] --> src/warning.rs:6:3 [INFO] [stdout] | [INFO] [stdout] 6 | column: u32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Warning` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/warning.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.57s [INFO] running `Command { std: "docker" "inspect" "b63116e738bc7c7242f458cae1b86700996b6723aac6eb5ab8661ce50cd8b569", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b63116e738bc7c7242f458cae1b86700996b6723aac6eb5ab8661ce50cd8b569", kill_on_drop: false }` [INFO] [stdout] b63116e738bc7c7242f458cae1b86700996b6723aac6eb5ab8661ce50cd8b569 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ee56a89690f38cbcce7e52ccdfbd349645934e2199c169d90ef9e0c49a077964 [INFO] running `Command { std: "docker" "start" "-a" "ee56a89690f38cbcce7e52ccdfbd349645934e2199c169d90ef9e0c49a077964", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling libc v0.2.106 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling pretty_assertions v0.7.2 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stdout] warning: field is never read: `line` [INFO] [stdout] --> src/input.rs:15:3 [INFO] [stdout] | [INFO] [stdout] 15 | line: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Position` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/input.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `col` [INFO] [stdout] --> src/input.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 16 | col: u32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Position` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/input.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `type` [INFO] [stdout] --> src/warning.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | r#type: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Warning` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/warning.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `text` [INFO] [stdout] --> src/warning.rs:4:3 [INFO] [stdout] | [INFO] [stdout] 4 | text: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Warning` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/warning.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `line` [INFO] [stdout] --> src/warning.rs:5:3 [INFO] [stdout] | [INFO] [stdout] 5 | line: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Warning` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/warning.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `column` [INFO] [stdout] --> src/warning.rs:6:3 [INFO] [stdout] | [INFO] [stdout] 6 | column: u32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Warning` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/warning.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling postcss v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `line` [INFO] [stdout] --> src/input.rs:15:3 [INFO] [stdout] | [INFO] [stdout] 15 | line: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Position` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/input.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `col` [INFO] [stdout] --> src/input.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 16 | col: u32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Position` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/input.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `type` [INFO] [stdout] --> src/warning.rs:3:3 [INFO] [stdout] | [INFO] [stdout] 3 | r#type: String, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Warning` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/warning.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `text` [INFO] [stdout] --> src/warning.rs:4:3 [INFO] [stdout] | [INFO] [stdout] 4 | text: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Warning` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/warning.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `line` [INFO] [stdout] --> src/warning.rs:5:3 [INFO] [stdout] | [INFO] [stdout] 5 | line: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Warning` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/warning.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `column` [INFO] [stdout] --> src/warning.rs:6:3 [INFO] [stdout] | [INFO] [stdout] 6 | column: u32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Warning` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/warning.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #[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: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 11.72s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/postcss-7a1da7ed053eddec) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/postcss-9eae623fd9f12255) [INFO] [stderr] Executable tests/list_test.rs (/opt/rustwide/target/debug/deps/list_test-8bd16a84513b5b22) [INFO] [stderr] Executable tests/node_serialize.rs (/opt/rustwide/target/debug/deps/node_serialize-2319c086080b168d) [INFO] [stderr] Executable tests/tokenizer_test.rs (/opt/rustwide/target/debug/deps/tokenizer_test-ffac2b2d140de469) [INFO] running `Command { std: "docker" "inspect" "ee56a89690f38cbcce7e52ccdfbd349645934e2199c169d90ef9e0c49a077964", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee56a89690f38cbcce7e52ccdfbd349645934e2199c169d90ef9e0c49a077964", kill_on_drop: false }` [INFO] [stdout] ee56a89690f38cbcce7e52ccdfbd349645934e2199c169d90ef9e0c49a077964 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ff66773c83cdcc49c8064da59504f59013e26e4b2fe33992594ee57c2bdca2d4 [INFO] running `Command { std: "docker" "start" "-a" "ff66773c83cdcc49c8064da59504f59013e26e4b2fe33992594ee57c2bdca2d4", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `line` [INFO] [stderr] --> src/input.rs:15:3 [INFO] [stderr] | [INFO] [stderr] 15 | line: u32, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Position` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/input.rs:13:10 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `col` [INFO] [stderr] --> src/input.rs:16:3 [INFO] [stderr] | [INFO] [stderr] 16 | col: u32, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Position` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/input.rs:13:10 [INFO] [stderr] | [INFO] [stderr] 13 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `type` [INFO] [stderr] --> src/warning.rs:3:3 [INFO] [stderr] | [INFO] [stderr] 3 | r#type: String, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Warning` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/warning.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `text` [INFO] [stderr] --> src/warning.rs:4:3 [INFO] [stderr] | [INFO] [stderr] 4 | text: String, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Warning` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/warning.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `line` [INFO] [stderr] --> src/warning.rs:5:3 [INFO] [stderr] | [INFO] [stderr] 5 | line: u32, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Warning` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/warning.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `column` [INFO] [stderr] --> src/warning.rs:6:3 [INFO] [stderr] | [INFO] [stderr] 6 | column: u32, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Warning` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/warning.rs:1:10 [INFO] [stderr] | [INFO] [stderr] 1 | #[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: `postcss` (lib) generated 6 warnings [INFO] [stderr] warning: `postcss` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/postcss-7a1da7ed053eddec) [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/postcss-9eae623fd9f12255) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tokenizer::test::test_char_code_at ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [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] [stdout] [INFO] [stderr] Running tests/list_test.rs (/opt/rustwide/target/debug/deps/list_test-8bd16a84513b5b22) [INFO] [stdout] running 10 tests [INFO] [stdout] test comma_fn_splits_list_by_spaces ... ok [INFO] [stdout] test space_fn_checks_functions ... ok [INFO] [stdout] test comma_fn_adds_last_empty ... ok [INFO] [stdout] test comma_fn_checks_functions ... ok [INFO] [stdout] test comma_fn_does_not_split_on_escaped_commas ... ok [INFO] [stdout] test comma_fn_checks_quotes ... ok [INFO] [stderr] Running tests/node_serialize.rs (/opt/rustwide/target/debug/deps/node_serialize-2319c086080b168d) [INFO] [stdout] test space_fn_splits_list_by_spaces ... ok [INFO] [stderr] Running tests/tokenizer_test.rs (/opt/rustwide/target/debug/deps/tokenizer_test-ffac2b2d140de469) [INFO] [stdout] test space_fn_trims_values ... ok [INFO] [stdout] test space_fn_checks_quotes ... ok [INFO] [stdout] test space_fn_does_not_split_on_escaped_spaces ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_basic_serialize::test_root ... ok [INFO] [stdout] test test_basic_serialize::test_simple_css ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 34 tests [INFO] [stdout] test changes_lines_in_comments ... ok [INFO] [stdout] test changes_lines_in_strings ... ok [INFO] [stdout] test escapes_backslash ... ok [INFO] [stdout] test splits_word_by_exclamation_mark ... ok [INFO] [stdout] test tokenizes_at_word_end ... ok [INFO] [stdout] test tokenizes_comment ... ok [INFO] [stdout] test tokenizes_complicated_brackets ... ok [INFO] [stdout] test tokenizes_at_word ... ok [INFO] [stdout] test ignores_unclosing_function_on_request ... ok [INFO] [stdout] test escapes_control_symbols ... ok [INFO] [stdout] test provides_correct_position ... ok [INFO] [stdout] test tokenizes_at_symbol ... ok [INFO] [stdout] test ignores_unclosing_string_on_request ... ok [INFO] [stdout] test ignores_unclosing_comment_on_request ... ok [INFO] [stdout] test tokenizes_css ... ok [INFO] [stdout] test tokenizes_word ... ok [INFO] [stdout] test tokenizes_urls_with_2_open_parentheses_unclosed ... ok [INFO] [stdout] test tokenizes_space ... ok [INFO] [stdout] test tokenizes_simple_brackets ... ok [INFO] [stdout] test tokenizes_hexadecimal_escape ... ok [INFO] [stdout] test tokenizes_escaped_string ... ok [INFO] [stdout] test tokenizes_empty_file ... ok [INFO] [stdout] test tokenizes_string ... ok [INFO] [stdout] test tokenizes_urls ... ok [INFO] [stdout] test supports_carriage_return ... ok [INFO] [stdout] test tokenizes_quoted_urls ... ok [INFO] [stdout] test tokenizes_control_chars ... ok [INFO] [stdout] test tokenizes_square_brackets ... ok [INFO] [stdout] test changes_lines_in_spaces ... ok [INFO] [stdout] test ignore_unclosed_per_token_request ... ok [INFO] [stdout] test supports_line_feed ... ok [INFO] [stderr] Doc-tests postcss [INFO] [stdout] test throws_error_on_unclosed_string - should panic ... ok [INFO] [stdout] test throws_error_on_unclosed_comment - should panic ... ok [INFO] [stdout] test throws_error_on_unclosed_url - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ff66773c83cdcc49c8064da59504f59013e26e4b2fe33992594ee57c2bdca2d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff66773c83cdcc49c8064da59504f59013e26e4b2fe33992594ee57c2bdca2d4", kill_on_drop: false }` [INFO] [stdout] ff66773c83cdcc49c8064da59504f59013e26e4b2fe33992594ee57c2bdca2d4