[INFO] cloning repository https://github.com/dprint/dprint-node [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dprint/dprint-node" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdprint%2Fdprint-node", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdprint%2Fdprint-node'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d5ee405c3613e650e54bf75a46dc92fe7a23bbec [INFO] testing dprint/dprint-node against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdprint%2Fdprint-node" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dprint/dprint-node on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dprint/dprint-node [INFO] finished tweaking git repo https://github.com/dprint/dprint-node [INFO] tweaked toml for git repo https://github.com/dprint/dprint-node written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/dprint/dprint-node already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a4258cc80bc94f1e9a4bb1125915f3ae41c923cc2c2eb4ef56e4fbcdd5930140 [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" "a4258cc80bc94f1e9a4bb1125915f3ae41c923cc2c2eb4ef56e4fbcdd5930140", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a4258cc80bc94f1e9a4bb1125915f3ae41c923cc2c2eb4ef56e4fbcdd5930140", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4258cc80bc94f1e9a4bb1125915f3ae41c923cc2c2eb4ef56e4fbcdd5930140", kill_on_drop: false }` [INFO] [stdout] a4258cc80bc94f1e9a4bb1125915f3ae41c923cc2c2eb4ef56e4fbcdd5930140 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4d2a26e21ae115078b42a6e60ae41f1ea498ce38c9d4a899c84de02e3d82a6a0 [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" "4d2a26e21ae115078b42a6e60ae41f1ea498ce38c9d4a899c84de02e3d82a6a0", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling if_chain v0.1.3 [INFO] [stderr] Compiling jsonc-parser v0.12.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling const-random v0.1.8 [INFO] [stderr] Compiling ahash v0.3.5 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling dashmap v3.5.1 [INFO] [stderr] Compiling string_cache_codegen v0.5.1 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling swc_atoms v0.2.2 [INFO] [stderr] Compiling pmutil v0.5.3 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.63 [INFO] [stderr] Compiling swc_macros_common v0.3.1 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.63 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling from_variant v0.1.2 [INFO] [stderr] Compiling string_enum v0.3.0 [INFO] [stderr] Compiling enum_kind v0.2.0 [INFO] [stderr] Compiling swc_ecma_parser_macros v0.4.1 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.63 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling ast_node v0.6.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.63 [INFO] [stderr] Compiling console_error_panic_hook v0.1.6 [INFO] [stderr] Compiling js-sys v0.3.40 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling string_cache v0.8.0 [INFO] [stderr] Compiling dprint-core v0.20.0 [INFO] [stderr] Compiling sourcemap v5.0.0 [INFO] [stderr] Compiling dprint-plugin-jsonc v0.4.0 [INFO] [stderr] Compiling swc_common v0.5.12 [INFO] [stderr] Compiling ts-dprint-plugin-jsonc v0.1.0 (/opt/rustwide/workdir/packages/dprint-plugin-jsonc/wasm) [INFO] [stderr] Compiling swc_ecma_ast v0.20.0 [INFO] [stderr] Compiling swc_ecma_parser v0.24.5 [INFO] [stderr] Compiling dprint-plugin-typescript v0.19.2 [INFO] [stderr] Compiling ts-dprint-plugin-typescript v0.1.0 (/opt/rustwide/workdir/packages/dprint-plugin-typescript/wasm) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 34s [INFO] running `Command { std: "docker" "inspect" "4d2a26e21ae115078b42a6e60ae41f1ea498ce38c9d4a899c84de02e3d82a6a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d2a26e21ae115078b42a6e60ae41f1ea498ce38c9d4a899c84de02e3d82a6a0", kill_on_drop: false }` [INFO] [stdout] 4d2a26e21ae115078b42a6e60ae41f1ea498ce38c9d4a899c84de02e3d82a6a0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0439f345409b1f8f5d4a782ed04aea514e0e8c55cf0932eb79cb29ca12658fc1 [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" "0439f345409b1f8f5d4a782ed04aea514e0e8c55cf0932eb79cb29ca12658fc1", kill_on_drop: false }` [INFO] [stderr] Compiling ts-dprint-plugin-jsonc v0.1.0 (/opt/rustwide/workdir/packages/dprint-plugin-jsonc/wasm) [INFO] [stderr] Compiling ts-dprint-plugin-typescript v0.1.0 (/opt/rustwide/workdir/packages/dprint-plugin-typescript/wasm) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.86s [INFO] running `Command { std: "docker" "inspect" "0439f345409b1f8f5d4a782ed04aea514e0e8c55cf0932eb79cb29ca12658fc1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0439f345409b1f8f5d4a782ed04aea514e0e8c55cf0932eb79cb29ca12658fc1", kill_on_drop: false }` [INFO] [stdout] 0439f345409b1f8f5d4a782ed04aea514e0e8c55cf0932eb79cb29ca12658fc1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", 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] a46731414e2a1134e8b7fbd99fc40e354eb0861e893641ad8f9721f29de8602b [INFO] running `Command { std: "docker" "start" "-a" "a46731414e2a1134e8b7fbd99fc40e354eb0861e893641ad8f9721f29de8602b", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ts_dprint_plugin_jsonc-764987541c05e4ff) [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ts_dprint_plugin_typescript-f53aeb1b1acc5003) [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] [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" "a46731414e2a1134e8b7fbd99fc40e354eb0861e893641ad8f9721f29de8602b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a46731414e2a1134e8b7fbd99fc40e354eb0861e893641ad8f9721f29de8602b", kill_on_drop: false }` [INFO] [stdout] a46731414e2a1134e8b7fbd99fc40e354eb0861e893641ad8f9721f29de8602b