[INFO] crate swc_ecma_transforms 0.1.0 is already in cache [INFO] checking swc_ecma_transforms-0.1.0 against master#4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb for pr-64672 [INFO] extracting crate swc_ecma_transforms 0.1.0 into work/builds/worker-6/source [INFO] validating manifest of crates.io crate swc_ecma_transforms 0.1.0 on toolchain 4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate swc_ecma_transforms 0.1.0 [INFO] finished tweaking crates.io crate swc_ecma_transforms 0.1.0 [INFO] tweaked toml for crates.io crate swc_ecma_transforms 0.1.0 written to work/builds/worker-6/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 6a8c1098689390f40a09244332f974526e70b96d1aa9fd6e38be15cf7ce390d2 [INFO] running `"docker" "start" "-a" "6a8c1098689390f40a09244332f974526e70b96d1aa9fd6e38be15cf7ce390d2"` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking scoped-tls v0.1.2 [INFO] [stderr] Checking Inflector v0.11.4 [INFO] [stderr] Compiling sourcemap v2.2.1 [INFO] [stderr] Compiling pmutil v0.3.0 [INFO] [stderr] Compiling swc_atoms v0.1.2 [INFO] [stderr] Compiling swc_macros_common v0.2.0 [INFO] [stderr] Compiling ast_node v0.4.2 [INFO] [stderr] Compiling enum_kind v0.1.3 [INFO] [stderr] Compiling string_enum v0.2.0 [INFO] [stderr] Compiling swc_ecma_parser_macros v0.3.0 [INFO] [stderr] Compiling swc_ecma_codegen_macros v0.3.0 [INFO] [stderr] Checking swc_common v0.3.1 [INFO] [stderr] Checking swc_ecma_ast v0.9.2 [INFO] [stderr] Checking testing v0.3.1 [INFO] [stderr] Checking swc_ecma_parser v0.10.2 [INFO] [stderr] Checking swc_ecma_codegen v0.7.2 [INFO] [stderr] Checking swc_ecma_transforms v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: allow_internal_unstable expects list of feature names. In the future this will become a hard error. Please use `allow_internal_unstable(foo, bar)` to only allow the `foo` and `bar` features [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | #[allow_internal_unstable] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: allow_internal_unstable expects list of feature names. In the future this will become a hard error. Please use `allow_internal_unstable(foo, bar)` to only allow the `foo` and `bar` features [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | #[allow_internal_unstable] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0004]: non-exhaustive patterns: `TsConstAssertion(_)` not covered [INFO] [stderr] --> src/compat/es2015/destructuring/mod.rs:754:11 [INFO] [stderr] | [INFO] [stderr] 754 | match *e { [INFO] [stderr] | ^^ pattern `TsConstAssertion(_)` not covered [INFO] [stderr] | [INFO] [stderr] = help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms [INFO] [stderr] [INFO] [stderr] error[E0004]: non-exhaustive patterns: `TsConstAssertion(_)` not covered [INFO] [stderr] --> src/simplify/expr/mod.rs:933:15 [INFO] [stderr] | [INFO] [stderr] 933 | match expr { [INFO] [stderr] | ^^^^ pattern `TsConstAssertion(_)` not covered [INFO] [stderr] | [INFO] [stderr] = help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms [INFO] [stderr] [INFO] [stderr] error[E0004]: non-exhaustive patterns: `TsConstAssertion(_)` not covered [INFO] [stderr] --> src/util/mod.rs:577:15 [INFO] [stderr] | [INFO] [stderr] 577 | match *self.as_expr_kind() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ pattern `TsConstAssertion(_)` not covered [INFO] [stderr] | [INFO] [stderr] = help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0004`. [INFO] [stderr] error: could not compile `swc_ecma_transforms`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0004]: non-exhaustive patterns: `TsConstAssertion(_)` not covered [INFO] [stderr] --> src/compat/es2015/destructuring/mod.rs:754:11 [INFO] [stderr] | [INFO] [stderr] 754 | match *e { [INFO] [stderr] | ^^ pattern `TsConstAssertion(_)` not covered [INFO] [stderr] | [INFO] [stderr] = help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms [INFO] [stderr] [INFO] [stderr] error[E0004]: non-exhaustive patterns: `TsConstAssertion(_)` not covered [INFO] [stderr] --> src/simplify/expr/mod.rs:933:15 [INFO] [stderr] | [INFO] [stderr] 933 | match expr { [INFO] [stderr] | ^^^^ pattern `TsConstAssertion(_)` not covered [INFO] [stderr] | [INFO] [stderr] = help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms [INFO] [stderr] [INFO] [stderr] error[E0004]: non-exhaustive patterns: `TsConstAssertion(_)` not covered [INFO] [stderr] --> src/util/mod.rs:577:15 [INFO] [stderr] | [INFO] [stderr] 577 | match *self.as_expr_kind() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ pattern `TsConstAssertion(_)` not covered [INFO] [stderr] | [INFO] [stderr] = help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0004`. [INFO] [stderr] error: could not compile `swc_ecma_transforms`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6a8c1098689390f40a09244332f974526e70b96d1aa9fd6e38be15cf7ce390d2"` [INFO] running `"docker" "rm" "-f" "6a8c1098689390f40a09244332f974526e70b96d1aa9fd6e38be15cf7ce390d2"` [INFO] [stdout] 6a8c1098689390f40a09244332f974526e70b96d1aa9fd6e38be15cf7ce390d2