[INFO] fetching crate supernovas-sys 0.1.4... [INFO] checking supernovas-sys-0.1.4 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate supernovas-sys 0.1.4 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate supernovas-sys 0.1.4 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate supernovas-sys 0.1.4 [INFO] tweaked toml for crates.io crate supernovas-sys 0.1.4 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate supernovas-sys 0.1.4 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate supernovas-sys 0.1.4 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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 32367b74d6a971d2c697c250266a356597e73a3001f3f48fa8c61391a6407e96 [INFO] running `Command { std: "docker" "start" "-a" "32367b74d6a971d2c697c250266a356597e73a3001f3f48fa8c61391a6407e96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "32367b74d6a971d2c697c250266a356597e73a3001f3f48fa8c61391a6407e96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32367b74d6a971d2c697c250266a356597e73a3001f3f48fa8c61391a6407e96", kill_on_drop: false }` [INFO] [stdout] 32367b74d6a971d2c697c250266a356597e73a3001f3f48fa8c61391a6407e96 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c47b09aa9e8f55db5b8a3d9ca1e0bb4940229a315522427e1b7dfa5b824bc11e [INFO] running `Command { std: "docker" "start" "-a" "c47b09aa9e8f55db5b8a3d9ca1e0bb4940229a315522427e1b7dfa5b824bc11e", kill_on_drop: false }` [INFO] [stderr] Compiling bindgen v0.71.1 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling prettyplease v0.2.35 [INFO] [stderr] Compiling libcspice-sys v0.1.4 [INFO] [stderr] Compiling calceph-sys v0.1.4 [INFO] [stderr] Compiling supernovas-sys v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `fs` [INFO] [stdout] --> build.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | use std::{env, fs}; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::process::Command` [INFO] [stdout] --> build.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::process::Command; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `cc::Build` [INFO] [stdout] --> build.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use cc::Build; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `out_path` [INFO] [stdout] --> build.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | let out_path = PathBuf::from(env::var("OUT_DIR").unwrap()); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_out_path` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: supernovas-sys@0.1.4: `supernovas_dir` does not point to a valid directory. Please set the SUPERNOVAS_DIR environment variable or use `novas-src` feature. [INFO] [stderr] warning: supernovas-sys@0.1.4: `supernovas_dir` does not point to a valid directory. Please set the SUPERNOVAS_DIR environment variable or use `novas-src` feature. [INFO] [stderr] error: could not compile `supernovas-sys` (example "high-z") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> examples/high-z.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 63 | if sn::novas_set_unix_time( [INFO] [stdout] | ----------------------- arguments to this function are incorrect [INFO] [stdout] 64 | unix_sec, [INFO] [stdout] 65 | unix_nsec, [INFO] [stdout] | ^^^^^^^^^ expected `i64`, found `i32` [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/target/debug/build/supernovas-sys-aad8bbcac03c60df/out/bindings.rs:3:211204 [INFO] [stdout] | [INFO] [stdout] 3 | ... :: raw :: c_long) -> f64 ; } unsafe extern "C" { pub fn novas_set_unix_time (unix_time : time_t , nanos : :: std :: os :: raw :: c_lo... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you can convert an `i32` to an `i64` [INFO] [stdout] | [INFO] [stdout] 65 | unix_nsec.into(), [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> examples/calceph.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 64 | sn::novas_set_unix_time( [INFO] [stdout] | ----------------------- arguments to this function are incorrect [INFO] [stdout] 65 | unix_sec, [INFO] [stdout] 66 | unix_nsec, [INFO] [stdout] | ^^^^^^^^^ expected `i64`, found `i32` [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/target/debug/build/supernovas-sys-aad8bbcac03c60df/out/bindings.rs:3:211204 [INFO] [stdout] | [INFO] [stdout] 3 | ... :: raw :: c_long) -> f64 ; } unsafe extern "C" { pub fn novas_set_unix_time (unix_time : time_t , nanos : :: std :: os :: raw :: c_lo... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you can convert an `i32` to an `i64` [INFO] [stdout] | [INFO] [stdout] 66 | unix_nsec.into(), [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] warning: supernovas-sys@0.1.4: `supernovas_dir` does not point to a valid directory. Please set the SUPERNOVAS_DIR environment variable or use `novas-src` feature. [INFO] [stderr] error: could not compile `supernovas-sys` (example "calceph") due to 1 previous error [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> examples/rise-set.rs:67:46 [INFO] [stdout] | [INFO] [stdout] 67 | if sn::novas_set_unix_time(unix_sec, unix_nsec, LEAP_SECONDS, DUT1, &mut obs_time) != 0 { [INFO] [stdout] | ----------------------- ^^^^^^^^^ expected `i64`, found `i32` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/target/debug/build/supernovas-sys-aad8bbcac03c60df/out/bindings.rs:3:211204 [INFO] [stdout] | [INFO] [stdout] 3 | ... :: raw :: c_long) -> f64 ; } unsafe extern "C" { pub fn novas_set_unix_time (unix_time : time_t , nanos : :: std :: os :: raw :: c_lo... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: you can convert an `i32` to an `i64` [INFO] [stdout] | [INFO] [stdout] 67 | if sn::novas_set_unix_time(unix_sec, unix_nsec.into(), LEAP_SECONDS, DUT1, &mut obs_time) != 0 { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] warning: supernovas-sys@0.1.4: `supernovas_dir` does not point to a valid directory. Please set the SUPERNOVAS_DIR environment variable or use `novas-src` feature. [INFO] [stderr] error: could not compile `supernovas-sys` (example "rise-set") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "c47b09aa9e8f55db5b8a3d9ca1e0bb4940229a315522427e1b7dfa5b824bc11e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c47b09aa9e8f55db5b8a3d9ca1e0bb4940229a315522427e1b7dfa5b824bc11e", kill_on_drop: false }` [INFO] [stdout] c47b09aa9e8f55db5b8a3d9ca1e0bb4940229a315522427e1b7dfa5b824bc11e