[INFO] fetching crate concrete-fftw-sys 0.1.4... [INFO] checking concrete-fftw-sys-0.1.4 against try#b2686d78d0034bb3435b348d5a63910b074a1990 for pr-104429 [INFO] extracting crate concrete-fftw-sys 0.1.4 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate concrete-fftw-sys 0.1.4 on toolchain b2686d78d0034bb3435b348d5a63910b074a1990 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2686d78d0034bb3435b348d5a63910b074a1990" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate concrete-fftw-sys 0.1.4 [INFO] finished tweaking crates.io crate concrete-fftw-sys 0.1.4 [INFO] tweaked toml for crates.io crate concrete-fftw-sys 0.1.4 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2686d78d0034bb3435b348d5a63910b074a1990" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2686d78d0034bb3435b348d5a63910b074a1990" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+b2686d78d0034bb3435b348d5a63910b074a1990" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0c00680c6289c271fb08d43e1342657dd43b7f460aea8976a2b6b85445572aa8 [INFO] running `Command { std: "docker" "start" "-a" "0c00680c6289c271fb08d43e1342657dd43b7f460aea8976a2b6b85445572aa8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0c00680c6289c271fb08d43e1342657dd43b7f460aea8976a2b6b85445572aa8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c00680c6289c271fb08d43e1342657dd43b7f460aea8976a2b6b85445572aa8", kill_on_drop: false }` [INFO] [stdout] 0c00680c6289c271fb08d43e1342657dd43b7f460aea8976a2b6b85445572aa8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+b2686d78d0034bb3435b348d5a63910b074a1990" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9b3a234f6c3f48f47ecbf50bd3909231d4adaf342e81c3290b0ddc483b00fee [INFO] running `Command { std: "docker" "start" "-a" "c9b3a234f6c3f48f47ecbf50bd3909231d4adaf342e81c3290b0ddc483b00fee", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling concrete-fftw-sys v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] Checking num-complex v0.4.2 [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/fftw.rs:65:19 [INFO] [stdout] | [INFO] [stdout] 65 | unsafe { &(*(::core::ptr::null::())).n as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deref_nullptr)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/fftw.rs:75:19 [INFO] [stdout] | [INFO] [stdout] 75 | unsafe { &(*(::core::ptr::null::())).is as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/fftw.rs:85:19 [INFO] [stdout] | [INFO] [stdout] 85 | unsafe { &(*(::core::ptr::null::())).os as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/fftw.rs:115:19 [INFO] [stdout] | [INFO] [stdout] 115 | unsafe { &(*(::core::ptr::null::())).n as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/fftw.rs:125:19 [INFO] [stdout] | [INFO] [stdout] 125 | unsafe { &(*(::core::ptr::null::())).is as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/fftw.rs:135:19 [INFO] [stdout] | [INFO] [stdout] 135 | unsafe { &(*(::core::ptr::null::())).os as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 40s [INFO] running `Command { std: "docker" "inspect" "c9b3a234f6c3f48f47ecbf50bd3909231d4adaf342e81c3290b0ddc483b00fee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9b3a234f6c3f48f47ecbf50bd3909231d4adaf342e81c3290b0ddc483b00fee", kill_on_drop: false }` [INFO] [stdout] c9b3a234f6c3f48f47ecbf50bd3909231d4adaf342e81c3290b0ddc483b00fee