[INFO] fetching crate bext-php 0.2.0... [INFO] checking bext-php-0.2.0 against master#c0bb140a37c81cf59a0b40c21c9413059644e294 for pr-129249-1 [INFO] extracting crate bext-php 0.2.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate bext-php 0.2.0 [INFO] finished tweaking crates.io crate bext-php 0.2.0 [INFO] tweaked toml for crates.io crate bext-php 0.2.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate bext-php 0.2.0 on toolchain c0bb140a37c81cf59a0b40c21c9413059644e294 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate bext-php 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] cba59c26550690cd262f38dcae87456ce37e28c6d6317f1968df62856b118893 [INFO] running `Command { std: "docker" "start" "cba59c26550690cd262f38dcae87456ce37e28c6d6317f1968df62856b118893", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cba59c26550690cd262f38dcae87456ce37e28c6d6317f1968df62856b118893" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cba59c26550690cd262f38dcae87456ce37e28c6d6317f1968df62856b118893", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cba59c26550690cd262f38dcae87456ce37e28c6d6317f1968df62856b118893" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.184 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Checking futures-sink v0.3.32 [INFO] [stderr] Checking memchr v2.8.0 [INFO] [stderr] Compiling bext-php v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking winnow v0.7.15 [INFO] [stderr] Checking toml_write v0.1.2 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Checking serde_json v1.0.149 [INFO] [stderr] warning: bext-php@0.2.0: PHP NTS detected. bext-php will run with a single worker. For multi-threaded PHP, rebuild PHP with --enable-zts. [INFO] [stderr] warning: bext-php@0.2.0: In file included from /usr/include/php/20230831/Zend/zend.h:418, [INFO] [stderr] warning: bext-php@0.2.0: from /usr/include/php/20230831/main/php.h:31, [INFO] [stderr] warning: bext-php@0.2.0: from /usr/include/php/20230831/sapi/embed/php_embed.h:20, [INFO] [stderr] warning: bext-php@0.2.0: from sapi/bext_php_sapi.c:28: [INFO] [stderr] warning: bext-php@0.2.0: /usr/include/php/20230831/Zend/zend_operators.h: In function 'zend_memrchr': [INFO] [stderr] warning: bext-php@0.2.0: /usr/include/php/20230831/Zend/zend_operators.h:208:29: warning: implicit declaration of function 'memrchr'; did you mean 'memchr'? [-Wimplicit-function-declaration] [INFO] [stderr] warning: bext-php@0.2.0: 208 | return (const void*)memrchr(s, c, n); [INFO] [stderr] warning: bext-php@0.2.0: | ^~~~~~~ [INFO] [stderr] warning: bext-php@0.2.0: | memchr [INFO] [stderr] warning: bext-php@0.2.0: /usr/include/php/20230831/Zend/zend_operators.h:208:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] [INFO] [stderr] warning: bext-php@0.2.0: 208 | return (const void*)memrchr(s, c, n); [INFO] [stderr] warning: bext-php@0.2.0: | ^ [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking nanorand v0.7.0 [INFO] [stderr] Checking flume v0.11.1 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking serde_spanned v0.6.9 [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Checking toml_edit v0.22.27 [INFO] [stderr] Checking toml v0.8.23 [INFO] [stdout] warning: unused variable: `result` [INFO] [stdout] --> src/lib.rs:620:13 [INFO] [stdout] | [INFO] [stdout] 620 | let result = state.execute( [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.01s [INFO] running `Command { std: "docker" "inspect" "cba59c26550690cd262f38dcae87456ce37e28c6d6317f1968df62856b118893", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cba59c26550690cd262f38dcae87456ce37e28c6d6317f1968df62856b118893", kill_on_drop: false }` [INFO] [stdout] cba59c26550690cd262f38dcae87456ce37e28c6d6317f1968df62856b118893