[INFO] cloning repository https://github.com/prisma/prisma-fmt-wasm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/prisma/prisma-fmt-wasm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprisma%2Fprisma-fmt-wasm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprisma%2Fprisma-fmt-wasm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 386e81baaa4a88861bd21d65bd7d849981886b57 [INFO] testing prisma/prisma-fmt-wasm against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fprisma%2Fprisma-fmt-wasm" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/prisma/prisma-fmt-wasm 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] removed /workspace/builds/worker-12/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/prisma/prisma-fmt-wasm [INFO] finished tweaking git repo https://github.com/prisma/prisma-fmt-wasm [INFO] tweaked toml for git repo https://github.com/prisma/prisma-fmt-wasm written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/prisma/prisma-fmt-wasm 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] Updating git repository `https://github.com/prisma/prisma-engines` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded unindent v0.1.8 [INFO] [stderr] Downloaded indoc v1.0.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "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] cb49182e92fbd7b54c5afc21ad2e3abbecf8761f3f85138a7fdcdd3ea40378c2 [INFO] running `Command { std: "docker" "start" "-a" "cb49182e92fbd7b54c5afc21ad2e3abbecf8761f3f85138a7fdcdd3ea40378c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cb49182e92fbd7b54c5afc21ad2e3abbecf8761f3f85138a7fdcdd3ea40378c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb49182e92fbd7b54c5afc21ad2e3abbecf8761f3f85138a7fdcdd3ea40378c2", kill_on_drop: false }` [INFO] [stdout] cb49182e92fbd7b54c5afc21ad2e3abbecf8761f3f85138a7fdcdd3ea40378c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", 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] d95d6305faab6abb24e02c04fcf3f91fb2e0a87b7e4d31162c2ee89ea8350260 [INFO] running `Command { std: "docker" "start" "-a" "d95d6305faab6abb24e02c04fcf3f91fb2e0a87b7e4d31162c2ee89ea8350260", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.79 [INFO] [stderr] Compiling bumpalo v3.9.1 [INFO] [stderr] Compiling unindent v0.1.8 [INFO] [stderr] Compiling prisma-fmt v0.1.0 (https://github.com/prisma/prisma-engines#a10084a8) [INFO] [stderr] Compiling wasm-bindgen v0.2.79 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.3.3 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling indoc v1.0.4 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling bigdecimal v0.2.2 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.79 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.79 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling enumflags2_derive v0.7.4 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling serde_repr v0.1.7 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.79 [INFO] [stderr] Compiling enumflags2 v0.7.5 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling structopt v0.3.26 [INFO] [stderr] Compiling diagnostics v0.1.0 (https://github.com/prisma/prisma-engines#a10084a8) [INFO] [stderr] Compiling schema-ast v0.1.0 (https://github.com/prisma/prisma-engines#a10084a8) [INFO] [stderr] Compiling parser-database v0.1.0 (https://github.com/prisma/prisma-engines#a10084a8) [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling native-types v0.1.0 (https://github.com/prisma/prisma-engines#a10084a8) [INFO] [stderr] Compiling datamodel-connector v0.1.0 (https://github.com/prisma/prisma-engines#a10084a8) [INFO] [stderr] Compiling prisma-value v0.1.0 (https://github.com/prisma/prisma-engines#a10084a8) [INFO] [stderr] Compiling lsp-types v0.91.1 [INFO] [stderr] Compiling mongodb-datamodel-connector v0.1.0 (https://github.com/prisma/prisma-engines#a10084a8) [INFO] [stderr] Compiling sql-datamodel-connector v0.1.0 (https://github.com/prisma/prisma-engines#a10084a8) [INFO] [stderr] Compiling dml v0.1.0 (https://github.com/prisma/prisma-engines#a10084a8) [INFO] [stderr] Compiling datamodel v0.1.0 (https://github.com/prisma/prisma-engines#a10084a8) [INFO] [stderr] Compiling prisma-fmt-build v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 28s [INFO] running `Command { std: "docker" "inspect" "d95d6305faab6abb24e02c04fcf3f91fb2e0a87b7e4d31162c2ee89ea8350260", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d95d6305faab6abb24e02c04fcf3f91fb2e0a87b7e4d31162c2ee89ea8350260", kill_on_drop: false }` [INFO] [stdout] d95d6305faab6abb24e02c04fcf3f91fb2e0a87b7e4d31162c2ee89ea8350260 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", 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] d03e0f1c334fa8c7d51e745541cbb2a697f2eb7a17e24b821c10c9a35d1e0736 [INFO] running `Command { std: "docker" "start" "-a" "d03e0f1c334fa8c7d51e745541cbb2a697f2eb7a17e24b821c10c9a35d1e0736", kill_on_drop: false }` [INFO] [stderr] Compiling prisma-fmt-build v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.48s [INFO] running `Command { std: "docker" "inspect" "d03e0f1c334fa8c7d51e745541cbb2a697f2eb7a17e24b821c10c9a35d1e0736", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d03e0f1c334fa8c7d51e745541cbb2a697f2eb7a17e24b821c10c9a35d1e0736", kill_on_drop: false }` [INFO] [stdout] d03e0f1c334fa8c7d51e745541cbb2a697f2eb7a17e24b821c10c9a35d1e0736 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.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] 18fd5d21906aa1501ddfeac0ea754c4ea764356de0ac250085f76c5eb47e0eb5 [INFO] running `Command { std: "docker" "start" "-a" "18fd5d21906aa1501ddfeac0ea754c4ea764356de0ac250085f76c5eb47e0eb5", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/prisma_fmt_build-5cc2f9e5f5035990) [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" "18fd5d21906aa1501ddfeac0ea754c4ea764356de0ac250085f76c5eb47e0eb5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18fd5d21906aa1501ddfeac0ea754c4ea764356de0ac250085f76c5eb47e0eb5", kill_on_drop: false }` [INFO] [stdout] 18fd5d21906aa1501ddfeac0ea754c4ea764356de0ac250085f76c5eb47e0eb5