[INFO] fetching crate php-rs 0.1.0... [INFO] checking php-rs-0.1.0 against try#05c8870159e4f328578a970e125aa76d24f03b56 for pr-76219 [INFO] extracting crate php-rs 0.1.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate php-rs 0.1.0 on toolchain 05c8870159e4f328578a970e125aa76d24f03b56 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate php-rs 0.1.0 [INFO] finished tweaking crates.io crate php-rs 0.1.0 [INFO] tweaked toml for crates.io crate php-rs 0.1.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9526be67f59fe8d52f1925db65e9ca32fe439457378b4b7a7320c6d6c17858db [INFO] running `Command { std: "docker" "start" "-a" "9526be67f59fe8d52f1925db65e9ca32fe439457378b4b7a7320c6d6c17858db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9526be67f59fe8d52f1925db65e9ca32fe439457378b4b7a7320c6d6c17858db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9526be67f59fe8d52f1925db65e9ca32fe439457378b4b7a7320c6d6c17858db", kill_on_drop: false }` [INFO] [stdout] 9526be67f59fe8d52f1925db65e9ca32fe439457378b4b7a7320c6d6c17858db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+05c8870159e4f328578a970e125aa76d24f03b56" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b8b154b046fb2ad2c29072c17eb827e0d8dbbe2e2128fb71c8193583ff2f418c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b8b154b046fb2ad2c29072c17eb827e0d8dbbe2e2128fb71c8193583ff2f418c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.76 [INFO] [stderr] Checking php-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/zend/module.rs:5:20 [INFO] [stdout] | [INFO] [stdout] 5 | type StartupFunc = extern fn (type_: c_int, module_number: c_int) -> c_int; [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(missing_abi)]` on by default [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/zend/module.rs:6:21 [INFO] [stdout] | [INFO] [stdout] 6 | type ShutdownFunc = extern fn (type_: c_int, module_number: c_int) -> c_int; [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/zend/module.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | type InfoFunc = extern fn () ; [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/zend/module.rs:8:24 [INFO] [stdout] | [INFO] [stdout] 8 | type GlobalsCtorFunc = extern fn (global: *const c_void) -> c_void; [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/zend/module.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | type GlobalsDtorFunc = extern fn (global: *const c_void) -> c_void; [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/zend/module.rs:10:27 [INFO] [stdout] | [INFO] [stdout] 10 | type PostDeactivateFunc = extern fn () -> c_int; [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/zend/module.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | type HandlerFunc = extern fn (execute_data: &ExecuteData, retval: &Value); [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/info.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / extern { [INFO] [stdout] 6 | | pub fn php_info_print_table_start(); [INFO] [stdout] 7 | | pub fn php_info_print_table_row(num_cols: c_int, ...) -> c_void; [INFO] [stdout] 8 | | pub fn php_info_print_table_end(); [INFO] [stdout] 9 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `php-rs`. [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/zend/module.rs:5:20 [INFO] [stdout] | [INFO] [stdout] 5 | type StartupFunc = extern fn (type_: c_int, module_number: c_int) -> c_int; [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(missing_abi)]` on by default [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/zend/module.rs:6:21 [INFO] [stdout] | [INFO] [stdout] 6 | type ShutdownFunc = extern fn (type_: c_int, module_number: c_int) -> c_int; [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/zend/module.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | type InfoFunc = extern fn () ; [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/zend/module.rs:8:24 [INFO] [stdout] | [INFO] [stdout] 8 | type GlobalsCtorFunc = extern fn (global: *const c_void) -> c_void; [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/zend/module.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | type GlobalsDtorFunc = extern fn (global: *const c_void) -> c_void; [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/zend/module.rs:10:27 [INFO] [stdout] | [INFO] [stdout] 10 | type PostDeactivateFunc = extern fn () -> c_int; [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/zend/module.rs:11:20 [INFO] [stdout] | [INFO] [stdout] 11 | type HandlerFunc = extern fn (execute_data: &ExecuteData, retval: &Value); [INFO] [stdout] | ^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/info.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / extern { [INFO] [stdout] 6 | | pub fn php_info_print_table_start(); [INFO] [stdout] 7 | | pub fn php_info_print_table_row(num_cols: c_int, ...) -> c_void; [INFO] [stdout] 8 | | pub fn php_info_print_table_end(); [INFO] [stdout] 9 | | } [INFO] [stdout] | |_^ ABI should be specified here [INFO] [stdout] | [INFO] [stdout] = help: the default ABI is C [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b8b154b046fb2ad2c29072c17eb827e0d8dbbe2e2128fb71c8193583ff2f418c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8b154b046fb2ad2c29072c17eb827e0d8dbbe2e2128fb71c8193583ff2f418c", kill_on_drop: false }` [INFO] [stdout] b8b154b046fb2ad2c29072c17eb827e0d8dbbe2e2128fb71c8193583ff2f418c