01J9QM5XX0HJDWWJX26N0V4YTC: opteadm

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

Buildomat Job: 01J9QM6C1X4GM6H5M6SB90CKCZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-09T03:13:04.815Zjob assigned to worker 01J9QM6NDA3NZ74AZK6H60G91Z (queued for 57 s)
 
22024-10-09T03:13:11.899Zstarting task 0: "setup"
32024-10-09T03:13:11.908Z++ uname -s
42024-10-09T03:13:11.910Z+ kern=SunOS
52024-10-09T03:13:11.910Z+ case "$kern" in
62024-10-09T03:13:11.910Z+ groupadd -g 12345 build
72024-10-09T03:13:11.913Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-09T03:13:13.926Z+ zfs create -o mountpoint=/work rpool/work
92024-10-09T03:13:14.044Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-09T03:13:14.046Z+ home_fs=zfs
112024-10-09T03:13:14.046Z+ [[ zfs == autofs ]]
122024-10-09T03:13:14.046Z+ mkdir -p /home/build
132024-10-09T03:13:14.049Z+ chown build:build /home/build /work
142024-10-09T03:13:16.051Z+ chmod 0700 /home/build /work
152024-10-09T03:13:16.054Zprocess exited: duration 4157 ms, exit code 0
 
162024-10-09T03:13:16.060Zstarting task 1: "rust-toolchain"
172024-10-09T03:13:16.064Z+ printf ' * toolchain channel = "%s"
182024-10-09T03:13:16.064Z' nightly-2024-05-12
192024-10-09T03:13:16.064Z+ printf ' * toolchain profile = "%s"
202024-10-09T03:13:16.064Z' default
212024-10-09T03:13:16.066Z * toolchain channel = "nightly-2024-05-12"
222024-10-09T03:13:16.066Z * toolchain profile = "default"
232024-10-09T03:13:16.066Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-09T03:13:16.066Z+ /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-05-12 --profile default
252024-10-09T03:13:16.173Zinfo: downloading installer
262024-10-09T03:13:17.335Zinfo: profile set to 'default'
272024-10-09T03:13:17.335Zinfo: default host triple is x86_64-unknown-illumos
282024-10-09T03:13:17.338Zinfo: syncing channel updates for 'nightly-2024-05-12-x86_64-unknown-illumos'
292024-10-09T03:13:17.481Zinfo: latest update on 2024-05-12, rust version 1.80.0-nightly (78a775127 2024-05-11)
302024-10-09T03:13:17.481Zinfo: downloading component 'cargo'
312024-10-09T03:13:18.174Zinfo: downloading component 'clippy'
322024-10-09T03:13:18.410Zinfo: downloading component 'rust-docs'
332024-10-09T03:13:19.357Zinfo: downloading component 'rust-std'
342024-10-09T03:13:20.836Zinfo: downloading component 'rustc'
352024-10-09T03:13:24.684Zinfo: downloading component 'rustfmt'
362024-10-09T03:13:24.878Zinfo: installing component 'cargo'
372024-10-09T03:13:25.697Zinfo: installing component 'clippy'
382024-10-09T03:13:26.049Zinfo: installing component 'rust-docs'
392024-10-09T03:13:27.601Zinfo: installing component 'rust-std'
402024-10-09T03:13:29.384Zinfo: installing component 'rustc'
412024-10-09T03:13:33.544Zinfo: installing component 'rustfmt'
422024-10-09T03:13:33.874Zinfo: default toolchain set to 'nightly-2024-05-12-x86_64-unknown-illumos'
432024-10-09T03:13:33.874Z
442024-10-09T03:13:34.148Z nightly-2024-05-12-x86_64-unknown-illumos installed - rustc 1.80.0-nightly (78a775127 2024-05-11)
452024-10-09T03:13:34.148Z
462024-10-09T03:13:34.153Z
472024-10-09T03:13:34.153ZRust is installed now. Great!
482024-10-09T03:13:34.153Z
492024-10-09T03:13:34.153ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-09T03:13:34.153Zenvironment variable. This has not been done automatically.
512024-10-09T03:13:34.153Z
522024-10-09T03:13:34.153ZTo configure your current shell, you need to source
532024-10-09T03:13:34.153Zthe corresponding env file under $HOME/.cargo.
542024-10-09T03:13:34.153Z
552024-10-09T03:13:34.153ZThis is usually done by running one of the following (note the leading DOT):
562024-10-09T03:13:34.153Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-09T03:13:34.153Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-09T03:13:34.204Z+ rustc --version
592024-10-09T03:13:34.267Zrustc 1.80.0-nightly (78a775127 2024-05-11)
602024-10-09T03:13:34.274Zprocess exited: duration 18210 ms, exit code 0
 
612024-10-09T03:13:34.283Zstarting task 2: "authentication"
622024-10-09T03:13:34.307Zprocess exited: duration 22 ms, exit code 0
 
632024-10-09T03:13:34.317Zstarting task 3: "clone repository"
642024-10-09T03:13:34.321Z+ mkdir -p /work/oxidecomputer/opte
652024-10-09T03:13:34.323Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
662024-10-09T03:13:34.356ZCloning into '/work/oxidecomputer/opte'...
672024-10-09T03:13:36.050Z+ cd /work/oxidecomputer/opte
682024-10-09T03:13:36.050Z+ git fetch origin b40f381a6c3fe9a6626ea2d260b7645eb9fc4d6a
692024-10-09T03:13:36.077ZFrom https://github.com/oxidecomputer/opte
702024-10-09T03:13:36.077Z * branch b40f381a6c3fe9a6626ea2d260b7645eb9fc4d6a -> FETCH_HEAD
712024-10-09T03:13:36.077Z+ [[ -n renovate/clap-4.x-lockfile ]]
722024-10-09T03:13:36.078Z++ git branch --show-current
732024-10-09T03:13:36.078Z+ current=master
742024-10-09T03:13:36.078Z+ [[ master != renovate/clap-4.x-lockfile ]]
752024-10-09T03:13:36.078Z+ git branch -f renovate/clap-4.x-lockfile b40f381a6c3fe9a6626ea2d260b7645eb9fc4d6a
762024-10-09T03:13:36.078Z+ git checkout -f renovate/clap-4.x-lockfile
772024-10-09T03:13:36.078ZSwitched to branch 'renovate/clap-4.x-lockfile'
782024-10-09T03:13:36.078Z+ git reset --hard b40f381a6c3fe9a6626ea2d260b7645eb9fc4d6a
792024-10-09T03:13:36.078ZHEAD is now at b40f381 Update Rust crate clap to v4.5.20
802024-10-09T03:13:36.078Zprocess exited: duration 1525 ms, exit code 0
 
812024-10-09T03:13:36.103Zstarting task 4: "build"
822024-10-09T03:13:36.108Z+ cargo --version
832024-10-09T03:13:36.113Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-10-09T03:13:36.285Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-10-09T03:13:36.285Zinfo: downloading component 'cargo'
862024-10-09T03:13:36.998Zinfo: downloading component 'clippy'
872024-10-09T03:13:37.290Zinfo: downloading component 'rust-docs'
882024-10-09T03:13:38.277Zinfo: downloading component 'rust-std'
892024-10-09T03:13:39.809Zinfo: downloading component 'rustc'
902024-10-09T03:13:45.309Zinfo: downloading component 'rustfmt'
912024-10-09T03:13:45.522Zinfo: installing component 'cargo'
922024-10-09T03:13:46.374Zinfo: installing component 'clippy'
932024-10-09T03:13:46.758Zinfo: installing component 'rust-docs'
942024-10-09T03:13:48.361Zinfo: installing component 'rust-std'
952024-10-09T03:13:50.179Zinfo: installing component 'rustc'
962024-10-09T03:13:55.857Zinfo: installing component 'rustfmt'
972024-10-09T03:13:56.281Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-10-09T03:13:56.283Z+ rustc --version
992024-10-09T03:13:56.351Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-10-09T03:13:56.355Z+ pushd bin/opteadm
1012024-10-09T03:13:56.358Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1022024-10-09T03:13:56.358Z+ header 'check style'
1032024-10-09T03:13:56.358Z+ echo '# ==== check style ==== #'
1042024-10-09T03:13:56.358Z# ==== check style ==== #
1052024-10-09T03:13:56.359Z+ ptime -m cargo +nightly-2024-05-12 fmt -- --check
1062024-10-09T03:13:56.470Z`cargo metadata` exited with an error: error: failed to load manifest for workspace member `/work/oxidecomputer/opte/bench`
1072024-10-09T03:13:56.470Zreferenced by workspace at `/work/oxidecomputer/opte/Cargo.toml`
1082024-10-09T03:13:56.470Z
1092024-10-09T03:13:56.470ZCaused by:
1102024-10-09T03:13:56.470Z failed to load manifest for dependency `opte-test-utils`
1112024-10-09T03:13:56.470Z
1122024-10-09T03:13:56.470ZCaused by:
1132024-10-09T03:13:56.470Z failed to load manifest for dependency `oxide-vpc`
1142024-10-09T03:13:56.470Z
1152024-10-09T03:13:56.470ZCaused by:
1162024-10-09T03:13:56.470Z failed to parse manifest at `/work/oxidecomputer/opte/lib/oxide-vpc/Cargo.toml`
1172024-10-09T03:13:56.470Z
1182024-10-09T03:13:56.470ZCaused by:
1192024-10-09T03:13:56.470Z error inheriting `uuid` from workspace root manifest's `workspace.dependencies.uuid`
1202024-10-09T03:13:56.471Z
1212024-10-09T03:13:56.471ZCaused by:
1222024-10-09T03:13:56.471Z `dependency.uuid` was not found in `workspace.dependencies`
1232024-10-09T03:13:56.471Z
1242024-10-09T03:13:56.474ZThis utility formats all bin and lib files of the current crate using rustfmt.
1252024-10-09T03:13:56.475Z
1262024-10-09T03:13:56.475ZUsage: cargo fmt [OPTIONS] [-- <rustfmt_options>...]
1272024-10-09T03:13:56.475Z
1282024-10-09T03:13:56.475ZArguments:
1292024-10-09T03:13:56.475Z [rustfmt_options]... Options passed to rustfmt
1302024-10-09T03:13:56.475Z
1312024-10-09T03:13:56.475ZOptions:
1322024-10-09T03:13:56.476Z -q, --quiet
1332024-10-09T03:13:56.476Z No output printed to stdout
1342024-10-09T03:13:56.476Z -v, --verbose
1352024-10-09T03:13:56.476Z Use verbose output
1362024-10-09T03:13:56.476Z --version
1372024-10-09T03:13:56.476Z Print rustfmt version and exit
1382024-10-09T03:13:56.476Z -p, --package <package>...
1392024-10-09T03:13:56.476Z Specify package to format
1402024-10-09T03:13:56.476Z --manifest-path <manifest-path>
1412024-10-09T03:13:56.476Z Specify path to Cargo.toml
1422024-10-09T03:13:56.476Z --message-format <message-format>
1432024-10-09T03:13:56.476Z Specify message-format: short|json|human
1442024-10-09T03:13:56.476Z --all
1452024-10-09T03:13:56.476Z Format all packages, and also their local path-based dependencies
1462024-10-09T03:13:56.476Z --check
1472024-10-09T03:13:56.476Z Run rustfmt in check mode
1482024-10-09T03:13:56.476Z -h, --help
1492024-10-09T03:13:56.476Z Print help
1502024-10-09T03:13:56.476Z
1512024-10-09T03:13:56.476Zreal 0.110961677
1522024-10-09T03:13:56.476Zuser 0.060637851
1532024-10-09T03:13:56.476Zsys 0.049083221
1542024-10-09T03:13:56.476Ztrap 0.000000409
1552024-10-09T03:13:56.477Ztflt 0.000000000
1562024-10-09T03:13:56.477Zdflt 0.000000000
1572024-10-09T03:13:56.477Zkflt 0.000000000
1582024-10-09T03:13:56.477Zlock 0.000000000
1592024-10-09T03:13:56.477Zslp 0.034793844
1602024-10-09T03:13:56.477Zlat 0.000202357
1612024-10-09T03:13:56.477Zstop 0.000147387
1622024-10-09T03:13:56.477Zprocess exited: duration 20368 ms, exit code 1
 
1632024-10-09T03:13:56.485Zfound 0 output files
1642024-10-09T03:13:56.485Zupload error: rule "/work/debug/opteadm" required a match, but was not used
1652024-10-09T03:13:56.485Zupload error: rule "/work/debug/opteadm.debug.sha256" required a match, but was not used
1662024-10-09T03:13:56.485Zupload error: rule "/work/release/opteadm" required a match, but was not used
1672024-10-09T03:13:56.485Zupload error: rule "/work/release/opteadm.release.sha256" required a match, but was not used