[INFO] fetching crate sem 0.1.0... [INFO] checking sem-0.1.0 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate sem 0.1.0 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate sem 0.1.0 [INFO] finished tweaking crates.io crate sem 0.1.0 [INFO] tweaked toml for crates.io crate sem 0.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate sem 0.1.0 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 4a1b4290c1515e96f2f692daa0a9dc93a6b25273a0f3ccc29ad027e69a168d0e [INFO] running `Command { std: "docker" "start" "-a" "4a1b4290c1515e96f2f692daa0a9dc93a6b25273a0f3ccc29ad027e69a168d0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4a1b4290c1515e96f2f692daa0a9dc93a6b25273a0f3ccc29ad027e69a168d0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a1b4290c1515e96f2f692daa0a9dc93a6b25273a0f3ccc29ad027e69a168d0e", kill_on_drop: false }` [INFO] [stdout] 4a1b4290c1515e96f2f692daa0a9dc93a6b25273a0f3ccc29ad027e69a168d0e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 52e9a4a3d943e910876c370c14621153d031096cc9acd19a201761e4a636d8ce [INFO] running `Command { std: "docker" "start" "-a" "52e9a4a3d943e910876c370c14621153d031096cc9acd19a201761e4a636d8ce", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Checking sem v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: missing fragment specifier [INFO] [stdout] --> src/macros.rs:121:17 [INFO] [stdout] | [INFO] [stdout] 121 | ($id: expr, $index) => ({ [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: fragment specifiers must be provided [INFO] [stdout] = help: valid fragment specifiers are `ident`, `block`, `stmt`, `expr`, `pat`, `ty`, `lifetime`, `literal`, `path`, `meta`, `tt`, `item` and `vis`, along with `expr_2021` and `pat_param` for edition compatibility [INFO] [stdout] help: try adding a specifier here [INFO] [stdout] | [INFO] [stdout] 121 | ($id: expr, $index:spec) => ({ [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing fragment specifier [INFO] [stdout] --> src/macros.rs:136:17 [INFO] [stdout] | [INFO] [stdout] 136 | ($id: expr, $index) => ({ [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: fragment specifiers must be provided [INFO] [stdout] = help: valid fragment specifiers are `ident`, `block`, `stmt`, `expr`, `pat`, `ty`, `lifetime`, `literal`, `path`, `meta`, `tt`, `item` and `vis`, along with `expr_2021` and `pat_param` for edition compatibility [INFO] [stdout] help: try adding a specifier here [INFO] [stdout] | [INFO] [stdout] 136 | ($id: expr, $index:spec) => ({ [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/ffi.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | / /// The `C` extern is list of libc functions required [INFO] [stdout] 59 | | /// by the project. [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 62 | / extern "C" { [INFO] [stdout] 63 | | pub fn ftok(path: *mut i8, id: i32) -> i64; [INFO] [stdout] 64 | | pub fn semget(key: u32, nsems: i32, semflg: i32) -> i32; [INFO] [stdout] 65 | | pub fn semop(semid: i32, sops: *mut SemBuf, nsops: u64) -> i32; [INFO] [stdout] 66 | | pub fn semctl(semid: i32, semnum: i32, cmd: i32, arg: i32) -> i32; [INFO] [stdout] 67 | | } [INFO] [stdout] | |_- rustdoc does not generate documentation for extern blocks [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing fragment specifier [INFO] [stdout] --> src/macros.rs:121:17 [INFO] [stdout] | [INFO] [stdout] 121 | ($id: expr, $index) => ({ [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: fragment specifiers must be provided [INFO] [stdout] = help: valid fragment specifiers are `ident`, `block`, `stmt`, `expr`, `pat`, `ty`, `lifetime`, `literal`, `path`, `meta`, `tt`, `item` and `vis`, along with `expr_2021` and `pat_param` for edition compatibility [INFO] [stdout] help: try adding a specifier here [INFO] [stdout] | [INFO] [stdout] 121 | ($id: expr, $index:spec) => ({ [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing fragment specifier [INFO] [stdout] --> src/macros.rs:136:17 [INFO] [stdout] | [INFO] [stdout] 136 | ($id: expr, $index) => ({ [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: fragment specifiers must be provided [INFO] [stdout] = help: valid fragment specifiers are `ident`, `block`, `stmt`, `expr`, `pat`, `ty`, `lifetime`, `literal`, `path`, `meta`, `tt`, `item` and `vis`, along with `expr_2021` and `pat_param` for edition compatibility [INFO] [stdout] help: try adding a specifier here [INFO] [stdout] | [INFO] [stdout] 136 | ($id: expr, $index:spec) => ({ [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/ffi.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | / /// The `C` extern is list of libc functions required [INFO] [stdout] 59 | | /// by the project. [INFO] [stdout] | |___________________^ [INFO] [stdout] ... [INFO] [stdout] 62 | / extern "C" { [INFO] [stdout] 63 | | pub fn ftok(path: *mut i8, id: i32) -> i64; [INFO] [stdout] 64 | | pub fn semget(key: u32, nsems: i32, semflg: i32) -> i32; [INFO] [stdout] 65 | | pub fn semop(semid: i32, sops: *mut SemBuf, nsops: u64) -> i32; [INFO] [stdout] 66 | | pub fn semctl(semid: i32, semnum: i32, cmd: i32, arg: i32) -> i32; [INFO] [stdout] 67 | | } [INFO] [stdout] | |_- rustdoc does not generate documentation for extern blocks [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sem` (lib test) due to 2 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `sem` (lib) due to 2 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "52e9a4a3d943e910876c370c14621153d031096cc9acd19a201761e4a636d8ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52e9a4a3d943e910876c370c14621153d031096cc9acd19a201761e4a636d8ce", kill_on_drop: false }` [INFO] [stdout] 52e9a4a3d943e910876c370c14621153d031096cc9acd19a201761e4a636d8ce