[INFO] fetching crate napi 1.6.1... [INFO] checking napi-1.6.1 against try#3bb2879ea9e58d65b875f9a98df44f4a43ce2597 for pr-85387 [INFO] extracting crate napi 1.6.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate napi 1.6.1 on toolchain 3bb2879ea9e58d65b875f9a98df44f4a43ce2597 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate napi 1.6.1 [INFO] finished tweaking crates.io crate napi 1.6.1 [INFO] tweaked toml for crates.io crate napi 1.6.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded napi-build v1.0.2 [INFO] [stderr] Downloaded napi-sys v1.1.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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 785d5ef468c485c8c350d180df195c3ad4fd034464e8702ad2fee01c8db39d40 [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" "785d5ef468c485c8c350d180df195c3ad4fd034464e8702ad2fee01c8db39d40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "785d5ef468c485c8c350d180df195c3ad4fd034464e8702ad2fee01c8db39d40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "785d5ef468c485c8c350d180df195c3ad4fd034464e8702ad2fee01c8db39d40", kill_on_drop: false }` [INFO] [stdout] 785d5ef468c485c8c350d180df195c3ad4fd034464e8702ad2fee01c8db39d40 [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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5a460e97c0b4b6df247d2e2f0d60402c572b6e4ac470de3672385be61bf1a537 [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" "5a460e97c0b4b6df247d2e2f0d60402c572b6e4ac470de3672385be61bf1a537", kill_on_drop: false }` [INFO] [stderr] Checking napi-sys v1.1.1 [INFO] [stderr] Checking napi v1.6.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `napi_bigint64_array` in module `sys::TypedarrayType` [INFO] [stdout] --> src/js_values/arraybuffer.rs:66:28 [INFO] [stdout] | [INFO] [stdout] 66 | sys::TypedarrayType::napi_bigint64_array => Self::BigInt64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `napi_float64_array` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/napi-sys-1.1.1/src/lib.rs:100:3 [INFO] [stdout] | [INFO] [stdout] 100 | pub const napi_float64_array: i32 = 8; [INFO] [stdout] | -------------------------------------- similarly named constant `napi_float64_array` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `napi_biguint64_array` in module `sys::TypedarrayType` [INFO] [stdout] --> src/js_values/arraybuffer.rs:67:28 [INFO] [stdout] | [INFO] [stdout] 67 | sys::TypedarrayType::napi_biguint64_array => Self::BigUint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `napi_uint16_array` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/napi-sys-1.1.1/src/lib.rs:96:3 [INFO] [stdout] | [INFO] [stdout] 96 | pub const napi_uint16_array: i32 = 4; [INFO] [stdout] | ------------------------------------- similarly named constant `napi_uint16_array` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `napi_bigint64_array` in module `sys::TypedarrayType` [INFO] [stdout] --> src/js_values/arraybuffer.rs:66:28 [INFO] [stdout] | [INFO] [stdout] 66 | sys::TypedarrayType::napi_bigint64_array => Self::BigInt64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `napi_float64_array` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/napi-sys-1.1.1/src/lib.rs:100:3 [INFO] [stdout] | [INFO] [stdout] 100 | pub const napi_float64_array: i32 = 8; [INFO] [stdout] | -------------------------------------- similarly named constant `napi_float64_array` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find unit struct, unit variant or constant `napi_biguint64_array` in module `sys::TypedarrayType` [INFO] [stdout] --> src/js_values/arraybuffer.rs:67:28 [INFO] [stdout] | [INFO] [stdout] 67 | sys::TypedarrayType::napi_biguint64_array => Self::BigUint64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `napi_uint16_array` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/napi-sys-1.1.1/src/lib.rs:96:3 [INFO] [stdout] | [INFO] [stdout] 96 | pub const napi_uint16_array: i32 = 4; [INFO] [stdout] | ------------------------------------- similarly named constant `napi_uint16_array` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0531`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0531`. [INFO] [stdout] [INFO] [stderr] error: could not compile `napi` [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" "5a460e97c0b4b6df247d2e2f0d60402c572b6e4ac470de3672385be61bf1a537", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a460e97c0b4b6df247d2e2f0d60402c572b6e4ac470de3672385be61bf1a537", kill_on_drop: false }` [INFO] [stdout] 5a460e97c0b4b6df247d2e2f0d60402c572b6e4ac470de3672385be61bf1a537