[INFO] cloning repository https://github.com/Clownsw/quickjs_runtime_demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Clownsw/quickjs_runtime_demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FClownsw%2Fquickjs_runtime_demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FClownsw%2Fquickjs_runtime_demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4dc407ffcacec1fbd52778e55fc44281d3a766f2 [INFO] testing Clownsw/quickjs_runtime_demo against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FClownsw%2Fquickjs_runtime_demo" "/workspace/builds/worker-45/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-45/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Clownsw/quickjs_runtime_demo 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] started tweaking git repo https://github.com/Clownsw/quickjs_runtime_demo [INFO] finished tweaking git repo https://github.com/Clownsw/quickjs_runtime_demo [INFO] tweaked toml for git repo https://github.com/Clownsw/quickjs_runtime_demo written to /workspace/builds/worker-45/source/Cargo.toml [INFO] crate git repo https://github.com/Clownsw/quickjs_runtime_demo 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] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/HiRoFa/utils` [INFO] [stderr] Updating git repository `https://github.com/Clownsw/quickjs_es_runtime.git` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libquickjs-sys v0.10.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f6996ae2b79013fed971ad8406b10fa8ecc455bdde025b72b2d1172d709e1711 [INFO] running `Command { std: "docker" "start" "-a" "f6996ae2b79013fed971ad8406b10fa8ecc455bdde025b72b2d1172d709e1711", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f6996ae2b79013fed971ad8406b10fa8ecc455bdde025b72b2d1172d709e1711", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6996ae2b79013fed971ad8406b10fa8ecc455bdde025b72b2d1172d709e1711", kill_on_drop: false }` [INFO] [stdout] f6996ae2b79013fed971ad8406b10fa8ecc455bdde025b72b2d1172d709e1711 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-45/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c6e9b015b0149c37453f659f2afe93c1cb8214f9ddb829d43ea3aa0b0edecc34 [INFO] running `Command { std: "docker" "start" "-a" "c6e9b015b0149c37453f659f2afe93c1cb8214f9ddb829d43ea3aa0b0edecc34", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.122 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling parking_lot_core v0.9.2 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling slab v0.4.6 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling quote v1.0.17 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling walkdir v0.1.8 [INFO] [stderr] Compiling copy_dir v0.1.2 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling libquickjs-sys v0.10.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling mio v0.8.2 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling simple-logging v2.0.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot v0.12.0 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling string_cache v0.8.4 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling hirofa_utils v0.6.0 (https://github.com/HiRoFa/utils#06456419) [INFO] [stderr] Compiling quickjs_runtime v0.8.0 (https://github.com/Clownsw/quickjs_es_runtime.git#8432a198) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/quickjs_es_runtime-cb14567d722a6a79/8432a19/src/quickjs_utils/typedarrays.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | length as u32, [INFO] [stdout] | ^^^^^^^^^^^^^ expected `u64`, found `u32` [INFO] [stdout] | [INFO] [stdout] help: you can convert a `u32` to a `u64` [INFO] [stdout] | [INFO] [stdout] 94 | (length as u32).into(), [INFO] [stdout] | + ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/quickjs_es_runtime-cb14567d722a6a79/8432a19/src/quickjs_utils/typedarrays.rs:157:59 [INFO] [stdout] | [INFO] [stdout] 157 | let raw = q::JS_NewArrayBufferCopy(ctx, buf.as_ptr(), length); [INFO] [stdout] | ^^^^^^ expected `u64`, found `u32` [INFO] [stdout] | [INFO] [stdout] help: you can convert a `u32` to a `u64` [INFO] [stdout] | [INFO] [stdout] 157 | let raw = q::JS_NewArrayBufferCopy(ctx, buf.as_ptr(), length.into()); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/quickjs_es_runtime-cb14567d722a6a79/8432a19/src/quickjs_utils/typedarrays.rs:204:45 [INFO] [stdout] | [INFO] [stdout] 204 | let ptr = q::JS_GetArrayBuffer(ctx, &mut len, *array_buffer.borrow_value()); [INFO] [stdout] | ^^^^^^^^ expected `u64`, found `u32` [INFO] [stdout] | [INFO] [stdout] = note: expected raw pointer `*mut u64` [INFO] [stdout] found mutable reference `&mut u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/quickjs_es_runtime-cb14567d722a6a79/8432a19/src/quickjs_utils/typedarrays.rs:236:41 [INFO] [stdout] | [INFO] [stdout] 236 | let ptr = q::JS_GetArrayBuffer(ctx, &mut len, *array_buffer.borrow_value()); [INFO] [stdout] | ^^^^^^^^ expected `u64`, found `u32` [INFO] [stdout] | [INFO] [stdout] = note: expected raw pointer `*mut u64` [INFO] [stdout] found mutable reference `&mut u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `quickjs_runtime` due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "c6e9b015b0149c37453f659f2afe93c1cb8214f9ddb829d43ea3aa0b0edecc34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6e9b015b0149c37453f659f2afe93c1cb8214f9ddb829d43ea3aa0b0edecc34", kill_on_drop: false }` [INFO] [stdout] c6e9b015b0149c37453f659f2afe93c1cb8214f9ddb829d43ea3aa0b0edecc34