[INFO] fetching crate solder 0.1.6... [INFO] checking solder-0.1.6 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate solder 0.1.6 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate solder 0.1.6 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-5-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-5-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 06d6814b6b4afa71d3e8ddeb54bddb33869e12d7d83e705647c7439839cc1caf [INFO] running `Command { std: "docker" "start" "-a" "06d6814b6b4afa71d3e8ddeb54bddb33869e12d7d83e705647c7439839cc1caf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "06d6814b6b4afa71d3e8ddeb54bddb33869e12d7d83e705647c7439839cc1caf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06d6814b6b4afa71d3e8ddeb54bddb33869e12d7d83e705647c7439839cc1caf", kill_on_drop: false }` [INFO] [stdout] 06d6814b6b4afa71d3e8ddeb54bddb33869e12d7d83e705647c7439839cc1caf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 241da07e94a1838cd34f7973450cab550034bdd86bd3bed2cb75bba1ef6f567d [INFO] running `Command { std: "docker" "start" "-a" "241da07e94a1838cd34f7973450cab550034bdd86bd3bed2cb75bba1ef6f567d", kill_on_drop: false }` [INFO] [stderr] Compiling solder v0.1.6 (/opt/rustwide/workdir) [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)]` 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)]` on by default [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)]` 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)]` on by default [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] error: aborting due to 1 previous error; 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0507`. [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] error: aborting due to 1 previous error; 10 warnings emitted [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 2 previous errors; 10 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `solder` (lib test) due to 2 previous errors; 10 warnings emitted [INFO] running `Command { std: "docker" "inspect" "241da07e94a1838cd34f7973450cab550034bdd86bd3bed2cb75bba1ef6f567d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "241da07e94a1838cd34f7973450cab550034bdd86bd3bed2cb75bba1ef6f567d", kill_on_drop: false }` [INFO] [stdout] 241da07e94a1838cd34f7973450cab550034bdd86bd3bed2cb75bba1ef6f567d