[INFO] fetching crate chip 0.0.6... [INFO] documenting chip-0.0.6 against 1.46.0 for beta-1.47-rustdoc-1 [INFO] extracting crate chip 0.0.6 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate chip 0.0.6 on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate chip 0.0.6 [INFO] finished tweaking crates.io crate chip 0.0.6 [INFO] tweaked toml for crates.io crate chip 0.0.6 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] db57987f25faeeba31ae46924918abcc510bbfc9f1ca1d0d689905207a9c0cbf [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" "db57987f25faeeba31ae46924918abcc510bbfc9f1ca1d0d689905207a9c0cbf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "db57987f25faeeba31ae46924918abcc510bbfc9f1ca1d0d689905207a9c0cbf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db57987f25faeeba31ae46924918abcc510bbfc9f1ca1d0d689905207a9c0cbf", kill_on_drop: false }` [INFO] [stdout] db57987f25faeeba31ae46924918abcc510bbfc9f1ca1d0d689905207a9c0cbf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4edd341dbc405d9107e5b039122edcf0c713de3cdc88ab96d87d1c44c2c7627b [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" "4edd341dbc405d9107e5b039122edcf0c713de3cdc88ab96d87d1c44c2c7627b", kill_on_drop: false }` [INFO] [stderr] Compiling chip v0.0.6 (/opt/rustwide/workdir) [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking num-integer v0.1.43 [INFO] [stderr] Checking num-rational v0.2.4 [INFO] [stderr] Checking alga v0.9.3 [INFO] [stderr] Checking nalgebra v0.18.1 [INFO] [stderr] Documenting chip v0.0.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: `extern` block uses type `[f32; 9]`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:438:57 [INFO] [stdout] | [INFO] [stdout] 438 | pub fn euler_rotation(pyr: *const [f32; 3usize]) -> [f32; 9usize]; [INFO] [stdout] | ^^^^^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes)]` on by default [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[f32; 3]`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:472:44 [INFO] [stdout] | [INFO] [stdout] 472 | pub fn tri_center(this: *const tri) -> vec3; [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[f32; 3]`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:476:49 [INFO] [stdout] | [INFO] [stdout] 476 | pub fn tri_unit_normal(this: *const tri) -> vec3; [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[f32; 3]`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:548:46 [INFO] [stdout] | [INFO] [stdout] 548 | pub fn aabb_center(this: *const aabb) -> vec3; [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[f32; 3]`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:784:56 [INFO] [stdout] | [INFO] [stdout] 784 | pub fn Car_pitch_surface_normal(this: *mut Car) -> vec3; [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[f32; 3]`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:796:43 [INFO] [stdout] | [INFO] [stdout] 796 | pub fn Car_forward(this: *mut Car) -> vec3; [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[f32; 3]`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:800:40 [INFO] [stdout] | [INFO] [stdout] 800 | pub fn Car_left(this: *mut Car) -> vec3; [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` block uses type `[f32; 3]`, which is not FFI-safe [INFO] [stdout] --> src/ffi.rs:804:38 [INFO] [stdout] | [INFO] [stdout] 804 | pub fn Car_up(this: *mut Car) -> vec3; [INFO] [stdout] | ^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = help: consider passing a pointer to the array [INFO] [stdout] = note: passing raw arrays by value is not FFI-safe [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.53s [INFO] running `Command { std: "docker" "inspect" "4edd341dbc405d9107e5b039122edcf0c713de3cdc88ab96d87d1c44c2c7627b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4edd341dbc405d9107e5b039122edcf0c713de3cdc88ab96d87d1c44c2c7627b", kill_on_drop: false }` [INFO] [stdout] 4edd341dbc405d9107e5b039122edcf0c713de3cdc88ab96d87d1c44c2c7627b