[INFO] cloning repository https://github.com/19h/vizoxide
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/19h/vizoxide" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F19h%2Fvizoxide", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F19h%2Fvizoxide'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3fa72f3d1c4b8752aadd0550718e53eba4cba519
[INFO] checking 19h/vizoxide against try#04ea1e1f1a12cfa912c228ca278237d92d0bb6df for pr-148477-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F19h%2Fvizoxide" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/19h/vizoxide
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/19h/vizoxide
[INFO] tweaked toml for git repo https://github.com/19h/vizoxide written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/19h/vizoxide on toolchain 04ea1e1f1a12cfa912c228ca278237d92d0bb6df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+04ea1e1f1a12cfa912c228ca278237d92d0bb6df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/19h/vizoxide 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" "+04ea1e1f1a12cfa912c228ca278237d92d0bb6df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+04ea1e1f1a12cfa912c228ca278237d92d0bb6df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 843f0c311ba8f32fed00fc93a6218f6a6839c0a51610a8899253966446389c06
[INFO] running `Command { std: "docker" "start" "-a" "843f0c311ba8f32fed00fc93a6218f6a6839c0a51610a8899253966446389c06", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "843f0c311ba8f32fed00fc93a6218f6a6839c0a51610a8899253966446389c06", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "843f0c311ba8f32fed00fc93a6218f6a6839c0a51610a8899253966446389c06", kill_on_drop: false }`
[INFO] [stdout] 843f0c311ba8f32fed00fc93a6218f6a6839c0a51610a8899253966446389c06
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+04ea1e1f1a12cfa912c228ca278237d92d0bb6df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d8f5d071402a85193fd30c474d16e579825c5bd45b821aaa49b6db269c0fd464
[INFO] running `Command { std: "docker" "start" "-a" "d8f5d071402a85193fd30c474d16e579825c5bd45b821aaa49b6db269c0fd464", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling prettyplease v0.2.30
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling bindgen v0.71.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling libloading v0.8.6
[INFO] [stderr]    Compiling rustix v1.0.1
[INFO] [stderr]     Checking linux-raw-sys v0.9.2
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking once_cell v1.20.3
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling quote v1.0.39
[INFO] [stderr]    Compiling syn v2.0.99
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking tempfile v3.18.0
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling graphviz-sys v1.0.1
[INFO] [stderr]     Checking vizoxide v1.0.5 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/graph.rs:999:17
[INFO] [stdout]     |
[INFO] [stdout] 995 |             sys::agattr(
[INFO] [stdout]     |             ----------- arguments to this function are incorrect
[INFO] [stdout] ...
[INFO] [stdout] 999 |                 empty_str.as_ptr()
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected raw pointer `*mut i8`
[INFO] [stdout]                found raw pointer `*const i8`
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/graphviz-sys-7130112bf7dec9f8/out/bindings.rs:3:74853
[INFO] [stdout]     |
[INFO] [stdout]   3 | ...tadict_s , dict) - 16usize] ; } ; unsafe extern "C" { pub fn agattr (g : * mut Agraph_t , kind : :: std :: os :: raw :: c_int , ...
[INFO] [stdout]     |                                                                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/graph.rs:999:17
[INFO] [stdout]     |
[INFO] [stdout] 995 |             sys::agattr(
[INFO] [stdout]     |             ----------- arguments to this function are incorrect
[INFO] [stdout] ...
[INFO] [stdout] 999 |                 empty_str.as_ptr()
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^ types differ in mutability
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected raw pointer `*mut i8`
[INFO] [stdout]                found raw pointer `*const i8`
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/graphviz-sys-7130112bf7dec9f8/out/bindings.rs:3:74853
[INFO] [stdout]     |
[INFO] [stdout]   3 | ...tadict_s , dict) - 16usize] ; } ; unsafe extern "C" { pub fn agattr (g : * mut Agraph_t , kind : :: std :: os :: raw :: c_int , ...
[INFO] [stdout]     |                                                                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/graph.rs:1051:17
[INFO] [stdout]      |
[INFO] [stdout] 1047 |             sys::agattr(
[INFO] [stdout]      |             ----------- arguments to this function are incorrect
[INFO] [stdout] ...
[INFO] [stdout] 1051 |                 empty_str.as_ptr()
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^ types differ in mutability
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected raw pointer `*mut i8`
[INFO] [stdout]                 found raw pointer `*const i8`
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/graphviz-sys-7130112bf7dec9f8/out/bindings.rs:3:74853
[INFO] [stdout]      |
[INFO] [stdout]    3 | ...adict_s , dict) - 16usize] ; } ; unsafe extern "C" { pub fn agattr (g : * mut Agraph_t , kind : :: std :: os :: raw :: c_int , ...
[INFO] [stdout]      |                                                                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]     --> src/graph.rs:1051:17
[INFO] [stdout]      |
[INFO] [stdout] 1047 |             sys::agattr(
[INFO] [stdout]      |             ----------- arguments to this function are incorrect
[INFO] [stdout] ...
[INFO] [stdout] 1051 |                 empty_str.as_ptr()
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^ types differ in mutability
[INFO] [stdout]      |
[INFO] [stdout]      = note: expected raw pointer `*mut i8`
[INFO] [stdout]                 found raw pointer `*const i8`
[INFO] [stdout] note: function defined here
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/graphviz-sys-7130112bf7dec9f8/out/bindings.rs:3:74853
[INFO] [stdout]      |
[INFO] [stdout]    3 | ...adict_s , dict) - 16usize] ; } ; unsafe extern "C" { pub fn agattr (g : * mut Agraph_t , kind : :: std :: os :: raw :: c_int , ...
[INFO] [stdout]      |                                                                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vizoxide` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `vizoxide` (lib test) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "d8f5d071402a85193fd30c474d16e579825c5bd45b821aaa49b6db269c0fd464", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d8f5d071402a85193fd30c474d16e579825c5bd45b821aaa49b6db269c0fd464", kill_on_drop: false }`
[INFO] [stdout] d8f5d071402a85193fd30c474d16e579825c5bd45b821aaa49b6db269c0fd464
