01J9QM5XY3J8B1TGYDXKSV5JA5: opte-p5p

BasicConfig {
    output_rules: [
        "=/out/opte.p5p",
        "=/out/opte.p5p.sha256",
    ],
    rust_toolchain: Some(
        String(
            "nightly-2024-05-12",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/out/opte.p5p",
            series: "repo",
            name: "opte.p5p",
        },
        BasicConfigPublish {
            from_output: "/out/opte.p5p.sha256",
            series: "repo",
            name: "opte.p5p.sha256",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01J9QM6C4HC03QYPJN9T2W11V3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-09T03:13:14.860Zjob assigned to worker 01J9QM6H9W9QFF3ADXNATC8K3D (queued for 1 m 7 s)
 
22024-10-09T03:13:23.168Zstarting task 0: "setup"
32024-10-09T03:13:23.175Z++ uname -s
42024-10-09T03:13:23.177Z+ kern=SunOS
52024-10-09T03:13:23.177Z+ case "$kern" in
62024-10-09T03:13:23.177Z+ groupadd -g 12345 build
72024-10-09T03:13:23.180Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-09T03:13:25.190Z+ zfs create -o mountpoint=/work rpool/work
92024-10-09T03:13:25.294Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-09T03:13:25.302Z+ home_fs=zfs
112024-10-09T03:13:25.302Z+ [[ zfs == autofs ]]
122024-10-09T03:13:25.302Z+ mkdir -p /home/build
132024-10-09T03:13:25.302Z+ chown build:build /home/build /work
142024-10-09T03:13:27.300Z+ chmod 0700 /home/build /work
152024-10-09T03:13:27.303Zprocess exited: duration 4137 ms, exit code 0
 
162024-10-09T03:13:27.308Zstarting task 1: "rust-toolchain"
172024-10-09T03:13:27.313Z+ printf ' * toolchain channel = "%s"
182024-10-09T03:13:27.313Z' nightly-2024-05-12
192024-10-09T03:13:27.316Z+ printf ' * toolchain profile = "%s"
202024-10-09T03:13:27.316Z * toolchain channel = "nightly-2024-05-12"
212024-10-09T03:13:27.316Z * toolchain profile = "default"
222024-10-09T03:13:27.316Z' default
232024-10-09T03:13:27.316Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-09T03:13:27.316Z+ /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-05-12 --profile default
252024-10-09T03:13:27.435Zinfo: downloading installer
262024-10-09T03:13:28.985Zinfo: profile set to 'default'
272024-10-09T03:13:28.985Zinfo: default host triple is x86_64-unknown-illumos
282024-10-09T03:13:28.988Zinfo: syncing channel updates for 'nightly-2024-05-12-x86_64-unknown-illumos'
292024-10-09T03:13:29.144Zinfo: latest update on 2024-05-12, rust version 1.80.0-nightly (78a775127 2024-05-11)
302024-10-09T03:13:29.144Zinfo: downloading component 'cargo'
312024-10-09T03:13:29.976Zinfo: downloading component 'clippy'
322024-10-09T03:13:30.278Zinfo: downloading component 'rust-docs'
332024-10-09T03:13:31.449Zinfo: downloading component 'rust-std'
342024-10-09T03:13:33.174Zinfo: downloading component 'rustc'
352024-10-09T03:13:37.727Zinfo: downloading component 'rustfmt'
362024-10-09T03:13:37.963Zinfo: installing component 'cargo'
372024-10-09T03:13:38.796Zinfo: installing component 'clippy'
382024-10-09T03:13:39.163Zinfo: installing component 'rust-docs'
392024-10-09T03:13:40.759Zinfo: installing component 'rust-std'
402024-10-09T03:13:42.517Zinfo: installing component 'rustc'
412024-10-09T03:13:46.744Zinfo: installing component 'rustfmt'
422024-10-09T03:13:47.100Zinfo: default toolchain set to 'nightly-2024-05-12-x86_64-unknown-illumos'
432024-10-09T03:13:47.100Z
442024-10-09T03:13:47.367Z nightly-2024-05-12-x86_64-unknown-illumos installed - rustc 1.80.0-nightly (78a775127 2024-05-11)
452024-10-09T03:13:47.367Z
462024-10-09T03:13:47.372Z
472024-10-09T03:13:47.372ZRust is installed now. Great!
482024-10-09T03:13:47.372Z
492024-10-09T03:13:47.372ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-09T03:13:47.372Zenvironment variable. This has not been done automatically.
512024-10-09T03:13:47.372Z
522024-10-09T03:13:47.372ZTo configure your current shell, you need to source
532024-10-09T03:13:47.372Zthe corresponding env file under $HOME/.cargo.
542024-10-09T03:13:47.372Z
552024-10-09T03:13:47.372ZThis is usually done by running one of the following (note the leading DOT):
562024-10-09T03:13:47.372Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-09T03:13:47.372Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-09T03:13:47.421Z+ rustc --version
592024-10-09T03:13:47.484Zrustc 1.80.0-nightly (78a775127 2024-05-11)
602024-10-09T03:13:47.487Zprocess exited: duration 20180 ms, exit code 0
 
612024-10-09T03:13:47.492Zstarting task 2: "authentication"
622024-10-09T03:13:47.514Zprocess exited: duration 20 ms, exit code 0
 
632024-10-09T03:13:47.519Zstarting task 3: "clone repository"
642024-10-09T03:13:47.525Z+ mkdir -p /work/oxidecomputer/opte
652024-10-09T03:13:47.528Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
662024-10-09T03:13:49.709ZCloning into '/work/oxidecomputer/opte'...
672024-10-09T03:13:51.368Z+ cd /work/oxidecomputer/opte
682024-10-09T03:13:51.368Z+ git fetch origin b40f381a6c3fe9a6626ea2d260b7645eb9fc4d6a
692024-10-09T03:13:51.628ZFrom https://github.com/oxidecomputer/opte
702024-10-09T03:13:51.628Z * branch b40f381a6c3fe9a6626ea2d260b7645eb9fc4d6a -> FETCH_HEAD
712024-10-09T03:13:51.635Z+ [[ -n renovate/clap-4.x-lockfile ]]
722024-10-09T03:13:51.638Z++ git branch --show-current
732024-10-09T03:13:51.641Z+ current=master
742024-10-09T03:13:51.641Z+ [[ master != renovate/clap-4.x-lockfile ]]
752024-10-09T03:13:51.641Z+ git branch -f renovate/clap-4.x-lockfile b40f381a6c3fe9a6626ea2d260b7645eb9fc4d6a
762024-10-09T03:13:51.643Z+ git checkout -f renovate/clap-4.x-lockfile
772024-10-09T03:13:51.665ZSwitched to branch 'renovate/clap-4.x-lockfile'
782024-10-09T03:13:51.667Z+ git reset --hard b40f381a6c3fe9a6626ea2d260b7645eb9fc4d6a
792024-10-09T03:13:51.670ZHEAD is now at b40f381 Update Rust crate clap to v4.5.20
802024-10-09T03:13:51.674Zprocess exited: duration 4152 ms, exit code 0
 
812024-10-09T03:13:51.680Zstarting task 4: "build"
822024-10-09T03:13:51.685Z+ TGT_BASE=/work
832024-10-09T03:13:51.685Z+ REL_SRC=target/x86_64-unknown-unknown/release
842024-10-09T03:13:51.686Z+ REL_TGT=/work/release
852024-10-09T03:13:51.686Z+ mkdir -p /work/release
862024-10-09T03:13:51.688Z+ cargo --version
872024-10-09T03:13:51.692Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
882024-10-09T03:13:51.853Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
892024-10-09T03:13:51.853Zinfo: downloading component 'cargo'
902024-10-09T03:13:52.602Zinfo: downloading component 'clippy'
912024-10-09T03:13:52.874Zinfo: downloading component 'rust-docs'
922024-10-09T03:13:53.895Zinfo: downloading component 'rust-std'
932024-10-09T03:13:55.489Zinfo: downloading component 'rustc'
942024-10-09T03:14:01.186Zinfo: downloading component 'rustfmt'
952024-10-09T03:14:01.417Zinfo: installing component 'cargo'
962024-10-09T03:14:02.271Zinfo: installing component 'clippy'
972024-10-09T03:14:02.668Zinfo: installing component 'rust-docs'
982024-10-09T03:14:04.266Zinfo: installing component 'rust-std'
992024-10-09T03:14:06.005Zinfo: installing component 'rustc'
1002024-10-09T03:14:12.101Zinfo: installing component 'rustfmt'
1012024-10-09T03:14:12.520Zcargo 1.81.0 (2dbb1af80 2024-08-20)
1022024-10-09T03:14:12.523Z+ rustc --version
1032024-10-09T03:14:12.591Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1042024-10-09T03:14:12.596Z+ header 'build xde and opteadm (release+debug)'
1052024-10-09T03:14:12.598Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1062024-10-09T03:14:12.598Z# ==== build xde and opteadm (release+debug) ==== #
1072024-10-09T03:14:12.598Z+ ptime -m cargo xtask build
1082024-10-09T03:14:12.669Zerror: failed to load manifest for workspace member `/work/oxidecomputer/opte/bench`
1092024-10-09T03:14:12.669Zreferenced by workspace at `/work/oxidecomputer/opte/Cargo.toml`
1102024-10-09T03:14:12.669Z
1112024-10-09T03:14:12.669ZCaused by:
1122024-10-09T03:14:12.669Z failed to load manifest for dependency `opte-test-utils`
1132024-10-09T03:14:12.669Z
1142024-10-09T03:14:12.669ZCaused by:
1152024-10-09T03:14:12.669Z failed to load manifest for dependency `oxide-vpc`
1162024-10-09T03:14:12.669Z
1172024-10-09T03:14:12.670ZCaused by:
1182024-10-09T03:14:12.670Z failed to parse manifest at `/work/oxidecomputer/opte/lib/oxide-vpc/Cargo.toml`
1192024-10-09T03:14:12.670Z
1202024-10-09T03:14:12.670ZCaused by:
1212024-10-09T03:14:12.670Z error inheriting `uuid` from workspace root manifest's `workspace.dependencies.uuid`
1222024-10-09T03:14:12.670Z
1232024-10-09T03:14:12.670ZCaused by:
1242024-10-09T03:14:12.670Z `dependency.uuid` was not found in `workspace.dependencies`
1252024-10-09T03:14:12.673Z
1262024-10-09T03:14:12.673Zreal 0.069583456
1272024-10-09T03:14:12.673Zuser 0.042075037
1282024-10-09T03:14:12.673Zsys 0.026031229
1292024-10-09T03:14:12.673Ztrap 0.000049078
1302024-10-09T03:14:12.673Ztflt 0.000000000
1312024-10-09T03:14:12.673Zdflt 0.000000000
1322024-10-09T03:14:12.673Zkflt 0.000000000
1332024-10-09T03:14:12.673Zlock 0.000000000
1342024-10-09T03:14:12.673Zslp 0.000061780
1352024-10-09T03:14:12.673Zlat 0.001013533
1362024-10-09T03:14:12.673Zstop 0.000117558
1372024-10-09T03:14:12.673Zprocess exited: duration 20994 ms, exit code 101
 
1382024-10-09T03:14:12.679Zfound 0 output files
1392024-10-09T03:14:12.679Zupload error: rule "/out/opte.p5p" required a match, but was not used
1402024-10-09T03:14:12.679Zupload error: rule "/out/opte.p5p.sha256" required a match, but was not used