[INFO] fetching crate isl-rs 0.2.0... [INFO] testing isl-rs-0.2.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate isl-rs 0.2.0 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate isl-rs 0.2.0 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate isl-rs 0.2.0 [INFO] tweaked toml for crates.io crate isl-rs 0.2.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate isl-rs 0.2.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate isl-rs 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 92b7dc5c0eb4cc9c23c3d60df01035b30f700260a51d6388078a54c1af86367d [INFO] running `Command { std: "docker" "start" "-a" "92b7dc5c0eb4cc9c23c3d60df01035b30f700260a51d6388078a54c1af86367d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "92b7dc5c0eb4cc9c23c3d60df01035b30f700260a51d6388078a54c1af86367d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92b7dc5c0eb4cc9c23c3d60df01035b30f700260a51d6388078a54c1af86367d", kill_on_drop: false }` [INFO] [stdout] 92b7dc5c0eb4cc9c23c3d60df01035b30f700260a51d6388078a54c1af86367d [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] f2211c9c5fe3e9b999de2a150ab80ae0ba2255720b78f5ec5d7edf454a92e385 [INFO] running `Command { std: "docker" "start" "-a" "f2211c9c5fe3e9b999de2a150ab80ae0ba2255720b78f5ec5d7edf454a92e385", kill_on_drop: false }` [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling isl-rs v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/ctx.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/basic_set_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/basic_map_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/union_map_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/point.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/constraint.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/constraint_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/ast_node.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/ast_node_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/ast_expr_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/union_flow.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/union_access_info.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/union_pw_multi_aff_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/qpolynomial_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CStr` [INFO] [stdout] --> src/bindings/union_pw_qpolynomial_fold.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/pw_qpolynomial_fold_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/pw_qpolynomial_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/schedule_node.rs:9:22 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/bindings/enums.rs:344:13 [INFO] [stdout] | [INFO] [stdout] 343 | 3 => DimType::Out, [INFO] [stdout] | - matches all the relevant values [INFO] [stdout] 344 | 3 => DimType::Set, [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `M` should have a snake case name [INFO] [stdout] --> src/bindings/mat.rs:334:13 [INFO] [stdout] | [INFO] [stdout] 334 | let M = self; [INFO] [stdout] | ^ help: convert the identifier to snake case: `m` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `M` should have a snake case name [INFO] [stdout] --> src/bindings/mat.rs:335:17 [INFO] [stdout] | [INFO] [stdout] 335 | let mut M = M; [INFO] [stdout] | ^ help: convert the identifier to snake case: `m` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `M` should have a snake case name [INFO] [stdout] --> src/bindings/mat.rs:337:13 [INFO] [stdout] | [INFO] [stdout] 337 | let M = M.ptr; [INFO] [stdout] | ^ help: convert the identifier to snake case: `m` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `to_C_str` should have a snake case name [INFO] [stdout] --> src/bindings/ast_expr.rs:538:12 [INFO] [stdout] | [INFO] [stdout] 538 | pub fn to_C_str(&self) -> &str { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `to_c_str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `to_C_str` should have a snake case name [INFO] [stdout] --> src/bindings/ast_node.rs:549:12 [INFO] [stdout] | [INFO] [stdout] 549 | pub fn to_C_str(&self) -> &str { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `to_c_str` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s [INFO] running `Command { std: "docker" "inspect" "f2211c9c5fe3e9b999de2a150ab80ae0ba2255720b78f5ec5d7edf454a92e385", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2211c9c5fe3e9b999de2a150ab80ae0ba2255720b78f5ec5d7edf454a92e385", kill_on_drop: false }` [INFO] [stdout] f2211c9c5fe3e9b999de2a150ab80ae0ba2255720b78f5ec5d7edf454a92e385 [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] cf8a25fe07c33bbffb9a7a1b82faa93beab815d374b7b4297cfca127e1abedb9 [INFO] running `Command { std: "docker" "start" "-a" "cf8a25fe07c33bbffb9a7a1b82faa93beab815d374b7b4297cfca127e1abedb9", kill_on_drop: false }` [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/ctx.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/basic_set_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/basic_map_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/union_map_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/point.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/constraint.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/constraint_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/ast_node.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/ast_node_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/ast_expr_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/union_flow.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/union_access_info.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/union_pw_multi_aff_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/qpolynomial_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CStr` [INFO] [stdout] --> src/bindings/union_pw_qpolynomial_fold.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/pw_qpolynomial_fold_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/pw_qpolynomial_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/schedule_node.rs:9:22 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/bindings/enums.rs:344:13 [INFO] [stdout] | [INFO] [stdout] 343 | 3 => DimType::Out, [INFO] [stdout] | - matches all the relevant values [INFO] [stdout] 344 | 3 => DimType::Set, [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `M` should have a snake case name [INFO] [stdout] --> src/bindings/mat.rs:334:13 [INFO] [stdout] | [INFO] [stdout] 334 | let M = self; [INFO] [stdout] | ^ help: convert the identifier to snake case: `m` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `M` should have a snake case name [INFO] [stdout] --> src/bindings/mat.rs:335:17 [INFO] [stdout] | [INFO] [stdout] 335 | let mut M = M; [INFO] [stdout] | ^ help: convert the identifier to snake case: `m` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `M` should have a snake case name [INFO] [stdout] --> src/bindings/mat.rs:337:13 [INFO] [stdout] | [INFO] [stdout] 337 | let M = M.ptr; [INFO] [stdout] | ^ help: convert the identifier to snake case: `m` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `to_C_str` should have a snake case name [INFO] [stdout] --> src/bindings/ast_expr.rs:538:12 [INFO] [stdout] | [INFO] [stdout] 538 | pub fn to_C_str(&self) -> &str { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `to_c_str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `to_C_str` should have a snake case name [INFO] [stdout] --> src/bindings/ast_node.rs:549:12 [INFO] [stdout] | [INFO] [stdout] 549 | pub fn to_C_str(&self) -> &str { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `to_c_str` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling isl-rs v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/ctx.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/basic_set_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/basic_map_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/union_map_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/point.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/constraint.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/constraint_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/ast_node.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/ast_node_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/ast_expr_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/union_flow.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/union_access_info.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/union_pw_multi_aff_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/qpolynomial_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CStr` [INFO] [stdout] --> src/bindings/union_pw_qpolynomial_fold.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/pw_qpolynomial_fold_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/pw_qpolynomial_list.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CString` [INFO] [stdout] --> src/bindings/schedule_node.rs:9:22 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ffi::{CStr, CString}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustcjEHpia/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libisl_rs-47915003a408ceab.rlib,liblibc-8454428c84ca4d78.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*}.rlib" "-lunwind" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcfg_if-*,liblibc-*}.rlib" "-lc" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/tmp/rustcjEHpia/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/isl-rs-edeb2a0aa57a05bf/out/lib/" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/examples/hash_isl_set-00b4c69bd5ff191a" "-Wl,--gc-sections" "-static-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_stream.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x5e1): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x64f): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x6af): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x6eb): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x70a): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_stream.o):/usr/include/x86_64-linux-gnu/bits/stdio2.h:79: more undefined references to `__fprintf_chk' follow [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_id.o): in function `snprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x191e): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_options.o): in function `printf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x43): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_output.o): in function `snprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x151): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x26c4): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_printer.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x7d): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0xe4): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x13e): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x17d): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x1d8): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_printer.o): in function `snprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x5f8): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x66e): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x6dc): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x756): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_reordering.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0xc59): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_seq.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x1e5c): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x1eac): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_tab.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x954f): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x95a0): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_tab.o):/usr/include/x86_64-linux-gnu/bits/stdio2.h:79: more undefined references to `__fprintf_chk' follow [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(gmp_compat.o): in function `strcpy': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/string_fortified.h:79:(.text+0x1099): undefined reference to `__memcpy_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(imath.o): in function `memset': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/string_fortified.h:59:(.text+0xb53): undefined reference to `__memset_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:59:(.text+0x1398): undefined reference to `__memset_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:59:(.text+0x13ac): undefined reference to `__memset_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:59:(.text+0x1a18): undefined reference to `__memset_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:59:(.text+0x1a2c): undefined reference to `__memset_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(imath.o):/usr/include/x86_64-linux-gnu/bits/string_fortified.h:59: more undefined references to `__memset_chk' follow [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_arg.o): in function `printf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0xb8): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x11a): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x164): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x1b0): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x1e4): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_arg.o):/usr/include/x86_64-linux-gnu/bits/stdio2.h:86: more undefined references to `__printf_chk' follow [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_arg.o): in function `snprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x2082): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_arg.o): in function `printf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x20f7): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x21d2): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x2313): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x2365): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x2484): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_arg.o):/usr/include/x86_64-linux-gnu/bits/stdio2.h:86: more undefined references to `__printf_chk' follow [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_arg.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x2ddd): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x2e1a): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_arg.o): in function `printf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0xe0): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_ast_build.o): in function `snprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x86e): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x89d): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x2486): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x24b5): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_dim_map.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x6e6): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_factorization.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0xcb): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x109): undefined reference to `__fprintf_chk' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustcCd0BnH/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libisl_rs-47915003a408ceab.rlib,liblibc-8454428c84ca4d78.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*}.rlib" "-lunwind" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcfg_if-*,liblibc-*}.rlib" "-lc" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/tmp/rustcCd0BnH/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/isl-rs-edeb2a0aa57a05bf/out/lib/" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/examples/hello_isl_basic_set-190c2b65da30de7d" "-Wl,--gc-sections" "-static-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_stream.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x5e1): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x64f): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x6af): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x6eb): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x70a): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_stream.o):/usr/include/x86_64-linux-gnu/bits/stdio2.h:79: more undefined references to `__fprintf_chk' follow [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_id.o): in function `snprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x191e): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_options.o): in function `printf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x43): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_output.o): in function `snprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x151): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x26c4): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_printer.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x7d): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0xe4): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x13e): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x17d): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x1d8): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_printer.o): in function `snprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x5f8): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x66e): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x6dc): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x756): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_reordering.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0xc59): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_seq.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x1e5c): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x1eac): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_tab.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x954f): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x95a0): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_tab.o):/usr/include/x86_64-linux-gnu/bits/stdio2.h:79: more undefined references to `__fprintf_chk' follow [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(gmp_compat.o): in function `strcpy': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/string_fortified.h:79:(.text+0x1099): undefined reference to `__memcpy_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(imath.o): in function `memset': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/string_fortified.h:59:(.text+0xb53): undefined reference to `__memset_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:59:(.text+0x1398): undefined reference to `__memset_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:59:(.text+0x13ac): undefined reference to `__memset_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:59:(.text+0x1a18): undefined reference to `__memset_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:59:(.text+0x1a2c): undefined reference to `__memset_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(imath.o):/usr/include/x86_64-linux-gnu/bits/string_fortified.h:59: more undefined references to `__memset_chk' follow [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_arg.o): in function `printf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0xb8): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x11a): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x164): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x1b0): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x1e4): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_arg.o):/usr/include/x86_64-linux-gnu/bits/stdio2.h:86: more undefined references to `__printf_chk' follow [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_arg.o): in function `snprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x2082): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_arg.o): in function `printf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x20f7): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x21d2): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x2313): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x2365): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x2484): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_arg.o):/usr/include/x86_64-linux-gnu/bits/stdio2.h:86: more undefined references to `__printf_chk' follow [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_arg.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x2ddd): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x2e1a): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_arg.o): in function `printf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0xe0): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_ast_build.o): in function `snprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x86e): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x89d): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x2486): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x24b5): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_dim_map.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x6e6): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_factorization.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0xcb): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x109): undefined reference to `__fprintf_chk' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `isl-rs` (example "hash_isl_set") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `isl-rs` (example "hello_isl_basic_set") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustcPWY1TV/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libisl_rs-47915003a408ceab.rlib,liblibc-8454428c84ca4d78.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*}.rlib" "-lunwind" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcfg_if-*,liblibc-*}.rlib" "-lc" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/tmp/rustcPWY1TV/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/isl-rs-edeb2a0aa57a05bf/out/lib/" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/test_isl_rs-cc106f18845ecfdd" "-Wl,--gc-sections" "-static-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_stream.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x5e1): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x64f): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x6af): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x6eb): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x70a): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_stream.o):/usr/include/x86_64-linux-gnu/bits/stdio2.h:79: more undefined references to `__fprintf_chk' follow [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_id.o): in function `snprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x191e): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_options.o): in function `printf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x43): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_output.o): in function `snprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x151): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x26c4): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_printer.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x7d): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0xe4): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x13e): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x17d): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x1d8): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_printer.o): in function `snprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x5f8): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x66e): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x6dc): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x756): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_reordering.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0xc59): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_seq.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x1e5c): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x1eac): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_tab.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x954f): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x95a0): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_tab.o):/usr/include/x86_64-linux-gnu/bits/stdio2.h:79: more undefined references to `__fprintf_chk' follow [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(gmp_compat.o): in function `strcpy': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/string_fortified.h:79:(.text+0x1099): undefined reference to `__memcpy_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(imath.o): in function `memset': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/string_fortified.h:59:(.text+0xb53): undefined reference to `__memset_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:59:(.text+0x1398): undefined reference to `__memset_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:59:(.text+0x13ac): undefined reference to `__memset_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:59:(.text+0x1a18): undefined reference to `__memset_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:59:(.text+0x1a2c): undefined reference to `__memset_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(imath.o):/usr/include/x86_64-linux-gnu/bits/string_fortified.h:59: more undefined references to `__memset_chk' follow [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_arg.o): in function `printf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0xb8): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x11a): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x164): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x1b0): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x1e4): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_arg.o):/usr/include/x86_64-linux-gnu/bits/stdio2.h:86: more undefined references to `__printf_chk' follow [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_arg.o): in function `snprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x2082): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_arg.o): in function `printf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x20f7): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x21d2): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x2313): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x2365): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0x2484): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_arg.o):/usr/include/x86_64-linux-gnu/bits/stdio2.h:86: more undefined references to `__printf_chk' follow [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_arg.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x2ddd): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x2e1a): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_arg.o): in function `printf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:86:(.text+0xe0): undefined reference to `__printf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_ast_build.o): in function `snprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x86e): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x89d): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x2486): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:54:(.text+0x24b5): undefined reference to `__snprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_dim_map.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x6e6): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libisl_rs-47915003a408ceab.rlib(isl_factorization.o): in function `fprintf': [INFO] [stdout] /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0xcb): undefined reference to `__fprintf_chk' [INFO] [stdout] /usr/bin/ld: /usr/include/x86_64-linux-gnu/bits/stdio2.h:79:(.text+0x109): undefined reference to `__fprintf_chk' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `isl-rs` (test "test_isl_rs") due to 1 previous error [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/bindings/enums.rs:344:13 [INFO] [stdout] | [INFO] [stdout] 343 | 3 => DimType::Out, [INFO] [stdout] | - matches all the relevant values [INFO] [stdout] 344 | 3 => DimType::Set, [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `M` should have a snake case name [INFO] [stdout] --> src/bindings/mat.rs:334:13 [INFO] [stdout] | [INFO] [stdout] 334 | let M = self; [INFO] [stdout] | ^ help: convert the identifier to snake case: `m` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `M` should have a snake case name [INFO] [stdout] --> src/bindings/mat.rs:335:17 [INFO] [stdout] | [INFO] [stdout] 335 | let mut M = M; [INFO] [stdout] | ^ help: convert the identifier to snake case: `m` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `M` should have a snake case name [INFO] [stdout] --> src/bindings/mat.rs:337:13 [INFO] [stdout] | [INFO] [stdout] 337 | let M = M.ptr; [INFO] [stdout] | ^ help: convert the identifier to snake case: `m` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `to_C_str` should have a snake case name [INFO] [stdout] --> src/bindings/ast_expr.rs:538:12 [INFO] [stdout] | [INFO] [stdout] 538 | pub fn to_C_str(&self) -> &str { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `to_c_str` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `to_C_str` should have a snake case name [INFO] [stdout] --> src/bindings/ast_node.rs:549:12 [INFO] [stdout] | [INFO] [stdout] 549 | pub fn to_C_str(&self) -> &str { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `to_c_str` [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "cf8a25fe07c33bbffb9a7a1b82faa93beab815d374b7b4297cfca127e1abedb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf8a25fe07c33bbffb9a7a1b82faa93beab815d374b7b4297cfca127e1abedb9", kill_on_drop: false }` [INFO] [stdout] cf8a25fe07c33bbffb9a7a1b82faa93beab815d374b7b4297cfca127e1abedb9