Build #1759049 2025-02-15T18:30:48.276614+00:00
# rustc version
rustc 1.86.0-nightly (d8810e3e2 2025-02-14)# docs.rs version
docsrs 0.6.0 (35977596 2025-02-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/s-exp-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/s-exp-0.1.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250214-1.86.0-nightly-d8810e3e2\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/i686-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 9eab8d5b7a5e339ae7d1d57088bc2a6a80f135a107b4aa596f5b94dacf18ab59
[INFO] running `Command { std: "docker" "start" "-a" "9eab8d5b7a5e339ae7d1d57088bc2a6a80f135a107b4aa596f5b94dacf18ab59", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Checking alt-std v0.2.9
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alt-std-0.2.9/src/io.rs:110:38
[INFO] [stderr] |
[INFO] [stderr] 110 | ::libc::fseek(self.file, curr as i64, ::libc::SEEK_SET);
[INFO] [stderr] | ------------- ^^^^^^^^^^^ expected `i32`, found `i64`
[INFO] [stderr] | |
[INFO] [stderr] | arguments to this function are incorrect
[INFO] [stderr] |
[INFO] [stderr] note: function defined here
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.169/src/unix/mod.rs:607:12
[INFO] [stderr] |
[INFO] [stderr] 607 | pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int;
[INFO] [stderr] | ^^^^^
[INFO] [stderr] help: you can convert an `i64` to an `i32` and panic if the converted value doesn't fit
[INFO] [stderr] |
[INFO] [stderr] 110 | ::libc::fseek(self.file, (curr as i64).try_into().unwrap(), ::libc::SEEK_SET);
[INFO] [stderr] | + +++++++++++++++++++++
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alt-std-0.2.9/src/io.rs:129:43
[INFO] [stderr] |
[INFO] [stderr] 129 | unsafe { ::libc::fseek(self.file, pos as i64, ::libc::SEEK_SET) };
[INFO] [stderr] | ------------- ^^^^^^^^^^ expected `i32`, found `i64`
[INFO] [stderr] | |
[INFO] [stderr] | arguments to this function are incorrect
[INFO] [stderr] |
[INFO] [stderr] note: function defined here
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.169/src/unix/mod.rs:607:12
[INFO] [stderr] |
[INFO] [stderr] 607 | pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int;
[INFO] [stderr] | ^^^^^
[INFO] [stderr] help: you can convert an `i64` to an `i32` and panic if the converted value doesn't fit
[INFO] [stderr] |
[INFO] [stderr] 129 | unsafe { ::libc::fseek(self.file, (pos as i64).try_into().unwrap(), ::libc::SEEK_SET) };
[INFO] [stderr] | + +++++++++++++++++++++
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alt-std-0.2.9/src/io.rs:163:38
[INFO] [stderr] |
[INFO] [stderr] 163 | ::libc::fseek(self.file, curr as i64, ::libc::SEEK_SET);
[INFO] [stderr] | ------------- ^^^^^^^^^^^ expected `i32`, found `i64`
[INFO] [stderr] | |
[INFO] [stderr] | arguments to this function are incorrect
[INFO] [stderr] |
[INFO] [stderr] note: function defined here
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.169/src/unix/mod.rs:607:12
[INFO] [stderr] |
[INFO] [stderr] 607 | pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int;
[INFO] [stderr] | ^^^^^
[INFO] [stderr] help: you can convert an `i64` to an `i32` and panic if the converted value doesn't fit
[INFO] [stderr] |
[INFO] [stderr] 163 | ::libc::fseek(self.file, (curr as i64).try_into().unwrap(), ::libc::SEEK_SET);
[INFO] [stderr] | + +++++++++++++++++++++
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alt-std-0.2.9/src/io.rs:201:43
[INFO] [stderr] |
[INFO] [stderr] 201 | unsafe { ::libc::fseek(self.file, pos as i64, ::libc::SEEK_SET) };
[INFO] [stderr] | ------------- ^^^^^^^^^^ expected `i32`, found `i64`
[INFO] [stderr] | |
[INFO] [stderr] | arguments to this function are incorrect
[INFO] [stderr] |
[INFO] [stderr] note: function defined here
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.169/src/unix/mod.rs:607:12
[INFO] [stderr] |
[INFO] [stderr] 607 | pub fn fseek(stream: *mut FILE, offset: c_long, whence: c_int) -> c_int;
[INFO] [stderr] | ^^^^^
[INFO] [stderr] help: you can convert an `i64` to an `i32` and panic if the converted value doesn't fit
[INFO] [stderr] |
[INFO] [stderr] 201 | unsafe { ::libc::fseek(self.file, (pos as i64).try_into().unwrap(), ::libc::SEEK_SET) };
[INFO] [stderr] | + +++++++++++++++++++++
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `alt-std` (lib) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "9eab8d5b7a5e339ae7d1d57088bc2a6a80f135a107b4aa596f5b94dacf18ab59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9eab8d5b7a5e339ae7d1d57088bc2a6a80f135a107b4aa596f5b94dacf18ab59", kill_on_drop: false }`
[INFO] [stdout] 9eab8d5b7a5e339ae7d1d57088bc2a6a80f135a107b4aa596f5b94dacf18ab59