[INFO] fetching crate solder 0.1.6... [INFO] testing solder-0.1.6 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate solder 0.1.6 into /workspace/builds/worker-3-tc2/source [INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config [INFO] started tweaking crates.io crate solder 0.1.6 [INFO] finished tweaking crates.io crate solder 0.1.6 [INFO] tweaked toml for crates.io crate solder 0.1.6 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate solder 0.1.6 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1933c834ce8847b40da391825a08805c6ea62dadd45143530220b2410e5a9fe3 [INFO] running `Command { std: "docker" "start" "-a" "1933c834ce8847b40da391825a08805c6ea62dadd45143530220b2410e5a9fe3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1933c834ce8847b40da391825a08805c6ea62dadd45143530220b2410e5a9fe3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1933c834ce8847b40da391825a08805c6ea62dadd45143530220b2410e5a9fe3", kill_on_drop: false }` [INFO] [stdout] 1933c834ce8847b40da391825a08805c6ea62dadd45143530220b2410e5a9fe3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8b997a1caf3545db2ed11dcf928e0c9a6d640a0ad32b8ab11289b8897e06ab03 [INFO] running `Command { std: "docker" "start" "-a" "8b997a1caf3545db2ed11dcf928e0c9a6d640a0ad32b8ab11289b8897e06ab03", kill_on_drop: false }` [INFO] [stderr] Compiling solder v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/zend/module.rs:7:20 [INFO] [stdout] | [INFO] [stdout] 7 | type StartupFunc = extern fn (type_: c_int, module_number: c_int) -> c_int; [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/zend/module.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | type ShutdownFunc = extern fn (type_: c_int, module_number: c_int) -> c_int; [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/zend/module.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | type InfoFunc = extern fn () ; [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/zend/module.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | type GlobalsCtorFunc = extern fn (global: *const c_void) -> c_void; [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/zend/module.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | type GlobalsDtorFunc = extern fn (global: *const c_void) -> c_void; [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/zend/module.rs:12:27 [INFO] [stdout] | [INFO] [stdout] 12 | type PostDeactivateFunc = extern fn () -> c_int; [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/zend/module.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | type HandlerFunc = extern fn (execute_data: &ExecuteData, retval: &mut Zval); [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::zend::php_echo` [INFO] [stdout] --> src/zend/types.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::zend::php_echo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `php72` [INFO] [stdout] --> src/zend/internal_php_methods.rs:14:7 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg(feature = "php72")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `php72` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `php72` [INFO] [stdout] --> src/zend/internal_php_methods.rs:19:7 [INFO] [stdout] | [INFO] [stdout] 19 | #[cfg(feature = "php72")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `php72` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `php72` [INFO] [stdout] --> src/zend/internal_php_methods.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 26 | #[cfg(not(feature = "php72"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `php72` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `php72` [INFO] [stdout] --> src/zend/internal_php_methods.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 31 | #[cfg(not(feature = "php72"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `php72` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `php73` [INFO] [stdout] --> src/zend/internal_php_methods.rs:38:7 [INFO] [stdout] | [INFO] [stdout] 38 | #[cfg(feature = "php73")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `php73` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `php73` [INFO] [stdout] --> src/zend/internal_php_methods.rs:43:7 [INFO] [stdout] | [INFO] [stdout] 43 | #[cfg(feature = "php73")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `php73` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `php73` [INFO] [stdout] --> src/zend/internal_php_methods.rs:51:11 [INFO] [stdout] | [INFO] [stdout] 51 | #[cfg(not(feature = "php73"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `php73` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `php73` [INFO] [stdout] --> src/zend/internal_php_methods.rs:56:11 [INFO] [stdout] | [INFO] [stdout] 56 | #[cfg(not(feature = "php73"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `php73` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/info.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / /// Module with functions to print a PHPInfo table [INFO] [stdout] 5 | | /// [INFO] [stdout] 6 | | /// ``` [INFO] [stdout] 7 | | /// use php::info::*; [INFO] [stdout] ... | [INFO] [stdout] 10 | | /// print_table_end(); [INFO] [stdout] 11 | | /// ``` [INFO] [stdout] | |_______^ [INFO] [stdout] 12 | [INFO] [stdout] 13 | / extern { [INFO] [stdout] 14 | | pub fn php_info_print_table_start(); [INFO] [stdout] 15 | | pub fn php_info_print_table_row(num_cols: c_int, ...) -> c_void; [INFO] [stdout] 16 | | pub fn php_info_print_table_end(); [INFO] [stdout] 17 | | } [INFO] [stdout] | |_- rustdoc does not generate documentation for extern blocks [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/info.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0507]: cannot move out of `*value.zval` which is behind a raw pointer [INFO] [stdout] --> src/zend/methods.rs:186:31 [INFO] [stdout] | [INFO] [stdout] 186 | let zval_from_value = *value.zval; [INFO] [stdout] | ^^^^^^^^^^^ move occurs because `*value.zval` has type `types::Zval`, which does not implement the `Copy` trait [INFO] [stdout] | [INFO] [stdout] help: consider cloning the value if the performance cost is acceptable [INFO] [stdout] | [INFO] [stdout] 186 | let zval_from_value = (*value.zval).clone(); [INFO] [stdout] | + +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0507`. [INFO] [stdout] [INFO] [stderr] error: could not compile `solder` (lib) due to 1 previous error; 18 warnings emitted [INFO] running `Command { std: "docker" "inspect" "8b997a1caf3545db2ed11dcf928e0c9a6d640a0ad32b8ab11289b8897e06ab03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b997a1caf3545db2ed11dcf928e0c9a6d640a0ad32b8ab11289b8897e06ab03", kill_on_drop: false }` [INFO] [stdout] 8b997a1caf3545db2ed11dcf928e0c9a6d640a0ad32b8ab11289b8897e06ab03