[INFO] fetching crate solder 0.1.6...
[INFO] testing solder-0.1.6 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate solder 0.1.6 into /workspace/builds/worker-1-tc1/source
[INFO] removed /workspace/builds/worker-1-tc1/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-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate solder 0.1.6 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a18a5a5427e81067eb12e80592768e6b3829ecb5751dca1b766ceaee33e5ae41
[INFO] running `Command { std: "docker" "start" "-a" "a18a5a5427e81067eb12e80592768e6b3829ecb5751dca1b766ceaee33e5ae41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a18a5a5427e81067eb12e80592768e6b3829ecb5751dca1b766ceaee33e5ae41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a18a5a5427e81067eb12e80592768e6b3829ecb5751dca1b766ceaee33e5ae41", kill_on_drop: false }`
[INFO] [stdout] a18a5a5427e81067eb12e80592768e6b3829ecb5751dca1b766ceaee33e5ae41
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f1d87f87e86e88f644b3469ad7cc45dff5ad24f69717f791a68d41952e9dae6e
[INFO] running `Command { std: "docker" "start" "-a" "f1d87f87e86e88f644b3469ad7cc45dff5ad24f69717f791a68d41952e9dae6e", 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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" "f1d87f87e86e88f644b3469ad7cc45dff5ad24f69717f791a68d41952e9dae6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1d87f87e86e88f644b3469ad7cc45dff5ad24f69717f791a68d41952e9dae6e", kill_on_drop: false }`
[INFO] [stdout] f1d87f87e86e88f644b3469ad7cc45dff5ad24f69717f791a68d41952e9dae6e
