[INFO] cloning repository https://github.com/denoland/rusty_v8 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/denoland/rusty_v8" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdenoland%2Frusty_v8", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdenoland%2Frusty_v8'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4937855c0c2ccd7b4d42f4cc49189518bbdc88f1 [INFO] checking denoland/rusty_v8 against master#9503ea19edbf01b9435e80e17d60ce1b88390116 for pr-81782 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdenoland%2Frusty_v8" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/denoland/rusty_v8 on toolchain 9503ea19edbf01b9435e80e17d60ce1b88390116 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9503ea19edbf01b9435e80e17d60ce1b88390116" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/denoland/rusty_v8 [INFO] removed 0 missing examples [INFO] finished tweaking git repo https://github.com/denoland/rusty_v8 [INFO] tweaked toml for git repo https://github.com/denoland/rusty_v8 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/denoland/rusty_v8 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9503ea19edbf01b9435e80e17d60ce1b88390116" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9503ea19edbf01b9435e80e17d60ce1b88390116" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3cfb9c0755bd882c0c3112e834cdd1eaa91eecdb6b0882a6f52de3f63277062c [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" "3cfb9c0755bd882c0c3112e834cdd1eaa91eecdb6b0882a6f52de3f63277062c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3cfb9c0755bd882c0c3112e834cdd1eaa91eecdb6b0882a6f52de3f63277062c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cfb9c0755bd882c0c3112e834cdd1eaa91eecdb6b0882a6f52de3f63277062c", kill_on_drop: false }` [INFO] [stdout] 3cfb9c0755bd882c0c3112e834cdd1eaa91eecdb6b0882a6f52de3f63277062c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9503ea19edbf01b9435e80e17d60ce1b88390116" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eb4a9a123bbb85771494ddb0dafa7f74eebb667fcc8c59a18cf27a715bcb2b1a [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" "eb4a9a123bbb85771494ddb0dafa7f74eebb667fcc8c59a18cf27a715bcb2b1a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.50 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling trybuild v1.0.35 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Checking align-data v0.1.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling fslock v0.1.6 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling thiserror v1.0.22 [INFO] [stderr] Compiling which v4.0.2 [INFO] [stderr] Compiling rusty_v8 v0.20.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking toml v0.5.7 [INFO] [stdout] error: couldn't read tests/../third_party/icu/common/icudtl.dat: No such file or directory (os error 2) [INFO] [stdout] --> tests/test_api.rs:28:38 [INFO] [stdout] | [INFO] [stdout] 28 | assert!(v8::icu::set_common_data(align_data::include_aligned!( [INFO] [stdout] | ______________________________________^ [INFO] [stdout] 29 | | align_data::Align16, [INFO] [stdout] 30 | | "../third_party/icu/common/icudtl.dat" [INFO] [stdout] 31 | | )) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/../third_party/icu/common/icudtl.dat: No such file or directory (os error 2) [INFO] [stdout] --> tests/test_api.rs:28:38 [INFO] [stdout] | [INFO] [stdout] 28 | assert!(v8::icu::set_common_data(align_data::include_aligned!( [INFO] [stdout] | ______________________________________^ [INFO] [stdout] 29 | | align_data::Align16, [INFO] [stdout] 30 | | "../third_party/icu/common/icudtl.dat" [INFO] [stdout] 31 | | )) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rusty_v8` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "eb4a9a123bbb85771494ddb0dafa7f74eebb667fcc8c59a18cf27a715bcb2b1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb4a9a123bbb85771494ddb0dafa7f74eebb667fcc8c59a18cf27a715bcb2b1a", kill_on_drop: false }` [INFO] [stdout] eb4a9a123bbb85771494ddb0dafa7f74eebb667fcc8c59a18cf27a715bcb2b1a