[INFO] fetching crate px8_plugin_lua 0.0.11... [INFO] checking px8_plugin_lua-0.0.11 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate px8_plugin_lua 0.0.11 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate px8_plugin_lua 0.0.11 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate px8_plugin_lua 0.0.11 [INFO] finished tweaking crates.io crate px8_plugin_lua 0.0.11 [INFO] tweaked toml for crates.io crate px8_plugin_lua 0.0.11 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages to latest compatible versions [INFO] [stderr] Adding bitflags v0.1.1 (latest: v2.5.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0196e4b92443dfd07fb88ebef6b862abcf0b5ad36878b9dc04175a6fc23b6bc0 [INFO] running `Command { std: "docker" "start" "-a" "0196e4b92443dfd07fb88ebef6b862abcf0b5ad36878b9dc04175a6fc23b6bc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0196e4b92443dfd07fb88ebef6b862abcf0b5ad36878b9dc04175a6fc23b6bc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0196e4b92443dfd07fb88ebef6b862abcf0b5ad36878b9dc04175a6fc23b6bc0", kill_on_drop: false }` [INFO] [stdout] 0196e4b92443dfd07fb88ebef6b862abcf0b5ad36878b9dc04175a6fc23b6bc0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] de19683da236763e8ee0efb970189ae0e82b25b117f1384953733f0de78685c8 [INFO] running `Command { std: "docker" "start" "-a" "de19683da236763e8ee0efb970189ae0e82b25b117f1384953733f0de78685c8", kill_on_drop: false }` [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Checking bitflags v0.1.1 [INFO] [stderr] Compiling px8_plugin_lua v0.0.11 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `lua` [INFO] [stdout] --> examples/userdata-with-drop/main.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | extern crate lua; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `lua` [INFO] [stdout] --> examples/userdata/main.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | extern crate lua; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `lua` [INFO] [stdout] --> tests/extra.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate lua; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> examples/userdata-with-drop/main.rs:100:19 [INFO] [stdout] | [INFO] [stdout] 100 | ("get", Some(VecWrapper::lua_get)), [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^^ expected fn item, found a different fn item [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected fn item `unsafe extern "C" fn(_) -> _ {VecWrapper::lua_new}` [INFO] [stdout] found fn item `unsafe extern "C" fn(_) -> _ {VecWrapper::lua_get}` [INFO] [stdout] = note: different fn items have unique types, even if their signatures are the same [INFO] [stdout] help: the type constructed contains `unsafe extern "C" fn(*mut {type error}) -> i32 {VecWrapper::lua_get}` due to the type of the argument passed [INFO] [stdout] --> examples/userdata-with-drop/main.rs:100:14 [INFO] [stdout] | [INFO] [stdout] 100 | ("get", Some(VecWrapper::lua_get)), [INFO] [stdout] | ^^^^^-------------------^ [INFO] [stdout] | | [INFO] [stdout] | this argument influences the type of `Some` [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/option.rs:579:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> examples/userdata/main.rs:76:16 [INFO] [stdout] | [INFO] [stdout] 76 | ("x", Some(Point2D::lua_x)), [INFO] [stdout] | ---- ^^^^^^^^^^^^^^ expected fn item, found a different fn item [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected fn item `unsafe extern "C" fn(_) -> _ {Point2D::lua_new}` [INFO] [stdout] found fn item `unsafe extern "C" fn(_) -> _ {Point2D::lua_x}` [INFO] [stdout] = note: different fn items have unique types, even if their signatures are the same [INFO] [stdout] help: the type constructed contains `unsafe extern "C" fn(*mut {type error}) -> i32 {Point2D::lua_x}` due to the type of the argument passed [INFO] [stdout] --> examples/userdata/main.rs:76:11 [INFO] [stdout] | [INFO] [stdout] 76 | ("x", Some(Point2D::lua_x)), [INFO] [stdout] | ^^^^^--------------^ [INFO] [stdout] | | [INFO] [stdout] | this argument influences the type of `Some` [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/option.rs:579:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> examples/userdata/main.rs:77:16 [INFO] [stdout] | [INFO] [stdout] 77 | ("y", Some(Point2D::lua_y)) [INFO] [stdout] | ---- ^^^^^^^^^^^^^^ expected fn item, found a different fn item [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected fn item `unsafe extern "C" fn(_) -> _ {Point2D::lua_new}` [INFO] [stdout] found fn item `unsafe extern "C" fn(_) -> _ {Point2D::lua_y}` [INFO] [stdout] = note: different fn items have unique types, even if their signatures are the same [INFO] [stdout] help: the type constructed contains `unsafe extern "C" fn(*mut {type error}) -> i32 {Point2D::lua_y}` due to the type of the argument passed [INFO] [stdout] --> examples/userdata/main.rs:77:11 [INFO] [stdout] | [INFO] [stdout] 77 | ("y", Some(Point2D::lua_y)) [INFO] [stdout] | ^^^^^--------------^ [INFO] [stdout] | | [INFO] [stdout] | this argument influences the type of `Some` [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/option.rs:579:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> examples/userdata-with-drop/main.rs:101:19 [INFO] [stdout] | [INFO] [stdout] 101 | ("push", Some(VecWrapper::lua_push)), [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^^^ expected fn item, found a different fn item [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected fn item `unsafe extern "C" fn(_) -> _ {VecWrapper::lua_new}` [INFO] [stdout] found fn item `unsafe extern "C" fn(_) -> _ {VecWrapper::lua_push}` [INFO] [stdout] = note: different fn items have unique types, even if their signatures are the same [INFO] [stdout] help: the type constructed contains `unsafe extern "C" fn(*mut {type error}) -> i32 {VecWrapper::lua_push}` due to the type of the argument passed [INFO] [stdout] --> examples/userdata-with-drop/main.rs:101:14 [INFO] [stdout] | [INFO] [stdout] 101 | ("push", Some(VecWrapper::lua_push)), [INFO] [stdout] | ^^^^^--------------------^ [INFO] [stdout] | | [INFO] [stdout] | this argument influences the type of `Some` [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/option.rs:579:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> examples/userdata-with-drop/main.rs:102:19 [INFO] [stdout] | [INFO] [stdout] 102 | ("len", Some(VecWrapper::lua_len)) [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^^ expected fn item, found a different fn item [INFO] [stdout] | | [INFO] [stdout] | arguments to this enum variant are incorrect [INFO] [stdout] | [INFO] [stdout] = note: expected fn item `unsafe extern "C" fn(_) -> _ {VecWrapper::lua_new}` [INFO] [stdout] found fn item `unsafe extern "C" fn(_) -> _ {VecWrapper::lua_len}` [INFO] [stdout] = note: different fn items have unique types, even if their signatures are the same [INFO] [stdout] help: the type constructed contains `unsafe extern "C" fn(*mut {type error}) -> i32 {VecWrapper::lua_len}` due to the type of the argument passed [INFO] [stdout] --> examples/userdata-with-drop/main.rs:102:14 [INFO] [stdout] | [INFO] [stdout] 102 | ("len", Some(VecWrapper::lua_len)) [INFO] [stdout] | ^^^^^-------------------^ [INFO] [stdout] | | [INFO] [stdout] | this argument influences the type of `Some` [INFO] [stdout] note: tuple variant defined here [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/option.rs:579:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `px8_plugin_lua` (test "extra") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0463. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0463. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `px8_plugin_lua` (example "userdata") due to 4 previous errors [INFO] [stderr] error: could not compile `px8_plugin_lua` (example "userdata-with-drop") due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "de19683da236763e8ee0efb970189ae0e82b25b117f1384953733f0de78685c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de19683da236763e8ee0efb970189ae0e82b25b117f1384953733f0de78685c8", kill_on_drop: false }` [INFO] [stdout] de19683da236763e8ee0efb970189ae0e82b25b117f1384953733f0de78685c8