[INFO] fetching crate css-parser 0.1.0... [INFO] checking css-parser-0.1.0 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate css-parser 0.1.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate css-parser 0.1.0 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate css-parser 0.1.0 [INFO] finished tweaking crates.io crate css-parser 0.1.0 [INFO] tweaked toml for crates.io crate css-parser 0.1.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate css-parser 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tokenizer-lib v0.4.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 187841edc3e25f0df14971aaa392e7fcd9b4f20499863500e29b4efee9925987 [INFO] running `Command { std: "docker" "start" "-a" "187841edc3e25f0df14971aaa392e7fcd9b4f20499863500e29b4efee9925987", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "187841edc3e25f0df14971aaa392e7fcd9b4f20499863500e29b4efee9925987", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "187841edc3e25f0df14971aaa392e7fcd9b4f20499863500e29b4efee9925987", kill_on_drop: false }` [INFO] [stdout] 187841edc3e25f0df14971aaa392e7fcd9b4f20499863500e29b4efee9925987 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 194cb5d045de25b1642ea11308a48bd8b19d1c0a69c694f0076b06e354e8bda7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "194cb5d045de25b1642ea11308a48bd8b19d1c0a69c694f0076b06e354e8bda7", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Checking regex-syntax v0.6.22 [INFO] [stderr] Checking tokenizer-lib v0.4.1 [INFO] [stderr] Checking terminal_size v0.1.16 [INFO] [stderr] Checking regex v1.4.3 [INFO] [stderr] Checking console v0.14.0 [INFO] [stderr] Checking css-parser v0.1.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Fixed src/values.rs (1 fix) [INFO] [stderr] Migrating src/bin.rs from 2018 edition to 2021 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.70s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Checking css-parser v0.1.0 (/tmp/fixit) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSSValue` [INFO] [stdout] --> src/values.rs:170:28 [INFO] [stdout] | [INFO] [stdout] 170 | assert_eq!(CSSValue::from_string($src.to_owned()).unwrap(), $res); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 175 | test_value!(keyword, "block", CSSValue::Keyword("block".to_owned())); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSValue; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSSValue` [INFO] [stdout] --> src/values.rs:175:35 [INFO] [stdout] | [INFO] [stdout] 175 | test_value!(keyword, "block", CSSValue::Keyword("block".to_owned())); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSValue; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSSValue` [INFO] [stdout] --> src/values.rs:170:28 [INFO] [stdout] | [INFO] [stdout] 170 | assert_eq!(CSSValue::from_string($src.to_owned()).unwrap(), $res); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 176 | test_value!(color, "#00ff00", CSSValue::Color("00ff00".to_owned())); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSValue; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSSValue` [INFO] [stdout] --> src/values.rs:176:35 [INFO] [stdout] | [INFO] [stdout] 176 | test_value!(color, "#00ff00", CSSValue::Color("00ff00".to_owned())); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSValue; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSSValue` [INFO] [stdout] --> src/values.rs:170:28 [INFO] [stdout] | [INFO] [stdout] 170 | assert_eq!(CSSValue::from_string($src.to_owned()).unwrap(), $res); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 177 | test_value!(number, "1", CSSValue::Number(Number("1".to_owned()))); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSValue; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSSValue` [INFO] [stdout] --> src/values.rs:177:30 [INFO] [stdout] | [INFO] [stdout] 177 | test_value!(number, "1", CSSValue::Number(Number("1".to_owned()))); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSValue; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Number` in this scope [INFO] [stdout] --> src/values.rs:177:47 [INFO] [stdout] | [INFO] [stdout] 169 | fn $test_name() { [INFO] [stdout] | --------------- similarly named constant `number` defined here [INFO] [stdout] ... [INFO] [stdout] 177 | test_value!(number, "1", CSSValue::Number(Number("1".to_owned()))); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a constant with a similar name exists [INFO] [stdout] | [INFO] [stdout] 177 | test_value!(number, "1", CSSValue::Number(number("1".to_owned()))); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSToken::Number; [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSValue::Number; [INFO] [stdout] | [INFO] [stdout] 166 | use crate::values::Number; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSSValue` [INFO] [stdout] --> src/values.rs:170:28 [INFO] [stdout] | [INFO] [stdout] 170 | assert_eq!(CSSValue::from_string($src.to_owned()).unwrap(), $res); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 178 | test_value!(number_decimal_shorthand, ".2", CSSValue::Number(Number(".2".to_owned()))); [INFO] [stdout] | --------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSValue; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSSValue` [INFO] [stdout] --> src/values.rs:178:49 [INFO] [stdout] | [INFO] [stdout] 178 | test_value!(number_decimal_shorthand, ".2", CSSValue::Number(Number(".2".to_owned()))); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSValue; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Number` in this scope [INFO] [stdout] --> src/values.rs:178:66 [INFO] [stdout] | [INFO] [stdout] 169 | fn $test_name() { [INFO] [stdout] | --------------- similarly named constant `number` defined here [INFO] [stdout] ... [INFO] [stdout] 178 | test_value!(number_decimal_shorthand, ".2", CSSValue::Number(Number(".2".to_owned()))); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a constant with a similar name exists [INFO] [stdout] | [INFO] [stdout] 178 | test_value!(number_decimal_shorthand, ".2", CSSValue::Number(number(".2".to_owned()))); [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSToken::Number; [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSValue::Number; [INFO] [stdout] | [INFO] [stdout] 166 | use crate::values::Number; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSSValue` [INFO] [stdout] --> src/values.rs:170:28 [INFO] [stdout] | [INFO] [stdout] 170 | assert_eq!(CSSValue::from_string($src.to_owned()).unwrap(), $res); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 179 | / test_value!( [INFO] [stdout] 180 | | percentage, [INFO] [stdout] 181 | | "10%", [INFO] [stdout] 182 | | CSSValue::Percentage(Number("10".to_owned())) [INFO] [stdout] 183 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSValue; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSSValue` [INFO] [stdout] --> src/values.rs:182:9 [INFO] [stdout] | [INFO] [stdout] 182 | CSSValue::Percentage(Number("10".to_owned())) [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSValue; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Number` in this scope [INFO] [stdout] --> src/values.rs:182:30 [INFO] [stdout] | [INFO] [stdout] 169 | fn $test_name() { [INFO] [stdout] | --------------- similarly named constant `number` defined here [INFO] [stdout] ... [INFO] [stdout] 182 | CSSValue::Percentage(Number("10".to_owned())) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a constant with a similar name exists [INFO] [stdout] | [INFO] [stdout] 182 | CSSValue::Percentage(number("10".to_owned())) [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSToken::Number; [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSValue::Number; [INFO] [stdout] | [INFO] [stdout] 166 | use crate::values::Number; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSSValue` [INFO] [stdout] --> src/values.rs:170:28 [INFO] [stdout] | [INFO] [stdout] 170 | assert_eq!(CSSValue::from_string($src.to_owned()).unwrap(), $res); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 184 | / test_value!( [INFO] [stdout] 185 | | number_with_unit, [INFO] [stdout] 186 | | "10px", [INFO] [stdout] 187 | | CSSValue::NumberWithUnit(Number("10".to_owned()), "px".to_owned()) [INFO] [stdout] 188 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSValue; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSSValue` [INFO] [stdout] --> src/values.rs:187:9 [INFO] [stdout] | [INFO] [stdout] 187 | CSSValue::NumberWithUnit(Number("10".to_owned()), "px".to_owned()) [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSValue; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Number` in this scope [INFO] [stdout] --> src/values.rs:187:34 [INFO] [stdout] | [INFO] [stdout] 169 | fn $test_name() { [INFO] [stdout] | --------------- similarly named constant `number` defined here [INFO] [stdout] ... [INFO] [stdout] 187 | CSSValue::NumberWithUnit(Number("10".to_owned()), "px".to_owned()) [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a constant with a similar name exists [INFO] [stdout] | [INFO] [stdout] 187 | CSSValue::NumberWithUnit(number("10".to_owned()), "px".to_owned()) [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSToken::Number; [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSValue::Number; [INFO] [stdout] | [INFO] [stdout] 166 | use crate::values::Number; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSSValue` [INFO] [stdout] --> src/values.rs:170:28 [INFO] [stdout] | [INFO] [stdout] 170 | assert_eq!(CSSValue::from_string($src.to_owned()).unwrap(), $res); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 189 | / test_value!( [INFO] [stdout] 190 | | list, [INFO] [stdout] 191 | | "2px solid #00ff00", [INFO] [stdout] 192 | | CSSValue::List(vec![ [INFO] [stdout] ... | [INFO] [stdout] 196 | | ]) [INFO] [stdout] 197 | | ); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_value` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSValue; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSSValue` [INFO] [stdout] --> src/values.rs:192:9 [INFO] [stdout] | [INFO] [stdout] 192 | CSSValue::List(vec![ [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSValue; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSSValue` [INFO] [stdout] --> src/values.rs:193:13 [INFO] [stdout] | [INFO] [stdout] 193 | CSSValue::NumberWithUnit(Number("2".to_owned()), "px".to_owned()), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSValue; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Number` in this scope [INFO] [stdout] --> src/values.rs:193:38 [INFO] [stdout] | [INFO] [stdout] 169 | fn $test_name() { [INFO] [stdout] | --------------- similarly named constant `number` defined here [INFO] [stdout] ... [INFO] [stdout] 193 | CSSValue::NumberWithUnit(Number("2".to_owned()), "px".to_owned()), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a constant with a similar name exists [INFO] [stdout] | [INFO] [stdout] 193 | CSSValue::NumberWithUnit(number("2".to_owned()), "px".to_owned()), [INFO] [stdout] | ~~~~~~ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSToken::Number; [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSValue::Number; [INFO] [stdout] | [INFO] [stdout] 166 | use crate::values::Number; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSSValue` [INFO] [stdout] --> src/values.rs:194:13 [INFO] [stdout] | [INFO] [stdout] 194 | CSSValue::Keyword("solid".to_owned()), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSValue; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `CSSValue` [INFO] [stdout] --> src/values.rs:195:13 [INFO] [stdout] | [INFO] [stdout] 195 | CSSValue::Color("00ff00".to_owned()) [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 166 | use crate::CSSValue; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 22 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `css-parser` due to 23 previous errors [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stderr] error: failed to check after updating to 2021 [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo check --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "194cb5d045de25b1642ea11308a48bd8b19d1c0a69c694f0076b06e354e8bda7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "194cb5d045de25b1642ea11308a48bd8b19d1c0a69c694f0076b06e354e8bda7", kill_on_drop: false }` [INFO] [stdout] 194cb5d045de25b1642ea11308a48bd8b19d1c0a69c694f0076b06e354e8bda7