01J9QM5XX2BWAFWKZKQ1VWPK6H: oxide-vpc

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "nightly-2024-05-12",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01J9QM6C32P6P6H0Z30R069QGZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-09T03:13:07.830Zjob assigned to worker 01J9QM6QASD6P8K6THWVHCABQ6 (queued for 1 m 0 s)
 
22024-10-09T03:13:16.034Zstarting task 0: "setup"
32024-10-09T03:13:16.042Z++ uname -s
42024-10-09T03:13:16.045Z+ kern=SunOS
52024-10-09T03:13:16.045Z+ case "$kern" in
62024-10-09T03:13:16.045Z+ groupadd -g 12345 build
72024-10-09T03:13:16.048Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-09T03:13:18.058Z+ zfs create -o mountpoint=/work rpool/work
92024-10-09T03:13:18.281Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-09T03:13:18.283Z+ home_fs=zfs
112024-10-09T03:13:18.284Z+ [[ zfs == autofs ]]
122024-10-09T03:13:18.284Z+ mkdir -p /home/build
132024-10-09T03:13:18.286Z+ chown build:build /home/build /work
142024-10-09T03:13:19.288Z+ chmod 0700 /home/build /work
152024-10-09T03:13:19.291Zprocess exited: duration 3258 ms, exit code 0
 
162024-10-09T03:13:19.296Zstarting task 1: "rust-toolchain"
172024-10-09T03:13:19.302Z+ printf ' * toolchain channel = "%s"
182024-10-09T03:13:19.302Z * toolchain channel = "nightly-2024-05-12"
192024-10-09T03:13:19.302Z * toolchain profile = "default"
202024-10-09T03:13:19.302Z' nightly-2024-05-12
212024-10-09T03:13:19.302Z+ printf ' * toolchain profile = "%s"
222024-10-09T03:13:19.302Z' default
232024-10-09T03:13:19.304Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-09T03:13:19.304Z+ /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-05-12 --profile default
252024-10-09T03:13:19.422Zinfo: downloading installer
262024-10-09T03:13:20.728Zinfo: profile set to 'default'
272024-10-09T03:13:20.728Zinfo: default host triple is x86_64-unknown-illumos
282024-10-09T03:13:20.730Zinfo: syncing channel updates for 'nightly-2024-05-12-x86_64-unknown-illumos'
292024-10-09T03:13:20.869Zinfo: latest update on 2024-05-12, rust version 1.80.0-nightly (78a775127 2024-05-11)
302024-10-09T03:13:20.869Zinfo: downloading component 'cargo'
312024-10-09T03:13:21.590Zinfo: downloading component 'clippy'
322024-10-09T03:13:21.835Zinfo: downloading component 'rust-docs'
332024-10-09T03:13:22.806Zinfo: downloading component 'rust-std'
342024-10-09T03:13:24.344Zinfo: downloading component 'rustc'
352024-10-09T03:13:28.223Zinfo: downloading component 'rustfmt'
362024-10-09T03:13:28.427Zinfo: installing component 'cargo'
372024-10-09T03:13:29.301Zinfo: installing component 'clippy'
382024-10-09T03:13:29.646Zinfo: installing component 'rust-docs'
392024-10-09T03:13:31.464Zinfo: installing component 'rust-std'
402024-10-09T03:13:33.000Zinfo: installing component 'rustc'
412024-10-09T03:13:37.668Zinfo: installing component 'rustfmt'
422024-10-09T03:13:38.028Zinfo: default toolchain set to 'nightly-2024-05-12-x86_64-unknown-illumos'
432024-10-09T03:13:38.028Z
442024-10-09T03:13:38.313Z nightly-2024-05-12-x86_64-unknown-illumos installed - rustc 1.80.0-nightly (78a775127 2024-05-11)
452024-10-09T03:13:38.314Z
462024-10-09T03:13:38.317Z
472024-10-09T03:13:38.318ZRust is installed now. Great!
482024-10-09T03:13:38.318Z
492024-10-09T03:13:38.318ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-09T03:13:38.318Zenvironment variable. This has not been done automatically.
512024-10-09T03:13:38.318Z
522024-10-09T03:13:38.318ZTo configure your current shell, you need to source
532024-10-09T03:13:38.318Zthe corresponding env file under $HOME/.cargo.
542024-10-09T03:13:38.318Z
552024-10-09T03:13:38.318ZThis is usually done by running one of the following (note the leading DOT):
562024-10-09T03:13:38.318Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-09T03:13:38.318Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-09T03:13:38.366Z+ rustc --version
592024-10-09T03:13:38.430Zrustc 1.80.0-nightly (78a775127 2024-05-11)
602024-10-09T03:13:38.433Zprocess exited: duration 19136 ms, exit code 0
 
612024-10-09T03:13:38.438Zstarting task 2: "authentication"
622024-10-09T03:13:38.459Zprocess exited: duration 20 ms, exit code 0
 
632024-10-09T03:13:38.464Zstarting task 3: "clone repository"
642024-10-09T03:13:38.470Z+ mkdir -p /work/oxidecomputer/opte
652024-10-09T03:13:38.473Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
662024-10-09T03:13:38.758ZCloning into '/work/oxidecomputer/opte'...
672024-10-09T03:13:40.201Z+ cd /work/oxidecomputer/opte
682024-10-09T03:13:40.201Z+ git fetch origin b40f381a6c3fe9a6626ea2d260b7645eb9fc4d6a
692024-10-09T03:13:40.425ZFrom https://github.com/oxidecomputer/opte
702024-10-09T03:13:40.425Z * branch b40f381a6c3fe9a6626ea2d260b7645eb9fc4d6a -> FETCH_HEAD
712024-10-09T03:13:40.433Z+ [[ -n renovate/clap-4.x-lockfile ]]
722024-10-09T03:13:40.435Z++ git branch --show-current
732024-10-09T03:13:40.438Z+ current=master
742024-10-09T03:13:40.438Z+ [[ master != renovate/clap-4.x-lockfile ]]
752024-10-09T03:13:40.438Z+ git branch -f renovate/clap-4.x-lockfile b40f381a6c3fe9a6626ea2d260b7645eb9fc4d6a
762024-10-09T03:13:40.441Z+ git checkout -f renovate/clap-4.x-lockfile
772024-10-09T03:13:40.463ZSwitched to branch 'renovate/clap-4.x-lockfile'
782024-10-09T03:13:40.466Z+ git reset --hard b40f381a6c3fe9a6626ea2d260b7645eb9fc4d6a
792024-10-09T03:13:40.485ZHEAD is now at b40f381 Update Rust crate clap to v4.5.20
802024-10-09T03:13:40.488Zprocess exited: duration 2021 ms, exit code 0
 
812024-10-09T03:13:40.493Zstarting task 4: "build"
822024-10-09T03:13:40.498Z+ cargo --version
832024-10-09T03:13:40.503Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
842024-10-09T03:13:40.683Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
852024-10-09T03:13:40.683Zinfo: downloading component 'cargo'
862024-10-09T03:13:41.541Zinfo: downloading component 'clippy'
872024-10-09T03:13:41.858Zinfo: downloading component 'rust-docs'
882024-10-09T03:13:43.071Zinfo: downloading component 'rust-std'
892024-10-09T03:13:44.958Zinfo: downloading component 'rustc'
902024-10-09T03:13:51.434Zinfo: downloading component 'rustfmt'
912024-10-09T03:13:51.683Zinfo: installing component 'cargo'
922024-10-09T03:13:52.569Zinfo: installing component 'clippy'
932024-10-09T03:13:52.963Zinfo: installing component 'rust-docs'
942024-10-09T03:13:54.592Zinfo: installing component 'rust-std'
952024-10-09T03:13:56.480Zinfo: installing component 'rustc'
962024-10-09T03:14:02.432Zinfo: installing component 'rustfmt'
972024-10-09T03:14:02.863Zcargo 1.81.0 (2dbb1af80 2024-08-20)
982024-10-09T03:14:02.865Z+ rustc --version
992024-10-09T03:14:02.933Zrustc 1.81.0 (eeb90cda1 2024-09-04)
1002024-10-09T03:14:02.937Z+ cd lib/oxide-vpc
1012024-10-09T03:14:02.940Z+ header 'check style'
1022024-10-09T03:14:02.940Z+ echo '# ==== check style ==== #'
1032024-10-09T03:14:02.940Z# ==== check style ==== #
1042024-10-09T03:14:02.940Z+ ptime -m cargo +nightly-2024-05-12 fmt -- --check
1052024-10-09T03:14:03.047Z`cargo metadata` exited with an error: error: failed to parse manifest at `/work/oxidecomputer/opte/lib/oxide-vpc/Cargo.toml`
1062024-10-09T03:14:03.049Z
1072024-10-09T03:14:03.049ZCaused by:
1082024-10-09T03:14:03.049Z error inheriting `uuid` from workspace root manifest's `workspace.dependencies.uuid`
1092024-10-09T03:14:03.049Z
1102024-10-09T03:14:03.049ZCaused by:
1112024-10-09T03:14:03.049Z `dependency.uuid` was not found in `workspace.dependencies`
1122024-10-09T03:14:03.050Z
1132024-10-09T03:14:03.053ZThis utility formats all bin and lib files of the current crate using rustfmt.
1142024-10-09T03:14:03.053Z
1152024-10-09T03:14:03.053ZUsage: cargo fmt [OPTIONS] [-- <rustfmt_options>...]
1162024-10-09T03:14:03.053Z
1172024-10-09T03:14:03.053ZArguments:
1182024-10-09T03:14:03.053Z [rustfmt_options]... Options passed to rustfmt
1192024-10-09T03:14:03.053Z
1202024-10-09T03:14:03.053ZOptions:
1212024-10-09T03:14:03.053Z -q, --quiet
1222024-10-09T03:14:03.053Z No output printed to stdout
1232024-10-09T03:14:03.053Z -v, --verbose
1242024-10-09T03:14:03.053Z Use verbose output
1252024-10-09T03:14:03.053Z --version
1262024-10-09T03:14:03.053Z Print rustfmt version and exit
1272024-10-09T03:14:03.053Z -p, --package <package>...
1282024-10-09T03:14:03.054Z Specify package to format
1292024-10-09T03:14:03.054Z --manifest-path <manifest-path>
1302024-10-09T03:14:03.054Z Specify path to Cargo.toml
1312024-10-09T03:14:03.054Z --message-format <message-format>
1322024-10-09T03:14:03.054Z Specify message-format: short|json|human
1332024-10-09T03:14:03.054Z --all
1342024-10-09T03:14:03.054Z Format all packages, and also their local path-based dependencies
1352024-10-09T03:14:03.054Z --check
1362024-10-09T03:14:03.055Z Run rustfmt in check mode
1372024-10-09T03:14:03.055Z -h, --help
1382024-10-09T03:14:03.055Z Print help
1392024-10-09T03:14:03.055Z
1402024-10-09T03:14:03.055Zreal 0.106318175
1412024-10-09T03:14:03.055Zuser 0.057458578
1422024-10-09T03:14:03.055Zsys 0.047786821
1432024-10-09T03:14:03.055Ztrap 0.000016619
1442024-10-09T03:14:03.055Ztflt 0.000000000
1452024-10-09T03:14:03.055Zdflt 0.000000000
1462024-10-09T03:14:03.055Zkflt 0.000000000
1472024-10-09T03:14:03.055Zlock 0.000000000
1482024-10-09T03:14:03.055Zslp 0.028626438
1492024-10-09T03:14:03.055Zlat 0.000278467
1502024-10-09T03:14:03.055Zstop 0.000126717
1512024-10-09T03:14:03.055Zprocess exited: duration 22555 ms, exit code 1
 
1522024-10-09T03:14:03.062Zfound 0 output files