01J5VVT9K002V2BHRG22R72AXV: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/amd-apcb",
        "oxidecomputer/amd-efs",
        "oxidecomputer/amd-firmware",
        "oxidecomputer/amd-flash",
        "oxidecomputer/amd-host-image-builder",
        "oxidecomputer/boot-image-tools",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/compliance-pilot",
        "oxidecomputer/facade",
        "oxidecomputer/helios",
        "oxidecomputer/helios-omicron-brand",
        "oxidecomputer/helios-omnios-build",
        "oxidecomputer/helios-omnios-extra",
        "oxidecomputer/nanobl-rs",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/manifest.toml",
            series: "rot-all",
            name: "manifest.toml",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip",
            series: "rot-all",
            name: "repo.zip",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip.sha256.txt",
            series: "rot-all",
            name: "repo.zip.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01J5VVTSD5MGSBFS66N5DE6QPT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-22T01:41:06.597Zjob assigned to worker 01J5VVTYP3N915W3WP0AJVF0AJ (queued for 1 m 19 s)
 
22024-08-22T01:41:14.303Zstarting task 0: "setup"
32024-08-22T01:41:14.311Z++ uname -s
42024-08-22T01:41:14.313Z+ kern=SunOS
52024-08-22T01:41:14.313Z+ case "$kern" in
62024-08-22T01:41:14.313Z+ groupadd -g 12345 build
72024-08-22T01:41:14.316Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-22T01:41:16.325Z+ zfs create -o mountpoint=/work rpool/work
92024-08-22T01:41:16.428Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-22T01:41:16.430Z+ home_fs=zfs
112024-08-22T01:41:16.430Z+ [[ zfs == autofs ]]
122024-08-22T01:41:16.430Z+ mkdir -p /home/build
132024-08-22T01:41:16.433Z+ chown build:build /home/build /work
142024-08-22T01:41:18.434Z+ chmod 0700 /home/build /work
152024-08-22T01:41:18.437Zprocess exited: duration 4136 ms, exit code 0
 
162024-08-22T01:41:18.443Zstarting task 1: "rust-toolchain"
172024-08-22T01:41:18.448Z+ printf ' * toolchain channel = "%s"
182024-08-22T01:41:18.448Z' 1.80.1
192024-08-22T01:41:18.448Z+ printf ' * toolchain profile = "%s"
202024-08-22T01:41:18.448Z' default
212024-08-22T01:41:18.448Z * toolchain channel = "1.80.1"
222024-08-22T01:41:18.448Z * toolchain profile = "default"
232024-08-22T01:41:18.451Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-22T01:41:18.451Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-22T01:41:18.542Zinfo: downloading installer
262024-08-22T01:41:19.678Zinfo: profile set to 'default'
272024-08-22T01:41:19.678Zinfo: default host triple is x86_64-unknown-illumos
282024-08-22T01:41:19.680Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-22T01:41:19.803Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-22T01:41:19.803Zinfo: downloading component 'cargo'
312024-08-22T01:41:20.466Zinfo: downloading component 'clippy'
322024-08-22T01:41:20.701Zinfo: downloading component 'rust-docs'
332024-08-22T01:41:21.598Zinfo: downloading component 'rust-std'
342024-08-22T01:41:22.869Zinfo: downloading component 'rustc'
352024-08-22T01:41:26.352Zinfo: downloading component 'rustfmt'
362024-08-22T01:41:26.553Zinfo: installing component 'cargo'
372024-08-22T01:41:27.376Zinfo: installing component 'clippy'
382024-08-22T01:41:27.743Zinfo: installing component 'rust-docs'
392024-08-22T01:41:29.353Zinfo: installing component 'rust-std'
402024-08-22T01:41:30.987Zinfo: installing component 'rustc'
412024-08-22T01:41:35.224Zinfo: installing component 'rustfmt'
422024-08-22T01:41:35.610Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-22T01:41:35.610Z
442024-08-22T01:41:35.869Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-22T01:41:35.869Z
462024-08-22T01:41:35.871Z
472024-08-22T01:41:35.871ZRust is installed now. Great!
482024-08-22T01:41:35.871Z
492024-08-22T01:41:35.871ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-22T01:41:35.871Zenvironment variable. This has not been done automatically.
512024-08-22T01:41:35.871Z
522024-08-22T01:41:35.871ZTo configure your current shell, you need to source
532024-08-22T01:41:35.872Zthe corresponding env file under $HOME/.cargo.
542024-08-22T01:41:35.872Z
552024-08-22T01:41:35.872ZThis is usually done by running one of the following (note the leading DOT):
562024-08-22T01:41:35.872Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-22T01:41:35.872Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-22T01:41:35.922Z+ rustc --version
592024-08-22T01:41:35.984Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-22T01:41:35.987Zprocess exited: duration 17541 ms, exit code 0
 
612024-08-22T01:41:35.992Zstarting task 2: "authentication"
622024-08-22T01:41:36.012Zprocess exited: duration 19 ms, exit code 0
 
632024-08-22T01:41:36.017Zstarting task 3: "clone repository"
642024-08-22T01:41:36.022Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-22T01:41:36.025Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-22T01:41:36.840ZCloning into '/work/oxidecomputer/omicron'...
672024-08-22T01:41:43.956Z+ cd /work/oxidecomputer/omicron
682024-08-22T01:41:43.959Z+ git fetch origin 9f09cb82a13dee32d6443037467c6b18aa5e9585
692024-08-22T01:41:44.237ZFrom https://github.com/oxidecomputer/omicron
702024-08-22T01:41:44.237Z * branch 9f09cb82a13dee32d6443037467c6b18aa5e9585 -> FETCH_HEAD
712024-08-22T01:41:44.247Z+ [[ -n iliana/crdb-prev ]]
722024-08-22T01:41:44.250Z++ git branch --show-current
732024-08-22T01:41:44.252Z+ current=main
742024-08-22T01:41:44.253Z+ [[ main != iliana/crdb-prev ]]
752024-08-22T01:41:44.253Z+ git branch -f iliana/crdb-prev 9f09cb82a13dee32d6443037467c6b18aa5e9585
762024-08-22T01:41:44.255Z+ git checkout -f iliana/crdb-prev
772024-08-22T01:41:44.371ZSwitched to branch 'iliana/crdb-prev'
782024-08-22T01:41:44.373Z+ git reset --hard 9f09cb82a13dee32d6443037467c6b18aa5e9585
792024-08-22T01:41:44.485ZHEAD is now at 9f09cb82a review nits
802024-08-22T01:41:44.487Zprocess exited: duration 8467 ms, exit code 0
 
812024-08-22T01:41:44.493Zstarting task 4: "build"
822024-08-22T01:41:44.498Z+ cargo --version
832024-08-22T01:41:44.551Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-22T01:41:44.553Z+ rustc --version
852024-08-22T01:41:44.609Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-22T01:41:44.612Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-22T01:41:55.960Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-22T01:41:58.227Z Startup: Caching catalogs ... Done
892024-08-22T01:41:59.929ZPlanning: Solver setup ... Done (1.037s)
902024-08-22T01:41:59.946ZPlanning: Running solver ... Done (0.017s)
912024-08-22T01:41:59.984ZPlanning: Finding local manifests ... Done (0.002s)
922024-08-22T01:42:00.018ZPlanning: Fetching manifests: 0/4 0% complete
932024-08-22T01:42:00.190ZPlanning: Fetching manifests: 4/4 100% complete
942024-08-22T01:42:00.343ZPlanning: Package planning ... Done (0.151s)
952024-08-22T01:42:00.397ZPlanning: Merging actions ... Done (0.050s)
962024-08-22T01:42:01.190ZPlanning: Checking for conflicting actions ... Done (0.793s)
972024-08-22T01:42:01.202ZPlanning: Consolidating action changes ... Done (0.011s)
982024-08-22T01:42:05.352ZPlanning: Evaluating mediators ... Done (4.152s)
992024-08-22T01:42:05.361ZPlanning: Planning completed in 7.06 seconds
1002024-08-22T01:42:06.434Z Packages to install: 4
1012024-08-22T01:42:06.434Z Mediators to change: 2
1022024-08-22T01:42:06.434Z Services to change: 1
1032024-08-22T01:42:06.437Z Estimated space available: 155.72 GB
1042024-08-22T01:42:06.437ZEstimated space to be consumed: 1.48 GB
1052024-08-22T01:42:06.437Z Create boot environment: No
1062024-08-22T01:42:06.437ZCreate backup boot environment: No
1072024-08-22T01:42:06.437Z Rebuild boot archive: No
1082024-08-22T01:42:06.437Z
1092024-08-22T01:42:06.437ZChanged mediators:
1102024-08-22T01:42:06.437Z mediator clang:
1112024-08-22T01:42:06.437Z version: None -> 15 (system default)
1122024-08-22T01:42:06.437Z
1132024-08-22T01:42:06.437Z mediator llvm:
1142024-08-22T01:42:06.437Z version: 14 (system default) -> 15 (system default)
1152024-08-22T01:42:06.437Z
1162024-08-22T01:42:06.437ZChanged packages:
1172024-08-22T01:42:06.437Zhelios-dev
1182024-08-22T01:42:06.437Z developer/build-essential
1192024-08-22T01:42:06.437Z None -> 11-2.0
1202024-08-22T01:42:06.437Z library/libxmlsec1
1212024-08-22T01:42:06.437Z None -> 1.2.35-2.0
1222024-08-22T01:42:06.437Z ooce/developer/clang-15
1232024-08-22T01:42:06.437Z None -> 15.0.7-2.0
1242024-08-22T01:42:06.437Z ooce/developer/llvm-15
1252024-08-22T01:42:06.437Z None -> 15.0.7-2.0
1262024-08-22T01:42:06.438Z
1272024-08-22T01:42:06.438ZServices:
1282024-08-22T01:42:06.438Z restart_fmri:
1292024-08-22T01:42:06.438Z svc:/system/update-man-index:default
1302024-08-22T01:42:06.606Z
1312024-08-22T01:42:06.606ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-08-22T01:42:12.729ZDownload: 209/3290 items 1.3/212.6MB 0% complete (608k/s)
1332024-08-22T01:42:19.122ZDownload: 211/3290 items 1.3/212.6MB 0% complete
1342024-08-22T01:42:25.372ZDownload: 1195/3290 items 83.5/212.6MB 39% complete (16.6M/s)
1352024-08-22T01:42:30.376ZDownload: 2571/3290 items 120.5/212.6MB 56% complete (10.3M/s)
1362024-08-22T01:42:34.969ZDownload: Completed 212.60 MB in 28.36 seconds (7.5M/s)
1372024-08-22T01:42:35.239Z Actions: 1/3689 actions (Installing new actions)
1382024-08-22T01:42:40.261Z Actions: 3553/3689 actions (Installing new actions)
1392024-08-22T01:42:40.420Z Actions: Completed 3689 actions in 5.18 seconds.
1402024-08-22T01:42:40.697Z Done (0.272s)
1412024-08-22T01:42:40.697Z Done (0.000s)
1422024-08-22T01:42:41.063Z Done (0.365s)
1432024-08-22T01:42:46.446Z Done (5.208s)
1442024-08-22T01:42:46.706Z Done (0.190s)
1452024-08-22T01:42:46.709Z Done (0.000s)
1462024-08-22T01:42:46.981Z Done (0.000s)
1472024-08-22T01:42:47.565ZPlanning: Evaluating mediator changes ... Done
1482024-08-22T01:42:47.725ZPlanning: Checking for conflicting actions ... Done
1492024-08-22T01:42:47.727ZPlanning: Consolidating action changes ... Done
1502024-08-22T01:42:47.992ZPlanning: Evaluating mediators ... Done
1512024-08-22T01:42:47.995ZPlanning: Planning completed in 0.43 seconds
1522024-08-22T01:42:48.025Z Mediators to change: 2
1532024-08-22T01:42:48.025Z Create boot environment: No
1542024-08-22T01:42:48.028ZCreate backup boot environment: No
1552024-08-22T01:42:48.118Z Done
1562024-08-22T01:42:48.118Z Done
1572024-08-22T01:42:48.338Z Done
1582024-08-22T01:42:51.756Z Done
1592024-08-22T01:42:51.838Z Done
1602024-08-22T01:42:51.840Z Done
1612024-08-22T01:42:52.455Z Done
1622024-08-22T01:42:53.062ZPlanning: Evaluating mediator changes ... Done
1632024-08-22T01:42:53.065ZPlanning: Merging actions ... Done
1642024-08-22T01:42:53.254ZPlanning: Checking for conflicting actions ... Done
1652024-08-22T01:42:53.256ZPlanning: Consolidating action changes ... Done
1662024-08-22T01:42:53.519ZPlanning: Evaluating mediators ... Done
1672024-08-22T01:42:53.573ZPlanning: Planning completed in 0.75 seconds
1682024-08-22T01:42:53.607Z Packages to change: 1
1692024-08-22T01:42:53.607Z Mediators to change: 1
1702024-08-22T01:42:53.610Z Services to change: 1
1712024-08-22T01:42:53.610Z Create boot environment: No
1722024-08-22T01:42:53.610ZCreate backup boot environment: Yes
1732024-08-22T01:42:55.534Z Actions: 1/6 actions (Updating modified actions)
1742024-08-22T01:42:55.537Z Actions: Completed 6 actions in 0.00 seconds.
1752024-08-22T01:42:55.537Z Done
1762024-08-22T01:42:55.537Z Done
1772024-08-22T01:42:55.612Z Done
1782024-08-22T01:42:59.151Z Done
1792024-08-22T01:42:59.237Z Done
1802024-08-22T01:42:59.240Z Done
1812024-08-22T01:42:59.432Z Done
1822024-08-22T01:42:59.863ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1832024-08-22T01:42:59.863Zclang system 15 system
1842024-08-22T01:42:59.863Zcsh system system illumos
1852024-08-22T01:42:59.863Zctags system system illumos
1862024-08-22T01:42:59.863Zgcc vendor 12 vendor
1872024-08-22T01:42:59.863Zgcc system 10 system
1882024-08-22T01:42:59.863Zgcc system 7 system
1892024-08-22T01:42:59.863Zgo system 1.20 system
1902024-08-22T01:42:59.863Zgo system 1.19 system
1912024-08-22T01:42:59.863Zllvm system 15 system
1922024-08-22T01:42:59.863Zllvm system 14 system
1932024-08-22T01:42:59.863Zmariadb system 10.6 system
1942024-08-22T01:42:59.863Zmta vendor vendor dma
1952024-08-22T01:42:59.863Zopenjdk system 17 system
1962024-08-22T01:42:59.863Zopenjdk system 11 system
1972024-08-22T01:42:59.863Zopenjdk system 1.8 system
1982024-08-22T01:42:59.863Zopenssl vendor 3 vendor
1992024-08-22T01:42:59.864Zperl system 5.36 system
2002024-08-22T01:42:59.864Zpostgresql system 15 system
2012024-08-22T01:42:59.864Zpostgresql system 13 system
2022024-08-22T01:42:59.864Zpython vendor 3 vendor
2032024-08-22T01:42:59.864Zpython system 2 system
2042024-08-22T01:42:59.864Zpython3 system 3.11 system
2052024-08-22T01:42:59.864Zruby system 3.0 system
2062024-08-22T01:42:59.864Zwords vendor vendor american-english
2072024-08-22T01:42:59.864Zwords system system australian-english
2082024-08-22T01:42:59.864Zwords system system british-english
2092024-08-22T01:42:59.864Zwords system system canadian-english
2102024-08-22T01:42:59.864Zwords system system french
2112024-08-22T01:42:59.864Zwords system system italian
2122024-08-22T01:42:59.864Zwords system system ngerman
2132024-08-22T01:42:59.864Zwords system system ogerman
2142024-08-22T01:42:59.864Zwords system system spanish
2152024-08-22T01:43:00.187ZPUBLISHER TYPE STATUS P LOCATION
2162024-08-22T01:43:00.187Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2172024-08-22T01:43:01.906ZFMRI IFO
2182024-08-22T01:43:01.906Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2192024-08-22T01:43:01.906Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2202024-08-22T01:43:01.906Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2212024-08-22T01:43:01.906Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2222024-08-22T01:43:01.906Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2232024-08-22T01:43:01.906Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2242024-08-22T01:43:01.906Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2252024-08-22T01:43:01.906Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2262024-08-22T01:43:01.906Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2272024-08-22T01:43:01.906Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2282024-08-22T01:43:01.906Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2292024-08-22T01:43:01.906Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2302024-08-22T01:43:02.492Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2312024-08-22T01:43:02.758Z Updating git repository `https://github.com/oxidecomputer/zone`
2322024-08-22T01:43:03.015Z Updating crates.io index
2332024-08-22T01:43:03.097Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2342024-08-22T01:43:03.783Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2352024-08-22T01:43:04.469Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2362024-08-22T01:43:04.755Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2372024-08-22T01:43:06.172Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2382024-08-22T01:43:06.414Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2392024-08-22T01:43:06.667Z Updating git repository `https://github.com/oxidecomputer/propolis`
2402024-08-22T01:43:07.805Z Updating git repository `https://github.com/oxidecomputer/crucible`
2412024-08-22T01:43:09.730Z Updating git repository `https://github.com/oxidecomputer/opte`
2422024-08-22T01:43:10.682Z Updating git repository `https://github.com/oxidecomputer/falcon`
2432024-08-22T01:43:11.355Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442024-08-22T01:43:11.614Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452024-08-22T01:43:12.139Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2462024-08-22T01:43:12.401Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2472024-08-22T01:43:12.735Z Updating git repository `https://github.com/oxidecomputer/tofino`
2482024-08-22T01:43:13.023Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2492024-08-22T01:43:13.272Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2502024-08-22T01:43:13.529Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2512024-08-22T01:43:13.803Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522024-08-22T01:43:14.070Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2532024-08-22T01:43:14.406Z Updating git repository `https://github.com/oxidecomputer/ispf`
2542024-08-22T01:43:14.664Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2552024-08-22T01:43:15.031Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2562024-08-22T01:43:15.474Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2572024-08-22T01:43:15.766Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2582024-08-22T01:43:16.272Z Updating git repository `https://github.com/oxidecomputer/typify`
2592024-08-22T01:43:18.470Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602024-08-22T01:43:18.758Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612024-08-22T01:43:19.015Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622024-08-22T01:43:19.428Z Updating git repository `https://github.com/oxidecomputer/rfb`
2632024-08-22T01:43:20.438Z Downloading crates ...
2642024-08-22T01:43:20.492Z Downloaded autocfg v1.3.0
2652024-08-22T01:43:20.498Z Downloaded bitflags v2.6.0
2662024-08-22T01:43:20.502Z Downloaded cargo-platform v0.1.8
2672024-08-22T01:43:20.504Z Downloaded byteorder v1.5.0
2682024-08-22T01:43:20.506Z Downloaded cargo_metadata v0.18.1
2692024-08-22T01:43:20.506Z Downloaded crypto-common v0.1.6
2702024-08-22T01:43:20.509Z Downloaded equivalent v1.0.1
2712024-08-22T01:43:20.509Z Downloaded errno v0.3.9
2722024-08-22T01:43:20.511Z Downloaded digest v0.10.7
2732024-08-22T01:43:20.513Z Downloaded fnv v1.0.7
2742024-08-22T01:43:20.513Z Downloaded generic-array v0.14.7
2752024-08-22T01:43:20.516Z Downloaded cfg-if v1.0.0
2762024-08-22T01:43:20.516Z Downloaded camino v1.1.9
2772024-08-22T01:43:20.518Z Downloaded block-buffer v0.10.4
2782024-08-22T01:43:20.518Z Downloaded heck v0.5.0
2792024-08-22T01:43:20.521Z Downloaded heck v0.4.1
2802024-08-22T01:43:20.521Z Downloaded hashbrown v0.14.5
2812024-08-22T01:43:20.525Z Downloaded proc-macro-error-attr v1.0.4
2822024-08-22T01:43:20.528Z Downloaded once_cell v1.19.0
2832024-08-22T01:43:20.531Z Downloaded log v0.4.21
2842024-08-22T01:43:20.533Z Downloaded itoa v1.0.11
2852024-08-22T01:43:20.533Z Downloaded quote v1.0.36
2862024-08-22T01:43:20.536Z Downloaded proc-macro2 v1.0.86
2872024-08-22T01:43:20.539Z Downloaded indexmap v2.4.0
2882024-08-22T01:43:20.548Z Downloaded rustix v0.38.34
2892024-08-22T01:43:20.571Z Downloaded strsim v0.11.1
2902024-08-22T01:43:20.574Z Downloaded sha2 v0.10.8
2912024-08-22T01:43:20.577Z Downloaded serde_spanned v0.6.7
2922024-08-22T01:43:20.577Z Downloaded semver v1.0.23
2932024-08-22T01:43:20.580Z Downloaded ryu v1.0.18
2942024-08-22T01:43:20.583Z Downloaded syn v1.0.109
2952024-08-22T01:43:20.593Z Downloaded thiserror-impl v1.0.63
2962024-08-22T01:43:20.596Z Downloaded unicode-ident v1.0.12
2972024-08-22T01:43:20.599Z Downloaded typenum v1.17.0
2982024-08-22T01:43:20.602Z Downloaded proc-macro-error v1.0.4
2992024-08-22T01:43:20.604Z Downloaded serde v1.0.208
3002024-08-22T01:43:20.607Z Downloaded serde_derive v1.0.208
3012024-08-22T01:43:20.610Z Downloaded plain v0.2.3
3022024-08-22T01:43:20.610Z Downloaded terminal_size v0.3.0
3032024-08-22T01:43:20.613Z Downloaded serde_json v1.0.125
3042024-08-22T01:43:20.618Z Downloaded thiserror v1.0.63
3052024-08-22T01:43:20.622Z Downloaded version_check v0.9.5
3062024-08-22T01:43:20.625Z Downloaded anstyle-parse v0.2.4
3072024-08-22T01:43:20.628Z Downloaded clap_lex v0.7.0
3082024-08-22T01:43:20.628Z Downloaded cpufeatures v0.2.12
3092024-08-22T01:43:20.628Z Downloaded clap_derive v4.5.13
3102024-08-22T01:43:20.631Z Downloaded anyhow v1.0.86
3112024-08-22T01:43:20.634Z Downloaded clap v4.5.16
3122024-08-22T01:43:20.642Z Downloaded memchr v2.7.2
3132024-08-22T01:43:20.647Z Downloaded utf8parse v0.2.1
3142024-08-22T01:43:20.650Z Downloaded pest v2.7.10
3152024-08-22T01:43:20.654Z Downloaded dtrace-parser v0.2.0
3162024-08-22T01:43:20.656Z Downloaded memmap v0.7.0
3172024-08-22T01:43:20.656Z Downloaded macaddr v1.0.1
3182024-08-22T01:43:20.659Z Downloaded papergrid v0.11.0
3192024-08-22T01:43:20.661Z Downloaded ucd-trie v0.1.6
3202024-08-22T01:43:20.664Z Downloaded pest_derive v2.7.10
3212024-08-22T01:43:20.667Z Downloaded clap_builder v4.5.15
3222024-08-22T01:43:20.672Z Downloaded cargo_toml v0.20.4
3232024-08-22T01:43:20.674Z Downloaded goblin v0.8.2
3242024-08-22T01:43:20.680Z Downloaded dof v0.3.0
3252024-08-22T01:43:20.683Z Downloaded bytecount v0.6.8
3262024-08-22T01:43:20.683Z Downloaded anstyle v1.0.8
3272024-08-22T01:43:20.686Z Downloaded anstream v0.6.14
3282024-08-22T01:43:20.689Z Downloaded toml_edit v0.22.20
3292024-08-22T01:43:20.708Z Downloaded toml_datetime v0.6.8
3302024-08-22T01:43:20.710Z Downloaded swrite v0.1.0
3312024-08-22T01:43:20.710Z Downloaded scroll_derive v0.12.0
3322024-08-22T01:43:20.711Z Downloaded scroll v0.12.0
3332024-08-22T01:43:20.713Z Downloaded pretty-hex v0.4.1
3342024-08-22T01:43:20.713Z Downloaded pest_meta v2.7.10
3352024-08-22T01:43:20.716Z Downloaded pest_generator v2.7.10
3362024-08-22T01:43:20.716Z Downloaded usdt-macro v0.5.0
3372024-08-22T01:43:20.718Z Downloaded usdt-impl v0.5.0
3382024-08-22T01:43:20.718Z Downloaded fs-err v2.11.0
3392024-08-22T01:43:20.721Z Downloaded usdt-attr-macro v0.5.0
3402024-08-22T01:43:20.721Z Downloaded usdt v0.5.0
3412024-08-22T01:43:20.723Z Downloaded thread-id v4.2.1
3422024-08-22T01:43:20.723Z Downloaded tabled_derive v0.7.0
3432024-08-22T01:43:20.723Z Downloaded serde_tokenstream v0.2.2
3442024-08-22T01:43:20.726Z Downloaded toml v0.8.19
3452024-08-22T01:43:20.728Z Downloaded is_terminal_polyfill v1.70.0
3462024-08-22T01:43:20.731Z Downloaded tabled v0.15.0
3472024-08-22T01:43:20.745Z Downloaded colorchoice v1.0.1
3482024-08-22T01:43:20.748Z Downloaded winnow v0.6.18
3492024-08-22T01:43:20.754Z Downloaded anstyle-query v1.0.3
3502024-08-22T01:43:20.770Z Downloaded zerocopy-derive v0.7.34
3512024-08-22T01:43:20.778Z Downloaded zerocopy v0.7.34
3522024-08-22T01:43:20.794Z Downloaded syn v2.0.74
3532024-08-22T01:43:20.804Z Downloaded unicode-width v0.1.13
3542024-08-22T01:43:20.812Z Downloaded libc v0.2.156
3552024-08-22T01:43:21.111Z Compiling proc-macro2 v1.0.86
3562024-08-22T01:43:21.113Z Compiling unicode-ident v1.0.12
3572024-08-22T01:43:21.113Z Compiling version_check v0.9.5
3582024-08-22T01:43:21.113Z Compiling serde v1.0.208
3592024-08-22T01:43:21.113Z Compiling thiserror v1.0.63
3602024-08-22T01:43:21.113Z Compiling memchr v2.7.2
3612024-08-22T01:43:21.144Z Compiling libc v0.2.156
3622024-08-22T01:43:21.148Z Compiling itoa v1.0.11
3632024-08-22T01:43:21.360Z Compiling ucd-trie v0.1.6
3642024-08-22T01:43:21.444Z Compiling ryu v1.0.18
3652024-08-22T01:43:21.766Z Compiling once_cell v1.19.0
3662024-08-22T01:43:21.922Z Compiling byteorder v1.5.0
3672024-08-22T01:43:22.264Z Compiling serde_json v1.0.125
3682024-08-22T01:43:22.607Z Compiling proc-macro-error-attr v1.0.4
3692024-08-22T01:43:22.607Z Compiling usdt-impl v0.5.0
3702024-08-22T01:43:22.611Z Compiling rustix v0.38.34
3712024-08-22T01:43:22.675Z Compiling syn v1.0.109
3722024-08-22T01:43:22.936Z Compiling proc-macro-error v1.0.4
3732024-08-22T01:43:22.956Z Compiling bitflags v2.6.0
3742024-08-22T01:43:23.115Z Compiling hashbrown v0.14.5
3752024-08-22T01:43:23.219Z Compiling log v0.4.21
3762024-08-22T01:43:23.397Z Compiling plain v0.2.3
3772024-08-22T01:43:23.419Z Compiling utf8parse v0.2.1
3782024-08-22T01:43:23.554Z Compiling quote v1.0.36
3792024-08-22T01:43:23.580Z Compiling thread-id v4.2.1
3802024-08-22T01:43:23.580Z Compiling equivalent v1.0.1
3812024-08-22T01:43:23.583Z Compiling anstyle-parse v0.2.4
3822024-08-22T01:43:23.713Z Compiling is_terminal_polyfill v1.70.0
3832024-08-22T01:43:23.766Z Compiling anstyle v1.0.8
3842024-08-22T01:43:23.835Z Compiling errno v0.3.9
3852024-08-22T01:43:23.976Z Compiling syn v2.0.74
3862024-08-22T01:43:24.105Z Compiling pretty-hex v0.4.1
3872024-08-22T01:43:24.220Z Compiling winnow v0.6.18
3882024-08-22T01:43:24.259Z Compiling camino v1.1.9
3892024-08-22T01:43:24.356Z Compiling indexmap v2.4.0
3902024-08-22T01:43:24.432Z Compiling colorchoice v1.0.1
3912024-08-22T01:43:24.600Z Compiling semver v1.0.23
3922024-08-22T01:43:24.966Z Compiling autocfg v1.3.0
3932024-08-22T01:43:25.170Z Compiling anstyle-query v1.0.3
3942024-08-22T01:43:25.326Z Compiling anstream v0.6.14
3952024-08-22T01:43:25.513Z Compiling terminal_size v0.3.0
3962024-08-22T01:43:25.704Z Compiling heck v0.4.1
3972024-08-22T01:43:25.837Z Compiling bytecount v0.6.8
3982024-08-22T01:43:25.862Z Compiling unicode-width v0.1.13
3992024-08-22T01:43:25.964Z Compiling fs-err v2.11.0
4002024-08-22T01:43:26.046Z Compiling anyhow v1.0.86
4012024-08-22T01:43:26.102Z Compiling fnv v1.0.7
4022024-08-22T01:43:26.124Z Compiling clap_lex v0.7.0
4032024-08-22T01:43:26.224Z Compiling strsim v0.11.1
4042024-08-22T01:43:26.249Z Compiling heck v0.5.0
4052024-08-22T01:43:26.415Z Compiling papergrid v0.11.0
4062024-08-22T01:43:26.641Z Compiling clap_builder v4.5.15
4072024-08-22T01:43:26.773Z Compiling memmap v0.7.0
4082024-08-22T01:43:27.701Z Compiling swrite v0.1.0
4092024-08-22T01:43:29.253Z Compiling tabled_derive v0.7.0
4102024-08-22T01:43:30.743Z Compiling tabled v0.15.0
4112024-08-22T01:43:32.282Z Compiling serde_derive v1.0.208
4122024-08-22T01:43:32.282Z Compiling thiserror-impl v1.0.63
4132024-08-22T01:43:32.285Z Compiling zerocopy-derive v0.7.34
4142024-08-22T01:43:32.451Z Compiling scroll_derive v0.12.0
4152024-08-22T01:43:32.478Z Compiling clap_derive v4.5.13
4162024-08-22T01:43:33.780Z Compiling scroll v0.12.0
4172024-08-22T01:43:34.032Z Compiling zerocopy v0.7.34
4182024-08-22T01:43:34.204Z Compiling goblin v0.8.2
4192024-08-22T01:43:34.729Z Compiling pest v2.7.10
4202024-08-22T01:43:36.174Z Compiling clap v4.5.16
4212024-08-22T01:43:36.978Z Compiling pest_meta v2.7.10
4222024-08-22T01:43:37.758Z Compiling pest_generator v2.7.10
4232024-08-22T01:43:39.364Z Compiling pest_derive v2.7.10
4242024-08-22T01:43:40.045Z Compiling dtrace-parser v0.2.0
4252024-08-22T01:43:42.384Z Compiling serde_spanned v0.6.7
4262024-08-22T01:43:42.384Z Compiling toml_datetime v0.6.8
4272024-08-22T01:43:42.388Z Compiling cargo-platform v0.1.8
4282024-08-22T01:43:42.765Z Compiling serde_tokenstream v0.2.2
4292024-08-22T01:43:42.811Z Compiling toml_edit v0.22.20
4302024-08-22T01:43:42.932Z Compiling macaddr v1.0.1
4312024-08-22T01:43:43.799Z Compiling dof v0.3.0
4322024-08-22T01:43:43.799Z Compiling cargo_metadata v0.18.1
4332024-08-22T01:43:45.489Z Compiling toml v0.8.19
4342024-08-22T01:43:45.754Z Compiling usdt-macro v0.5.0
4352024-08-22T01:43:45.754Z Compiling usdt-attr-macro v0.5.0
4362024-08-22T01:43:46.349Z Compiling cargo_toml v0.20.4
4372024-08-22T01:43:47.149Z Compiling usdt v0.5.0
4382024-08-22T01:43:50.114Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4392024-08-22T01:43:53.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.57s
4402024-08-22T01:43:54.089Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4412024-08-22T01:43:54.648Z Downloading crates ...
4422024-08-22T01:43:54.768Z Downloaded bitstruct v0.1.1
4432024-08-22T01:43:54.770Z Downloaded assert_matches v1.5.0
4442024-08-22T01:43:54.773Z Downloaded atty v0.2.14
4452024-08-22T01:43:54.773Z Downloaded async-stream-impl v0.3.5
4462024-08-22T01:43:54.788Z Downloaded cfg_aliases v0.1.1
4472024-08-22T01:43:54.791Z Downloaded crunchy v0.2.2
4482024-08-22T01:43:54.793Z Downloaded bb8 v0.8.5
4492024-08-22T01:43:54.793Z Downloaded arrayref v0.3.7
4502024-08-22T01:43:54.796Z Downloaded defmt-macros v0.3.9
4512024-08-22T01:43:54.798Z Downloaded ident_case v1.0.1
4522024-08-22T01:43:54.800Z Downloaded bitfield-struct v0.6.1
4532024-08-22T01:43:54.802Z Downloaded is-terminal v0.4.12
4542024-08-22T01:43:54.803Z Downloaded num-conv v0.1.0
4552024-08-22T01:43:54.805Z Downloaded convert_case v0.4.0
4562024-08-22T01:43:54.805Z Downloaded crc-catalog v2.4.0
4572024-08-22T01:43:54.807Z Downloaded colored v2.1.0
4582024-08-22T01:43:54.810Z Downloaded num_threads v0.1.7
4592024-08-22T01:43:54.812Z Downloaded normalize-line-endings v0.3.0
4602024-08-22T01:43:54.812Z Downloaded constant_time_eq v0.3.0
4612024-08-22T01:43:54.815Z Downloaded ciborium-ll v0.2.2
4622024-08-22T01:43:54.815Z Downloaded lru-cache v0.1.2
4632024-08-22T01:43:54.817Z Downloaded jobserver v0.1.32
4642024-08-22T01:43:54.820Z Downloaded kstat-rs v0.2.4
4652024-08-22T01:43:54.820Z Downloaded data-encoding v2.6.0
4662024-08-22T01:43:54.822Z Downloaded openssl-macros v0.1.1
4672024-08-22T01:43:54.822Z Downloaded num v0.4.3
4682024-08-22T01:43:54.824Z Downloaded mime v0.3.17
4692024-08-22T01:43:54.827Z Downloaded num-iter v0.1.45
4702024-08-22T01:43:54.827Z Downloaded num-derive v0.4.2
4712024-08-22T01:43:54.829Z Downloaded maplit v1.0.2
4722024-08-22T01:43:54.831Z Downloaded multer v3.1.0
4732024-08-22T01:43:54.834Z Downloaded debug-ignore v1.0.5
4742024-08-22T01:43:54.836Z Downloaded mockall v0.13.0
4752024-08-22T01:43:54.839Z Downloaded ascii v1.1.0
4762024-08-22T01:43:54.839Z Downloaded nanorand v0.7.0
4772024-08-22T01:43:54.841Z Downloaded console v0.15.8
4782024-08-22T01:43:54.844Z Downloaded libsw v3.3.1
4792024-08-22T01:43:54.847Z Downloaded lock_api v0.4.12
4802024-08-22T01:43:54.849Z Downloaded serde-big-array v0.5.1
4812024-08-22T01:43:54.851Z Downloaded atomicwrites v0.4.3
4822024-08-22T01:43:54.851Z Downloaded hubpack_derive v0.1.1
4832024-08-22T01:43:54.854Z Downloaded csv-core v0.1.11
4842024-08-22T01:43:54.856Z Downloaded ahash v0.8.11
4852024-08-22T01:43:54.858Z Downloaded nodrop v0.1.14
4862024-08-22T01:43:54.859Z Downloaded ciborium-io v0.2.2
4872024-08-22T01:43:54.861Z Downloaded memmap2 v0.9.4
4882024-08-22T01:43:54.863Z Downloaded indexmap v1.9.3
4892024-08-22T01:43:54.866Z Downloaded crossbeam-epoch v0.9.18
4902024-08-22T01:43:54.868Z Downloaded clang-sys v1.7.0
4912024-08-22T01:43:54.871Z Downloaded num-traits v0.2.19
4922024-08-22T01:43:54.874Z Downloaded maybe-uninit v2.0.0
4932024-08-22T01:43:54.876Z Downloaded darling_macro v0.20.9
4942024-08-22T01:43:54.876Z Downloaded cookie v0.18.1
4952024-08-22T01:43:54.879Z Downloaded ciborium v0.2.2
4962024-08-22T01:43:54.881Z Downloaded instant v0.1.12
4972024-08-22T01:43:54.884Z Downloaded allocator-api2 v0.2.18
4982024-08-22T01:43:54.887Z Downloaded argon2 v0.5.3
4992024-08-22T01:43:54.889Z Downloaded structmeta v0.2.0
5002024-08-22T01:43:54.894Z Downloaded spki v0.7.3
5012024-08-22T01:43:54.897Z Downloaded bitstruct_derive v0.1.0
5022024-08-22T01:43:54.897Z Downloaded is_ci v1.2.0
5032024-08-22T01:43:54.897Z Downloaded bitfield v0.14.0
5042024-08-22T01:43:54.897Z Downloaded block-padding v0.3.3
5052024-08-22T01:43:54.899Z Downloaded time-core v0.1.2
5062024-08-22T01:43:54.899Z Downloaded try-lock v0.2.5
5072024-08-22T01:43:54.902Z Downloaded sigpipe v0.1.3
5082024-08-22T01:43:54.902Z Downloaded opaque-debug v0.3.1
5092024-08-22T01:43:54.902Z Downloaded match_cfg v0.1.0
5102024-08-22T01:43:54.904Z Downloaded bit-set v0.5.3
5112024-08-22T01:43:54.904Z Downloaded array-init v0.0.4
5122024-08-22T01:43:54.907Z Downloaded bitflags v1.3.2
5132024-08-22T01:43:54.909Z Downloaded wait-timeout v0.2.0
5142024-08-22T01:43:54.922Z Downloaded chacha20poly1305 v0.10.1
5152024-08-22T01:43:54.922Z Downloaded openssl-sys v0.9.103
5162024-08-22T01:43:54.922Z Downloaded dirs-next v2.0.0
5172024-08-22T01:43:54.922Z Downloaded slog-json v2.6.1
5182024-08-22T01:43:54.925Z Downloaded newline-converter v0.3.0
5192024-08-22T01:43:54.925Z Downloaded cobs v0.2.3
5202024-08-22T01:43:54.925Z Downloaded openssl-probe v0.1.5
5212024-08-22T01:43:54.927Z Downloaded olpc-cjson v0.1.3
5222024-08-22T01:43:54.927Z Downloaded md-5 v0.10.6
5232024-08-22T01:43:54.929Z Downloaded enum-as-inner v0.6.0
5242024-08-22T01:43:54.931Z Downloaded strum_macros v0.25.3
5252024-08-22T01:43:54.933Z Downloaded lazy_static v1.5.0
5262024-08-22T01:43:54.934Z Downloaded number_prefix v0.4.0
5272024-08-22T01:43:54.936Z Downloaded futures-core v0.3.30
5282024-08-22T01:43:54.938Z Downloaded base64 v0.22.1
5292024-08-22T01:43:54.941Z Downloaded fd-lock v4.0.2
5302024-08-22T01:43:54.943Z Downloaded portpicker v0.1.1
5312024-08-22T01:43:54.945Z Downloaded backoff v0.4.0
5322024-08-22T01:43:54.948Z Downloaded rpassword v7.3.1
5332024-08-22T01:43:54.950Z Downloaded termcolor v1.4.1
5342024-08-22T01:43:54.950Z Downloaded static_assertions v1.1.0
5352024-08-22T01:43:54.952Z Downloaded const_format v0.2.32
5362024-08-22T01:43:54.956Z Downloaded linked-hash-map v0.5.6
5372024-08-22T01:43:54.958Z Downloaded getopts v0.2.21
5382024-08-22T01:43:54.960Z Downloaded defmt-parser v0.3.4
5392024-08-22T01:43:54.960Z Downloaded bzip2 v0.4.4
5402024-08-22T01:43:54.962Z Downloaded vte v0.11.1
5412024-08-22T01:43:54.965Z Downloaded crc32fast v1.4.0
5422024-08-22T01:43:54.968Z Downloaded num-integer v0.1.46
5432024-08-22T01:43:54.970Z Downloaded multimap v0.10.0
5442024-08-22T01:43:54.970Z Downloaded num_enum_derive v0.5.11
5452024-08-22T01:43:54.973Z Downloaded hubpack v0.1.2
5462024-08-22T01:43:54.975Z Downloaded num_enum v0.5.11
5472024-08-22T01:43:54.978Z Downloaded nibble_vec v0.1.0
5482024-08-22T01:43:54.980Z Downloaded gethostname v0.5.0
5492024-08-22T01:43:54.983Z Downloaded signal-hook-tokio v0.3.1
5502024-08-22T01:43:54.983Z Downloaded sync_wrapper v0.1.2
5512024-08-22T01:43:54.985Z Downloaded blake2 v0.10.6
5522024-08-22T01:43:54.987Z Downloaded tls_codec_derive v0.4.1
5532024-08-22T01:43:54.990Z Downloaded fallible-iterator v0.2.0
5542024-08-22T01:43:54.990Z Downloaded packed_struct_codegen v0.10.1
5552024-08-22T01:43:54.992Z Downloaded slog-scope v4.4.0
5562024-08-22T01:43:54.994Z Downloaded dirs-sys-next v0.1.2
5572024-08-22T01:43:54.995Z Downloaded backtrace v0.3.71
5582024-08-22T01:43:54.999Z Downloaded diesel_table_macro_syntax v0.2.0
5592024-08-22T01:43:55.002Z Downloaded rand_xorshift v0.3.0
5602024-08-22T01:43:55.004Z Downloaded rustc-hash v1.1.0
5612024-08-22T01:43:55.004Z Downloaded futures-channel v0.3.30
5622024-08-22T01:43:55.007Z Downloaded der_derive v0.7.2
5632024-08-22T01:43:55.009Z Downloaded downcast v0.11.0
5642024-08-22T01:43:55.009Z Downloaded walkdir v2.5.0
5652024-08-22T01:43:55.011Z Downloaded dyn-clone v1.0.17
5662024-08-22T01:43:55.014Z Downloaded crossbeam-channel v0.5.12
5672024-08-22T01:43:55.018Z Downloaded shlex v1.3.0
5682024-08-22T01:43:55.020Z Downloaded spin v0.5.2
5692024-08-22T01:43:55.022Z Downloaded signal-hook-registry v1.4.2
5702024-08-22T01:43:55.023Z Downloaded psl-types v2.0.11
5712024-08-22T01:43:55.025Z Downloaded http-range v0.1.5
5722024-08-22T01:43:55.025Z Downloaded sqlformat v0.2.4
5732024-08-22T01:43:55.027Z Downloaded sec1 v0.7.3
5742024-08-22T01:43:55.030Z Downloaded scrypt v0.11.0
5752024-08-22T01:43:55.032Z Downloaded tokio-native-tls v0.3.1
5762024-08-22T01:43:55.032Z Downloaded display-error-chain v0.2.0
5772024-08-22T01:43:55.035Z Downloaded untrusted v0.7.1
5782024-08-22T01:43:55.037Z Downloaded futures-io v0.3.30
5792024-08-22T01:43:55.037Z Downloaded whoami v1.5.1
5802024-08-22T01:43:55.039Z Downloaded take_mut v0.2.2
5812024-08-22T01:43:55.039Z Downloaded which v4.4.2
5822024-08-22T01:43:55.042Z Downloaded tokio-macros v2.4.0
5832024-08-22T01:43:55.044Z Downloaded poly1305 v0.8.0
5842024-08-22T01:43:55.047Z Downloaded rustls-pemfile v2.1.3
5852024-08-22T01:43:55.049Z Downloaded mockall_derive v0.13.0
5862024-08-22T01:43:55.051Z Downloaded compact_str v0.8.0
5872024-08-22T01:43:55.054Z Downloaded uzers v0.11.3
5882024-08-22T01:43:55.056Z Downloaded miniz_oxide v0.7.2
5892024-08-22T01:43:55.058Z Downloaded mio v0.8.11
5902024-08-22T01:43:55.064Z Downloaded foreign-types-shared v0.1.1
5912024-08-22T01:43:55.066Z Downloaded quick-error v1.2.3
5922024-08-22T01:43:55.068Z Downloaded http-body v0.4.6
5932024-08-22T01:43:55.068Z Downloaded hostname v0.4.0
5942024-08-22T01:43:55.071Z Downloaded phf_shared v0.10.0
5952024-08-22T01:43:55.073Z Downloaded httpdate v1.0.3
5962024-08-22T01:43:55.073Z Downloaded glob v0.3.1
5972024-08-22T01:43:55.076Z Downloaded rustls-pki-types v1.7.0
5982024-08-22T01:43:55.079Z Downloaded slog-dtrace v0.3.0
5992024-08-22T01:43:55.079Z Downloaded radium v0.7.0
6002024-08-22T01:43:55.082Z Downloaded tap v1.0.1
6012024-08-22T01:43:55.082Z Downloaded deranged v0.3.11
6022024-08-22T01:43:55.084Z Downloaded supports-color v3.0.0
6032024-08-22T01:43:55.084Z Downloaded serde_path_to_error v0.1.16
6042024-08-22T01:43:55.086Z Downloaded termtree v0.4.1
6052024-08-22T01:43:55.089Z Downloaded structmeta-derive v0.2.0
6062024-08-22T01:43:55.089Z Downloaded postcard v1.0.8
6072024-08-22T01:43:55.092Z Downloaded pin-project-internal v1.1.5
6082024-08-22T01:43:55.094Z Downloaded unicode-linebreak v0.1.5
6092024-08-22T01:43:55.097Z Downloaded unicase v2.7.0
6102024-08-22T01:43:55.099Z Downloaded foreign-types v0.5.0
6112024-08-22T01:43:55.099Z Downloaded fastrand v2.1.0
6122024-08-22T01:43:55.102Z Downloaded base64 v0.21.7
6132024-08-22T01:43:55.104Z Downloaded aes v0.8.4
6142024-08-22T01:43:55.107Z Downloaded tui-tree-widget v0.22.0
6152024-08-22T01:43:55.109Z Downloaded pkg-config v0.3.30
6162024-08-22T01:43:55.112Z Downloaded dsl_auto_type v0.1.2
6172024-08-22T01:43:55.115Z Downloaded diff v0.1.13
6182024-08-22T01:43:55.117Z Downloaded globset v0.4.14
6192024-08-22T01:43:55.117Z Downloaded twox-hash v1.6.3
6202024-08-22T01:43:55.120Z Downloaded precomputed-hash v0.1.1
6212024-08-22T01:43:55.122Z Downloaded pretty-hex v0.2.1
6222024-08-22T01:43:55.122Z Downloaded predicates-tree v1.0.9
6232024-08-22T01:43:55.124Z Downloaded percent-encoding v2.3.1
6242024-08-22T01:43:55.124Z Downloaded peg v0.8.4
6252024-08-22T01:43:55.127Z Downloaded hex v0.4.3
6262024-08-22T01:43:55.129Z Downloaded snafu-derive v0.8.2
6272024-08-22T01:43:55.132Z Downloaded similar v2.6.0
6282024-08-22T01:43:55.136Z Downloaded parse-size v1.0.0
6292024-08-22T01:43:55.139Z Downloaded rustc_version v0.4.0
6302024-08-22T01:43:55.141Z Downloaded slog-term v2.9.1
6312024-08-22T01:43:55.143Z Downloaded stringprep v0.1.4
6322024-08-22T01:43:55.143Z Downloaded slog-bunyan v2.5.0
6332024-08-22T01:43:55.146Z Downloaded foreign-types-macros v0.2.3
6342024-08-22T01:43:55.146Z Downloaded owo-colors v4.0.0
6352024-08-22T01:43:55.148Z Downloaded parking_lot_core v0.9.10
6362024-08-22T01:43:55.159Z Downloaded env_logger v0.10.2
6372024-08-22T01:43:55.162Z Downloaded sqlparser_derive v0.2.2
6382024-08-22T01:43:55.165Z Downloaded libm v0.2.8
6392024-08-22T01:43:55.172Z Downloaded fallible-iterator v0.3.0
6402024-08-22T01:43:55.174Z Downloaded ppv-lite86 v0.2.17
6412024-08-22T01:43:55.176Z Downloaded toolchain_find v0.4.0
6422024-08-22T01:43:55.176Z Downloaded parking_lot_core v0.8.6
6432024-08-22T01:43:55.179Z Downloaded crossterm v0.27.0
6442024-08-22T01:43:55.185Z Downloaded headers-core v0.2.0
6452024-08-22T01:43:55.187Z Downloaded predicates v3.1.2
6462024-08-22T01:43:55.190Z Downloaded sha1 v0.10.6
6472024-08-22T01:43:55.193Z Downloaded serde_urlencoded v0.7.1
6482024-08-22T01:43:55.195Z Downloaded serde_repr v0.1.19
6492024-08-22T01:43:55.197Z Downloaded subtle v2.5.0
6502024-08-22T01:43:55.197Z Downloaded pin-utils v0.1.0
6512024-08-22T01:43:55.200Z Downloaded fxhash v0.2.1
6522024-08-22T01:43:55.200Z Downloaded home v0.5.9
6532024-08-22T01:43:55.202Z Downloaded embedded-io v0.4.0
6542024-08-22T01:43:55.202Z Downloaded thiserror-impl-no-std v2.0.2
6552024-08-22T01:43:55.204Z Downloaded ena v0.14.3
6562024-08-22T01:43:55.207Z Downloaded tokio-rustls v0.24.1
6572024-08-22T01:43:55.209Z Downloaded unicode-bidi v0.3.15
6582024-08-22T01:43:55.212Z Downloaded tracing v0.1.40
6592024-08-22T01:43:55.215Z Downloaded tar v0.4.41
6602024-08-22T01:43:55.219Z Downloaded secrecy v0.8.0
6612024-08-22T01:43:55.221Z Downloaded stable_deref_trait v1.2.0
6622024-08-22T01:43:55.221Z Downloaded schemars_derive v0.8.21
6632024-08-22T01:43:55.223Z Downloaded tungstenite v0.20.1
6642024-08-22T01:43:55.226Z Downloaded hashlink v0.9.1
6652024-08-22T01:43:55.228Z Downloaded yasna v0.5.2
6662024-08-22T01:43:55.231Z Downloaded tinyvec_macros v0.1.1
6672024-08-22T01:43:55.231Z Downloaded endian-type v0.1.2
6682024-08-22T01:43:55.233Z Downloaded parse-display-derive v0.10.0
6692024-08-22T01:43:55.233Z Downloaded fixedbitset v0.4.2
6702024-08-22T01:43:55.235Z Downloaded fatfs v0.3.6
6712024-08-22T01:43:55.238Z Downloaded salsa20 v0.10.2
6722024-08-22T01:43:55.242Z Downloaded smawk v0.3.2
6732024-08-22T01:43:55.242Z Downloaded rustls-pemfile v1.0.4
6742024-08-22T01:43:55.244Z Downloaded thiserror-no-std v2.0.2
6752024-08-22T01:43:55.247Z Downloaded phf_shared v0.11.2
6762024-08-22T01:43:55.249Z Downloaded thread_local v1.1.8
6772024-08-22T01:43:55.249Z Downloaded password-hash v0.5.0
6782024-08-22T01:43:55.251Z Downloaded packed_struct v0.10.1
6792024-08-22T01:43:55.254Z Downloaded subprocess v0.2.9
6802024-08-22T01:43:55.256Z Downloaded futures-executor v0.3.30
6812024-08-22T01:43:55.258Z Downloaded zeroize_derive v1.4.2
6822024-08-22T01:43:55.258Z Downloaded tiny-keccak v2.0.2
6832024-08-22T01:43:55.261Z Downloaded derive_builder_core v0.20.0
6842024-08-22T01:43:55.263Z Downloaded paste v1.0.15
6852024-08-22T01:43:55.267Z Downloaded publicsuffix v2.2.3
6862024-08-22T01:43:55.269Z Downloaded rusty-fork v0.3.0
6872024-08-22T01:43:55.271Z Downloaded want v0.3.1
6882024-08-22T01:43:55.271Z Downloaded zerocopy v0.6.6
6892024-08-22T01:43:55.274Z Downloaded vsss-rs v3.3.4
6902024-08-22T01:43:55.277Z Downloaded zone_cfg_derive v0.1.2
6912024-08-22T01:43:55.277Z Downloaded tls_codec v0.4.1
6922024-08-22T01:43:55.279Z Downloaded strum v0.26.3
6932024-08-22T01:43:55.282Z Downloaded rustc_version v0.1.7
6942024-08-22T01:43:55.282Z Downloaded hickory-client v0.24.1
6952024-08-22T01:43:55.284Z Downloaded hickory-resolver v0.24.1
6962024-08-22T01:43:55.288Z Downloaded pin-project-lite v0.2.14
6972024-08-22T01:43:55.293Z Downloaded futures-task v0.3.30
6982024-08-22T01:43:55.295Z Downloaded rand v0.8.5
6992024-08-22T01:43:55.298Z Downloaded toml v0.7.8
7002024-08-22T01:43:55.301Z Downloaded peg-runtime v0.8.3
7012024-08-22T01:43:55.303Z Downloaded path-slash v0.1.5
7022024-08-22T01:43:55.303Z Downloaded tungstenite v0.21.0
7032024-08-22T01:43:55.306Z Downloaded string_cache v0.8.7
7042024-08-22T01:43:55.308Z Downloaded futures-macro v0.3.30
7052024-08-22T01:43:55.311Z Downloaded float-ord v0.3.2
7062024-08-22T01:43:55.311Z Downloaded float-cmp v0.9.0
7072024-08-22T01:43:55.313Z Downloaded rustc-demangle v0.1.24
7082024-08-22T01:43:55.313Z Downloaded hmac v0.12.1
7092024-08-22T01:43:55.317Z Downloaded pem-rfc7468 v0.7.0
7102024-08-22T01:43:55.319Z Downloaded aho-corasick v1.1.3
7112024-08-22T01:43:55.322Z Downloaded derive_more v0.99.18
7122024-08-22T01:43:55.327Z Downloaded serde-hex v0.1.0
7132024-08-22T01:43:55.330Z Downloaded structmeta-derive v0.3.0
7142024-08-22T01:43:55.330Z Downloaded topological-sort v0.2.2
7152024-08-22T01:43:55.332Z Downloaded pbkdf2 v0.12.2
7162024-08-22T01:43:55.335Z Downloaded vergen v8.3.2
7172024-08-22T01:43:55.337Z Downloaded env_logger v0.9.3
7182024-08-22T01:43:55.339Z Downloaded siphasher v0.3.11
7192024-08-22T01:43:55.339Z Downloaded rtoolbox v0.0.2
7202024-08-22T01:43:55.342Z Downloaded tinyvec v1.6.0
7212024-08-22T01:43:55.344Z Downloaded unicode_categories v0.1.1
7222024-08-22T01:43:55.346Z Downloaded tokio-postgres v0.7.11
7232024-08-22T01:43:55.350Z Downloaded pkcs5 v0.7.1
7242024-08-22T01:43:55.354Z Downloaded pem v3.0.4
7252024-08-22T01:43:55.356Z Downloaded itertools v0.13.0
7262024-08-22T01:43:55.362Z Downloaded slab v0.4.9
7272024-08-22T01:43:55.364Z Downloaded tokio-stream v0.1.15
7282024-08-22T01:43:55.368Z Downloaded schemars v0.8.21
7292024-08-22T01:43:55.379Z Downloaded half v2.4.1
7302024-08-22T01:43:55.382Z Downloaded uuid v1.10.0
7312024-08-22T01:43:55.385Z Downloaded slog v2.7.0
7322024-08-22T01:43:55.389Z Downloaded elliptic-curve v0.13.8
7332024-08-22T01:43:55.392Z Downloaded portable-atomic v1.6.0
7342024-08-22T01:43:55.397Z Downloaded toml_edit v0.19.15
7352024-08-22T01:43:55.414Z Downloaded postgres-types v0.2.7
7362024-08-22T01:43:55.416Z Downloaded textwrap v0.16.1
7372024-08-22T01:43:55.418Z Downloaded test-strategy v0.3.1
7382024-08-22T01:43:55.422Z Downloaded expectorate v1.1.0
7392024-08-22T01:43:55.424Z Downloaded ron v0.7.1
7402024-08-22T01:43:55.429Z Downloaded idna v0.5.0
7412024-08-22T01:43:55.436Z Downloaded zip v0.6.6
7422024-08-22T01:43:55.440Z Downloaded unicode-segmentation v1.11.0
7432024-08-22T01:43:55.443Z Downloaded hashbrown v0.12.3
7442024-08-22T01:43:55.447Z Downloaded hyper v0.14.30
7452024-08-22T01:43:55.455Z Downloaded bindgen v0.69.4
7462024-08-22T01:43:55.463Z Downloaded rcgen v0.12.1
7472024-08-22T01:43:55.466Z Downloaded bitvec v1.0.1
7482024-08-22T01:43:55.481Z Downloaded unicode-normalization v0.1.23
7492024-08-22T01:43:55.484Z Downloaded url v2.5.2
7502024-08-22T01:43:55.487Z Downloaded quick-xml v0.31.0
7512024-08-22T01:43:55.493Z Downloaded object v0.32.2
7522024-08-22T01:43:55.503Z Downloaded winnow v0.5.40
7532024-08-22T01:43:55.511Z Downloaded steno v0.4.1
7542024-08-22T01:43:55.515Z Downloaded time v0.3.36
7552024-08-22T01:43:55.522Z Downloaded serde_with v3.9.0
7562024-08-22T01:43:55.530Z Downloaded rayon v1.10.0
7572024-08-22T01:43:55.540Z Downloaded rustyline v14.0.0
7582024-08-22T01:43:55.545Z Downloaded tough v0.17.1
7592024-08-22T01:43:55.553Z Downloaded rustls-webpki v0.101.7
7602024-08-22T01:43:55.567Z Downloaded futures-util v0.3.30
7612024-08-22T01:43:55.578Z Downloaded reqwest v0.11.27
7622024-08-22T01:43:55.586Z Downloaded openssl v0.10.66
7632024-08-22T01:43:55.596Z Downloaded hkdf v0.12.4
7642024-08-22T01:43:55.600Z Downloaded sqlparser v0.45.0
7652024-08-22T01:43:55.603Z Downloaded radix_trie v0.2.1
7662024-08-22T01:43:55.609Z Downloaded rusqlite v0.31.0
7672024-08-22T01:43:55.615Z Downloaded h2 v0.3.26
7682024-08-22T01:43:55.622Z Downloaded rustls-webpki v0.102.4
7692024-08-22T01:43:55.640Z Downloaded git2 v0.19.0
7702024-08-22T01:43:55.648Z Downloaded curve25519-dalek v4.1.3
7712024-08-22T01:43:55.657Z Downloaded vcpkg v0.2.15
7722024-08-22T01:43:55.695Z Downloaded bstr v1.9.1
7732024-08-22T01:43:55.706Z Downloaded smoltcp v0.9.1
7742024-08-22T01:43:55.717Z Downloaded gimli v0.28.1
7752024-08-22T01:43:55.724Z Downloaded rustls v0.22.4
7762024-08-22T01:43:55.738Z Downloaded diesel v2.2.2
7772024-08-22T01:43:55.756Z Downloaded rustls v0.21.12
7782024-08-22T01:43:55.767Z Downloaded regex v1.10.6
7792024-08-22T01:43:55.780Z Downloaded hickory-proto v0.24.1
7802024-08-22T01:43:55.794Z Downloaded smoltcp v0.11.0
7812024-08-22T01:43:55.806Z Downloaded regress v0.9.1
7822024-08-22T01:43:55.814Z Downloaded sled v0.34.7
7832024-08-22T01:43:55.824Z Downloaded zerocopy-derive v0.6.6
7842024-08-22T01:43:55.833Z Downloaded ratatui v0.28.0
7852024-08-22T01:43:55.852Z Downloaded regex-syntax v0.6.29
7862024-08-22T01:43:55.860Z Downloaded bzip2-sys v0.1.11+1.0.8
7872024-08-22T01:43:55.871Z Downloaded regex-syntax v0.8.4
7882024-08-22T01:43:55.879Z Downloaded regex-automata v0.4.6
7892024-08-22T01:43:55.896Z Downloaded tokio v1.39.2
7902024-08-22T01:43:55.934Z Downloaded openapiv3 v2.0.0
7912024-08-22T01:43:55.947Z Downloaded petgraph v0.6.5
7922024-08-22T01:43:55.966Z Downloaded polar-core v0.27.3
7932024-08-22T01:43:55.975Z Downloaded finl_unicode v1.2.0
7942024-08-22T01:43:55.987Z Downloaded sha3 v0.10.8
7952024-08-22T01:43:55.993Z Downloaded csv v1.3.0
7962024-08-22T01:43:56.012Z Downloaded nix v0.28.0
7972024-08-22T01:43:56.024Z Downloaded webpki-roots v0.25.4
7982024-08-22T01:43:56.028Z Downloaded idna v0.4.0
7992024-08-22T01:43:56.035Z Downloaded reedline v0.33.0
8002024-08-22T01:43:56.042Z Downloaded proptest v1.5.0
8012024-08-22T01:43:56.052Z Downloaded nix v0.27.1
8022024-08-22T01:43:56.063Z Downloaded chrono v0.4.38
8032024-08-22T01:43:56.069Z Downloaded lalrpop v0.19.12
8042024-08-22T01:43:56.084Z Downloaded rayon-core v1.12.1
8052024-08-22T01:43:56.086Z Downloaded ron v0.8.1
8062024-08-22T01:43:56.092Z Downloaded headers v0.3.9
8072024-08-22T01:43:56.097Z Downloaded object v0.30.4
8082024-08-22T01:43:56.108Z Downloaded idna v0.3.0
8092024-08-22T01:43:56.115Z Downloaded encoding_rs v0.8.34
8102024-08-22T01:43:56.136Z Downloaded x509-cert v0.2.5
8112024-08-22T01:43:56.142Z Downloaded postgres-protocol v0.6.7
8122024-08-22T01:43:56.144Z Downloaded futures v0.3.30
8132024-08-22T01:43:56.149Z Downloaded flume v0.11.0
8142024-08-22T01:43:56.153Z Downloaded heapless v0.7.17
8152024-08-22T01:43:56.156Z Downloaded blake3 v1.5.1
8162024-08-22T01:43:56.164Z Downloaded shell-words v1.1.0
8172024-08-22T01:43:56.167Z Downloaded libgit2-sys v0.17.0+1.8.1
8182024-08-22T01:43:56.224Z Downloaded nom v7.1.3
8192024-08-22T01:43:56.229Z Downloaded hashbrown v0.13.2
8202024-08-22T01:43:56.233Z Downloaded prettyplease v0.2.20
8212024-08-22T01:43:56.236Z Downloaded pin-project v1.1.5
8222024-08-22T01:43:56.247Z Downloaded snafu v0.8.2
8232024-08-22T01:43:56.253Z Downloaded rsa v0.9.6
8242024-08-22T01:43:56.258Z Downloaded strip-ansi-escapes v0.2.0
8252024-08-22T01:43:56.260Z Downloaded proc-macro-crate v1.3.1
8262024-08-22T01:43:56.260Z Downloaded smf v0.2.3
8272024-08-22T01:43:56.263Z Downloaded zone v0.1.8
8282024-08-22T01:43:56.263Z Downloaded utf-8 v0.7.6
8292024-08-22T01:43:56.263Z Downloaded universal-hash v0.5.1
8302024-08-22T01:43:56.266Z Downloaded num-bigint-dig v0.8.4
8312024-08-22T01:43:56.268Z Downloaded tokio-util v0.7.11
8322024-08-22T01:43:56.275Z Downloaded erased-serde v0.3.31
8332024-08-22T01:43:56.277Z Downloaded libxml v0.3.3
8342024-08-22T01:43:56.283Z Downloaded hash32 v0.2.1
8352024-08-22T01:43:56.286Z Downloaded futures-sink v0.3.30
8362024-08-22T01:43:56.286Z Downloaded unsafe-libyaml v0.2.11
8372024-08-22T01:43:56.288Z Downloaded flate2 v1.0.31
8382024-08-22T01:43:56.294Z Downloaded mio v1.0.2
8392024-08-22T01:43:56.299Z Downloaded typed-path v0.7.1
8402024-08-22T01:43:56.307Z Downloaded smallvec v1.13.2
8412024-08-22T01:43:56.310Z Downloaded pkcs8 v0.10.2
8422024-08-22T01:43:56.312Z Downloaded http v0.2.12
8432024-08-22T01:43:56.316Z Downloaded highway v1.2.0
8442024-08-22T01:43:56.318Z Downloaded tokio-tungstenite v0.20.1
8452024-08-22T01:43:56.321Z Downloaded tower-service v0.3.2
8462024-08-22T01:43:56.324Z Downloaded ref-cast-impl v1.0.23
8472024-08-22T01:43:56.324Z Downloaded rustversion v1.0.17
8482024-08-22T01:43:56.326Z Downloaded ref-cast v1.0.23
8492024-08-22T01:43:56.328Z Downloaded pkcs1 v0.7.5
8502024-08-22T01:43:56.330Z Downloaded heck v0.3.3
8512024-08-22T01:43:56.330Z Downloaded either v1.13.0
8522024-08-22T01:43:56.333Z Downloaded hickory-server v0.24.1
8532024-08-22T01:43:56.336Z Downloaded structmeta v0.3.0
8542024-08-22T01:43:56.339Z Downloaded smallvec v0.6.14
8552024-08-22T01:43:56.341Z Downloaded crossterm v0.28.1
8562024-08-22T01:43:56.345Z Downloaded zeroize v1.7.0
8572024-08-22T01:43:56.348Z Downloaded tokio-rustls v0.25.0
8582024-08-22T01:43:56.351Z Downloaded serde_derive_internals v0.29.1
8592024-08-22T01:43:56.353Z Downloaded socket2 v0.4.10
8602024-08-22T01:43:56.356Z Downloaded samael v0.0.15
8612024-08-22T01:43:56.359Z Downloaded serde_with_macros v3.9.0
8622024-08-22T01:43:56.361Z Downloaded derive-where v1.2.7
8632024-08-22T01:43:56.364Z Downloaded http v1.1.0
8642024-08-22T01:43:56.368Z Downloaded oso v0.27.3
8652024-08-22T01:43:56.371Z Downloaded httparse v1.8.0
8662024-08-22T01:43:56.373Z Downloaded derive_builder_macro v0.20.0
8672024-08-22T01:43:56.376Z Downloaded powerfmt v0.2.0
8682024-08-22T01:43:56.376Z Downloaded parse-display v0.10.0
8692024-08-22T01:43:56.378Z Downloaded hash32 v0.3.1
8702024-08-22T01:43:56.378Z Downloaded filetime v0.2.24
8712024-08-22T01:43:56.381Z Downloaded ff v0.13.0
8722024-08-22T01:43:56.381Z Downloaded fallible-streaming-iterator v0.1.9
8732024-08-22T01:43:56.383Z Downloaded phf v0.11.2
8742024-08-22T01:43:56.383Z Downloaded funty v2.0.0
8752024-08-22T01:43:56.386Z Downloaded xattr v1.3.1
8762024-08-22T01:43:56.386Z Downloaded untrusted v0.9.0
8772024-08-22T01:43:56.388Z Downloaded slog-async v2.8.0
8782024-08-22T01:43:56.388Z Downloaded rustfmt-wrapper v0.2.1
8792024-08-22T01:43:56.393Z Downloaded diesel_derives v2.2.2
8802024-08-22T01:43:56.397Z Downloaded itertools v0.12.1
8812024-08-22T01:43:56.400Z Downloaded derive_builder v0.20.0
8822024-08-22T01:43:56.405Z Downloaded socket2 v0.5.7
8832024-08-22T01:43:56.407Z Downloaded heapless v0.8.0
8842024-08-22T01:43:56.411Z Downloaded term v0.7.0
8852024-08-22T01:43:56.417Z Downloaded der v0.7.9
8862024-08-22T01:43:56.421Z Downloaded ring v0.17.8
8872024-08-22T01:43:56.491Z Downloaded fragile v2.0.0
8882024-08-22T01:43:56.493Z Downloaded serde_plain v1.0.2
8892024-08-22T01:43:56.497Z Downloaded rand_seeder v0.3.0
8902024-08-22T01:43:56.497Z Downloaded rand_chacha v0.3.1
8912024-08-22T01:43:56.499Z Downloaded crypto-bigint v0.5.5
8922024-08-22T01:43:56.503Z Downloaded serde_arrays v0.1.0
8932024-08-22T01:43:56.506Z Downloaded rand_core v0.6.4
8942024-08-22T01:43:56.508Z Downloaded libz-sys v1.1.16
8952024-08-22T01:43:56.575Z Downloaded tabwriter v1.4.0
8962024-08-22T01:43:56.578Z Downloaded unarray v0.1.4
8972024-08-22T01:43:56.578Z Downloaded sct v0.7.1
8982024-08-22T01:43:56.581Z Downloaded parking_lot v0.12.2
8992024-08-22T01:43:56.584Z Downloaded indicatif v0.17.8
9002024-08-22T01:43:56.587Z Downloaded ring v0.16.20
9012024-08-22T01:43:56.671Z Downloaded group v0.13.0
9022024-08-22T01:43:56.673Z Downloaded form_urlencoded v1.2.1
9032024-08-22T01:43:56.673Z Downloaded time-macros v0.2.18
9042024-08-22T01:43:56.675Z Downloaded tempfile v3.10.1
9052024-08-22T01:43:56.678Z Downloaded peg-macros v0.8.4
9062024-08-22T01:43:56.683Z Downloaded parking_lot v0.11.2
9072024-08-22T01:43:56.683Z Downloaded num-rational v0.4.2
9082024-08-22T01:43:56.686Z Downloaded itertools v0.10.5
9092024-08-22T01:43:56.689Z Downloaded foreign-types v0.3.2
9102024-08-22T01:43:56.691Z Downloaded predicates-core v1.0.6
9112024-08-22T01:43:56.691Z Downloaded wyz v0.5.1
9122024-08-22T01:43:56.694Z Downloaded spin v0.9.8
9132024-08-22T01:43:56.696Z Downloaded tracing-core v0.1.32
9142024-08-22T01:43:56.698Z Downloaded libsqlite3-sys v0.28.0
9152024-08-22T01:43:56.773Z Downloaded serde_yaml v0.9.34+deprecated
9162024-08-22T01:43:56.777Z Downloaded scopeguard v1.2.0
9172024-08-22T01:43:56.779Z Downloaded tokio-tungstenite v0.21.0
9182024-08-22T01:43:56.782Z Downloaded strum_macros v0.26.4
9192024-08-22T01:43:56.784Z Downloaded libloading v0.8.3
9202024-08-22T01:43:56.784Z Downloaded oso-derive v0.27.3
9212024-08-22T01:43:56.786Z Downloaded hostname v0.3.1
9222024-08-22T01:43:56.786Z Downloaded signal-hook-mio v0.2.4
9232024-08-22T01:43:56.789Z Downloaded getrandom v0.2.14
9242024-08-22T01:43:56.792Z Downloaded crc-any v2.5.0
9252024-08-22T01:43:56.795Z Downloaded resolv-conf v0.7.0
9262024-08-22T01:43:56.795Z Downloaded num-complex v0.4.6
9272024-08-22T01:43:56.797Z Downloaded nu-ansi-term v0.50.0
9282024-08-22T01:43:56.800Z Downloaded darling_core v0.20.9
9292024-08-22T01:43:56.803Z Downloaded cookie v0.17.0
9302024-08-22T01:43:56.806Z Downloaded native-tls v0.2.11
9312024-08-22T01:43:56.810Z Downloaded defmt v0.3.8
9322024-08-22T01:43:56.813Z Downloaded crossbeam-utils v0.8.19
9332024-08-22T01:43:56.813Z Downloaded const-oid v0.9.6
9342024-08-22T01:43:56.815Z Downloaded signal-hook v0.3.17
9352024-08-22T01:43:56.818Z Downloaded tracing-attributes v0.1.27
9362024-08-22T01:43:56.820Z Downloaded r2d2 v0.8.10
9372024-08-22T01:43:56.820Z Downloaded strum_macros v0.24.3
9382024-08-22T01:43:56.822Z Downloaded mime_guess v2.0.4
9392024-08-22T01:43:56.827Z Downloaded cookie_store v0.20.0
9402024-08-22T01:43:56.830Z Downloaded bytes v1.7.1
9412024-08-22T01:43:56.830Z Downloaded arc-swap v1.7.1
9422024-08-22T01:43:56.833Z Downloaded darling v0.20.9
9432024-08-22T01:43:56.837Z Downloaded chacha20 v0.9.1
9442024-08-22T01:43:56.840Z Downloaded cexpr v0.6.0
9452024-08-22T01:43:56.840Z Downloaded signature v2.2.0
9462024-08-22T01:43:56.840Z Downloaded newtype-uuid v1.1.0
9472024-08-22T01:43:56.844Z Downloaded minimal-lexical v0.2.1
9482024-08-22T01:43:56.847Z Downloaded managed v0.8.0
9492024-08-22T01:43:56.847Z Downloaded libefi-sys v0.1.0
9502024-08-22T01:43:56.849Z Downloaded cc v1.0.97
9512024-08-22T01:43:56.854Z Downloaded unicode-truncate v1.0.0
9522024-08-22T01:43:56.854Z Downloaded termios v0.3.3
9532024-08-22T01:43:56.857Z Downloaded iana-time-zone v0.1.60
9542024-08-22T01:43:56.857Z Downloaded lru v0.12.3
9552024-08-22T01:43:56.857Z Downloaded omicron-zone-package v0.11.0
9562024-08-22T01:43:56.861Z Downloaded memoffset v0.9.1
9572024-08-22T01:43:56.863Z Downloaded linear-map v1.2.0
9582024-08-22T01:43:56.863Z Downloaded foreign-types-shared v0.3.1
9592024-08-22T01:43:56.863Z Downloaded flagset v0.4.5
9602024-08-22T01:43:56.864Z Downloaded difflib v0.4.0
9612024-08-22T01:43:56.867Z Downloaded waitgroup v0.1.2
9622024-08-22T01:43:56.867Z Downloaded vte_generate_state_changes v0.1.1
9632024-08-22T01:43:56.867Z Downloaded bcs v0.1.6
9642024-08-22T01:43:56.869Z Downloaded base64ct v1.6.0
9652024-08-22T01:43:56.870Z Downloaded async-trait v0.1.81
9662024-08-22T01:43:56.872Z Downloaded arrayvec v0.7.4
9672024-08-22T01:43:56.875Z Downloaded slog-envlogger v2.2.0
9682024-08-22T01:43:56.877Z Downloaded semver v0.1.20
9692024-08-22T01:43:56.877Z Downloaded scheduled-thread-pool v0.2.7
9702024-08-22T01:43:56.882Z Downloaded same-file v1.0.6
9712024-08-22T01:43:56.882Z Downloaded lazycell v1.3.0
9722024-08-22T01:43:56.882Z Downloaded keccak v0.1.5
9732024-08-22T01:43:56.882Z Downloaded ipnetwork v0.20.0
9742024-08-22T01:43:56.882Z Downloaded const_format_proc_macros v0.2.32
9752024-08-22T01:43:56.886Z Downloaded crucible-workspace-hack v0.1.0
9762024-08-22T01:43:56.886Z Downloaded cbc v0.1.2
9772024-08-22T01:43:56.886Z Downloaded cassowary v0.3.0
9782024-08-22T01:43:56.888Z Downloaded buf-list v1.0.3
9792024-08-22T01:43:56.891Z Downloaded impl-trait-for-tuples v0.2.2
9802024-08-22T01:43:56.891Z Downloaded crossbeam-deque v0.8.5
9812024-08-22T01:43:56.895Z Downloaded cipher v0.4.4
9822024-08-22T01:43:56.895Z Downloaded camino-tempfile v1.1.1
9832024-08-22T01:43:56.898Z Downloaded unicode-xid v0.2.4
9842024-08-22T01:43:56.898Z Downloaded base16ct v0.2.0
9852024-08-22T01:43:56.900Z Downloaded async-recursion v1.1.1
9862024-08-22T01:43:56.902Z Downloaded ascii-canvas v3.0.0
9872024-08-22T01:43:56.903Z Downloaded slog-stdlog v4.1.1
9882024-08-22T01:43:56.909Z Downloaded hyper-staticfile v0.9.5
9892024-08-22T01:43:56.909Z Downloaded base64 v0.13.1
9902024-08-22T01:43:56.911Z Downloaded ipnet v2.9.0
9912024-08-22T01:43:56.911Z Downloaded curve25519-dalek-derive v0.1.1
9922024-08-22T01:43:56.911Z Downloaded atomic-waker v1.1.2
9932024-08-22T01:43:56.911Z Downloaded cancel-safe-futures v0.1.5
9942024-08-22T01:43:56.914Z Downloaded humantime v2.1.0
9952024-08-22T01:43:56.916Z Downloaded lalrpop-util v0.19.12
9962024-08-22T01:43:56.916Z Downloaded indent_write v2.2.0
9972024-08-22T01:43:56.919Z Downloaded crc v3.2.1
9982024-08-22T01:43:56.919Z Downloaded adler v1.0.2
9992024-08-22T01:43:56.922Z Downloaded instability v0.3.2
10002024-08-22T01:43:56.922Z Downloaded inout v0.1.3
10012024-08-22T01:43:56.924Z Downloaded indoc v1.0.9
10022024-08-22T01:43:56.927Z Downloaded hyper-rustls v0.24.2
10032024-08-22T01:43:56.927Z Downloaded castaway v0.2.3
10042024-08-22T01:43:56.929Z Downloaded addr2line v0.21.0
10052024-08-22T01:43:56.934Z Downloaded newtype_derive v0.1.6
10062024-08-22T01:43:56.934Z Downloaded new_debug_unreachable v1.0.6
10072024-08-22T01:43:56.934Z Downloaded hyper-tls v0.5.0
10082024-08-22T01:43:56.934Z Downloaded cstr-argument v0.1.2
10092024-08-22T01:43:56.935Z Downloaded bit-vec v0.6.3
10102024-08-22T01:43:56.937Z Downloaded async-stream v0.3.5
10112024-08-22T01:43:56.937Z Downloaded aead v0.5.2
10122024-08-22T01:43:57.023Z Compiling cfg-if v1.0.0
10132024-08-22T01:43:57.023Z Compiling serde v1.0.208
10142024-08-22T01:43:57.026Z Compiling typenum v1.17.0
10152024-08-22T01:43:57.026Z Compiling lock_api v0.4.12
10162024-08-22T01:43:57.026Z Compiling generic-array v0.14.7
10172024-08-22T01:43:57.179Z Compiling syn v2.0.74
10182024-08-22T01:43:57.190Z Compiling scopeguard v1.2.0
10192024-08-22T01:43:57.192Z Compiling log v0.4.21
10202024-08-22T01:43:57.256Z Compiling getrandom v0.2.14
10212024-08-22T01:43:57.378Z Compiling jobserver v0.1.32
10222024-08-22T01:43:57.463Z Compiling rand_core v0.6.4
10232024-08-22T01:43:57.639Z Compiling subtle v2.5.0
10242024-08-22T01:43:57.708Z Compiling const-oid v0.9.6
10252024-08-22T01:43:57.728Z Compiling cc v1.0.97
10262024-08-22T01:43:57.959Z Compiling pin-project-lite v0.2.14
10272024-08-22T01:43:57.985Z Compiling smallvec v1.13.2
10282024-08-22T01:43:58.076Z Compiling parking_lot_core v0.9.10
10292024-08-22T01:43:58.156Z Compiling signal-hook-registry v1.4.2
10302024-08-22T01:43:58.279Z Compiling spin v0.9.8
10312024-08-22T01:43:58.392Z Compiling mio v1.0.2
10322024-08-22T01:43:58.651Z Compiling ahash v0.8.11
10332024-08-22T01:43:58.978Z Compiling parking_lot v0.12.2
10342024-08-22T01:43:58.993Z Compiling tinyvec_macros v0.1.1
10352024-08-22T01:43:59.077Z Compiling tinyvec v1.6.0
10362024-08-22T01:43:59.299Z Compiling socket2 v0.5.7
10372024-08-22T01:43:59.758Z Compiling futures-core v0.3.30
10382024-08-22T01:43:59.806Z Compiling libm v0.2.8
10392024-08-22T01:43:59.938Z Compiling cpufeatures v0.2.12
10402024-08-22T01:44:00.011Z Compiling serde_json v1.0.125
10412024-08-22T01:44:00.028Z Compiling slab v0.4.9
10422024-08-22T01:44:00.044Z Compiling num-traits v0.2.19
10432024-08-22T01:44:00.235Z Compiling futures-sink v0.3.30
10442024-08-22T01:44:00.350Z Compiling allocator-api2 v0.2.18
10452024-08-22T01:44:00.369Z Compiling unicode-bidi v0.3.15
10462024-08-22T01:44:00.632Z Compiling futures-channel v0.3.30
10472024-08-22T01:44:00.773Z Compiling unicode-normalization v0.1.23
10482024-08-22T01:44:00.841Z Compiling pin-utils v0.1.0
10492024-08-22T01:44:00.943Z Compiling pkg-config v0.3.30
10502024-08-22T01:44:01.054Z Compiling futures-io v0.3.30
10512024-08-22T01:44:01.168Z Compiling vcpkg v0.2.15
10522024-08-22T01:44:01.394Z Compiling futures-task v0.3.30
10532024-08-22T01:44:01.969Z Compiling base64ct v1.6.0
10542024-08-22T01:44:02.020Z Compiling flagset v0.4.5
10552024-08-22T01:44:02.023Z Compiling ppv-lite86 v0.2.17
10562024-08-22T01:44:02.109Z Compiling ring v0.17.8
10572024-08-22T01:44:02.236Z Compiling percent-encoding v2.3.1
10582024-08-22T01:44:02.546Z Compiling pem-rfc7468 v0.7.0
10592024-08-22T01:44:02.577Z Compiling tracing-core v0.1.32
10602024-08-22T01:44:02.596Z Compiling rustix v0.38.34
10612024-08-22T01:44:02.823Z Compiling rand_chacha v0.3.1
10622024-08-22T01:44:03.285Z Compiling untrusted v0.9.0
10632024-08-22T01:44:03.424Z Compiling openssl-sys v0.9.103
10642024-08-22T01:44:03.442Z Compiling rand v0.8.5
10652024-08-22T01:44:03.463Z Compiling powerfmt v0.2.0
10662024-08-22T01:44:03.765Z Compiling time-core v0.1.2
10672024-08-22T01:44:03.809Z Compiling foreign-types-shared v0.1.1
10682024-08-22T01:44:03.888Z Compiling num-conv v0.1.0
10692024-08-22T01:44:03.912Z Compiling httparse v1.8.0
10702024-08-22T01:44:03.912Z Compiling openssl v0.10.66
10712024-08-22T01:44:04.147Z Compiling rustversion v1.0.17
10722024-08-22T01:44:04.344Z Compiling time-macros v0.2.18
10732024-08-22T01:44:04.417Z Compiling foreign-types v0.3.2
10742024-08-22T01:44:04.505Z Compiling deranged v0.3.11
10752024-08-22T01:44:04.854Z Compiling form_urlencoded v1.2.1
10762024-08-22T01:44:04.994Z Compiling aho-corasick v1.1.3
10772024-08-22T01:44:05.093Z Compiling try-lock v0.2.5
10782024-08-22T01:44:05.230Z Compiling rustls v0.21.12
10792024-08-22T01:44:05.310Z Compiling crossbeam-utils v0.8.19
10802024-08-22T01:44:05.473Z Compiling num_threads v0.1.7
10812024-08-22T01:44:05.594Z Compiling siphasher v0.3.11
10822024-08-22T01:44:05.929Z Compiling regex-syntax v0.8.4
10832024-08-22T01:44:05.948Z Compiling syn v1.0.109
10842024-08-22T01:44:06.121Z Compiling native-tls v0.2.11
10852024-08-22T01:44:06.503Z Compiling want v0.3.1
10862024-08-22T01:44:07.013Z Compiling idna v0.5.0
10872024-08-22T01:44:07.407Z Compiling time v0.3.36
10882024-08-22T01:44:07.439Z Compiling socket2 v0.4.10
10892024-08-22T01:44:07.957Z Compiling cookie v0.17.0
10902024-08-22T01:44:08.249Z Compiling httpdate v1.0.3
10912024-08-22T01:44:08.325Z Compiling adler v1.0.2
10922024-08-22T01:44:08.485Z Compiling iana-time-zone v0.1.60
10932024-08-22T01:44:08.548Z Compiling openssl-probe v0.1.5
10942024-08-22T01:44:08.692Z Compiling slog v2.7.0
10952024-08-22T01:44:08.888Z Compiling finl_unicode v1.2.0
10962024-08-22T01:44:08.941Z Compiling tower-service v0.3.2
10972024-08-22T01:44:09.066Z Compiling miniz_oxide v0.7.2
10982024-08-22T01:44:09.169Z Compiling regex-automata v0.4.6
10992024-08-22T01:44:09.471Z Compiling stringprep v0.1.4
11002024-08-22T01:44:10.108Z Compiling url v2.5.2
11012024-08-22T01:44:11.154Z Compiling serde_derive v1.0.208
11022024-08-22T01:44:11.860Z Compiling zeroize_derive v1.4.2
11032024-08-22T01:44:11.863Z Compiling zerocopy-derive v0.7.34
11042024-08-22T01:44:12.151Z Compiling tokio-macros v2.4.0
11052024-08-22T01:44:12.342Z Compiling thiserror-impl v1.0.63
11062024-08-22T01:44:13.406Z Compiling zeroize v1.7.0
11072024-08-22T01:44:13.467Z Compiling futures-macro v0.3.30
11082024-08-22T01:44:13.779Z Compiling der_derive v0.7.2
11092024-08-22T01:44:13.968Z Compiling zerocopy v0.7.34
11102024-08-22T01:44:15.232Z Compiling crypto-common v0.1.6
11112024-08-22T01:44:15.442Z Compiling block-buffer v0.10.4
11122024-08-22T01:44:15.462Z Compiling block-padding v0.3.3
11132024-08-22T01:44:15.656Z Compiling digest v0.10.7
11142024-08-22T01:44:15.695Z Compiling thiserror v1.0.63
11152024-08-22T01:44:15.711Z Compiling inout v0.1.3
11162024-08-22T01:44:15.828Z Compiling futures-util v0.3.30
11172024-08-22T01:44:15.973Z Compiling cipher v0.4.4
11182024-08-22T01:44:16.141Z Compiling hmac v0.12.1
11192024-08-22T01:44:16.266Z Compiling hashbrown v0.14.5
11202024-08-22T01:44:16.286Z Compiling sha2 v0.10.8
11212024-08-22T01:44:16.374Z Compiling pest v2.7.10
11222024-08-22T01:44:16.463Z Compiling salsa20 v0.10.2
11232024-08-22T01:44:16.674Z Compiling pbkdf2 v0.12.2
11242024-08-22T01:44:16.848Z Compiling der v0.7.9
11252024-08-22T01:44:17.646Z Compiling scroll_derive v0.12.0
11262024-08-22T01:44:19.149Z Compiling pest_meta v2.7.10
11272024-08-22T01:44:19.346Z Compiling tracing-attributes v0.1.27
11282024-08-22T01:44:19.950Z Compiling scroll v0.12.0
11292024-08-22T01:44:20.188Z Compiling spki v0.7.3
11302024-08-22T01:44:20.458Z Compiling pest_generator v2.7.10
11312024-08-22T01:44:20.554Z Compiling scrypt v0.11.0
11322024-08-22T01:44:21.098Z Compiling cbc v0.1.2
11332024-08-22T01:44:21.342Z Compiling aes v0.8.4
11342024-08-22T01:44:21.918Z Compiling goblin v0.8.2
11352024-08-22T01:44:22.429Z Compiling pkcs5 v0.7.1
11362024-08-22T01:44:23.176Z Compiling tracing v0.1.40
11372024-08-22T01:44:23.683Z Compiling openssl-macros v0.1.1
11382024-08-22T01:44:23.702Z Compiling pkcs8 v0.10.2
11392024-08-22T01:44:24.179Z Compiling sct v0.7.1
11402024-08-22T01:44:24.220Z Compiling pest_derive v2.7.10
11412024-08-22T01:44:24.413Z Compiling rustls-webpki v0.101.7
11422024-08-22T01:44:24.477Z Compiling md-5 v0.10.6
11432024-08-22T01:44:24.494Z Compiling num-integer v0.1.46
11442024-08-22T01:44:24.512Z Compiling backtrace v0.3.71
11452024-08-22T01:44:24.736Z Compiling idna v0.3.0
11462024-08-22T01:44:24.999Z Compiling lazy_static v1.5.0
11472024-08-22T01:44:25.017Z Compiling dtrace-parser v0.2.0
11482024-08-22T01:44:25.119Z Compiling bytes v1.7.1
11492024-08-22T01:44:25.264Z Compiling bitflags v2.6.0
11502024-08-22T01:44:25.705Z Compiling indexmap v2.4.0
11512024-08-22T01:44:25.707Z Compiling semver v1.0.23
11522024-08-22T01:44:26.262Z Compiling tokio v1.39.2
11532024-08-22T01:44:26.300Z Compiling http v0.2.12
11542024-08-22T01:44:26.426Z Compiling rustc_version v0.4.0
11552024-08-22T01:44:27.165Z Compiling uuid v1.10.0
11562024-08-22T01:44:27.183Z Compiling heapless v0.7.17
11572024-08-22T01:44:27.623Z Compiling dof v0.3.0
11582024-08-22T01:44:28.538Z Compiling http-body v0.4.6
11592024-08-22T01:44:28.558Z Compiling usdt-impl v0.5.0
11602024-08-22T01:44:28.989Z Compiling serde_tokenstream v0.2.2
11612024-08-22T01:44:29.577Z Compiling serde_spanned v0.6.7
11622024-08-22T01:44:29.647Z Compiling chrono v0.4.38
11632024-08-22T01:44:29.816Z Compiling toml_datetime v0.6.8
11642024-08-22T01:44:29.834Z Compiling hash32 v0.2.1
11652024-08-22T01:44:30.208Z Compiling gimli v0.28.1
11662024-08-22T01:44:30.226Z Compiling psl-types v2.0.11
11672024-08-22T01:44:30.301Z Compiling smoltcp v0.9.1
11682024-08-22T01:44:30.423Z Compiling stable_deref_trait v1.2.0
11692024-08-22T01:44:30.527Z Compiling fallible-iterator v0.2.0
11702024-08-22T01:44:31.045Z Compiling base64 v0.22.1
11712024-08-22T01:44:31.225Z Compiling signal-hook v0.3.17
11722024-08-22T01:44:31.502Z Compiling crc32fast v1.4.0
11732024-08-22T01:44:31.838Z Compiling num-bigint-dig v0.8.4
11742024-08-22T01:44:32.017Z Compiling cfg_aliases v0.1.1
11752024-08-22T01:44:32.119Z Compiling nix v0.28.0
11762024-08-22T01:44:32.232Z Compiling postgres-protocol v0.6.7
11772024-08-22T01:44:32.934Z Compiling publicsuffix v2.2.3
11782024-08-22T01:44:33.304Z Compiling terminal_size v0.3.0
11792024-08-22T01:44:33.486Z Compiling num-iter v0.1.45
11802024-08-22T01:44:33.526Z Compiling hubpack_derive v0.1.1
11812024-08-22T01:44:33.545Z Compiling async-trait v0.1.81
11822024-08-22T01:44:33.679Z Compiling zerocopy-derive v0.6.6
11832024-08-22T01:44:34.466Z Compiling tokio-util v0.7.11
11842024-08-22T01:44:34.861Z Compiling addr2line v0.21.0
11852024-08-22T01:44:35.179Z Compiling tokio-rustls v0.24.1
11862024-08-22T01:44:35.539Z Compiling h2 v0.3.26
11872024-08-22T01:44:35.573Z Compiling tokio-native-tls v0.3.1
11882024-08-22T01:44:35.851Z Compiling phf_shared v0.11.2
11892024-08-22T01:44:35.869Z Compiling serde_derive_internals v0.29.1
11902024-08-22T01:44:35.888Z Compiling ff v0.13.0
11912024-08-22T01:44:36.121Z Compiling object v0.32.2
11922024-08-22T01:44:36.191Z Compiling fs-err v2.11.0
11932024-08-22T01:44:36.413Z Compiling base16ct v0.2.0
11942024-08-22T01:44:36.482Z Compiling base64 v0.21.7
11952024-08-22T01:44:36.646Z Compiling either v1.13.0
11962024-08-22T01:44:36.723Z Compiling bitflags v1.3.2
11972024-08-22T01:44:36.830Z Compiling rustc-demangle v0.1.24
11982024-08-22T01:44:37.062Z Compiling anyhow v1.0.86
11992024-08-22T01:44:37.198Z Compiling schemars v0.8.21
12002024-08-22T01:44:37.562Z Compiling winnow v0.5.40
12012024-08-22T01:44:37.676Z Compiling managed v0.8.0
12022024-08-22T01:44:37.698Z Compiling ipnet v2.9.0
12032024-08-22T01:44:37.994Z Compiling clap_builder v4.5.15
12042024-08-22T01:44:38.559Z Compiling schemars_derive v0.8.21
12052024-08-22T01:44:38.900Z Compiling rustls-pemfile v1.0.4
12062024-08-22T01:44:39.394Z Compiling sec1 v0.7.3
12072024-08-22T01:44:40.122Z Compiling phf v0.11.2
12082024-08-22T01:44:40.281Z Compiling group v0.13.0
12092024-08-22T01:44:40.411Z Compiling zerocopy v0.6.6
12102024-08-22T01:44:40.597Z Compiling hubpack v0.1.2
12112024-08-22T01:44:41.054Z Compiling toml_edit v0.19.15
12122024-08-22T01:44:41.248Z Compiling cookie_store v0.20.0
12132024-08-22T01:44:41.398Z Compiling postgres-types v0.2.7
12142024-08-22T01:44:42.785Z Compiling hyper v0.14.30
12152024-08-22T01:44:42.922Z Compiling usdt-macro v0.5.0
12162024-08-22T01:44:43.271Z Compiling usdt-attr-macro v0.5.0
12172024-08-22T01:44:44.784Z Compiling serde_urlencoded v0.7.1
12182024-08-22T01:44:44.988Z Compiling pkcs1 v0.7.5
12192024-08-22T01:44:45.316Z Compiling futures-executor v0.3.30
12202024-08-22T01:44:45.904Z Compiling hkdf v0.12.4
12212024-08-22T01:44:46.005Z Compiling signature v2.2.0
12222024-08-22T01:44:46.060Z Compiling crypto-bigint v0.5.5
12232024-08-22T01:44:46.170Z Compiling regex v1.10.6
12242024-08-22T01:44:46.302Z Compiling bstr v1.9.1
12252024-08-22T01:44:46.443Z Compiling enum-as-inner v0.6.0
12262024-08-22T01:44:47.189Z Compiling clap_derive v4.5.13
12272024-08-22T01:44:47.246Z Compiling serde_repr v0.1.19
12282024-08-22T01:44:47.528Z Compiling strum_macros v0.25.3
12292024-08-22T01:44:48.139Z Compiling phf_shared v0.10.0
12302024-08-22T01:44:48.397Z Compiling float-cmp v0.9.0
12312024-08-22T01:44:48.529Z Compiling idna v0.4.0
12322024-08-22T01:44:48.611Z Compiling mio v0.8.11
12332024-08-22T01:44:48.957Z Compiling encoding_rs v0.8.34
12342024-08-22T01:44:49.913Z Compiling hyper-rustls v0.24.2
12352024-08-22T01:44:50.113Z Compiling hyper-tls v0.5.0
12362024-08-22T01:44:50.250Z Compiling fixedbitset v0.4.2
12372024-08-22T01:44:50.446Z Compiling bit-vec v0.6.3
12382024-08-22T01:44:50.714Z Compiling precomputed-hash v0.1.1
12392024-08-22T01:44:50.829Z Compiling mime v0.3.17
12402024-08-22T01:44:50.910Z Compiling webpki-roots v0.25.4
12412024-08-22T01:44:51.076Z Compiling static_assertions v1.1.0
12422024-08-22T01:44:51.169Z Compiling difflib v0.4.0
12432024-08-22T01:44:51.419Z Compiling whoami v1.5.1
12442024-08-22T01:44:51.612Z Compiling unicode-segmentation v1.11.0
12452024-08-22T01:44:52.059Z Compiling normalize-line-endings v0.3.0
12462024-08-22T01:44:52.079Z Compiling minimal-lexical v0.2.1
12472024-08-22T01:44:52.191Z Compiling dyn-clone v1.0.17
12482024-08-22T01:44:52.244Z Compiling data-encoding v2.6.0
12492024-08-22T01:44:52.408Z Compiling new_debug_unreachable v1.0.6
12502024-08-22T01:44:52.444Z Compiling predicates-core v1.0.6
12512024-08-22T01:44:52.501Z Compiling sync_wrapper v0.1.2
12522024-08-22T01:44:52.587Z Compiling string_cache v0.8.7
12532024-08-22T01:44:52.626Z Compiling reqwest v0.11.27
12542024-08-22T01:44:52.629Z Compiling predicates v3.1.2
12552024-08-22T01:44:52.699Z Compiling nom v7.1.3
12562024-08-22T01:44:52.792Z Compiling console v0.15.8
12572024-08-22T01:44:53.051Z Compiling hickory-proto v0.24.1
12582024-08-22T01:44:54.335Z Compiling clap v4.5.16
12592024-08-22T01:44:54.370Z Compiling similar v2.6.0
12602024-08-22T01:44:54.462Z Compiling tokio-postgres v0.7.11
12612024-08-22T01:44:54.640Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12622024-08-22T01:44:55.806Z Compiling toml_edit v0.22.20
12632024-08-22T01:44:56.452Z Compiling bit-set v0.5.3
12642024-08-22T01:44:56.740Z Compiling petgraph v0.6.5
12652024-08-22T01:44:56.781Z Compiling usdt v0.5.0
12662024-08-22T01:44:57.264Z Compiling signal-hook-mio v0.2.4
12672024-08-22T01:44:57.291Z Compiling elliptic-curve v0.13.8
12682024-08-22T01:44:57.434Z Compiling rsa v0.9.6
12692024-08-22T01:44:58.098Z Compiling futures v0.3.30
12702024-08-22T01:44:58.220Z Compiling flate2 v1.0.31
12712024-08-22T01:44:59.182Z Compiling toml v0.7.8
12722024-08-22T01:45:00.980Z Compiling itertools v0.10.5
12732024-08-22T01:45:01.033Z Compiling itertools v0.12.1
12742024-08-22T01:45:01.726Z Compiling tokio-stream v0.1.15
12752024-08-22T01:45:02.730Z Compiling openapiv3 v2.0.0
12762024-08-22T01:45:03.349Z Compiling hex v0.4.3
12772024-08-22T01:45:03.729Z Compiling sha1 v0.10.6
12782024-08-22T01:45:03.960Z Compiling crossbeam-epoch v0.9.18
12792024-08-22T01:45:04.043Z Compiling dirs-sys-next v0.1.2
12802024-08-22T01:45:04.159Z Compiling peg-runtime v0.8.3
12812024-08-22T01:45:04.200Z Compiling unicode-xid v0.2.4
12822024-08-22T01:45:04.400Z Compiling lalrpop-util v0.19.12
12832024-08-22T01:45:04.642Z Compiling dirs-next v2.0.0
12842024-08-22T01:45:04.732Z Compiling thread_local v1.1.8
12852024-08-22T01:45:04.752Z Compiling slog-async v2.8.0
12862024-08-22T01:45:04.770Z Compiling xattr v1.3.1
12872024-08-22T01:45:04.804Z Compiling crossbeam-channel v0.5.12
12882024-08-22T01:45:04.827Z Compiling term v0.7.0
12892024-08-22T01:45:05.031Z Compiling strum_macros v0.26.4
12902024-08-22T01:45:05.297Z Compiling filetime v0.2.24
12912024-08-22T01:45:05.347Z Compiling is-terminal v0.4.12
12922024-08-22T01:45:05.475Z Compiling take_mut v0.2.2
12932024-08-22T01:45:05.602Z Compiling tar v0.4.41
12942024-08-22T01:45:05.653Z Compiling slog-term v2.9.1
12952024-08-22T01:45:05.892Z Compiling camino v1.1.9
12962024-08-22T01:45:07.150Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
12972024-08-22T01:45:08.072Z Compiling strum v0.26.3
12982024-08-22T01:45:08.147Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
12992024-08-22T01:45:13.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
13002024-08-22T01:45:13.534Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13012024-08-22T01:45:13.579ZAug 22 01:45:11.718 INFO Starting download, target: Cockroach
13022024-08-22T01:45:13.579ZAug 22 01:45:11.719 INFO Starting download, target: Clickhouse
13032024-08-22T01:45:13.579ZAug 22 01:45:11.719 INFO Starting download, target: Console
13042024-08-22T01:45:13.579ZAug 22 01:45:11.719 INFO Starting download, target: DendriteOpenapi
13052024-08-22T01:45:13.582ZAug 22 01:45:11.719 INFO Starting download, target: DendriteStub
13062024-08-22T01:45:13.582ZAug 22 01:45:11.719 INFO Starting download, target: MaghemiteMgd
13072024-08-22T01:45:13.582ZAug 22 01:45:11.719 INFO Starting download, target: TransceiverControl
13082024-08-22T01:45:13.582ZAug 22 01:45:11.719 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13092024-08-22T01:45:13.582ZAug 22 01:45:11.719 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13102024-08-22T01:45:13.582ZAug 22 01:45:11.719 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13112024-08-22T01:45:13.582ZAug 22 01:45:11.720 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13122024-08-22T01:45:13.582ZAug 22 01:45:11.720 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13132024-08-22T01:45:13.582ZAug 22 01:45:11.720 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13142024-08-22T01:45:13.582ZAug 22 01:45:11.720 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13152024-08-22T01:45:13.704ZAug 22 01:45:11.843 INFO Download complete, target: DendriteOpenapi
13162024-08-22T01:45:13.945ZAug 22 01:45:12.081 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13172024-08-22T01:45:14.111ZAug 22 01:45:12.248 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13182024-08-22T01:45:14.258ZAug 22 01:45:12.398 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13192024-08-22T01:45:14.273ZAug 22 01:45:12.412 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13202024-08-22T01:45:14.537ZAug 22 01:45:12.677 INFO Download complete, target: Console
13212024-08-22T01:45:14.706ZAug 22 01:45:12.846 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13222024-08-22T01:45:14.706ZAug 22 01:45:12.846 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13232024-08-22T01:45:14.740ZAug 22 01:45:12.879 INFO Download complete, target: TransceiverControl
13242024-08-22T01:45:15.507ZAug 22 01:45:13.646 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13252024-08-22T01:45:17.307ZAug 22 01:45:15.446 INFO Download complete, target: DendriteStub
13262024-08-22T01:45:17.427ZAug 22 01:45:15.566 INFO Download complete, target: MaghemiteMgd
13272024-08-22T01:45:22.713ZAug 22 01:45:20.852 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13282024-08-22T01:45:22.996ZAug 22 01:45:21.134 INFO Checking that binary works, target: Cockroach
13292024-08-22T01:45:23.151ZAug 22 01:45:21.290 INFO Download complete, target: Cockroach
13302024-08-22T01:45:28.755ZAug 22 01:45:26.893 INFO Checking that binary works, target: Clickhouse
13312024-08-22T01:45:29.245ZAug 22 01:45:27.383 INFO Download complete, target: Clickhouse
13322024-08-22T01:45:29.252ZAll prerequisites installed successfully
13332024-08-22T01:45:29.255Z
13342024-08-22T01:45:29.255Zreal 3:44.610750859
13352024-08-22T01:45:29.255Zuser 11:10.532998806
13362024-08-22T01:45:29.255Zsys 2:22.270252342
13372024-08-22T01:45:29.255Ztrap 0.397977084
13382024-08-22T01:45:29.255Ztflt 4.689900779
13392024-08-22T01:45:29.255Zdflt 3.306491489
13402024-08-22T01:45:29.255Zkflt 0.172962953
13412024-08-22T01:45:29.255Zlock 23:11.530873407
13422024-08-22T01:45:29.255Zslp 43:51.898501154
13432024-08-22T01:45:29.255Zlat 40.803588566
13442024-08-22T01:45:29.255Zstop 1:45.598649645
13452024-08-22T01:45:29.255Z+ source ./tools/include/force-git-over-https.sh
13462024-08-22T01:45:29.255Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
13472024-08-22T01:45:29.255Z++ (( i = 0 ))
13482024-08-22T01:45:29.255Z++ (( i < 5 ))
13492024-08-22T01:45:29.255Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
13502024-08-22T01:45:29.258Z++ (( i++ ))
13512024-08-22T01:45:29.258Z++ (( i < 5 ))
13522024-08-22T01:45:29.261Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
13532024-08-22T01:45:29.263Z++ (( i++ ))
13542024-08-22T01:45:29.263Z++ (( i < 5 ))
13552024-08-22T01:45:29.263Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
13562024-08-22T01:45:29.266Z++ (( i++ ))
13572024-08-22T01:45:29.266Z++ (( i < 5 ))
13582024-08-22T01:45:29.266Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
13592024-08-22T01:45:29.268Z++ (( i++ ))
13602024-08-22T01:45:29.268Z++ (( i < 5 ))
13612024-08-22T01:45:29.268Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
13622024-08-22T01:45:29.270Z++ (( i++ ))
13632024-08-22T01:45:29.270Z++ (( i < 5 ))
13642024-08-22T01:45:29.271Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
13652024-08-22T01:45:29.271Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
13662024-08-22T01:45:29.271Z+ rc=0
13672024-08-22T01:45:29.271Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
13682024-08-22T01:46:00.190Z+ case $rc in
13692024-08-22T01:46:00.190Z+ pfexec zfs create -p rpool/images/build/host
13702024-08-22T01:46:00.368Z+ pfexec zfs create -p rpool/images/build/recovery
13712024-08-22T01:46:00.425Z+ cargo xtask releng --output-dir /work
13722024-08-22T01:46:00.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
13732024-08-22T01:46:00.989Z Running `target/debug/xtask releng --output-dir /work`
13742024-08-22T01:46:01.858Z Compiling proc-macro2 v1.0.86
13752024-08-22T01:46:01.858Z Compiling unicode-ident v1.0.12
13762024-08-22T01:46:01.858Z Compiling libc v0.2.156
13772024-08-22T01:46:01.860Z Compiling serde v1.0.208
13782024-08-22T01:46:01.860Z Compiling version_check v0.9.5
13792024-08-22T01:46:01.860Z Compiling autocfg v1.3.0
13802024-08-22T01:46:01.860Z Compiling cfg-if v1.0.0
13812024-08-22T01:46:01.860Z Compiling once_cell v1.19.0
13822024-08-22T01:46:02.154Z Compiling typenum v1.17.0
13832024-08-22T01:46:02.276Z Compiling memchr v2.7.2
13842024-08-22T01:46:02.647Z Compiling lock_api v0.4.12
13852024-08-22T01:46:02.664Z Compiling generic-array v0.14.7
13862024-08-22T01:46:02.685Z Compiling ahash v0.8.11
13872024-08-22T01:46:03.059Z Compiling serde_json v1.0.125
13882024-08-22T01:46:03.093Z Compiling libm v0.2.8
13892024-08-22T01:46:03.187Z Compiling num-traits v0.2.19
13902024-08-22T01:46:03.438Z Compiling parking_lot_core v0.9.10
13912024-08-22T01:46:03.459Z Compiling byteorder v1.5.0
13922024-08-22T01:46:03.561Z Compiling quote v1.0.36
13932024-08-22T01:46:03.937Z Compiling syn v2.0.74
13942024-08-22T01:46:04.008Z Compiling scopeguard v1.2.0
13952024-08-22T01:46:04.167Z Compiling jobserver v0.1.32
13962024-08-22T01:46:04.185Z Compiling getrandom v0.2.14
13972024-08-22T01:46:04.207Z Compiling log v0.4.21
13982024-08-22T01:46:04.323Z Compiling thiserror v1.0.63
13992024-08-22T01:46:04.599Z Compiling cc v1.0.97
14002024-08-22T01:46:04.859Z Compiling itoa v1.0.11
14012024-08-22T01:46:05.053Z Compiling slab v0.4.9
14022024-08-22T01:46:05.095Z Compiling rand_core v0.6.4
14032024-08-22T01:46:05.144Z Compiling pkg-config v0.3.30
14042024-08-22T01:46:05.641Z Compiling semver v1.0.23
14052024-08-22T01:46:05.830Z Compiling ryu v1.0.18
14062024-08-22T01:46:06.156Z Compiling pin-project-lite v0.2.14
14072024-08-22T01:46:06.190Z Compiling smallvec v1.13.2
14082024-08-22T01:46:06.284Z Compiling vcpkg v0.2.15
14092024-08-22T01:46:06.422Z Compiling allocator-api2 v0.2.18
14102024-08-22T01:46:06.871Z Compiling spin v0.9.8
14112024-08-22T01:46:07.152Z Compiling subtle v2.5.0
14122024-08-22T01:46:07.516Z Compiling const-oid v0.9.6
14132024-08-22T01:46:07.698Z Compiling signal-hook-registry v1.4.2
14142024-08-22T01:46:08.104Z Compiling ring v0.17.8
14152024-08-22T01:46:08.463Z Compiling openssl-sys v0.9.103
14162024-08-22T01:46:09.211Z Compiling heck v0.5.0
14172024-08-22T01:46:09.530Z Compiling schemars v0.8.21
14182024-08-22T01:46:09.532Z Compiling httparse v1.8.0
14192024-08-22T01:46:09.721Z Compiling rustix v0.38.34
14202024-08-22T01:46:09.937Z Compiling parking_lot v0.12.2
14212024-08-22T01:46:09.985Z Compiling mio v1.0.2
14222024-08-22T01:46:10.164Z Compiling futures-core v0.3.30
14232024-08-22T01:46:10.430Z Compiling num-conv v0.1.0
14242024-08-22T01:46:10.726Z Compiling time-core v0.1.2
14252024-08-22T01:46:10.918Z Compiling time-macros v0.2.18
14262024-08-22T01:46:10.993Z Compiling socket2 v0.5.7
14272024-08-22T01:46:11.052Z Compiling openssl v0.10.66
14282024-08-22T01:46:11.143Z Compiling equivalent v1.0.1
14292024-08-22T01:46:11.263Z Compiling fnv v1.0.7
14302024-08-22T01:46:11.403Z Compiling serde_derive_internals v0.29.1
14312024-08-22T01:46:11.642Z Compiling tinyvec_macros v0.1.1
14322024-08-22T01:46:11.774Z Compiling native-tls v0.2.11
14332024-08-22T01:46:11.919Z Compiling rustls v0.21.12
14342024-08-22T01:46:12.239Z Compiling tinyvec v1.6.0
14352024-08-22T01:46:12.853Z Compiling futures-sink v0.3.30
14362024-08-22T01:46:13.038Z Compiling crossbeam-utils v0.8.19
14372024-08-22T01:46:13.810Z Compiling unicode-normalization v0.1.23
14382024-08-22T01:46:13.848Z Compiling cookie v0.17.0
14392024-08-22T01:46:13.969Z Compiling iana-time-zone v0.1.60
14402024-08-22T01:46:14.230Z Compiling ucd-trie v0.1.6
14412024-08-22T01:46:14.277Z Compiling cpufeatures v0.2.12
14422024-08-22T01:46:14.439Z Compiling futures-channel v0.3.30
14432024-08-22T01:46:14.726Z Compiling unicode-bidi v0.3.15
14442024-08-22T01:46:14.776Z Compiling syn v1.0.109
14452024-08-22T01:46:14.830Z Compiling slog v2.7.0
14462024-08-22T01:46:15.032Z Compiling pin-utils v0.1.0
14472024-08-22T01:46:15.370Z Compiling futures-io v0.3.30
14482024-08-22T01:46:15.373Z Compiling futures-task v0.3.30
14492024-08-22T01:46:15.716Z Compiling aho-corasick v1.1.3
14502024-08-22T01:46:15.792Z Compiling regex-syntax v0.8.4
14512024-08-22T01:46:16.244Z Compiling untrusted v0.9.0
14522024-08-22T01:46:16.840Z Compiling serde_derive v1.0.208
14532024-08-22T01:46:16.880Z Compiling zeroize_derive v1.4.2
14542024-08-22T01:46:17.034Z Compiling zerocopy-derive v0.7.34
14552024-08-22T01:46:17.838Z Compiling tokio-macros v2.4.0
14562024-08-22T01:46:18.439Z Compiling thiserror-impl v1.0.63
14572024-08-22T01:46:19.322Z Compiling zeroize v1.7.0
14582024-08-22T01:46:19.343Z Compiling zerocopy v0.7.34
14592024-08-22T01:46:20.666Z Compiling futures-macro v0.3.30
14602024-08-22T01:46:21.914Z Compiling crypto-common v0.1.6
14612024-08-22T01:46:22.158Z Compiling tracing-attributes v0.1.27
14622024-08-22T01:46:22.568Z Compiling hashbrown v0.14.5
14632024-08-22T01:46:22.840Z Compiling der_derive v0.7.2
14642024-08-22T01:46:23.079Z Compiling block-buffer v0.10.4
14652024-08-22T01:46:23.330Z Compiling digest v0.10.7
14662024-08-22T01:46:23.780Z Compiling schemars_derive v0.8.21
14672024-08-22T01:46:25.223Z Compiling openssl-macros v0.1.1
14682024-08-22T01:46:25.418Z Compiling scroll_derive v0.12.0
14692024-08-22T01:46:25.467Z Compiling hmac v0.12.1
14702024-08-22T01:46:25.690Z Compiling pest v2.7.10
14712024-08-22T01:46:25.763Z Compiling block-padding v0.3.3
14722024-08-22T01:46:26.062Z Compiling inout v0.1.3
14732024-08-22T01:46:26.115Z Compiling futures-util v0.3.30
14742024-08-22T01:46:26.560Z Compiling cipher v0.4.4
14752024-08-22T01:46:26.948Z Compiling sha2 v0.10.8
14762024-08-22T01:46:27.100Z Compiling regex-automata v0.4.6
14772024-08-22T01:46:28.255Z Compiling crc32fast v1.4.0
14782024-08-22T01:46:28.834Z Compiling pest_meta v2.7.10
14792024-08-22T01:46:28.873Z Compiling dyn-clone v1.0.17
14802024-08-22T01:46:30.523Z Compiling pest_generator v2.7.10
14812024-08-22T01:46:31.511Z Compiling bytes v1.7.1
14822024-08-22T01:46:33.567Z Compiling bitflags v2.6.0
14832024-08-22T01:46:33.936Z Compiling tokio v1.39.2
14842024-08-22T01:46:34.287Z Compiling indexmap v2.4.0
14852024-08-22T01:46:35.669Z Compiling serde_tokenstream v0.2.2
14862024-08-22T01:46:35.720Z Compiling uuid v1.10.0
14872024-08-22T01:46:36.219Z Compiling chrono v0.4.38
14882024-08-22T01:46:36.567Z Compiling http v0.2.12
14892024-08-22T01:46:36.797Z Compiling rustc_version v0.4.0
14902024-08-22T01:46:37.454Z Compiling pest_derive v2.7.10
14912024-08-22T01:46:39.259Z Compiling usdt-impl v0.5.0
14922024-08-22T01:46:39.675Z Compiling percent-encoding v2.3.1
14932024-08-22T01:46:39.727Z Compiling heck v0.4.1
14942024-08-22T01:46:40.015Z Compiling powerfmt v0.2.0
14952024-08-22T01:46:40.186Z Compiling base64ct v1.6.0
14962024-08-22T01:46:40.264Z Compiling heapless v0.7.17
14972024-08-22T01:46:40.657Z Compiling deranged v0.3.11
14982024-08-22T01:46:40.806Z Compiling pem-rfc7468 v0.7.0
14992024-08-22T01:46:41.265Z Compiling scroll v0.12.0
15002024-08-22T01:46:41.531Z Compiling zerocopy-derive v0.6.6
15012024-08-22T01:46:42.647Z Compiling backtrace v0.3.71
15022024-08-22T01:46:43.064Z Compiling tracing-core v0.1.32
15032024-08-22T01:46:43.101Z Compiling errno v0.3.9
15042024-08-22T01:46:43.392Z Compiling num_threads v0.1.7
15052024-08-22T01:46:43.553Z Compiling flagset v0.4.5
15062024-08-22T01:46:43.757Z Compiling plain v0.2.3
15072024-08-22T01:46:43.917Z Compiling num-bigint-dig v0.8.4
15082024-08-22T01:46:44.282Z Compiling ppv-lite86 v0.2.17
15092024-08-22T01:46:44.586Z Compiling time v0.3.36
15102024-08-22T01:46:45.141Z Compiling rand_chacha v0.3.1
15112024-08-22T01:46:45.178Z Compiling tracing v0.1.40
15122024-08-22T01:46:45.449Z Compiling goblin v0.8.2
15132024-08-22T01:46:45.793Z Compiling der v0.7.9
15142024-08-22T01:46:46.189Z Compiling tokio-util v0.7.11
15152024-08-22T01:46:48.648Z Compiling regex v1.10.6
15162024-08-22T01:46:48.993Z Compiling salsa20 v0.10.2
15172024-08-22T01:46:49.070Z Compiling pbkdf2 v0.12.2
15182024-08-22T01:46:49.217Z Compiling async-trait v0.1.81
15192024-08-22T01:46:49.923Z Compiling pretty-hex v0.4.1
15202024-08-22T01:46:50.399Z Compiling strsim v0.11.1
15212024-08-22T01:46:50.585Z Compiling rustversion v1.0.17
15222024-08-22T01:46:51.634Z Compiling dof v0.3.0
15232024-08-22T01:46:52.608Z Compiling scrypt v0.11.0
15242024-08-22T01:46:53.004Z Compiling spki v0.7.3
15252024-08-22T01:46:53.130Z Compiling rand v0.8.5
15262024-08-22T01:46:53.422Z Compiling form_urlencoded v1.2.1
15272024-08-22T01:46:53.743Z Compiling dtrace-parser v0.2.0
15282024-08-22T01:46:54.003Z Compiling cbc v0.1.2
15292024-08-22T01:46:54.275Z Compiling aes v0.8.4
15302024-08-22T01:46:54.763Z Compiling thread-id v4.2.1
15312024-08-22T01:46:55.672Z Compiling foreign-types-shared v0.1.1
15322024-08-22T01:46:55.868Z Compiling anyhow v1.0.86
15332024-08-22T01:46:55.888Z Compiling unicode-width v0.1.13
15342024-08-22T01:46:55.964Z Compiling signal-hook v0.3.17
15352024-08-22T01:46:56.219Z Compiling smoltcp v0.9.1
15362024-08-22T01:46:56.365Z Compiling try-lock v0.2.5
15372024-08-22T01:46:56.552Z Compiling want v0.3.1
15382024-08-22T01:46:56.893Z Compiling foreign-types v0.3.2
15392024-08-22T01:46:57.124Z Compiling pkcs5 v0.7.1
15402024-08-22T01:46:59.783Z Compiling h2 v0.3.26
15412024-08-22T01:47:02.587Z Compiling http-body v0.4.6
15422024-08-22T01:47:03.411Z Compiling clap_derive v4.5.13
15432024-08-22T01:47:04.585Z Compiling socket2 v0.4.10
15442024-08-22T01:47:04.606Z Compiling siphasher v0.3.11
15452024-08-22T01:47:05.219Z Compiling cfg_aliases v0.1.1
15462024-08-22T01:47:05.782Z Compiling tower-service v0.3.2
15472024-08-22T01:47:05.946Z Compiling httpdate v1.0.3
15482024-08-22T01:47:06.293Z Compiling base64 v0.21.7
15492024-08-22T01:47:07.550Z Compiling nix v0.28.0
15502024-08-22T01:47:08.240Z Compiling hyper v0.14.30
15512024-08-22T01:47:10.443Z Compiling pkcs8 v0.10.2
15522024-08-22T01:47:12.916Z Compiling rustls-webpki v0.101.7
15532024-08-22T01:47:13.217Z Compiling sct v0.7.1
15542024-08-22T01:47:14.663Z Compiling openapiv3 v2.0.0
15552024-08-22T01:47:15.170Z Compiling hubpack_derive v0.1.1
15562024-08-22T01:47:18.927Z Compiling idna v0.5.0
15572024-08-22T01:47:21.315Z Compiling fs-err v2.11.0
15582024-08-22T01:47:21.427Z Compiling utf8parse v0.2.1
15592024-08-22T01:47:21.698Z Compiling openssl-probe v0.1.5
15602024-08-22T01:47:22.012Z Compiling adler v1.0.2
15612024-08-22T01:47:22.303Z Compiling finl_unicode v1.2.0
15622024-08-22T01:47:22.443Z Compiling anstyle v1.0.8
15632024-08-22T01:47:23.026Z Compiling stringprep v0.1.4
15642024-08-22T01:47:23.028Z Compiling miniz_oxide v0.7.2
15652024-08-22T01:47:24.151Z Compiling anstyle-parse v0.2.4
15662024-08-22T01:47:24.672Z Compiling url v2.5.2
15672024-08-22T01:47:28.677Z Compiling usdt-macro v0.5.0
15682024-08-22T01:47:28.870Z Compiling usdt-attr-macro v0.5.0
15692024-08-22T01:47:30.795Z Compiling serde_spanned v0.6.7
15702024-08-22T01:47:30.863Z Compiling toml_datetime v0.6.8
15712024-08-22T01:47:31.016Z Compiling regress v0.9.1
15722024-08-22T01:47:31.317Z Compiling md-5 v0.10.6
15732024-08-22T01:47:31.568Z Compiling idna v0.3.0
15742024-08-22T01:47:32.942Z Compiling lazy_static v1.5.0
15752024-08-22T01:47:32.992Z Compiling num-integer v0.1.46
15762024-08-22T01:47:33.141Z Compiling hash32 v0.2.1
15772024-08-22T01:47:33.479Z Compiling encoding_rs v0.8.34
15782024-08-22T01:47:33.692Z Compiling mime v0.3.17
15792024-08-22T01:47:34.785Z Compiling anstyle-query v1.0.3
15802024-08-22T01:47:34.938Z Compiling base64 v0.22.1
15812024-08-22T01:47:35.630Z Compiling colorchoice v1.0.1
15822024-08-22T01:47:35.688Z Compiling gimli v0.28.1
15832024-08-22T01:47:35.791Z Compiling psl-types v2.0.11
15842024-08-22T01:47:35.979Z Compiling fallible-iterator v0.2.0
15852024-08-22T01:47:36.100Z Compiling is_terminal_polyfill v1.70.0
15862024-08-22T01:47:36.250Z Compiling stable_deref_trait v1.2.0
15872024-08-22T01:47:36.311Z Compiling publicsuffix v2.2.3
15882024-08-22T01:47:36.629Z Compiling postgres-protocol v0.6.7
15892024-08-22T01:47:36.646Z Compiling anstream v0.6.14
15902024-08-22T01:47:37.549Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15912024-08-22T01:47:37.786Z Compiling num-iter v0.1.45
15922024-08-22T01:47:40.531Z Compiling addr2line v0.21.0
15932024-08-22T01:47:41.184Z Compiling tokio-rustls v0.24.1
15942024-08-22T01:47:42.151Z Compiling terminal_size v0.3.0
15952024-08-22T01:47:42.342Z Compiling tokio-native-tls v0.3.1
15962024-08-22T01:47:42.631Z Compiling phf_shared v0.11.2
15972024-08-22T01:47:42.672Z Compiling strum_macros v0.25.3
15982024-08-22T01:47:43.081Z Compiling serde_urlencoded v0.7.1
15992024-08-22T01:47:43.746Z Compiling enum-as-inner v0.6.0
16002024-08-22T01:47:44.747Z Compiling serde_repr v0.1.19
16012024-08-22T01:47:44.802Z Compiling ff v0.13.0
16022024-08-22T01:47:44.827Z Compiling object v0.32.2
16032024-08-22T01:47:45.028Z Compiling base16ct v0.2.0
16042024-08-22T01:47:45.312Z Compiling clap_lex v0.7.0
16052024-08-22T01:47:45.819Z Compiling ipnet v2.9.0
16062024-08-22T01:47:45.916Z Compiling managed v0.8.0
16072024-08-22T01:47:45.962Z Compiling winnow v0.5.40
16082024-08-22T01:47:46.133Z Compiling bitflags v1.3.2
16092024-08-22T01:47:46.245Z Compiling rustc-demangle v0.1.24
16102024-08-22T01:47:47.365Z Compiling either v1.13.0
16112024-08-22T01:47:48.368Z Compiling rustls-pemfile v1.0.4
16122024-08-22T01:47:48.739Z Compiling clap_builder v4.5.15
16132024-08-22T01:47:48.789Z Compiling sec1 v0.7.3
16142024-08-22T01:47:49.423Z Compiling group v0.13.0
16152024-08-22T01:47:49.448Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16162024-08-22T01:47:49.746Z Compiling toml_edit v0.19.15
16172024-08-22T01:47:51.961Z Compiling phf v0.11.2
16182024-08-22T01:47:52.252Z Compiling hyper-tls v0.5.0
16192024-08-22T01:47:53.258Z Compiling hyper-rustls v0.24.2
16202024-08-22T01:47:53.568Z Compiling cookie_store v0.20.0
16212024-08-22T01:47:53.630Z Compiling postgres-types v0.2.7
16222024-08-22T01:47:54.638Z Compiling hubpack v0.1.2
16232024-08-22T01:47:54.901Z Compiling pkcs1 v0.7.5
16242024-08-22T01:47:55.068Z Compiling phf_shared v0.10.0
16252024-08-22T01:47:55.734Z Compiling zerocopy v0.6.6
16262024-08-22T01:47:55.791Z Compiling futures-executor v0.3.30
16272024-08-22T01:47:55.832Z Compiling bstr v1.9.1
16282024-08-22T01:47:55.925Z Compiling hkdf v0.12.4
16292024-08-22T01:47:56.003Z Compiling signature v2.2.0
16302024-08-22T01:47:56.154Z Compiling crypto-bigint v0.5.5
16312024-08-22T01:47:56.230Z Compiling idna v0.4.0
16322024-08-22T01:47:56.320Z Compiling float-cmp v0.9.0
16332024-08-22T01:47:56.526Z Compiling mio v0.8.11
16342024-08-22T01:47:56.575Z Compiling memmap v0.7.0
16352024-08-22T01:47:57.368Z Compiling difflib v0.4.0
16362024-08-22T01:47:57.491Z Compiling data-encoding v2.6.0
16372024-08-22T01:47:57.581Z Compiling webpki-roots v0.25.4
16382024-08-22T01:47:57.598Z Compiling whoami v1.5.1
16392024-08-22T01:47:57.712Z Compiling fixedbitset v0.4.2
16402024-08-22T01:47:57.742Z Compiling new_debug_unreachable v1.0.6
16412024-08-22T01:47:58.137Z Compiling precomputed-hash v0.1.1
16422024-08-22T01:47:58.155Z Compiling predicates-core v1.0.6
16432024-08-22T01:47:58.265Z Compiling static_assertions v1.1.0
16442024-08-22T01:47:58.358Z Compiling minimal-lexical v0.2.1
16452024-08-22T01:47:58.375Z Compiling unicode-segmentation v1.11.0
16462024-08-22T01:47:58.464Z Compiling normalize-line-endings v0.3.0
16472024-08-22T01:47:58.538Z Compiling winnow v0.6.18
16482024-08-22T01:47:58.806Z Compiling sync_wrapper v0.1.2
16492024-08-22T01:47:59.058Z Compiling bit-vec v0.6.3
16502024-08-22T01:47:59.162Z Compiling reqwest v0.11.27
16512024-08-22T01:47:59.185Z Compiling similar v2.6.0
16522024-08-22T01:47:59.475Z Compiling bit-set v0.5.3
16532024-08-22T01:47:59.617Z Compiling elliptic-curve v0.13.8
16542024-08-22T01:48:00.039Z Compiling nom v7.1.3
16552024-08-22T01:48:00.134Z Compiling predicates v3.1.2
16562024-08-22T01:48:00.376Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16572024-08-22T01:48:01.185Z Compiling string_cache v0.8.7
16582024-08-22T01:48:01.587Z Compiling hickory-proto v0.24.1
16592024-08-22T01:48:01.620Z Compiling petgraph v0.6.5
16602024-08-22T01:48:02.096Z Compiling toml_edit v0.22.20
16612024-08-22T01:48:03.701Z Compiling tokio-postgres v0.7.11
16622024-08-22T01:48:05.514Z Compiling signal-hook-mio v0.2.4
16632024-08-22T01:48:05.696Z Compiling usdt v0.5.0
16642024-08-22T01:48:06.559Z Compiling rsa v0.9.6
16652024-08-22T01:48:06.904Z Compiling futures v0.3.30
16662024-08-22T01:48:08.829Z Compiling toml v0.7.8
16672024-08-22T01:48:09.088Z Compiling clap v4.5.16
16682024-08-22T01:48:09.210Z Compiling crossbeam-epoch v0.9.18
16692024-08-22T01:48:09.227Z Compiling flate2 v1.0.31
16702024-08-22T01:48:09.917Z Compiling itertools v0.10.5
16712024-08-22T01:48:10.137Z Compiling itertools v0.12.1
16722024-08-22T01:48:10.300Z Compiling console v0.15.8
16732024-08-22T01:48:11.798Z Compiling tokio-stream v0.1.15
16742024-08-22T01:48:11.947Z Compiling hex v0.4.3
16752024-08-22T01:48:12.736Z Compiling sha1 v0.10.6
16762024-08-22T01:48:13.292Z Compiling camino v1.1.9
16772024-08-22T01:48:13.840Z Compiling radium v0.7.0
16782024-08-22T01:48:13.868Z Compiling lalrpop-util v0.19.12
16792024-08-22T01:48:14.014Z Compiling peg-runtime v0.8.3
16802024-08-22T01:48:14.473Z Compiling unicode-xid v0.2.4
16812024-08-22T01:48:14.656Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16822024-08-22T01:48:19.319Z Compiling is-terminal v0.4.12
16832024-08-22T01:48:21.370Z Compiling maybe-uninit v2.0.0
16842024-08-22T01:48:21.652Z Compiling rustls-pki-types v1.7.0
16852024-08-22T01:48:22.488Z Compiling ident_case v1.0.1
16862024-08-22T01:48:24.199Z Compiling tap v1.0.1
16872024-08-22T01:48:24.396Z Compiling wyz v0.5.1
16882024-08-22T01:48:25.039Z Compiling darling_core v0.20.9
16892024-08-22T01:48:38.485Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16902024-08-22T01:48:39.606Z Compiling getopts v0.2.21
16912024-08-22T01:48:40.786Z Compiling bzip2-sys v0.1.11+1.0.8
16922024-08-22T01:48:41.083Z Compiling dirs-sys-next v0.1.2
16932024-08-22T01:48:41.704Z Compiling unsafe-libyaml v0.2.11
16942024-08-22T01:48:42.132Z Compiling funty v2.0.0
16952024-08-22T01:48:42.134Z Compiling packed_struct v0.10.1
16962024-08-22T01:48:42.213Z Compiling paste v1.0.15
16972024-08-22T01:48:42.815Z Compiling rustls v0.22.4
16982024-08-22T01:48:43.425Z Compiling bitvec v1.0.1
16992024-08-22T01:48:44.631Z Compiling serde_yaml v0.9.34+deprecated
17002024-08-22T01:48:46.213Z Compiling dirs-next v2.0.0
17012024-08-22T01:48:47.169Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17022024-08-22T01:48:48.434Z Compiling darling_macro v0.20.9
17032024-08-22T01:48:49.557Z Compiling rustls-webpki v0.102.4
17042024-08-22T01:48:53.685Z Compiling packed_struct_codegen v0.10.1
17052024-08-22T01:48:53.702Z Compiling structmeta-derive v0.3.0
17062024-08-22T01:48:54.226Z Compiling thread_local v1.1.8
17072024-08-22T01:48:54.754Z Compiling indexmap v1.9.3
17082024-08-22T01:48:54.908Z Compiling multer v3.1.0
17092024-08-22T01:48:55.079Z Compiling rayon-core v1.12.1
17102024-08-22T01:48:55.233Z Compiling fastrand v2.1.0
17112024-08-22T01:48:55.411Z Compiling crc-catalog v2.4.0
17122024-08-22T01:48:55.582Z Compiling match_cfg v0.1.0
17132024-08-22T01:48:55.689Z Compiling nodrop v0.1.14
17142024-08-22T01:48:55.818Z Compiling slog-async v2.8.0
17152024-08-22T01:48:55.927Z Compiling array-init v0.0.4
17162024-08-22T01:48:56.267Z Compiling structmeta v0.3.0
17172024-08-22T01:48:56.354Z Compiling hostname v0.3.1
17182024-08-22T01:48:56.372Z Compiling tempfile v3.10.1
17192024-08-22T01:48:56.614Z Compiling crc v3.2.1
17202024-08-22T01:48:58.638Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17212024-08-22T01:48:58.828Z Compiling smallvec v0.6.14
17222024-08-22T01:48:59.324Z Compiling darling v0.20.9
17232024-08-22T01:48:59.455Z Compiling term v0.7.0
17242024-08-22T01:49:01.994Z Compiling crossbeam-deque v0.8.5
17252024-08-22T01:49:02.392Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17262024-08-22T01:49:03.840Z Compiling slog-json v2.6.1
17272024-08-22T01:49:04.285Z Compiling crossbeam-channel v0.5.12
17282024-08-22T01:49:04.578Z Compiling http v1.1.0
17292024-08-22T01:49:06.785Z Compiling pin-project-internal v1.1.5
17302024-08-22T01:49:08.455Z Compiling async-stream-impl v0.3.5
17312024-08-22T01:49:09.815Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17322024-08-22T01:49:10.266Z Compiling bitfield v0.14.0
17332024-08-22T01:49:11.070Z Compiling take_mut v0.2.2
17342024-08-22T01:49:11.246Z Compiling hashbrown v0.12.3
17352024-08-22T01:49:12.673Z Compiling atomic-waker v1.1.2
17362024-08-22T01:49:13.493Z Compiling same-file v1.0.6
17372024-08-22T01:49:13.772Z Compiling termcolor v1.4.1
17382024-08-22T01:49:14.150Z Compiling walkdir v2.5.0
17392024-08-22T01:49:14.843Z Compiling env_logger v0.10.2
17402024-08-22T01:49:17.799Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17412024-08-22T01:49:18.369Z Compiling waitgroup v0.1.2
17422024-08-22T01:49:22.953Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17432024-08-22T01:49:26.054Z Compiling async-stream v0.3.5
17442024-08-22T01:49:26.373Z Compiling pin-project v1.1.5
17452024-08-22T01:49:29.975Z Compiling slog-bunyan v2.5.0
17462024-08-22T01:49:30.271Z Compiling tokio-rustls v0.25.0
17472024-08-22T01:49:31.264Z Compiling slog-term v2.9.1
17482024-08-22T01:49:31.939Z Compiling serde_with_macros v3.9.0
17492024-08-22T01:49:33.629Z Compiling serde-hex v0.1.0
17502024-08-22T01:49:33.854Z Compiling bzip2 v0.4.4
17512024-08-22T01:49:34.266Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17522024-08-22T01:49:34.301Z Compiling parse-display-derive v0.10.0
17532024-08-22T01:49:34.518Z Compiling toml v0.8.19
17542024-08-22T01:49:34.573Z Compiling rustls-pemfile v2.1.3
17552024-08-22T01:49:37.802Z Compiling x509-cert v0.2.5
17562024-08-22T01:49:38.267Z Compiling ron v0.8.1
17572024-08-22T01:49:38.689Z Compiling newtype-uuid v1.1.0
17582024-08-22T01:49:38.998Z Compiling ipnetwork v0.20.0
17592024-08-22T01:49:39.046Z Compiling strum_macros v0.26.4
17602024-08-22T01:49:39.744Z Compiling xattr v1.3.1
17612024-08-22T01:49:41.282Z Compiling snafu-derive v0.8.2
17622024-08-22T01:49:41.420Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17632024-08-22T01:49:42.702Z Compiling serde_path_to_error v0.1.16
17642024-08-22T01:49:43.560Z Compiling hashbrown v0.13.2
17652024-08-22T01:49:43.675Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17662024-08-22T01:49:44.008Z Compiling blake3 v1.5.1
17672024-08-22T01:49:44.134Z Compiling ring v0.16.20
17682024-08-22T01:49:44.416Z Compiling hostname v0.4.0
17692024-08-22T01:49:44.596Z Compiling filetime v0.2.24
17702024-08-22T01:49:44.691Z Compiling instant v0.1.12
17712024-08-22T01:49:44.889Z Compiling crc-any v2.5.0
17722024-08-22T01:49:44.935Z Compiling buf-list v1.0.3
17732024-08-22T01:49:45.258Z Compiling debug-ignore v1.0.5
17742024-08-22T01:49:45.509Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17752024-08-22T01:49:45.825Z Compiling tar v0.4.41
17762024-08-22T01:49:45.971Z Compiling snafu v0.8.2
17772024-08-22T01:49:46.111Z Compiling object v0.30.4
17782024-08-22T01:49:47.253Z Compiling backoff v0.4.0
17792024-08-22T01:49:48.229Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17802024-08-22T01:49:48.453Z Compiling strum v0.26.3
17812024-08-22T01:49:48.661Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17822024-08-22T01:49:49.116Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17832024-08-22T01:49:50.319Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17842024-08-22T01:49:50.976Z Compiling parse-display v0.10.0
17852024-08-22T01:49:50.978Z Compiling serde_with v3.9.0
17862024-08-22T01:49:51.256Z Compiling zip v0.6.6
17872024-08-22T01:49:52.646Z Compiling rayon v1.10.0
17882024-08-22T01:49:52.933Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17892024-08-22T01:49:53.678Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
17902024-08-22T01:49:53.868Z Compiling camino-tempfile v1.1.1
17912024-08-22T01:49:54.641Z Compiling globset v0.4.14
17922024-08-22T01:49:55.364Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17932024-08-22T01:49:55.574Z Compiling pem v3.0.4
17942024-08-22T01:49:57.098Z Compiling olpc-cjson v0.1.3
17952024-08-22T01:49:57.436Z Compiling serde_plain v1.0.2
17962024-08-22T01:49:57.960Z Compiling macaddr v1.0.1
17972024-08-22T01:49:58.326Z Compiling async-recursion v1.1.1
17982024-08-22T01:49:58.586Z Compiling memmap2 v0.9.4
17992024-08-22T01:49:59.125Z Compiling arrayref v0.3.7
18002024-08-22T01:49:59.171Z Compiling spin v0.5.2
18012024-08-22T01:49:59.238Z Compiling constant_time_eq v0.3.0
18022024-08-22T01:49:59.422Z Compiling untrusted v0.7.1
18032024-08-22T01:49:59.438Z Compiling arrayvec v0.7.4
18042024-08-22T01:49:59.624Z Compiling path-slash v0.1.5
18052024-08-22T01:49:59.778Z Compiling typed-path v0.7.1
18062024-08-22T01:49:59.880Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18072024-08-22T01:50:02.226Z Compiling tough v0.17.1
18082024-08-22T01:50:02.952Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18092024-08-22T01:50:06.177Z Compiling itertools v0.13.0
18102024-08-22T01:50:06.417Z Compiling cargo-platform v0.1.8
18112024-08-22T01:50:07.577Z Compiling parse-size v1.0.0
18122024-08-22T01:50:07.883Z Compiling topological-sort v0.2.2
18132024-08-22T01:50:08.158Z Compiling omicron-zone-package v0.11.0
18142024-08-22T01:50:09.681Z Compiling cargo_metadata v0.18.1
18152024-08-22T01:50:09.992Z Compiling shell-words v1.1.0
18162024-08-22T01:50:15.155Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18172024-08-22T01:50:27.857Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
18182024-08-22T01:50:41.619Z Finished `release` profile [optimized] target(s) in 4m 40s
18192024-08-22T01:50:41.755Z Running `target/release/omicron-releng --output-dir /work`
18202024-08-22T01:50:41.796ZAug 22 01:50:39.892 DEBG changing working directory to /work/oxidecomputer/omicron
18212024-08-22T01:50:41.884ZAug 22 01:50:39.982 DEBG running: git rev-parse HEAD
18222024-08-22T01:50:41.890ZAug 22 01:50:39.989 DEBG process exited with exit status: 0 (6.183267ms)
18232024-08-22T01:50:41.890ZAug 22 01:50:39.989 INFO version: 10.0.0-0.ci+git9f09cb82a13
18242024-08-22T01:50:41.929ZAug 22 01:50:40.028 INFO cloning helios to /work/oxidecomputer/helios
18252024-08-22T01:50:41.929ZAug 22 01:50:40.028 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
18262024-08-22T01:50:41.935ZCloning into '/work/oxidecomputer/helios'...
18272024-08-22T01:50:42.350ZAug 22 01:50:40.448 DEBG process exited with exit status: 0 (419.995037ms)
18282024-08-22T01:50:42.350ZAug 22 01:50:40.448 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
18292024-08-22T01:50:42.357Z# branch.oid 5957f0585d08e57fe117e75e2c8590e41f2cac29
18302024-08-22T01:50:42.357Z# branch.head master
18312024-08-22T01:50:42.357Z# branch.upstream origin/master
18322024-08-22T01:50:42.357Z# branch.ab +0 -0
18332024-08-22T01:50:42.359ZAug 22 01:50:40.456 DEBG process exited with exit status: 0 (7.750611ms)
18342024-08-22T01:50:42.359ZAug 22 01:50:40.456 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
18352024-08-22T01:50:43.055ZAug 22 01:50:41.154 DEBG process exited with exit status: 0 (697.352441ms)
18362024-08-22T01:50:43.055ZAug 22 01:50:41.154 DEBG running: zfs list rpool/images/build/host
18372024-08-22T01:50:43.062ZNAME USED AVAIL REFER MOUNTPOINT
18382024-08-22T01:50:43.062Zrpool/images/build/host 24K 153G 24K /rpool/images/build/host
18392024-08-22T01:50:43.064ZAug 22 01:50:41.161 DEBG process exited with exit status: 0 (7.240735ms)
18402024-08-22T01:50:43.064ZAug 22 01:50:41.161 DEBG running: zfs list rpool/images/build/recovery
18412024-08-22T01:50:43.068ZNAME USED AVAIL REFER MOUNTPOINT
18422024-08-22T01:50:43.068Zrpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery
18432024-08-22T01:50:43.071ZAug 22 01:50:41.167 DEBG process exited with exit status: 0 (6.369028ms)
18442024-08-22T01:50:43.071ZAug 22 01:50:41.168 INFO [hubris-staging] running task
18452024-08-22T01:50:43.071ZAug 22 01:50:41.168 INFO [hubris-production] running task
18462024-08-22T01:50:43.071ZAug 22 01:50:41.169 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
18472024-08-22T01:50:43.073ZAug 22 01:50:41.172 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
18482024-08-22T01:50:43.371Z[ helios-setup] cd tools/helios-build && cargo build --quiet
18492024-08-22T01:50:43.592Z[ omicron-package] Blocking waiting for file lock on package cache
18502024-08-22T01:50:44.387ZAug 22 01:50:42.486 INFO [hubris-production] task succeeded (1.317142624s)
18512024-08-22T01:50:44.600Z[ omicron-package] Blocking waiting for file lock on package cache
18522024-08-22T01:50:44.840Z[ omicron-package] Blocking waiting for file lock on package cache
18532024-08-22T01:50:45.544Z[ omicron-package] Compiling proc-macro-crate v1.3.1
18542024-08-22T01:50:45.547Z[ omicron-package] Compiling heapless v0.8.0
18552024-08-22T01:50:45.547Z[ omicron-package] Compiling hash32 v0.3.1
18562024-08-22T01:50:45.547Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18572024-08-22T01:50:45.547Z[ omicron-package] Compiling smoltcp v0.11.0
18582024-08-22T01:50:45.547Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
18592024-08-22T01:50:45.547Z[ omicron-package] Compiling embedded-io v0.4.0
18602024-08-22T01:50:45.547Z[ omicron-package] Compiling cobs v0.2.3
18612024-08-22T01:50:46.326Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18622024-08-22T01:50:46.706Z[ omicron-package] Compiling postcard v1.0.8
18632024-08-22T01:50:46.852Z[ omicron-package] Compiling foreign-types-macros v0.2.3
18642024-08-22T01:50:46.918Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18652024-08-22T01:50:47.000Z[ omicron-package] Compiling proc-macro-error v1.0.4
18662024-08-22T01:50:47.110Z[ omicron-package] Compiling num_enum_derive v0.5.11
18672024-08-22T01:50:47.538Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18682024-08-22T01:50:47.822Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18692024-08-22T01:50:47.825Z[ omicron-package] Compiling foreign-types-shared v0.3.1
18702024-08-22T01:50:48.845Z[ omicron-package] Compiling tabwriter v1.4.0
18712024-08-22T01:50:48.847Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18722024-08-22T01:50:48.936Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18732024-08-22T01:50:48.938Z[ omicron-package] Compiling foreign-types v0.5.0
18742024-08-22T01:50:48.938Z[ omicron-package] Compiling cstr-argument v0.1.2
18752024-08-22T01:50:49.688Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18762024-08-22T01:50:49.989Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
18772024-08-22T01:50:50.197Z[ omicron-package] Compiling pretty-hex v0.2.1
18782024-08-22T01:50:50.685Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18792024-08-22T01:50:50.781Z[ omicron-package] Compiling colored v2.1.0
18802024-08-22T01:50:50.784Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18812024-08-22T01:50:51.395Z[ omicron-package] Compiling num_enum v0.5.11
18822024-08-22T01:50:51.621Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18832024-08-22T01:50:51.724Z[ omicron-package] Compiling num-derive v0.4.2
18842024-08-22T01:50:51.861Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18852024-08-22T01:50:52.209Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18862024-08-22T01:50:52.566Z[ omicron-package] Compiling sigpipe v0.1.3
18872024-08-22T01:50:52.566Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18882024-08-22T01:50:52.623Z[ omicron-package] Compiling libefi-sys v0.1.0
18892024-08-22T01:50:53.017Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18902024-08-22T01:50:53.022Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18912024-08-22T01:50:53.551Z[ omicron-package] Compiling smf v0.2.3
18922024-08-22T01:50:53.751Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18932024-08-22T01:50:54.063ZAug 22 01:50:52.161 INFO [hubris-staging] task succeeded (10.992209412s)
18942024-08-22T01:50:54.504Z[ omicron-package] Compiling bitfield-struct v0.6.1
18952024-08-22T01:50:54.656Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18962024-08-22T01:50:54.857Z[ omicron-package] Compiling portable-atomic v1.6.0
18972024-08-22T01:50:56.550Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
18982024-08-22T01:50:57.694Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18992024-08-22T01:50:57.987Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19002024-08-22T01:50:58.292Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19012024-08-22T01:50:58.569Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19022024-08-22T01:50:59.338Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19032024-08-22T01:50:59.479Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19042024-08-22T01:50:59.776Z[ omicron-package] Compiling gethostname v0.5.0
19052024-08-22T01:51:00.366Z[ omicron-package] Compiling number_prefix v0.4.0
19062024-08-22T01:51:02.542Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19072024-08-22T01:51:02.587Z[ omicron-package] Compiling indicatif v0.17.8
19082024-08-22T01:51:04.685Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19092024-08-22T01:51:07.384Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19102024-08-22T01:51:07.911Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19112024-08-22T01:51:09.526Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19122024-08-22T01:51:25.358Z[ helios-setup] Aug 22 01:51:23.451 INFO helios repository root is: /work/oxidecomputer/helios
19132024-08-22T01:51:25.360Z[ helios-setup] Aug 22 01:51:23.454 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
19142024-08-22T01:51:25.360Z[ helios-setup] Aug 22 01:51:23.454 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
19152024-08-22T01:51:25.365Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
19162024-08-22T01:51:26.644Z[ helios-setup] Aug 22 01:51:24.736 INFO clone ok!, project: pilot
19172024-08-22T01:51:26.646Z[ helios-setup] Aug 22 01:51:24.737 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms
19182024-08-22T01:51:26.646Z[ helios-setup] Aug 22 01:51:24.737 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
19192024-08-22T01:51:26.649Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
19202024-08-22T01:51:27.493Z[ helios-setup] Aug 22 01:51:25.586 INFO clone ok!, project: chelsio-t6-roms
19212024-08-22T01:51:27.496Z[ helios-setup] Aug 22 01:51:25.586 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
19222024-08-22T01:51:27.496Z[ helios-setup] Aug 22 01:51:25.586 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
19232024-08-22T01:51:27.498Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
19242024-08-22T01:51:28.345Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.25s
19252024-08-22T01:51:28.538Z[ omicron-package]
19262024-08-22T01:51:28.538Z[ omicron-package] real 45.421978857
19272024-08-22T01:51:28.538Z[ omicron-package] user 2:40.678906052
19282024-08-22T01:51:28.541Z[ omicron-package] sys 21.503718166
19292024-08-22T01:51:28.541Z[ omicron-package] trap 0.160045695
19302024-08-22T01:51:28.541Z[ omicron-package] tflt 0.455859996
19312024-08-22T01:51:28.541Z[ omicron-package] dflt 0.550511262
19322024-08-22T01:51:28.541Z[ omicron-package] kflt 0.000069472
19332024-08-22T01:51:28.541Z[ omicron-package] lock 4:54.882762423
19342024-08-22T01:51:28.541Z[ omicron-package] slp 8:19.441701885
19352024-08-22T01:51:28.541Z[ omicron-package] lat 1:35.284178566
19362024-08-22T01:51:28.541Z[ omicron-package] stop 1:01.457558151
19372024-08-22T01:51:28.541ZAug 22 01:51:26.632 INFO [omicron-package] process exited with exit status: 0 (45.460021398s)
19382024-08-22T01:51:28.541ZAug 22 01:51:26.632 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled
19392024-08-22T01:51:28.582ZAug 22 01:51:26.675 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
19402024-08-22T01:51:28.592Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
19412024-08-22T01:51:28.594Z[ host-target] Created new build target 'host' and set it as active
19422024-08-22T01:51:28.594Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
19432024-08-22T01:51:28.597Z[ recovery-target] Created new build target 'recovery' and set it as active
19442024-08-22T01:51:28.597ZAug 22 01:51:26.688 INFO [host-target] process exited with exit status: 0 (55.704516ms)
19452024-08-22T01:51:28.597ZAug 22 01:51:26.688 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
19462024-08-22T01:51:28.601ZAug 22 01:51:26.693 INFO [recovery-target] process exited with exit status: 0 (17.723698ms)
19472024-08-22T01:51:28.607Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
19482024-08-22T01:51:29.740Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19492024-08-22T01:51:29.740Z[ host-package] Compiling camino v1.1.9
19502024-08-22T01:51:29.742Z[ host-package] Compiling password-hash v0.5.0
19512024-08-22T01:51:29.742Z[ host-package] Compiling blake2 v0.10.6
19522024-08-22T01:51:29.742Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19532024-08-22T01:51:29.742Z[ host-package] Compiling derive-where v1.2.7
19542024-08-22T01:51:29.856Z[ host-package] Compiling humantime v2.1.0
19552024-08-22T01:51:29.858Z[ host-package] Compiling newline-converter v0.3.0
19562024-08-22T01:51:30.075Z[ host-package] Compiling toml v0.8.19
19572024-08-22T01:51:30.098Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19582024-08-22T01:51:30.568Z[ host-package] Compiling argon2 v0.5.3
19592024-08-22T01:51:30.763Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19602024-08-22T01:51:30.937Z[ host-package] Compiling expectorate v1.1.0
19612024-08-22T01:51:30.988Z[ host-package] Compiling dirs-sys-next v0.1.2
19622024-08-22T01:51:31.115Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19632024-08-22T01:51:31.152Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19642024-08-22T01:51:31.373Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19652024-08-22T01:51:31.477Z[ host-package] Compiling dirs-next v2.0.0
19662024-08-22T01:51:31.692Z[ host-package] Compiling num-rational v0.4.2
19672024-08-22T01:51:31.695Z[ host-package] Compiling num-complex v0.4.6
19682024-08-22T01:51:31.981Z[ host-package] Compiling convert_case v0.4.0
19692024-08-22T01:51:32.147Z[ host-package] Compiling term v0.7.0
19702024-08-22T01:51:32.817Z[ host-package] Compiling derive_more v0.99.18
19712024-08-22T01:51:33.033Z[ host-package] Compiling num v0.4.3
19722024-08-22T01:51:33.059Z[ host-package] Compiling prettyplease v0.2.20
19732024-08-22T01:51:33.159Z[ host-package] Compiling float-ord v0.3.2
19742024-08-22T01:51:33.230Z[ host-package] Compiling is-terminal v0.4.12
19752024-08-22T01:51:33.359Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
19762024-08-22T01:51:33.443Z[ host-package] Compiling semver v0.1.20
19772024-08-22T01:51:33.446Z[ host-package] Compiling home v0.5.9
19782024-08-22T01:51:33.491Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19792024-08-22T01:51:33.806Z[ host-package] Compiling rustc_version v0.1.7
19802024-08-22T01:51:34.035Z[ host-package] Compiling cookie v0.18.1
19812024-08-22T01:51:34.080Z[ helios-setup] Aug 22 01:51:32.172 INFO clone ok!, project: amd-firmware
19822024-08-22T01:51:34.083Z[ helios-setup] Aug 22 01:51:32.173 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
19832024-08-22T01:51:34.083Z[ helios-setup] Aug 22 01:51:32.173 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick
19842024-08-22T01:51:34.083Z[ helios-setup] Aug 22 01:51:32.173 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
19852024-08-22T01:51:34.085Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
19862024-08-22T01:51:34.279Z[ host-package] Compiling newtype_derive v0.1.6
19872024-08-22T01:51:34.311Z[ host-package] Compiling highway v1.2.0
19882024-08-22T01:51:34.420Z[ host-package] Compiling rustls-pki-types v1.7.0
19892024-08-22T01:51:34.788Z[ helios-setup] Aug 22 01:51:32.880 INFO clone ok!, project: pinprick
19902024-08-22T01:51:34.791Z[ helios-setup] Aug 22 01:51:32.880 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
19912024-08-22T01:51:34.791Z[ helios-setup] Aug 22 01:51:32.880 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: true, unless_env: Some("OXIDE_STAFF"), fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
19922024-08-22T01:51:34.791Z[ helios-setup] Aug 22 01:51:32.880 INFO cloning git@github.com:oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder
19932024-08-22T01:51:34.793Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
19942024-08-22T01:51:35.181Z[ host-package] Compiling rustls-webpki v0.102.4
19952024-08-22T01:51:35.843Z[ host-package] Compiling steno v0.4.1
19962024-08-22T01:51:35.955Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
19972024-08-22T01:51:35.992Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
19982024-08-22T01:51:37.580Z[ host-package] Compiling rustls v0.22.4
19992024-08-22T01:51:37.607Z[ host-package] Compiling thread_local v1.1.8
20002024-08-22T01:51:37.626Z[ host-package] Compiling slog-dtrace v0.3.0
20012024-08-22T01:51:38.025Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20022024-08-22T01:51:38.115Z[ host-package] Compiling match_cfg v0.1.0
20032024-08-22T01:51:38.226Z[ host-package] Compiling hostname v0.3.1
20042024-08-22T01:51:39.817Z[ host-package] Compiling multer v3.1.0
20052024-08-22T01:51:39.894Z[ host-package] Compiling slog-async v2.8.0
20062024-08-22T01:51:39.914Z[ host-package] Compiling slog-json v2.6.1
20072024-08-22T01:51:39.970Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20082024-08-22T01:51:40.288Z[ host-package] Compiling crossbeam-channel v0.5.12
20092024-08-22T01:51:40.627Z[ host-package] Compiling http v1.1.0
20102024-08-22T01:51:41.366Z[ host-package] Compiling linked-hash-map v0.5.6
20112024-08-22T01:51:41.843Z[ host-package] Compiling take_mut v0.2.2
20122024-08-22T01:51:42.049Z[ host-package] Compiling atomic-waker v1.1.2
20132024-08-22T01:51:42.286Z[ host-package] Compiling waitgroup v0.1.2
20142024-08-22T01:51:42.836Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
20152024-08-22T01:51:42.849Z[ helios-setup] Aug 22 01:51:40.940 INFO clone ok!, project: amd-host-image-builder
20162024-08-22T01:51:42.851Z[ helios-setup] Aug 22 01:51:40.940 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder
20172024-08-22T01:51:42.851Z[ helios-setup] Aug 22 01:51:40.940 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
20182024-08-22T01:51:42.854Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
20192024-08-22T01:51:43.133Z[ host-package] Compiling tokio-rustls v0.25.0
20202024-08-22T01:51:43.587Z[ host-package] Compiling lru-cache v0.1.2
20212024-08-22T01:51:43.759Z[ helios-setup] Aug 22 01:51:41.850 INFO clone ok!, project: image-builder
20222024-08-22T01:51:43.762Z[ helios-setup] Aug 22 01:51:41.850 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl
20232024-08-22T01:51:43.762Z[ helios-setup] Aug 22 01:51:41.850 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
20242024-08-22T01:51:43.766Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
20252024-08-22T01:51:43.887Z[ host-package] Compiling slog-bunyan v2.5.0
20262024-08-22T01:51:44.539Z[ helios-setup] Aug 22 01:51:42.629 INFO clone ok!, project: phbl
20272024-08-22T01:51:44.541Z[ helios-setup] Aug 22 01:51:42.630 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver
20282024-08-22T01:51:44.541Z[ helios-setup] Aug 22 01:51:42.630 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
20292024-08-22T01:51:44.544Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
20302024-08-22T01:51:44.703Z[ host-package] Compiling slog-term v2.9.1
20312024-08-22T01:51:45.333Z[ helios-setup] Aug 22 01:51:43.423 INFO clone ok!, project: bootserver
20322024-08-22T01:51:45.335Z[ helios-setup] Aug 22 01:51:43.423 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
20332024-08-22T01:51:45.335Z[ helios-setup] Aug 22 01:51:43.424 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
20342024-08-22T01:51:45.656Z[ host-package] Compiling rustls-pemfile v2.1.3
20352024-08-22T01:51:45.959Z[ host-package] Compiling async-stream v0.3.5
20362024-08-22T01:51:46.124Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
20372024-08-22T01:51:46.215Z[ host-package] Compiling ipnetwork v0.20.0
20382024-08-22T01:51:46.234Z[ host-package] Compiling newtype-uuid v1.1.0
20392024-08-22T01:51:46.295Z[ host-package] Compiling serde_path_to_error v0.1.16
20402024-08-22T01:51:46.438Z[ helios-setup] Aug 22 01:51:44.528 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
20412024-08-22T01:51:46.606Z[ host-package] Compiling hostname v0.4.0
20422024-08-22T01:51:46.971Z[ host-package] Compiling instant v0.1.12
20432024-08-22T01:51:47.022Z[ helios-setup] Aug 22 01:51:45.112 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
20442024-08-22T01:51:47.022Z[ helios-setup] Aug 22 01:51:45.112 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
20452024-08-22T01:51:47.041Z[ host-package] Compiling debug-ignore v1.0.5
20462024-08-22T01:51:47.216Z[ host-package] Compiling backoff v0.4.0
20472024-08-22T01:51:47.282Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20482024-08-22T01:51:47.561Z[ helios-setup] Aug 22 01:51:45.652 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
20492024-08-22T01:51:47.591Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20502024-08-22T01:51:47.750Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
20512024-08-22T01:51:48.029Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20522024-08-22T01:51:48.064Z[ host-package] Compiling parse-display v0.10.0
20532024-08-22T01:51:48.140Z[ helios-setup] Aug 22 01:51:46.230 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
20542024-08-22T01:51:48.142Z[ helios-setup] Aug 22 01:51:46.230 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
20552024-08-22T01:51:48.312Z[ host-package] Compiling serde_with v3.9.0
20562024-08-22T01:51:48.655Z[ helios-setup] Aug 22 01:51:46.745 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
20572024-08-22T01:51:48.718Z[ host-package] Compiling strum v0.26.3
20582024-08-22T01:51:48.959Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20592024-08-22T01:51:49.178Z[ helios-setup] Aug 22 01:51:47.268 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
20602024-08-22T01:51:49.180Z[ helios-setup] Aug 22 01:51:47.268 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
20612024-08-22T01:51:49.180Z[ helios-setup] Aug 22 01:51:47.268 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
20622024-08-22T01:51:49.180Z[ helios-setup] Aug 22 01:51:47.268 INFO ok!
20632024-08-22T01:51:49.180Z[ helios-setup] Aug 22 01:51:47.268 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
20642024-08-22T01:51:49.180Z[ helios-setup] Aug 22 01:51:47.268 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
20652024-08-22T01:51:49.180Z[ helios-setup] Aug 22 01:51:47.268 INFO ok!
20662024-08-22T01:51:49.180Z[ helios-setup] Aug 22 01:51:47.268 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
20672024-08-22T01:51:49.180Z[ helios-setup] Aug 22 01:51:47.268 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
20682024-08-22T01:51:49.180Z[ helios-setup] Aug 22 01:51:47.268 INFO ok!
20692024-08-22T01:51:49.180Z[ helios-setup] Aug 22 01:51:47.268 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
20702024-08-22T01:51:49.180Z[ helios-setup] Aug 22 01:51:47.268 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
20712024-08-22T01:51:49.647Z[ helios-setup] Aug 22 01:51:47.737 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
20722024-08-22T01:51:50.156Z[ helios-setup] Aug 22 01:51:48.246 INFO E| From https://github.com/jclulow/hiercmd
20732024-08-22T01:51:50.157Z[ helios-setup] Aug 22 01:51:48.246 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
20742024-08-22T01:51:50.196Z[ helios-setup] Aug 22 01:51:48.286 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
20752024-08-22T01:51:50.683Z[ helios-setup] Aug 22 01:51:48.773 INFO E| From https://github.com/jclulow/network-interface
20762024-08-22T01:51:50.683Z[ helios-setup] Aug 22 01:51:48.773 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
20772024-08-22T01:51:50.703Z[ helios-setup] Aug 22 01:51:48.793 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
20782024-08-22T01:51:51.302Z[ helios-setup] Aug 22 01:51:49.392 INFO E| From https://github.com/oxidecomputer/boot-image-tools
20792024-08-22T01:51:51.302Z[ helios-setup] Aug 22 01:51:49.392 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
20802024-08-22T01:51:51.355Z[ helios-setup] Aug 22 01:51:49.445 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
20812024-08-22T01:51:51.980Z[ host-package] Compiling macaddr v1.0.1
20822024-08-22T01:51:52.177Z[ helios-setup] Aug 22 01:51:50.267 INFO E| From https://github.com/oxidecomputer/facade
20832024-08-22T01:51:52.177Z[ helios-setup] Aug 22 01:51:50.267 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
20842024-08-22T01:51:52.260Z[ helios-setup] Aug 22 01:51:50.350 INFO E| Updating crates.io index
20852024-08-22T01:51:52.581Z[ host-package] Compiling swrite v0.1.0
20862024-08-22T01:51:52.792Z[ host-package] Compiling utf-8 v0.7.6
20872024-08-22T01:51:52.856Z[ helios-setup] Aug 22 01:51:50.945 INFO E| Downloading crates ...
20882024-08-22T01:51:52.886Z[ host-package] Compiling quick-error v1.2.3
20892024-08-22T01:51:53.061Z[ helios-setup] Aug 22 01:51:51.151 INFO E| Downloaded byteorder v1.4.3
20902024-08-22T01:51:53.065Z[ helios-setup] Aug 22 01:51:51.155 INFO E| Downloaded block-buffer v0.10.3
20912024-08-22T01:51:53.068Z[ helios-setup] Aug 22 01:51:51.157 INFO E| Downloaded futures-sink v0.3.28
20922024-08-22T01:51:53.070Z[ helios-setup] Aug 22 01:51:51.158 INFO E| Downloaded async-trait v0.1.68
20932024-08-22T01:51:53.092Z[ helios-setup] Aug 22 01:51:51.167 INFO E| Downloaded anstyle-parse v0.1.1
20942024-08-22T01:51:53.092Z[ helios-setup] Aug 22 01:51:51.170 INFO E| Downloaded const-random-macro v0.1.15
20952024-08-22T01:51:53.092Z[ helios-setup] Aug 22 01:51:51.172 INFO E| Downloaded anstream v0.2.6
20962024-08-22T01:51:53.092Z[ helios-setup] Aug 22 01:51:51.175 INFO E| Downloaded project-root v0.2.2
20972024-08-22T01:51:53.092Z[ helios-setup] Aug 22 01:51:51.175 INFO E| Downloaded concolor-override v1.0.0
20982024-08-22T01:51:53.092Z[ helios-setup] Aug 22 01:51:51.177 INFO E| Downloaded ahash v0.7.6
20992024-08-22T01:51:53.099Z[ host-package] Compiling resolv-conf v0.7.0
21002024-08-22T01:51:53.101Z[ helios-setup] Aug 22 01:51:51.190 INFO E| Downloaded anstyle v0.3.5
21012024-08-22T01:51:53.103Z[ helios-setup] Aug 22 01:51:51.193 INFO E| Downloaded const-random v0.1.15
21022024-08-22T01:51:53.125Z[ helios-setup] Aug 22 01:51:51.214 INFO E| Downloaded toolchain_find v0.2.0
21032024-08-22T01:51:53.128Z[ helios-setup] Aug 22 01:51:51.218 INFO E| Downloaded futures-macro v0.3.28
21042024-08-22T01:51:53.130Z[ helios-setup] Aug 22 01:51:51.220 INFO E| Downloaded time v0.1.45
21052024-08-22T01:51:53.133Z[ helios-setup] Aug 22 01:51:51.223 INFO E| Downloaded httpdate v1.0.2
21062024-08-22T01:51:53.135Z[ helios-setup] Aug 22 01:51:51.225 INFO E| Downloaded serde_spanned v0.6.1
21072024-08-22T01:51:53.138Z[ helios-setup] Aug 22 01:51:51.227 INFO E| Downloaded memoffset v0.7.1
21082024-08-22T01:51:53.149Z[ helios-setup] Aug 22 01:51:51.230 INFO E| Downloaded strsim v0.10.0
21092024-08-22T01:51:53.151Z[ helios-setup] Aug 22 01:51:51.233 INFO E| Downloaded is-terminal v0.4.7
21102024-08-22T01:51:53.151Z[ helios-setup] Aug 22 01:51:51.235 INFO E| Downloaded thiserror v1.0.38
21112024-08-22T01:51:53.154Z[ helios-setup] Aug 22 01:51:51.244 INFO E| Downloaded unicode-width v0.1.10
21122024-08-22T01:51:53.157Z[ helios-setup] Aug 22 01:51:51.246 INFO E| Downloaded slog-async v2.7.0
21132024-08-22T01:51:53.160Z[ helios-setup] Aug 22 01:51:51.249 INFO E| Downloaded terminal_size v0.2.6
21142024-08-22T01:51:53.163Z[ helios-setup] Aug 22 01:51:51.253 INFO E| Downloaded dyn-clone v1.0.11
21152024-08-22T01:51:53.166Z[ helios-setup] Aug 22 01:51:51.256 INFO E| Downloaded concolor-query v0.3.3
21162024-08-22T01:51:53.169Z[ helios-setup] Aug 22 01:51:51.258 INFO E| Downloaded paste v1.0.12
21172024-08-22T01:51:53.174Z[ helios-setup] Aug 22 01:51:51.264 INFO E| Downloaded base64 v0.21.0
21182024-08-22T01:51:53.182Z[ helios-setup] Aug 22 01:51:51.271 INFO E| Downloaded smawk v0.3.1
21192024-08-22T01:51:53.185Z[ helios-setup] Aug 22 01:51:51.274 INFO E| Downloaded sha2 v0.10.6
21202024-08-22T01:51:53.188Z[ helios-setup] Aug 22 01:51:51.278 INFO E| Downloaded iana-time-zone v0.1.56
21212024-08-22T01:51:53.193Z[ helios-setup] Aug 22 01:51:51.283 INFO E| Downloaded thiserror-impl v1.0.38
21222024-08-22T01:51:53.195Z[ helios-setup] Aug 22 01:51:51.285 INFO E| Downloaded rustfmt-wrapper v0.2.0
21232024-08-22T01:51:53.205Z[ helios-setup] Aug 22 01:51:51.287 INFO E| Downloaded generic-array v0.14.6
21242024-08-22T01:51:53.205Z[ helios-setup] Aug 22 01:51:51.290 INFO E| Downloaded want v0.3.0
21252024-08-22T01:51:53.205Z[ helios-setup] Aug 22 01:51:51.292 INFO E| Downloaded futures-task v0.3.28
21262024-08-22T01:51:53.209Z[ helios-setup] Aug 22 01:51:51.295 INFO E| Downloaded try-lock v0.2.4
21272024-08-22T01:51:53.209Z[ helios-setup] Aug 22 01:51:51.296 INFO E| Downloaded toml_datetime v0.6.1
21282024-08-22T01:51:53.209Z[ helios-setup] Aug 22 01:51:51.298 INFO E| Downloaded log v0.4.17
21292024-08-22T01:51:53.213Z[ helios-setup] Aug 22 01:51:51.303 INFO E| Downloaded futures-channel v0.3.28
21302024-08-22T01:51:53.217Z[ helios-setup] Aug 22 01:51:51.307 INFO E| Downloaded walkdir v2.3.3
21312024-08-22T01:51:53.220Z[ helios-setup] Aug 22 01:51:51.310 INFO E| Downloaded io-lifetimes v1.0.10
21322024-08-22T01:51:53.227Z[ helios-setup] Aug 22 01:51:51.315 INFO E| Downloaded smallvec v1.10.0
21332024-08-22T01:51:53.229Z[ helios-setup] Aug 22 01:51:51.319 INFO E| Downloaded tokio-tungstenite v0.18.0
21342024-08-22T01:51:53.233Z[ helios-setup] Aug 22 01:51:51.323 INFO E| Downloaded schemars_derive v0.8.12
21352024-08-22T01:51:53.236Z[ helios-setup] Aug 22 01:51:51.326 INFO E| Downloaded tokio-rustls v0.24.0
21362024-08-22T01:51:53.239Z[ helios-setup] Aug 22 01:51:51.329 INFO E| Downloaded signal-hook-registry v1.4.0
21372024-08-22T01:51:53.242Z[ helios-setup] Aug 22 01:51:51.331 INFO E| Downloaded semver v0.11.0
21382024-08-22T01:51:53.245Z[ helios-setup] Aug 22 01:51:51.335 INFO E| Downloaded sha1 v0.10.5
21392024-08-22T01:51:53.248Z[ helios-setup] Aug 22 01:51:51.338 INFO E| Downloaded slog-bunyan v2.4.0
21402024-08-22T01:51:53.250Z[ helios-setup] Aug 22 01:51:51.340 INFO E| Downloaded sct v0.7.0
21412024-08-22T01:51:53.257Z[ helios-setup] Aug 22 01:51:51.347 INFO E| Downloaded serde_tokenstream v0.2.0
21422024-08-22T01:51:53.262Z[ helios-setup] Aug 22 01:51:51.352 INFO E| Downloaded serde_path_to_error v0.1.11
21432024-08-22T01:51:53.265Z[ helios-setup] Aug 22 01:51:51.355 INFO E| Downloaded crossbeam-utils v0.8.14
21442024-08-22T01:51:53.270Z[ helios-setup] Aug 22 01:51:51.360 INFO E| Downloaded smartstring v1.0.1
21452024-08-22T01:51:53.275Z[ helios-setup] Aug 22 01:51:51.364 INFO E| Downloaded ryu v1.0.13
21462024-08-22T01:51:53.280Z[ helios-setup] Aug 22 01:51:51.370 INFO E| Downloaded tungstenite v0.18.0
21472024-08-22T01:51:53.351Z[ helios-setup] Aug 22 01:51:51.440 INFO E| Downloaded serde_yaml v0.9.21
21482024-08-22T01:51:53.357Z[ helios-setup] Aug 22 01:51:51.446 INFO E| Downloaded serde_derive v1.0.204
21492024-08-22T01:51:53.363Z[ helios-setup] Aug 22 01:51:51.452 INFO E| Downloaded url v2.3.1
21502024-08-22T01:51:53.370Z[ helios-setup] Aug 22 01:51:51.459 INFO E| Downloaded uuid v1.3.0
21512024-08-22T01:51:53.378Z[ helios-setup] Aug 22 01:51:51.468 INFO E| Downloaded serde v1.0.204
21522024-08-22T01:51:53.386Z[ helios-setup] Aug 22 01:51:51.475 INFO E| Downloaded tokio-util v0.7.7
21532024-08-22T01:51:53.398Z[ helios-setup] Aug 22 01:51:51.488 INFO E| Downloaded unicode-normalization v0.1.22
21542024-08-22T01:51:53.405Z[ helios-setup] Aug 22 01:51:51.495 INFO E| Downloaded winnow v0.4.1
21552024-08-22T01:51:53.424Z[ helios-setup] Aug 22 01:51:51.513 INFO E| Downloaded serde_json v1.0.95
21562024-08-22T01:51:53.439Z[ helios-setup] Aug 22 01:51:51.529 INFO E| Downloaded syn v2.0.72
21572024-08-22T01:51:53.462Z[ helios-setup] Aug 22 01:51:51.552 INFO E| Downloaded syn v1.0.107
21582024-08-22T01:51:53.482Z[ helios-setup] Aug 22 01:51:51.572 INFO E| Downloaded pest v2.5.7
21592024-08-22T01:51:53.491Z[ helios-setup] Aug 22 01:51:51.580 INFO E| Downloaded tokio v1.27.0
21602024-08-22T01:51:53.548Z[ helios-setup] Aug 22 01:51:51.638 INFO E| Downloaded rustls v0.21.0
21612024-08-22T01:51:53.568Z[ helios-setup] Aug 22 01:51:51.658 INFO E| Downloaded reqwest v0.11.16
21622024-08-22T01:51:53.582Z[ helios-setup] Aug 22 01:51:51.672 INFO E| Downloaded futures-util v0.3.28
21632024-08-22T01:51:53.603Z[ helios-setup] Aug 22 01:51:51.692 INFO E| Downloaded git2 v0.16.1
21642024-08-22T01:51:53.616Z[ helios-setup] Aug 22 01:51:51.706 INFO E| Downloaded hyper v0.14.25
21652024-08-22T01:51:53.630Z[ helios-setup] Aug 22 01:51:51.720 INFO E| Downloaded regress v0.5.0
21662024-08-22T01:51:53.643Z[ helios-setup] Aug 22 01:51:51.733 INFO E| Downloaded regex v1.7.3
21672024-08-22T01:51:53.656Z[ helios-setup] Aug 22 01:51:51.746 INFO E| Downloaded chrono v0.4.24
21682024-08-22T01:51:53.668Z[ helios-setup] Aug 22 01:51:51.758 INFO E| Downloaded rustix v0.37.3
21692024-08-22T01:51:53.699Z[ helios-setup] Aug 22 01:51:51.789 INFO E| Downloaded clap_builder v4.2.1
21702024-08-22T01:51:53.710Z[ helios-setup] Aug 22 01:51:51.800 INFO E| Downloaded rhai v1.14.0
21712024-08-22T01:51:53.732Z[ helios-setup] Aug 22 01:51:51.821 INFO E| Downloaded openapiv3 v1.0.2
21722024-08-22T01:51:53.753Z[ helios-setup] Aug 22 01:51:51.843 INFO E| Downloaded rayon v1.6.1
21732024-08-22T01:51:53.769Z[ helios-setup] Aug 22 01:51:51.858 INFO E| Downloaded h2 v0.3.16
21742024-08-22T01:51:53.781Z[ helios-setup] Aug 22 01:51:51.871 INFO E| Downloaded mio v0.8.5
21752024-08-22T01:51:53.822Z[ helios-setup] Aug 22 01:51:51.911 INFO E| Downloaded http v0.2.9
21762024-08-22T01:51:53.827Z[ helios-setup] Aug 22 01:51:51.917 INFO E| Downloaded libc v0.2.139
21772024-08-22T01:51:53.932Z[ helios-setup] Aug 22 01:51:52.022 INFO E| Downloaded crossbeam-channel v0.5.6
21782024-08-22T01:51:53.939Z[ helios-setup] Aug 22 01:51:52.029 INFO E| Downloaded rustls-webpki v0.100.1
21792024-08-22T01:51:53.972Z[ helios-setup] Aug 22 01:51:52.061 INFO E| Downloaded flate2 v1.0.25
21802024-08-22T01:51:53.980Z[ helios-setup] Aug 22 01:51:52.069 INFO E| Downloaded tracing v0.1.37
21812024-08-22T01:51:53.988Z[ helios-setup] Aug 22 01:51:52.077 INFO E| Downloaded toml_edit v0.19.8
21822024-08-22T01:51:54.018Z[ helios-setup] Aug 22 01:51:52.108 INFO E| Downloaded futures v0.3.28
21832024-08-22T01:51:54.026Z[ helios-setup] Aug 22 01:51:52.116 INFO E| Downloaded unsafe-libyaml v0.2.8
21842024-08-22T01:51:54.033Z[ helios-setup] Aug 22 01:51:52.122 INFO E| Downloaded unicode-linebreak v0.1.4
21852024-08-22T01:51:54.036Z[ helios-setup] Aug 22 01:51:52.126 INFO E| Downloaded textwrap v0.16.0
21862024-08-22T01:51:54.040Z[ helios-setup] Aug 22 01:51:52.130 INFO E| Downloaded miniz_oxide v0.6.2
21872024-08-22T01:51:54.044Z[ helios-setup] Aug 22 01:51:52.134 INFO E| Downloaded memchr v2.5.0
21882024-08-22T01:51:54.050Z[ helios-setup] Aug 22 01:51:52.140 INFO E| Downloaded aho-corasick v0.7.20
21892024-08-22T01:51:54.056Z[ helios-setup] Aug 22 01:51:52.146 INFO E| Downloaded unicode-ident v1.0.8
21902024-08-22T01:51:54.061Z[ helios-setup] Aug 22 01:51:52.151 INFO E| Downloaded typenum v1.16.0
21912024-08-22T01:51:54.066Z[ helios-setup] Aug 22 01:51:52.156 INFO E| Downloaded socket2 v0.4.9
21922024-08-22T01:51:54.069Z[ helios-setup] Aug 22 01:51:52.159 INFO E| Downloaded schemars v0.8.12
21932024-08-22T01:51:54.091Z[ helios-setup] Aug 22 01:51:52.180 INFO E| Downloaded rayon-core v1.10.2
21942024-08-22T01:51:54.097Z[ helios-setup] Aug 22 01:51:52.187 INFO E| Downloaded clap v4.2.1
21952024-08-22T01:51:54.114Z[ helios-setup] Aug 22 01:51:52.204 INFO E| Downloaded cc v1.0.78
21962024-08-22T01:51:54.119Z[ helios-setup] Aug 22 01:51:52.208 INFO E| Downloaded encoding_rs v0.8.32
21972024-08-22T01:51:54.156Z[ helios-setup] Aug 22 01:51:52.246 INFO E| Downloaded bytes v1.4.0
21982024-08-22T01:51:54.162Z[ helios-setup] Aug 22 01:51:52.252 INFO E| Downloaded toml v0.7.3
21992024-08-22T01:51:54.169Z[ helios-setup] Aug 22 01:51:52.258 INFO E| Downloaded tracing-core v0.1.30
22002024-08-22T01:51:54.175Z[ helios-setup] Aug 22 01:51:52.265 INFO E| Downloaded semver-parser v0.10.2
22012024-08-22T01:51:54.179Z[ helios-setup] Aug 22 01:51:52.268 INFO E| Downloaded unicode-bidi v0.3.13
22022024-08-22T01:51:54.183Z[ helios-setup] Aug 22 01:51:52.273 INFO E| Downloaded ucd-trie v0.1.5
22032024-08-22T01:51:54.186Z[ helios-setup] Aug 22 01:51:52.276 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
22042024-08-22T01:51:54.297Z[ helios-setup] Aug 22 01:51:52.387 INFO E| Downloaded tempfile v3.5.0
22052024-08-22T01:51:54.304Z[ helios-setup] Aug 22 01:51:52.393 INFO E| Downloaded parking_lot v0.12.1
22062024-08-22T01:51:54.306Z[ helios-setup] Aug 22 01:51:52.393 INFO E| Downloaded num-traits v0.2.15
22072024-08-22T01:51:54.308Z[ helios-setup] Aug 22 01:51:52.397 INFO E| Downloaded clap_derive v4.2.0
22082024-08-22T01:51:54.311Z[ helios-setup] Aug 22 01:51:52.400 INFO E| Downloaded ahash v0.8.3
22092024-08-22T01:51:54.314Z[ helios-setup] Aug 22 01:51:52.403 INFO E| Downloaded toml v0.5.11
22102024-08-22T01:51:54.318Z[ helios-setup] Aug 22 01:51:52.408 INFO E| Downloaded crossbeam-epoch v0.9.13
22112024-08-22T01:51:54.323Z[ helios-setup] Aug 22 01:51:52.413 INFO E| Downloaded scopeguard v1.1.0
22122024-08-22T01:51:54.326Z[ helios-setup] Aug 22 01:51:52.415 INFO E| Downloaded ipnet v2.7.2
22132024-08-22T01:51:54.329Z[ helios-setup] Aug 22 01:51:52.418 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
22142024-08-22T01:51:54.331Z[ helios-setup] Aug 22 01:51:52.421 INFO E| Downloaded itoa v1.0.6
22152024-08-22T01:51:54.334Z[ helios-setup] Aug 22 01:51:52.424 INFO E| Downloaded slab v0.4.7
22162024-08-22T01:51:54.336Z[ helios-setup] Aug 22 01:51:52.426 INFO E| Downloaded rustls-pemfile v1.0.2
22172024-08-22T01:51:54.340Z[ helios-setup] Aug 22 01:51:52.430 INFO E| Downloaded rhai_codegen v1.5.0
22182024-08-22T01:51:54.352Z[ helios-setup] Aug 22 01:51:52.442 INFO E| Downloaded lock_api v0.4.9
22192024-08-22T01:51:54.355Z[ helios-setup] Aug 22 01:51:52.444 INFO E| Downloaded libz-sys v1.1.8
22202024-08-22T01:51:54.439Z[ helios-setup] Aug 22 01:51:52.528 INFO E| Downloaded pin-project-lite v0.2.9
22212024-08-22T01:51:54.446Z[ helios-setup] Aug 22 01:51:52.536 INFO E| Downloaded anyhow v1.0.68
22222024-08-22T01:51:54.455Z[ helios-setup] Aug 22 01:51:52.542 INFO E| Downloaded once_cell v1.17.0
22232024-08-22T01:51:54.458Z[ helios-setup] Aug 22 01:51:52.546 INFO E| Downloaded built v0.6.0
22242024-08-22T01:51:54.460Z[ helios-setup] Aug 22 01:51:52.548 INFO E| Downloaded bincode v1.3.3
22252024-08-22T01:51:54.462Z[ helios-setup] Aug 22 01:51:52.551 INFO E| Downloaded semver v1.0.17
22262024-08-22T01:51:54.465Z[ helios-setup] Aug 22 01:51:52.554 INFO E| Downloaded crossbeam-deque v0.8.2
22272024-08-22T01:51:54.467Z[ helios-setup] Aug 22 01:51:52.556 INFO E| Downloaded fastrand v1.9.0
22282024-08-22T01:51:54.470Z[ helios-setup] Aug 22 01:51:52.558 INFO E| Downloaded getrandom v0.2.8
22292024-08-22T01:51:54.474Z[ helios-setup] Aug 22 01:51:52.561 INFO E| Downloaded form_urlencoded v1.1.0
22302024-08-22T01:51:54.476Z[ helios-setup] Aug 22 01:51:52.562 INFO E| Downloaded cargo-lock v8.0.3
22312024-08-22T01:51:54.478Z[ helios-setup] Aug 22 01:51:52.566 INFO E| Downloaded digest v0.10.6
22322024-08-22T01:51:54.480Z[ helios-setup] Aug 22 01:51:52.569 INFO E| Downloaded pkg-config v0.3.26
22332024-08-22T01:51:54.483Z[ helios-setup] Aug 22 01:51:52.571 INFO E| Downloaded futures-core v0.3.28
22342024-08-22T01:51:54.485Z[ helios-setup] Aug 22 01:51:52.573 INFO E| Downloaded cpufeatures v0.2.5
22352024-08-22T01:51:54.493Z[ helios-setup] Aug 22 01:51:52.575 INFO E| Downloaded clap_lex v0.4.1
22362024-08-22T01:51:54.493Z[ helios-setup] Aug 22 01:51:52.576 INFO E| Downloaded parking_lot_core v0.9.6
22372024-08-22T01:51:54.493Z[ helios-setup] Aug 22 01:51:52.579 INFO E| Downloaded errno v0.3.1
22382024-08-22T01:51:54.493Z[ helios-setup] Aug 22 01:51:52.580 INFO E| Downloaded futures-executor v0.3.28
22392024-08-22T01:51:54.493Z[ helios-setup] Aug 22 01:51:52.582 INFO E| Downloaded either v1.8.0
22402024-08-22T01:51:54.496Z[ helios-setup] Aug 22 01:51:52.584 INFO E| Downloaded serde_derive_internals v0.26.0
22412024-08-22T01:51:54.498Z[ helios-setup] Aug 22 01:51:52.586 INFO E| Downloaded num_enum_derive v0.5.7
22422024-08-22T01:51:54.498Z[ helios-setup] Aug 22 01:51:52.587 INFO E| Downloaded num_cpus v1.15.0
22432024-08-22T01:51:54.501Z[ helios-setup] Aug 22 01:51:52.591 INFO E| Downloaded num-integer v0.1.45
22442024-08-22T01:51:54.503Z[ helios-setup] Aug 22 01:51:52.593 INFO E| Downloaded lazy_static v1.4.0
22452024-08-22T01:51:54.506Z[ helios-setup] Aug 22 01:51:52.595 INFO E| Downloaded percent-encoding v2.2.0
22462024-08-22T01:51:54.508Z[ helios-setup] Aug 22 01:51:52.596 INFO E| Downloaded camino v1.1.4
22472024-08-22T01:51:54.510Z[ helios-setup] Aug 22 01:51:52.599 INFO E| Downloaded autocfg v1.1.0
22482024-08-22T01:51:54.513Z[ helios-setup] Aug 22 01:51:52.601 INFO E| Downloaded proc-macro-crate v1.2.1
22492024-08-22T01:51:54.513Z[ helios-setup] Aug 22 01:51:52.602 INFO E| Downloaded num_enum v0.5.7
22502024-08-22T01:51:54.519Z[ helios-setup] Aug 22 01:51:52.609 INFO E| Downloaded futures-io v0.3.28
22512024-08-22T01:51:54.521Z[ helios-setup] Aug 22 01:51:52.610 INFO E| Downloaded tokio-macros v2.0.0
22522024-08-22T01:51:54.524Z[ helios-setup] Aug 22 01:51:52.612 INFO E| Downloaded jobserver v0.1.26
22532024-08-22T01:51:54.526Z[ helios-setup] Aug 22 01:51:52.614 INFO E| Downloaded http-body v0.4.5
22542024-08-22T01:51:54.528Z[ helios-setup] Aug 22 01:51:52.617 INFO E| Downloaded home v0.5.4
22552024-08-22T01:51:54.944Z[ helios-setup] Aug 22 01:51:53.033 INFO E| Compiling proc-macro2 v1.0.86
22562024-08-22T01:51:54.944Z[ helios-setup] Aug 22 01:51:53.033 INFO E| Compiling libc v0.2.139
22572024-08-22T01:51:54.947Z[ helios-setup] Aug 22 01:51:53.033 INFO E| Compiling unicode-ident v1.0.8
22582024-08-22T01:51:54.947Z[ helios-setup] Aug 22 01:51:53.033 INFO E| Compiling autocfg v1.1.0
22592024-08-22T01:51:54.947Z[ helios-setup] Aug 22 01:51:53.033 INFO E| Compiling cfg-if v1.0.0
22602024-08-22T01:51:54.947Z[ helios-setup] Aug 22 01:51:53.033 INFO E| Compiling version_check v0.9.4
22612024-08-22T01:51:54.947Z[ helios-setup] Aug 22 01:51:53.033 INFO E| Compiling serde v1.0.204
22622024-08-22T01:51:54.947Z[ helios-setup] Aug 22 01:51:53.033 INFO E| Compiling syn v1.0.107
22632024-08-22T01:51:54.951Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22642024-08-22T01:51:55.003Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22652024-08-22T01:51:55.595Z[ helios-setup] Aug 22 01:51:53.684 INFO E| Compiling memchr v2.5.0
22662024-08-22T01:51:55.767Z[ host-package] Compiling hickory-resolver v0.24.1
22672024-08-22T01:51:56.063Z[ host-package] Compiling rayon-core v1.12.1
22682024-08-22T01:51:56.151Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22692024-08-22T01:51:56.544Z[ helios-setup] Aug 22 01:51:54.633 INFO E| Compiling once_cell v1.17.0
22702024-08-22T01:51:56.778Z[ helios-setup] Aug 22 01:51:54.867 INFO E| Compiling thiserror v1.0.38
22712024-08-22T01:51:56.854Z[ helios-setup] Aug 22 01:51:54.943 INFO E| Compiling log v0.4.17
22722024-08-22T01:51:57.629Z[ helios-setup] Aug 22 01:51:55.718 INFO E| Compiling itoa v1.0.6
22732024-08-22T01:51:57.631Z[ helios-setup] Aug 22 01:51:55.718 INFO E| Compiling serde_json v1.0.95
22742024-08-22T01:51:58.561Z[ helios-setup] Aug 22 01:51:56.650 INFO E| Compiling indexmap v1.9.3
22752024-08-22T01:51:58.728Z[ helios-setup] Aug 22 01:51:56.733 INFO E| Compiling jobserver v0.1.26
22762024-08-22T01:51:58.974Z[ helios-setup] Aug 22 01:51:57.063 INFO E| Compiling getrandom v0.2.8
22772024-08-22T01:51:59.182Z[ helios-setup] Aug 22 01:51:57.134 INFO E| Compiling quote v1.0.36
22782024-08-22T01:51:59.589Z[ helios-setup] Aug 22 01:51:57.678 INFO E| Compiling cc v1.0.78
22792024-08-22T01:51:59.962Z[ helios-setup] Aug 22 01:51:58.051 INFO E| Compiling syn v2.0.72
22802024-08-22T01:52:00.444Z[ helios-setup] Aug 22 01:51:58.533 INFO E| Compiling scopeguard v1.1.0
22812024-08-22T01:52:00.519Z[ helios-setup] Aug 22 01:51:58.608 INFO E| Compiling pin-project-lite v0.2.9
22822024-08-22T01:52:00.636Z[ helios-setup] Aug 22 01:51:58.725 INFO E| Compiling num-integer v0.1.45
22832024-08-22T01:52:00.705Z[ helios-setup] Aug 22 01:51:58.793 INFO E| Compiling bytes v1.4.0
22842024-08-22T01:52:00.923Z[ helios-setup] Aug 22 01:51:59.012 INFO E| Compiling futures-core v0.3.28
22852024-08-22T01:52:01.565Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22862024-08-22T01:52:01.719Z[ helios-setup] Aug 22 01:51:59.808 INFO E| Compiling ryu v1.0.13
22872024-08-22T01:52:02.078Z[ host-package] Compiling crossbeam-deque v0.8.5
22882024-08-22T01:52:02.575Z[ helios-setup] Aug 22 01:52:00.663 INFO E| Compiling lock_api v0.4.9
22892024-08-22T01:52:02.909Z[ helios-setup] Aug 22 01:52:00.997 INFO E| Compiling parking_lot_core v0.9.6
22902024-08-22T01:52:02.971Z[ host-package] Compiling half v2.4.1
22912024-08-22T01:52:03.168Z[ helios-setup] Aug 22 01:52:01.257 INFO E| Compiling typenum v1.16.0
22922024-08-22T01:52:03.171Z[ helios-setup] Aug 22 01:52:01.257 INFO E| Compiling bitflags v1.3.2
22932024-08-22T01:52:03.824Z[ helios-setup] Aug 22 01:52:01.912 INFO E| Compiling num_cpus v1.15.0
22942024-08-22T01:52:03.886Z[ host-package] Compiling ciborium-io v0.2.2
22952024-08-22T01:52:03.914Z[ helios-setup] Aug 22 01:52:02.002 INFO E| Compiling generic-array v0.14.6
22962024-08-22T01:52:04.034Z[ helios-setup] Aug 22 01:52:02.122 INFO E| Compiling slab v0.4.7
22972024-08-22T01:52:04.152Z[ helios-setup] Aug 22 01:52:02.240 INFO E| Compiling futures-channel v0.3.28
22982024-08-22T01:52:04.280Z[ host-package] Compiling same-file v1.0.6
22992024-08-22T01:52:04.348Z[ helios-setup] Aug 22 01:52:02.436 INFO E| Compiling futures-task v0.3.28
23002024-08-22T01:52:04.361Z[ host-package] Compiling display-error-chain v0.2.0
23012024-08-22T01:52:04.538Z[ helios-setup] Aug 22 01:52:02.626 INFO E| Compiling futures-sink v0.3.28
23022024-08-22T01:52:04.717Z[ host-package] Compiling fastrand v2.1.0
23032024-08-22T01:52:04.863Z[ host-package] Compiling walkdir v2.5.0
23042024-08-22T01:52:05.163Z[ helios-setup] Aug 22 01:52:03.252 INFO E| Compiling tokio v1.27.0
23052024-08-22T01:52:05.557Z[ helios-setup] Aug 22 01:52:03.646 INFO E| Compiling futures-util v0.3.28
23062024-08-22T01:52:05.560Z[ helios-setup] Aug 22 01:52:03.648 INFO E| Compiling schemars v0.8.12
23072024-08-22T01:52:05.908Z[ host-package] Compiling tempfile v3.10.1
23082024-08-22T01:52:05.929Z[ host-package] Compiling ciborium-ll v0.2.2
23092024-08-22T01:52:06.660Z[ helios-setup] Aug 22 01:52:04.748 INFO E| Compiling mio v0.8.5
23102024-08-22T01:52:06.919Z[ helios-setup] Aug 22 01:52:05.007 INFO E| Compiling socket2 v0.4.9
23112024-08-22T01:52:07.039Z[ helios-setup] Aug 22 01:52:05.127 INFO E| Compiling signal-hook-registry v1.4.0
23122024-08-22T01:52:07.124Z[ host-package] Compiling blake3 v1.5.1
23132024-08-22T01:52:07.157Z[ helios-setup] Aug 22 01:52:05.245 INFO E| Compiling ahash v0.7.6
23142024-08-22T01:52:07.301Z[ helios-setup] Aug 22 01:52:05.389 INFO E| Compiling num-traits v0.2.15
23152024-08-22T01:52:07.723Z[ host-package] Compiling ring v0.16.20
23162024-08-22T01:52:08.099Z[ host-package] Compiling ciborium v0.2.2
23172024-08-22T01:52:08.216Z[ helios-setup] Aug 22 01:52:06.304 INFO E| Compiling io-lifetimes v1.0.10
23182024-08-22T01:52:08.274Z[ helios-setup] Aug 22 01:52:06.362 INFO E| Compiling crunchy v0.2.2
23192024-08-22T01:52:09.615Z[ helios-setup] Aug 22 01:52:07.703 INFO E| Compiling pin-utils v0.1.0
23202024-08-22T01:52:09.673Z[ helios-setup] Aug 22 01:52:07.761 INFO E| Compiling futures-io v0.3.28
23212024-08-22T01:52:09.881Z[ host-package] Compiling rayon v1.10.0
23222024-08-22T01:52:10.647Z[ helios-setup] Aug 22 01:52:08.735 INFO E| Compiling ahash v0.8.3
23232024-08-22T01:52:10.709Z[ helios-setup] Aug 22 01:52:08.797 INFO E| Compiling rustix v0.37.3
23242024-08-22T01:52:11.193Z[ helios-setup] Aug 22 01:52:09.281 INFO E| Compiling serde_derive_internals v0.26.0
23252024-08-22T01:52:11.359Z[ helios-setup] Aug 22 01:52:09.447 INFO E| Compiling tiny-keccak v2.0.2
23262024-08-22T01:52:11.598Z[ helios-setup] Aug 22 01:52:09.686 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
23272024-08-22T01:52:11.708Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23282024-08-22T01:52:11.958Z[ helios-setup] Aug 22 01:52:10.045 INFO E| Compiling hashbrown v0.12.3
23292024-08-22T01:52:12.286Z[ helios-setup] Aug 22 01:52:10.372 INFO E| Compiling block-buffer v0.10.3
23302024-08-22T01:52:12.562Z[ helios-setup] Aug 22 01:52:10.649 INFO E| Compiling crypto-common v0.1.6
23312024-08-22T01:52:13.707Z[ helios-setup] Aug 22 01:52:11.794 INFO E| Compiling errno v0.3.1
23322024-08-22T01:52:14.044Z[ host-package] Compiling xattr v1.3.1
23332024-08-22T01:52:14.271Z[ helios-setup] Aug 22 01:52:12.358 INFO E| Compiling fnv v1.0.7
23342024-08-22T01:52:14.353Z[ helios-setup] Aug 22 01:52:12.440 INFO E| Compiling slog v2.7.0
23352024-08-22T01:52:14.538Z[ helios-setup] Aug 22 01:52:12.626 INFO E| Compiling crossbeam-utils v0.8.14
23362024-08-22T01:52:14.615Z[ host-package] Compiling memmap2 v0.9.4
23372024-08-22T01:52:14.686Z[ helios-setup] Aug 22 01:52:12.773 INFO E| Compiling pkg-config v0.3.26
23382024-08-22T01:52:15.220Z[ helios-setup] Aug 22 01:52:13.307 INFO E| Compiling http v0.2.9
23392024-08-22T01:52:15.599Z[ host-package] Compiling filetime v0.2.24
23402024-08-22T01:52:17.548Z[ helios-setup] Aug 22 01:52:15.635 INFO E| Compiling digest v0.10.6
23412024-08-22T01:52:17.706Z[ helios-setup] Aug 22 01:52:15.792 INFO E| Compiling aho-corasick v0.7.20
23422024-08-22T01:52:18.695Z[ helios-setup] Aug 22 01:52:16.781 INFO E| Compiling tinyvec_macros v0.1.1
23432024-08-22T01:52:18.819Z[ helios-setup] Aug 22 01:52:16.905 INFO E| Compiling unicode-width v0.1.10
23442024-08-22T01:52:19.035Z[ helios-setup] Aug 22 01:52:17.121 INFO E| Compiling cpufeatures v0.2.5
23452024-08-22T01:52:19.322Z[ helios-setup] Aug 22 01:52:17.408 INFO E| Compiling heck v0.4.1
23462024-08-22T01:52:19.434Z[ helios-setup] Aug 22 01:52:17.521 INFO E| Compiling anyhow v1.0.68
23472024-08-22T01:52:19.571Z[ host-package] Compiling spin v0.5.2
23482024-08-22T01:52:20.536Z[ helios-setup] Aug 22 01:52:18.622 INFO E| Compiling thiserror-impl v1.0.38
23492024-08-22T01:52:20.572Z[ helios-setup] Aug 22 01:52:18.658 INFO E| Compiling schemars_derive v0.8.12
23502024-08-22T01:52:20.576Z[ host-package] Compiling untrusted v0.7.1
23512024-08-22T01:52:20.634Z[ helios-setup] Aug 22 01:52:18.721 INFO E| Compiling httparse v1.8.0
23522024-08-22T01:52:20.821Z[ helios-setup] Aug 22 01:52:18.907 INFO E| Compiling regex-syntax v0.6.29
23532024-08-22T01:52:20.898Z[ helios-setup] Aug 22 01:52:18.984 INFO E| Compiling percent-encoding v2.2.0
23542024-08-22T01:52:20.916Z[ host-package] Compiling arrayvec v0.7.4
23552024-08-22T01:52:21.359Z[ host-package] Compiling constant_time_eq v0.3.0
23562024-08-22T01:52:21.785Z[ host-package] Compiling cancel-safe-futures v0.1.5
23572024-08-22T01:52:21.899Z[ helios-setup] Aug 22 01:52:19.985 INFO E| Compiling form_urlencoded v1.1.0
23582024-08-22T01:52:22.036Z[ helios-setup] Aug 22 01:52:20.122 INFO E| Compiling tinyvec v1.6.0
23592024-08-22T01:52:22.097Z[ host-package] Compiling arrayref v0.3.7
23602024-08-22T01:52:22.210Z[ helios-setup] Aug 22 01:52:20.296 INFO E| Compiling const-random-macro v0.1.15
23612024-08-22T01:52:22.251Z[ helios-setup] Aug 22 01:52:20.338 INFO E| Compiling serde_derive v1.0.204
23622024-08-22T01:52:22.961Z[ helios-setup] Aug 22 01:52:21.047 INFO E| Compiling tokio-macros v2.0.0
23632024-08-22T01:52:23.889Z[ helios-setup] Aug 22 01:52:21.975 INFO E| Compiling futures-macro v0.3.28
23642024-08-22T01:52:24.512Z[ host-package] Compiling tar v0.4.41
23652024-08-22T01:52:25.259Z[ helios-setup] Aug 22 01:52:23.345 INFO E| Compiling hashbrown v0.13.2
23662024-08-22T01:52:26.206Z[ helios-setup] Aug 22 01:52:24.292 INFO E| Compiling chrono v0.4.24
23672024-08-22T01:52:26.564Z[ helios-setup] Aug 22 01:52:24.649 INFO E| Compiling libz-sys v1.1.8
23682024-08-22T01:52:27.816Z[ host-package] Compiling camino-tempfile v1.1.1
23692024-08-22T01:52:28.027Z[ helios-setup] Aug 22 01:52:26.112 INFO E| Compiling regex v1.7.3
23702024-08-22T01:52:28.915Z[ host-package] Compiling toolchain_find v0.4.0
23712024-08-22T01:52:29.106Z[ host-package] Compiling nibble_vec v0.1.0
23722024-08-22T01:52:29.613Z[ host-package] Compiling atty v0.2.14
23732024-08-22T01:52:30.077Z[ host-package] Compiling glob v0.3.1
23742024-08-22T01:52:30.238Z[ host-package] Compiling crunchy v0.2.2
23752024-08-22T01:52:30.326Z[ helios-setup] Aug 22 01:52:28.411 INFO E| Compiling uuid v1.3.0
23762024-08-22T01:52:30.713Z[ host-package] Compiling maplit v1.0.2
23772024-08-22T01:52:31.116Z[ helios-setup] Aug 22 01:52:29.201 INFO E| Compiling dyn-clone v1.0.11
23782024-08-22T01:52:31.250Z[ helios-setup] Aug 22 01:52:29.335 INFO E| Compiling unicode-normalization v0.1.22
23792024-08-22T01:52:31.436Z[ host-package] Compiling topological-sort v0.2.2
23802024-08-22T01:52:31.496Z[ host-package] Compiling endian-type v0.1.2
23812024-08-22T01:52:31.598Z[ helios-setup] Aug 22 01:52:29.682 INFO E| Compiling regress v0.5.0
23822024-08-22T01:52:31.776Z[ host-package] Compiling clang-sys v1.7.0
23832024-08-22T01:52:31.839Z[ host-package] Compiling omicron-zone-package v0.11.0
23842024-08-22T01:52:31.858Z[ helios-setup] Aug 22 01:52:29.943 INFO E| Compiling const-random v0.1.15
23852024-08-22T01:52:32.230Z[ host-package] Compiling radix_trie v0.2.1
23862024-08-22T01:52:32.275Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23872024-08-22T01:52:33.385Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23882024-08-22T01:52:33.472Z[ helios-setup] Aug 22 01:52:31.556 INFO E| Compiling getopts v0.2.21
23892024-08-22T01:52:34.129Z[ helios-setup] Aug 22 01:52:32.213 INFO E| Compiling tracing-core v0.1.30
23902024-08-22T01:52:34.576Z[ helios-setup] Aug 22 01:52:32.661 INFO E| Compiling memoffset v0.7.1
23912024-08-22T01:52:34.741Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23922024-08-22T01:52:34.792Z[ helios-setup] Aug 22 01:52:32.875 INFO E| Compiling unicode-bidi v0.3.13
23932024-08-22T01:52:34.827Z[ host-package] Compiling tungstenite v0.21.0
23942024-08-22T01:52:36.347Z[ host-package] Compiling tiny-keccak v2.0.2
23952024-08-22T01:52:37.673Z[ host-package] Compiling tokio-tungstenite v0.21.0
23962024-08-22T01:52:38.046Z[ helios-setup] Aug 22 01:52:36.130 INFO E| Compiling ucd-trie v0.1.5
23972024-08-22T01:52:38.195Z[ host-package] Compiling dsl_auto_type v0.1.2
23982024-08-22T01:52:38.575Z[ helios-setup] Aug 22 01:52:36.659 INFO E| Compiling powerfmt v0.2.0
23992024-08-22T01:52:38.854Z[ host-package] Compiling scheduled-thread-pool v0.2.7
24002024-08-22T01:52:38.891Z[ helios-setup] Aug 22 01:52:36.975 INFO E| Compiling num-conv v0.1.0
24012024-08-22T01:52:39.444Z[ helios-setup] Aug 22 01:52:37.528 INFO E| Compiling time-core v0.1.2
24022024-08-22T01:52:39.945Z[ helios-setup] Aug 22 01:52:38.028 INFO E| Compiling deranged v0.3.11
24032024-08-22T01:52:40.005Z[ helios-setup] Aug 22 01:52:38.089 INFO E| Compiling time-macros v0.2.18
24042024-08-22T01:52:40.216Z[ helios-setup] Aug 22 01:52:38.300 INFO E| Compiling idna v0.3.0
24052024-08-22T01:52:40.406Z[ helios-setup] Aug 22 01:52:38.490 INFO E| Compiling pest v2.5.7
24062024-08-22T01:52:41.216Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
24072024-08-22T01:52:41.339Z[ host-package] Compiling arc-swap v1.7.1
24082024-08-22T01:52:41.517Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24092024-08-22T01:52:42.271Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24102024-08-22T01:52:42.395Z[ host-package] Compiling diesel_derives v2.2.2
24112024-08-22T01:52:42.594Z[ host-package] Compiling slog-scope v4.4.0
24122024-08-22T01:52:42.667Z[ host-package] Compiling r2d2 v0.8.10
24132024-08-22T01:52:44.059Z[ host-package] Compiling ascii-canvas v3.0.0
24142024-08-22T01:52:44.165Z[ host-package] Compiling ena v0.14.3
24152024-08-22T01:52:44.260Z[ helios-setup] Aug 22 01:52:42.344 INFO E| Compiling tracing v0.1.37
24162024-08-22T01:52:44.675Z[ host-package] Compiling libloading v0.8.3
24172024-08-22T01:52:45.059Z[ host-package] Compiling regex-syntax v0.6.29
24182024-08-22T01:52:45.366Z[ host-package] Compiling diff v0.1.13
24192024-08-22T01:52:45.664Z[ host-package] Compiling bindgen v0.69.4
24202024-08-22T01:52:45.950Z[ helios-setup] Aug 22 01:52:44.033 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
24212024-08-22T01:52:46.094Z[ helios-setup] Aug 22 01:52:44.177 INFO E| Compiling time v0.1.45
24222024-08-22T01:52:46.887Z[ host-package] Compiling slog-stdlog v4.1.1
24232024-08-22T01:52:47.327Z[ helios-setup] Aug 22 01:52:45.410 INFO E| Compiling crossbeam-epoch v0.9.13
24242024-08-22T01:52:47.581Z[ helios-setup] Aug 22 01:52:45.664 INFO E| Compiling semver v1.0.17
24252024-08-22T01:52:47.710Z[ helios-setup] Aug 22 01:52:45.792 INFO E| Compiling num_threads v0.1.6
24262024-08-22T01:52:48.419Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24272024-08-22T01:52:49.297Z[ helios-setup] Aug 22 01:52:47.379 INFO E| Compiling smallvec v1.10.0
24282024-08-22T01:52:49.802Z[ helios-setup] Aug 22 01:52:47.885 INFO E| Compiling toml v0.5.11
24292024-08-22T01:52:50.882Z[ host-package] Compiling which v4.4.2
24302024-08-22T01:52:50.893Z[ helios-setup] Aug 22 01:52:48.976 INFO E| Compiling serde_tokenstream v0.2.0
24312024-08-22T01:52:51.180Z[ helios-setup] Aug 22 01:52:49.262 INFO E| Compiling parking_lot v0.12.1
24322024-08-22T01:52:51.777Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24332024-08-22T01:52:51.880Z[ helios-setup] Aug 22 01:52:49.962 INFO E| Compiling iana-time-zone v0.1.56
24342024-08-22T01:52:52.518Z[ host-package] Compiling lalrpop v0.19.12
24352024-08-22T01:52:53.053Z[ helios-setup] Aug 22 01:52:51.135 INFO E| Compiling time v0.3.36
24362024-08-22T01:52:55.768Z[ host-package] Compiling cexpr v0.6.0
24372024-08-22T01:52:58.944Z[ host-package] Compiling libsw v3.3.1
24382024-08-22T01:52:59.616Z[ host-package] Compiling ref-cast v1.0.23
24392024-08-22T01:53:00.101Z[ helios-setup] Aug 22 01:52:58.183 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
24402024-08-22T01:53:00.446Z[ helios-setup] Aug 22 01:52:58.528 INFO E| Compiling url v2.3.1
24412024-08-22T01:53:00.942Z[ helios-setup] Aug 22 01:52:59.023 INFO E| Compiling semver-parser v0.10.2
24422024-08-22T01:53:01.146Z[ host-package] Compiling owo-colors v4.0.0
24432024-08-22T01:53:04.443Z[ host-package] Compiling diesel v2.2.2
24442024-08-22T01:53:04.833Z[ helios-setup] Aug 22 01:53:02.911 INFO E| Compiling crossbeam-channel v0.5.6
24452024-08-22T01:53:06.644Z[ host-package] Compiling shlex v1.3.0
24462024-08-22T01:53:06.843Z[ helios-setup] Aug 22 01:53:04.924 INFO E| Compiling dirs-sys-next v0.1.2
24472024-08-22T01:53:07.338Z[ host-package] Compiling lazycell v1.3.0
24482024-08-22T01:53:07.577Z[ host-package] Compiling rustc-hash v1.1.0
24492024-08-22T01:53:07.729Z[ helios-setup] Aug 22 01:53:05.810 INFO E| Compiling same-file v1.0.6
24502024-08-22T01:53:07.746Z[ host-package] Compiling linear-map v1.2.0
24512024-08-22T01:53:08.505Z[ helios-setup] Aug 22 01:53:06.585 INFO E| Compiling try-lock v0.2.4
24522024-08-22T01:53:08.549Z[ helios-setup] Aug 22 01:53:06.629 INFO E| Compiling crc32fast v1.3.2
24532024-08-22T01:53:08.584Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24542024-08-22T01:53:08.865Z[ helios-setup] Aug 22 01:53:06.945 INFO E| Compiling want v0.3.0
24552024-08-22T01:53:08.918Z[ helios-setup] Aug 22 01:53:06.998 INFO E| Compiling walkdir v2.3.3
24562024-08-22T01:53:10.035Z[ helios-setup] Aug 22 01:53:08.115 INFO E| Compiling tokio-util v0.7.7
24572024-08-22T01:53:10.316Z[ helios-setup] Aug 22 01:53:08.396 INFO E| Compiling dirs-next v2.0.0
24582024-08-22T01:53:11.149Z[ helios-setup] Aug 22 01:53:09.229 INFO E| Compiling semver v0.11.0
24592024-08-22T01:53:12.625Z[ helios-setup] Aug 22 01:53:10.705 INFO E| Compiling h2 v0.3.16
24602024-08-22T01:53:14.336Z[ helios-setup] Aug 22 01:53:12.416 INFO E| Compiling proc-macro-crate v1.2.1
24612024-08-22T01:53:16.136Z[ helios-setup] Aug 22 01:53:14.216 INFO E| Compiling futures-executor v0.3.28
24622024-08-22T01:53:17.442Z[ helios-setup] Aug 22 01:53:15.521 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
24632024-08-22T01:53:18.419Z[ host-package] Compiling slog-envlogger v2.2.0
24642024-08-22T01:53:18.594Z[ helios-setup] Aug 22 01:53:16.673 INFO E| Compiling http-body v0.4.5
24652024-08-22T01:53:18.805Z[ helios-setup] Aug 22 01:53:16.884 INFO E| Compiling ring v0.16.20
24662024-08-22T01:53:19.584Z[ helios-setup] Aug 22 01:53:17.663 INFO E| Compiling rand_core v0.6.4
24672024-08-22T01:53:20.691Z[ helios-setup] Aug 22 01:53:18.770 INFO E| Compiling thread_local v1.1.7
24682024-08-22T01:53:21.630Z[ helios-setup] Aug 22 01:53:19.709 INFO E| Compiling rayon-core v1.10.2
24692024-08-22T01:53:22.387Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24702024-08-22T01:53:22.447Z[ helios-setup] Aug 22 01:53:20.526 INFO E| Compiling lazy_static v1.4.0
24712024-08-22T01:53:22.472Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24722024-08-22T01:53:22.661Z[ helios-setup] Aug 22 01:53:20.740 INFO E| Compiling httpdate v1.0.2
24732024-08-22T01:53:22.893Z[ helios-setup] Aug 22 01:53:20.971 INFO E| Compiling utf8parse v0.2.1
24742024-08-22T01:53:23.409Z[ helios-setup] Aug 22 01:53:21.487 INFO E| Compiling fastrand v1.9.0
24752024-08-22T01:53:23.414Z[ host-package] Compiling derive_builder_core v0.20.0
24762024-08-22T01:53:24.150Z[ helios-setup] Aug 22 01:53:22.228 INFO E| Compiling base64 v0.21.0
24772024-08-22T01:53:25.399Z[ helios-setup] Aug 22 01:53:23.478 INFO E| Compiling ppv-lite86 v0.2.17
24782024-08-22T01:53:26.165Z[ helios-setup] Aug 22 01:53:24.243 INFO E| Compiling home v0.5.4
24792024-08-22T01:53:26.476Z[ helios-setup] Aug 22 01:53:24.554 INFO E| Compiling tower-service v0.3.2
24802024-08-22T01:53:26.691Z[ helios-setup] Aug 22 01:53:24.769 INFO E| Compiling adler v1.0.2
24812024-08-22T01:53:26.795Z[ helios-setup] Aug 22 01:53:24.873 INFO E| Compiling hyper v0.14.25
24822024-08-22T01:53:27.322Z[ helios-setup] Aug 22 01:53:25.400 INFO E| Compiling miniz_oxide v0.6.2
24832024-08-22T01:53:27.701Z[ helios-setup] Aug 22 01:53:25.779 INFO E| Compiling rand_chacha v0.3.1
24842024-08-22T01:53:27.868Z[ host-package] Compiling headers-core v0.2.0
24852024-08-22T01:53:28.512Z[ host-package] Compiling fxhash v0.2.1
24862024-08-22T01:53:29.214Z[ host-package] Compiling libxml v0.3.3
24872024-08-22T01:53:29.327Z[ host-package] Compiling ref-cast-impl v1.0.23
24882024-08-22T01:53:30.124Z[ host-package] Compiling headers v0.3.9
24892024-08-22T01:53:30.511Z[ helios-setup] Aug 22 01:53:28.589 INFO E| Compiling toolchain_find v0.2.0
24902024-08-22T01:53:31.203Z[ helios-setup] Aug 22 01:53:29.280 INFO E| Compiling tempfile v3.5.0
24912024-08-22T01:53:31.762Z[ helios-setup] Aug 22 01:53:29.839 INFO E| Compiling anstyle-parse v0.1.1
24922024-08-22T01:53:32.169Z[ host-package] Compiling derive_builder_macro v0.20.0
24932024-08-22T01:53:33.895Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24942024-08-22T01:53:34.164Z[ helios-setup] Aug 22 01:53:32.241 INFO E| Compiling futures v0.3.28
24952024-08-22T01:53:36.364Z[ host-package] Compiling samael v0.0.15
24962024-08-22T01:53:37.535Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24972024-08-22T01:53:38.606Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24982024-08-22T01:53:39.805Z[ host-package] Compiling strum_macros v0.24.3
24992024-08-22T01:53:39.970Z[ host-package] Compiling unicase v2.7.0
25002024-08-22T01:53:41.113Z[ host-package] Compiling indoc v1.0.9
25012024-08-22T01:53:42.250Z[ helios-setup] Aug 22 01:53:40.326 INFO E| Compiling num_enum_derive v0.5.7
25022024-08-22T01:53:46.049Z[ host-package] Compiling derive_builder v0.20.0
25032024-08-22T01:53:46.434Z[ host-package] Compiling polar-core v0.27.3
25042024-08-22T01:53:46.640Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25052024-08-22T01:53:46.685Z[ helios-setup] Aug 22 01:53:44.760 INFO E| Compiling cargo-lock v8.0.3
25062024-08-22T01:53:47.759Z[ host-package] Compiling crossterm v0.28.1
25072024-08-22T01:53:48.596Z[ host-package] Compiling curve25519-dalek v4.1.3
25082024-08-22T01:53:49.278Z[ helios-setup] Aug 22 01:53:47.353 INFO E| Compiling crossbeam-deque v0.8.2
25092024-08-22T01:53:49.946Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25102024-08-22T01:53:50.063Z[ helios-setup] Aug 22 01:53:48.138 INFO E| Compiling term v0.7.0
25112024-08-22T01:53:52.541Z[ helios-setup] Aug 22 01:53:50.616 INFO E| Compiling serde_urlencoded v0.7.1
25122024-08-22T01:53:53.450Z[ host-package] Compiling oso-derive v0.27.3
25132024-08-22T01:53:53.695Z[ helios-setup] Aug 22 01:53:51.770 INFO E| Compiling is-terminal v0.4.7
25142024-08-22T01:53:53.770Z[ helios-setup] Aug 22 01:53:51.845 INFO E| Compiling sha1 v0.10.5
25152024-08-22T01:53:54.002Z[ helios-setup] Aug 22 01:53:52.077 INFO E| Compiling sha2 v0.10.6
25162024-08-22T01:53:54.078Z[ helios-setup] Aug 22 01:53:52.153 INFO E| Compiling atty v0.2.14
25172024-08-22T01:53:54.580Z[ helios-setup] Aug 22 01:53:52.654 INFO E| Compiling anstyle v0.3.5
25182024-08-22T01:53:55.298Z[ host-package] Compiling libz-sys v1.1.16
25192024-08-22T01:53:55.773Z[ host-package] Compiling quick-xml v0.31.0
25202024-08-22T01:53:56.602Z[ helios-setup] Aug 22 01:53:54.676 INFO E| Compiling concolor-override v1.0.0
25212024-08-22T01:53:56.842Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
25222024-08-22T01:53:56.859Z[ helios-setup] Aug 22 01:53:54.933 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
25232024-08-22T01:53:57.607Z[ host-package] Compiling parking_lot_core v0.8.6
25242024-08-22T01:53:57.635Z[ helios-setup] Aug 22 01:53:55.710 INFO E| Compiling concolor-query v0.3.3
25252024-08-22T01:53:58.092Z[ helios-setup] Aug 22 01:53:56.165 INFO E| Compiling anstream v0.2.6
25262024-08-22T01:53:58.705Z[ host-package] Compiling keccak v0.1.5
25272024-08-22T01:54:00.837Z[ host-package] Compiling sha3 v0.10.8
25282024-08-22T01:54:01.205Z[ helios-setup] Aug 22 01:53:59.279 INFO E| Compiling slog-term v2.9.0
25292024-08-22T01:54:01.762Z[ helios-setup] Aug 22 01:53:59.836 INFO E| Compiling flate2 v1.0.25
25302024-08-22T01:54:03.082Z[ helios-setup] Aug 22 01:54:01.155 INFO E| Compiling num_enum v0.5.7
25312024-08-22T01:54:03.420Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25322024-08-22T01:54:03.487Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25332024-08-22T01:54:03.680Z[ helios-setup] Aug 22 01:54:01.754 INFO E| Compiling rustfmt-wrapper v0.2.0
25342024-08-22T01:54:03.730Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25352024-08-22T01:54:04.617Z[ helios-setup] Aug 22 01:54:02.691 INFO E| Compiling rand v0.8.5
25362024-08-22T01:54:04.877Z[ helios-setup] Aug 22 01:54:02.950 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25372024-08-22T01:54:05.239Z[ helios-setup] Aug 22 01:54:03.312 INFO E| Compiling openapiv3 v1.0.2
25382024-08-22T01:54:07.061Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25392024-08-22T01:54:07.092Z[ helios-setup] Aug 22 01:54:05.159 INFO E| Compiling encoding_rs v0.8.32
25402024-08-22T01:54:08.156Z[ helios-setup] Aug 22 01:54:06.229 INFO E| Compiling unsafe-libyaml v0.2.8
25412024-08-22T01:54:08.173Z[ host-package] Compiling bb8 v0.8.5
25422024-08-22T01:54:09.416Z[ host-package] Compiling const_format_proc_macros v0.2.32
25432024-08-22T01:54:11.833Z[ helios-setup] Aug 22 01:54:09.905 INFO E| Compiling either v1.8.0
25442024-08-22T01:54:12.619Z[ helios-setup] Aug 22 01:54:10.692 INFO E| Compiling untrusted v0.7.1
25452024-08-22T01:54:13.233Z[ host-package] Compiling universal-hash v0.5.1
25462024-08-22T01:54:13.333Z[ helios-setup] Aug 22 01:54:11.405 INFO E| Compiling utf-8 v0.7.6
25472024-08-22T01:54:13.545Z[ host-package] Compiling secrecy v0.8.0
25482024-08-22T01:54:13.557Z[ helios-setup] Aug 22 01:54:11.630 INFO E| Compiling clap_lex v0.4.1
25492024-08-22T01:54:13.682Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25502024-08-22T01:54:13.925Z[ helios-setup] Aug 22 01:54:11.997 INFO E| Compiling ipnet v2.7.2
25512024-08-22T01:54:13.977Z[ helios-setup] Aug 22 01:54:12.049 INFO E| Compiling project-root v0.2.2
25522024-08-22T01:54:14.334Z[ helios-setup] Aug 22 01:54:12.406 INFO E| Compiling mime v0.3.17
25532024-08-22T01:54:14.348Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
25542024-08-22T01:54:14.639Z[ helios-setup] Aug 22 01:54:12.711 INFO E| Compiling byteorder v1.4.3
25552024-08-22T01:54:14.982Z[ helios-setup] Aug 22 01:54:13.054 INFO E| Compiling spin v0.5.2
25562024-08-22T01:54:15.601Z[ helios-setup] Aug 22 01:54:13.673 INFO E| Compiling base64 v0.13.1
25572024-08-22T01:54:15.815Z[ helios-setup] Aug 22 01:54:13.887 INFO E| Compiling strsim v0.10.0
25582024-08-22T01:54:16.721Z[ helios-setup] Aug 22 01:54:14.793 INFO E| Compiling tungstenite v0.18.0
25592024-08-22T01:54:17.111Z[ helios-setup] Aug 22 01:54:15.183 INFO E| Compiling clap_builder v4.2.1
25602024-08-22T01:54:17.609Z[ host-package] Compiling vte_generate_state_changes v0.1.1
25612024-08-22T01:54:17.765Z[ host-package] Compiling opaque-debug v0.3.1
25622024-08-22T01:54:18.002Z[ host-package] Compiling poly1305 v0.8.0
25632024-08-22T01:54:18.636Z[ host-package] Compiling thiserror-no-std v2.0.2
25642024-08-22T01:54:18.773Z[ helios-setup] Aug 22 01:54:16.845 INFO E| Compiling reqwest v0.11.16
25652024-08-22T01:54:19.123Z[ host-package] Compiling vte v0.11.1
25662024-08-22T01:54:19.173Z[ helios-setup] Aug 22 01:54:17.244 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
25672024-08-22T01:54:19.661Z[ helios-setup] Aug 22 01:54:17.732 INFO E| Compiling rayon v1.6.1
25682024-08-22T01:54:21.201Z[ host-package] Compiling const_format v0.2.32
25692024-08-22T01:54:24.090Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25702024-08-22T01:54:24.250Z[ host-package] Compiling chacha20 v0.9.1
25712024-08-22T01:54:24.625Z[ host-package] Compiling fd-lock v4.0.2
25722024-08-22T01:54:25.234Z[ host-package] Compiling aead v0.5.2
25732024-08-22T01:54:25.405Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
25742024-08-22T01:54:25.990Z[ host-package] Compiling bytecount v0.6.8
25752024-08-22T01:54:26.600Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
25762024-08-22T01:54:27.078Z[ helios-setup] Aug 22 01:54:25.148 INFO E| Compiling serde_yaml v0.9.21
25772024-08-22T01:54:27.672Z[ host-package] Compiling papergrid v0.11.0
25782024-08-22T01:54:28.359Z[ helios-setup] Aug 22 01:54:26.429 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
25792024-08-22T01:54:30.597Z[ helios-setup] Aug 22 01:54:28.667 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
25802024-08-22T01:54:32.346Z[ host-package] Compiling chacha20poly1305 v0.10.1
25812024-08-22T01:54:32.705Z[ helios-setup] Aug 22 01:54:30.775 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
25822024-08-22T01:54:33.170Z[ helios-setup] Aug 22 01:54:31.239 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
25832024-08-22T01:54:33.415Z[ helios-setup] Aug 22 01:54:31.485 INFO E| Compiling clap_derive v4.2.0
25842024-08-22T01:54:33.833Z[ host-package] Compiling oso v0.27.3
25852024-08-22T01:54:35.067Z[ helios-setup] Aug 22 01:54:33.136 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
25862024-08-22T01:54:37.385Z[ helios-setup] Aug 22 01:54:35.454 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
25872024-08-22T01:54:42.471Z[ helios-setup] Aug 22 01:54:40.539 INFO E| Compiling clap v4.2.1
25882024-08-22T01:54:51.738Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
25892024-08-22T01:54:52.537Z[ host-package] Compiling vsss-rs v3.3.4
25902024-08-22T01:54:53.439Z[ host-package] Compiling parking_lot v0.11.2
25912024-08-22T01:54:57.060Z[ host-package] Compiling strip-ansi-escapes v0.2.0
25922024-08-22T01:54:59.109Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25932024-08-22T01:55:00.034Z[ helios-setup] Aug 22 01:54:58.100 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
25942024-08-22T01:55:01.908Z[ host-package] Compiling tabled_derive v0.7.0
25952024-08-22T01:55:03.121Z[ helios-setup] Aug 22 01:55:01.187 INFO E| Compiling tokio-tungstenite v0.18.0
25962024-08-22T01:55:04.606Z[ helios-setup] Aug 22 01:55:02.672 INFO E| Compiling smartstring v1.0.1
25972024-08-22T01:55:06.072Z[ helios-setup] Aug 22 01:55:04.138 INFO E| Compiling rustls v0.21.0
25982024-08-22T01:55:06.460Z[ host-package] Compiling crossterm v0.27.0
25992024-08-22T01:55:07.842Z[ host-package] Compiling peg-macros v0.8.4
26002024-08-22T01:55:08.173Z[ helios-setup] Aug 22 01:55:06.238 INFO E| Compiling toml_datetime v0.6.1
26012024-08-22T01:55:08.986Z[ host-package] Compiling kstat-rs v0.2.4
26022024-08-22T01:55:09.132Z[ helios-setup] Aug 22 01:55:07.198 INFO E| Compiling serde_spanned v0.6.1
26032024-08-22T01:55:09.518Z[ helios-setup] Aug 22 01:55:07.584 INFO E| Compiling paste v1.0.12
26042024-08-22T01:55:09.690Z[ helios-setup] Aug 22 01:55:07.755 INFO E| Compiling winnow v0.4.1
26052024-08-22T01:55:10.096Z[ helios-setup] Aug 22 01:55:08.161 INFO E| Compiling slog-async v2.7.0
26062024-08-22T01:55:10.961Z[ helios-setup] Aug 22 01:55:09.026 INFO E| Compiling static_assertions v1.1.0
26072024-08-22T01:55:11.022Z[ host-package] Compiling sqlparser_derive v0.2.2
26082024-08-22T01:55:11.110Z[ helios-setup] Aug 22 01:55:09.175 INFO E| Compiling match_cfg v0.1.0
26092024-08-22T01:55:11.307Z[ helios-setup] Aug 22 01:55:09.372 INFO E| Compiling camino v1.1.4
26102024-08-22T01:55:11.412Z[ helios-setup] Aug 22 01:55:09.477 INFO E| Compiling async-trait v0.1.68
26112024-08-22T01:55:12.844Z[ helios-setup] Aug 22 01:55:10.908 INFO E| Compiling hostname v0.3.1
26122024-08-22T01:55:13.288Z[ host-package] Compiling unicode_categories v0.1.1
26132024-08-22T01:55:13.598Z[ helios-setup] Aug 22 01:55:11.663 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
26142024-08-22T01:55:14.260Z[ host-package] Compiling nu-ansi-term v0.50.0
26152024-08-22T01:55:14.591Z[ host-package] Compiling peg v0.8.4
26162024-08-22T01:55:14.608Z[ helios-setup] Aug 22 01:55:12.673 INFO E| Compiling slog-json v2.6.1
26172024-08-22T01:55:14.802Z[ host-package] Compiling rustyline v14.0.0
26182024-08-22T01:55:15.215Z[ host-package] Compiling reedline v0.33.0
26192024-08-22T01:55:15.662Z[ helios-setup] Aug 22 01:55:13.726 INFO E| Compiling unicode-linebreak v0.1.4
26202024-08-22T01:55:16.785Z[ host-package] Compiling sqlformat v0.2.4
26212024-08-22T01:55:16.921Z[ helios-setup] Aug 22 01:55:14.986 INFO E| Compiling toml_edit v0.19.8
26222024-08-22T01:55:19.055Z[ host-package] Compiling sqlparser v0.45.0
26232024-08-22T01:55:20.400Z[ helios-setup] Aug 22 01:55:18.464 INFO E| Compiling async-stream-impl v0.3.5
26242024-08-22T01:55:23.489Z[ helios-setup] Aug 22 01:55:21.552 INFO E| Compiling rhai_codegen v1.5.0
26252024-08-22T01:55:23.537Z[ helios-setup] Aug 22 01:55:21.596 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
26262024-08-22T01:55:24.723Z[ helios-setup] Aug 22 01:55:22.787 INFO E| Compiling take_mut v0.2.2
26272024-08-22T01:55:28.782Z[ helios-setup] Aug 22 01:55:26.845 INFO E| Compiling rhai v1.14.0
26282024-08-22T01:55:29.795Z[ helios-setup] Aug 22 01:55:27.857 INFO E| Compiling toml v0.7.3
26292024-08-22T01:55:31.161Z[ helios-setup] Aug 22 01:55:29.223 INFO E| Compiling async-stream v0.3.5
26302024-08-22T01:55:32.569Z[ helios-setup] Aug 22 01:55:30.631 INFO E| Compiling slog-bunyan v2.4.0
26312024-08-22T01:55:33.370Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26322024-08-22T01:55:36.637Z[ helios-setup] Aug 22 01:55:34.697 INFO E| Compiling rustls-pemfile v1.0.2
26332024-08-22T01:55:37.002Z[ host-package] Compiling tabled v0.15.0
26342024-08-22T01:55:37.870Z[ host-package] Compiling sled v0.34.7
26352024-08-22T01:55:37.952Z[ helios-setup] Aug 22 01:55:36.014 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
26362024-08-22T01:55:37.993Z[ helios-setup] Aug 22 01:55:36.055 INFO E| Compiling bincode v1.3.3
26372024-08-22T01:55:38.453Z[ helios-setup] Aug 22 01:55:36.515 INFO E| Compiling serde_path_to_error v0.1.11
26382024-08-22T01:55:40.618Z[ helios-setup] Aug 22 01:55:38.678 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
26392024-08-22T01:55:40.682Z[ helios-setup] Aug 22 01:55:38.742 INFO E| Compiling terminal_size v0.2.6
26402024-08-22T01:55:40.712Z[ helios-setup] Aug 22 01:55:38.773 INFO E| Compiling smawk v0.3.1
26412024-08-22T01:55:41.360Z[ helios-setup] Aug 22 01:55:39.422 INFO E| Compiling textwrap v0.16.0
26422024-08-22T01:55:47.442Z[ helios-setup] Aug 22 01:55:45.502 INFO E| Compiling rustls-webpki v0.100.1
26432024-08-22T01:55:50.612Z[ helios-setup] Aug 22 01:55:48.672 INFO E| Compiling sct v0.7.0
26442024-08-22T01:56:00.142Z[ helios-setup] Aug 22 01:55:58.201 INFO E| Compiling tokio-rustls v0.24.0
26452024-08-22T01:56:00.341Z[ helios-setup] Aug 22 01:55:58.399 INFO E| Compiling git2 v0.16.1
26462024-08-22T01:56:02.623Z[ host-package] Compiling mime_guess v2.0.4
26472024-08-22T01:56:04.684Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26482024-08-22T01:56:07.609Z[ host-package] Compiling hickory-client v0.24.1
26492024-08-22T01:56:09.403Z[ host-package] Compiling env_logger v0.9.3
26502024-08-22T01:56:12.860Z[ helios-setup] Aug 22 01:56:10.917 INFO E| Compiling built v0.6.0
26512024-08-22T01:56:14.711Z[ helios-setup] Aug 22 01:56:12.768 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26522024-08-22T01:56:16.157Z[ host-package] Compiling tungstenite v0.20.1
26532024-08-22T01:56:16.216Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26542024-08-22T01:56:16.940Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26552024-08-22T01:56:17.017Z[ helios-setup] Aug 22 01:56:15.070 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
26562024-08-22T01:56:18.031Z[ helios-setup] Aug 22 01:56:16.087 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
26572024-08-22T01:56:24.554Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26582024-08-22T01:56:27.129Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
26592024-08-22T01:56:29.443Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26602024-08-22T01:56:37.713Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26612024-08-22T01:56:38.636Z[ host-package] Compiling hickory-server v0.24.1
26622024-08-22T01:56:39.647Z[ host-package] Compiling bcs v0.1.6
26632024-08-22T01:56:40.358Z[ host-package] Compiling vergen v8.3.2
26642024-08-22T01:56:40.750Z[ host-package] Compiling bitstruct_derive v0.1.0
26652024-08-22T01:56:40.786Z[ host-package] Compiling cargo-platform v0.1.8
26662024-08-22T01:56:41.386Z[ host-package] Compiling nanorand v0.7.0
26672024-08-22T01:56:42.270Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26682024-08-22T01:56:42.312Z[ host-package] Compiling memoffset v0.9.1
26692024-08-22T01:56:42.449Z[ host-package] Compiling ascii v1.1.0
26702024-08-22T01:56:42.972Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26712024-08-22T01:56:43.453Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26722024-08-22T01:56:44.101Z[ host-package] Compiling bitstruct v0.1.1
26732024-08-22T01:56:44.159Z[ host-package] Compiling flume v0.11.0
26742024-08-22T01:56:44.292Z[ helios-setup] Aug 22 01:56:42.346 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
26752024-08-22T01:56:44.384Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26762024-08-22T01:56:45.612Z[ host-package] Compiling cargo_metadata v0.18.1
26772024-08-22T01:56:45.782Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26782024-08-22T01:56:46.637Z[ helios-setup] Aug 22 01:56:44.690 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
26792024-08-22T01:56:46.778Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26802024-08-22T01:56:47.613Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26812024-08-22T01:56:50.365Z[ host-package] Compiling tokio-tungstenite v0.20.1
26822024-08-22T01:56:52.856Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26832024-08-22T01:56:55.010Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26842024-08-22T01:57:04.375Z[ host-package] Compiling git2 v0.19.0
26852024-08-22T01:57:14.186Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26862024-08-22T01:57:16.536Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26872024-08-22T01:57:23.059Z[ host-package] Compiling libsqlite3-sys v0.28.0
26882024-08-22T01:57:24.293Z[ host-package] Compiling erased-serde v0.3.31
26892024-08-22T01:57:26.878Z[ host-package] Compiling serde_arrays v0.1.0
26902024-08-22T01:57:27.501Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26912024-08-22T01:57:29.780Z[ helios-setup] Aug 22 01:57:27.827 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
26922024-08-22T01:57:37.326Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26932024-08-22T01:57:38.348Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
26942024-08-22T01:57:49.402Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
26952024-08-22T01:57:49.983Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26962024-08-22T01:57:52.702Z[ host-package] Compiling heck v0.3.3
26972024-08-22T01:57:53.332Z[ host-package] Compiling castaway v0.2.3
26982024-08-22T01:57:53.699Z[ host-package] Compiling rand_seeder v0.3.0
26992024-08-22T01:57:54.340Z[ host-package] Compiling csv-core v0.1.11
27002024-08-22T01:57:56.077Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
27012024-08-22T01:57:57.146Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27022024-08-22T01:57:57.796Z[ host-package] Compiling http-range v0.1.5
27032024-08-22T01:57:59.077Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27042024-08-22T01:58:00.793Z[ host-package] Compiling hyper-staticfile v0.9.5
27052024-08-22T01:58:01.858Z[ host-package] Compiling csv v1.3.0
27062024-08-22T01:58:05.326Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27072024-08-22T01:58:05.561Z[ host-package] Compiling compact_str v0.8.0
27082024-08-22T01:58:05.604Z[ host-package] Compiling zone_cfg_derive v0.1.2
27092024-08-22T01:58:08.432Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27102024-08-22T01:58:10.387Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27112024-08-22T01:58:11.800Z[ host-package] Compiling nix v0.27.1
27122024-08-22T01:58:14.174Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
27132024-08-22T01:58:17.538Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27142024-08-22T01:58:17.692Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27152024-08-22T01:58:23.088Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27162024-08-22T01:58:27.866Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27172024-08-22T01:58:28.670Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27182024-08-22T01:58:29.285Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27192024-08-22T01:58:29.695Z[ host-package] Compiling unicode-truncate v1.0.0
27202024-08-22T01:58:30.110Z[ host-package] Compiling lru v0.12.3
27212024-08-22T01:58:30.673Z[ host-package] Compiling hashlink v0.9.1
27222024-08-22T01:58:31.211Z[ host-package] Compiling serde-big-array v0.5.1
27232024-08-22T01:58:31.651Z[ host-package] Compiling instability v0.3.2
27242024-08-22T01:58:31.698Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
27252024-08-22T01:58:32.072Z[ host-package] Compiling fallible-iterator v0.3.0
27262024-08-22T01:58:32.878Z[ host-package] Compiling cassowary v0.3.0
27272024-08-22T01:58:33.086Z[ host-package] Compiling base64 v0.13.1
27282024-08-22T01:58:33.134Z[ host-package] Compiling rusqlite v0.31.0
27292024-08-22T01:58:33.471Z[ helios-setup] Aug 22 01:58:31.511 INFO E| Finished `release` profile [optimized] target(s) in 6m 44s
27302024-08-22T01:58:33.601Z[ helios-setup] Aug 22 01:58:31.641 INFO building project "pilot" ok (404 seconds)
27312024-08-22T01:58:33.604Z[ helios-setup] Aug 22 01:58:31.641 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
27322024-08-22T01:58:33.604Z[ helios-setup] Aug 22 01:58:31.641 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
27332024-08-22T01:58:33.929Z[ host-package] Compiling ron v0.7.1
27342024-08-22T01:58:34.249Z[ helios-setup] Aug 22 01:58:32.289 INFO E| Compiling adler v1.0.2
27352024-08-22T01:58:34.442Z[ helios-setup] Aug 22 01:58:32.482 INFO E| Compiling miniz_oxide v0.7.2
27362024-08-22T01:58:36.968Z[ helios-setup] Aug 22 01:58:35.007 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
27372024-08-22T01:58:37.024Z[ host-package] Compiling ratatui v0.28.0
27382024-08-22T01:58:38.299Z[ helios-setup] Aug 22 01:58:36.338 INFO E| Finished `release` profile [optimized] target(s) in 4.61s
27392024-08-22T01:58:38.306Z[ helios-setup] Aug 22 01:58:36.346 INFO building project "pinprick" ok (4 seconds)
27402024-08-22T01:58:38.306Z[ helios-setup] Aug 22 01:58:36.346 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
27412024-08-22T01:58:38.310Z[ helios-setup] Aug 22 01:58:36.346 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
27422024-08-22T01:58:38.317Z[ helios-setup] Aug 22 01:58:36.356 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
27432024-08-22T01:58:38.887Z[ helios-setup] Aug 22 01:58:36.926 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
27442024-08-22T01:58:38.887Z[ helios-setup] Aug 22 01:58:36.926 INFO E| info: downloading component 'cargo'
27452024-08-22T01:58:39.810Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27462024-08-22T01:58:39.832Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27472024-08-22T01:58:40.789Z[ helios-setup] Aug 22 01:58:38.828 INFO E| info: downloading component 'clippy'
27482024-08-22T01:58:41.264Z[ helios-setup] Aug 22 01:58:39.303 INFO E| info: downloading component 'rust-docs'
27492024-08-22T01:58:42.363Z[ helios-setup] Aug 22 01:58:40.402 INFO E| info: downloading component 'rust-src'
27502024-08-22T01:58:42.782Z[ helios-setup] Aug 22 01:58:40.821 INFO E| info: downloading component 'rust-std'
27512024-08-22T01:58:42.879Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27522024-08-22T01:58:44.971Z[ helios-setup] Aug 22 01:58:43.009 INFO E| info: downloading component 'rustc'
27532024-08-22T01:58:47.796Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27542024-08-22T01:58:48.548Z[ host-package] Compiling zone v0.1.8
27552024-08-22T01:58:49.488Z[ helios-setup] Aug 22 01:58:47.526 INFO E| info: downloading component 'rustfmt'
27562024-08-22T01:58:49.952Z[ helios-setup] Aug 22 01:58:47.990 INFO E| info: installing component 'cargo'
27572024-08-22T01:58:51.338Z[ helios-setup] Aug 22 01:58:49.375 INFO E| info: installing component 'clippy'
27582024-08-22T01:58:51.856Z[ helios-setup] Aug 22 01:58:49.894 INFO E| info: installing component 'rust-docs'
27592024-08-22T01:58:52.182Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27602024-08-22T01:58:58.037Z[ helios-setup] Aug 22 01:58:56.074 INFO E| info: installing component 'rust-src'
27612024-08-22T01:58:58.687Z[ helios-setup] Aug 22 01:58:56.724 INFO E| info: installing component 'rust-std'
27622024-08-22T01:58:58.808Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27632024-08-22T01:59:01.256Z[ helios-setup] Aug 22 01:58:59.292 INFO E| info: installing component 'rustc'
27642024-08-22T01:59:05.390Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27652024-08-22T01:59:05.771Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27662024-08-22T01:59:07.127Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
27672024-08-22T01:59:07.686Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27682024-08-22T01:59:08.016Z[ helios-setup] Aug 22 01:59:06.052 INFO E| info: installing component 'rustfmt'
27692024-08-22T01:59:08.984Z[ helios-setup] Aug 22 01:59:07.019 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
27702024-08-22T01:59:09.767Z[ helios-setup] Aug 22 01:59:07.803 INFO E| From https://github.com/oxidecomputer/amd-apcb
27712024-08-22T01:59:09.767Z[ helios-setup] Aug 22 01:59:07.803 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047
27722024-08-22T01:59:09.767Z[ helios-setup] Aug 22 01:59:07.803 INFO E| * [new tag] v0.3.3 -> v0.3.3
27732024-08-22T01:59:09.797Z[ helios-setup] Aug 22 01:59:07.832 INFO E| * [new tag] v0.1.3 -> v0.1.3
27742024-08-22T01:59:09.797Z[ helios-setup] Aug 22 01:59:07.832 INFO E| * [new tag] v0.1.4 -> v0.1.4
27752024-08-22T01:59:09.799Z[ helios-setup] Aug 22 01:59:07.832 INFO E| * [new tag] v0.1.5 -> v0.1.5
27762024-08-22T01:59:09.799Z[ helios-setup] Aug 22 01:59:07.833 INFO E| * [new tag] v0.2.0 -> v0.2.0
27772024-08-22T01:59:09.799Z[ helios-setup] Aug 22 01:59:07.833 INFO E| * [new tag] v0.3.0 -> v0.3.0
27782024-08-22T01:59:09.799Z[ helios-setup] Aug 22 01:59:07.833 INFO E| * [new tag] v0.3.1 -> v0.3.1
27792024-08-22T01:59:09.799Z[ helios-setup] Aug 22 01:59:07.833 INFO E| * [new tag] v0.3.2 -> v0.3.2
27802024-08-22T01:59:09.835Z[ helios-setup] Aug 22 01:59:07.870 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
27812024-08-22T01:59:10.797Z[ helios-setup] Aug 22 01:59:08.832 INFO E| From https://github.com/oxidecomputer/amd-efs
27822024-08-22T01:59:10.797Z[ helios-setup] Aug 22 01:59:08.832 INFO E| * [new branch] empty -> origin/empty
27832024-08-22T01:59:10.799Z[ helios-setup] Aug 22 01:59:08.832 INFO E| * [new branch] issue-99 -> origin/issue-99
27842024-08-22T01:59:10.799Z[ helios-setup] Aug 22 01:59:08.832 INFO E| * [new branch] main -> origin/main
27852024-08-22T01:59:10.799Z[ helios-setup] Aug 22 01:59:08.832 INFO E| * [new branch] review -> origin/review
27862024-08-22T01:59:10.799Z[ helios-setup] Aug 22 01:59:08.833 INFO E| * [new ref] -> origin/HEAD
27872024-08-22T01:59:10.799Z[ helios-setup] Aug 22 01:59:08.833 INFO E| * [new tag] v0.2.0 -> v0.2.0
27882024-08-22T01:59:10.799Z[ helios-setup] Aug 22 01:59:08.833 INFO E| * [new tag] v0.2.1 -> v0.2.1
27892024-08-22T01:59:10.799Z[ helios-setup] Aug 22 01:59:08.833 INFO E| * [new tag] v0.2.2 -> v0.2.2
27902024-08-22T01:59:10.799Z[ helios-setup] Aug 22 01:59:08.833 INFO E| * [new tag] v0.2.3 -> v0.2.3
27912024-08-22T01:59:10.799Z[ helios-setup] Aug 22 01:59:08.833 INFO E| * [new tag] v0.2.4 -> v0.2.4
27922024-08-22T01:59:10.800Z[ helios-setup] Aug 22 01:59:08.834 INFO E| * [new tag] v0.2.5 -> v0.2.5
27932024-08-22T01:59:10.800Z[ helios-setup] Aug 22 01:59:08.834 INFO E| * [new tag] v0.2.6 -> v0.2.6
27942024-08-22T01:59:10.800Z[ helios-setup] Aug 22 01:59:08.834 INFO E| * [new tag] v0.2.7 -> v0.2.7
27952024-08-22T01:59:10.800Z[ helios-setup] Aug 22 01:59:08.834 INFO E| * [new tag] v0.3.0 -> v0.3.0
27962024-08-22T01:59:10.800Z[ helios-setup] Aug 22 01:59:08.834 INFO E| * [new tag] v0.3.1 -> v0.3.1
27972024-08-22T01:59:10.800Z[ helios-setup] Aug 22 01:59:08.834 INFO E| * [new tag] v0.4.0 -> v0.4.0
27982024-08-22T01:59:10.823Z[ helios-setup] Aug 22 01:59:08.858 INFO E| Updating crates.io index
27992024-08-22T01:59:11.168Z[ helios-setup] Aug 22 01:59:09.204 INFO E| Downloading crates ...
28002024-08-22T01:59:11.424Z[ helios-setup] Aug 22 01:59:09.459 INFO E| Downloaded unic-common v0.9.0
28012024-08-22T01:59:11.426Z[ helios-setup] Aug 22 01:59:09.461 INFO E| Downloaded strum v0.23.0
28022024-08-22T01:59:11.428Z[ helios-setup] Aug 22 01:59:09.462 INFO E| Downloaded scroll_derive v0.10.5
28032024-08-22T01:59:11.430Z[ helios-setup] Aug 22 01:59:09.464 INFO E| Downloaded fletcher v0.1.0
28042024-08-22T01:59:11.461Z[ helios-setup] Aug 22 01:59:09.496 INFO E| Downloaded unic-ucd-version v0.9.0
28052024-08-22T01:59:11.463Z[ helios-setup] Aug 22 01:59:09.498 INFO E| Downloaded unic-char-range v0.9.0
28062024-08-22T01:59:11.466Z[ helios-setup] Aug 22 01:59:09.500 INFO E| Downloaded unic-char-property v0.9.0
28072024-08-22T01:59:11.468Z[ helios-setup] Aug 22 01:59:09.502 INFO E| Downloaded textwrap v0.11.0
28082024-08-22T01:59:11.470Z[ helios-setup] Aug 22 01:59:09.505 INFO E| Downloaded vec_map v0.8.2
28092024-08-22T01:59:11.473Z[ helios-setup] Aug 22 01:59:09.507 INFO E| Downloaded structopt-derive v0.4.18
28102024-08-22T01:59:11.475Z[ helios-setup] Aug 22 01:59:09.509 INFO E| Downloaded strsim v0.8.0
28112024-08-22T01:59:11.477Z[ helios-setup] Aug 22 01:59:09.512 INFO E| Downloaded pest_generator v2.7.11
28122024-08-22T01:59:11.479Z[ helios-setup] Aug 22 01:59:09.514 INFO E| Downloaded modular-bitfield-impl v0.11.2
28132024-08-22T01:59:11.482Z[ helios-setup] Aug 22 01:59:09.516 INFO E| Downloaded unic-ucd-ident v0.9.0
28142024-08-22T01:59:11.485Z[ helios-setup] Aug 22 01:59:09.519 INFO E| Downloaded strum_macros v0.23.1
28152024-08-22T01:59:11.487Z[ helios-setup] Aug 22 01:59:09.522 INFO E| Downloaded semver v0.9.0
28162024-08-22T01:59:11.490Z[ helios-setup] Aug 22 01:59:09.524 INFO E| Downloaded structopt v0.3.26
28172024-08-22T01:59:11.501Z[ helios-setup] Aug 22 01:59:09.536 INFO E| Downloaded scroll v0.10.2
28182024-08-22T01:59:11.503Z[ helios-setup] Aug 22 01:59:09.539 INFO E| Downloaded pest_meta v2.7.11
28192024-08-22T01:59:11.506Z[ helios-setup] Aug 22 01:59:09.542 INFO E| Downloaded pest_derive v2.7.11
28202024-08-22T01:59:11.510Z[ helios-setup] Aug 22 01:59:09.545 INFO E| Downloaded memchr v2.7.4
28212024-08-22T01:59:11.519Z[ helios-setup] Aug 22 01:59:09.554 INFO E| Downloaded pest v2.7.11
28222024-08-22T01:59:11.526Z[ helios-setup] Aug 22 01:59:09.561 INFO E| Downloaded modular-bitfield v0.11.2
28232024-08-22T01:59:11.543Z[ helios-setup] Aug 22 01:59:09.579 INFO E| Downloaded clap v2.34.0
28242024-08-22T01:59:11.554Z[ helios-setup] Aug 22 01:59:09.589 INFO E| Downloaded pre-proc-macro v0.2.1
28252024-08-22T01:59:11.557Z[ helios-setup] Aug 22 01:59:09.592 INFO E| Downloaded proc-macro-crate v0.1.5
28262024-08-22T01:59:11.559Z[ helios-setup] Aug 22 01:59:09.594 INFO E| Downloaded pre v0.2.1
28272024-08-22T01:59:11.561Z[ helios-setup] Aug 22 01:59:09.595 INFO E| Downloaded parse_int v0.6.0
28282024-08-22T01:59:11.561Z[ helios-setup] Aug 22 01:59:09.596 INFO E| Downloaded four-cc v0.3.0
28292024-08-22T01:59:11.563Z[ helios-setup] Aug 22 01:59:09.598 INFO E| Downloaded bytesize v1.3.0
28302024-08-22T01:59:11.566Z[ helios-setup] Aug 22 01:59:09.599 INFO E| Downloaded ansi_term v0.12.1
28312024-08-22T01:59:11.568Z[ helios-setup] Aug 22 01:59:09.602 INFO E| Downloaded semver-parser v0.7.0
28322024-08-22T01:59:11.570Z[ helios-setup] Aug 22 01:59:09.604 INFO E| Downloaded rustc_version v0.2.3
28332024-08-22T01:59:11.570Z[ helios-setup] Aug 22 01:59:09.605 INFO E| Downloaded num-derive v0.3.3
28342024-08-22T01:59:11.573Z[ helios-setup] Aug 22 01:59:09.608 INFO E| Downloaded memoffset v0.5.6
28352024-08-22T01:59:11.575Z[ helios-setup] Aug 22 01:59:09.609 INFO E| Downloaded goblin v0.4.3
28362024-08-22T01:59:11.587Z[ helios-setup] Aug 22 01:59:09.622 INFO E| Downloaded libc v0.2.155
28372024-08-22T01:59:11.666Z[ helios-setup] Aug 22 01:59:09.701 INFO E| Downloaded cfg-if v0.1.10
28382024-08-22T01:59:11.757Z[ helios-setup] Aug 22 01:59:09.792 INFO E| Compiling proc-macro2 v1.0.86
28392024-08-22T01:59:11.760Z[ helios-setup] Aug 22 01:59:09.792 INFO E| Compiling unicode-ident v1.0.12
28402024-08-22T01:59:11.760Z[ helios-setup] Aug 22 01:59:09.792 INFO E| Compiling syn v1.0.109
28412024-08-22T01:59:11.760Z[ helios-setup] Aug 22 01:59:09.792 INFO E| Compiling version_check v0.9.4
28422024-08-22T01:59:11.760Z[ helios-setup] Aug 22 01:59:09.793 INFO E| Compiling thiserror v1.0.63
28432024-08-22T01:59:11.760Z[ helios-setup] Aug 22 01:59:09.793 INFO E| Compiling semver-parser v0.7.0
28442024-08-22T01:59:11.760Z[ helios-setup] Aug 22 01:59:09.793 INFO E| Compiling autocfg v1.3.0
28452024-08-22T01:59:11.760Z[ helios-setup] Aug 22 01:59:09.793 INFO E| Compiling serde v1.0.204
28462024-08-22T01:59:12.991Z[ helios-setup] Aug 22 01:59:11.026 INFO E| Compiling proc-macro-error-attr v1.0.4
28472024-08-22T01:59:13.320Z[ host-package] Compiling twox-hash v1.6.3
28482024-08-22T01:59:13.358Z[ helios-setup] Aug 22 01:59:11.393 INFO E| Compiling semver v0.9.0
28492024-08-22T01:59:13.614Z[ helios-setup] Aug 22 01:59:11.649 INFO E| Compiling proc-macro-error v1.0.4
28502024-08-22T01:59:13.712Z[ helios-setup] Aug 22 01:59:11.747 INFO E| Compiling serde_json v1.0.120
28512024-08-22T01:59:13.874Z[ helios-setup] Aug 22 01:59:11.909 INFO E| Compiling schemars v0.8.21
28522024-08-22T01:59:13.884Z[ helios-setup] Aug 22 01:59:11.919 INFO E| Compiling itoa v1.0.11
28532024-08-22T01:59:13.893Z[ helios-setup] Aug 22 01:59:11.928 INFO E| Compiling num-traits v0.2.19
28542024-08-22T01:59:14.275Z[ helios-setup] Aug 22 01:59:12.310 INFO E| Compiling rustc_version v0.2.3
28552024-08-22T01:59:14.449Z[ helios-setup] Aug 22 01:59:12.483 INFO E| Compiling unicode-segmentation v1.11.0
28562024-08-22T01:59:14.653Z[ helios-setup] Aug 22 01:59:12.687 INFO E| Compiling ryu v1.0.18
28572024-08-22T01:59:14.808Z[ helios-setup] Aug 22 01:59:12.843 INFO E| Compiling memoffset v0.5.6
28582024-08-22T01:59:14.818Z[ helios-setup] Aug 22 01:59:12.852 INFO E| Compiling paste v1.0.15
28592024-08-22T01:59:15.212Z[ helios-setup] Aug 22 01:59:13.246 INFO E| Compiling pre-proc-macro v0.2.1
28602024-08-22T01:59:15.317Z[ helios-setup] Aug 22 01:59:13.351 INFO E| Compiling ucd-trie v0.1.6
28612024-08-22T01:59:15.438Z[ helios-setup] Aug 22 01:59:13.473 INFO E| Compiling dyn-clone v1.0.17
28622024-08-22T01:59:15.608Z[ helios-setup] Aug 22 01:59:13.642 INFO E| Compiling libc v0.2.155
28632024-08-22T01:59:15.672Z[ host-package] Compiling signal-hook-tokio v0.3.1
28642024-08-22T01:59:15.748Z[ helios-setup] Aug 22 01:59:13.783 INFO E| Compiling memchr v2.7.4
28652024-08-22T01:59:15.761Z[ host-package] Compiling yasna v0.5.2
28662024-08-22T01:59:15.819Z[ helios-setup] Aug 22 01:59:13.853 INFO E| Compiling rustversion v1.0.17
28672024-08-22T01:59:15.929Z[ helios-setup] Aug 22 01:59:13.964 INFO E| Compiling heck v0.3.3
28682024-08-22T01:59:16.479Z[ helios-setup] Aug 22 01:59:14.513 INFO E| Compiling quote v1.0.36
28692024-08-22T01:59:16.604Z[ host-package] Compiling portpicker v0.1.1
28702024-08-22T01:59:16.622Z[ helios-setup] Aug 22 01:59:14.657 INFO E| Compiling lazy_static v1.5.0
28712024-08-22T01:59:17.068Z[ helios-setup] Aug 22 01:59:15.102 INFO E| Compiling pre v0.2.1
28722024-08-22T01:59:17.278Z[ helios-setup] Aug 22 01:59:15.313 INFO E| Compiling syn v2.0.71
28732024-08-22T01:59:17.664Z[ host-package] Compiling smawk v0.3.2
28742024-08-22T01:59:17.786Z[ helios-setup] Aug 22 01:59:15.820 INFO E| Compiling static_assertions v1.1.0
28752024-08-22T01:59:17.799Z[ helios-setup] Aug 22 01:59:15.833 INFO E| Compiling byteorder v1.5.0
28762024-08-22T01:59:17.873Z[ helios-setup] Aug 22 01:59:15.907 INFO E| Compiling once_cell v1.19.0
28772024-08-22T01:59:18.221Z[ host-package] Compiling unicode-linebreak v0.1.5
28782024-08-22T01:59:18.540Z[ helios-setup] Aug 22 01:59:16.574 INFO E| Compiling cfg-if v0.1.10
28792024-08-22T01:59:19.519Z[ helios-setup] Aug 22 01:59:17.553 INFO E| Compiling unicode-width v0.1.13
28802024-08-22T01:59:19.636Z[ host-package] Compiling textwrap v0.16.1
28812024-08-22T01:59:20.159Z[ helios-setup] Aug 22 01:59:18.189 INFO E| Compiling atty v0.2.14
28822024-08-22T01:59:20.411Z[ helios-setup] Aug 22 01:59:18.442 INFO E| Compiling textwrap v0.11.0
28832024-08-22T01:59:20.537Z[ helios-setup] Aug 22 01:59:18.570 INFO E| Compiling strsim v0.8.0
28842024-08-22T01:59:21.582Z[ helios-setup] Aug 22 01:59:19.616 INFO E| Compiling parse_int v0.6.0
28852024-08-22T01:59:21.612Z[ helios-setup] Aug 22 01:59:19.646 INFO E| Compiling unic-common v0.9.0
28862024-08-22T01:59:21.814Z[ helios-setup] Aug 22 01:59:19.848 INFO E| Compiling vec_map v0.8.2
28872024-08-22T01:59:21.826Z[ helios-setup] Aug 22 01:59:19.859 INFO E| Compiling strum v0.23.0
28882024-08-22T01:59:22.008Z[ helios-setup] Aug 22 01:59:20.041 INFO E| Compiling ansi_term v0.12.1
28892024-08-22T01:59:22.160Z[ helios-setup] Aug 22 01:59:20.194 INFO E| Compiling unic-char-range v0.9.0
28902024-08-22T01:59:22.293Z[ helios-setup] Aug 22 01:59:20.327 INFO E| Compiling fletcher v0.1.0
28912024-08-22T01:59:22.299Z[ helios-setup] Aug 22 01:59:20.333 INFO E| Compiling bitflags v1.3.2
28922024-08-22T01:59:22.344Z[ helios-setup] Aug 22 01:59:20.378 INFO E| Compiling unic-ucd-version v0.9.0
28932024-08-22T01:59:22.394Z[ helios-setup] Aug 22 01:59:20.428 INFO E| Compiling unic-char-property v0.9.0
28942024-08-22T01:59:22.418Z[ host-package] Compiling rcgen v0.12.1
28952024-08-22T01:59:22.433Z[ helios-setup] Aug 22 01:59:20.467 INFO E| Compiling plain v0.2.3
28962024-08-22T01:59:22.519Z[ helios-setup] Aug 22 01:59:20.552 INFO E| Compiling log v0.4.22
28972024-08-22T01:59:22.568Z[ helios-setup] Aug 22 01:59:20.602 INFO E| Compiling bytesize v1.3.0
28982024-08-22T01:59:22.615Z[ helios-setup] Aug 22 01:59:20.648 INFO E| Compiling unic-ucd-ident v0.9.0
28992024-08-22T01:59:22.664Z[ helios-setup] Aug 22 01:59:20.697 INFO E| Compiling clap v2.34.0
29002024-08-22T01:59:25.021Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
29012024-08-22T01:59:25.264Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29022024-08-22T01:59:25.552Z[ helios-setup] Aug 22 01:59:23.586 INFO E| Compiling serde_derive_internals v0.29.1
29032024-08-22T01:59:26.273Z[ helios-setup] Aug 22 01:59:24.306 INFO E| Compiling toml v0.5.11
29042024-08-22T01:59:29.619Z[ helios-setup] Aug 22 01:59:27.652 INFO E| Compiling proc-macro-crate v0.1.5
29052024-08-22T01:59:30.659Z[ helios-setup] Aug 22 01:59:28.692 INFO E| Compiling thiserror-impl v1.0.63
29062024-08-22T01:59:30.775Z[ helios-setup] Aug 22 01:59:28.808 INFO E| Compiling serde_derive v1.0.204
29072024-08-22T01:59:30.895Z[ helios-setup] Aug 22 01:59:28.928 INFO E| Compiling schemars_derive v0.8.21
29082024-08-22T01:59:31.395Z[ helios-setup] Aug 22 01:59:29.428 INFO E| Compiling zerocopy-derive v0.6.6
29092024-08-22T01:59:35.245Z[ helios-setup] Aug 22 01:59:33.277 INFO E| Compiling zerocopy v0.6.6
29102024-08-22T01:59:36.545Z[ helios-setup] Aug 22 01:59:34.577 INFO E| Compiling pest v2.7.11
29112024-08-22T01:59:38.660Z[ helios-setup] Aug 22 01:59:36.691 INFO E| Compiling modular-bitfield-impl v0.11.2
29122024-08-22T01:59:38.718Z[ helios-setup] Aug 22 01:59:36.749 INFO E| Compiling num-derive v0.3.3
29132024-08-22T01:59:39.696Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29142024-08-22T01:59:39.991Z[ helios-setup] Aug 22 01:59:38.023 INFO E| Compiling scroll_derive v0.10.5
29152024-08-22T01:59:40.379Z[ helios-setup] Aug 22 01:59:38.411 INFO E| Compiling strum_macros v0.23.1
29162024-08-22T01:59:42.150Z[ helios-setup] Aug 22 01:59:40.181 INFO E| Compiling pest_meta v2.7.11
29172024-08-22T01:59:42.310Z[ helios-setup] Aug 22 01:59:40.342 INFO E| Compiling structopt-derive v0.4.18
29182024-08-22T01:59:43.373Z[ helios-setup] Aug 22 01:59:41.404 INFO E| Compiling scroll v0.10.2
29192024-08-22T01:59:43.857Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29202024-08-22T01:59:44.064Z[ helios-setup] Aug 22 01:59:42.095 INFO E| Compiling modular-bitfield v0.11.2
29212024-08-22T01:59:44.620Z[ helios-setup] Aug 22 01:59:42.651 INFO E| Compiling pest_generator v2.7.11
29222024-08-22T01:59:44.734Z[ helios-setup] Aug 22 01:59:42.765 INFO E| Compiling goblin v0.4.3
29232024-08-22T01:59:45.447Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29242024-08-22T01:59:48.161Z[ helios-setup] Aug 22 01:59:46.191 INFO E| Compiling structopt v0.3.26
29252024-08-22T01:59:49.403Z[ helios-setup] Aug 22 01:59:47.433 INFO E| Compiling pest_derive v2.7.11
29262024-08-22T01:59:52.071Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29272024-08-22T01:59:52.237Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29282024-08-22T01:59:53.678Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29292024-08-22T01:59:53.878Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29302024-08-22T01:59:54.061Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29312024-08-22T01:59:54.988Z[ helios-setup] Aug 22 01:59:53.018 INFO E| Compiling json5 v0.4.1
29322024-08-22T02:00:00.987Z[ helios-setup] Aug 22 01:59:59.016 INFO E| Compiling four-cc v0.3.0
29332024-08-22T02:00:00.987Z[ helios-setup] Aug 22 01:59:59.016 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
29342024-08-22T02:00:01.204Z[ helios-setup] Aug 22 01:59:59.233 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
29352024-08-22T02:00:03.302Z[ host-package] Compiling atomicwrites v0.4.3
29362024-08-22T02:00:04.173Z[ host-package] Compiling fatfs v0.3.6
29372024-08-22T02:00:04.381Z[ host-package] Compiling subprocess v0.2.9
29382024-08-22T02:00:06.235Z[ host-package] Compiling rtoolbox v0.0.2
29392024-08-22T02:00:06.959Z[ host-package] Compiling is_ci v1.2.0
29402024-08-22T02:00:06.961Z[ host-package] Compiling assert_matches v1.5.0
29412024-08-22T02:00:07.393Z[ host-package] Compiling supports-color v3.0.0
29422024-08-22T02:00:07.756Z[ host-package] Compiling rpassword v7.3.1
29432024-08-22T02:00:08.229Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29442024-08-22T02:00:08.409Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29452024-08-22T02:00:10.449Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29462024-08-22T02:00:15.634Z[ host-package] Compiling tui-tree-widget v0.22.0
29472024-08-22T02:00:16.194Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29482024-08-22T02:00:16.285Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29492024-08-22T02:00:17.712Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29502024-08-22T02:00:18.195Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29512024-08-22T02:00:18.372Z[ host-package] Compiling uzers v0.11.3
29522024-08-22T02:00:21.627Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29532024-08-22T02:00:25.584Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29542024-08-22T02:00:27.881Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29552024-08-22T02:00:31.488Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29562024-08-22T02:00:42.930Z[ helios-setup] Aug 22 02:00:40.954 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
29572024-08-22T02:00:43.731Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29582024-08-22T02:00:54.281Z[ host-package] Compiling multimap v0.10.0
29592024-08-22T02:01:00.689Z[ helios-setup] Aug 22 02:00:58.711 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
29602024-08-22T02:01:50.185Z[ helios-setup] Aug 22 02:01:48.200 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 41s
29612024-08-22T02:01:50.222Z[ helios-setup] Aug 22 02:01:48.236 INFO building project "amd-host-image-builder" ok (191 seconds)
29622024-08-22T02:01:50.224Z[ helios-setup] Aug 22 02:01:48.236 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
29632024-08-22T02:01:50.224Z[ helios-setup] Aug 22 02:01:48.236 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
29642024-08-22T02:01:50.596Z[ helios-setup] Aug 22 02:01:48.612 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
29652024-08-22T02:01:51.141Z[ helios-setup] Aug 22 02:01:49.156 INFO E| From https://github.com/jclulow/rust-jmclib
29662024-08-22T02:01:51.141Z[ helios-setup] Aug 22 02:01:49.156 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
29672024-08-22T02:01:51.165Z[ helios-setup] Aug 22 02:01:49.180 INFO E| Updating crates.io index
29682024-08-22T02:01:51.410Z[ helios-setup] Aug 22 02:01:49.426 INFO E| Downloading crates ...
29692024-08-22T02:01:51.611Z[ helios-setup] Aug 22 02:01:49.626 INFO E| Downloaded digest v0.9.0
29702024-08-22T02:01:51.614Z[ helios-setup] Aug 22 02:01:49.629 INFO E| Downloaded once_cell v1.18.0
29712024-08-22T02:01:51.623Z[ helios-setup] Aug 22 02:01:49.638 INFO E| Downloaded block-buffer v0.9.0
29722024-08-22T02:01:51.644Z[ helios-setup] Aug 22 02:01:49.639 INFO E| Downloaded fastrand v2.0.0
29732024-08-22T02:01:51.645Z[ helios-setup] Aug 22 02:01:49.649 INFO E| Downloaded bitflags v2.3.3
29742024-08-22T02:01:51.647Z[ helios-setup] Aug 22 02:01:49.654 INFO E| Downloaded sha-1 v0.9.8
29752024-08-22T02:01:51.647Z[ helios-setup] Aug 22 02:01:49.656 INFO E| Downloaded uuid v0.8.2
29762024-08-22T02:01:51.660Z[ helios-setup] Aug 22 02:01:49.676 INFO E| Downloaded md-5 v0.9.1
29772024-08-22T02:01:51.663Z[ helios-setup] Aug 22 02:01:49.678 INFO E| Downloaded unicode-ident v1.0.11
29782024-08-22T02:01:51.668Z[ helios-setup] Aug 22 02:01:49.683 INFO E| Downloaded serde_derive v1.0.193
29792024-08-22T02:01:51.671Z[ helios-setup] Aug 22 02:01:49.687 INFO E| Downloaded tempfile v3.7.0
29802024-08-22T02:01:51.693Z[ helios-setup] Aug 22 02:01:49.708 INFO E| Downloaded quote v1.0.31
29812024-08-22T02:01:51.698Z[ helios-setup] Aug 22 02:01:49.713 INFO E| Downloaded serde_json v1.0.103
29822024-08-22T02:01:51.709Z[ helios-setup] Aug 22 02:01:49.724 INFO E| Downloaded proc-macro2 v1.0.66
29832024-08-22T02:01:51.713Z[ helios-setup] Aug 22 02:01:49.728 INFO E| Downloaded serde v1.0.193
29842024-08-22T02:01:51.718Z[ helios-setup] Aug 22 02:01:49.733 INFO E| Downloaded libdevinfo-sys v1.0.0
29852024-08-22T02:01:51.720Z[ helios-setup] Aug 22 02:01:49.734 INFO E| Downloaded syn v2.0.32
29862024-08-22T02:01:51.737Z[ helios-setup] Aug 22 02:01:49.752 INFO E| Downloaded getrandom v0.2.10
29872024-08-22T02:01:51.741Z[ helios-setup] Aug 22 02:01:49.757 INFO E| Downloaded rustix v0.38.4
29882024-08-22T02:01:51.774Z[ helios-setup] Aug 22 02:01:49.789 INFO E| Downloaded cpufeatures v0.2.9
29892024-08-22T02:01:51.776Z[ helios-setup] Aug 22 02:01:49.791 INFO E| Downloaded anyhow v1.0.72
29902024-08-22T02:01:51.781Z[ helios-setup] Aug 22 02:01:49.796 INFO E| Downloaded libc v0.2.147
29912024-08-22T02:01:52.040Z[ helios-setup] Aug 22 02:01:50.055 INFO E| Compiling libc v0.2.147
29922024-08-22T02:01:52.040Z[ helios-setup] Aug 22 02:01:50.055 INFO E| Compiling proc-macro2 v1.0.66
29932024-08-22T02:01:52.040Z[ helios-setup] Aug 22 02:01:50.055 INFO E| Compiling cfg-if v1.0.0
29942024-08-22T02:01:52.043Z[ helios-setup] Aug 22 02:01:50.055 INFO E| Compiling unicode-ident v1.0.11
29952024-08-22T02:01:52.043Z[ helios-setup] Aug 22 02:01:50.056 INFO E| Compiling version_check v0.9.4
29962024-08-22T02:01:52.043Z[ helios-setup] Aug 22 02:01:50.056 INFO E| Compiling typenum v1.16.0
29972024-08-22T02:01:52.043Z[ helios-setup] Aug 22 02:01:50.056 INFO E| Compiling serde v1.0.193
29982024-08-22T02:01:52.043Z[ helios-setup] Aug 22 02:01:50.056 INFO E| Compiling rustix v0.38.4
29992024-08-22T02:01:52.622Z[ helios-setup] Aug 22 02:01:50.637 INFO E| Compiling time-core v0.1.2
30002024-08-22T02:01:52.639Z[ helios-setup] Aug 22 02:01:50.655 INFO E| Compiling powerfmt v0.2.0
30012024-08-22T02:01:53.174Z[ helios-setup] Aug 22 02:01:51.189 INFO E| Compiling slog v2.7.0
30022024-08-22T02:01:53.609Z[ helios-setup] Aug 22 02:01:51.624 INFO E| Compiling num-conv v0.1.0
30032024-08-22T02:01:53.991Z[ helios-setup] Aug 22 02:01:52.006 INFO E| Compiling generic-array v0.14.7
30042024-08-22T02:01:54.022Z[ helios-setup] Aug 22 02:01:52.037 INFO E| Compiling itoa v1.0.9
30052024-08-22T02:01:54.231Z[ helios-setup] Aug 22 02:01:52.246 INFO E| Compiling deranged v0.3.11
30062024-08-22T02:01:54.368Z[ helios-setup] Aug 22 02:01:52.383 INFO E| Compiling bitflags v2.3.3
30072024-08-22T02:01:54.377Z[ helios-setup] Aug 22 02:01:52.392 INFO E| Compiling time-macros v0.2.18
30082024-08-22T02:01:54.561Z[ helios-setup] Aug 22 02:01:52.576 INFO E| Compiling num_threads v0.1.6
30092024-08-22T02:01:54.647Z[ helios-setup] Aug 22 02:01:52.662 INFO E| Compiling once_cell v1.18.0
30102024-08-22T02:01:55.025Z[ helios-setup] Aug 22 02:01:53.040 INFO E| Compiling quote v1.0.31
30112024-08-22T02:01:55.715Z[ helios-setup] Aug 22 02:01:53.730 INFO E| Compiling syn v2.0.32
30122024-08-22T02:01:56.076Z[ helios-setup] Aug 22 02:01:54.090 INFO E| Compiling thread_local v1.1.7
30132024-08-22T02:01:56.456Z[ helios-setup] Aug 22 02:01:54.470 INFO E| Compiling dirs-sys-next v0.1.2
30142024-08-22T02:01:56.531Z[ helios-setup] Aug 22 02:01:54.546 INFO E| Compiling errno v0.3.1
30152024-08-22T02:01:57.030Z[ helios-setup] Aug 22 02:01:55.044 INFO E| Compiling dirs-next v2.0.0
30162024-08-22T02:01:57.296Z[ helios-setup] Aug 22 02:01:55.310 INFO E| Compiling term v0.7.0
30172024-08-22T02:01:57.604Z[ helios-setup] Aug 22 02:01:55.618 INFO E| Compiling atty v0.2.14
30182024-08-22T02:01:58.035Z[ helios-setup] Aug 22 02:01:56.049 INFO E| Compiling fastrand v2.0.0
30192024-08-22T02:01:58.239Z[ helios-setup] Aug 22 02:01:56.253 INFO E| Compiling serde_json v1.0.103
30202024-08-22T02:01:58.767Z[ helios-setup] Aug 22 02:01:56.781 INFO E| Compiling opaque-debug v0.3.0
30212024-08-22T02:01:58.870Z[ helios-setup] Aug 22 02:01:56.884 INFO E| Compiling anyhow v1.0.72
30222024-08-22T02:01:59.268Z[ helios-setup] Aug 22 02:01:57.282 INFO E| Compiling getrandom v0.2.10
30232024-08-22T02:01:59.520Z[ helios-setup] Aug 22 02:01:57.534 INFO E| Compiling same-file v1.0.6
30242024-08-22T02:01:59.755Z[ helios-setup] Aug 22 02:01:57.769 INFO E| Compiling block-buffer v0.9.0
30252024-08-22T02:01:59.760Z[ helios-setup] Aug 22 02:01:57.775 INFO E| Compiling digest v0.9.0
30262024-08-22T02:02:00.055Z[ helios-setup] Aug 22 02:01:58.069 INFO E| Compiling ryu v1.0.15
30272024-08-22T02:02:00.062Z[ helios-setup] Aug 22 02:01:58.076 INFO E| Compiling cpufeatures v0.2.9
30282024-08-22T02:02:00.166Z[ helios-setup] Aug 22 02:01:58.180 INFO E| Compiling unicode-width v0.1.10
30292024-08-22T02:02:00.249Z[ helios-setup] Aug 22 02:01:58.263 INFO E| Compiling time v0.3.36
30302024-08-22T02:02:00.389Z[ helios-setup] Aug 22 02:01:58.366 INFO E| Compiling tempfile v3.7.0
30312024-08-22T02:02:00.593Z[ helios-setup] Aug 22 02:01:58.607 INFO E| Compiling getopts v0.2.21
30322024-08-22T02:02:00.785Z[ helios-setup] Aug 22 02:01:58.799 INFO E| Compiling sha-1 v0.9.8
30332024-08-22T02:02:00.940Z[ helios-setup] Aug 22 02:01:58.954 INFO E| Compiling md-5 v0.9.1
30342024-08-22T02:02:01.722Z[ helios-setup] Aug 22 02:01:59.736 INFO E| Compiling walkdir v2.3.3
30352024-08-22T02:02:01.991Z[ helios-setup] Aug 22 02:02:00.005 INFO E| Compiling glob v0.3.1
30362024-08-22T02:02:02.038Z[ helios-setup] Aug 22 02:02:00.052 INFO E| Compiling libdevinfo-sys v1.0.0
30372024-08-22T02:02:03.914Z[ helios-setup] Aug 22 02:02:01.927 INFO E| Compiling slog-term v2.9.0
30382024-08-22T02:02:05.140Z[ helios-setup] Aug 22 02:02:03.153 INFO E| Compiling serde_derive v1.0.193
30392024-08-22T02:02:21.564Z[ helios-setup] Aug 22 02:02:19.576 INFO E| Compiling toml v0.5.11
30402024-08-22T02:02:21.567Z[ helios-setup] Aug 22 02:02:19.576 INFO E| Compiling uuid v0.8.2
30412024-08-22T02:02:23.827Z[ helios-setup] Aug 22 02:02:21.838 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
30422024-08-22T02:02:27.721Z[ helios-setup] Aug 22 02:02:25.731 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
30432024-08-22T02:02:41.079Z[ helios-setup] Aug 22 02:02:39.088 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.75s
30442024-08-22T02:02:41.114Z[ helios-setup] Aug 22 02:02:39.123 INFO building project "image-builder" ok (50 seconds)
30452024-08-22T02:02:41.114Z[ helios-setup] Aug 22 02:02:39.124 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
30462024-08-22T02:02:41.117Z[ helios-setup] Aug 22 02:02:39.124 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
30472024-08-22T02:02:41.523Z[ helios-setup] Aug 22 02:02:39.532 INFO E| Downloading crates ...
30482024-08-22T02:02:41.635Z[ helios-setup] Aug 22 02:02:39.644 INFO E| Downloaded bytes v1.2.1
30492024-08-22T02:02:41.642Z[ helios-setup] Aug 22 02:02:39.651 INFO E| Downloaded digest v0.10.3
30502024-08-22T02:02:41.644Z[ helios-setup] Aug 22 02:02:39.653 INFO E| Downloaded anyhow v1.0.62
30512024-08-22T02:02:41.658Z[ helios-setup] Aug 22 02:02:39.667 INFO E| Downloaded typenum v1.15.0
30522024-08-22T02:02:41.661Z[ helios-setup] Aug 22 02:02:39.670 INFO E| Downloaded sha2 v0.10.5
30532024-08-22T02:02:41.753Z[ helios-setup] Aug 22 02:02:39.762 INFO E| Compiling version_check v0.9.4
30542024-08-22T02:02:41.755Z[ helios-setup] Aug 22 02:02:39.762 INFO E| Compiling typenum v1.15.0
30552024-08-22T02:02:41.755Z[ helios-setup] Aug 22 02:02:39.762 INFO E| Compiling cfg-if v1.0.0
30562024-08-22T02:02:41.755Z[ helios-setup] Aug 22 02:02:39.762 INFO E| Compiling crc32fast v1.3.2
30572024-08-22T02:02:41.755Z[ helios-setup] Aug 22 02:02:39.762 INFO E| Compiling adler v1.0.2
30582024-08-22T02:02:41.755Z[ helios-setup] Aug 22 02:02:39.762 INFO E| Compiling anyhow v1.0.62
30592024-08-22T02:02:41.755Z[ helios-setup] Aug 22 02:02:39.762 INFO E| Compiling unicode-width v0.1.10
30602024-08-22T02:02:41.755Z[ helios-setup] Aug 22 02:02:39.762 INFO E| Compiling cpufeatures v0.2.5
30612024-08-22T02:02:42.096Z[ helios-setup] Aug 22 02:02:40.104 INFO E| Compiling getopts v0.2.21
30622024-08-22T02:02:42.282Z[ helios-setup] Aug 22 02:02:40.291 INFO E| Compiling miniz_oxide v0.6.2
30632024-08-22T02:02:42.512Z[ helios-setup] Aug 22 02:02:40.520 INFO E| Compiling bytes v1.2.1
30642024-08-22T02:02:42.659Z[ helios-setup] Aug 22 02:02:40.668 INFO E| Compiling bitflags v1.3.2
30652024-08-22T02:02:43.017Z[ helios-setup] Aug 22 02:02:41.025 INFO E| Compiling generic-array v0.14.6
30662024-08-22T02:02:44.209Z[ helios-setup] Aug 22 02:02:42.217 INFO E| Compiling flate2 v1.0.25
30672024-08-22T02:02:47.777Z[ helios-setup] Aug 22 02:02:45.785 INFO E| Compiling block-buffer v0.10.3
30682024-08-22T02:02:47.777Z[ helios-setup] Aug 22 02:02:45.785 INFO E| Compiling crypto-common v0.1.6
30692024-08-22T02:02:48.014Z[ helios-setup] Aug 22 02:02:46.022 INFO E| Compiling digest v0.10.3
30702024-08-22T02:02:48.401Z[ helios-setup] Aug 22 02:02:46.409 INFO E| Compiling sha2 v0.10.5
30712024-08-22T02:02:48.990Z[ helios-setup] Aug 22 02:02:46.998 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
30722024-08-22T02:02:54.644Z[ helios-setup] Aug 22 02:02:52.651 INFO E| Finished `release` profile [optimized] target(s) in 13.41s
30732024-08-22T02:02:54.660Z[ helios-setup] Aug 22 02:02:52.668 INFO building project "bootserver" ok (13 seconds)
30742024-08-22T02:02:54.662Z[ helios-setup] rm -f helios-build
30752024-08-22T02:02:54.665Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
30762024-08-22T02:02:54.667Z[ helios-setup]
30772024-08-22T02:02:54.671Z[ helios-setup] Setup complete! ./helios-build is now available.
30782024-08-22T02:02:54.673Z[ helios-setup]
30792024-08-22T02:02:54.673Z[ helios-setup]
30802024-08-22T02:02:54.673ZAug 22 02:02:52.680 INFO [helios-setup] process exited with exit status: 0 (731.511684856s)
30812024-08-22T02:02:54.673Z[ helios-setup] real 12:11.506147750
30822024-08-22T02:02:54.673Z[ helios-setup] user 28:46.604665849
30832024-08-22T02:02:54.675Z[ helios-setup] sys 3:30.600045236
30842024-08-22T02:02:54.675Z[ helios-setup] trap 1.605544515
30852024-08-22T02:02:54.675Z[ helios-setup] tflt 7.788099496
30862024-08-22T02:02:54.675Z[ helios-setup] dflt 42.276553887
30872024-08-22T02:02:54.676Z[ helios-setup] kflt 0.035392263
30882024-08-22T02:02:54.676Z[ helios-setup] lock 1:55:49.942042000
30892024-08-22T02:02:54.676Z[ helios-setup] slp 3:42:49.641811375
30902024-08-22T02:02:54.676Z[ helios-setup] lat 33:08.774178558
30912024-08-22T02:02:54.676Z[ helios-setup] stop 4:41.033915359
30922024-08-22T02:02:54.676ZAug 22 02:02:52.682 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
30932024-08-22T02:02:54.695Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
30942024-08-22T02:02:54.941Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
30952024-08-22T02:02:54.941Z[ phbl-toolchain] info: downloading component 'cargo'
30962024-08-22T02:02:55.317Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30972024-08-22T02:02:56.289Z[ phbl-toolchain] info: downloading component 'clippy'
30982024-08-22T02:02:56.805Z[ phbl-toolchain] info: downloading component 'llvm-tools'
30992024-08-22T02:03:01.733Z[ phbl-toolchain] info: downloading component 'miri'
31002024-08-22T02:03:01.861Z[ phbl-toolchain] info: downloading component 'rust-docs'
31012024-08-22T02:03:02.931Z[ phbl-toolchain] info: downloading component 'rust-src'
31022024-08-22T02:03:03.739Z[ phbl-toolchain] info: downloading component 'rust-std'
31032024-08-22T02:03:06.789Z[ phbl-toolchain] info: downloading component 'rustc'
31042024-08-22T02:03:12.051Z[ phbl-toolchain] info: downloading component 'rustfmt'
31052024-08-22T02:03:12.775Z[ phbl-toolchain] info: installing component 'cargo'
31062024-08-22T02:03:14.145Z[ phbl-toolchain] info: installing component 'clippy'
31072024-08-22T02:03:14.675Z[ phbl-toolchain] info: installing component 'llvm-tools'
31082024-08-22T02:03:20.271Z[ phbl-toolchain] info: installing component 'miri'
31092024-08-22T02:03:20.629Z[ phbl-toolchain] info: installing component 'rust-docs'
31102024-08-22T02:03:21.048Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31112024-08-22T02:03:27.528Z[ phbl-toolchain] info: installing component 'rust-src'
31122024-08-22T02:03:28.296Z[ phbl-toolchain] info: installing component 'rust-std'
31132024-08-22T02:03:30.722Z[ phbl-toolchain] info: installing component 'rustc'
31142024-08-22T02:03:36.993Z[ phbl-toolchain] info: installing component 'rustfmt'
31152024-08-22T02:03:37.807Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
31162024-08-22T02:03:37.809ZAug 22 02:03:35.812 INFO [phbl-toolchain] process exited with exit status: 0 (43.129938832s)
31172024-08-22T02:10:05.720Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 35s
31182024-08-22T02:10:55.699ZAug 22 02:10:53.647 INFO [host-package] process exited with exit status: 0 (1166.958611194s)
31192024-08-22T02:10:55.703ZAug 22 02:10:53.647 INFO [host-stamp] running task
31202024-08-22T02:10:55.703ZAug 22 02:10:53.648 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
31212024-08-22T02:10:55.703ZAug 22 02:10:53.648 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 10.0.0-0.ci+git9f09cb82a13
31222024-08-22T02:10:55.711ZAug 22 02:10:53.658 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 10.0.0-0.ci+git9f09cb82a13
31232024-08-22T02:10:55.716ZAug 22 02:10:53.663 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 10.0.0-0.ci+git9f09cb82a13
31242024-08-22T02:10:55.720Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
31252024-08-22T02:10:55.721Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
31262024-08-22T02:10:55.723Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
31272024-08-22T02:10:55.723ZAug 22 02:10:53.670 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 10.0.0-0.ci+git9f09cb82a13
31282024-08-22T02:10:55.727Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
31292024-08-22T02:10:55.727Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
31302024-08-22T02:10:55.730ZAug 22 02:10:53.676 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 10.0.0-0.ci+git9f09cb82a13
31312024-08-22T02:10:55.733Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31322024-08-22T02:10:55.736ZAug 22 02:10:53.682 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 10.0.0-0.ci+git9f09cb82a13
31332024-08-22T02:10:55.740Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
31342024-08-22T02:10:55.742ZAug 22 02:10:53.689 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 10.0.0-0.ci+git9f09cb82a13
31352024-08-22T02:10:55.745Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
31362024-08-22T02:10:55.748ZAug 22 02:10:53.695 INFO [stamp-overlay] process exited with exit status: 0 (46.95897ms)
31372024-08-22T02:10:55.748ZAug 22 02:10:53.695 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (36.479586ms)
31382024-08-22T02:10:55.748ZAug 22 02:10:53.695 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 10.0.0-0.ci+git9f09cb82a13
31392024-08-22T02:10:55.752Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
31402024-08-22T02:10:55.752Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
31412024-08-22T02:10:55.755ZAug 22 02:10:53.702 INFO [stamp-oxlog] process exited with exit status: 0 (31.782553ms)
31422024-08-22T02:10:55.758Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
31432024-08-22T02:10:55.765Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
31442024-08-22T02:10:55.834Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
31452024-08-22T02:10:55.838ZAug 22 02:10:53.785 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (103.09854ms)
31462024-08-22T02:10:55.948Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
31472024-08-22T02:10:55.951ZAug 22 02:10:53.899 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (235.373888ms)
31482024-08-22T02:10:56.087Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
31492024-08-22T02:10:56.090ZAug 22 02:10:54.037 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (342.375636ms)
31502024-08-22T02:10:56.934Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
31512024-08-22T02:10:56.938ZAug 22 02:10:54.883 INFO [stamp-propolis-server] process exited with exit status: 0 (1.194250294s)
31522024-08-22T02:10:57.084Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31532024-08-22T02:10:59.541Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31542024-08-22T02:11:06.015Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
31552024-08-22T02:11:06.018ZAug 22 02:11:03.965 INFO [stamp-switch-asic] process exited with exit status: 0 (10.289027457s)
31562024-08-22T02:11:06.018ZAug 22 02:11:03.965 INFO [host-stamp] task succeeded (10.318031543s)
31572024-08-22T02:11:06.021ZAug 22 02:11:03.965 INFO [host-proto] running task
31582024-08-22T02:11:06.408ZAug 22 02:11:04.354 INFO [host-proto] task succeeded (389.179942ms)
31592024-08-22T02:11:06.408ZAug 22 02:11:04.354 INFO [host-profile] running task
31602024-08-22T02:11:06.410ZAug 22 02:11:04.354 INFO [host-profile] task succeeded (279.15µs)
31612024-08-22T02:11:06.411ZAug 22 02:11:04.355 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.277' -P /tmp/.tmpV1BSpj/proto/host/root -N 'ci 9f09cb8/${os_short_commit} 2024-08-22 01:50' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
31622024-08-22T02:11:06.423Z[ host-image] Aug 22 02:11:04.369 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
31632024-08-22T02:11:06.425Z[ host-image] Aug 22 02:11:04.369 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
31642024-08-22T02:11:06.438Z[ host-image] Aug 22 02:11:04.385 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpV1BSpj/proto/host/root"
31652024-08-22T02:11:06.438Z[ host-image] Aug 22 02:11:04.385 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
31662024-08-22T02:11:06.441Z[ host-image] Aug 22 02:11:04.385 INFO image builder template: ramdisk-01-os...
31672024-08-22T02:11:06.441Z[ host-image] Aug 22 02:11:04.385 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpV1BSpj/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
31682024-08-22T02:11:06.458Z[ host-image] Aug 22 02:11:04.404 INFO O| Aug 22 02:11:04.404 INFO CREATE DATASET: rpool/images/build/host/output
31692024-08-22T02:11:06.708Z[ host-image] Aug 22 02:11:04.654 INFO O| Aug 22 02:11:04.654 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31702024-08-22T02:11:06.713Z[ host-image] Aug 22 02:11:04.659 INFO O| Aug 22 02:11:04.659 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31712024-08-22T02:11:06.907Z[ host-image] Aug 22 02:11:04.853 INFO O| Aug 22 02:11:04.853 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
31722024-08-22T02:11:06.967Z[ host-image] Aug 22 02:11:04.913 INFO O| Aug 22 02:11:04.913 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
31732024-08-22T02:11:06.967Z[ host-image] Aug 22 02:11:04.913 INFO O| Aug 22 02:11:04.913 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
31742024-08-22T02:11:06.970Z[ host-image] Aug 22 02:11:04.914 INFO O| Aug 22 02:11:04.914 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
31752024-08-22T02:11:06.970Z[ host-image] Aug 22 02:11:04.914 INFO O| Aug 22 02:11:04.914 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
31762024-08-22T02:11:06.977Z[ host-image] Aug 22 02:11:04.923 INFO O| Aug 22 02:11:04.923 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
31772024-08-22T02:11:07.169Z[ host-image] Aug 22 02:11:05.115 INFO O| Aug 22 02:11:05.115 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31782024-08-22T02:11:07.184Z[ host-image] Aug 22 02:11:05.130 INFO O| Aug 22 02:11:05.130 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
31792024-08-22T02:11:07.659Z[ host-image] Aug 22 02:11:05.605 INFO O| Aug 22 02:11:05.605 INFO O| Caching catalogs ... Done
31802024-08-22T02:11:07.779Z[ host-image] Aug 22 02:11:05.724 INFO O| Aug 22 02:11:05.724 INFO STEP 0 (pkg_image_create) COMPLETE
31812024-08-22T02:11:07.779Z[ host-image] Aug 22 02:11:05.725 INFO O| Aug 22 02:11:05.724 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31822024-08-22T02:11:07.782Z[ host-image] Aug 22 02:11:05.725 INFO O| Aug 22 02:11:05.724 INFO skip step because feature "repo_redist" is not enabled
31832024-08-22T02:11:07.782Z[ host-image] Aug 22 02:11:05.725 INFO O| Aug 22 02:11:05.725 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31842024-08-22T02:11:07.796Z[ host-image] Aug 22 02:11:05.741 INFO O| Aug 22 02:11:05.741 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
31852024-08-22T02:11:08.285Z[ host-image] Aug 22 02:11:06.230 INFO O| Aug 22 02:11:06.230 INFO STEP 2 (pkg_set_publisher) COMPLETE
31862024-08-22T02:11:08.285Z[ host-image] Aug 22 02:11:06.231 INFO O| Aug 22 02:11:06.230 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31872024-08-22T02:11:08.302Z[ host-image] Aug 22 02:11:06.247 INFO O| Aug 22 02:11:06.247 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
31882024-08-22T02:11:08.841Z[ host-image] Aug 22 02:11:06.787 INFO O| Aug 22 02:11:06.787 INFO STEP 3 (pkg_set_publisher) COMPLETE
31892024-08-22T02:11:08.841Z[ host-image] Aug 22 02:11:06.787 INFO O| Aug 22 02:11:06.787 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31902024-08-22T02:11:08.844Z[ host-image] Aug 22 02:11:06.787 INFO O| Aug 22 02:11:06.787 INFO skip step because feature "repo_redist" is not enabled
31912024-08-22T02:11:08.844Z[ host-image] Aug 22 02:11:06.787 INFO O| Aug 22 02:11:06.787 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31922024-08-22T02:11:09.378Z[ host-image] Aug 22 02:11:07.324 INFO O| Aug 22 02:11:07.324 INFO variant opensolaris.zone is already global
31932024-08-22T02:11:09.378Z[ host-image] Aug 22 02:11:07.324 INFO O| Aug 22 02:11:07.324 INFO STEP 5 (pkg_change_variant) COMPLETE
31942024-08-22T02:11:09.380Z[ host-image] Aug 22 02:11:07.324 INFO O| Aug 22 02:11:07.324 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31952024-08-22T02:11:09.918Z[ host-image] Aug 22 02:11:07.864 INFO O| Aug 22 02:11:07.864 INFO variant opensolaris.imagetype is full; changing to partial
31962024-08-22T02:11:09.918Z[ host-image] Aug 22 02:11:07.864 INFO O| Aug 22 02:11:07.864 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
31972024-08-22T02:11:15.905Z[ host-image] Aug 22 02:11:13.849 INFO O| Aug 22 02:11:13.849 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31982024-08-22T02:11:18.115Z[ host-image] Aug 22 02:11:16.060 INFO O| Aug 22 02:11:16.060 INFO O| Startup: Caching catalogs ... Done
31992024-08-22T02:11:18.163Z[ host-image] Aug 22 02:11:16.108 INFO O| Aug 22 02:11:16.108 INFO O| Planning: Planning completed in 0.00 seconds
32002024-08-22T02:11:18.166Z[ host-image] Aug 22 02:11:16.108 INFO O| Aug 22 02:11:16.108 INFO O| Planning: Consolidating action changes ... Done
32012024-08-22T02:11:18.166Z[ host-image] Aug 22 02:11:16.109 INFO O| Aug 22 02:11:16.108 INFO O| Planning: Evaluating mediators ... Done
32022024-08-22T02:11:18.166Z[ host-image] Aug 22 02:11:16.109 INFO O| Aug 22 02:11:16.109 INFO O| Planning: Planning completed in 0.00 seconds
32032024-08-22T02:11:18.166Z[ host-image] Aug 22 02:11:16.109 INFO O| Aug 22 02:11:16.109 INFO O| Variants/Facets to change: 1
32042024-08-22T02:11:18.178Z[ host-image] Aug 22 02:11:16.123 INFO O| Aug 22 02:11:16.123 INFO O| Done
32052024-08-22T02:11:18.178Z[ host-image] Aug 22 02:11:16.123 INFO O| Aug 22 02:11:16.123 INFO O| Done
32062024-08-22T02:11:18.235Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.30s
32072024-08-22T02:11:18.518Z[ host-image] Aug 22 02:11:16.463 INFO O| Aug 22 02:11:16.463 INFO O| Done
32082024-08-22T02:11:18.554Z[ host-image] Aug 22 02:11:16.499 INFO O| Aug 22 02:11:16.499 INFO O| Done
32092024-08-22T02:11:18.556Z[ host-image] Aug 22 02:11:16.500 INFO O| Aug 22 02:11:16.500 INFO O| Done
32102024-08-22T02:11:18.557Z[ host-image] Aug 22 02:11:16.500 INFO O| Aug 22 02:11:16.500 INFO O| Done
32112024-08-22T02:11:18.557Z[ host-image] Aug 22 02:11:16.501 INFO O| Aug 22 02:11:16.501 INFO O| Done
32122024-08-22T02:11:18.844Z[ host-image] Aug 22 02:11:16.788 INFO O| Aug 22 02:11:16.788 INFO STEP 6 (pkg_change_variant) COMPLETE
32132024-08-22T02:11:18.844Z[ host-image] Aug 22 02:11:16.788 INFO O| Aug 22 02:11:16.788 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32142024-08-22T02:11:18.846Z[ host-image] Aug 22 02:11:16.788 INFO O| Aug 22 02:11:16.788 INFO skip step because feature "debug_variant" is not enabled
32152024-08-22T02:11:18.847Z[ host-image] Aug 22 02:11:16.788 INFO O| Aug 22 02:11:16.788 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32162024-08-22T02:11:19.178Z[ host-image] Aug 22 02:11:17.122 INFO O| Aug 22 02:11:17.122 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
32172024-08-22T02:11:19.594Z[ host-image] Aug 22 02:11:17.539 INFO O| Aug 22 02:11:17.539 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32182024-08-22T02:11:19.597Z[ host-image] Aug 22 02:11:17.540 INFO O| Aug 22 02:11:17.540 INFO O| Planning: Planning completed in 0.00 seconds
32192024-08-22T02:11:19.597Z[ host-image] Aug 22 02:11:17.540 INFO O| Aug 22 02:11:17.540 INFO O| Planning: Consolidating action changes ... Done
32202024-08-22T02:11:19.597Z[ host-image] Aug 22 02:11:17.540 INFO O| Aug 22 02:11:17.540 INFO O| Planning: Evaluating mediators ... Done
32212024-08-22T02:11:19.597Z[ host-image] Aug 22 02:11:17.541 INFO O| Aug 22 02:11:17.541 INFO O| Planning: Planning completed in 0.00 seconds
32222024-08-22T02:11:19.597Z[ host-image] Aug 22 02:11:17.541 INFO O| Aug 22 02:11:17.541 INFO O| Variants/Facets to change: 1
32232024-08-22T02:11:19.609Z[ host-image] Aug 22 02:11:17.554 INFO O| Aug 22 02:11:17.554 INFO O| Done
32242024-08-22T02:11:19.610Z[ host-image] Aug 22 02:11:17.554 INFO O| Aug 22 02:11:17.554 INFO O| Done
32252024-08-22T02:11:19.854Z[ host-image] Aug 22 02:11:17.798 INFO O| Aug 22 02:11:17.798 INFO O| Done
32262024-08-22T02:11:19.888Z[ host-image] Aug 22 02:11:17.832 INFO O| Aug 22 02:11:17.832 INFO O| Done
32272024-08-22T02:11:19.890Z[ host-image] Aug 22 02:11:17.833 INFO O| Aug 22 02:11:17.833 INFO O| Done
32282024-08-22T02:11:19.890Z[ host-image] Aug 22 02:11:17.833 INFO O| Aug 22 02:11:17.833 INFO O| Done
32292024-08-22T02:11:19.890Z[ host-image] Aug 22 02:11:17.834 INFO O| Aug 22 02:11:17.834 INFO O| Done
32302024-08-22T02:11:19.925ZAug 22 02:11:17.870 INFO [recovery-package] process exited with exit status: 0 (24.221795856s)
32312024-08-22T02:11:19.925ZAug 22 02:11:17.870 INFO [recovery-stamp] running task
32322024-08-22T02:11:19.928ZAug 22 02:11:17.870 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
32332024-08-22T02:11:19.928ZAug 22 02:11:17.870 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 10.0.0-0.ci+git9f09cb82a13
32342024-08-22T02:11:19.938ZAug 22 02:11:17.883 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git9f09cb82a13
32352024-08-22T02:11:19.942Z[ host-image] Aug 22 02:11:17.883 INFO O| Aug 22 02:11:17.883 INFO STEP 8 (pkg_change_facet) COMPLETE
32362024-08-22T02:11:19.945Z[ host-image] Aug 22 02:11:17.883 INFO O| Aug 22 02:11:17.883 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32372024-08-22T02:11:19.945Z[ host-image] Aug 22 02:11:17.883 INFO O| Aug 22 02:11:17.883 INFO skip step because feature "recovery" is not enabled
32382024-08-22T02:11:19.945Z[ host-image] Aug 22 02:11:17.883 INFO O| Aug 22 02:11:17.883 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32392024-08-22T02:11:19.945Z[ host-image] Aug 22 02:11:17.883 INFO O| Aug 22 02:11:17.883 INFO skip step because feature "recovery" is not enabled
32402024-08-22T02:11:19.945Z[ host-image] Aug 22 02:11:17.883 INFO O| Aug 22 02:11:17.883 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32412024-08-22T02:11:19.948Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
32422024-08-22T02:11:19.951Z[ host-image] Aug 22 02:11:17.896 INFO O| Aug 22 02:11:17.896 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
32432024-08-22T02:11:19.953Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
32442024-08-22T02:11:20.022Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
32452024-08-22T02:11:20.025ZAug 22 02:11:17.970 INFO [stamp-installinator] process exited with exit status: 0 (87.199349ms)
32462024-08-22T02:11:20.048Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
32472024-08-22T02:11:20.051ZAug 22 02:11:17.996 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (126.015699ms)
32482024-08-22T02:11:20.055ZAug 22 02:11:17.996 INFO [recovery-stamp] task succeeded (126.424526ms)
32492024-08-22T02:11:20.055ZAug 22 02:11:17.996 INFO [recovery-proto] running task
32502024-08-22T02:11:20.055ZAug 22 02:11:17.996 INFO [tuf-stamp] running task
32512024-08-22T02:11:20.055ZAug 22 02:11:17.997 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 10.0.0-0.ci+git9f09cb82a13
32522024-08-22T02:11:20.062ZAug 22 02:11:18.006 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 10.0.0-0.ci+git9f09cb82a13
32532024-08-22T02:11:20.068ZAug 22 02:11:18.013 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 10.0.0-0.ci+git9f09cb82a13
32542024-08-22T02:11:20.073Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
32552024-08-22T02:11:20.076ZAug 22 02:11:18.020 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 10.0.0-0.ci+git9f09cb82a13
32562024-08-22T02:11:20.081Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
32572024-08-22T02:11:20.088ZAug 22 02:11:18.028 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 10.0.0-0.ci+git9f09cb82a13
32582024-08-22T02:11:20.091Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32592024-08-22T02:11:20.094ZAug 22 02:11:18.039 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 10.0.0-0.ci+git9f09cb82a13
32602024-08-22T02:11:20.101Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
32612024-08-22T02:11:20.115ZAug 22 02:11:18.060 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 10.0.0-0.ci+git9f09cb82a13
32622024-08-22T02:11:20.118Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
32632024-08-22T02:11:20.172ZAug 22 02:11:18.116 INFO [recovery-proto] task succeeded (120.14446ms)
32642024-08-22T02:11:20.193ZAug 22 02:11:18.138 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.277' -P /tmp/.tmpV1BSpj/proto/recovery/root -N 'recovery 9f09cb8/${os_short_commit} 2024-08-22 01:50' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
32652024-08-22T02:11:20.204Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
32662024-08-22T02:11:20.210Z[ recovery-image] Aug 22 02:11:18.154 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
32672024-08-22T02:11:20.212Z[ recovery-image] Aug 22 02:11:18.154 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
32682024-08-22T02:11:20.217Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32692024-08-22T02:11:20.218ZAug 22 02:11:18.162 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 10.0.0-0.ci+git9f09cb82a13
32702024-08-22T02:11:20.278Z[ recovery-image] Aug 22 02:11:18.194 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpV1BSpj/proto/recovery/root"
32712024-08-22T02:11:20.278Z[ recovery-image] Aug 22 02:11:18.194 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
32722024-08-22T02:11:20.280Z[ recovery-image] Aug 22 02:11:18.194 INFO image builder template: ramdisk-01-os...
32732024-08-22T02:11:20.281Z[ recovery-image] Aug 22 02:11:18.194 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpV1BSpj/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
32742024-08-22T02:11:20.281Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
32752024-08-22T02:11:20.281ZAug 22 02:11:18.223 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 10.0.0-0.ci+git9f09cb82a13
32762024-08-22T02:11:20.301Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
32772024-08-22T02:11:20.319Z[ recovery-image] Aug 22 02:11:18.263 INFO O| Aug 22 02:11:18.245 INFO CREATE DATASET: rpool/images/build/recovery/output
32782024-08-22T02:11:20.382ZAug 22 02:11:18.327 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 10.0.0-0.ci+git9f09cb82a13
32792024-08-22T02:11:20.463Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
32802024-08-22T02:11:20.476ZAug 22 02:11:18.421 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 10.0.0-0.ci+git9f09cb82a13
32812024-08-22T02:11:20.570Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
32822024-08-22T02:11:20.589Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
32832024-08-22T02:11:20.589ZAug 22 02:11:18.534 INFO [stamp-probe] process exited with exit status: 0 (513.866871ms)
32842024-08-22T02:11:20.592ZAug 22 02:11:18.534 INFO [stamp-ntp] process exited with exit status: 0 (527.317491ms)
32852024-08-22T02:11:20.636Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
32862024-08-22T02:11:20.670Z[ recovery-image] Aug 22 02:11:18.614 INFO O| Aug 22 02:11:18.614 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32872024-08-22T02:11:20.676Z[ recovery-image] Aug 22 02:11:18.621 INFO O| Aug 22 02:11:18.620 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32882024-08-22T02:11:20.990Z[ host-image] Aug 22 02:11:18.934 INFO O| Aug 22 02:11:18.934 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32892024-08-22T02:11:21.046Z[ recovery-image] Aug 22 02:11:18.990 INFO O| Aug 22 02:11:18.990 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
32902024-08-22T02:11:21.140Z[ recovery-image] Aug 22 02:11:19.084 INFO O| Aug 22 02:11:19.084 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
32912024-08-22T02:11:21.140Z[ recovery-image] Aug 22 02:11:19.084 INFO O| Aug 22 02:11:19.084 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32922024-08-22T02:11:21.143Z[ recovery-image] Aug 22 02:11:19.084 INFO O| Aug 22 02:11:19.084 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
32932024-08-22T02:11:21.143Z[ recovery-image] Aug 22 02:11:19.084 INFO O| Aug 22 02:11:19.084 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32942024-08-22T02:11:21.150Z[ recovery-image] Aug 22 02:11:19.095 INFO O| Aug 22 02:11:19.095 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
32952024-08-22T02:11:21.205Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
32962024-08-22T02:11:21.211ZAug 22 02:11:19.156 INFO [stamp-internal-dns] process exited with exit status: 0 (1.143009418s)
32972024-08-22T02:11:21.442Z[ recovery-image] Aug 22 02:11:19.386 INFO O| Aug 22 02:11:19.386 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32982024-08-22T02:11:21.458Z[ recovery-image] Aug 22 02:11:19.402 INFO O| Aug 22 02:11:19.402 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
32992024-08-22T02:11:21.638Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
33002024-08-22T02:11:21.695Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
33012024-08-22T02:11:21.821Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
33022024-08-22T02:11:21.824Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
33032024-08-22T02:11:21.847ZAug 22 02:11:19.791 INFO [stamp-external-dns] process exited with exit status: 0 (1.396165746s)
33042024-08-22T02:11:21.864ZAug 22 02:11:19.808 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.769383795s)
33052024-08-22T02:11:22.083Z[ recovery-image] Aug 22 02:11:20.027 INFO O| Aug 22 02:11:20.027 INFO O| Caching catalogs ... Done
33062024-08-22T02:11:22.178Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
33072024-08-22T02:11:22.185ZAug 22 02:11:20.129 INFO [stamp-oximeter] process exited with exit status: 0 (2.101130824s)
33082024-08-22T02:11:22.217Z[ recovery-image] Aug 22 02:11:20.162 INFO O| Aug 22 02:11:20.161 INFO STEP 0 (pkg_image_create) COMPLETE
33092024-08-22T02:11:22.218Z[ recovery-image] Aug 22 02:11:20.162 INFO O| Aug 22 02:11:20.162 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33102024-08-22T02:11:22.218Z[ recovery-image] Aug 22 02:11:20.162 INFO O| Aug 22 02:11:20.162 INFO skip step because feature "repo_redist" is not enabled
33112024-08-22T02:11:22.218Z[ recovery-image] Aug 22 02:11:20.162 INFO O| Aug 22 02:11:20.162 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33122024-08-22T02:11:22.232Z[ recovery-image] Aug 22 02:11:20.176 INFO O| Aug 22 02:11:20.176 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
33132024-08-22T02:11:22.325Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
33142024-08-22T02:11:22.329ZAug 22 02:11:20.273 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.852560789s)
33152024-08-22T02:11:22.701Z[ recovery-image] Aug 22 02:11:20.645 INFO O| Aug 22 02:11:20.645 INFO STEP 2 (pkg_set_publisher) COMPLETE
33162024-08-22T02:11:22.701Z[ recovery-image] Aug 22 02:11:20.645 INFO O| Aug 22 02:11:20.645 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33172024-08-22T02:11:22.716Z[ recovery-image] Aug 22 02:11:20.660 INFO O| Aug 22 02:11:20.660 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
33182024-08-22T02:11:23.171Z[ recovery-image] Aug 22 02:11:21.115 INFO O| Aug 22 02:11:21.115 INFO STEP 3 (pkg_set_publisher) COMPLETE
33192024-08-22T02:11:23.171Z[ recovery-image] Aug 22 02:11:21.115 INFO O| Aug 22 02:11:21.115 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33202024-08-22T02:11:23.171Z[ recovery-image] Aug 22 02:11:21.115 INFO O| Aug 22 02:11:21.115 INFO skip step because feature "repo_redist" is not enabled
33212024-08-22T02:11:23.171Z[ recovery-image] Aug 22 02:11:21.115 INFO O| Aug 22 02:11:21.115 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33222024-08-22T02:11:23.691Z[ recovery-image] Aug 22 02:11:21.635 INFO O| Aug 22 02:11:21.634 INFO variant opensolaris.zone is already global
33232024-08-22T02:11:23.693Z[ recovery-image] Aug 22 02:11:21.635 INFO O| Aug 22 02:11:21.635 INFO STEP 5 (pkg_change_variant) COMPLETE
33242024-08-22T02:11:23.693Z[ recovery-image] Aug 22 02:11:21.635 INFO O| Aug 22 02:11:21.635 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33252024-08-22T02:11:23.742Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
33262024-08-22T02:11:23.746ZAug 22 02:11:21.690 INFO [stamp-nexus] process exited with exit status: 0 (3.573915587s)
33272024-08-22T02:11:24.187Z[ recovery-image] Aug 22 02:11:22.131 INFO O| Aug 22 02:11:22.131 INFO variant opensolaris.imagetype is full; changing to partial
33282024-08-22T02:11:24.187Z[ recovery-image] Aug 22 02:11:22.131 INFO O| Aug 22 02:11:22.131 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
33292024-08-22T02:11:25.476Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
33302024-08-22T02:11:25.479ZAug 22 02:11:23.423 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.261001065s)
33312024-08-22T02:11:26.339Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33322024-08-22T02:11:26.470Z[verify-libraries] Compiling heck v0.4.1
33332024-08-22T02:11:26.473Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33342024-08-22T02:11:26.502Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33352024-08-22T02:11:26.505Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33362024-08-22T02:11:26.505Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33372024-08-22T02:11:26.505Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33382024-08-22T02:11:26.505Z[verify-libraries] Compiling indent_write v2.2.0
33392024-08-22T02:11:26.878Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33402024-08-22T02:11:27.085Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33412024-08-22T02:11:27.086Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33422024-08-22T02:11:27.357Z[verify-libraries] Compiling termios v0.3.3
33432024-08-22T02:11:27.493Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33442024-08-22T02:11:27.780Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33452024-08-22T02:11:30.100Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
33462024-08-22T02:11:30.132ZAug 22 02:11:28.075 INFO [stamp-clickhouse] process exited with exit status: 0 (10.077864533s)
33472024-08-22T02:11:30.387Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
33482024-08-22T02:11:30.392ZAug 22 02:11:28.335 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.11178443s)
33492024-08-22T02:11:30.394ZAug 22 02:11:28.335 INFO [tuf-stamp] task succeeded (10.339087791s)
33502024-08-22T02:11:33.577Z[ recovery-image] Aug 22 02:11:31.519 INFO O| Aug 22 02:11:31.519 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33512024-08-22T02:11:38.286Z[ recovery-image] Aug 22 02:11:36.228 INFO O| Aug 22 02:11:36.228 INFO O| Startup: Caching catalogs ... Done
33522024-08-22T02:11:38.394Z[ recovery-image] Aug 22 02:11:36.336 INFO O| Aug 22 02:11:36.335 INFO O| Planning: Planning completed in 0.00 seconds
33532024-08-22T02:11:38.396Z[ recovery-image] Aug 22 02:11:36.336 INFO O| Aug 22 02:11:36.336 INFO O| Planning: Consolidating action changes ... Done
33542024-08-22T02:11:38.396Z[ recovery-image] Aug 22 02:11:36.336 INFO O| Aug 22 02:11:36.336 INFO O| Planning: Evaluating mediators ... Done
33552024-08-22T02:11:38.396Z[ recovery-image] Aug 22 02:11:36.337 INFO O| Aug 22 02:11:36.337 INFO O| Planning: Planning completed in 0.00 seconds
33562024-08-22T02:11:38.396Z[ recovery-image] Aug 22 02:11:36.337 INFO O| Aug 22 02:11:36.337 INFO O| Variants/Facets to change: 1
33572024-08-22T02:11:38.458Z[ recovery-image] Aug 22 02:11:36.400 INFO O| Aug 22 02:11:36.400 INFO O| Done
33582024-08-22T02:11:38.458Z[ recovery-image] Aug 22 02:11:36.400 INFO O| Aug 22 02:11:36.400 INFO O| Done
33592024-08-22T02:11:39.227Z[ recovery-image] Aug 22 02:11:37.169 INFO O| Aug 22 02:11:37.169 INFO O| Done
33602024-08-22T02:11:39.274Z[ recovery-image] Aug 22 02:11:37.216 INFO O| Aug 22 02:11:37.216 INFO O| Done
33612024-08-22T02:11:39.277Z[ recovery-image] Aug 22 02:11:37.217 INFO O| Aug 22 02:11:37.217 INFO O| Done
33622024-08-22T02:11:39.277Z[ recovery-image] Aug 22 02:11:37.217 INFO O| Aug 22 02:11:37.217 INFO O| Done
33632024-08-22T02:11:39.279Z[ recovery-image] Aug 22 02:11:37.219 INFO O| Aug 22 02:11:37.219 INFO O| Done
33642024-08-22T02:11:39.825Z[ recovery-image] Aug 22 02:11:37.767 INFO O| Aug 22 02:11:37.767 INFO STEP 6 (pkg_change_variant) COMPLETE
33652024-08-22T02:11:39.825Z[ recovery-image] Aug 22 02:11:37.767 INFO O| Aug 22 02:11:37.767 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33662024-08-22T02:11:39.828Z[ recovery-image] Aug 22 02:11:37.767 INFO O| Aug 22 02:11:37.767 INFO skip step because feature "debug_variant" is not enabled
33672024-08-22T02:11:39.828Z[ recovery-image] Aug 22 02:11:37.767 INFO O| Aug 22 02:11:37.767 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33682024-08-22T02:11:40.543Z[ recovery-image] Aug 22 02:11:38.485 INFO O| Aug 22 02:11:38.484 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
33692024-08-22T02:11:41.546Z[ recovery-image] Aug 22 02:11:39.488 INFO O| Aug 22 02:11:39.488 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33702024-08-22T02:11:41.549Z[ recovery-image] Aug 22 02:11:39.490 INFO O| Aug 22 02:11:39.490 INFO O| Planning: Planning completed in 0.00 seconds
33712024-08-22T02:11:41.549Z[ recovery-image] Aug 22 02:11:39.491 INFO O| Aug 22 02:11:39.491 INFO O| Planning: Consolidating action changes ... Done
33722024-08-22T02:11:41.549Z[ recovery-image] Aug 22 02:11:39.491 INFO O| Aug 22 02:11:39.491 INFO O| Planning: Evaluating mediators ... Done
33732024-08-22T02:11:41.551Z[ recovery-image] Aug 22 02:11:39.491 INFO O| Aug 22 02:11:39.491 INFO O| Planning: Planning completed in 0.00 seconds
33742024-08-22T02:11:41.551Z[ recovery-image] Aug 22 02:11:39.492 INFO O| Aug 22 02:11:39.492 INFO O| Variants/Facets to change: 1
33752024-08-22T02:11:41.617Z[ recovery-image] Aug 22 02:11:39.559 INFO O| Aug 22 02:11:39.559 INFO O| Done
33762024-08-22T02:11:41.617Z[ recovery-image] Aug 22 02:11:39.559 INFO O| Aug 22 02:11:39.559 INFO O| Done
33772024-08-22T02:11:42.097Z[ recovery-image] Aug 22 02:11:40.038 INFO O| Aug 22 02:11:40.038 INFO O| Done
33782024-08-22T02:11:42.150Z[ recovery-image] Aug 22 02:11:40.091 INFO O| Aug 22 02:11:40.091 INFO O| Done
33792024-08-22T02:11:42.152Z[ recovery-image] Aug 22 02:11:40.093 INFO O| Aug 22 02:11:40.092 INFO O| Done
33802024-08-22T02:11:42.152Z[ recovery-image] Aug 22 02:11:40.093 INFO O| Aug 22 02:11:40.093 INFO O| Done
33812024-08-22T02:11:42.154Z[ recovery-image] Aug 22 02:11:40.095 INFO O| Aug 22 02:11:40.095 INFO O| Done
33822024-08-22T02:11:42.255Z[ recovery-image] Aug 22 02:11:40.197 INFO O| Aug 22 02:11:40.197 INFO STEP 8 (pkg_change_facet) COMPLETE
33832024-08-22T02:11:42.255Z[ recovery-image] Aug 22 02:11:40.197 INFO O| Aug 22 02:11:40.197 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33842024-08-22T02:11:42.950Z[ recovery-image] Aug 22 02:11:40.891 INFO O| Aug 22 02:11:40.891 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
33852024-08-22T02:11:43.998Z[ recovery-image] Aug 22 02:11:41.939 INFO O| Aug 22 02:11:41.939 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33862024-08-22T02:11:44.001Z[ recovery-image] Aug 22 02:11:41.941 INFO O| Aug 22 02:11:41.941 INFO O| Planning: Planning completed in 0.00 seconds
33872024-08-22T02:11:44.003Z[ recovery-image] Aug 22 02:11:41.942 INFO O| Aug 22 02:11:41.942 INFO O| Planning: Consolidating action changes ... Done
33882024-08-22T02:11:44.003Z[ recovery-image] Aug 22 02:11:41.942 INFO O| Aug 22 02:11:41.942 INFO O| Planning: Evaluating mediators ... Done
33892024-08-22T02:11:44.003Z[ recovery-image] Aug 22 02:11:41.943 INFO O| Aug 22 02:11:41.943 INFO O| Planning: Planning completed in 0.00 seconds
33902024-08-22T02:11:44.003Z[ recovery-image] Aug 22 02:11:41.943 INFO O| Aug 22 02:11:41.943 INFO O| Variants/Facets to change: 1
33912024-08-22T02:11:44.073Z[ recovery-image] Aug 22 02:11:42.014 INFO O| Aug 22 02:11:42.014 INFO O| Done
33922024-08-22T02:11:44.073Z[ recovery-image] Aug 22 02:11:42.014 INFO O| Aug 22 02:11:42.014 INFO O| Done
33932024-08-22T02:11:44.538Z[ recovery-image] Aug 22 02:11:42.480 INFO O| Aug 22 02:11:42.480 INFO O| Done
33942024-08-22T02:11:44.592Z[ recovery-image] Aug 22 02:11:42.534 INFO O| Aug 22 02:11:42.533 INFO O| Done
33952024-08-22T02:11:44.595Z[ recovery-image] Aug 22 02:11:42.534 INFO O| Aug 22 02:11:42.534 INFO O| Done
33962024-08-22T02:11:44.595Z[ recovery-image] Aug 22 02:11:42.535 INFO O| Aug 22 02:11:42.535 INFO O| Done
33972024-08-22T02:11:44.595Z[ recovery-image] Aug 22 02:11:42.537 INFO O| Aug 22 02:11:42.537 INFO O| Done
33982024-08-22T02:11:44.699Z[ recovery-image] Aug 22 02:11:42.640 INFO O| Aug 22 02:11:42.640 INFO STEP 9 (pkg_change_facet) COMPLETE
33992024-08-22T02:11:44.699Z[ recovery-image] Aug 22 02:11:42.640 INFO O| Aug 22 02:11:42.640 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34002024-08-22T02:11:45.479Z[ recovery-image] Aug 22 02:11:43.420 INFO O| Aug 22 02:11:43.420 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
34012024-08-22T02:11:46.642Z[ recovery-image] Aug 22 02:11:44.583 INFO O| Aug 22 02:11:44.583 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34022024-08-22T02:11:46.654Z[ recovery-image] Aug 22 02:11:44.595 INFO O| Aug 22 02:11:44.595 INFO O| Planning: Planning completed in 0.01 seconds
34032024-08-22T02:11:46.656Z[ recovery-image] Aug 22 02:11:44.596 INFO O| Aug 22 02:11:44.596 INFO O| Planning: Consolidating action changes ... Done
34042024-08-22T02:11:46.656Z[ recovery-image] Aug 22 02:11:44.596 INFO O| Aug 22 02:11:44.596 INFO O| Planning: Evaluating mediators ... Done
34052024-08-22T02:11:46.656Z[ recovery-image] Aug 22 02:11:44.597 INFO O| Aug 22 02:11:44.597 INFO O| Planning: Planning completed in 0.01 seconds
34062024-08-22T02:11:46.658Z[ recovery-image] Aug 22 02:11:44.597 INFO O| Aug 22 02:11:44.597 INFO O| Variants/Facets to change: 1
34072024-08-22T02:11:46.704Z[ recovery-image] Aug 22 02:11:44.645 INFO O| Aug 22 02:11:44.645 INFO O| Done
34082024-08-22T02:11:46.704Z[ recovery-image] Aug 22 02:11:44.645 INFO O| Aug 22 02:11:44.645 INFO O| Done
34092024-08-22T02:11:47.321Z[ recovery-image] Aug 22 02:11:45.262 INFO O| Aug 22 02:11:45.262 INFO O| Done
34102024-08-22T02:11:47.384Z[ recovery-image] Aug 22 02:11:45.325 INFO O| Aug 22 02:11:45.325 INFO O| Done
34112024-08-22T02:11:47.388Z[ recovery-image] Aug 22 02:11:45.326 INFO O| Aug 22 02:11:45.326 INFO O| Done
34122024-08-22T02:11:47.388Z[ recovery-image] Aug 22 02:11:45.326 INFO O| Aug 22 02:11:45.326 INFO O| Done
34132024-08-22T02:11:47.413Z[ recovery-image] Aug 22 02:11:45.354 INFO O| Aug 22 02:11:45.354 INFO O| Done
34142024-08-22T02:11:47.551Z[ recovery-image] Aug 22 02:11:45.492 INFO O| Aug 22 02:11:45.491 INFO STEP 10 (pkg_change_facet) COMPLETE
34152024-08-22T02:11:47.551Z[ recovery-image] Aug 22 02:11:45.492 INFO O| Aug 22 02:11:45.492 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34162024-08-22T02:11:47.570Z[ recovery-image] Aug 22 02:11:45.511 INFO O| Aug 22 02:11:45.510 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"]
34172024-08-22T02:11:48.575Z[ recovery-image] Aug 22 02:11:46.515 INFO O| Aug 22 02:11:46.515 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34182024-08-22T02:11:49.562Z[ host-image] Aug 22 02:11:47.502 INFO O| Aug 22 02:11:47.502 INFO O| Planning: Solver setup ... Done
34192024-08-22T02:11:59.952Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34202024-08-22T02:12:04.734Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34212024-08-22T02:12:07.504Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34222024-08-22T02:12:13.228Z[ host-image] Aug 22 02:12:11.165 INFO O| Aug 22 02:12:11.165 INFO O| Planning: Running solver ... Done
34232024-08-22T02:12:13.556Z[ host-image] Aug 22 02:12:11.494 INFO O| Aug 22 02:12:11.494 INFO O| Planning: Finding local manifests ... Done
34242024-08-22T02:12:13.581Z[ host-image] Aug 22 02:12:11.519 INFO O| Aug 22 02:12:11.518 INFO O| Planning: Fetching manifests: 0/124 0% complete
34252024-08-22T02:12:18.522Z[ host-image] Aug 22 02:12:16.459 INFO O| Aug 22 02:12:16.459 INFO O| Planning: Fetching manifests: 124/124 100% complete
34262024-08-22T02:12:19.623Z[ host-image] Aug 22 02:12:17.560 INFO O| Aug 22 02:12:17.560 INFO O| Planning: Package planning ... Done
34272024-08-22T02:12:19.992Z[ recovery-image] Aug 22 02:12:17.929 INFO O| Aug 22 02:12:17.929 INFO O| Planning: Solver setup ... Done
34282024-08-22T02:12:21.412Z[ host-image] Aug 22 02:12:19.349 INFO O| Aug 22 02:12:19.349 INFO O| Planning: Merging actions ... Done
34292024-08-22T02:12:21.747Z[ host-image] Aug 22 02:12:19.683 INFO O| Aug 22 02:12:19.683 INFO O| Planning: Checking for conflicting actions ... Done
34302024-08-22T02:12:22.065Z[ host-image] Aug 22 02:12:20.001 INFO O| Aug 22 02:12:20.001 INFO O| Planning: Consolidating action changes ... Done
34312024-08-22T02:12:22.780Z[ host-image] Aug 22 02:12:20.716 INFO O| Aug 22 02:12:20.716 INFO O| Planning: Evaluating mediators ... Done
34322024-08-22T02:12:29.184Z[ host-image] Aug 22 02:12:27.120 INFO O| Aug 22 02:12:27.120 INFO O| Planning: Planning completed in 68.19 seconds
34332024-08-22T02:12:29.190Z[ host-image] Aug 22 02:12:27.126 INFO O| Aug 22 02:12:27.125 INFO O| Packages to install: 124
34342024-08-22T02:12:29.190Z[ host-image] Aug 22 02:12:27.126 INFO O| Aug 22 02:12:27.125 INFO O| Mediators to change: 4
34352024-08-22T02:12:29.192Z[ host-image] Aug 22 02:12:27.126 INFO O| Aug 22 02:12:27.125 INFO O| Services to change: 6
34362024-08-22T02:12:29.322Z[ host-image] Aug 22 02:12:27.258 INFO O| Aug 22 02:12:27.258 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete
34372024-08-22T02:12:34.346Z[ host-image] Aug 22 02:12:32.281 INFO O| Aug 22 02:12:32.281 INFO O| Download: 1224/22728 items 8.6/196.4MB 4% complete (1.8M/s)
34382024-08-22T02:12:37.087Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34392024-08-22T02:12:39.627Z[ host-image] Aug 22 02:12:37.561 INFO O| Aug 22 02:12:37.561 INFO O| Download: 1792/22728 items 12.7/196.4MB 6% complete (1.2M/s)
34402024-08-22T02:12:42.372Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34412024-08-22T02:12:42.901Z[ recovery-image] Aug 22 02:12:40.835 INFO O| Aug 22 02:12:40.835 INFO O| Planning: Running solver ... Done
34422024-08-22T02:12:43.193Z[ recovery-image] Aug 22 02:12:41.126 INFO O| Aug 22 02:12:41.126 INFO O| Planning: Finding local manifests ... Done
34432024-08-22T02:12:43.209Z[ recovery-image] Aug 22 02:12:41.143 INFO O| Aug 22 02:12:41.143 INFO O| Planning: Fetching manifests: 0/124 0% complete
34442024-08-22T02:12:44.628Z[ host-image] Aug 22 02:12:42.562 INFO O| Aug 22 02:12:42.562 INFO O| Download: 2351/22728 items 27.5/196.4MB 14% complete (1.9M/s)
34452024-08-22T02:12:46.449Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34462024-08-22T02:12:48.128Z[ recovery-image] Aug 22 02:12:46.061 INFO O| Aug 22 02:12:46.061 INFO O| Planning: Fetching manifests: 124/124 100% complete
34472024-08-22T02:12:49.116Z[ recovery-image] Aug 22 02:12:47.049 INFO O| Aug 22 02:12:47.049 INFO O| Planning: Package planning ... Done
34482024-08-22T02:12:49.870Z[ recovery-image] Aug 22 02:12:47.803 INFO O| Aug 22 02:12:47.803 INFO O| Planning: Merging actions ... Done
34492024-08-22T02:12:50.179Z[ recovery-image] Aug 22 02:12:48.112 INFO O| Aug 22 02:12:48.112 INFO O| Planning: Checking for conflicting actions ... Done
34502024-08-22T02:12:50.265Z[ host-image] Aug 22 02:12:48.198 INFO O| Aug 22 02:12:48.198 INFO O| Download: 3482/22728 items 35.6/196.4MB 18% complete (2.4M/s)
34512024-08-22T02:12:50.319Z[ recovery-image] Aug 22 02:12:48.252 INFO O| Aug 22 02:12:48.252 INFO O| Planning: Consolidating action changes ... Done
34522024-08-22T02:12:50.692Z[ recovery-image] Aug 22 02:12:48.625 INFO O| Aug 22 02:12:48.625 INFO O| Planning: Evaluating mediators ... Done
34532024-08-22T02:12:55.454Z[ host-image] Aug 22 02:12:53.387 INFO O| Aug 22 02:12:53.387 INFO O| Download: 4629/22728 items 42.9/196.4MB 21% complete (1.5M/s)
34542024-08-22T02:12:56.864Z[ recovery-image] Aug 22 02:12:54.796 INFO O| Aug 22 02:12:54.796 INFO O| Planning: Planning completed in 68.28 seconds
34552024-08-22T02:12:56.871Z[ recovery-image] Aug 22 02:12:54.804 INFO O| Aug 22 02:12:54.804 INFO O| Packages to install: 124
34562024-08-22T02:12:56.871Z[ recovery-image] Aug 22 02:12:54.804 INFO O| Aug 22 02:12:54.804 INFO O| Mediators to change: 4
34572024-08-22T02:12:56.874Z[ recovery-image] Aug 22 02:12:54.804 INFO O| Aug 22 02:12:54.804 INFO O| Services to change: 5
34582024-08-22T02:12:56.954Z[ recovery-image] Aug 22 02:12:54.887 INFO O| Aug 22 02:12:54.887 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete
34592024-08-22T02:13:00.488Z[ host-image] Aug 22 02:12:58.404 INFO O| Aug 22 02:12:58.403 INFO O| Download: 5498/22728 items 46.1/196.4MB 23% complete (1.0M/s)
34602024-08-22T02:13:00.781Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34612024-08-22T02:13:02.079Z[ recovery-image] Aug 22 02:13:00.011 INFO O| Aug 22 02:13:00.011 INFO O| Download: 998/15831 items 7.9/173.2MB 4% complete (1.6M/s)
34622024-08-22T02:13:05.479Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34632024-08-22T02:13:05.482Z[ host-image] Aug 22 02:13:03.411 INFO O| Aug 22 02:13:03.411 INFO O| Download: 6212/22728 items 46.5/196.4MB 23% complete (369k/s)
34642024-08-22T02:13:05.699Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34652024-08-22T02:13:07.087Z[ recovery-image] Aug 22 02:13:05.018 INFO O| Aug 22 02:13:05.018 INFO O| Download: 1310/15831 items 19.8/173.2MB 11% complete (1.9M/s)
34662024-08-22T02:13:10.542Z[ host-image] Aug 22 02:13:08.472 INFO O| Aug 22 02:13:08.472 INFO O| Download: 6997/22728 items 50.9/196.4MB 25% complete (458k/s)
34672024-08-22T02:13:12.199Z[ recovery-image] Aug 22 02:13:10.129 INFO O| Aug 22 02:13:10.129 INFO O| Download: 1576/15831 items 24.3/173.2MB 14% complete (1.7M/s)
34682024-08-22T02:13:15.596Z[ host-image] Aug 22 02:13:13.526 INFO O| Aug 22 02:13:13.526 INFO O| Download: 8071/22728 items 60.3/196.4MB 30% complete (1.4M/s)
34692024-08-22T02:13:17.206Z[ recovery-image] Aug 22 02:13:15.136 INFO O| Aug 22 02:13:15.135 INFO O| Download: 2323/15831 items 31.2/173.2MB 18% complete (1.2M/s)
34702024-08-22T02:13:21.157Z[ host-image] Aug 22 02:13:19.086 INFO O| Aug 22 02:13:19.086 INFO O| Download: 8353/22728 items 69.0/196.4MB 35% complete (1.8M/s)
34712024-08-22T02:13:22.207Z[ recovery-image] Aug 22 02:13:20.136 INFO O| Aug 22 02:13:20.136 INFO O| Download: 3380/15831 items 38.1/173.2MB 21% complete (1.4M/s)
34722024-08-22T02:13:26.157Z[ host-image] Aug 22 02:13:24.086 INFO O| Aug 22 02:13:24.086 INFO O| Download: 9396/22728 items 81.6/196.4MB 41% complete (2.1M/s)
34732024-08-22T02:13:27.319Z[ recovery-image] Aug 22 02:13:25.247 INFO O| Aug 22 02:13:25.247 INFO O| Download: 3755/15831 items 41.9/173.2MB 24% complete (1.1M/s)
34742024-08-22T02:13:31.351Z[ host-image] Aug 22 02:13:29.279 INFO O| Aug 22 02:13:29.279 INFO O| Download: 10408/22728 items 88.0/196.4MB 44% complete (1.9M/s)
34752024-08-22T02:13:32.986Z[ recovery-image] Aug 22 02:13:30.914 INFO O| Aug 22 02:13:30.914 INFO O| Download: 4777/15831 items 43.0/173.2MB 24% complete (502k/s)
34762024-08-22T02:13:36.363Z[ host-image] Aug 22 02:13:34.290 INFO O| Aug 22 02:13:34.290 INFO O| Download: 10608/22728 items 89.0/196.4MB 45% complete (753k/s)
34772024-08-22T02:13:38.115Z[ recovery-image] Aug 22 02:13:36.042 INFO O| Aug 22 02:13:36.042 INFO O| Download: 5656/15831 items 44.5/173.2MB 25% complete (244k/s)
34782024-08-22T02:13:41.638Z[ host-image] Aug 22 02:13:39.565 INFO O| Aug 22 02:13:39.565 INFO O| Download: 11276/22728 items 95.3/196.4MB 48% complete (712k/s)
34792024-08-22T02:13:43.138Z[ recovery-image] Aug 22 02:13:41.065 INFO O| Aug 22 02:13:41.065 INFO O| Download: 5905/15831 items 52.8/173.2MB 30% complete (1012k/s)
34802024-08-22T02:13:46.722Z[ host-image] Aug 22 02:13:44.648 INFO O| Aug 22 02:13:44.648 INFO O| Download: 12111/22728 items 105.5/196.4MB 53% complete (1.6M/s)
34812024-08-22T02:13:48.139Z[ recovery-image] Aug 22 02:13:46.065 INFO O| Aug 22 02:13:46.065 INFO O| Download: 6769/15831 items 65.2/173.2MB 37% complete (2.0M/s)
34822024-08-22T02:13:51.967Z[ host-image] Aug 22 02:13:49.892 INFO O| Aug 22 02:13:49.892 INFO O| Download: 12306/22728 items 109.4/196.4MB 55% complete (1.4M/s)
34832024-08-22T02:13:53.154Z[ recovery-image] Aug 22 02:13:51.079 INFO O| Aug 22 02:13:51.079 INFO O| Download: 7632/15831 items 73.7/173.2MB 42% complete (2.0M/s)
34842024-08-22T02:13:56.984Z[ host-image] Aug 22 02:13:54.908 INFO O| Aug 22 02:13:54.908 INFO O| Download: 13462/22728 items 110.0/196.4MB 56% complete (243k/s)
34852024-08-22T02:13:58.167Z[ recovery-image] Aug 22 02:13:56.092 INFO O| Aug 22 02:13:56.092 INFO O| Download: 8276/15831 items 79.7/173.2MB 46% complete (1.5M/s)
34862024-08-22T02:14:01.999Z[ host-image] Aug 22 02:13:59.923 INFO O| Aug 22 02:13:59.923 INFO O| Download: 14231/22728 items 110.6/196.4MB 56% complete (121k/s)
34872024-08-22T02:14:03.330Z[ recovery-image] Aug 22 02:14:01.254 INFO O| Aug 22 02:14:01.254 INFO O| Download: 8812/15831 items 91.7/173.2MB 52% complete (1.8M/s)
34882024-08-22T02:14:07.000Z[ host-image] Aug 22 02:14:04.923 INFO O| Aug 22 02:14:04.923 INFO O| Download: 14734/22728 items 118.3/196.4MB 60% complete (831k/s)
34892024-08-22T02:14:08.350Z[ recovery-image] Aug 22 02:14:06.273 INFO O| Aug 22 02:14:06.273 INFO O| Download: 9591/15831 items 92.9/173.2MB 53% complete (1.3M/s)
34902024-08-22T02:14:12.001Z[ host-image] Aug 22 02:14:09.923 INFO O| Aug 22 02:14:09.923 INFO O| Download: 15546/22728 items 125.3/196.4MB 63% complete (1.5M/s)
34912024-08-22T02:14:13.391Z[ recovery-image] Aug 22 02:14:11.314 INFO O| Aug 22 02:14:11.314 INFO O| Download: 10535/15831 items 93.4/173.2MB 53% complete (204k/s)
34922024-08-22T02:14:17.002Z[ host-image] Aug 22 02:14:14.924 INFO O| Aug 22 02:14:14.923 INFO O| Download: 15866/22728 items 130.2/196.4MB 66% complete (1.2M/s)
34932024-08-22T02:14:18.426Z[ recovery-image] Aug 22 02:14:16.348 INFO O| Aug 22 02:14:16.348 INFO O| Download: 10906/15831 items 93.8/173.2MB 54% complete (105k/s)
34942024-08-22T02:14:22.002Z[ host-image] Aug 22 02:14:19.924 INFO O| Aug 22 02:14:19.924 INFO O| Download: 17589/22728 items 149.5/196.4MB 76% complete (2.4M/s)
34952024-08-22T02:14:23.585Z[ recovery-image] Aug 22 02:14:21.506 INFO O| Aug 22 02:14:21.506 INFO O| Download: 11388/15831 items 106.9/173.2MB 61% complete (1.4M/s)
34962024-08-22T02:14:27.010Z[ host-image] Aug 22 02:14:24.931 INFO O| Aug 22 02:14:24.931 INFO O| Download: 18503/22728 items 161.5/196.4MB 82% complete (3.1M/s)
34972024-08-22T02:14:28.605Z[ recovery-image] Aug 22 02:14:26.524 INFO O| Aug 22 02:14:26.524 INFO O| Download: 11617/15831 items 115.1/173.2MB 66% complete (2.1M/s)
34982024-08-22T02:14:32.063Z[ host-image] Aug 22 02:14:29.983 INFO O| Aug 22 02:14:29.983 INFO O| Download: 19657/22728 items 165.5/196.4MB 84% complete (1.7M/s)
34992024-08-22T02:14:33.667Z[ recovery-image] Aug 22 02:14:31.587 INFO O| Aug 22 02:14:31.587 INFO O| Download: 12002/15831 items 137.1/173.2MB 79% complete (3.2M/s)
35002024-08-22T02:14:37.064Z[ host-image] Aug 22 02:14:34.983 INFO O| Aug 22 02:14:34.983 INFO O| Download: 20595/22728 items 169.4/196.4MB 86% complete (798k/s)
35012024-08-22T02:14:38.677Z[ recovery-image] Aug 22 02:14:36.596 INFO O| Aug 22 02:14:36.596 INFO O| Download: 12995/15831 items 141.1/173.2MB 81% complete (2.6M/s)
35022024-08-22T02:14:42.255Z[ host-image] Aug 22 02:14:40.174 INFO O| Aug 22 02:14:40.174 INFO O| Download: 20891/22728 items 175.5/196.4MB 89% complete (1.2M/s)
35032024-08-22T02:14:43.956Z[ recovery-image] Aug 22 02:14:41.873 INFO O| Aug 22 02:14:41.873 INFO O| Download: 14027/15831 items 145.3/173.2MB 83% complete (919k/s)
35042024-08-22T02:14:47.552Z[ host-image] Aug 22 02:14:45.467 INFO O| Aug 22 02:14:45.467 INFO O| Download: 21643/22728 items 180.5/196.4MB 91% complete (1.1M/s)
35052024-08-22T02:14:48.965Z[ recovery-image] Aug 22 02:14:46.882 INFO O| Aug 22 02:14:46.882 INFO O| Download: 14702/15831 items 148.9/173.2MB 86% complete (769k/s)
35062024-08-22T02:14:57.003Z[ host-image] Aug 22 02:14:51.253 INFO O| Aug 22 02:14:51.253 INFO O| Download: 22020/22728 items 189.8/196.4MB 96% complete (1.5M/s)
35072024-08-22T02:14:57.058Z[ recovery-image] Aug 22 02:14:51.931 INFO O| Aug 22 02:14:51.931 INFO O| Download: 15491/15831 items 165.6/173.2MB 95% complete (2.0M/s)
35082024-08-22T02:14:57.700Z[ host-image] Aug 22 02:14:55.617 INFO O| Aug 22 02:14:55.617 INFO O| Download: Completed 196.39 MB in 148.36 seconds (1.3M/s)
35092024-08-22T02:14:59.134Z[ recovery-image] Aug 22 02:14:57.051 INFO O| Aug 22 02:14:57.051 INFO O| Download: 15797/15831 items 172.0/173.2MB 99% complete (2.3M/s)
35102024-08-22T02:14:59.362Z[ host-image] Aug 22 02:14:57.279 INFO O| Aug 22 02:14:57.279 INFO O| Actions: 1/49261 actions (Installing new actions)
35112024-08-22T02:15:00.047Z[ recovery-image] Aug 22 02:14:57.964 INFO O| Aug 22 02:14:57.964 INFO O| Download: Completed 173.17 MB in 123.08 seconds (1.4M/s)
35122024-08-22T02:15:01.063Z[ recovery-image] Aug 22 02:14:58.979 INFO O| Aug 22 02:14:58.979 INFO O| Actions: 1/24964 actions (Installing new actions)
35132024-08-22T02:15:04.363Z[ host-image] Aug 22 02:15:02.279 INFO O| Aug 22 02:15:02.279 INFO O| Actions: 9244/49261 actions (Installing new actions)
35142024-08-22T02:15:06.063Z[ recovery-image] Aug 22 02:15:03.979 INFO O| Aug 22 02:15:03.979 INFO O| Actions: 7846/24964 actions (Installing new actions)
35152024-08-22T02:15:09.364Z[ host-image] Aug 22 02:15:07.280 INFO O| Aug 22 02:15:07.279 INFO O| Actions: 15010/49261 actions (Installing new actions)
35162024-08-22T02:15:11.100Z[ recovery-image] Aug 22 02:15:09.016 INFO O| Aug 22 02:15:08.980 INFO O| Actions: 14796/24964 actions (Installing new actions)
35172024-08-22T02:15:14.365Z[ host-image] Aug 22 02:15:12.280 INFO O| Aug 22 02:15:12.280 INFO O| Actions: 20742/49261 actions (Installing new actions)
35182024-08-22T02:15:16.066Z[ recovery-image] Aug 22 02:15:13.981 INFO O| Aug 22 02:15:13.981 INFO O| Actions: 23316/24964 actions (Installing new actions)
35192024-08-22T02:15:19.365Z[ host-image] Aug 22 02:15:17.280 INFO O| Aug 22 02:15:17.280 INFO O| Actions: 31885/49261 actions (Installing new actions)
35202024-08-22T02:15:21.078Z[ recovery-image] Aug 22 02:15:18.992 INFO O| Aug 22 02:15:18.992 INFO O| Actions: 24510/24964 actions (Installing new actions)
35212024-08-22T02:15:23.682Z[ recovery-image] Aug 22 02:15:21.596 INFO O| Aug 22 02:15:21.596 INFO O| Actions: Completed 24964 actions in 22.61 seconds.
35222024-08-22T02:15:24.182Z[ recovery-image] Aug 22 02:15:22.096 INFO O| Aug 22 02:15:22.096 INFO O| Done
35232024-08-22T02:15:24.185Z[ recovery-image] Aug 22 02:15:22.096 INFO O| Aug 22 02:15:22.096 INFO O| Done
35242024-08-22T02:15:24.387Z[ host-image] Aug 22 02:15:22.301 INFO O| Aug 22 02:15:22.301 INFO O| Actions: 48833/49261 actions (Installing new actions)
35252024-08-22T02:15:25.112Z[ recovery-image] Aug 22 02:15:23.026 INFO O| Aug 22 02:15:23.026 INFO O| Done
35262024-08-22T02:15:26.032Z[ host-image] Aug 22 02:15:23.945 INFO O| Aug 22 02:15:23.945 INFO O| Actions: Completed 49261 actions in 26.66 seconds.
35272024-08-22T02:15:26.581Z[ host-image] Aug 22 02:15:24.494 INFO O| Aug 22 02:15:24.494 INFO O| Done
35282024-08-22T02:15:26.581Z[ host-image] Aug 22 02:15:24.494 INFO O| Aug 22 02:15:24.494 INFO O| Done
35292024-08-22T02:15:26.883Z[ recovery-image] Aug 22 02:15:24.797 INFO O| Aug 22 02:15:24.796 INFO O| Done
35302024-08-22T02:15:26.902Z[ recovery-image] Aug 22 02:15:24.816 INFO O| Aug 22 02:15:24.816 INFO O| Done
35312024-08-22T02:15:27.574Z[ host-image] Aug 22 02:15:25.488 INFO O| Aug 22 02:15:25.488 INFO O| Done
35322024-08-22T02:15:30.105Z[ host-image] Aug 22 02:15:28.018 INFO O| Aug 22 02:15:28.018 INFO O| Done
35332024-08-22T02:15:30.156Z[ host-image] Aug 22 02:15:28.069 INFO O| Aug 22 02:15:28.069 INFO O| Done
35342024-08-22T02:15:36.558Z[ recovery-image] Aug 22 02:15:34.470 INFO O| Aug 22 02:15:34.470 INFO O| Done
35352024-08-22T02:15:37.335Z[ recovery-image] Aug 22 02:15:35.247 INFO O| Aug 22 02:15:35.247 INFO O| Done
35362024-08-22T02:15:37.656Z[ recovery-image] Aug 22 02:15:35.568 INFO O| Aug 22 02:15:35.568 INFO STEP 11 (pkg_install) COMPLETE
35372024-08-22T02:15:37.656Z[ recovery-image] Aug 22 02:15:35.568 INFO O| Aug 22 02:15:35.568 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35382024-08-22T02:15:37.658Z[ recovery-image] Aug 22 02:15:35.568 INFO O| Aug 22 02:15:35.568 INFO skip step because feature "recovery" is enabled
35392024-08-22T02:15:37.658Z[ recovery-image] Aug 22 02:15:35.568 INFO O| Aug 22 02:15:35.568 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35402024-08-22T02:15:37.658Z[ recovery-image] Aug 22 02:15:35.568 INFO O| Aug 22 02:15:35.568 INFO skip step because feature "omicron1" is not enabled
35412024-08-22T02:15:37.658Z[ recovery-image] Aug 22 02:15:35.568 INFO O| Aug 22 02:15:35.568 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35422024-08-22T02:15:37.674Z[ recovery-image] Aug 22 02:15:35.587 INFO O| Aug 22 02:15:35.587 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
35432024-08-22T02:15:38.825Z[ recovery-image] Aug 22 02:15:36.737 INFO O| Aug 22 02:15:36.737 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35442024-08-22T02:15:41.606Z[ recovery-image] Aug 22 02:15:39.517 INFO O| Aug 22 02:15:39.517 INFO O| Planning: Solver setup ... Done
35452024-08-22T02:15:41.609Z[ recovery-image] Aug 22 02:15:39.521 INFO O| Aug 22 02:15:39.521 INFO O| Planning: Running solver ... Done
35462024-08-22T02:15:41.649Z[ recovery-image] Aug 22 02:15:39.560 INFO O| Aug 22 02:15:39.560 INFO O| Planning: Finding local manifests ... Done
35472024-08-22T02:15:41.651Z[ recovery-image] Aug 22 02:15:39.561 INFO O| Aug 22 02:15:39.561 INFO O| Planning: Fetching manifests: 0/1 0% complete
35482024-08-22T02:15:41.711Z[ recovery-image] Aug 22 02:15:39.623 INFO O| Aug 22 02:15:39.623 INFO O| Planning: Fetching manifests: 1/1 100% complete
35492024-08-22T02:15:41.731Z[ recovery-image] Aug 22 02:15:39.643 INFO O| Aug 22 02:15:39.643 INFO O| Planning: Package planning ... Done
35502024-08-22T02:15:41.734Z[ recovery-image] Aug 22 02:15:39.644 INFO O| Aug 22 02:15:39.644 INFO O| Planning: Merging actions ... Done
35512024-08-22T02:15:41.765Z[ recovery-image] Aug 22 02:15:39.677 INFO O| Aug 22 02:15:39.677 INFO O| Planning: Checking for conflicting actions ... Done
35522024-08-22T02:15:41.767Z[ recovery-image] Aug 22 02:15:39.677 INFO O| Aug 22 02:15:39.677 INFO O| Planning: Consolidating action changes ... Done
35532024-08-22T02:15:41.892Z[ recovery-image] Aug 22 02:15:39.804 INFO O| Aug 22 02:15:39.804 INFO O| Planning: Evaluating mediators ... Done
35542024-08-22T02:15:41.895Z[ recovery-image] Aug 22 02:15:39.804 INFO O| Aug 22 02:15:39.804 INFO O| Planning: Planning completed in 3.07 seconds
35552024-08-22T02:15:41.895Z[ recovery-image] Aug 22 02:15:39.806 INFO O| Aug 22 02:15:39.806 INFO O| Packages to install: 1
35562024-08-22T02:15:41.904Z[ recovery-image] Aug 22 02:15:39.816 INFO O| Aug 22 02:15:39.816 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
35572024-08-22T02:15:42.653Z[ recovery-image] Aug 22 02:15:40.564 INFO O| Aug 22 02:15:40.564 INFO O| Download: Completed 20.86 MB in 0.75 seconds (27.9M/s)
35582024-08-22T02:15:42.686Z[ recovery-image] Aug 22 02:15:40.597 INFO O| Aug 22 02:15:40.597 INFO O| Actions: 1/22 actions (Installing new actions)
35592024-08-22T02:15:43.210Z[ recovery-image] Aug 22 02:15:41.121 INFO O| Aug 22 02:15:41.121 INFO O| Actions: Completed 22 actions in 0.52 seconds.
35602024-08-22T02:15:43.360Z[ recovery-image] Aug 22 02:15:41.270 INFO O| Aug 22 02:15:41.270 INFO O| Done
35612024-08-22T02:15:43.360Z[ recovery-image] Aug 22 02:15:41.271 INFO O| Aug 22 02:15:41.270 INFO O| Done
35622024-08-22T02:15:43.434Z[ host-image] Aug 22 02:15:41.345 INFO O| Aug 22 02:15:41.345 INFO O| Done
35632024-08-22T02:15:43.706Z[ recovery-image] Aug 22 02:15:41.618 INFO O| Aug 22 02:15:41.618 INFO O| Done
35642024-08-22T02:15:43.924Z[ host-image] Aug 22 02:15:41.836 INFO O| Aug 22 02:15:41.835 INFO O| Done
35652024-08-22T02:15:44.155Z[ host-image] Aug 22 02:15:42.066 INFO O| Aug 22 02:15:42.065 INFO STEP 11 (pkg_install) COMPLETE
35662024-08-22T02:15:44.155Z[ host-image] Aug 22 02:15:42.066 INFO O| Aug 22 02:15:42.065 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35672024-08-22T02:15:44.166Z[ host-image] Aug 22 02:15:42.077 INFO O| Aug 22 02:15:42.077 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
35682024-08-22T02:15:44.533Z[ recovery-image] Aug 22 02:15:42.444 INFO O| Aug 22 02:15:42.444 INFO O| Done
35692024-08-22T02:15:44.546Z[ recovery-image] Aug 22 02:15:42.457 INFO O| Aug 22 02:15:42.457 INFO O| Done
35702024-08-22T02:15:44.548Z[ recovery-image] Aug 22 02:15:42.457 INFO O| Aug 22 02:15:42.457 INFO O| Done
35712024-08-22T02:15:44.556Z[ recovery-image] Aug 22 02:15:42.467 INFO O| Aug 22 02:15:42.467 INFO O| Done
35722024-08-22T02:15:44.609Z[ host-image] Aug 22 02:15:42.521 INFO O| Aug 22 02:15:42.520 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35732024-08-22T02:15:44.652Z[ recovery-image] Aug 22 02:15:42.563 INFO O| Aug 22 02:15:42.563 INFO STEP 14 (pkg_install) COMPLETE
35742024-08-22T02:15:44.652Z[ recovery-image] Aug 22 02:15:42.563 INFO O| Aug 22 02:15:42.563 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35752024-08-22T02:15:44.655Z[ recovery-image] Aug 22 02:15:42.563 INFO O| Aug 22 02:15:42.563 INFO skip step because feature "mfg" is not enabled
35762024-08-22T02:15:44.655Z[ recovery-image] Aug 22 02:15:42.563 INFO O| Aug 22 02:15:42.563 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35772024-08-22T02:15:44.655Z[ recovery-image] Aug 22 02:15:42.563 INFO O| Aug 22 02:15:42.563 INFO skip step because feature "compliance" is not enabled
35782024-08-22T02:15:44.655Z[ recovery-image] Aug 22 02:15:42.563 INFO O| Aug 22 02:15:42.563 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35792024-08-22T02:15:44.655Z[ recovery-image] Aug 22 02:15:42.563 INFO O| Aug 22 02:15:42.563 INFO skip step because feature "stress" is not enabled
35802024-08-22T02:15:44.655Z[ recovery-image] Aug 22 02:15:42.563 INFO O| Aug 22 02:15:42.563 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35812024-08-22T02:15:44.655Z[ recovery-image] Aug 22 02:15:42.563 INFO O| Aug 22 02:15:42.563 INFO skip step because feature "nfs" is not enabled
35822024-08-22T02:15:44.655Z[ recovery-image] Aug 22 02:15:42.563 INFO O| Aug 22 02:15:42.563 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35832024-08-22T02:15:44.655Z[ recovery-image] Aug 22 02:15:42.563 INFO O| Aug 22 02:15:42.563 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35842024-08-22T02:15:44.899Z[ recovery-image] Aug 22 02:15:42.810 INFO O| Aug 22 02:15:42.810 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35852024-08-22T02:15:44.970Z[ recovery-image] Aug 22 02:15:42.880 INFO O| Aug 22 02:15:42.880 INFO completed processing gimlet/ramdisk-01-os
35862024-08-22T02:15:44.973Z[ recovery-image] Aug 22 02:15:42.882 INFO image builder template: ramdisk-02-trim...
35872024-08-22T02:15:44.973Z[ recovery-image] Aug 22 02:15:42.883 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpV1BSpj/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-02-trim"], pwd: None
35882024-08-22T02:15:44.997Z[ recovery-image] Aug 22 02:15:42.908 INFO O| Aug 22 02:15:42.908 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35892024-08-22T02:15:45.001Z[ recovery-image] Aug 22 02:15:42.913 INFO O| Aug 22 02:15:42.913 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35902024-08-22T02:15:45.132Z[ recovery-image] Aug 22 02:15:43.042 INFO O| Aug 22 02:15:43.042 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
35912024-08-22T02:15:45.188Z[ recovery-image] Aug 22 02:15:43.098 INFO O| Aug 22 02:15:43.098 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
35922024-08-22T02:15:45.191Z[ recovery-image] Aug 22 02:15:43.098 INFO O| Aug 22 02:15:43.098 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35932024-08-22T02:15:45.194Z[ recovery-image] Aug 22 02:15:43.104 INFO O| Aug 22 02:15:43.104 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
35942024-08-22T02:15:45.197Z[ recovery-image] Aug 22 02:15:43.108 INFO O| Aug 22 02:15:43.108 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
35952024-08-22T02:15:45.204Z[ recovery-image] Aug 22 02:15:43.113 INFO O| Aug 22 02:15:43.113 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
35962024-08-22T02:15:45.350Z[ recovery-image] Aug 22 02:15:43.261 INFO O| Aug 22 02:15:43.261 INFO rolled back to input snapshot; work may begin
35972024-08-22T02:15:45.350Z[ recovery-image] Aug 22 02:15:43.261 INFO O| Aug 22 02:15:43.261 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35982024-08-22T02:15:45.355Z[ recovery-image] Aug 22 02:15:43.266 INFO O| Aug 22 02:15:43.266 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35992024-08-22T02:15:45.365Z[ recovery-image] Aug 22 02:15:43.277 INFO O| Aug 22 02:15:43.277 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
36002024-08-22T02:15:45.406Z[ recovery-image] Aug 22 02:15:43.317 INFO O| Aug 22 02:15:43.317 INFO STEP 0 (remove_files) COMPLETE
36012024-08-22T02:15:45.406Z[ recovery-image] Aug 22 02:15:43.317 INFO O| Aug 22 02:15:43.317 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36022024-08-22T02:15:45.419Z[ recovery-image] Aug 22 02:15:43.330 INFO O| Aug 22 02:15:43.330 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
36032024-08-22T02:15:45.421Z[ recovery-image] Aug 22 02:15:43.332 INFO O| Aug 22 02:15:43.332 INFO STEP 1 (remove_files) COMPLETE
36042024-08-22T02:15:45.421Z[ recovery-image] Aug 22 02:15:43.332 INFO O| Aug 22 02:15:43.332 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36052024-08-22T02:15:45.432Z[ recovery-image] Aug 22 02:15:43.343 INFO O| Aug 22 02:15:43.343 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
36062024-08-22T02:15:45.444Z[ recovery-image] Aug 22 02:15:43.355 INFO O| Aug 22 02:15:43.355 INFO STEP 2 (remove_files) COMPLETE
36072024-08-22T02:15:45.444Z[ recovery-image] Aug 22 02:15:43.356 INFO O| Aug 22 02:15:43.355 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36082024-08-22T02:15:45.454Z[ recovery-image] Aug 22 02:15:43.366 INFO O| Aug 22 02:15:43.366 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
36092024-08-22T02:15:45.457Z[ recovery-image] Aug 22 02:15:43.367 INFO O| Aug 22 02:15:43.367 INFO STEP 3 (remove_files) COMPLETE
36102024-08-22T02:15:45.457Z[ recovery-image] Aug 22 02:15:43.367 INFO O| Aug 22 02:15:43.367 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36112024-08-22T02:15:45.466Z[ recovery-image] Aug 22 02:15:43.377 INFO O| Aug 22 02:15:43.377 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
36122024-08-22T02:15:45.470Z[ recovery-image] Aug 22 02:15:43.381 INFO O| Aug 22 02:15:43.381 INFO STEP 4 (remove_files) COMPLETE
36132024-08-22T02:15:45.470Z[ recovery-image] Aug 22 02:15:43.381 INFO O| Aug 22 02:15:43.381 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36142024-08-22T02:15:45.479Z[ recovery-image] Aug 22 02:15:43.391 INFO O| Aug 22 02:15:43.391 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
36152024-08-22T02:15:45.482Z[ recovery-image] Aug 22 02:15:43.391 INFO O| Aug 22 02:15:43.391 INFO STEP 5 (remove_files) COMPLETE
36162024-08-22T02:15:45.482Z[ recovery-image] Aug 22 02:15:43.391 INFO O| Aug 22 02:15:43.391 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36172024-08-22T02:15:45.490Z[ recovery-image] Aug 22 02:15:43.401 INFO O| Aug 22 02:15:43.401 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
36182024-08-22T02:15:45.500Z[ recovery-image] Aug 22 02:15:43.411 INFO O| Aug 22 02:15:43.411 INFO STEP 6 (remove_files) COMPLETE
36192024-08-22T02:15:45.500Z[ recovery-image] Aug 22 02:15:43.411 INFO O| Aug 22 02:15:43.411 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36202024-08-22T02:15:45.503Z[ recovery-image] Aug 22 02:15:43.411 INFO O| Aug 22 02:15:43.411 INFO skip step because feature "recovery" is enabled
36212024-08-22T02:15:45.503Z[ recovery-image] Aug 22 02:15:43.411 INFO O| Aug 22 02:15:43.411 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36222024-08-22T02:15:45.503Z[ recovery-image] Aug 22 02:15:43.411 INFO O| Aug 22 02:15:43.411 INFO skip step because feature "recovery" is enabled
36232024-08-22T02:15:45.503Z[ recovery-image] Aug 22 02:15:43.411 INFO O| Aug 22 02:15:43.411 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36242024-08-22T02:15:45.503Z[ recovery-image] Aug 22 02:15:43.411 INFO O| Aug 22 02:15:43.411 INFO skip step because feature "recovery" is enabled
36252024-08-22T02:15:45.503Z[ recovery-image] Aug 22 02:15:43.411 INFO O| Aug 22 02:15:43.411 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36262024-08-22T02:15:45.510Z[ recovery-image] Aug 22 02:15:43.421 INFO O| Aug 22 02:15:43.421 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
36272024-08-22T02:15:45.513Z[ recovery-image] Aug 22 02:15:43.424 INFO O| Aug 22 02:15:43.424 INFO STEP 10 (remove_files) COMPLETE
36282024-08-22T02:15:45.515Z[ recovery-image] Aug 22 02:15:43.424 INFO O| Aug 22 02:15:43.424 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36292024-08-22T02:15:45.524Z[ recovery-image] Aug 22 02:15:43.435 INFO O| Aug 22 02:15:43.435 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
36302024-08-22T02:15:45.526Z[ recovery-image] Aug 22 02:15:43.436 INFO O| Aug 22 02:15:43.436 INFO STEP 11 (remove_files) COMPLETE
36312024-08-22T02:15:45.526Z[ recovery-image] Aug 22 02:15:43.436 INFO O| Aug 22 02:15:43.436 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36322024-08-22T02:15:45.535Z[ recovery-image] Aug 22 02:15:43.446 INFO O| Aug 22 02:15:43.446 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
36332024-08-22T02:15:45.537Z[ recovery-image] Aug 22 02:15:43.448 INFO O| Aug 22 02:15:43.448 INFO STEP 12 (remove_files) COMPLETE
36342024-08-22T02:15:45.537Z[ recovery-image] Aug 22 02:15:43.448 INFO O| Aug 22 02:15:43.448 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36352024-08-22T02:15:45.556Z[ recovery-image] Aug 22 02:15:43.467 INFO O| Aug 22 02:15:43.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
36362024-08-22T02:15:45.567Z[ recovery-image] Aug 22 02:15:43.478 INFO O| Aug 22 02:15:43.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
36372024-08-22T02:15:45.612Z[ recovery-image] Aug 22 02:15:43.523 INFO O| Aug 22 02:15:43.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
36382024-08-22T02:15:45.615Z[ recovery-image] Aug 22 02:15:43.525 INFO O| Aug 22 02:15:43.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
36392024-08-22T02:15:45.622Z[ recovery-image] Aug 22 02:15:43.533 INFO O| Aug 22 02:15:43.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
36402024-08-22T02:15:45.838Z[ recovery-image] Aug 22 02:15:43.749 INFO O| Aug 22 02:15:43.749 INFO STEP 13 (remove_files) COMPLETE
36412024-08-22T02:15:45.838Z[ recovery-image] Aug 22 02:15:43.749 INFO O| Aug 22 02:15:43.749 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36422024-08-22T02:15:45.854Z[ recovery-image] Aug 22 02:15:43.766 INFO O| Aug 22 02:15:43.765 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
36432024-08-22T02:15:45.858Z[ recovery-image] Aug 22 02:15:43.769 INFO O| Aug 22 02:15:43.769 INFO STEP 14 (remove_files) COMPLETE
36442024-08-22T02:15:45.861Z[ recovery-image] Aug 22 02:15:43.770 INFO O| Aug 22 02:15:43.769 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36452024-08-22T02:15:45.879Z[ recovery-image] Aug 22 02:15:43.790 INFO O| Aug 22 02:15:43.790 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
36462024-08-22T02:15:45.889Z[ recovery-image] Aug 22 02:15:43.800 INFO O| Aug 22 02:15:43.800 INFO STEP 15 (remove_files) COMPLETE
36472024-08-22T02:15:45.889Z[ recovery-image] Aug 22 02:15:43.800 INFO O| Aug 22 02:15:43.800 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36482024-08-22T02:15:45.911Z[ recovery-image] Aug 22 02:15:43.822 INFO O| Aug 22 02:15:43.822 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
36492024-08-22T02:15:45.913Z[ recovery-image] Aug 22 02:15:43.822 INFO O| Aug 22 02:15:43.822 INFO STEP 16 (remove_files) COMPLETE
36502024-08-22T02:15:45.914Z[ recovery-image] Aug 22 02:15:43.823 INFO O| Aug 22 02:15:43.822 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36512024-08-22T02:15:45.932Z[ recovery-image] Aug 22 02:15:43.843 INFO O| Aug 22 02:15:43.843 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
36522024-08-22T02:15:45.934Z[ recovery-image] Aug 22 02:15:43.845 INFO O| Aug 22 02:15:43.845 INFO STEP 17 (remove_files) COMPLETE
36532024-08-22T02:15:45.934Z[ recovery-image] Aug 22 02:15:43.845 INFO O| Aug 22 02:15:43.845 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36542024-08-22T02:15:45.953Z[ recovery-image] Aug 22 02:15:43.865 INFO O| Aug 22 02:15:43.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
36552024-08-22T02:15:45.957Z[ recovery-image] Aug 22 02:15:43.865 INFO O| Aug 22 02:15:43.865 INFO STEP 18 (remove_files) COMPLETE
36562024-08-22T02:15:45.957Z[ recovery-image] Aug 22 02:15:43.865 INFO O| Aug 22 02:15:43.865 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36572024-08-22T02:15:45.968Z[ recovery-image] Aug 22 02:15:43.879 INFO O| Aug 22 02:15:43.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
36582024-08-22T02:15:45.971Z[ recovery-image] Aug 22 02:15:43.879 INFO O| Aug 22 02:15:43.879 INFO STEP 19 (remove_files) COMPLETE
36592024-08-22T02:15:45.971Z[ recovery-image] Aug 22 02:15:43.879 INFO O| Aug 22 02:15:43.879 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36602024-08-22T02:15:45.981Z[ recovery-image] Aug 22 02:15:43.892 INFO O| Aug 22 02:15:43.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
36612024-08-22T02:15:45.983Z[ recovery-image] Aug 22 02:15:43.892 INFO O| Aug 22 02:15:43.892 INFO STEP 20 (remove_files) COMPLETE
36622024-08-22T02:15:45.983Z[ recovery-image] Aug 22 02:15:43.892 INFO O| Aug 22 02:15:43.892 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36632024-08-22T02:15:45.994Z[ recovery-image] Aug 22 02:15:43.905 INFO O| Aug 22 02:15:43.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
36642024-08-22T02:15:45.994Z[ recovery-image] Aug 22 02:15:43.905 INFO O| Aug 22 02:15:43.905 INFO STEP 21 (remove_files) COMPLETE
36652024-08-22T02:15:45.994Z[ recovery-image] Aug 22 02:15:43.905 INFO O| Aug 22 02:15:43.905 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36662024-08-22T02:15:46.006Z[ recovery-image] Aug 22 02:15:43.918 INFO O| Aug 22 02:15:43.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
36672024-08-22T02:15:46.009Z[ recovery-image] Aug 22 02:15:43.918 INFO O| Aug 22 02:15:43.918 INFO STEP 22 (remove_files) COMPLETE
36682024-08-22T02:15:46.009Z[ recovery-image] Aug 22 02:15:43.918 INFO O| Aug 22 02:15:43.918 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36692024-08-22T02:15:46.019Z[ recovery-image] Aug 22 02:15:43.931 INFO O| Aug 22 02:15:43.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
36702024-08-22T02:15:46.023Z[ recovery-image] Aug 22 02:15:43.931 INFO O| Aug 22 02:15:43.931 INFO STEP 23 (remove_files) COMPLETE
36712024-08-22T02:15:46.023Z[ recovery-image] Aug 22 02:15:43.931 INFO O| Aug 22 02:15:43.931 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36722024-08-22T02:15:46.038Z[ recovery-image] Aug 22 02:15:43.949 INFO O| Aug 22 02:15:43.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
36732024-08-22T02:15:46.038Z[ recovery-image] Aug 22 02:15:43.949 INFO O| Aug 22 02:15:43.949 INFO STEP 24 (remove_files) COMPLETE
36742024-08-22T02:15:46.040Z[ recovery-image] Aug 22 02:15:43.949 INFO O| Aug 22 02:15:43.949 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36752024-08-22T02:15:46.056Z[ recovery-image] Aug 22 02:15:43.967 INFO O| Aug 22 02:15:43.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
36762024-08-22T02:15:46.059Z[ recovery-image] Aug 22 02:15:43.967 INFO O| Aug 22 02:15:43.967 INFO STEP 25 (remove_files) COMPLETE
36772024-08-22T02:15:46.059Z[ recovery-image] Aug 22 02:15:43.967 INFO O| Aug 22 02:15:43.967 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36782024-08-22T02:15:46.074Z[ recovery-image] Aug 22 02:15:43.985 INFO O| Aug 22 02:15:43.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
36792024-08-22T02:15:46.076Z[ recovery-image] Aug 22 02:15:43.985 INFO O| Aug 22 02:15:43.985 INFO STEP 26 (remove_files) COMPLETE
36802024-08-22T02:15:46.076Z[ recovery-image] Aug 22 02:15:43.985 INFO O| Aug 22 02:15:43.985 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36812024-08-22T02:15:46.097Z[ recovery-image] Aug 22 02:15:44.008 INFO O| Aug 22 02:15:44.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
36822024-08-22T02:15:46.097Z[ recovery-image] Aug 22 02:15:44.008 INFO O| Aug 22 02:15:44.008 INFO STEP 27 (remove_files) COMPLETE
36832024-08-22T02:15:46.097Z[ recovery-image] Aug 22 02:15:44.008 INFO O| Aug 22 02:15:44.008 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36842024-08-22T02:15:46.118Z[ recovery-image] Aug 22 02:15:44.029 INFO O| Aug 22 02:15:44.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
36852024-08-22T02:15:46.118Z[ recovery-image] Aug 22 02:15:44.029 INFO O| Aug 22 02:15:44.029 INFO STEP 28 (remove_files) COMPLETE
36862024-08-22T02:15:46.121Z[ recovery-image] Aug 22 02:15:44.029 INFO O| Aug 22 02:15:44.029 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36872024-08-22T02:15:46.139Z[ recovery-image] Aug 22 02:15:44.050 INFO O| Aug 22 02:15:44.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
36882024-08-22T02:15:46.139Z[ recovery-image] Aug 22 02:15:44.050 INFO O| Aug 22 02:15:44.050 INFO STEP 29 (remove_files) COMPLETE
36892024-08-22T02:15:46.141Z[ recovery-image] Aug 22 02:15:44.050 INFO O| Aug 22 02:15:44.050 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36902024-08-22T02:15:46.160Z[ recovery-image] Aug 22 02:15:44.071 INFO O| Aug 22 02:15:44.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
36912024-08-22T02:15:46.160Z[ recovery-image] Aug 22 02:15:44.071 INFO O| Aug 22 02:15:44.071 INFO STEP 30 (remove_files) COMPLETE
36922024-08-22T02:15:46.160Z[ recovery-image] Aug 22 02:15:44.071 INFO O| Aug 22 02:15:44.071 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36932024-08-22T02:15:46.182Z[ recovery-image] Aug 22 02:15:44.093 INFO O| Aug 22 02:15:44.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
36942024-08-22T02:15:46.182Z[ recovery-image] Aug 22 02:15:44.093 INFO O| Aug 22 02:15:44.093 INFO STEP 31 (remove_files) COMPLETE
36952024-08-22T02:15:46.182Z[ recovery-image] Aug 22 02:15:44.093 INFO O| Aug 22 02:15:44.093 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36962024-08-22T02:15:46.199Z[ recovery-image] Aug 22 02:15:44.110 INFO O| Aug 22 02:15:44.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
36972024-08-22T02:15:46.199Z[ recovery-image] Aug 22 02:15:44.110 INFO O| Aug 22 02:15:44.110 INFO STEP 32 (remove_files) COMPLETE
36982024-08-22T02:15:46.201Z[ recovery-image] Aug 22 02:15:44.110 INFO O| Aug 22 02:15:44.110 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36992024-08-22T02:15:46.212Z[ recovery-image] Aug 22 02:15:44.123 INFO O| Aug 22 02:15:44.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
37002024-08-22T02:15:46.215Z[ recovery-image] Aug 22 02:15:44.123 INFO O| Aug 22 02:15:44.123 INFO STEP 33 (remove_files) COMPLETE
37012024-08-22T02:15:46.215Z[ recovery-image] Aug 22 02:15:44.123 INFO O| Aug 22 02:15:44.123 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37022024-08-22T02:15:46.223Z[ recovery-image] Aug 22 02:15:44.134 INFO O| Aug 22 02:15:44.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
37032024-08-22T02:15:46.223Z[ recovery-image] Aug 22 02:15:44.134 INFO O| Aug 22 02:15:44.134 INFO STEP 34 (remove_files) COMPLETE
37042024-08-22T02:15:46.226Z[ recovery-image] Aug 22 02:15:44.134 INFO O| Aug 22 02:15:44.134 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37052024-08-22T02:15:46.235Z[ recovery-image] Aug 22 02:15:44.147 INFO O| Aug 22 02:15:44.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
37062024-08-22T02:15:46.235Z[ recovery-image] Aug 22 02:15:44.147 INFO O| Aug 22 02:15:44.147 INFO STEP 35 (remove_files) COMPLETE
37072024-08-22T02:15:46.238Z[ recovery-image] Aug 22 02:15:44.147 INFO O| Aug 22 02:15:44.147 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37082024-08-22T02:15:46.245Z[ recovery-image] Aug 22 02:15:44.157 INFO O| Aug 22 02:15:44.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
37092024-08-22T02:15:46.246Z[ recovery-image] Aug 22 02:15:44.157 INFO O| Aug 22 02:15:44.157 INFO STEP 36 (remove_files) COMPLETE
37102024-08-22T02:15:46.246Z[ recovery-image] Aug 22 02:15:44.157 INFO O| Aug 22 02:15:44.157 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37112024-08-22T02:15:46.255Z[ recovery-image] Aug 22 02:15:44.167 INFO O| Aug 22 02:15:44.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
37122024-08-22T02:15:46.255Z[ recovery-image] Aug 22 02:15:44.167 INFO O| Aug 22 02:15:44.167 INFO STEP 37 (remove_files) COMPLETE
37132024-08-22T02:15:46.255Z[ recovery-image] Aug 22 02:15:44.167 INFO O| Aug 22 02:15:44.167 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37142024-08-22T02:15:46.265Z[ recovery-image] Aug 22 02:15:44.177 INFO O| Aug 22 02:15:44.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
37152024-08-22T02:15:46.265Z[ recovery-image] Aug 22 02:15:44.177 INFO O| Aug 22 02:15:44.177 INFO STEP 38 (remove_files) COMPLETE
37162024-08-22T02:15:46.265Z[ recovery-image] Aug 22 02:15:44.177 INFO O| Aug 22 02:15:44.177 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37172024-08-22T02:15:46.276Z[ recovery-image] Aug 22 02:15:44.188 INFO O| Aug 22 02:15:44.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
37182024-08-22T02:15:46.277Z[ recovery-image] Aug 22 02:15:44.188 INFO O| Aug 22 02:15:44.188 INFO STEP 39 (remove_files) COMPLETE
37192024-08-22T02:15:46.277Z[ recovery-image] Aug 22 02:15:44.188 INFO O| Aug 22 02:15:44.188 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37202024-08-22T02:15:46.291Z[ recovery-image] Aug 22 02:15:44.202 INFO O| Aug 22 02:15:44.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
37212024-08-22T02:15:46.291Z[ recovery-image] Aug 22 02:15:44.202 INFO O| Aug 22 02:15:44.202 INFO STEP 40 (remove_files) COMPLETE
37222024-08-22T02:15:46.294Z[ recovery-image] Aug 22 02:15:44.202 INFO O| Aug 22 02:15:44.202 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37232024-08-22T02:15:46.302Z[ recovery-image] Aug 22 02:15:44.213 INFO O| Aug 22 02:15:44.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
37242024-08-22T02:15:46.302Z[ recovery-image] Aug 22 02:15:44.213 INFO O| Aug 22 02:15:44.213 INFO STEP 41 (remove_files) COMPLETE
37252024-08-22T02:15:46.305Z[ recovery-image] Aug 22 02:15:44.213 INFO O| Aug 22 02:15:44.213 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37262024-08-22T02:15:46.312Z[ recovery-image] Aug 22 02:15:44.223 INFO O| Aug 22 02:15:44.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
37272024-08-22T02:15:46.315Z[ recovery-image] Aug 22 02:15:44.223 INFO O| Aug 22 02:15:44.223 INFO STEP 42 (remove_files) COMPLETE
37282024-08-22T02:15:46.315Z[ recovery-image] Aug 22 02:15:44.224 INFO O| Aug 22 02:15:44.223 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37292024-08-22T02:15:46.322Z[ recovery-image] Aug 22 02:15:44.234 INFO O| Aug 22 02:15:44.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
37302024-08-22T02:15:46.325Z[ recovery-image] Aug 22 02:15:44.234 INFO O| Aug 22 02:15:44.234 INFO STEP 43 (remove_files) COMPLETE
37312024-08-22T02:15:46.325Z[ recovery-image] Aug 22 02:15:44.234 INFO O| Aug 22 02:15:44.234 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37322024-08-22T02:15:46.333Z[ recovery-image] Aug 22 02:15:44.244 INFO O| Aug 22 02:15:44.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
37332024-08-22T02:15:46.336Z[ recovery-image] Aug 22 02:15:44.244 INFO O| Aug 22 02:15:44.244 INFO STEP 44 (remove_files) COMPLETE
37342024-08-22T02:15:46.336Z[ recovery-image] Aug 22 02:15:44.244 INFO O| Aug 22 02:15:44.244 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37352024-08-22T02:15:46.343Z[ recovery-image] Aug 22 02:15:44.254 INFO O| Aug 22 02:15:44.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
37362024-08-22T02:15:46.343Z[ recovery-image] Aug 22 02:15:44.254 INFO O| Aug 22 02:15:44.254 INFO STEP 45 (remove_files) COMPLETE
37372024-08-22T02:15:46.363Z[ recovery-image] Aug 22 02:15:44.254 INFO O| Aug 22 02:15:44.254 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37382024-08-22T02:15:46.363Z[ recovery-image] Aug 22 02:15:44.264 INFO O| Aug 22 02:15:44.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
37392024-08-22T02:15:46.363Z[ recovery-image] Aug 22 02:15:44.264 INFO O| Aug 22 02:15:44.264 INFO STEP 46 (remove_files) COMPLETE
37402024-08-22T02:15:46.363Z[ recovery-image] Aug 22 02:15:44.264 INFO O| Aug 22 02:15:44.264 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37412024-08-22T02:15:46.363Z[ recovery-image] Aug 22 02:15:44.274 INFO O| Aug 22 02:15:44.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
37422024-08-22T02:15:46.363Z[ recovery-image] Aug 22 02:15:44.274 INFO O| Aug 22 02:15:44.274 INFO STEP 47 (remove_files) COMPLETE
37432024-08-22T02:15:46.363Z[ recovery-image] Aug 22 02:15:44.274 INFO O| Aug 22 02:15:44.274 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37442024-08-22T02:15:46.372Z[ recovery-image] Aug 22 02:15:44.283 INFO O| Aug 22 02:15:44.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
37452024-08-22T02:15:46.372Z[ recovery-image] Aug 22 02:15:44.283 INFO O| Aug 22 02:15:44.283 INFO STEP 48 (remove_files) COMPLETE
37462024-08-22T02:15:46.375Z[ recovery-image] Aug 22 02:15:44.284 INFO O| Aug 22 02:15:44.283 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37472024-08-22T02:15:46.382Z[ recovery-image] Aug 22 02:15:44.293 INFO O| Aug 22 02:15:44.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
37482024-08-22T02:15:46.385Z[ recovery-image] Aug 22 02:15:44.293 INFO O| Aug 22 02:15:44.293 INFO STEP 49 (remove_files) COMPLETE
37492024-08-22T02:15:46.385Z[ recovery-image] Aug 22 02:15:44.293 INFO O| Aug 22 02:15:44.293 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37502024-08-22T02:15:46.394Z[ recovery-image] Aug 22 02:15:44.305 INFO O| Aug 22 02:15:44.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
37512024-08-22T02:15:46.394Z[ recovery-image] Aug 22 02:15:44.305 INFO O| Aug 22 02:15:44.305 INFO STEP 50 (remove_files) COMPLETE
37522024-08-22T02:15:46.396Z[ recovery-image] Aug 22 02:15:44.305 INFO O| Aug 22 02:15:44.305 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37532024-08-22T02:15:46.405Z[ recovery-image] Aug 22 02:15:44.316 INFO O| Aug 22 02:15:44.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
37542024-08-22T02:15:46.408Z[ recovery-image] Aug 22 02:15:44.316 INFO O| Aug 22 02:15:44.316 INFO STEP 51 (remove_files) COMPLETE
37552024-08-22T02:15:46.408Z[ recovery-image] Aug 22 02:15:44.316 INFO O| Aug 22 02:15:44.316 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37562024-08-22T02:15:46.416Z[ recovery-image] Aug 22 02:15:44.328 INFO O| Aug 22 02:15:44.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
37572024-08-22T02:15:46.417Z[ recovery-image] Aug 22 02:15:44.328 INFO O| Aug 22 02:15:44.328 INFO STEP 52 (remove_files) COMPLETE
37582024-08-22T02:15:46.419Z[ recovery-image] Aug 22 02:15:44.328 INFO O| Aug 22 02:15:44.328 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37592024-08-22T02:15:46.427Z[ recovery-image] Aug 22 02:15:44.339 INFO O| Aug 22 02:15:44.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
37602024-08-22T02:15:46.428Z[ recovery-image] Aug 22 02:15:44.339 INFO O| Aug 22 02:15:44.339 INFO STEP 53 (remove_files) COMPLETE
37612024-08-22T02:15:46.428Z[ recovery-image] Aug 22 02:15:44.339 INFO O| Aug 22 02:15:44.339 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37622024-08-22T02:15:46.441Z[ recovery-image] Aug 22 02:15:44.352 INFO O| Aug 22 02:15:44.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
37632024-08-22T02:15:46.441Z[ recovery-image] Aug 22 02:15:44.352 INFO O| Aug 22 02:15:44.352 INFO STEP 54 (remove_files) COMPLETE
37642024-08-22T02:15:46.443Z[ recovery-image] Aug 22 02:15:44.352 INFO O| Aug 22 02:15:44.352 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37652024-08-22T02:15:46.452Z[ recovery-image] Aug 22 02:15:44.364 INFO O| Aug 22 02:15:44.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
37662024-08-22T02:15:46.455Z[ recovery-image] Aug 22 02:15:44.364 INFO O| Aug 22 02:15:44.364 INFO STEP 55 (remove_files) COMPLETE
37672024-08-22T02:15:46.455Z[ recovery-image] Aug 22 02:15:44.364 INFO O| Aug 22 02:15:44.364 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37682024-08-22T02:15:46.463Z[ recovery-image] Aug 22 02:15:44.374 INFO O| Aug 22 02:15:44.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
37692024-08-22T02:15:46.465Z[ recovery-image] Aug 22 02:15:44.374 INFO O| Aug 22 02:15:44.374 INFO STEP 56 (remove_files) COMPLETE
37702024-08-22T02:15:46.465Z[ recovery-image] Aug 22 02:15:44.374 INFO O| Aug 22 02:15:44.374 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37712024-08-22T02:15:46.474Z[ recovery-image] Aug 22 02:15:44.386 INFO O| Aug 22 02:15:44.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
37722024-08-22T02:15:46.474Z[ recovery-image] Aug 22 02:15:44.386 INFO O| Aug 22 02:15:44.386 INFO STEP 57 (remove_files) COMPLETE
37732024-08-22T02:15:46.477Z[ recovery-image] Aug 22 02:15:44.386 INFO O| Aug 22 02:15:44.386 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37742024-08-22T02:15:46.486Z[ recovery-image] Aug 22 02:15:44.397 INFO O| Aug 22 02:15:44.397 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
37752024-08-22T02:15:46.486Z[ recovery-image] Aug 22 02:15:44.398 INFO O| Aug 22 02:15:44.397 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
37762024-08-22T02:15:46.489Z[ recovery-image] Aug 22 02:15:44.398 INFO O| Aug 22 02:15:44.398 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37772024-08-22T02:15:46.489Z[ recovery-image] Aug 22 02:15:44.398 INFO O| Aug 22 02:15:44.398 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37782024-08-22T02:15:46.489Z[ recovery-image] Aug 22 02:15:44.398 INFO O| Aug 22 02:15:44.398 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37792024-08-22T02:15:46.489Z[ recovery-image] Aug 22 02:15:44.398 INFO O| Aug 22 02:15:44.398 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
37802024-08-22T02:15:46.489Z[ recovery-image] Aug 22 02:15:44.398 INFO O| Aug 22 02:15:44.398 INFO ok!
37812024-08-22T02:15:46.489Z[ recovery-image] Aug 22 02:15:44.398 INFO O| Aug 22 02:15:44.398 INFO STEP 58 (ensure_file) COMPLETE
37822024-08-22T02:15:46.489Z[ recovery-image] Aug 22 02:15:44.398 INFO O| Aug 22 02:15:44.398 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37832024-08-22T02:15:46.491Z[ host-image] Aug 22 02:15:44.400 INFO O| Aug 22 02:15:44.400 INFO O| Planning: Solver setup ... Done
37842024-08-22T02:15:46.494Z[ host-image] Aug 22 02:15:44.405 INFO O| Aug 22 02:15:44.404 INFO O| Planning: Running solver ... Done
37852024-08-22T02:15:46.498Z[ recovery-image] Aug 22 02:15:44.410 INFO O| Aug 22 02:15:44.410 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
37862024-08-22T02:15:46.501Z[ recovery-image] Aug 22 02:15:44.410 INFO O| Aug 22 02:15:44.410 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
37872024-08-22T02:15:46.501Z[ recovery-image] Aug 22 02:15:44.410 INFO O| Aug 22 02:15:44.410 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37882024-08-22T02:15:46.501Z[ recovery-image] Aug 22 02:15:44.410 INFO O| Aug 22 02:15:44.410 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37892024-08-22T02:15:46.501Z[ recovery-image] Aug 22 02:15:44.410 INFO O| Aug 22 02:15:44.410 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37902024-08-22T02:15:46.501Z[ recovery-image] Aug 22 02:15:44.410 INFO O| Aug 22 02:15:44.410 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
37912024-08-22T02:15:46.502Z[ recovery-image] Aug 22 02:15:44.410 INFO O| Aug 22 02:15:44.410 INFO ok!
37922024-08-22T02:15:46.502Z[ recovery-image] Aug 22 02:15:44.410 INFO O| Aug 22 02:15:44.410 INFO STEP 59 (ensure_file) COMPLETE
37932024-08-22T02:15:46.502Z[ recovery-image] Aug 22 02:15:44.410 INFO O| Aug 22 02:15:44.410 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
37942024-08-22T02:15:46.511Z[ recovery-image] Aug 22 02:15:44.423 INFO O| Aug 22 02:15:44.423 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
37952024-08-22T02:15:46.511Z[ recovery-image] Aug 22 02:15:44.423 INFO O| Aug 22 02:15:44.423 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
37962024-08-22T02:15:46.514Z[ recovery-image] Aug 22 02:15:44.423 INFO O| Aug 22 02:15:44.423 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
37972024-08-22T02:15:46.514Z[ recovery-image] Aug 22 02:15:44.423 INFO O| Aug 22 02:15:44.423 INFO ok!
37982024-08-22T02:15:46.514Z[ recovery-image] Aug 22 02:15:44.423 INFO O| Aug 22 02:15:44.423 INFO STEP 60 (ensure_file) COMPLETE
37992024-08-22T02:15:46.514Z[ recovery-image] Aug 22 02:15:44.423 INFO O| Aug 22 02:15:44.423 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38002024-08-22T02:15:46.522Z[ recovery-image] Aug 22 02:15:44.433 INFO O| Aug 22 02:15:44.433 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
38012024-08-22T02:15:46.522Z[ recovery-image] Aug 22 02:15:44.433 INFO O| Aug 22 02:15:44.433 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
38022024-08-22T02:15:46.525Z[ recovery-image] Aug 22 02:15:44.434 INFO O| Aug 22 02:15:44.434 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
38032024-08-22T02:15:46.525Z[ recovery-image] Aug 22 02:15:44.434 INFO O| Aug 22 02:15:44.434 INFO ok!
38042024-08-22T02:15:46.525Z[ recovery-image] Aug 22 02:15:44.434 INFO O| Aug 22 02:15:44.434 INFO STEP 61 (ensure_file) COMPLETE
38052024-08-22T02:15:46.525Z[ recovery-image] Aug 22 02:15:44.434 INFO O| Aug 22 02:15:44.434 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38062024-08-22T02:15:46.534Z[ recovery-image] Aug 22 02:15:44.446 INFO O| Aug 22 02:15:44.446 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
38072024-08-22T02:15:46.534Z[ recovery-image] Aug 22 02:15:44.446 INFO O| Aug 22 02:15:44.446 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
38082024-08-22T02:15:46.537Z[ recovery-image] Aug 22 02:15:44.446 INFO O| Aug 22 02:15:44.446 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38092024-08-22T02:15:46.537Z[ recovery-image] Aug 22 02:15:44.446 INFO O| Aug 22 02:15:44.446 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
38102024-08-22T02:15:46.537Z[ recovery-image] Aug 22 02:15:44.446 INFO O| Aug 22 02:15:44.446 INFO ok!
38112024-08-22T02:15:46.537Z[ recovery-image] Aug 22 02:15:44.446 INFO O| Aug 22 02:15:44.446 INFO STEP 62 (ensure_file) COMPLETE
38122024-08-22T02:15:46.537Z[ recovery-image] Aug 22 02:15:44.446 INFO O| Aug 22 02:15:44.446 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38132024-08-22T02:15:46.540Z[ host-image] Aug 22 02:15:44.450 INFO O| Aug 22 02:15:44.450 INFO O| Planning: Finding local manifests ... Done
38142024-08-22T02:15:46.540Z[ host-image] Aug 22 02:15:44.451 INFO O| Aug 22 02:15:44.451 INFO O| Planning: Fetching manifests: 0/4 0% complete
38152024-08-22T02:15:46.547Z[ recovery-image] Aug 22 02:15:44.458 INFO O| Aug 22 02:15:44.458 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
38162024-08-22T02:15:46.550Z[ recovery-image] Aug 22 02:15:44.458 INFO O| Aug 22 02:15:44.458 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
38172024-08-22T02:15:46.550Z[ recovery-image] Aug 22 02:15:44.458 INFO O| Aug 22 02:15:44.458 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38182024-08-22T02:15:46.550Z[ recovery-image] Aug 22 02:15:44.459 INFO O| Aug 22 02:15:44.458 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
38192024-08-22T02:15:46.550Z[ recovery-image] Aug 22 02:15:44.459 INFO O| Aug 22 02:15:44.459 INFO ok!
38202024-08-22T02:15:46.550Z[ recovery-image] Aug 22 02:15:44.459 INFO O| Aug 22 02:15:44.459 INFO STEP 63 (ensure_file) COMPLETE
38212024-08-22T02:15:46.550Z[ recovery-image] Aug 22 02:15:44.459 INFO O| Aug 22 02:15:44.459 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38222024-08-22T02:15:46.558Z[ recovery-image] Aug 22 02:15:44.470 INFO O| Aug 22 02:15:44.470 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
38232024-08-22T02:15:46.558Z[ recovery-image] Aug 22 02:15:44.470 INFO O| Aug 22 02:15:44.470 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
38242024-08-22T02:15:46.561Z[ recovery-image] Aug 22 02:15:44.470 INFO O| Aug 22 02:15:44.470 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
38252024-08-22T02:15:46.561Z[ recovery-image] Aug 22 02:15:44.470 INFO O| Aug 22 02:15:44.470 INFO ok!
38262024-08-22T02:15:46.561Z[ recovery-image] Aug 22 02:15:44.470 INFO O| Aug 22 02:15:44.470 INFO STEP 64 (assemble_files) COMPLETE
38272024-08-22T02:15:46.561Z[ recovery-image] Aug 22 02:15:44.470 INFO O| Aug 22 02:15:44.470 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38282024-08-22T02:15:46.569Z[ recovery-image] Aug 22 02:15:44.480 INFO O| Aug 22 02:15:44.480 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
38292024-08-22T02:15:46.573Z[ recovery-image] Aug 22 02:15:44.480 INFO O| Aug 22 02:15:44.480 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
38302024-08-22T02:15:46.573Z[ recovery-image] Aug 22 02:15:44.480 INFO O| Aug 22 02:15:44.480 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38312024-08-22T02:15:46.573Z[ recovery-image] Aug 22 02:15:44.480 INFO O| Aug 22 02:15:44.480 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
38322024-08-22T02:15:46.573Z[ recovery-image] Aug 22 02:15:44.480 INFO O| Aug 22 02:15:44.480 INFO ok!
38332024-08-22T02:15:46.573Z[ recovery-image] Aug 22 02:15:44.480 INFO O| Aug 22 02:15:44.480 INFO STEP 65 (ensure_file) COMPLETE
38342024-08-22T02:15:46.573Z[ recovery-image] Aug 22 02:15:44.480 INFO O| Aug 22 02:15:44.480 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38352024-08-22T02:15:46.573Z[ recovery-image] Aug 22 02:15:44.480 INFO O| Aug 22 02:15:44.480 INFO skip step because feature "omicron1" is not enabled
38362024-08-22T02:15:46.573Z[ recovery-image] Aug 22 02:15:44.480 INFO O| Aug 22 02:15:44.480 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38372024-08-22T02:15:46.573Z[ recovery-image] Aug 22 02:15:44.480 INFO O| Aug 22 02:15:44.480 INFO skip step because feature "omicron1" is not enabled
38382024-08-22T02:15:46.574Z[ recovery-image] Aug 22 02:15:44.480 INFO O| Aug 22 02:15:44.480 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38392024-08-22T02:15:46.574Z[ recovery-image] Aug 22 02:15:44.480 INFO O| Aug 22 02:15:44.480 INFO skip step because feature "omicron1" is not enabled
38402024-08-22T02:15:46.574Z[ recovery-image] Aug 22 02:15:44.480 INFO O| Aug 22 02:15:44.480 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38412024-08-22T02:15:46.586Z[ recovery-image] Aug 22 02:15:44.497 INFO O| Aug 22 02:15:44.497 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
38422024-08-22T02:15:46.586Z[ recovery-image] Aug 22 02:15:44.497 INFO O| Aug 22 02:15:44.497 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
38432024-08-22T02:15:46.636Z[ host-image] Aug 22 02:15:44.547 INFO O| Aug 22 02:15:44.547 INFO O| Planning: Fetching manifests: 4/4 100% complete
38442024-08-22T02:15:46.661Z[ host-image] Aug 22 02:15:44.572 INFO O| Aug 22 02:15:44.572 INFO O| Planning: Package planning ... Done
38452024-08-22T02:15:46.669Z[ host-image] Aug 22 02:15:44.575 INFO O| Aug 22 02:15:44.575 INFO O| Planning: Merging actions ... Done
38462024-08-22T02:15:46.743Z[ host-image] Aug 22 02:15:44.653 INFO O| Aug 22 02:15:44.653 INFO O| Planning: Checking for conflicting actions ... Done
38472024-08-22T02:15:46.746Z[ host-image] Aug 22 02:15:44.654 INFO O| Aug 22 02:15:44.654 INFO O| Planning: Consolidating action changes ... Done
38482024-08-22T02:15:46.919Z[ host-image] Aug 22 02:15:44.830 INFO O| Aug 22 02:15:44.830 INFO O| Planning: Evaluating mediators ... Done
38492024-08-22T02:15:46.923Z[ host-image] Aug 22 02:15:44.831 INFO O| Aug 22 02:15:44.831 INFO O| Planning: Planning completed in 2.31 seconds
38502024-08-22T02:15:46.923Z[ host-image] Aug 22 02:15:44.833 INFO O| Aug 22 02:15:44.833 INFO O| Packages to install: 4
38512024-08-22T02:15:46.923Z[ host-image] Aug 22 02:15:44.833 INFO O| Aug 22 02:15:44.833 INFO O| Services to change: 2
38522024-08-22T02:15:46.932Z[ host-image] Aug 22 02:15:44.843 INFO O| Aug 22 02:15:44.843 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
38532024-08-22T02:15:47.264Z[ host-image] Aug 22 02:15:45.175 INFO O| Aug 22 02:15:45.174 INFO O| Download: Completed 1.39 MB in 0.33 seconds (4.2M/s)
38542024-08-22T02:15:47.290Z[ host-image] Aug 22 02:15:45.201 INFO O| Aug 22 02:15:45.201 INFO O| Actions: 1/238 actions (Installing new actions)
38552024-08-22T02:15:47.402Z[ host-image] Aug 22 02:15:45.312 INFO O| Aug 22 02:15:45.312 INFO O| Actions: Completed 238 actions in 0.11 seconds.
38562024-08-22T02:15:47.638Z[ host-image] Aug 22 02:15:45.549 INFO O| Aug 22 02:15:45.549 INFO O| Done
38572024-08-22T02:15:47.638Z[ host-image] Aug 22 02:15:45.549 INFO O| Aug 22 02:15:45.549 INFO O| Done
38582024-08-22T02:15:48.251Z[ host-image] Aug 22 02:15:46.162 INFO O| Aug 22 02:15:46.162 INFO O| Done
38592024-08-22T02:15:48.339Z[ recovery-image] Aug 22 02:15:46.250 INFO O| Aug 22 02:15:46.250 INFO STEP 69 (pack_tar) COMPLETE
38602024-08-22T02:15:48.339Z[ recovery-image] Aug 22 02:15:46.250 INFO O| Aug 22 02:15:46.250 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38612024-08-22T02:15:48.342Z[ recovery-image] Aug 22 02:15:46.250 INFO O| Aug 22 02:15:46.250 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38622024-08-22T02:15:48.650Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 23s
38632024-08-22T02:15:48.657Z[ recovery-image] Aug 22 02:15:46.568 INFO O| Aug 22 02:15:46.568 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38642024-08-22T02:15:48.941Z[ recovery-image] Aug 22 02:15:46.851 INFO O| Aug 22 02:15:46.851 INFO completed processing gimlet/ramdisk-02-trim
38652024-08-22T02:15:48.944Z[ recovery-image] Aug 22 02:15:46.853 INFO image builder template: ramdisk-03-recovery-trim...
38662024-08-22T02:15:48.944Z[ recovery-image] Aug 22 02:15:46.853 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpV1BSpj/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "ramdisk-03-recovery-trim"], pwd: None
38672024-08-22T02:15:48.947ZAug 22 02:15:46.858 INFO [verify-libraries] process exited with exit status: 0 (268.987789788s)
38682024-08-22T02:15:49.049Z[ recovery-image] Aug 22 02:15:46.960 INFO O| Aug 22 02:15:46.960 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38692024-08-22T02:15:49.053Z[ recovery-image] Aug 22 02:15:46.964 INFO O| Aug 22 02:15:46.964 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38702024-08-22T02:15:49.124Z[ recovery-image] Aug 22 02:15:47.035 INFO O| Aug 22 02:15:47.035 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
38712024-08-22T02:15:49.171Z[ recovery-image] Aug 22 02:15:47.082 INFO O| Aug 22 02:15:47.081 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
38722024-08-22T02:15:49.171Z[ recovery-image] Aug 22 02:15:47.082 INFO O| Aug 22 02:15:47.082 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38732024-08-22T02:15:49.179Z[ recovery-image] Aug 22 02:15:47.090 INFO O| Aug 22 02:15:47.090 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
38742024-08-22T02:15:49.183Z[ recovery-image] Aug 22 02:15:47.094 INFO O| Aug 22 02:15:47.094 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38752024-08-22T02:15:49.188Z[ recovery-image] Aug 22 02:15:47.099 INFO O| Aug 22 02:15:47.099 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
38762024-08-22T02:15:49.393Z[ recovery-image] Aug 22 02:15:47.303 INFO O| Aug 22 02:15:47.303 INFO rolled back to input snapshot; work may begin
38772024-08-22T02:15:49.393Z[ recovery-image] Aug 22 02:15:47.303 INFO O| Aug 22 02:15:47.303 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38782024-08-22T02:15:49.398Z[ recovery-image] Aug 22 02:15:47.309 INFO O| Aug 22 02:15:47.309 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38792024-08-22T02:15:49.408Z[ recovery-image] Aug 22 02:15:47.319 INFO O| Aug 22 02:15:47.319 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
38802024-08-22T02:15:49.411Z[ recovery-image] Aug 22 02:15:47.322 INFO O| Aug 22 02:15:47.322 INFO STEP 0 (remove_files) COMPLETE
38812024-08-22T02:15:49.414Z[ recovery-image] Aug 22 02:15:47.322 INFO O| Aug 22 02:15:47.322 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38822024-08-22T02:15:49.420Z[ recovery-image] Aug 22 02:15:47.331 INFO O| Aug 22 02:15:47.331 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
38832024-08-22T02:15:49.469Z[ recovery-image] Aug 22 02:15:47.379 INFO O| Aug 22 02:15:47.379 INFO STEP 1 (remove_files) COMPLETE
38842024-08-22T02:15:49.469Z[ recovery-image] Aug 22 02:15:47.379 INFO O| Aug 22 02:15:47.379 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38852024-08-22T02:15:49.480Z[ recovery-image] Aug 22 02:15:47.390 INFO O| Aug 22 02:15:47.390 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
38862024-08-22T02:15:49.482Z[ recovery-image] Aug 22 02:15:47.392 INFO O| Aug 22 02:15:47.392 INFO STEP 2 (remove_files) COMPLETE
38872024-08-22T02:15:49.482Z[ recovery-image] Aug 22 02:15:47.392 INFO O| Aug 22 02:15:47.392 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38882024-08-22T02:15:49.490Z[ recovery-image] Aug 22 02:15:47.401 INFO O| Aug 22 02:15:47.401 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
38892024-08-22T02:15:49.507Z[ host-image] Aug 22 02:15:47.418 INFO O| Aug 22 02:15:47.418 INFO O| Done
38902024-08-22T02:15:49.531Z[ host-image] Aug 22 02:15:47.442 INFO O| Aug 22 02:15:47.442 INFO O| Done
38912024-08-22T02:15:49.531Z[ host-image] Aug 22 02:15:47.442 INFO O| Aug 22 02:15:47.442 INFO O| Done
38922024-08-22T02:15:49.534Z[ recovery-image] Aug 22 02:15:47.443 INFO O| Aug 22 02:15:47.443 INFO STEP 3 (remove_files) COMPLETE
38932024-08-22T02:15:49.534Z[ recovery-image] Aug 22 02:15:47.443 INFO O| Aug 22 02:15:47.443 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38942024-08-22T02:15:49.543Z[ recovery-image] Aug 22 02:15:47.454 INFO O| Aug 22 02:15:47.454 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
38952024-08-22T02:15:49.546Z[ host-image] Aug 22 02:15:47.457 INFO O| Aug 22 02:15:47.456 INFO O| Done
38962024-08-22T02:15:49.555Z[ recovery-image] Aug 22 02:15:47.466 INFO O| Aug 22 02:15:47.466 INFO STEP 4 (remove_files) COMPLETE
38972024-08-22T02:15:49.555Z[ recovery-image] Aug 22 02:15:47.466 INFO O| Aug 22 02:15:47.466 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38982024-08-22T02:15:49.567Z[ recovery-image] Aug 22 02:15:47.478 INFO O| Aug 22 02:15:47.477 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
38992024-08-22T02:15:49.570Z[ recovery-image] Aug 22 02:15:47.481 INFO O| Aug 22 02:15:47.480 INFO STEP 5 (remove_files) COMPLETE
39002024-08-22T02:15:49.570Z[ recovery-image] Aug 22 02:15:47.481 INFO O| Aug 22 02:15:47.481 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39012024-08-22T02:15:49.580Z[ recovery-image] Aug 22 02:15:47.491 INFO O| Aug 22 02:15:47.491 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
39022024-08-22T02:15:49.583Z[ recovery-image] Aug 22 02:15:47.493 INFO O| Aug 22 02:15:47.493 INFO STEP 6 (remove_files) COMPLETE
39032024-08-22T02:15:49.583Z[ recovery-image] Aug 22 02:15:47.493 INFO O| Aug 22 02:15:47.493 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39042024-08-22T02:15:49.592Z[ recovery-image] Aug 22 02:15:47.502 INFO O| Aug 22 02:15:47.502 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
39052024-08-22T02:15:49.595Z[ recovery-image] Aug 22 02:15:47.504 INFO O| Aug 22 02:15:47.504 INFO STEP 7 (remove_files) COMPLETE
39062024-08-22T02:15:49.595Z[ recovery-image] Aug 22 02:15:47.504 INFO O| Aug 22 02:15:47.504 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39072024-08-22T02:15:49.602Z[ recovery-image] Aug 22 02:15:47.513 INFO O| Aug 22 02:15:47.513 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
39082024-08-22T02:15:49.605Z[ recovery-image] Aug 22 02:15:47.516 INFO O| Aug 22 02:15:47.516 INFO STEP 8 (remove_files) COMPLETE
39092024-08-22T02:15:49.605Z[ recovery-image] Aug 22 02:15:47.516 INFO O| Aug 22 02:15:47.516 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39102024-08-22T02:15:49.615Z[ recovery-image] Aug 22 02:15:47.525 INFO O| Aug 22 02:15:47.525 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
39112024-08-22T02:15:49.617Z[ recovery-image] Aug 22 02:15:47.526 INFO O| Aug 22 02:15:47.526 INFO STEP 9 (remove_files) COMPLETE
39122024-08-22T02:15:49.617Z[ recovery-image] Aug 22 02:15:47.526 INFO O| Aug 22 02:15:47.526 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39132024-08-22T02:15:49.624Z[ recovery-image] Aug 22 02:15:47.535 INFO O| Aug 22 02:15:47.535 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
39142024-08-22T02:15:49.627Z[ recovery-image] Aug 22 02:15:47.536 INFO O| Aug 22 02:15:47.536 INFO STEP 10 (remove_files) COMPLETE
39152024-08-22T02:15:49.628Z[ recovery-image] Aug 22 02:15:47.536 INFO O| Aug 22 02:15:47.536 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39162024-08-22T02:15:49.635Z[ recovery-image] Aug 22 02:15:47.546 INFO O| Aug 22 02:15:47.546 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
39172024-08-22T02:15:49.643Z[ host-image] Aug 22 02:15:47.554 INFO O| Aug 22 02:15:47.554 INFO STEP 12 (pkg_install) COMPLETE
39182024-08-22T02:15:49.643Z[ host-image] Aug 22 02:15:47.554 INFO O| Aug 22 02:15:47.554 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39192024-08-22T02:15:49.655Z[ host-image] Aug 22 02:15:47.566 INFO O| Aug 22 02:15:47.566 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
39202024-08-22T02:15:49.682Z[ recovery-image] Aug 22 02:15:47.593 INFO O| Aug 22 02:15:47.593 INFO STEP 11 (remove_files) COMPLETE
39212024-08-22T02:15:49.682Z[ recovery-image] Aug 22 02:15:47.593 INFO O| Aug 22 02:15:47.593 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39222024-08-22T02:15:49.693Z[ recovery-image] Aug 22 02:15:47.603 INFO O| Aug 22 02:15:47.603 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
39232024-08-22T02:15:49.695Z[ recovery-image] Aug 22 02:15:47.605 INFO O| Aug 22 02:15:47.605 INFO STEP 12 (remove_files) COMPLETE
39242024-08-22T02:15:49.695Z[ recovery-image] Aug 22 02:15:47.605 INFO O| Aug 22 02:15:47.605 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39252024-08-22T02:15:49.704Z[ recovery-image] Aug 22 02:15:47.615 INFO O| Aug 22 02:15:47.615 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
39262024-08-22T02:15:49.707Z[ recovery-image] Aug 22 02:15:47.618 INFO O| Aug 22 02:15:47.618 INFO STEP 13 (remove_files) COMPLETE
39272024-08-22T02:15:49.707Z[ recovery-image] Aug 22 02:15:47.618 INFO O| Aug 22 02:15:47.618 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39282024-08-22T02:15:49.717Z[ recovery-image] Aug 22 02:15:47.627 INFO O| Aug 22 02:15:47.627 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
39292024-08-22T02:15:49.719Z[ recovery-image] Aug 22 02:15:47.628 INFO O| Aug 22 02:15:47.628 INFO STEP 14 (remove_files) COMPLETE
39302024-08-22T02:15:49.720Z[ recovery-image] Aug 22 02:15:47.628 INFO O| Aug 22 02:15:47.628 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39312024-08-22T02:15:49.727Z[ recovery-image] Aug 22 02:15:47.637 INFO O| Aug 22 02:15:47.637 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
39322024-08-22T02:15:49.729Z[ recovery-image] Aug 22 02:15:47.638 INFO O| Aug 22 02:15:47.638 INFO STEP 15 (remove_files) COMPLETE
39332024-08-22T02:15:49.729Z[ recovery-image] Aug 22 02:15:47.638 INFO O| Aug 22 02:15:47.638 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39342024-08-22T02:15:49.736Z[ recovery-image] Aug 22 02:15:47.647 INFO O| Aug 22 02:15:47.647 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
39352024-08-22T02:15:49.744Z[ recovery-image] Aug 22 02:15:47.655 INFO O| Aug 22 02:15:47.655 INFO STEP 16 (remove_files) COMPLETE
39362024-08-22T02:15:49.744Z[ recovery-image] Aug 22 02:15:47.655 INFO O| Aug 22 02:15:47.655 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39372024-08-22T02:15:49.754Z[ recovery-image] Aug 22 02:15:47.665 INFO O| Aug 22 02:15:47.665 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
39382024-08-22T02:15:49.754Z[ recovery-image] Aug 22 02:15:47.665 INFO O| Aug 22 02:15:47.665 INFO STEP 17 (remove_files) COMPLETE
39392024-08-22T02:15:49.757Z[ recovery-image] Aug 22 02:15:47.665 INFO O| Aug 22 02:15:47.665 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39402024-08-22T02:15:49.764Z[ recovery-image] Aug 22 02:15:47.674 INFO O| Aug 22 02:15:47.674 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
39412024-08-22T02:15:49.766Z[ recovery-image] Aug 22 02:15:47.675 INFO O| Aug 22 02:15:47.675 INFO STEP 18 (remove_files) COMPLETE
39422024-08-22T02:15:49.767Z[ recovery-image] Aug 22 02:15:47.675 INFO O| Aug 22 02:15:47.675 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39432024-08-22T02:15:49.774Z[ recovery-image] Aug 22 02:15:47.685 INFO O| Aug 22 02:15:47.685 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
39442024-08-22T02:15:49.820Z[ recovery-image] Aug 22 02:15:47.730 INFO O| Aug 22 02:15:47.730 INFO STEP 19 (remove_files) COMPLETE
39452024-08-22T02:15:49.820Z[ recovery-image] Aug 22 02:15:47.730 INFO O| Aug 22 02:15:47.730 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39462024-08-22T02:15:49.830Z[ recovery-image] Aug 22 02:15:47.741 INFO O| Aug 22 02:15:47.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
39472024-08-22T02:15:49.833Z[ recovery-image] Aug 22 02:15:47.742 INFO O| Aug 22 02:15:47.742 INFO STEP 20 (remove_files) COMPLETE
39482024-08-22T02:15:49.833Z[ recovery-image] Aug 22 02:15:47.742 INFO O| Aug 22 02:15:47.742 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39492024-08-22T02:15:49.841Z[ recovery-image] Aug 22 02:15:47.752 INFO O| Aug 22 02:15:47.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
39502024-08-22T02:15:49.841Z[ recovery-image] Aug 22 02:15:47.752 INFO O| Aug 22 02:15:47.752 INFO STEP 21 (remove_files) COMPLETE
39512024-08-22T02:15:49.844Z[ recovery-image] Aug 22 02:15:47.752 INFO O| Aug 22 02:15:47.752 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39522024-08-22T02:15:49.851Z[ recovery-image] Aug 22 02:15:47.761 INFO O| Aug 22 02:15:47.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
39532024-08-22T02:15:49.854Z[ recovery-image] Aug 22 02:15:47.762 INFO O| Aug 22 02:15:47.762 INFO STEP 22 (remove_files) COMPLETE
39542024-08-22T02:15:49.854Z[ recovery-image] Aug 22 02:15:47.762 INFO O| Aug 22 02:15:47.762 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39552024-08-22T02:15:49.860Z[ recovery-image] Aug 22 02:15:47.771 INFO O| Aug 22 02:15:47.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
39562024-08-22T02:15:49.863Z[ recovery-image] Aug 22 02:15:47.771 INFO O| Aug 22 02:15:47.771 INFO STEP 23 (remove_files) COMPLETE
39572024-08-22T02:15:49.863Z[ recovery-image] Aug 22 02:15:47.772 INFO O| Aug 22 02:15:47.771 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39582024-08-22T02:15:49.870Z[ recovery-image] Aug 22 02:15:47.781 INFO O| Aug 22 02:15:47.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
39592024-08-22T02:15:49.874Z[ recovery-image] Aug 22 02:15:47.781 INFO O| Aug 22 02:15:47.781 INFO STEP 24 (remove_files) COMPLETE
39602024-08-22T02:15:49.874Z[ recovery-image] Aug 22 02:15:47.781 INFO O| Aug 22 02:15:47.781 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39612024-08-22T02:15:49.880Z[ recovery-image] Aug 22 02:15:47.791 INFO O| Aug 22 02:15:47.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
39622024-08-22T02:15:49.880Z[ recovery-image] Aug 22 02:15:47.791 INFO O| Aug 22 02:15:47.791 INFO STEP 25 (remove_files) COMPLETE
39632024-08-22T02:15:49.883Z[ recovery-image] Aug 22 02:15:47.791 INFO O| Aug 22 02:15:47.791 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39642024-08-22T02:15:49.890Z[ recovery-image] Aug 22 02:15:47.801 INFO O| Aug 22 02:15:47.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
39652024-08-22T02:15:49.894Z[ recovery-image] Aug 22 02:15:47.801 INFO O| Aug 22 02:15:47.801 INFO STEP 26 (remove_files) COMPLETE
39662024-08-22T02:15:49.894Z[ recovery-image] Aug 22 02:15:47.801 INFO O| Aug 22 02:15:47.801 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39672024-08-22T02:15:49.900Z[ recovery-image] Aug 22 02:15:47.811 INFO O| Aug 22 02:15:47.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
39682024-08-22T02:15:49.903Z[ recovery-image] Aug 22 02:15:47.811 INFO O| Aug 22 02:15:47.811 INFO STEP 27 (remove_files) COMPLETE
39692024-08-22T02:15:49.903Z[ recovery-image] Aug 22 02:15:47.811 INFO O| Aug 22 02:15:47.811 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39702024-08-22T02:15:49.910Z[ recovery-image] Aug 22 02:15:47.821 INFO O| Aug 22 02:15:47.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
39712024-08-22T02:15:49.914Z[ recovery-image] Aug 22 02:15:47.822 INFO O| Aug 22 02:15:47.822 INFO STEP 28 (remove_files) COMPLETE
39722024-08-22T02:15:49.914Z[ recovery-image] Aug 22 02:15:47.822 INFO O| Aug 22 02:15:47.822 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39732024-08-22T02:15:49.921Z[ recovery-image] Aug 22 02:15:47.832 INFO O| Aug 22 02:15:47.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
39742024-08-22T02:15:49.921Z[ recovery-image] Aug 22 02:15:47.832 INFO O| Aug 22 02:15:47.832 INFO STEP 29 (remove_files) COMPLETE
39752024-08-22T02:15:49.924Z[ recovery-image] Aug 22 02:15:47.832 INFO O| Aug 22 02:15:47.832 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39762024-08-22T02:15:49.930Z[ recovery-image] Aug 22 02:15:47.841 INFO O| Aug 22 02:15:47.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
39772024-08-22T02:15:49.931Z[ recovery-image] Aug 22 02:15:47.841 INFO O| Aug 22 02:15:47.841 INFO STEP 30 (remove_files) COMPLETE
39782024-08-22T02:15:49.933Z[ recovery-image] Aug 22 02:15:47.841 INFO O| Aug 22 02:15:47.841 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39792024-08-22T02:15:49.940Z[ recovery-image] Aug 22 02:15:47.851 INFO O| Aug 22 02:15:47.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
39802024-08-22T02:15:49.940Z[ recovery-image] Aug 22 02:15:47.851 INFO O| Aug 22 02:15:47.851 INFO STEP 31 (remove_files) COMPLETE
39812024-08-22T02:15:49.943Z[ recovery-image] Aug 22 02:15:47.851 INFO O| Aug 22 02:15:47.851 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39822024-08-22T02:15:49.950Z[ recovery-image] Aug 22 02:15:47.861 INFO O| Aug 22 02:15:47.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
39832024-08-22T02:15:49.952Z[ recovery-image] Aug 22 02:15:47.861 INFO O| Aug 22 02:15:47.861 INFO STEP 32 (remove_files) COMPLETE
39842024-08-22T02:15:49.952Z[ recovery-image] Aug 22 02:15:47.861 INFO O| Aug 22 02:15:47.861 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39852024-08-22T02:15:49.960Z[ recovery-image] Aug 22 02:15:47.871 INFO O| Aug 22 02:15:47.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
39862024-08-22T02:15:49.963Z[ recovery-image] Aug 22 02:15:47.871 INFO O| Aug 22 02:15:47.871 INFO STEP 33 (remove_files) COMPLETE
39872024-08-22T02:15:49.963Z[ recovery-image] Aug 22 02:15:47.871 INFO O| Aug 22 02:15:47.871 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39882024-08-22T02:15:49.970Z[ recovery-image] Aug 22 02:15:47.881 INFO O| Aug 22 02:15:47.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
39892024-08-22T02:15:49.973Z[ recovery-image] Aug 22 02:15:47.881 INFO O| Aug 22 02:15:47.881 INFO STEP 34 (remove_files) COMPLETE
39902024-08-22T02:15:49.973Z[ recovery-image] Aug 22 02:15:47.881 INFO O| Aug 22 02:15:47.881 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39912024-08-22T02:15:49.980Z[ recovery-image] Aug 22 02:15:47.891 INFO O| Aug 22 02:15:47.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
39922024-08-22T02:15:49.980Z[ recovery-image] Aug 22 02:15:47.891 INFO O| Aug 22 02:15:47.891 INFO STEP 35 (remove_files) COMPLETE
39932024-08-22T02:15:49.980Z[ recovery-image] Aug 22 02:15:47.891 INFO O| Aug 22 02:15:47.891 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39942024-08-22T02:15:49.990Z[ recovery-image] Aug 22 02:15:47.900 INFO O| Aug 22 02:15:47.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
39952024-08-22T02:15:49.992Z[ recovery-image] Aug 22 02:15:47.901 INFO O| Aug 22 02:15:47.901 INFO STEP 36 (remove_files) COMPLETE
39962024-08-22T02:15:49.993Z[ recovery-image] Aug 22 02:15:47.901 INFO O| Aug 22 02:15:47.901 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39972024-08-22T02:15:50.000Z[ recovery-image] Aug 22 02:15:47.911 INFO O| Aug 22 02:15:47.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
39982024-08-22T02:15:50.004Z[ recovery-image] Aug 22 02:15:47.911 INFO O| Aug 22 02:15:47.911 INFO STEP 37 (remove_files) COMPLETE
39992024-08-22T02:15:50.004Z[ recovery-image] Aug 22 02:15:47.911 INFO O| Aug 22 02:15:47.911 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40002024-08-22T02:15:50.010Z[ recovery-image] Aug 22 02:15:47.921 INFO O| Aug 22 02:15:47.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
40012024-08-22T02:15:50.010Z[ recovery-image] Aug 22 02:15:47.921 INFO O| Aug 22 02:15:47.921 INFO STEP 38 (remove_files) COMPLETE
40022024-08-22T02:15:50.011Z[ recovery-image] Aug 22 02:15:47.921 INFO O| Aug 22 02:15:47.921 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40032024-08-22T02:15:50.020Z[ recovery-image] Aug 22 02:15:47.931 INFO O| Aug 22 02:15:47.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
40042024-08-22T02:15:50.023Z[ recovery-image] Aug 22 02:15:47.931 INFO O| Aug 22 02:15:47.931 INFO STEP 39 (remove_files) COMPLETE
40052024-08-22T02:15:50.023Z[ recovery-image] Aug 22 02:15:47.931 INFO O| Aug 22 02:15:47.931 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40062024-08-22T02:15:50.030Z[ recovery-image] Aug 22 02:15:47.941 INFO O| Aug 22 02:15:47.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
40072024-08-22T02:15:50.030Z[ recovery-image] Aug 22 02:15:47.941 INFO O| Aug 22 02:15:47.941 INFO STEP 40 (remove_files) COMPLETE
40082024-08-22T02:15:50.030Z[ recovery-image] Aug 22 02:15:47.941 INFO O| Aug 22 02:15:47.941 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40092024-08-22T02:15:50.040Z[ recovery-image] Aug 22 02:15:47.951 INFO O| Aug 22 02:15:47.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
40102024-08-22T02:15:50.040Z[ recovery-image] Aug 22 02:15:47.951 INFO O| Aug 22 02:15:47.951 INFO STEP 41 (remove_files) COMPLETE
40112024-08-22T02:15:50.040Z[ recovery-image] Aug 22 02:15:47.951 INFO O| Aug 22 02:15:47.951 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40122024-08-22T02:15:50.050Z[ recovery-image] Aug 22 02:15:47.961 INFO O| Aug 22 02:15:47.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
40132024-08-22T02:15:50.050Z[ recovery-image] Aug 22 02:15:47.961 INFO O| Aug 22 02:15:47.961 INFO STEP 42 (remove_files) COMPLETE
40142024-08-22T02:15:50.050Z[ recovery-image] Aug 22 02:15:47.961 INFO O| Aug 22 02:15:47.961 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40152024-08-22T02:15:50.059Z[ recovery-image] Aug 22 02:15:47.970 INFO O| Aug 22 02:15:47.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
40162024-08-22T02:15:50.059Z[ recovery-image] Aug 22 02:15:47.970 INFO O| Aug 22 02:15:47.970 INFO STEP 43 (remove_files) COMPLETE
40172024-08-22T02:15:50.060Z[ recovery-image] Aug 22 02:15:47.970 INFO O| Aug 22 02:15:47.970 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40182024-08-22T02:15:50.069Z[ recovery-image] Aug 22 02:15:47.980 INFO O| Aug 22 02:15:47.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
40192024-08-22T02:15:50.069Z[ recovery-image] Aug 22 02:15:47.980 INFO O| Aug 22 02:15:47.980 INFO STEP 44 (remove_files) COMPLETE
40202024-08-22T02:15:50.073Z[ recovery-image] Aug 22 02:15:47.980 INFO O| Aug 22 02:15:47.980 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40212024-08-22T02:15:50.079Z[ recovery-image] Aug 22 02:15:47.990 INFO O| Aug 22 02:15:47.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
40222024-08-22T02:15:50.082Z[ recovery-image] Aug 22 02:15:47.991 INFO O| Aug 22 02:15:47.990 INFO STEP 45 (remove_files) COMPLETE
40232024-08-22T02:15:50.082Z[ recovery-image] Aug 22 02:15:47.991 INFO O| Aug 22 02:15:47.991 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40242024-08-22T02:15:50.090Z[ recovery-image] Aug 22 02:15:48.000 INFO O| Aug 22 02:15:48.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
40252024-08-22T02:15:50.090Z[ recovery-image] Aug 22 02:15:48.000 INFO O| Aug 22 02:15:48.000 INFO STEP 46 (remove_files) COMPLETE
40262024-08-22T02:15:50.092Z[ recovery-image] Aug 22 02:15:48.001 INFO O| Aug 22 02:15:48.000 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40272024-08-22T02:15:50.100Z[ recovery-image] Aug 22 02:15:48.011 INFO O| Aug 22 02:15:48.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
40282024-08-22T02:15:50.100Z[ recovery-image] Aug 22 02:15:48.011 INFO O| Aug 22 02:15:48.011 INFO STEP 47 (remove_files) COMPLETE
40292024-08-22T02:15:50.103Z[ recovery-image] Aug 22 02:15:48.011 INFO O| Aug 22 02:15:48.011 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40302024-08-22T02:15:50.106Z[ host-image] Aug 22 02:15:48.015 INFO O| Aug 22 02:15:48.015 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40312024-08-22T02:15:50.110Z[ recovery-image] Aug 22 02:15:48.021 INFO O| Aug 22 02:15:48.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
40322024-08-22T02:15:50.110Z[ recovery-image] Aug 22 02:15:48.021 INFO O| Aug 22 02:15:48.021 INFO STEP 48 (remove_files) COMPLETE
40332024-08-22T02:15:50.112Z[ recovery-image] Aug 22 02:15:48.021 INFO O| Aug 22 02:15:48.021 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40342024-08-22T02:15:50.120Z[ recovery-image] Aug 22 02:15:48.030 INFO O| Aug 22 02:15:48.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
40352024-08-22T02:15:50.120Z[ recovery-image] Aug 22 02:15:48.030 INFO O| Aug 22 02:15:48.030 INFO STEP 49 (remove_files) COMPLETE
40362024-08-22T02:15:50.120Z[ recovery-image] Aug 22 02:15:48.030 INFO O| Aug 22 02:15:48.030 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40372024-08-22T02:15:50.129Z[ recovery-image] Aug 22 02:15:48.040 INFO O| Aug 22 02:15:48.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
40382024-08-22T02:15:50.132Z[ recovery-image] Aug 22 02:15:48.040 INFO O| Aug 22 02:15:48.040 INFO STEP 50 (remove_files) COMPLETE
40392024-08-22T02:15:50.132Z[ recovery-image] Aug 22 02:15:48.040 INFO O| Aug 22 02:15:48.040 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40402024-08-22T02:15:50.140Z[ recovery-image] Aug 22 02:15:48.051 INFO O| Aug 22 02:15:48.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
40412024-08-22T02:15:50.140Z[ recovery-image] Aug 22 02:15:48.051 INFO O| Aug 22 02:15:48.051 INFO STEP 51 (remove_files) COMPLETE
40422024-08-22T02:15:50.142Z[ recovery-image] Aug 22 02:15:48.051 INFO O| Aug 22 02:15:48.051 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40432024-08-22T02:15:50.151Z[ recovery-image] Aug 22 02:15:48.061 INFO O| Aug 22 02:15:48.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
40442024-08-22T02:15:50.153Z[ recovery-image] Aug 22 02:15:48.061 INFO O| Aug 22 02:15:48.061 INFO STEP 52 (remove_files) COMPLETE
40452024-08-22T02:15:50.154Z[ recovery-image] Aug 22 02:15:48.061 INFO O| Aug 22 02:15:48.061 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40462024-08-22T02:15:50.160Z[ recovery-image] Aug 22 02:15:48.071 INFO O| Aug 22 02:15:48.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
40472024-08-22T02:15:50.163Z[ recovery-image] Aug 22 02:15:48.071 INFO O| Aug 22 02:15:48.071 INFO STEP 53 (remove_files) COMPLETE
40482024-08-22T02:15:50.163Z[ recovery-image] Aug 22 02:15:48.072 INFO O| Aug 22 02:15:48.071 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40492024-08-22T02:15:50.170Z[ recovery-image] Aug 22 02:15:48.081 INFO O| Aug 22 02:15:48.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
40502024-08-22T02:15:50.173Z[ recovery-image] Aug 22 02:15:48.082 INFO O| Aug 22 02:15:48.082 INFO STEP 54 (remove_files) COMPLETE
40512024-08-22T02:15:50.173Z[ recovery-image] Aug 22 02:15:48.082 INFO O| Aug 22 02:15:48.082 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40522024-08-22T02:15:50.181Z[ recovery-image] Aug 22 02:15:48.091 INFO O| Aug 22 02:15:48.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
40532024-08-22T02:15:50.181Z[ recovery-image] Aug 22 02:15:48.092 INFO O| Aug 22 02:15:48.092 INFO STEP 55 (remove_files) COMPLETE
40542024-08-22T02:15:50.183Z[ recovery-image] Aug 22 02:15:48.092 INFO O| Aug 22 02:15:48.092 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40552024-08-22T02:15:50.190Z[ recovery-image] Aug 22 02:15:48.101 INFO O| Aug 22 02:15:48.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
40562024-08-22T02:15:50.190Z[ recovery-image] Aug 22 02:15:48.101 INFO O| Aug 22 02:15:48.101 INFO STEP 56 (remove_files) COMPLETE
40572024-08-22T02:15:50.193Z[ recovery-image] Aug 22 02:15:48.101 INFO O| Aug 22 02:15:48.101 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40582024-08-22T02:15:50.201Z[ recovery-image] Aug 22 02:15:48.111 INFO O| Aug 22 02:15:48.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
40592024-08-22T02:15:50.201Z[ recovery-image] Aug 22 02:15:48.111 INFO O| Aug 22 02:15:48.111 INFO STEP 57 (remove_files) COMPLETE
40602024-08-22T02:15:50.201Z[ recovery-image] Aug 22 02:15:48.111 INFO O| Aug 22 02:15:48.111 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40612024-08-22T02:15:50.211Z[ recovery-image] Aug 22 02:15:48.121 INFO O| Aug 22 02:15:48.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
40622024-08-22T02:15:50.213Z[ recovery-image] Aug 22 02:15:48.121 INFO O| Aug 22 02:15:48.121 INFO STEP 58 (remove_files) COMPLETE
40632024-08-22T02:15:50.213Z[ recovery-image] Aug 22 02:15:48.121 INFO O| Aug 22 02:15:48.121 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40642024-08-22T02:15:50.221Z[ recovery-image] Aug 22 02:15:48.131 INFO O| Aug 22 02:15:48.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
40652024-08-22T02:15:50.223Z[ recovery-image] Aug 22 02:15:48.131 INFO O| Aug 22 02:15:48.131 INFO STEP 59 (remove_files) COMPLETE
40662024-08-22T02:15:50.223Z[ recovery-image] Aug 22 02:15:48.131 INFO O| Aug 22 02:15:48.131 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40672024-08-22T02:15:50.230Z[ recovery-image] Aug 22 02:15:48.141 INFO O| Aug 22 02:15:48.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
40682024-08-22T02:15:50.233Z[ recovery-image] Aug 22 02:15:48.142 INFO O| Aug 22 02:15:48.142 INFO STEP 60 (remove_files) COMPLETE
40692024-08-22T02:15:50.233Z[ recovery-image] Aug 22 02:15:48.142 INFO O| Aug 22 02:15:48.142 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40702024-08-22T02:15:50.241Z[ recovery-image] Aug 22 02:15:48.152 INFO O| Aug 22 02:15:48.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
40712024-08-22T02:15:50.241Z[ recovery-image] Aug 22 02:15:48.152 INFO O| Aug 22 02:15:48.152 INFO STEP 61 (remove_files) COMPLETE
40722024-08-22T02:15:50.241Z[ recovery-image] Aug 22 02:15:48.152 INFO O| Aug 22 02:15:48.152 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40732024-08-22T02:15:50.251Z[ recovery-image] Aug 22 02:15:48.162 INFO O| Aug 22 02:15:48.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
40742024-08-22T02:15:50.251Z[ recovery-image] Aug 22 02:15:48.162 INFO O| Aug 22 02:15:48.162 INFO STEP 62 (remove_files) COMPLETE
40752024-08-22T02:15:50.254Z[ recovery-image] Aug 22 02:15:48.162 INFO O| Aug 22 02:15:48.162 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40762024-08-22T02:15:50.260Z[ recovery-image] Aug 22 02:15:48.171 INFO O| Aug 22 02:15:48.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
40772024-08-22T02:15:50.263Z[ recovery-image] Aug 22 02:15:48.171 INFO O| Aug 22 02:15:48.171 INFO STEP 63 (remove_files) COMPLETE
40782024-08-22T02:15:50.263Z[ recovery-image] Aug 22 02:15:48.171 INFO O| Aug 22 02:15:48.171 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40792024-08-22T02:15:50.270Z[ recovery-image] Aug 22 02:15:48.181 INFO O| Aug 22 02:15:48.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
40802024-08-22T02:15:50.273Z[ recovery-image] Aug 22 02:15:48.182 INFO O| Aug 22 02:15:48.182 INFO STEP 64 (remove_files) COMPLETE
40812024-08-22T02:15:50.273Z[ recovery-image] Aug 22 02:15:48.182 INFO O| Aug 22 02:15:48.182 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40822024-08-22T02:15:50.280Z[ recovery-image] Aug 22 02:15:48.191 INFO O| Aug 22 02:15:48.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
40832024-08-22T02:15:50.283Z[ recovery-image] Aug 22 02:15:48.192 INFO O| Aug 22 02:15:48.192 INFO STEP 65 (remove_files) COMPLETE
40842024-08-22T02:15:50.283Z[ recovery-image] Aug 22 02:15:48.192 INFO O| Aug 22 02:15:48.192 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40852024-08-22T02:15:50.291Z[ recovery-image] Aug 22 02:15:48.202 INFO O| Aug 22 02:15:48.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
40862024-08-22T02:15:50.291Z[ recovery-image] Aug 22 02:15:48.202 INFO O| Aug 22 02:15:48.202 INFO STEP 66 (remove_files) COMPLETE
40872024-08-22T02:15:50.294Z[ recovery-image] Aug 22 02:15:48.202 INFO O| Aug 22 02:15:48.202 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40882024-08-22T02:15:50.301Z[ recovery-image] Aug 22 02:15:48.212 INFO O| Aug 22 02:15:48.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
40892024-08-22T02:15:50.301Z[ recovery-image] Aug 22 02:15:48.212 INFO O| Aug 22 02:15:48.212 INFO STEP 67 (remove_files) COMPLETE
40902024-08-22T02:15:50.303Z[ recovery-image] Aug 22 02:15:48.212 INFO O| Aug 22 02:15:48.212 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40912024-08-22T02:15:50.310Z[ recovery-image] Aug 22 02:15:48.221 INFO O| Aug 22 02:15:48.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
40922024-08-22T02:15:50.311Z[ recovery-image] Aug 22 02:15:48.221 INFO O| Aug 22 02:15:48.221 INFO STEP 68 (remove_files) COMPLETE
40932024-08-22T02:15:50.311Z[ recovery-image] Aug 22 02:15:48.221 INFO O| Aug 22 02:15:48.221 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40942024-08-22T02:15:50.320Z[ recovery-image] Aug 22 02:15:48.231 INFO O| Aug 22 02:15:48.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
40952024-08-22T02:15:50.320Z[ recovery-image] Aug 22 02:15:48.231 INFO O| Aug 22 02:15:48.231 INFO STEP 69 (remove_files) COMPLETE
40962024-08-22T02:15:50.323Z[ recovery-image] Aug 22 02:15:48.231 INFO O| Aug 22 02:15:48.231 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40972024-08-22T02:15:50.330Z[ recovery-image] Aug 22 02:15:48.241 INFO O| Aug 22 02:15:48.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
40982024-08-22T02:15:50.330Z[ recovery-image] Aug 22 02:15:48.241 INFO O| Aug 22 02:15:48.241 INFO STEP 70 (remove_files) COMPLETE
40992024-08-22T02:15:50.333Z[ recovery-image] Aug 22 02:15:48.241 INFO O| Aug 22 02:15:48.241 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41002024-08-22T02:15:50.340Z[ recovery-image] Aug 22 02:15:48.251 INFO O| Aug 22 02:15:48.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
41012024-08-22T02:15:50.340Z[ recovery-image] Aug 22 02:15:48.251 INFO O| Aug 22 02:15:48.251 INFO STEP 71 (remove_files) COMPLETE
41022024-08-22T02:15:50.340Z[ recovery-image] Aug 22 02:15:48.251 INFO O| Aug 22 02:15:48.251 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41032024-08-22T02:15:50.351Z[ recovery-image] Aug 22 02:15:48.262 INFO O| Aug 22 02:15:48.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
41042024-08-22T02:15:50.351Z[ recovery-image] Aug 22 02:15:48.262 INFO O| Aug 22 02:15:48.262 INFO STEP 72 (remove_files) COMPLETE
41052024-08-22T02:15:50.354Z[ recovery-image] Aug 22 02:15:48.262 INFO O| Aug 22 02:15:48.262 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41062024-08-22T02:15:50.363Z[ recovery-image] Aug 22 02:15:48.274 INFO O| Aug 22 02:15:48.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
41072024-08-22T02:15:50.363Z[ recovery-image] Aug 22 02:15:48.274 INFO O| Aug 22 02:15:48.274 INFO STEP 73 (remove_files) COMPLETE
41082024-08-22T02:15:50.363Z[ recovery-image] Aug 22 02:15:48.274 INFO O| Aug 22 02:15:48.274 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41092024-08-22T02:15:50.374Z[ recovery-image] Aug 22 02:15:48.285 INFO O| Aug 22 02:15:48.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
41102024-08-22T02:15:50.376Z[ recovery-image] Aug 22 02:15:48.285 INFO O| Aug 22 02:15:48.285 INFO STEP 74 (remove_files) COMPLETE
41112024-08-22T02:15:50.376Z[ recovery-image] Aug 22 02:15:48.285 INFO O| Aug 22 02:15:48.285 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41122024-08-22T02:15:50.385Z[ recovery-image] Aug 22 02:15:48.296 INFO O| Aug 22 02:15:48.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
41132024-08-22T02:15:50.385Z[ recovery-image] Aug 22 02:15:48.296 INFO O| Aug 22 02:15:48.296 INFO STEP 75 (remove_files) COMPLETE
41142024-08-22T02:15:50.387Z[ recovery-image] Aug 22 02:15:48.296 INFO O| Aug 22 02:15:48.296 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41152024-08-22T02:15:50.395Z[ recovery-image] Aug 22 02:15:48.306 INFO O| Aug 22 02:15:48.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
41162024-08-22T02:15:50.398Z[ recovery-image] Aug 22 02:15:48.306 INFO O| Aug 22 02:15:48.306 INFO STEP 76 (remove_files) COMPLETE
41172024-08-22T02:15:50.398Z[ recovery-image] Aug 22 02:15:48.306 INFO O| Aug 22 02:15:48.306 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41182024-08-22T02:15:50.405Z[ recovery-image] Aug 22 02:15:48.315 INFO O| Aug 22 02:15:48.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
41192024-08-22T02:15:50.405Z[ recovery-image] Aug 22 02:15:48.316 INFO O| Aug 22 02:15:48.315 INFO STEP 77 (remove_files) COMPLETE
41202024-08-22T02:15:50.407Z[ recovery-image] Aug 22 02:15:48.316 INFO O| Aug 22 02:15:48.316 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41212024-08-22T02:15:50.414Z[ recovery-image] Aug 22 02:15:48.325 INFO O| Aug 22 02:15:48.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
41222024-08-22T02:15:50.417Z[ recovery-image] Aug 22 02:15:48.326 INFO O| Aug 22 02:15:48.326 INFO STEP 78 (remove_files) COMPLETE
41232024-08-22T02:15:50.417Z[ recovery-image] Aug 22 02:15:48.326 INFO O| Aug 22 02:15:48.326 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41242024-08-22T02:15:50.425Z[ recovery-image] Aug 22 02:15:48.336 INFO O| Aug 22 02:15:48.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
41252024-08-22T02:15:50.425Z[ recovery-image] Aug 22 02:15:48.336 INFO O| Aug 22 02:15:48.336 INFO STEP 79 (remove_files) COMPLETE
41262024-08-22T02:15:50.425Z[ recovery-image] Aug 22 02:15:48.336 INFO O| Aug 22 02:15:48.336 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41272024-08-22T02:15:50.435Z[ recovery-image] Aug 22 02:15:48.346 INFO O| Aug 22 02:15:48.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
41282024-08-22T02:15:50.435Z[ recovery-image] Aug 22 02:15:48.346 INFO O| Aug 22 02:15:48.346 INFO STEP 80 (remove_files) COMPLETE
41292024-08-22T02:15:50.435Z[ recovery-image] Aug 22 02:15:48.346 INFO O| Aug 22 02:15:48.346 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41302024-08-22T02:15:50.445Z[ recovery-image] Aug 22 02:15:48.355 INFO O| Aug 22 02:15:48.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
41312024-08-22T02:15:50.447Z[ recovery-image] Aug 22 02:15:48.356 INFO O| Aug 22 02:15:48.355 INFO STEP 81 (remove_files) COMPLETE
41322024-08-22T02:15:50.447Z[ recovery-image] Aug 22 02:15:48.356 INFO O| Aug 22 02:15:48.355 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41332024-08-22T02:15:50.454Z[ recovery-image] Aug 22 02:15:48.365 INFO O| Aug 22 02:15:48.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
41342024-08-22T02:15:50.454Z[ recovery-image] Aug 22 02:15:48.365 INFO O| Aug 22 02:15:48.365 INFO STEP 82 (remove_files) COMPLETE
41352024-08-22T02:15:50.455Z[ recovery-image] Aug 22 02:15:48.365 INFO O| Aug 22 02:15:48.365 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41362024-08-22T02:15:50.464Z[ recovery-image] Aug 22 02:15:48.375 INFO O| Aug 22 02:15:48.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
41372024-08-22T02:15:50.464Z[ recovery-image] Aug 22 02:15:48.375 INFO O| Aug 22 02:15:48.375 INFO STEP 83 (remove_files) COMPLETE
41382024-08-22T02:15:50.464Z[ recovery-image] Aug 22 02:15:48.375 INFO O| Aug 22 02:15:48.375 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41392024-08-22T02:15:50.474Z[ recovery-image] Aug 22 02:15:48.385 INFO O| Aug 22 02:15:48.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
41402024-08-22T02:15:50.474Z[ recovery-image] Aug 22 02:15:48.385 INFO O| Aug 22 02:15:48.385 INFO STEP 84 (remove_files) COMPLETE
41412024-08-22T02:15:50.476Z[ recovery-image] Aug 22 02:15:48.385 INFO O| Aug 22 02:15:48.385 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41422024-08-22T02:15:50.485Z[ recovery-image] Aug 22 02:15:48.396 INFO O| Aug 22 02:15:48.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
41432024-08-22T02:15:50.485Z[ recovery-image] Aug 22 02:15:48.396 INFO O| Aug 22 02:15:48.396 INFO STEP 85 (remove_files) COMPLETE
41442024-08-22T02:15:50.487Z[ recovery-image] Aug 22 02:15:48.396 INFO O| Aug 22 02:15:48.396 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41452024-08-22T02:15:50.495Z[ recovery-image] Aug 22 02:15:48.406 INFO O| Aug 22 02:15:48.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
41462024-08-22T02:15:50.497Z[ recovery-image] Aug 22 02:15:48.406 INFO O| Aug 22 02:15:48.406 INFO STEP 86 (remove_files) COMPLETE
41472024-08-22T02:15:50.498Z[ recovery-image] Aug 22 02:15:48.406 INFO O| Aug 22 02:15:48.406 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41482024-08-22T02:15:50.505Z[ recovery-image] Aug 22 02:15:48.416 INFO O| Aug 22 02:15:48.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
41492024-08-22T02:15:50.505Z[ recovery-image] Aug 22 02:15:48.416 INFO O| Aug 22 02:15:48.416 INFO STEP 87 (remove_files) COMPLETE
41502024-08-22T02:15:50.508Z[ recovery-image] Aug 22 02:15:48.416 INFO O| Aug 22 02:15:48.416 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41512024-08-22T02:15:50.516Z[ recovery-image] Aug 22 02:15:48.426 INFO O| Aug 22 02:15:48.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
41522024-08-22T02:15:50.516Z[ recovery-image] Aug 22 02:15:48.426 INFO O| Aug 22 02:15:48.426 INFO STEP 88 (remove_files) COMPLETE
41532024-08-22T02:15:50.519Z[ recovery-image] Aug 22 02:15:48.426 INFO O| Aug 22 02:15:48.426 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41542024-08-22T02:15:50.526Z[ recovery-image] Aug 22 02:15:48.437 INFO O| Aug 22 02:15:48.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
41552024-08-22T02:15:50.526Z[ recovery-image] Aug 22 02:15:48.437 INFO O| Aug 22 02:15:48.437 INFO STEP 89 (remove_files) COMPLETE
41562024-08-22T02:15:50.529Z[ recovery-image] Aug 22 02:15:48.437 INFO O| Aug 22 02:15:48.437 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41572024-08-22T02:15:50.536Z[ recovery-image] Aug 22 02:15:48.447 INFO O| Aug 22 02:15:48.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
41582024-08-22T02:15:50.536Z[ recovery-image] Aug 22 02:15:48.447 INFO O| Aug 22 02:15:48.447 INFO STEP 90 (remove_files) COMPLETE
41592024-08-22T02:15:50.539Z[ recovery-image] Aug 22 02:15:48.447 INFO O| Aug 22 02:15:48.447 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41602024-08-22T02:15:50.546Z[ recovery-image] Aug 22 02:15:48.457 INFO O| Aug 22 02:15:48.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
41612024-08-22T02:15:50.549Z[ recovery-image] Aug 22 02:15:48.457 INFO O| Aug 22 02:15:48.457 INFO STEP 91 (remove_files) COMPLETE
41622024-08-22T02:15:50.549Z[ recovery-image] Aug 22 02:15:48.457 INFO O| Aug 22 02:15:48.457 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41632024-08-22T02:15:50.556Z[ recovery-image] Aug 22 02:15:48.467 INFO O| Aug 22 02:15:48.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
41642024-08-22T02:15:50.559Z[ recovery-image] Aug 22 02:15:48.467 INFO O| Aug 22 02:15:48.467 INFO STEP 92 (remove_files) COMPLETE
41652024-08-22T02:15:50.559Z[ recovery-image] Aug 22 02:15:48.467 INFO O| Aug 22 02:15:48.467 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41662024-08-22T02:15:50.566Z[ recovery-image] Aug 22 02:15:48.477 INFO O| Aug 22 02:15:48.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
41672024-08-22T02:15:50.569Z[ recovery-image] Aug 22 02:15:48.477 INFO O| Aug 22 02:15:48.477 INFO STEP 93 (remove_files) COMPLETE
41682024-08-22T02:15:50.569Z[ recovery-image] Aug 22 02:15:48.477 INFO O| Aug 22 02:15:48.477 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41692024-08-22T02:15:50.576Z[ recovery-image] Aug 22 02:15:48.487 INFO O| Aug 22 02:15:48.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
41702024-08-22T02:15:50.578Z[ recovery-image] Aug 22 02:15:48.487 INFO O| Aug 22 02:15:48.487 INFO STEP 94 (remove_files) COMPLETE
41712024-08-22T02:15:50.579Z[ recovery-image] Aug 22 02:15:48.487 INFO O| Aug 22 02:15:48.487 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41722024-08-22T02:15:50.586Z[ recovery-image] Aug 22 02:15:48.497 INFO O| Aug 22 02:15:48.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
41732024-08-22T02:15:50.586Z[ recovery-image] Aug 22 02:15:48.497 INFO O| Aug 22 02:15:48.497 INFO STEP 95 (remove_files) COMPLETE
41742024-08-22T02:15:50.589Z[ recovery-image] Aug 22 02:15:48.497 INFO O| Aug 22 02:15:48.497 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41752024-08-22T02:15:50.596Z[ recovery-image] Aug 22 02:15:48.506 INFO O| Aug 22 02:15:48.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
41762024-08-22T02:15:50.596Z[ recovery-image] Aug 22 02:15:48.506 INFO O| Aug 22 02:15:48.506 INFO STEP 96 (remove_files) COMPLETE
41772024-08-22T02:15:50.598Z[ recovery-image] Aug 22 02:15:48.506 INFO O| Aug 22 02:15:48.506 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41782024-08-22T02:15:50.605Z[ recovery-image] Aug 22 02:15:48.516 INFO O| Aug 22 02:15:48.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
41792024-08-22T02:15:50.608Z[ recovery-image] Aug 22 02:15:48.516 INFO O| Aug 22 02:15:48.516 INFO STEP 97 (remove_files) COMPLETE
41802024-08-22T02:15:50.608Z[ recovery-image] Aug 22 02:15:48.516 INFO O| Aug 22 02:15:48.516 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41812024-08-22T02:15:50.615Z[ recovery-image] Aug 22 02:15:48.526 INFO O| Aug 22 02:15:48.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
41822024-08-22T02:15:50.615Z[ recovery-image] Aug 22 02:15:48.526 INFO O| Aug 22 02:15:48.526 INFO STEP 98 (remove_files) COMPLETE
41832024-08-22T02:15:50.630Z[ recovery-image] Aug 22 02:15:48.526 INFO O| Aug 22 02:15:48.526 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41842024-08-22T02:15:50.630Z[ recovery-image] Aug 22 02:15:48.535 INFO O| Aug 22 02:15:48.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
41852024-08-22T02:15:50.630Z[ recovery-image] Aug 22 02:15:48.535 INFO O| Aug 22 02:15:48.535 INFO STEP 99 (remove_files) COMPLETE
41862024-08-22T02:15:50.630Z[ recovery-image] Aug 22 02:15:48.535 INFO O| Aug 22 02:15:48.535 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41872024-08-22T02:15:50.696Z[ recovery-image] Aug 22 02:15:48.545 INFO O| Aug 22 02:15:48.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
41882024-08-22T02:15:50.696Z[ recovery-image] Aug 22 02:15:48.545 INFO O| Aug 22 02:15:48.545 INFO STEP 100 (remove_files) COMPLETE
41892024-08-22T02:15:50.696Z[ recovery-image] Aug 22 02:15:48.545 INFO O| Aug 22 02:15:48.545 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41902024-08-22T02:15:50.696Z[ recovery-image] Aug 22 02:15:48.554 INFO O| Aug 22 02:15:48.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
41912024-08-22T02:15:50.696Z[ recovery-image] Aug 22 02:15:48.555 INFO O| Aug 22 02:15:48.555 INFO STEP 101 (remove_files) COMPLETE
41922024-08-22T02:15:50.696Z[ recovery-image] Aug 22 02:15:48.555 INFO O| Aug 22 02:15:48.555 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41932024-08-22T02:15:50.696Z[ recovery-image] Aug 22 02:15:48.564 INFO O| Aug 22 02:15:48.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
41942024-08-22T02:15:50.696Z[ recovery-image] Aug 22 02:15:48.564 INFO O| Aug 22 02:15:48.564 INFO STEP 102 (remove_files) COMPLETE
41952024-08-22T02:15:50.696Z[ recovery-image] Aug 22 02:15:48.564 INFO O| Aug 22 02:15:48.564 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41962024-08-22T02:15:50.696Z[ recovery-image] Aug 22 02:15:48.573 INFO O| Aug 22 02:15:48.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
41972024-08-22T02:15:50.696Z[ recovery-image] Aug 22 02:15:48.574 INFO O| Aug 22 02:15:48.574 INFO STEP 103 (remove_files) COMPLETE
41982024-08-22T02:15:50.696Z[ recovery-image] Aug 22 02:15:48.574 INFO O| Aug 22 02:15:48.574 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-08-22T02:15:50.696Z[ recovery-image] Aug 22 02:15:48.583 INFO O| Aug 22 02:15:48.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
42002024-08-22T02:15:50.697Z[ recovery-image] Aug 22 02:15:48.583 INFO O| Aug 22 02:15:48.583 INFO STEP 104 (remove_files) COMPLETE
42012024-08-22T02:15:50.697Z[ recovery-image] Aug 22 02:15:48.583 INFO O| Aug 22 02:15:48.583 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-08-22T02:15:50.697Z[ recovery-image] Aug 22 02:15:48.593 INFO O| Aug 22 02:15:48.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
42032024-08-22T02:15:50.697Z[ recovery-image] Aug 22 02:15:48.593 INFO O| Aug 22 02:15:48.593 INFO STEP 105 (remove_files) COMPLETE
42042024-08-22T02:15:50.697Z[ recovery-image] Aug 22 02:15:48.593 INFO O| Aug 22 02:15:48.593 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-08-22T02:15:50.697Z[ recovery-image] Aug 22 02:15:48.602 INFO O| Aug 22 02:15:48.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
42062024-08-22T02:15:50.697Z[ recovery-image] Aug 22 02:15:48.602 INFO O| Aug 22 02:15:48.602 INFO STEP 106 (remove_files) COMPLETE
42072024-08-22T02:15:50.697Z[ recovery-image] Aug 22 02:15:48.602 INFO O| Aug 22 02:15:48.602 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-08-22T02:15:50.704Z[ recovery-image] Aug 22 02:15:48.613 INFO O| Aug 22 02:15:48.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
42092024-08-22T02:15:50.704Z[ recovery-image] Aug 22 02:15:48.613 INFO O| Aug 22 02:15:48.613 INFO STEP 107 (remove_files) COMPLETE
42102024-08-22T02:15:50.704Z[ recovery-image] Aug 22 02:15:48.613 INFO O| Aug 22 02:15:48.613 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-08-22T02:15:50.713Z[ recovery-image] Aug 22 02:15:48.623 INFO O| Aug 22 02:15:48.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
42122024-08-22T02:15:50.715Z[ recovery-image] Aug 22 02:15:48.624 INFO O| Aug 22 02:15:48.624 INFO STEP 108 (remove_files) COMPLETE
42132024-08-22T02:15:50.715Z[ recovery-image] Aug 22 02:15:48.624 INFO O| Aug 22 02:15:48.624 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42142024-08-22T02:15:50.723Z[ recovery-image] Aug 22 02:15:48.634 INFO O| Aug 22 02:15:48.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
42152024-08-22T02:15:50.725Z[ recovery-image] Aug 22 02:15:48.634 INFO O| Aug 22 02:15:48.634 INFO STEP 109 (remove_files) COMPLETE
42162024-08-22T02:15:50.725Z[ recovery-image] Aug 22 02:15:48.634 INFO O| Aug 22 02:15:48.634 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42172024-08-22T02:15:50.733Z[ recovery-image] Aug 22 02:15:48.644 INFO O| Aug 22 02:15:48.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
42182024-08-22T02:15:50.733Z[ recovery-image] Aug 22 02:15:48.644 INFO O| Aug 22 02:15:48.644 INFO STEP 110 (remove_files) COMPLETE
42192024-08-22T02:15:50.733Z[ recovery-image] Aug 22 02:15:48.644 INFO O| Aug 22 02:15:48.644 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42202024-08-22T02:15:50.744Z[ recovery-image] Aug 22 02:15:48.654 INFO O| Aug 22 02:15:48.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
42212024-08-22T02:15:50.744Z[ recovery-image] Aug 22 02:15:48.654 INFO O| Aug 22 02:15:48.654 INFO STEP 111 (remove_files) COMPLETE
42222024-08-22T02:15:50.744Z[ recovery-image] Aug 22 02:15:48.654 INFO O| Aug 22 02:15:48.654 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42232024-08-22T02:15:50.755Z[ recovery-image] Aug 22 02:15:48.664 INFO O| Aug 22 02:15:48.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
42242024-08-22T02:15:50.755Z[ recovery-image] Aug 22 02:15:48.664 INFO O| Aug 22 02:15:48.664 INFO STEP 112 (remove_files) COMPLETE
42252024-08-22T02:15:50.759Z[ recovery-image] Aug 22 02:15:48.664 INFO O| Aug 22 02:15:48.664 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42262024-08-22T02:15:50.764Z[ recovery-image] Aug 22 02:15:48.674 INFO O| Aug 22 02:15:48.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
42272024-08-22T02:15:50.766Z[ recovery-image] Aug 22 02:15:48.675 INFO O| Aug 22 02:15:48.675 INFO STEP 113 (remove_files) COMPLETE
42282024-08-22T02:15:50.766Z[ recovery-image] Aug 22 02:15:48.675 INFO O| Aug 22 02:15:48.675 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42292024-08-22T02:15:50.774Z[ recovery-image] Aug 22 02:15:48.684 INFO O| Aug 22 02:15:48.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
42302024-08-22T02:15:50.774Z[ recovery-image] Aug 22 02:15:48.685 INFO O| Aug 22 02:15:48.684 INFO STEP 114 (remove_files) COMPLETE
42312024-08-22T02:15:50.778Z[ recovery-image] Aug 22 02:15:48.685 INFO O| Aug 22 02:15:48.685 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42322024-08-22T02:15:50.784Z[ recovery-image] Aug 22 02:15:48.694 INFO O| Aug 22 02:15:48.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
42332024-08-22T02:15:50.784Z[ recovery-image] Aug 22 02:15:48.694 INFO O| Aug 22 02:15:48.694 INFO STEP 115 (remove_files) COMPLETE
42342024-08-22T02:15:50.787Z[ recovery-image] Aug 22 02:15:48.694 INFO O| Aug 22 02:15:48.694 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-08-22T02:15:50.793Z[ recovery-image] Aug 22 02:15:48.704 INFO O| Aug 22 02:15:48.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
42362024-08-22T02:15:50.793Z[ recovery-image] Aug 22 02:15:48.704 INFO O| Aug 22 02:15:48.704 INFO STEP 116 (remove_files) COMPLETE
42372024-08-22T02:15:50.793Z[ recovery-image] Aug 22 02:15:48.704 INFO O| Aug 22 02:15:48.704 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42382024-08-22T02:15:50.802Z[ recovery-image] Aug 22 02:15:48.713 INFO O| Aug 22 02:15:48.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
42392024-08-22T02:15:50.805Z[ recovery-image] Aug 22 02:15:48.713 INFO O| Aug 22 02:15:48.713 INFO STEP 117 (remove_files) COMPLETE
42402024-08-22T02:15:50.805Z[ recovery-image] Aug 22 02:15:48.713 INFO O| Aug 22 02:15:48.713 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42412024-08-22T02:15:50.812Z[ recovery-image] Aug 22 02:15:48.723 INFO O| Aug 22 02:15:48.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
42422024-08-22T02:15:50.814Z[ recovery-image] Aug 22 02:15:48.723 INFO O| Aug 22 02:15:48.723 INFO STEP 118 (remove_files) COMPLETE
42432024-08-22T02:15:50.814Z[ recovery-image] Aug 22 02:15:48.723 INFO O| Aug 22 02:15:48.723 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42442024-08-22T02:15:50.823Z[ recovery-image] Aug 22 02:15:48.732 INFO O| Aug 22 02:15:48.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
42452024-08-22T02:15:50.823Z[ recovery-image] Aug 22 02:15:48.732 INFO O| Aug 22 02:15:48.732 INFO STEP 119 (remove_files) COMPLETE
42462024-08-22T02:15:50.828Z[ recovery-image] Aug 22 02:15:48.732 INFO O| Aug 22 02:15:48.732 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42472024-08-22T02:15:50.831Z[ recovery-image] Aug 22 02:15:48.742 INFO O| Aug 22 02:15:48.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
42482024-08-22T02:15:50.834Z[ recovery-image] Aug 22 02:15:48.742 INFO O| Aug 22 02:15:48.742 INFO STEP 120 (remove_files) COMPLETE
42492024-08-22T02:15:50.834Z[ recovery-image] Aug 22 02:15:48.743 INFO O| Aug 22 02:15:48.742 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42502024-08-22T02:15:50.842Z[ recovery-image] Aug 22 02:15:48.752 INFO O| Aug 22 02:15:48.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
42512024-08-22T02:15:50.842Z[ recovery-image] Aug 22 02:15:48.752 INFO O| Aug 22 02:15:48.752 INFO STEP 121 (remove_files) COMPLETE
42522024-08-22T02:15:50.844Z[ recovery-image] Aug 22 02:15:48.752 INFO O| Aug 22 02:15:48.752 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42532024-08-22T02:15:50.851Z[ recovery-image] Aug 22 02:15:48.762 INFO O| Aug 22 02:15:48.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
42542024-08-22T02:15:50.851Z[ recovery-image] Aug 22 02:15:48.762 INFO O| Aug 22 02:15:48.762 INFO STEP 122 (remove_files) COMPLETE
42552024-08-22T02:15:50.854Z[ recovery-image] Aug 22 02:15:48.762 INFO O| Aug 22 02:15:48.762 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42562024-08-22T02:15:50.862Z[ recovery-image] Aug 22 02:15:48.772 INFO O| Aug 22 02:15:48.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
42572024-08-22T02:15:50.862Z[ recovery-image] Aug 22 02:15:48.772 INFO O| Aug 22 02:15:48.772 INFO STEP 123 (remove_files) COMPLETE
42582024-08-22T02:15:50.862Z[ recovery-image] Aug 22 02:15:48.772 INFO O| Aug 22 02:15:48.772 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42592024-08-22T02:15:50.870Z[ recovery-image] Aug 22 02:15:48.781 INFO O| Aug 22 02:15:48.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
42602024-08-22T02:15:50.871Z[ recovery-image] Aug 22 02:15:48.781 INFO O| Aug 22 02:15:48.781 INFO STEP 124 (remove_files) COMPLETE
42612024-08-22T02:15:50.871Z[ recovery-image] Aug 22 02:15:48.781 INFO O| Aug 22 02:15:48.781 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42622024-08-22T02:15:50.880Z[ recovery-image] Aug 22 02:15:48.791 INFO O| Aug 22 02:15:48.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
42632024-08-22T02:15:50.882Z[ recovery-image] Aug 22 02:15:48.791 INFO O| Aug 22 02:15:48.791 INFO STEP 125 (remove_files) COMPLETE
42642024-08-22T02:15:50.882Z[ recovery-image] Aug 22 02:15:48.791 INFO O| Aug 22 02:15:48.791 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-08-22T02:15:50.891Z[ recovery-image] Aug 22 02:15:48.802 INFO O| Aug 22 02:15:48.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
42662024-08-22T02:15:50.891Z[ recovery-image] Aug 22 02:15:48.802 INFO O| Aug 22 02:15:48.802 INFO STEP 126 (remove_files) COMPLETE
42672024-08-22T02:15:50.894Z[ recovery-image] Aug 22 02:15:48.802 INFO O| Aug 22 02:15:48.802 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-08-22T02:15:50.903Z[ recovery-image] Aug 22 02:15:48.814 INFO O| Aug 22 02:15:48.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
42692024-08-22T02:15:50.904Z[ recovery-image] Aug 22 02:15:48.814 INFO O| Aug 22 02:15:48.814 INFO STEP 127 (remove_files) COMPLETE
42702024-08-22T02:15:50.906Z[ recovery-image] Aug 22 02:15:48.814 INFO O| Aug 22 02:15:48.814 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42712024-08-22T02:15:50.914Z[ recovery-image] Aug 22 02:15:48.825 INFO O| Aug 22 02:15:48.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
42722024-08-22T02:15:50.914Z[ recovery-image] Aug 22 02:15:48.825 INFO O| Aug 22 02:15:48.825 INFO STEP 128 (remove_files) COMPLETE
42732024-08-22T02:15:50.927Z[ recovery-image] Aug 22 02:15:48.825 INFO O| Aug 22 02:15:48.825 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-08-22T02:15:50.927Z[ recovery-image] Aug 22 02:15:48.834 INFO O| Aug 22 02:15:48.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
42752024-08-22T02:15:50.927Z[ recovery-image] Aug 22 02:15:48.834 INFO O| Aug 22 02:15:48.834 INFO STEP 129 (remove_files) COMPLETE
42762024-08-22T02:15:50.927Z[ recovery-image] Aug 22 02:15:48.834 INFO O| Aug 22 02:15:48.834 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-08-22T02:15:50.933Z[ recovery-image] Aug 22 02:15:48.844 INFO O| Aug 22 02:15:48.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
42782024-08-22T02:15:50.933Z[ recovery-image] Aug 22 02:15:48.844 INFO O| Aug 22 02:15:48.844 INFO STEP 130 (remove_files) COMPLETE
42792024-08-22T02:15:50.933Z[ recovery-image] Aug 22 02:15:48.844 INFO O| Aug 22 02:15:48.844 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-08-22T02:15:50.943Z[ recovery-image] Aug 22 02:15:48.853 INFO O| Aug 22 02:15:48.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
42812024-08-22T02:15:50.943Z[ recovery-image] Aug 22 02:15:48.853 INFO O| Aug 22 02:15:48.853 INFO STEP 131 (remove_files) COMPLETE
42822024-08-22T02:15:50.943Z[ recovery-image] Aug 22 02:15:48.853 INFO O| Aug 22 02:15:48.853 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-08-22T02:15:50.952Z[ recovery-image] Aug 22 02:15:48.863 INFO O| Aug 22 02:15:48.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
42842024-08-22T02:15:50.952Z[ recovery-image] Aug 22 02:15:48.863 INFO O| Aug 22 02:15:48.863 INFO STEP 132 (remove_files) COMPLETE
42852024-08-22T02:15:50.955Z[ recovery-image] Aug 22 02:15:48.863 INFO O| Aug 22 02:15:48.863 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-08-22T02:15:50.962Z[ recovery-image] Aug 22 02:15:48.872 INFO O| Aug 22 02:15:48.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
42872024-08-22T02:15:50.964Z[ recovery-image] Aug 22 02:15:48.872 INFO O| Aug 22 02:15:48.872 INFO STEP 133 (remove_files) COMPLETE
42882024-08-22T02:15:50.964Z[ recovery-image] Aug 22 02:15:48.872 INFO O| Aug 22 02:15:48.872 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-08-22T02:15:50.971Z[ recovery-image] Aug 22 02:15:48.882 INFO O| Aug 22 02:15:48.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
42902024-08-22T02:15:50.971Z[ recovery-image] Aug 22 02:15:48.882 INFO O| Aug 22 02:15:48.882 INFO STEP 134 (remove_files) COMPLETE
42912024-08-22T02:15:50.974Z[ recovery-image] Aug 22 02:15:48.882 INFO O| Aug 22 02:15:48.882 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-08-22T02:15:50.981Z[ recovery-image] Aug 22 02:15:48.892 INFO O| Aug 22 02:15:48.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
42932024-08-22T02:15:50.981Z[ recovery-image] Aug 22 02:15:48.892 INFO O| Aug 22 02:15:48.892 INFO STEP 135 (remove_files) COMPLETE
42942024-08-22T02:15:50.984Z[ recovery-image] Aug 22 02:15:48.892 INFO O| Aug 22 02:15:48.892 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-08-22T02:15:50.992Z[ recovery-image] Aug 22 02:15:48.903 INFO O| Aug 22 02:15:48.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
42962024-08-22T02:15:50.992Z[ recovery-image] Aug 22 02:15:48.903 INFO O| Aug 22 02:15:48.903 INFO STEP 136 (remove_files) COMPLETE
42972024-08-22T02:15:50.992Z[ recovery-image] Aug 22 02:15:48.903 INFO O| Aug 22 02:15:48.903 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-08-22T02:15:51.002Z[ recovery-image] Aug 22 02:15:48.913 INFO O| Aug 22 02:15:48.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
42992024-08-22T02:15:51.002Z[ recovery-image] Aug 22 02:15:48.913 INFO O| Aug 22 02:15:48.913 INFO STEP 137 (remove_files) COMPLETE
43002024-08-22T02:15:51.002Z[ recovery-image] Aug 22 02:15:48.913 INFO O| Aug 22 02:15:48.913 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-08-22T02:15:51.012Z[ recovery-image] Aug 22 02:15:48.923 INFO O| Aug 22 02:15:48.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
43022024-08-22T02:15:51.012Z[ recovery-image] Aug 22 02:15:48.923 INFO O| Aug 22 02:15:48.923 INFO STEP 138 (remove_files) COMPLETE
43032024-08-22T02:15:51.015Z[ recovery-image] Aug 22 02:15:48.923 INFO O| Aug 22 02:15:48.923 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-08-22T02:15:51.023Z[ recovery-image] Aug 22 02:15:48.933 INFO O| Aug 22 02:15:48.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
43052024-08-22T02:15:51.023Z[ recovery-image] Aug 22 02:15:48.933 INFO O| Aug 22 02:15:48.933 INFO STEP 139 (remove_files) COMPLETE
43062024-08-22T02:15:51.025Z[ recovery-image] Aug 22 02:15:48.933 INFO O| Aug 22 02:15:48.933 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-08-22T02:15:51.033Z[ recovery-image] Aug 22 02:15:48.943 INFO O| Aug 22 02:15:48.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
43082024-08-22T02:15:51.033Z[ recovery-image] Aug 22 02:15:48.944 INFO O| Aug 22 02:15:48.943 INFO STEP 140 (remove_files) COMPLETE
43092024-08-22T02:15:51.036Z[ recovery-image] Aug 22 02:15:48.944 INFO O| Aug 22 02:15:48.943 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-08-22T02:15:51.043Z[ recovery-image] Aug 22 02:15:48.954 INFO O| Aug 22 02:15:48.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
43112024-08-22T02:15:51.046Z[ recovery-image] Aug 22 02:15:48.954 INFO O| Aug 22 02:15:48.954 INFO STEP 141 (remove_files) COMPLETE
43122024-08-22T02:15:51.046Z[ recovery-image] Aug 22 02:15:48.954 INFO O| Aug 22 02:15:48.954 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-08-22T02:15:51.054Z[ recovery-image] Aug 22 02:15:48.965 INFO O| Aug 22 02:15:48.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
43142024-08-22T02:15:51.054Z[ recovery-image] Aug 22 02:15:48.965 INFO O| Aug 22 02:15:48.965 INFO STEP 142 (remove_files) COMPLETE
43152024-08-22T02:15:51.057Z[ recovery-image] Aug 22 02:15:48.965 INFO O| Aug 22 02:15:48.965 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-08-22T02:15:51.064Z[ recovery-image] Aug 22 02:15:48.975 INFO O| Aug 22 02:15:48.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
43172024-08-22T02:15:51.064Z[ recovery-image] Aug 22 02:15:48.975 INFO O| Aug 22 02:15:48.975 INFO STEP 143 (remove_files) COMPLETE
43182024-08-22T02:15:51.067Z[ recovery-image] Aug 22 02:15:48.975 INFO O| Aug 22 02:15:48.975 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-08-22T02:15:51.074Z[ recovery-image] Aug 22 02:15:48.985 INFO O| Aug 22 02:15:48.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
43202024-08-22T02:15:51.077Z[ recovery-image] Aug 22 02:15:48.985 INFO O| Aug 22 02:15:48.985 INFO STEP 144 (remove_files) COMPLETE
43212024-08-22T02:15:51.077Z[ recovery-image] Aug 22 02:15:48.985 INFO O| Aug 22 02:15:48.985 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-08-22T02:15:51.084Z[ recovery-image] Aug 22 02:15:48.995 INFO O| Aug 22 02:15:48.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
43232024-08-22T02:15:51.084Z[ recovery-image] Aug 22 02:15:48.995 INFO O| Aug 22 02:15:48.995 INFO STEP 145 (remove_files) COMPLETE
43242024-08-22T02:15:51.086Z[ recovery-image] Aug 22 02:15:48.995 INFO O| Aug 22 02:15:48.995 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-08-22T02:15:51.094Z[ recovery-image] Aug 22 02:15:49.005 INFO O| Aug 22 02:15:49.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
43262024-08-22T02:15:51.097Z[ recovery-image] Aug 22 02:15:49.005 INFO O| Aug 22 02:15:49.005 INFO STEP 146 (remove_files) COMPLETE
43272024-08-22T02:15:51.097Z[ recovery-image] Aug 22 02:15:49.005 INFO O| Aug 22 02:15:49.005 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-08-22T02:15:51.104Z[ recovery-image] Aug 22 02:15:49.015 INFO O| Aug 22 02:15:49.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
43292024-08-22T02:15:51.107Z[ recovery-image] Aug 22 02:15:49.015 INFO O| Aug 22 02:15:49.015 INFO STEP 147 (remove_files) COMPLETE
43302024-08-22T02:15:51.107Z[ recovery-image] Aug 22 02:15:49.015 INFO O| Aug 22 02:15:49.015 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-08-22T02:15:51.114Z[ recovery-image] Aug 22 02:15:49.025 INFO O| Aug 22 02:15:49.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
43322024-08-22T02:15:51.114Z[ recovery-image] Aug 22 02:15:49.025 INFO O| Aug 22 02:15:49.025 INFO STEP 148 (remove_files) COMPLETE
43332024-08-22T02:15:51.117Z[ recovery-image] Aug 22 02:15:49.025 INFO O| Aug 22 02:15:49.025 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-08-22T02:15:51.123Z[ recovery-image] Aug 22 02:15:49.034 INFO O| Aug 22 02:15:49.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
43352024-08-22T02:15:51.124Z[ recovery-image] Aug 22 02:15:49.034 INFO O| Aug 22 02:15:49.034 INFO STEP 149 (remove_files) COMPLETE
43362024-08-22T02:15:51.124Z[ recovery-image] Aug 22 02:15:49.034 INFO O| Aug 22 02:15:49.034 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-08-22T02:15:51.133Z[ recovery-image] Aug 22 02:15:49.044 INFO O| Aug 22 02:15:49.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
43382024-08-22T02:15:51.135Z[ recovery-image] Aug 22 02:15:49.044 INFO O| Aug 22 02:15:49.044 INFO STEP 150 (remove_files) COMPLETE
43392024-08-22T02:15:51.135Z[ recovery-image] Aug 22 02:15:49.044 INFO O| Aug 22 02:15:49.044 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-08-22T02:15:51.143Z[ recovery-image] Aug 22 02:15:49.054 INFO O| Aug 22 02:15:49.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
43412024-08-22T02:15:51.143Z[ recovery-image] Aug 22 02:15:49.054 INFO O| Aug 22 02:15:49.054 INFO STEP 151 (remove_files) COMPLETE
43422024-08-22T02:15:51.146Z[ recovery-image] Aug 22 02:15:49.054 INFO O| Aug 22 02:15:49.054 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-08-22T02:15:51.155Z[ recovery-image] Aug 22 02:15:49.063 INFO O| Aug 22 02:15:49.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
43442024-08-22T02:15:51.155Z[ recovery-image] Aug 22 02:15:49.064 INFO O| Aug 22 02:15:49.064 INFO STEP 152 (remove_files) COMPLETE
43452024-08-22T02:15:51.158Z[ recovery-image] Aug 22 02:15:49.064 INFO O| Aug 22 02:15:49.064 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-08-22T02:15:51.162Z[ recovery-image] Aug 22 02:15:49.073 INFO O| Aug 22 02:15:49.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
43472024-08-22T02:15:51.163Z[ recovery-image] Aug 22 02:15:49.073 INFO O| Aug 22 02:15:49.073 INFO STEP 153 (remove_files) COMPLETE
43482024-08-22T02:15:51.165Z[ recovery-image] Aug 22 02:15:49.073 INFO O| Aug 22 02:15:49.073 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-08-22T02:15:51.172Z[ recovery-image] Aug 22 02:15:49.083 INFO O| Aug 22 02:15:49.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
43502024-08-22T02:15:51.174Z[ recovery-image] Aug 22 02:15:49.083 INFO O| Aug 22 02:15:49.083 INFO STEP 154 (remove_files) COMPLETE
43512024-08-22T02:15:51.174Z[ recovery-image] Aug 22 02:15:49.083 INFO O| Aug 22 02:15:49.083 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-08-22T02:15:51.182Z[ recovery-image] Aug 22 02:15:49.093 INFO O| Aug 22 02:15:49.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
43532024-08-22T02:15:51.184Z[ recovery-image] Aug 22 02:15:49.093 INFO O| Aug 22 02:15:49.093 INFO STEP 155 (remove_files) COMPLETE
43542024-08-22T02:15:51.184Z[ recovery-image] Aug 22 02:15:49.093 INFO O| Aug 22 02:15:49.093 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-08-22T02:15:51.191Z[ recovery-image] Aug 22 02:15:49.102 INFO O| Aug 22 02:15:49.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
43562024-08-22T02:15:51.192Z[ recovery-image] Aug 22 02:15:49.102 INFO O| Aug 22 02:15:49.102 INFO STEP 156 (remove_files) COMPLETE
43572024-08-22T02:15:51.194Z[ recovery-image] Aug 22 02:15:49.102 INFO O| Aug 22 02:15:49.102 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-08-22T02:15:51.201Z[ recovery-image] Aug 22 02:15:49.112 INFO O| Aug 22 02:15:49.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
43592024-08-22T02:15:51.207Z[ recovery-image] Aug 22 02:15:49.112 INFO O| Aug 22 02:15:49.112 INFO STEP 157 (remove_files) COMPLETE
43602024-08-22T02:15:51.207Z[ recovery-image] Aug 22 02:15:49.112 INFO O| Aug 22 02:15:49.112 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-08-22T02:15:51.216Z[ recovery-image] Aug 22 02:15:49.121 INFO O| Aug 22 02:15:49.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
43622024-08-22T02:15:51.216Z[ recovery-image] Aug 22 02:15:49.121 INFO O| Aug 22 02:15:49.121 INFO STEP 158 (remove_files) COMPLETE
43632024-08-22T02:15:51.216Z[ recovery-image] Aug 22 02:15:49.121 INFO O| Aug 22 02:15:49.121 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-08-22T02:15:51.220Z[ recovery-image] Aug 22 02:15:49.131 INFO O| Aug 22 02:15:49.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
43652024-08-22T02:15:51.220Z[ recovery-image] Aug 22 02:15:49.131 INFO O| Aug 22 02:15:49.131 INFO STEP 159 (remove_files) COMPLETE
43662024-08-22T02:15:51.220Z[ recovery-image] Aug 22 02:15:49.131 INFO O| Aug 22 02:15:49.131 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-08-22T02:15:51.230Z[ recovery-image] Aug 22 02:15:49.140 INFO O| Aug 22 02:15:49.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
43682024-08-22T02:15:51.233Z[ recovery-image] Aug 22 02:15:49.140 INFO O| Aug 22 02:15:49.140 INFO STEP 160 (remove_files) COMPLETE
43692024-08-22T02:15:51.233Z[ recovery-image] Aug 22 02:15:49.140 INFO O| Aug 22 02:15:49.140 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-08-22T02:15:51.247Z[ recovery-image] Aug 22 02:15:49.150 INFO O| Aug 22 02:15:49.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
43712024-08-22T02:15:51.247Z[ recovery-image] Aug 22 02:15:49.150 INFO O| Aug 22 02:15:49.150 INFO STEP 161 (remove_files) COMPLETE
43722024-08-22T02:15:51.247Z[ recovery-image] Aug 22 02:15:49.150 INFO O| Aug 22 02:15:49.150 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-08-22T02:15:51.250Z[ recovery-image] Aug 22 02:15:49.159 INFO O| Aug 22 02:15:49.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
43742024-08-22T02:15:51.250Z[ recovery-image] Aug 22 02:15:49.160 INFO O| Aug 22 02:15:49.160 INFO STEP 162 (remove_files) COMPLETE
43752024-08-22T02:15:51.250Z[ recovery-image] Aug 22 02:15:49.160 INFO O| Aug 22 02:15:49.160 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-08-22T02:15:51.258Z[ recovery-image] Aug 22 02:15:49.169 INFO O| Aug 22 02:15:49.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
43772024-08-22T02:15:51.259Z[ recovery-image] Aug 22 02:15:49.169 INFO O| Aug 22 02:15:49.169 INFO STEP 163 (remove_files) COMPLETE
43782024-08-22T02:15:51.263Z[ recovery-image] Aug 22 02:15:49.169 INFO O| Aug 22 02:15:49.169 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-08-22T02:15:51.268Z[ recovery-image] Aug 22 02:15:49.179 INFO O| Aug 22 02:15:49.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
43802024-08-22T02:15:51.277Z[ recovery-image] Aug 22 02:15:49.179 INFO O| Aug 22 02:15:49.179 INFO STEP 164 (remove_files) COMPLETE
43812024-08-22T02:15:51.277Z[ recovery-image] Aug 22 02:15:49.179 INFO O| Aug 22 02:15:49.179 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-08-22T02:15:51.280Z[ recovery-image] Aug 22 02:15:49.188 INFO O| Aug 22 02:15:49.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
43832024-08-22T02:15:51.280Z[ recovery-image] Aug 22 02:15:49.188 INFO O| Aug 22 02:15:49.188 INFO STEP 165 (remove_files) COMPLETE
43842024-08-22T02:15:51.280Z[ recovery-image] Aug 22 02:15:49.188 INFO O| Aug 22 02:15:49.188 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-08-22T02:15:51.287Z[ recovery-image] Aug 22 02:15:49.198 INFO O| Aug 22 02:15:49.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
43862024-08-22T02:15:51.287Z[ recovery-image] Aug 22 02:15:49.198 INFO O| Aug 22 02:15:49.198 INFO STEP 166 (remove_files) COMPLETE
43872024-08-22T02:15:51.287Z[ recovery-image] Aug 22 02:15:49.198 INFO O| Aug 22 02:15:49.198 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-08-22T02:15:51.297Z[ recovery-image] Aug 22 02:15:49.207 INFO O| Aug 22 02:15:49.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
43892024-08-22T02:15:51.300Z[ recovery-image] Aug 22 02:15:49.208 INFO O| Aug 22 02:15:49.207 INFO STEP 167 (remove_files) COMPLETE
43902024-08-22T02:15:51.300Z[ recovery-image] Aug 22 02:15:49.208 INFO O| Aug 22 02:15:49.208 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-08-22T02:15:51.306Z[ recovery-image] Aug 22 02:15:49.217 INFO O| Aug 22 02:15:49.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
43922024-08-22T02:15:51.306Z[ recovery-image] Aug 22 02:15:49.217 INFO O| Aug 22 02:15:49.217 INFO STEP 168 (remove_files) COMPLETE
43932024-08-22T02:15:51.309Z[ recovery-image] Aug 22 02:15:49.217 INFO O| Aug 22 02:15:49.217 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-08-22T02:15:51.316Z[ recovery-image] Aug 22 02:15:49.227 INFO O| Aug 22 02:15:49.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
43952024-08-22T02:15:51.316Z[ recovery-image] Aug 22 02:15:49.227 INFO O| Aug 22 02:15:49.227 INFO STEP 169 (remove_files) COMPLETE
43962024-08-22T02:15:51.319Z[ recovery-image] Aug 22 02:15:49.227 INFO O| Aug 22 02:15:49.227 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-08-22T02:15:51.326Z[ recovery-image] Aug 22 02:15:49.236 INFO O| Aug 22 02:15:49.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
43982024-08-22T02:15:51.326Z[ recovery-image] Aug 22 02:15:49.236 INFO O| Aug 22 02:15:49.236 INFO STEP 170 (remove_files) COMPLETE
43992024-08-22T02:15:51.326Z[ recovery-image] Aug 22 02:15:49.236 INFO O| Aug 22 02:15:49.236 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-08-22T02:15:51.335Z[ recovery-image] Aug 22 02:15:49.246 INFO O| Aug 22 02:15:49.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
44012024-08-22T02:15:51.335Z[ recovery-image] Aug 22 02:15:49.246 INFO O| Aug 22 02:15:49.246 INFO STEP 171 (remove_files) COMPLETE
44022024-08-22T02:15:51.335Z[ recovery-image] Aug 22 02:15:49.246 INFO O| Aug 22 02:15:49.246 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-08-22T02:15:51.346Z[ recovery-image] Aug 22 02:15:49.257 INFO O| Aug 22 02:15:49.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
44042024-08-22T02:15:51.346Z[ recovery-image] Aug 22 02:15:49.257 INFO O| Aug 22 02:15:49.257 INFO STEP 172 (remove_files) COMPLETE
44052024-08-22T02:15:51.349Z[ recovery-image] Aug 22 02:15:49.257 INFO O| Aug 22 02:15:49.257 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-08-22T02:15:51.357Z[ recovery-image] Aug 22 02:15:49.267 INFO O| Aug 22 02:15:49.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
44072024-08-22T02:15:51.359Z[ recovery-image] Aug 22 02:15:49.267 INFO O| Aug 22 02:15:49.267 INFO STEP 173 (remove_files) COMPLETE
44082024-08-22T02:15:51.359Z[ recovery-image] Aug 22 02:15:49.267 INFO O| Aug 22 02:15:49.267 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-08-22T02:15:51.367Z[ recovery-image] Aug 22 02:15:49.277 INFO O| Aug 22 02:15:49.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
44102024-08-22T02:15:51.367Z[ recovery-image] Aug 22 02:15:49.277 INFO O| Aug 22 02:15:49.277 INFO STEP 174 (remove_files) COMPLETE
44112024-08-22T02:15:51.369Z[ recovery-image] Aug 22 02:15:49.277 INFO O| Aug 22 02:15:49.277 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-08-22T02:15:51.376Z[ recovery-image] Aug 22 02:15:49.287 INFO O| Aug 22 02:15:49.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
44132024-08-22T02:15:51.377Z[ recovery-image] Aug 22 02:15:49.287 INFO O| Aug 22 02:15:49.287 INFO STEP 175 (remove_files) COMPLETE
44142024-08-22T02:15:51.377Z[ recovery-image] Aug 22 02:15:49.287 INFO O| Aug 22 02:15:49.287 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-08-22T02:15:51.387Z[ recovery-image] Aug 22 02:15:49.298 INFO O| Aug 22 02:15:49.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
44162024-08-22T02:15:51.387Z[ recovery-image] Aug 22 02:15:49.298 INFO O| Aug 22 02:15:49.298 INFO STEP 176 (remove_files) COMPLETE
44172024-08-22T02:15:51.390Z[ recovery-image] Aug 22 02:15:49.298 INFO O| Aug 22 02:15:49.298 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-08-22T02:15:51.399Z[ recovery-image] Aug 22 02:15:49.309 INFO O| Aug 22 02:15:49.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
44192024-08-22T02:15:51.399Z[ recovery-image] Aug 22 02:15:49.309 INFO O| Aug 22 02:15:49.309 INFO STEP 177 (remove_files) COMPLETE
44202024-08-22T02:15:51.399Z[ recovery-image] Aug 22 02:15:49.309 INFO O| Aug 22 02:15:49.309 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-08-22T02:15:51.409Z[ recovery-image] Aug 22 02:15:49.320 INFO O| Aug 22 02:15:49.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
44222024-08-22T02:15:51.413Z[ recovery-image] Aug 22 02:15:49.320 INFO O| Aug 22 02:15:49.320 INFO STEP 178 (remove_files) COMPLETE
44232024-08-22T02:15:51.413Z[ recovery-image] Aug 22 02:15:49.320 INFO O| Aug 22 02:15:49.320 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-08-22T02:15:51.420Z[ recovery-image] Aug 22 02:15:49.331 INFO O| Aug 22 02:15:49.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
44252024-08-22T02:15:51.421Z[ recovery-image] Aug 22 02:15:49.331 INFO O| Aug 22 02:15:49.331 INFO STEP 179 (remove_files) COMPLETE
44262024-08-22T02:15:51.423Z[ recovery-image] Aug 22 02:15:49.331 INFO O| Aug 22 02:15:49.331 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-08-22T02:15:51.431Z[ recovery-image] Aug 22 02:15:49.342 INFO O| Aug 22 02:15:49.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
44282024-08-22T02:15:51.431Z[ recovery-image] Aug 22 02:15:49.342 INFO O| Aug 22 02:15:49.342 INFO STEP 180 (remove_files) COMPLETE
44292024-08-22T02:15:51.434Z[ recovery-image] Aug 22 02:15:49.342 INFO O| Aug 22 02:15:49.342 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-08-22T02:15:51.441Z[ recovery-image] Aug 22 02:15:49.352 INFO O| Aug 22 02:15:49.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
44312024-08-22T02:15:51.441Z[ recovery-image] Aug 22 02:15:49.352 INFO O| Aug 22 02:15:49.352 INFO STEP 181 (remove_files) COMPLETE
44322024-08-22T02:15:51.444Z[ recovery-image] Aug 22 02:15:49.352 INFO O| Aug 22 02:15:49.352 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-08-22T02:15:51.451Z[ recovery-image] Aug 22 02:15:49.362 INFO O| Aug 22 02:15:49.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
44342024-08-22T02:15:51.454Z[ recovery-image] Aug 22 02:15:49.362 INFO O| Aug 22 02:15:49.362 INFO STEP 182 (remove_files) COMPLETE
44352024-08-22T02:15:51.454Z[ recovery-image] Aug 22 02:15:49.362 INFO O| Aug 22 02:15:49.362 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-08-22T02:15:51.462Z[ recovery-image] Aug 22 02:15:49.373 INFO O| Aug 22 02:15:49.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
44372024-08-22T02:15:51.462Z[ recovery-image] Aug 22 02:15:49.373 INFO O| Aug 22 02:15:49.373 INFO STEP 183 (remove_files) COMPLETE
44382024-08-22T02:15:51.465Z[ recovery-image] Aug 22 02:15:49.373 INFO O| Aug 22 02:15:49.373 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-08-22T02:15:51.472Z[ recovery-image] Aug 22 02:15:49.383 INFO O| Aug 22 02:15:49.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
44402024-08-22T02:15:51.475Z[ recovery-image] Aug 22 02:15:49.383 INFO O| Aug 22 02:15:49.383 INFO STEP 184 (remove_files) COMPLETE
44412024-08-22T02:15:51.475Z[ recovery-image] Aug 22 02:15:49.383 INFO O| Aug 22 02:15:49.383 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-08-22T02:15:51.482Z[ recovery-image] Aug 22 02:15:49.393 INFO O| Aug 22 02:15:49.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
44432024-08-22T02:15:51.482Z[ recovery-image] Aug 22 02:15:49.393 INFO O| Aug 22 02:15:49.393 INFO STEP 185 (remove_files) COMPLETE
44442024-08-22T02:15:51.485Z[ recovery-image] Aug 22 02:15:49.393 INFO O| Aug 22 02:15:49.393 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-08-22T02:15:51.492Z[ recovery-image] Aug 22 02:15:49.403 INFO O| Aug 22 02:15:49.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
44462024-08-22T02:15:51.495Z[ recovery-image] Aug 22 02:15:49.403 INFO O| Aug 22 02:15:49.403 INFO STEP 186 (remove_files) COMPLETE
44472024-08-22T02:15:51.495Z[ recovery-image] Aug 22 02:15:49.403 INFO O| Aug 22 02:15:49.403 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-08-22T02:15:51.502Z[ recovery-image] Aug 22 02:15:49.412 INFO O| Aug 22 02:15:49.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
44492024-08-22T02:15:51.504Z[ recovery-image] Aug 22 02:15:49.413 INFO O| Aug 22 02:15:49.413 INFO STEP 187 (remove_files) COMPLETE
44502024-08-22T02:15:51.504Z[ recovery-image] Aug 22 02:15:49.413 INFO O| Aug 22 02:15:49.413 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-08-22T02:15:51.511Z[ recovery-image] Aug 22 02:15:49.422 INFO O| Aug 22 02:15:49.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
44522024-08-22T02:15:51.511Z[ recovery-image] Aug 22 02:15:49.422 INFO O| Aug 22 02:15:49.422 INFO STEP 188 (remove_files) COMPLETE
44532024-08-22T02:15:51.512Z[ recovery-image] Aug 22 02:15:49.422 INFO O| Aug 22 02:15:49.422 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-08-22T02:15:51.521Z[ recovery-image] Aug 22 02:15:49.432 INFO O| Aug 22 02:15:49.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
44552024-08-22T02:15:51.521Z[ recovery-image] Aug 22 02:15:49.432 INFO O| Aug 22 02:15:49.432 INFO STEP 189 (remove_files) COMPLETE
44562024-08-22T02:15:51.524Z[ recovery-image] Aug 22 02:15:49.432 INFO O| Aug 22 02:15:49.432 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-08-22T02:15:51.530Z[ recovery-image] Aug 22 02:15:49.441 INFO O| Aug 22 02:15:49.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
44582024-08-22T02:15:51.531Z[ recovery-image] Aug 22 02:15:49.441 INFO O| Aug 22 02:15:49.441 INFO STEP 190 (remove_files) COMPLETE
44592024-08-22T02:15:51.533Z[ recovery-image] Aug 22 02:15:49.441 INFO O| Aug 22 02:15:49.441 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-08-22T02:15:51.540Z[ recovery-image] Aug 22 02:15:49.451 INFO O| Aug 22 02:15:49.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
44612024-08-22T02:15:51.540Z[ recovery-image] Aug 22 02:15:49.451 INFO O| Aug 22 02:15:49.451 INFO STEP 191 (remove_files) COMPLETE
44622024-08-22T02:15:51.543Z[ recovery-image] Aug 22 02:15:49.451 INFO O| Aug 22 02:15:49.451 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-08-22T02:15:51.549Z[ recovery-image] Aug 22 02:15:49.460 INFO O| Aug 22 02:15:49.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
44642024-08-22T02:15:51.550Z[ recovery-image] Aug 22 02:15:49.460 INFO O| Aug 22 02:15:49.460 INFO STEP 192 (remove_files) COMPLETE
44652024-08-22T02:15:51.552Z[ recovery-image] Aug 22 02:15:49.460 INFO O| Aug 22 02:15:49.460 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-08-22T02:15:51.556Z[ host-image] Aug 22 02:15:49.467 INFO O| Aug 22 02:15:49.467 INFO O| Planning: Solver setup ... Done
44672024-08-22T02:15:51.559Z[ recovery-image] Aug 22 02:15:49.470 INFO O| Aug 22 02:15:49.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
44682024-08-22T02:15:51.561Z[ recovery-image] Aug 22 02:15:49.470 INFO O| Aug 22 02:15:49.470 INFO STEP 193 (remove_files) COMPLETE
44692024-08-22T02:15:51.561Z[ recovery-image] Aug 22 02:15:49.470 INFO O| Aug 22 02:15:49.470 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-08-22T02:15:51.561Z[ host-image] Aug 22 02:15:49.471 INFO O| Aug 22 02:15:49.471 INFO O| Planning: Running solver ... Done
44712024-08-22T02:15:51.569Z[ recovery-image] Aug 22 02:15:49.479 INFO O| Aug 22 02:15:49.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
44722024-08-22T02:15:51.569Z[ recovery-image] Aug 22 02:15:49.480 INFO O| Aug 22 02:15:49.480 INFO STEP 194 (remove_files) COMPLETE
44732024-08-22T02:15:51.569Z[ recovery-image] Aug 22 02:15:49.480 INFO O| Aug 22 02:15:49.480 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-08-22T02:15:51.579Z[ recovery-image] Aug 22 02:15:49.489 INFO O| Aug 22 02:15:49.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
44752024-08-22T02:15:51.581Z[ recovery-image] Aug 22 02:15:49.489 INFO O| Aug 22 02:15:49.489 INFO STEP 195 (remove_files) COMPLETE
44762024-08-22T02:15:51.581Z[ recovery-image] Aug 22 02:15:49.489 INFO O| Aug 22 02:15:49.489 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-08-22T02:15:51.588Z[ recovery-image] Aug 22 02:15:49.499 INFO O| Aug 22 02:15:49.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
44782024-08-22T02:15:51.591Z[ recovery-image] Aug 22 02:15:49.499 INFO O| Aug 22 02:15:49.499 INFO STEP 196 (remove_files) COMPLETE
44792024-08-22T02:15:51.591Z[ recovery-image] Aug 22 02:15:49.499 INFO O| Aug 22 02:15:49.499 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-08-22T02:15:51.598Z[ recovery-image] Aug 22 02:15:49.509 INFO O| Aug 22 02:15:49.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
44812024-08-22T02:15:51.598Z[ recovery-image] Aug 22 02:15:49.509 INFO O| Aug 22 02:15:49.509 INFO STEP 197 (remove_files) COMPLETE
44822024-08-22T02:15:51.601Z[ recovery-image] Aug 22 02:15:49.509 INFO O| Aug 22 02:15:49.509 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-08-22T02:15:51.601Z[ host-image] Aug 22 02:15:49.509 INFO O| Aug 22 02:15:49.509 INFO O| Planning: Finding local manifests ... Done
44842024-08-22T02:15:51.601Z[ host-image] Aug 22 02:15:49.510 INFO O| Aug 22 02:15:49.510 INFO O| Planning: Fetching manifests: 0/6 0% complete
44852024-08-22T02:15:51.608Z[ recovery-image] Aug 22 02:15:49.519 INFO O| Aug 22 02:15:49.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
44862024-08-22T02:15:51.611Z[ recovery-image] Aug 22 02:15:49.519 INFO O| Aug 22 02:15:49.519 INFO STEP 198 (remove_files) COMPLETE
44872024-08-22T02:15:51.611Z[ recovery-image] Aug 22 02:15:49.519 INFO O| Aug 22 02:15:49.519 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-08-22T02:15:51.618Z[ recovery-image] Aug 22 02:15:49.529 INFO O| Aug 22 02:15:49.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
44892024-08-22T02:15:51.618Z[ recovery-image] Aug 22 02:15:49.529 INFO O| Aug 22 02:15:49.529 INFO STEP 199 (remove_files) COMPLETE
44902024-08-22T02:15:51.619Z[ recovery-image] Aug 22 02:15:49.529 INFO O| Aug 22 02:15:49.529 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-08-22T02:15:51.629Z[ recovery-image] Aug 22 02:15:49.539 INFO O| Aug 22 02:15:49.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
44922024-08-22T02:15:51.631Z[ recovery-image] Aug 22 02:15:49.539 INFO O| Aug 22 02:15:49.539 INFO STEP 200 (remove_files) COMPLETE
44932024-08-22T02:15:51.631Z[ recovery-image] Aug 22 02:15:49.539 INFO O| Aug 22 02:15:49.539 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-08-22T02:15:51.638Z[ recovery-image] Aug 22 02:15:49.549 INFO O| Aug 22 02:15:49.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
44952024-08-22T02:15:51.638Z[ recovery-image] Aug 22 02:15:49.549 INFO O| Aug 22 02:15:49.549 INFO STEP 201 (remove_files) COMPLETE
44962024-08-22T02:15:51.641Z[ recovery-image] Aug 22 02:15:49.549 INFO O| Aug 22 02:15:49.549 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-08-22T02:15:51.648Z[ recovery-image] Aug 22 02:15:49.559 INFO O| Aug 22 02:15:49.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
44982024-08-22T02:15:51.650Z[ recovery-image] Aug 22 02:15:49.559 INFO O| Aug 22 02:15:49.559 INFO STEP 202 (remove_files) COMPLETE
44992024-08-22T02:15:51.650Z[ recovery-image] Aug 22 02:15:49.559 INFO O| Aug 22 02:15:49.559 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-08-22T02:15:51.658Z[ recovery-image] Aug 22 02:15:49.568 INFO O| Aug 22 02:15:49.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
45012024-08-22T02:15:51.660Z[ recovery-image] Aug 22 02:15:49.569 INFO O| Aug 22 02:15:49.569 INFO STEP 203 (remove_files) COMPLETE
45022024-08-22T02:15:51.660Z[ recovery-image] Aug 22 02:15:49.569 INFO O| Aug 22 02:15:49.569 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-08-22T02:15:51.668Z[ recovery-image] Aug 22 02:15:49.579 INFO O| Aug 22 02:15:49.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
45042024-08-22T02:15:51.668Z[ recovery-image] Aug 22 02:15:49.579 INFO O| Aug 22 02:15:49.579 INFO STEP 204 (remove_files) COMPLETE
45052024-08-22T02:15:51.671Z[ recovery-image] Aug 22 02:15:49.579 INFO O| Aug 22 02:15:49.579 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-08-22T02:15:51.677Z[ recovery-image] Aug 22 02:15:49.588 INFO O| Aug 22 02:15:49.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
45072024-08-22T02:15:51.678Z[ recovery-image] Aug 22 02:15:49.588 INFO O| Aug 22 02:15:49.588 INFO STEP 205 (remove_files) COMPLETE
45082024-08-22T02:15:51.680Z[ recovery-image] Aug 22 02:15:49.588 INFO O| Aug 22 02:15:49.588 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-08-22T02:15:51.687Z[ recovery-image] Aug 22 02:15:49.598 INFO O| Aug 22 02:15:49.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
45102024-08-22T02:15:51.690Z[ recovery-image] Aug 22 02:15:49.598 INFO O| Aug 22 02:15:49.598 INFO STEP 206 (remove_files) COMPLETE
45112024-08-22T02:15:51.690Z[ recovery-image] Aug 22 02:15:49.598 INFO O| Aug 22 02:15:49.598 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-08-22T02:15:51.697Z[ recovery-image] Aug 22 02:15:49.608 INFO O| Aug 22 02:15:49.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
45132024-08-22T02:15:51.697Z[ recovery-image] Aug 22 02:15:49.608 INFO O| Aug 22 02:15:49.608 INFO STEP 207 (remove_files) COMPLETE
45142024-08-22T02:15:51.699Z[ recovery-image] Aug 22 02:15:49.608 INFO O| Aug 22 02:15:49.608 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-08-22T02:15:51.707Z[ recovery-image] Aug 22 02:15:49.617 INFO O| Aug 22 02:15:49.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
45162024-08-22T02:15:51.709Z[ recovery-image] Aug 22 02:15:49.617 INFO O| Aug 22 02:15:49.617 INFO STEP 208 (remove_files) COMPLETE
45172024-08-22T02:15:51.709Z[ recovery-image] Aug 22 02:15:49.617 INFO O| Aug 22 02:15:49.617 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-08-22T02:15:51.716Z[ recovery-image] Aug 22 02:15:49.627 INFO O| Aug 22 02:15:49.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
45192024-08-22T02:15:51.716Z[ recovery-image] Aug 22 02:15:49.627 INFO O| Aug 22 02:15:49.627 INFO STEP 209 (remove_files) COMPLETE
45202024-08-22T02:15:51.719Z[ recovery-image] Aug 22 02:15:49.627 INFO O| Aug 22 02:15:49.627 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-08-22T02:15:51.726Z[ recovery-image] Aug 22 02:15:49.636 INFO O| Aug 22 02:15:49.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
45222024-08-22T02:15:51.728Z[ recovery-image] Aug 22 02:15:49.636 INFO O| Aug 22 02:15:49.636 INFO STEP 210 (remove_files) COMPLETE
45232024-08-22T02:15:51.728Z[ recovery-image] Aug 22 02:15:49.636 INFO O| Aug 22 02:15:49.636 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-08-22T02:15:51.733Z[ host-image] Aug 22 02:15:49.643 INFO O| Aug 22 02:15:49.643 INFO O| Planning: Fetching manifests: 6/6 100% complete
45252024-08-22T02:15:51.736Z[ recovery-image] Aug 22 02:15:49.646 INFO O| Aug 22 02:15:49.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
45262024-08-22T02:15:51.736Z[ recovery-image] Aug 22 02:15:49.646 INFO O| Aug 22 02:15:49.646 INFO STEP 211 (remove_files) COMPLETE
45272024-08-22T02:15:51.736Z[ recovery-image] Aug 22 02:15:49.646 INFO O| Aug 22 02:15:49.646 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-08-22T02:15:51.745Z[ recovery-image] Aug 22 02:15:49.655 INFO O| Aug 22 02:15:49.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
45292024-08-22T02:15:51.745Z[ recovery-image] Aug 22 02:15:49.655 INFO O| Aug 22 02:15:49.655 INFO STEP 212 (remove_files) COMPLETE
45302024-08-22T02:15:51.745Z[ recovery-image] Aug 22 02:15:49.655 INFO O| Aug 22 02:15:49.655 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-08-22T02:15:51.755Z[ recovery-image] Aug 22 02:15:49.665 INFO O| Aug 22 02:15:49.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
45322024-08-22T02:15:51.757Z[ recovery-image] Aug 22 02:15:49.665 INFO O| Aug 22 02:15:49.665 INFO STEP 213 (remove_files) COMPLETE
45332024-08-22T02:15:51.757Z[ recovery-image] Aug 22 02:15:49.665 INFO O| Aug 22 02:15:49.665 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-08-22T02:15:51.765Z[ recovery-image] Aug 22 02:15:49.675 INFO O| Aug 22 02:15:49.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
45352024-08-22T02:15:51.766Z[ recovery-image] Aug 22 02:15:49.675 INFO O| Aug 22 02:15:49.675 INFO STEP 214 (remove_files) COMPLETE
45362024-08-22T02:15:51.768Z[ recovery-image] Aug 22 02:15:49.675 INFO O| Aug 22 02:15:49.675 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-08-22T02:15:51.768Z[ host-image] Aug 22 02:15:49.676 INFO O| Aug 22 02:15:49.676 INFO O| Planning: Package planning ... Done
45382024-08-22T02:15:51.774Z[ recovery-image] Aug 22 02:15:49.684 INFO O| Aug 22 02:15:49.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
45392024-08-22T02:15:51.774Z[ recovery-image] Aug 22 02:15:49.684 INFO O| Aug 22 02:15:49.684 INFO STEP 215 (remove_files) COMPLETE
45402024-08-22T02:15:51.774Z[ recovery-image] Aug 22 02:15:49.684 INFO O| Aug 22 02:15:49.684 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-08-22T02:15:51.783Z[ recovery-image] Aug 22 02:15:49.693 INFO O| Aug 22 02:15:49.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
45422024-08-22T02:15:51.786Z[ recovery-image] Aug 22 02:15:49.694 INFO O| Aug 22 02:15:49.694 INFO STEP 216 (remove_files) COMPLETE
45432024-08-22T02:15:51.786Z[ recovery-image] Aug 22 02:15:49.694 INFO O| Aug 22 02:15:49.694 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-08-22T02:15:51.786Z[ host-image] Aug 22 02:15:49.694 INFO O| Aug 22 02:15:49.694 INFO O| Planning: Merging actions ... Done
45452024-08-22T02:15:51.793Z[ recovery-image] Aug 22 02:15:49.703 INFO O| Aug 22 02:15:49.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
45462024-08-22T02:15:51.793Z[ recovery-image] Aug 22 02:15:49.703 INFO O| Aug 22 02:15:49.703 INFO STEP 217 (remove_files) COMPLETE
45472024-08-22T02:15:51.796Z[ recovery-image] Aug 22 02:15:49.703 INFO O| Aug 22 02:15:49.703 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-08-22T02:15:51.802Z[ recovery-image] Aug 22 02:15:49.713 INFO O| Aug 22 02:15:49.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
45492024-08-22T02:15:51.808Z[ recovery-image] Aug 22 02:15:49.713 INFO O| Aug 22 02:15:49.713 INFO STEP 218 (remove_files) COMPLETE
45502024-08-22T02:15:51.808Z[ recovery-image] Aug 22 02:15:49.713 INFO O| Aug 22 02:15:49.713 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-08-22T02:15:51.812Z[ recovery-image] Aug 22 02:15:49.722 INFO O| Aug 22 02:15:49.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
45522024-08-22T02:15:51.813Z[ recovery-image] Aug 22 02:15:49.722 INFO O| Aug 22 02:15:49.722 INFO STEP 219 (remove_files) COMPLETE
45532024-08-22T02:15:51.813Z[ recovery-image] Aug 22 02:15:49.722 INFO O| Aug 22 02:15:49.722 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-08-22T02:15:51.821Z[ recovery-image] Aug 22 02:15:49.732 INFO O| Aug 22 02:15:49.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
45552024-08-22T02:15:51.821Z[ recovery-image] Aug 22 02:15:49.732 INFO O| Aug 22 02:15:49.732 INFO STEP 220 (remove_files) COMPLETE
45562024-08-22T02:15:51.824Z[ recovery-image] Aug 22 02:15:49.732 INFO O| Aug 22 02:15:49.732 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-08-22T02:15:51.832Z[ recovery-image] Aug 22 02:15:49.742 INFO O| Aug 22 02:15:49.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
45582024-08-22T02:15:51.832Z[ recovery-image] Aug 22 02:15:49.742 INFO O| Aug 22 02:15:49.742 INFO STEP 221 (remove_files) COMPLETE
45592024-08-22T02:15:51.832Z[ recovery-image] Aug 22 02:15:49.742 INFO O| Aug 22 02:15:49.742 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-08-22T02:15:51.841Z[ recovery-image] Aug 22 02:15:49.751 INFO O| Aug 22 02:15:49.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
45612024-08-22T02:15:51.841Z[ recovery-image] Aug 22 02:15:49.751 INFO O| Aug 22 02:15:49.751 INFO STEP 222 (remove_files) COMPLETE
45622024-08-22T02:15:51.841Z[ recovery-image] Aug 22 02:15:49.751 INFO O| Aug 22 02:15:49.751 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-08-22T02:15:51.850Z[ recovery-image] Aug 22 02:15:49.761 INFO O| Aug 22 02:15:49.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
45642024-08-22T02:15:51.851Z[ recovery-image] Aug 22 02:15:49.761 INFO O| Aug 22 02:15:49.761 INFO STEP 223 (remove_files) COMPLETE
45652024-08-22T02:15:51.851Z[ recovery-image] Aug 22 02:15:49.761 INFO O| Aug 22 02:15:49.761 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-08-22T02:15:51.856Z[ host-image] Aug 22 02:15:49.767 INFO O| Aug 22 02:15:49.767 INFO O| Planning: Checking for conflicting actions ... Done
45672024-08-22T02:15:51.860Z[ recovery-image] Aug 22 02:15:49.770 INFO O| Aug 22 02:15:49.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
45682024-08-22T02:15:51.863Z[ recovery-image] Aug 22 02:15:49.771 INFO O| Aug 22 02:15:49.770 INFO STEP 224 (remove_files) COMPLETE
45692024-08-22T02:15:51.863Z[ host-image] Aug 22 02:15:49.771 INFO O| Aug 22 02:15:49.771 INFO O| Planning: Consolidating action changes ... Done
45702024-08-22T02:15:51.863Z[ recovery-image] Aug 22 02:15:49.771 INFO O| Aug 22 02:15:49.771 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-08-22T02:15:51.870Z[ recovery-image] Aug 22 02:15:49.780 INFO O| Aug 22 02:15:49.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
45722024-08-22T02:15:51.872Z[ recovery-image] Aug 22 02:15:49.780 INFO O| Aug 22 02:15:49.780 INFO STEP 225 (remove_files) COMPLETE
45732024-08-22T02:15:51.872Z[ recovery-image] Aug 22 02:15:49.780 INFO O| Aug 22 02:15:49.780 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-08-22T02:15:51.879Z[ recovery-image] Aug 22 02:15:49.790 INFO O| Aug 22 02:15:49.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
45752024-08-22T02:15:51.880Z[ recovery-image] Aug 22 02:15:49.790 INFO O| Aug 22 02:15:49.790 INFO STEP 226 (remove_files) COMPLETE
45762024-08-22T02:15:51.880Z[ recovery-image] Aug 22 02:15:49.790 INFO O| Aug 22 02:15:49.790 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-08-22T02:15:51.889Z[ recovery-image] Aug 22 02:15:49.799 INFO O| Aug 22 02:15:49.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
45782024-08-22T02:15:51.889Z[ recovery-image] Aug 22 02:15:49.800 INFO O| Aug 22 02:15:49.799 INFO STEP 227 (remove_files) COMPLETE
45792024-08-22T02:15:51.892Z[ recovery-image] Aug 22 02:15:49.800 INFO O| Aug 22 02:15:49.800 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-08-22T02:15:51.899Z[ recovery-image] Aug 22 02:15:49.809 INFO O| Aug 22 02:15:49.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
45812024-08-22T02:15:51.899Z[ recovery-image] Aug 22 02:15:49.809 INFO O| Aug 22 02:15:49.809 INFO STEP 228 (remove_files) COMPLETE
45822024-08-22T02:15:51.902Z[ recovery-image] Aug 22 02:15:49.809 INFO O| Aug 22 02:15:49.809 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-08-22T02:15:51.909Z[ recovery-image] Aug 22 02:15:49.819 INFO O| Aug 22 02:15:49.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
45842024-08-22T02:15:51.909Z[ recovery-image] Aug 22 02:15:49.819 INFO O| Aug 22 02:15:49.819 INFO STEP 229 (remove_files) COMPLETE
45852024-08-22T02:15:51.909Z[ recovery-image] Aug 22 02:15:49.819 INFO O| Aug 22 02:15:49.819 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-08-22T02:15:51.920Z[ recovery-image] Aug 22 02:15:49.831 INFO O| Aug 22 02:15:49.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
45872024-08-22T02:15:51.920Z[ recovery-image] Aug 22 02:15:49.831 INFO O| Aug 22 02:15:49.831 INFO STEP 230 (remove_files) COMPLETE
45882024-08-22T02:15:51.923Z[ recovery-image] Aug 22 02:15:49.831 INFO O| Aug 22 02:15:49.831 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-08-22T02:15:51.930Z[ recovery-image] Aug 22 02:15:49.840 INFO O| Aug 22 02:15:49.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
45902024-08-22T02:15:51.932Z[ recovery-image] Aug 22 02:15:49.840 INFO O| Aug 22 02:15:49.840 INFO STEP 231 (remove_files) COMPLETE
45912024-08-22T02:15:51.933Z[ recovery-image] Aug 22 02:15:49.840 INFO O| Aug 22 02:15:49.840 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-08-22T02:15:51.939Z[ recovery-image] Aug 22 02:15:49.850 INFO O| Aug 22 02:15:49.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
45932024-08-22T02:15:51.942Z[ recovery-image] Aug 22 02:15:49.850 INFO O| Aug 22 02:15:49.850 INFO STEP 232 (remove_files) COMPLETE
45942024-08-22T02:15:51.942Z[ recovery-image] Aug 22 02:15:49.850 INFO O| Aug 22 02:15:49.850 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-08-22T02:15:51.949Z[ recovery-image] Aug 22 02:15:49.859 INFO O| Aug 22 02:15:49.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
45962024-08-22T02:15:51.949Z[ recovery-image] Aug 22 02:15:49.860 INFO O| Aug 22 02:15:49.859 INFO STEP 233 (remove_files) COMPLETE
45972024-08-22T02:15:51.949Z[ recovery-image] Aug 22 02:15:49.860 INFO O| Aug 22 02:15:49.859 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-08-22T02:15:51.959Z[ recovery-image] Aug 22 02:15:49.869 INFO O| Aug 22 02:15:49.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
45992024-08-22T02:15:51.961Z[ recovery-image] Aug 22 02:15:49.869 INFO O| Aug 22 02:15:49.869 INFO STEP 234 (remove_files) COMPLETE
46002024-08-22T02:15:51.961Z[ recovery-image] Aug 22 02:15:49.869 INFO O| Aug 22 02:15:49.869 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-08-22T02:15:51.968Z[ recovery-image] Aug 22 02:15:49.879 INFO O| Aug 22 02:15:49.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
46022024-08-22T02:15:51.972Z[ recovery-image] Aug 22 02:15:49.879 INFO O| Aug 22 02:15:49.879 INFO STEP 235 (remove_files) COMPLETE
46032024-08-22T02:15:51.972Z[ recovery-image] Aug 22 02:15:49.879 INFO O| Aug 22 02:15:49.879 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-08-22T02:15:51.978Z[ recovery-image] Aug 22 02:15:49.889 INFO O| Aug 22 02:15:49.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
46052024-08-22T02:15:51.981Z[ recovery-image] Aug 22 02:15:49.889 INFO O| Aug 22 02:15:49.889 INFO STEP 236 (remove_files) COMPLETE
46062024-08-22T02:15:51.981Z[ recovery-image] Aug 22 02:15:49.889 INFO O| Aug 22 02:15:49.889 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-08-22T02:15:51.988Z[ recovery-image] Aug 22 02:15:49.898 INFO O| Aug 22 02:15:49.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
46082024-08-22T02:15:51.991Z[ recovery-image] Aug 22 02:15:49.898 INFO O| Aug 22 02:15:49.898 INFO STEP 237 (remove_files) COMPLETE
46092024-08-22T02:15:51.991Z[ recovery-image] Aug 22 02:15:49.898 INFO O| Aug 22 02:15:49.898 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-08-22T02:15:51.998Z[ recovery-image] Aug 22 02:15:49.908 INFO O| Aug 22 02:15:49.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
46112024-08-22T02:15:52.001Z[ recovery-image] Aug 22 02:15:49.908 INFO O| Aug 22 02:15:49.908 INFO STEP 238 (remove_files) COMPLETE
46122024-08-22T02:15:52.001Z[ recovery-image] Aug 22 02:15:49.908 INFO O| Aug 22 02:15:49.908 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-08-22T02:15:52.007Z[ recovery-image] Aug 22 02:15:49.918 INFO O| Aug 22 02:15:49.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
46142024-08-22T02:15:52.007Z[ recovery-image] Aug 22 02:15:49.918 INFO O| Aug 22 02:15:49.918 INFO STEP 239 (remove_files) COMPLETE
46152024-08-22T02:15:52.008Z[ recovery-image] Aug 22 02:15:49.918 INFO O| Aug 22 02:15:49.918 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-08-22T02:15:52.017Z[ recovery-image] Aug 22 02:15:49.927 INFO O| Aug 22 02:15:49.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
46172024-08-22T02:15:52.017Z[ recovery-image] Aug 22 02:15:49.927 INFO O| Aug 22 02:15:49.927 INFO STEP 240 (remove_files) COMPLETE
46182024-08-22T02:15:52.020Z[ recovery-image] Aug 22 02:15:49.928 INFO O| Aug 22 02:15:49.927 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-08-22T02:15:52.027Z[ recovery-image] Aug 22 02:15:49.937 INFO O| Aug 22 02:15:49.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
46202024-08-22T02:15:52.027Z[ recovery-image] Aug 22 02:15:49.937 INFO O| Aug 22 02:15:49.937 INFO STEP 241 (remove_files) COMPLETE
46212024-08-22T02:15:52.027Z[ recovery-image] Aug 22 02:15:49.937 INFO O| Aug 22 02:15:49.937 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-08-22T02:15:52.036Z[ recovery-image] Aug 22 02:15:49.946 INFO O| Aug 22 02:15:49.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
46232024-08-22T02:15:52.036Z[ recovery-image] Aug 22 02:15:49.947 INFO O| Aug 22 02:15:49.947 INFO STEP 242 (remove_files) COMPLETE
46242024-08-22T02:15:52.039Z[ recovery-image] Aug 22 02:15:49.947 INFO O| Aug 22 02:15:49.947 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-08-22T02:15:52.041Z[ host-image] Aug 22 02:15:49.952 INFO O| Aug 22 02:15:49.951 INFO O| Planning: Evaluating mediators ... Done
46262024-08-22T02:15:52.044Z[ host-image] Aug 22 02:15:49.955 INFO O| Aug 22 02:15:49.955 INFO O| Planning: Planning completed in 1.94 seconds
46272024-08-22T02:15:52.047Z[ recovery-image] Aug 22 02:15:49.956 INFO O| Aug 22 02:15:49.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
46282024-08-22T02:15:52.047Z[ recovery-image] Aug 22 02:15:49.956 INFO O| Aug 22 02:15:49.956 INFO STEP 243 (remove_files) COMPLETE
46292024-08-22T02:15:52.047Z[ recovery-image] Aug 22 02:15:49.956 INFO O| Aug 22 02:15:49.956 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-08-22T02:15:52.047Z[ host-image] Aug 22 02:15:49.956 INFO O| Aug 22 02:15:49.956 INFO O| Packages to install: 6
46312024-08-22T02:15:52.047Z[ host-image] Aug 22 02:15:49.956 INFO O| Aug 22 02:15:49.956 INFO O| Mediators to change: 1
46322024-08-22T02:15:52.047Z[ host-image] Aug 22 02:15:49.956 INFO O| Aug 22 02:15:49.956 INFO O| Services to change: 1
46332024-08-22T02:15:52.055Z[ recovery-image] Aug 22 02:15:49.966 INFO O| Aug 22 02:15:49.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
46342024-08-22T02:15:52.058Z[ recovery-image] Aug 22 02:15:49.966 INFO O| Aug 22 02:15:49.966 INFO STEP 244 (remove_files) COMPLETE
46352024-08-22T02:15:52.058Z[ recovery-image] Aug 22 02:15:49.966 INFO O| Aug 22 02:15:49.966 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-08-22T02:15:52.061Z[ host-image] Aug 22 02:15:49.969 INFO O| Aug 22 02:15:49.969 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
46372024-08-22T02:15:52.065Z[ recovery-image] Aug 22 02:15:49.975 INFO O| Aug 22 02:15:49.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
46382024-08-22T02:15:52.065Z[ recovery-image] Aug 22 02:15:49.976 INFO O| Aug 22 02:15:49.976 INFO STEP 245 (remove_files) COMPLETE
46392024-08-22T02:15:52.065Z[ recovery-image] Aug 22 02:15:49.976 INFO O| Aug 22 02:15:49.976 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-08-22T02:15:52.074Z[ recovery-image] Aug 22 02:15:49.985 INFO O| Aug 22 02:15:49.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
46412024-08-22T02:15:52.075Z[ recovery-image] Aug 22 02:15:49.985 INFO O| Aug 22 02:15:49.985 INFO STEP 246 (remove_files) COMPLETE
46422024-08-22T02:15:52.077Z[ recovery-image] Aug 22 02:15:49.985 INFO O| Aug 22 02:15:49.985 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-08-22T02:15:52.084Z[ recovery-image] Aug 22 02:15:49.994 INFO O| Aug 22 02:15:49.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
46442024-08-22T02:15:52.084Z[ recovery-image] Aug 22 02:15:49.995 INFO O| Aug 22 02:15:49.995 INFO STEP 247 (remove_files) COMPLETE
46452024-08-22T02:15:52.086Z[ recovery-image] Aug 22 02:15:49.995 INFO O| Aug 22 02:15:49.995 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-08-22T02:15:52.094Z[ recovery-image] Aug 22 02:15:50.004 INFO O| Aug 22 02:15:50.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
46472024-08-22T02:15:52.094Z[ recovery-image] Aug 22 02:15:50.004 INFO O| Aug 22 02:15:50.004 INFO STEP 248 (remove_files) COMPLETE
46482024-08-22T02:15:52.097Z[ recovery-image] Aug 22 02:15:50.004 INFO O| Aug 22 02:15:50.004 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-08-22T02:15:52.103Z[ recovery-image] Aug 22 02:15:50.014 INFO O| Aug 22 02:15:50.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
46502024-08-22T02:15:52.103Z[ recovery-image] Aug 22 02:15:50.014 INFO O| Aug 22 02:15:50.014 INFO STEP 249 (remove_files) COMPLETE
46512024-08-22T02:15:52.105Z[ recovery-image] Aug 22 02:15:50.014 INFO O| Aug 22 02:15:50.014 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-08-22T02:15:52.112Z[ recovery-image] Aug 22 02:15:50.023 INFO O| Aug 22 02:15:50.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
46532024-08-22T02:15:52.113Z[ recovery-image] Aug 22 02:15:50.023 INFO O| Aug 22 02:15:50.023 INFO STEP 250 (remove_files) COMPLETE
46542024-08-22T02:15:52.115Z[ recovery-image] Aug 22 02:15:50.023 INFO O| Aug 22 02:15:50.023 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-08-22T02:15:52.122Z[ recovery-image] Aug 22 02:15:50.033 INFO O| Aug 22 02:15:50.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
46562024-08-22T02:15:52.122Z[ recovery-image] Aug 22 02:15:50.033 INFO O| Aug 22 02:15:50.033 INFO STEP 251 (remove_files) COMPLETE
46572024-08-22T02:15:52.122Z[ recovery-image] Aug 22 02:15:50.033 INFO O| Aug 22 02:15:50.033 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-08-22T02:15:52.132Z[ recovery-image] Aug 22 02:15:50.042 INFO O| Aug 22 02:15:50.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
46592024-08-22T02:15:52.134Z[ recovery-image] Aug 22 02:15:50.042 INFO O| Aug 22 02:15:50.042 INFO STEP 252 (remove_files) COMPLETE
46602024-08-22T02:15:52.134Z[ recovery-image] Aug 22 02:15:50.042 INFO O| Aug 22 02:15:50.042 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-08-22T02:15:52.141Z[ recovery-image] Aug 22 02:15:50.052 INFO O| Aug 22 02:15:50.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
46622024-08-22T02:15:52.143Z[ recovery-image] Aug 22 02:15:50.052 INFO O| Aug 22 02:15:50.052 INFO STEP 253 (remove_files) COMPLETE
46632024-08-22T02:15:52.143Z[ recovery-image] Aug 22 02:15:50.052 INFO O| Aug 22 02:15:50.052 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-08-22T02:15:52.150Z[ recovery-image] Aug 22 02:15:50.061 INFO O| Aug 22 02:15:50.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
46652024-08-22T02:15:52.151Z[ recovery-image] Aug 22 02:15:50.061 INFO O| Aug 22 02:15:50.061 INFO STEP 254 (remove_files) COMPLETE
46662024-08-22T02:15:52.153Z[ recovery-image] Aug 22 02:15:50.061 INFO O| Aug 22 02:15:50.061 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-08-22T02:15:52.160Z[ recovery-image] Aug 22 02:15:50.070 INFO O| Aug 22 02:15:50.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
46682024-08-22T02:15:52.162Z[ recovery-image] Aug 22 02:15:50.070 INFO O| Aug 22 02:15:50.070 INFO STEP 255 (remove_files) COMPLETE
46692024-08-22T02:15:52.162Z[ recovery-image] Aug 22 02:15:50.071 INFO O| Aug 22 02:15:50.070 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-08-22T02:15:52.169Z[ recovery-image] Aug 22 02:15:50.080 INFO O| Aug 22 02:15:50.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
46712024-08-22T02:15:52.172Z[ recovery-image] Aug 22 02:15:50.080 INFO O| Aug 22 02:15:50.080 INFO STEP 256 (remove_files) COMPLETE
46722024-08-22T02:15:52.172Z[ recovery-image] Aug 22 02:15:50.080 INFO O| Aug 22 02:15:50.080 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-08-22T02:15:52.179Z[ recovery-image] Aug 22 02:15:50.089 INFO O| Aug 22 02:15:50.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
46742024-08-22T02:15:52.179Z[ recovery-image] Aug 22 02:15:50.089 INFO O| Aug 22 02:15:50.089 INFO STEP 257 (remove_files) COMPLETE
46752024-08-22T02:15:52.182Z[ recovery-image] Aug 22 02:15:50.089 INFO O| Aug 22 02:15:50.089 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-08-22T02:15:52.188Z[ recovery-image] Aug 22 02:15:50.099 INFO O| Aug 22 02:15:50.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
46772024-08-22T02:15:52.191Z[ recovery-image] Aug 22 02:15:50.099 INFO O| Aug 22 02:15:50.099 INFO STEP 258 (remove_files) COMPLETE
46782024-08-22T02:15:52.191Z[ recovery-image] Aug 22 02:15:50.099 INFO O| Aug 22 02:15:50.099 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-08-22T02:15:52.198Z[ recovery-image] Aug 22 02:15:50.108 INFO O| Aug 22 02:15:50.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
46802024-08-22T02:15:52.198Z[ recovery-image] Aug 22 02:15:50.108 INFO O| Aug 22 02:15:50.108 INFO STEP 259 (remove_files) COMPLETE
46812024-08-22T02:15:52.198Z[ recovery-image] Aug 22 02:15:50.108 INFO O| Aug 22 02:15:50.108 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-08-22T02:15:52.207Z[ recovery-image] Aug 22 02:15:50.118 INFO O| Aug 22 02:15:50.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
46832024-08-22T02:15:52.207Z[ recovery-image] Aug 22 02:15:50.118 INFO O| Aug 22 02:15:50.118 INFO STEP 260 (remove_files) COMPLETE
46842024-08-22T02:15:52.207Z[ recovery-image] Aug 22 02:15:50.118 INFO O| Aug 22 02:15:50.118 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-08-22T02:15:52.217Z[ recovery-image] Aug 22 02:15:50.127 INFO O| Aug 22 02:15:50.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
46862024-08-22T02:15:52.217Z[ recovery-image] Aug 22 02:15:50.127 INFO O| Aug 22 02:15:50.127 INFO STEP 261 (remove_files) COMPLETE
46872024-08-22T02:15:52.219Z[ recovery-image] Aug 22 02:15:50.127 INFO O| Aug 22 02:15:50.127 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-08-22T02:15:52.226Z[ recovery-image] Aug 22 02:15:50.137 INFO O| Aug 22 02:15:50.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
46892024-08-22T02:15:52.226Z[ recovery-image] Aug 22 02:15:50.137 INFO O| Aug 22 02:15:50.137 INFO STEP 262 (remove_files) COMPLETE
46902024-08-22T02:15:52.230Z[ recovery-image] Aug 22 02:15:50.137 INFO O| Aug 22 02:15:50.137 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-08-22T02:15:52.236Z[ recovery-image] Aug 22 02:15:50.146 INFO O| Aug 22 02:15:50.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
46922024-08-22T02:15:52.236Z[ recovery-image] Aug 22 02:15:50.146 INFO O| Aug 22 02:15:50.146 INFO STEP 263 (remove_files) COMPLETE
46932024-08-22T02:15:52.238Z[ recovery-image] Aug 22 02:15:50.146 INFO O| Aug 22 02:15:50.146 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-08-22T02:15:52.246Z[ recovery-image] Aug 22 02:15:50.156 INFO O| Aug 22 02:15:50.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
46952024-08-22T02:15:52.246Z[ recovery-image] Aug 22 02:15:50.156 INFO O| Aug 22 02:15:50.156 INFO STEP 264 (remove_files) COMPLETE
46962024-08-22T02:15:52.248Z[ recovery-image] Aug 22 02:15:50.156 INFO O| Aug 22 02:15:50.156 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-08-22T02:15:52.255Z[ recovery-image] Aug 22 02:15:50.166 INFO O| Aug 22 02:15:50.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
46982024-08-22T02:15:52.255Z[ recovery-image] Aug 22 02:15:50.166 INFO O| Aug 22 02:15:50.166 INFO STEP 265 (remove_files) COMPLETE
46992024-08-22T02:15:52.255Z[ recovery-image] Aug 22 02:15:50.166 INFO O| Aug 22 02:15:50.166 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-08-22T02:15:52.265Z[ recovery-image] Aug 22 02:15:50.175 INFO O| Aug 22 02:15:50.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
47012024-08-22T02:15:52.265Z[ recovery-image] Aug 22 02:15:50.175 INFO O| Aug 22 02:15:50.175 INFO STEP 266 (remove_files) COMPLETE
47022024-08-22T02:15:52.265Z[ recovery-image] Aug 22 02:15:50.175 INFO O| Aug 22 02:15:50.175 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-08-22T02:15:52.274Z[ recovery-image] Aug 22 02:15:50.184 INFO O| Aug 22 02:15:50.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
47042024-08-22T02:15:52.274Z[ recovery-image] Aug 22 02:15:50.185 INFO O| Aug 22 02:15:50.185 INFO STEP 267 (remove_files) COMPLETE
47052024-08-22T02:15:52.277Z[ recovery-image] Aug 22 02:15:50.185 INFO O| Aug 22 02:15:50.185 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-08-22T02:15:52.283Z[ recovery-image] Aug 22 02:15:50.194 INFO O| Aug 22 02:15:50.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
47072024-08-22T02:15:52.283Z[ recovery-image] Aug 22 02:15:50.194 INFO O| Aug 22 02:15:50.194 INFO STEP 268 (remove_files) COMPLETE
47082024-08-22T02:15:52.286Z[ recovery-image] Aug 22 02:15:50.194 INFO O| Aug 22 02:15:50.194 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-08-22T02:15:52.293Z[ recovery-image] Aug 22 02:15:50.204 INFO O| Aug 22 02:15:50.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
47102024-08-22T02:15:52.293Z[ recovery-image] Aug 22 02:15:50.204 INFO O| Aug 22 02:15:50.204 INFO STEP 269 (remove_files) COMPLETE
47112024-08-22T02:15:52.296Z[ recovery-image] Aug 22 02:15:50.204 INFO O| Aug 22 02:15:50.204 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-08-22T02:15:52.303Z[ recovery-image] Aug 22 02:15:50.213 INFO O| Aug 22 02:15:50.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
47132024-08-22T02:15:52.303Z[ recovery-image] Aug 22 02:15:50.213 INFO O| Aug 22 02:15:50.213 INFO STEP 270 (remove_files) COMPLETE
47142024-08-22T02:15:52.303Z[ recovery-image] Aug 22 02:15:50.213 INFO O| Aug 22 02:15:50.213 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-08-22T02:15:52.312Z[ recovery-image] Aug 22 02:15:50.223 INFO O| Aug 22 02:15:50.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
47162024-08-22T02:15:52.315Z[ recovery-image] Aug 22 02:15:50.223 INFO O| Aug 22 02:15:50.223 INFO STEP 271 (remove_files) COMPLETE
47172024-08-22T02:15:52.315Z[ recovery-image] Aug 22 02:15:50.223 INFO O| Aug 22 02:15:50.223 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-08-22T02:15:52.322Z[ recovery-image] Aug 22 02:15:50.232 INFO O| Aug 22 02:15:50.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
47192024-08-22T02:15:52.322Z[ recovery-image] Aug 22 02:15:50.232 INFO O| Aug 22 02:15:50.232 INFO STEP 272 (remove_files) COMPLETE
47202024-08-22T02:15:52.324Z[ recovery-image] Aug 22 02:15:50.232 INFO O| Aug 22 02:15:50.232 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-08-22T02:15:52.331Z[ recovery-image] Aug 22 02:15:50.242 INFO O| Aug 22 02:15:50.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
47222024-08-22T02:15:52.334Z[ recovery-image] Aug 22 02:15:50.242 INFO O| Aug 22 02:15:50.242 INFO STEP 273 (remove_files) COMPLETE
47232024-08-22T02:15:52.334Z[ recovery-image] Aug 22 02:15:50.242 INFO O| Aug 22 02:15:50.242 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-08-22T02:15:52.340Z[ recovery-image] Aug 22 02:15:50.251 INFO O| Aug 22 02:15:50.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
47252024-08-22T02:15:52.341Z[ recovery-image] Aug 22 02:15:50.251 INFO O| Aug 22 02:15:50.251 INFO STEP 274 (remove_files) COMPLETE
47262024-08-22T02:15:52.341Z[ recovery-image] Aug 22 02:15:50.251 INFO O| Aug 22 02:15:50.251 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-08-22T02:15:52.350Z[ recovery-image] Aug 22 02:15:50.261 INFO O| Aug 22 02:15:50.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
47282024-08-22T02:15:52.350Z[ recovery-image] Aug 22 02:15:50.261 INFO O| Aug 22 02:15:50.261 INFO STEP 275 (remove_files) COMPLETE
47292024-08-22T02:15:52.350Z[ recovery-image] Aug 22 02:15:50.261 INFO O| Aug 22 02:15:50.261 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-08-22T02:15:52.360Z[ recovery-image] Aug 22 02:15:50.270 INFO O| Aug 22 02:15:50.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
47312024-08-22T02:15:52.360Z[ recovery-image] Aug 22 02:15:50.270 INFO O| Aug 22 02:15:50.270 INFO STEP 276 (remove_files) COMPLETE
47322024-08-22T02:15:52.360Z[ recovery-image] Aug 22 02:15:50.270 INFO O| Aug 22 02:15:50.270 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-08-22T02:15:52.369Z[ recovery-image] Aug 22 02:15:50.280 INFO O| Aug 22 02:15:50.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
47342024-08-22T02:15:52.369Z[ recovery-image] Aug 22 02:15:50.280 INFO O| Aug 22 02:15:50.280 INFO STEP 277 (remove_files) COMPLETE
47352024-08-22T02:15:52.369Z[ recovery-image] Aug 22 02:15:50.280 INFO O| Aug 22 02:15:50.280 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-08-22T02:15:52.378Z[ recovery-image] Aug 22 02:15:50.289 INFO O| Aug 22 02:15:50.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
47372024-08-22T02:15:52.379Z[ recovery-image] Aug 22 02:15:50.289 INFO O| Aug 22 02:15:50.289 INFO STEP 278 (remove_files) COMPLETE
47382024-08-22T02:15:52.379Z[ recovery-image] Aug 22 02:15:50.289 INFO O| Aug 22 02:15:50.289 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-08-22T02:15:52.388Z[ recovery-image] Aug 22 02:15:50.298 INFO O| Aug 22 02:15:50.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
47402024-08-22T02:15:52.388Z[ recovery-image] Aug 22 02:15:50.298 INFO O| Aug 22 02:15:50.298 INFO STEP 279 (remove_files) COMPLETE
47412024-08-22T02:15:52.388Z[ recovery-image] Aug 22 02:15:50.298 INFO O| Aug 22 02:15:50.298 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-08-22T02:15:52.397Z[ recovery-image] Aug 22 02:15:50.308 INFO O| Aug 22 02:15:50.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
47432024-08-22T02:15:52.397Z[ recovery-image] Aug 22 02:15:50.308 INFO O| Aug 22 02:15:50.308 INFO STEP 280 (remove_files) COMPLETE
47442024-08-22T02:15:52.400Z[ recovery-image] Aug 22 02:15:50.308 INFO O| Aug 22 02:15:50.308 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-08-22T02:15:52.408Z[ recovery-image] Aug 22 02:15:50.317 INFO O| Aug 22 02:15:50.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
47462024-08-22T02:15:52.408Z[ recovery-image] Aug 22 02:15:50.317 INFO O| Aug 22 02:15:50.317 INFO STEP 281 (remove_files) COMPLETE
47472024-08-22T02:15:52.410Z[ recovery-image] Aug 22 02:15:50.317 INFO O| Aug 22 02:15:50.317 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-08-22T02:15:52.416Z[ recovery-image] Aug 22 02:15:50.327 INFO O| Aug 22 02:15:50.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
47492024-08-22T02:15:52.419Z[ recovery-image] Aug 22 02:15:50.327 INFO O| Aug 22 02:15:50.327 INFO STEP 282 (remove_files) COMPLETE
47502024-08-22T02:15:52.419Z[ recovery-image] Aug 22 02:15:50.327 INFO O| Aug 22 02:15:50.327 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-08-22T02:15:52.426Z[ recovery-image] Aug 22 02:15:50.336 INFO O| Aug 22 02:15:50.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
47522024-08-22T02:15:52.428Z[ recovery-image] Aug 22 02:15:50.336 INFO O| Aug 22 02:15:50.336 INFO STEP 283 (remove_files) COMPLETE
47532024-08-22T02:15:52.428Z[ recovery-image] Aug 22 02:15:50.336 INFO O| Aug 22 02:15:50.336 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-08-22T02:15:52.436Z[ recovery-image] Aug 22 02:15:50.346 INFO O| Aug 22 02:15:50.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
47552024-08-22T02:15:52.438Z[ recovery-image] Aug 22 02:15:50.346 INFO O| Aug 22 02:15:50.346 INFO STEP 284 (remove_files) COMPLETE
47562024-08-22T02:15:52.438Z[ recovery-image] Aug 22 02:15:50.346 INFO O| Aug 22 02:15:50.346 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-08-22T02:15:52.445Z[ recovery-image] Aug 22 02:15:50.356 INFO O| Aug 22 02:15:50.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
47582024-08-22T02:15:52.445Z[ recovery-image] Aug 22 02:15:50.356 INFO O| Aug 22 02:15:50.356 INFO STEP 285 (remove_files) COMPLETE
47592024-08-22T02:15:52.448Z[ recovery-image] Aug 22 02:15:50.356 INFO O| Aug 22 02:15:50.356 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-08-22T02:15:52.455Z[ recovery-image] Aug 22 02:15:50.365 INFO O| Aug 22 02:15:50.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
47612024-08-22T02:15:52.455Z[ recovery-image] Aug 22 02:15:50.365 INFO O| Aug 22 02:15:50.365 INFO STEP 286 (remove_files) COMPLETE
47622024-08-22T02:15:52.457Z[ recovery-image] Aug 22 02:15:50.365 INFO O| Aug 22 02:15:50.365 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-08-22T02:15:52.464Z[ recovery-image] Aug 22 02:15:50.374 INFO O| Aug 22 02:15:50.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
47642024-08-22T02:15:52.466Z[ recovery-image] Aug 22 02:15:50.375 INFO O| Aug 22 02:15:50.375 INFO STEP 287 (remove_files) COMPLETE
47652024-08-22T02:15:52.466Z[ recovery-image] Aug 22 02:15:50.375 INFO O| Aug 22 02:15:50.375 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-08-22T02:15:52.474Z[ recovery-image] Aug 22 02:15:50.384 INFO O| Aug 22 02:15:50.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
47672024-08-22T02:15:52.479Z[ recovery-image] Aug 22 02:15:50.384 INFO O| Aug 22 02:15:50.384 INFO STEP 288 (remove_files) COMPLETE
47682024-08-22T02:15:52.480Z[ recovery-image] Aug 22 02:15:50.384 INFO O| Aug 22 02:15:50.384 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-08-22T02:15:52.483Z[ recovery-image] Aug 22 02:15:50.393 INFO O| Aug 22 02:15:50.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
47702024-08-22T02:15:52.483Z[ recovery-image] Aug 22 02:15:50.393 INFO O| Aug 22 02:15:50.393 INFO STEP 289 (remove_files) COMPLETE
47712024-08-22T02:15:52.490Z[ recovery-image] Aug 22 02:15:50.393 INFO O| Aug 22 02:15:50.393 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-08-22T02:15:52.494Z[ recovery-image] Aug 22 02:15:50.403 INFO O| Aug 22 02:15:50.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
47732024-08-22T02:15:52.494Z[ recovery-image] Aug 22 02:15:50.403 INFO O| Aug 22 02:15:50.403 INFO STEP 290 (remove_files) COMPLETE
47742024-08-22T02:15:52.494Z[ recovery-image] Aug 22 02:15:50.403 INFO O| Aug 22 02:15:50.403 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-08-22T02:15:52.502Z[ recovery-image] Aug 22 02:15:50.412 INFO O| Aug 22 02:15:50.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
47762024-08-22T02:15:52.502Z[ recovery-image] Aug 22 02:15:50.412 INFO O| Aug 22 02:15:50.412 INFO STEP 291 (remove_files) COMPLETE
47772024-08-22T02:15:52.504Z[ recovery-image] Aug 22 02:15:50.412 INFO O| Aug 22 02:15:50.412 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-08-22T02:15:52.522Z[ recovery-image] Aug 22 02:15:50.422 INFO O| Aug 22 02:15:50.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
47792024-08-22T02:15:52.522Z[ recovery-image] Aug 22 02:15:50.422 INFO O| Aug 22 02:15:50.422 INFO STEP 292 (remove_files) COMPLETE
47802024-08-22T02:15:52.522Z[ recovery-image] Aug 22 02:15:50.422 INFO O| Aug 22 02:15:50.422 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-08-22T02:15:52.522Z[ recovery-image] Aug 22 02:15:50.431 INFO O| Aug 22 02:15:50.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
47822024-08-22T02:15:52.522Z[ recovery-image] Aug 22 02:15:50.431 INFO O| Aug 22 02:15:50.431 INFO STEP 293 (remove_files) COMPLETE
47832024-08-22T02:15:52.522Z[ recovery-image] Aug 22 02:15:50.431 INFO O| Aug 22 02:15:50.431 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-08-22T02:15:52.530Z[ recovery-image] Aug 22 02:15:50.440 INFO O| Aug 22 02:15:50.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
47852024-08-22T02:15:52.532Z[ recovery-image] Aug 22 02:15:50.441 INFO O| Aug 22 02:15:50.441 INFO STEP 294 (remove_files) COMPLETE
47862024-08-22T02:15:52.532Z[ recovery-image] Aug 22 02:15:50.441 INFO O| Aug 22 02:15:50.441 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-08-22T02:15:52.549Z[ recovery-image] Aug 22 02:15:50.450 INFO O| Aug 22 02:15:50.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
47882024-08-22T02:15:52.549Z[ recovery-image] Aug 22 02:15:50.450 INFO O| Aug 22 02:15:50.450 INFO STEP 295 (remove_files) COMPLETE
47892024-08-22T02:15:52.549Z[ recovery-image] Aug 22 02:15:50.450 INFO O| Aug 22 02:15:50.450 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-08-22T02:15:52.552Z[ recovery-image] Aug 22 02:15:50.460 INFO O| Aug 22 02:15:50.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
47912024-08-22T02:15:52.552Z[ recovery-image] Aug 22 02:15:50.460 INFO O| Aug 22 02:15:50.460 INFO STEP 296 (remove_files) COMPLETE
47922024-08-22T02:15:52.552Z[ recovery-image] Aug 22 02:15:50.460 INFO O| Aug 22 02:15:50.460 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-08-22T02:15:52.559Z[ recovery-image] Aug 22 02:15:50.469 INFO O| Aug 22 02:15:50.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
47942024-08-22T02:15:52.559Z[ recovery-image] Aug 22 02:15:50.469 INFO O| Aug 22 02:15:50.469 INFO STEP 297 (remove_files) COMPLETE
47952024-08-22T02:15:52.562Z[ recovery-image] Aug 22 02:15:50.469 INFO O| Aug 22 02:15:50.469 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-08-22T02:15:52.568Z[ recovery-image] Aug 22 02:15:50.478 INFO O| Aug 22 02:15:50.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
47972024-08-22T02:15:52.568Z[ recovery-image] Aug 22 02:15:50.478 INFO O| Aug 22 02:15:50.478 INFO STEP 298 (remove_files) COMPLETE
47982024-08-22T02:15:52.570Z[ recovery-image] Aug 22 02:15:50.479 INFO O| Aug 22 02:15:50.478 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-08-22T02:15:52.577Z[ recovery-image] Aug 22 02:15:50.488 INFO O| Aug 22 02:15:50.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
48002024-08-22T02:15:52.577Z[ recovery-image] Aug 22 02:15:50.488 INFO O| Aug 22 02:15:50.488 INFO STEP 299 (remove_files) COMPLETE
48012024-08-22T02:15:52.584Z[ recovery-image] Aug 22 02:15:50.488 INFO O| Aug 22 02:15:50.488 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-08-22T02:15:52.587Z[ recovery-image] Aug 22 02:15:50.497 INFO O| Aug 22 02:15:50.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
48032024-08-22T02:15:52.587Z[ recovery-image] Aug 22 02:15:50.497 INFO O| Aug 22 02:15:50.497 INFO STEP 300 (remove_files) COMPLETE
48042024-08-22T02:15:52.587Z[ recovery-image] Aug 22 02:15:50.497 INFO O| Aug 22 02:15:50.497 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-08-22T02:15:52.596Z[ recovery-image] Aug 22 02:15:50.507 INFO O| Aug 22 02:15:50.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
48062024-08-22T02:15:52.596Z[ recovery-image] Aug 22 02:15:50.507 INFO O| Aug 22 02:15:50.507 INFO STEP 301 (remove_files) COMPLETE
48072024-08-22T02:15:52.597Z[ recovery-image] Aug 22 02:15:50.507 INFO O| Aug 22 02:15:50.507 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-08-22T02:15:52.609Z[ recovery-image] Aug 22 02:15:50.516 INFO O| Aug 22 02:15:50.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
48092024-08-22T02:15:52.609Z[ recovery-image] Aug 22 02:15:50.516 INFO O| Aug 22 02:15:50.516 INFO STEP 302 (remove_files) COMPLETE
48102024-08-22T02:15:52.609Z[ recovery-image] Aug 22 02:15:50.516 INFO O| Aug 22 02:15:50.516 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-08-22T02:15:52.615Z[ recovery-image] Aug 22 02:15:50.526 INFO O| Aug 22 02:15:50.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
48122024-08-22T02:15:52.615Z[ recovery-image] Aug 22 02:15:50.526 INFO O| Aug 22 02:15:50.526 INFO STEP 303 (remove_files) COMPLETE
48132024-08-22T02:15:52.618Z[ recovery-image] Aug 22 02:15:50.526 INFO O| Aug 22 02:15:50.526 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-08-22T02:15:52.624Z[ recovery-image] Aug 22 02:15:50.535 INFO O| Aug 22 02:15:50.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
48152024-08-22T02:15:52.624Z[ recovery-image] Aug 22 02:15:50.535 INFO O| Aug 22 02:15:50.535 INFO STEP 304 (remove_files) COMPLETE
48162024-08-22T02:15:52.625Z[ recovery-image] Aug 22 02:15:50.535 INFO O| Aug 22 02:15:50.535 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-08-22T02:15:52.634Z[ recovery-image] Aug 22 02:15:50.544 INFO O| Aug 22 02:15:50.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
48182024-08-22T02:15:52.637Z[ recovery-image] Aug 22 02:15:50.544 INFO O| Aug 22 02:15:50.544 INFO STEP 305 (remove_files) COMPLETE
48192024-08-22T02:15:52.637Z[ recovery-image] Aug 22 02:15:50.544 INFO O| Aug 22 02:15:50.544 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-08-22T02:15:52.643Z[ recovery-image] Aug 22 02:15:50.554 INFO O| Aug 22 02:15:50.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
48212024-08-22T02:15:52.649Z[ recovery-image] Aug 22 02:15:50.554 INFO O| Aug 22 02:15:50.554 INFO STEP 306 (remove_files) COMPLETE
48222024-08-22T02:15:52.649Z[ recovery-image] Aug 22 02:15:50.554 INFO O| Aug 22 02:15:50.554 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-08-22T02:15:52.653Z[ recovery-image] Aug 22 02:15:50.563 INFO O| Aug 22 02:15:50.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
48242024-08-22T02:15:52.653Z[ recovery-image] Aug 22 02:15:50.563 INFO O| Aug 22 02:15:50.563 INFO STEP 307 (remove_files) COMPLETE
48252024-08-22T02:15:52.653Z[ recovery-image] Aug 22 02:15:50.563 INFO O| Aug 22 02:15:50.563 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-08-22T02:15:52.662Z[ recovery-image] Aug 22 02:15:50.573 INFO O| Aug 22 02:15:50.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
48272024-08-22T02:15:52.662Z[ recovery-image] Aug 22 02:15:50.573 INFO O| Aug 22 02:15:50.573 INFO STEP 308 (remove_files) COMPLETE
48282024-08-22T02:15:52.665Z[ recovery-image] Aug 22 02:15:50.573 INFO O| Aug 22 02:15:50.573 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-08-22T02:15:52.672Z[ recovery-image] Aug 22 02:15:50.582 INFO O| Aug 22 02:15:50.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
48302024-08-22T02:15:52.672Z[ recovery-image] Aug 22 02:15:50.582 INFO O| Aug 22 02:15:50.582 INFO STEP 309 (remove_files) COMPLETE
48312024-08-22T02:15:52.672Z[ recovery-image] Aug 22 02:15:50.582 INFO O| Aug 22 02:15:50.582 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-08-22T02:15:52.681Z[ recovery-image] Aug 22 02:15:50.592 INFO O| Aug 22 02:15:50.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
48332024-08-22T02:15:52.681Z[ recovery-image] Aug 22 02:15:50.592 INFO O| Aug 22 02:15:50.592 INFO STEP 310 (remove_files) COMPLETE
48342024-08-22T02:15:52.684Z[ recovery-image] Aug 22 02:15:50.592 INFO O| Aug 22 02:15:50.592 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-08-22T02:15:52.691Z[ recovery-image] Aug 22 02:15:50.601 INFO O| Aug 22 02:15:50.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
48362024-08-22T02:15:52.693Z[ recovery-image] Aug 22 02:15:50.601 INFO O| Aug 22 02:15:50.601 INFO STEP 311 (remove_files) COMPLETE
48372024-08-22T02:15:52.693Z[ recovery-image] Aug 22 02:15:50.601 INFO O| Aug 22 02:15:50.601 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-08-22T02:15:52.700Z[ recovery-image] Aug 22 02:15:50.611 INFO O| Aug 22 02:15:50.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
48392024-08-22T02:15:52.700Z[ recovery-image] Aug 22 02:15:50.611 INFO O| Aug 22 02:15:50.611 INFO STEP 312 (remove_files) COMPLETE
48402024-08-22T02:15:52.702Z[ recovery-image] Aug 22 02:15:50.611 INFO O| Aug 22 02:15:50.611 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-08-22T02:15:52.709Z[ recovery-image] Aug 22 02:15:50.620 INFO O| Aug 22 02:15:50.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
48422024-08-22T02:15:52.709Z[ recovery-image] Aug 22 02:15:50.620 INFO O| Aug 22 02:15:50.620 INFO STEP 313 (remove_files) COMPLETE
48432024-08-22T02:15:52.709Z[ recovery-image] Aug 22 02:15:50.620 INFO O| Aug 22 02:15:50.620 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-08-22T02:15:52.719Z[ recovery-image] Aug 22 02:15:50.629 INFO O| Aug 22 02:15:50.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
48452024-08-22T02:15:52.719Z[ recovery-image] Aug 22 02:15:50.629 INFO O| Aug 22 02:15:50.629 INFO STEP 314 (remove_files) COMPLETE
48462024-08-22T02:15:52.719Z[ recovery-image] Aug 22 02:15:50.629 INFO O| Aug 22 02:15:50.629 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-08-22T02:15:52.729Z[ recovery-image] Aug 22 02:15:50.639 INFO O| Aug 22 02:15:50.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
48482024-08-22T02:15:52.729Z[ recovery-image] Aug 22 02:15:50.639 INFO O| Aug 22 02:15:50.639 INFO STEP 315 (remove_files) COMPLETE
48492024-08-22T02:15:52.729Z[ recovery-image] Aug 22 02:15:50.639 INFO O| Aug 22 02:15:50.639 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-08-22T02:15:52.737Z[ recovery-image] Aug 22 02:15:50.648 INFO O| Aug 22 02:15:50.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
48512024-08-22T02:15:52.737Z[ recovery-image] Aug 22 02:15:50.648 INFO O| Aug 22 02:15:50.648 INFO STEP 316 (remove_files) COMPLETE
48522024-08-22T02:15:52.738Z[ recovery-image] Aug 22 02:15:50.648 INFO O| Aug 22 02:15:50.648 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-08-22T02:15:52.747Z[ recovery-image] Aug 22 02:15:50.657 INFO O| Aug 22 02:15:50.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
48542024-08-22T02:15:52.750Z[ recovery-image] Aug 22 02:15:50.658 INFO O| Aug 22 02:15:50.657 INFO STEP 317 (remove_files) COMPLETE
48552024-08-22T02:15:52.750Z[ recovery-image] Aug 22 02:15:50.658 INFO O| Aug 22 02:15:50.657 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-08-22T02:15:52.756Z[ recovery-image] Aug 22 02:15:50.667 INFO O| Aug 22 02:15:50.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
48572024-08-22T02:15:52.756Z[ recovery-image] Aug 22 02:15:50.667 INFO O| Aug 22 02:15:50.667 INFO STEP 318 (remove_files) COMPLETE
48582024-08-22T02:15:52.759Z[ recovery-image] Aug 22 02:15:50.667 INFO O| Aug 22 02:15:50.667 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-08-22T02:15:52.766Z[ recovery-image] Aug 22 02:15:50.676 INFO O| Aug 22 02:15:50.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
48602024-08-22T02:15:52.766Z[ recovery-image] Aug 22 02:15:50.676 INFO O| Aug 22 02:15:50.676 INFO STEP 319 (remove_files) COMPLETE
48612024-08-22T02:15:52.768Z[ recovery-image] Aug 22 02:15:50.676 INFO O| Aug 22 02:15:50.676 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-08-22T02:15:52.775Z[ recovery-image] Aug 22 02:15:50.686 INFO O| Aug 22 02:15:50.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
48632024-08-22T02:15:52.777Z[ recovery-image] Aug 22 02:15:50.686 INFO O| Aug 22 02:15:50.686 INFO STEP 320 (remove_files) COMPLETE
48642024-08-22T02:15:52.777Z[ recovery-image] Aug 22 02:15:50.686 INFO O| Aug 22 02:15:50.686 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-08-22T02:15:52.785Z[ recovery-image] Aug 22 02:15:50.695 INFO O| Aug 22 02:15:50.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
48662024-08-22T02:15:52.785Z[ recovery-image] Aug 22 02:15:50.695 INFO O| Aug 22 02:15:50.695 INFO STEP 321 (remove_files) COMPLETE
48672024-08-22T02:15:52.787Z[ recovery-image] Aug 22 02:15:50.695 INFO O| Aug 22 02:15:50.695 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-08-22T02:15:52.794Z[ recovery-image] Aug 22 02:15:50.704 INFO O| Aug 22 02:15:50.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
48692024-08-22T02:15:52.794Z[ recovery-image] Aug 22 02:15:50.704 INFO O| Aug 22 02:15:50.704 INFO STEP 322 (remove_files) COMPLETE
48702024-08-22T02:15:52.794Z[ recovery-image] Aug 22 02:15:50.704 INFO O| Aug 22 02:15:50.704 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-08-22T02:15:52.803Z[ recovery-image] Aug 22 02:15:50.714 INFO O| Aug 22 02:15:50.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
48722024-08-22T02:15:52.806Z[ recovery-image] Aug 22 02:15:50.714 INFO O| Aug 22 02:15:50.714 INFO STEP 323 (remove_files) COMPLETE
48732024-08-22T02:15:52.806Z[ recovery-image] Aug 22 02:15:50.714 INFO O| Aug 22 02:15:50.714 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-08-22T02:15:52.813Z[ recovery-image] Aug 22 02:15:50.723 INFO O| Aug 22 02:15:50.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
48752024-08-22T02:15:52.816Z[ recovery-image] Aug 22 02:15:50.723 INFO O| Aug 22 02:15:50.723 INFO STEP 324 (remove_files) COMPLETE
48762024-08-22T02:15:52.816Z[ recovery-image] Aug 22 02:15:50.723 INFO O| Aug 22 02:15:50.723 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-08-22T02:15:52.822Z[ recovery-image] Aug 22 02:15:50.733 INFO O| Aug 22 02:15:50.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
48782024-08-22T02:15:52.825Z[ recovery-image] Aug 22 02:15:50.733 INFO O| Aug 22 02:15:50.733 INFO STEP 325 (remove_files) COMPLETE
48792024-08-22T02:15:52.825Z[ recovery-image] Aug 22 02:15:50.733 INFO O| Aug 22 02:15:50.733 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-08-22T02:15:52.832Z[ recovery-image] Aug 22 02:15:50.742 INFO O| Aug 22 02:15:50.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
48812024-08-22T02:15:52.832Z[ recovery-image] Aug 22 02:15:50.742 INFO O| Aug 22 02:15:50.742 INFO STEP 326 (remove_files) COMPLETE
48822024-08-22T02:15:52.835Z[ recovery-image] Aug 22 02:15:50.742 INFO O| Aug 22 02:15:50.742 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-08-22T02:15:52.841Z[ recovery-image] Aug 22 02:15:50.752 INFO O| Aug 22 02:15:50.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
48842024-08-22T02:15:52.841Z[ recovery-image] Aug 22 02:15:50.752 INFO O| Aug 22 02:15:50.752 INFO STEP 327 (remove_files) COMPLETE
48852024-08-22T02:15:52.844Z[ recovery-image] Aug 22 02:15:50.752 INFO O| Aug 22 02:15:50.752 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-08-22T02:15:52.850Z[ recovery-image] Aug 22 02:15:50.761 INFO O| Aug 22 02:15:50.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
48872024-08-22T02:15:52.853Z[ recovery-image] Aug 22 02:15:50.761 INFO O| Aug 22 02:15:50.761 INFO STEP 328 (remove_files) COMPLETE
48882024-08-22T02:15:52.853Z[ recovery-image] Aug 22 02:15:50.761 INFO O| Aug 22 02:15:50.761 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-08-22T02:15:52.860Z[ recovery-image] Aug 22 02:15:50.770 INFO O| Aug 22 02:15:50.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
48902024-08-22T02:15:52.860Z[ recovery-image] Aug 22 02:15:50.770 INFO O| Aug 22 02:15:50.770 INFO STEP 329 (remove_files) COMPLETE
48912024-08-22T02:15:52.863Z[ recovery-image] Aug 22 02:15:50.770 INFO O| Aug 22 02:15:50.770 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-08-22T02:15:52.869Z[ recovery-image] Aug 22 02:15:50.780 INFO O| Aug 22 02:15:50.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
48932024-08-22T02:15:52.869Z[ recovery-image] Aug 22 02:15:50.780 INFO O| Aug 22 02:15:50.780 INFO STEP 330 (remove_files) COMPLETE
48942024-08-22T02:15:52.869Z[ recovery-image] Aug 22 02:15:50.780 INFO O| Aug 22 02:15:50.780 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-08-22T02:15:52.879Z[ recovery-image] Aug 22 02:15:50.789 INFO O| Aug 22 02:15:50.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
48962024-08-22T02:15:52.879Z[ recovery-image] Aug 22 02:15:50.789 INFO O| Aug 22 02:15:50.789 INFO STEP 331 (remove_files) COMPLETE
48972024-08-22T02:15:52.881Z[ recovery-image] Aug 22 02:15:50.789 INFO O| Aug 22 02:15:50.789 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-08-22T02:15:52.888Z[ recovery-image] Aug 22 02:15:50.798 INFO O| Aug 22 02:15:50.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
48992024-08-22T02:15:52.888Z[ recovery-image] Aug 22 02:15:50.799 INFO O| Aug 22 02:15:50.799 INFO STEP 332 (remove_files) COMPLETE
49002024-08-22T02:15:52.891Z[ recovery-image] Aug 22 02:15:50.799 INFO O| Aug 22 02:15:50.799 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-08-22T02:15:52.898Z[ recovery-image] Aug 22 02:15:50.808 INFO O| Aug 22 02:15:50.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
49022024-08-22T02:15:52.898Z[ recovery-image] Aug 22 02:15:50.808 INFO O| Aug 22 02:15:50.808 INFO STEP 333 (remove_files) COMPLETE
49032024-08-22T02:15:52.900Z[ recovery-image] Aug 22 02:15:50.808 INFO O| Aug 22 02:15:50.808 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-08-22T02:15:52.907Z[ recovery-image] Aug 22 02:15:50.817 INFO O| Aug 22 02:15:50.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
49052024-08-22T02:15:52.907Z[ recovery-image] Aug 22 02:15:50.818 INFO O| Aug 22 02:15:50.818 INFO STEP 334 (remove_files) COMPLETE
49062024-08-22T02:15:52.910Z[ recovery-image] Aug 22 02:15:50.818 INFO O| Aug 22 02:15:50.818 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-08-22T02:15:52.916Z[ recovery-image] Aug 22 02:15:50.827 INFO O| Aug 22 02:15:50.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
49082024-08-22T02:15:52.919Z[ recovery-image] Aug 22 02:15:50.827 INFO O| Aug 22 02:15:50.827 INFO STEP 335 (remove_files) COMPLETE
49092024-08-22T02:15:52.919Z[ recovery-image] Aug 22 02:15:50.827 INFO O| Aug 22 02:15:50.827 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-08-22T02:15:52.926Z[ recovery-image] Aug 22 02:15:50.836 INFO O| Aug 22 02:15:50.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
49112024-08-22T02:15:52.926Z[ recovery-image] Aug 22 02:15:50.836 INFO O| Aug 22 02:15:50.836 INFO STEP 336 (remove_files) COMPLETE
49122024-08-22T02:15:52.928Z[ recovery-image] Aug 22 02:15:50.836 INFO O| Aug 22 02:15:50.836 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-08-22T02:15:52.935Z[ recovery-image] Aug 22 02:15:50.846 INFO O| Aug 22 02:15:50.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
49142024-08-22T02:15:52.937Z[ recovery-image] Aug 22 02:15:50.846 INFO O| Aug 22 02:15:50.846 INFO STEP 337 (remove_files) COMPLETE
49152024-08-22T02:15:52.937Z[ recovery-image] Aug 22 02:15:50.846 INFO O| Aug 22 02:15:50.846 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-08-22T02:15:52.946Z[ recovery-image] Aug 22 02:15:50.855 INFO O| Aug 22 02:15:50.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
49172024-08-22T02:15:52.948Z[ recovery-image] Aug 22 02:15:50.856 INFO O| Aug 22 02:15:50.855 INFO STEP 338 (remove_files) COMPLETE
49182024-08-22T02:15:52.948Z[ recovery-image] Aug 22 02:15:50.856 INFO O| Aug 22 02:15:50.855 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-08-22T02:15:52.954Z[ recovery-image] Aug 22 02:15:50.865 INFO O| Aug 22 02:15:50.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
49202024-08-22T02:15:52.954Z[ recovery-image] Aug 22 02:15:50.865 INFO O| Aug 22 02:15:50.865 INFO STEP 339 (remove_files) COMPLETE
49212024-08-22T02:15:52.957Z[ recovery-image] Aug 22 02:15:50.865 INFO O| Aug 22 02:15:50.865 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-08-22T02:15:52.964Z[ recovery-image] Aug 22 02:15:50.874 INFO O| Aug 22 02:15:50.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
49232024-08-22T02:15:52.966Z[ recovery-image] Aug 22 02:15:50.874 INFO O| Aug 22 02:15:50.874 INFO STEP 340 (remove_files) COMPLETE
49242024-08-22T02:15:52.966Z[ recovery-image] Aug 22 02:15:50.874 INFO O| Aug 22 02:15:50.874 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-08-22T02:15:52.973Z[ recovery-image] Aug 22 02:15:50.884 INFO O| Aug 22 02:15:50.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
49262024-08-22T02:15:52.973Z[ recovery-image] Aug 22 02:15:50.884 INFO O| Aug 22 02:15:50.884 INFO STEP 341 (remove_files) COMPLETE
49272024-08-22T02:15:52.976Z[ recovery-image] Aug 22 02:15:50.884 INFO O| Aug 22 02:15:50.884 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-08-22T02:15:52.983Z[ recovery-image] Aug 22 02:15:50.893 INFO O| Aug 22 02:15:50.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
49292024-08-22T02:15:52.983Z[ recovery-image] Aug 22 02:15:50.893 INFO O| Aug 22 02:15:50.893 INFO STEP 342 (remove_files) COMPLETE
49302024-08-22T02:15:52.983Z[ recovery-image] Aug 22 02:15:50.893 INFO O| Aug 22 02:15:50.893 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-08-22T02:15:52.992Z[ recovery-image] Aug 22 02:15:50.902 INFO O| Aug 22 02:15:50.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
49322024-08-22T02:15:52.992Z[ recovery-image] Aug 22 02:15:50.902 INFO O| Aug 22 02:15:50.902 INFO STEP 343 (remove_files) COMPLETE
49332024-08-22T02:15:52.992Z[ recovery-image] Aug 22 02:15:50.902 INFO O| Aug 22 02:15:50.902 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-08-22T02:15:53.002Z[ recovery-image] Aug 22 02:15:50.912 INFO O| Aug 22 02:15:50.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
49352024-08-22T02:15:53.002Z[ recovery-image] Aug 22 02:15:50.912 INFO O| Aug 22 02:15:50.912 INFO STEP 344 (remove_files) COMPLETE
49362024-08-22T02:15:53.002Z[ recovery-image] Aug 22 02:15:50.912 INFO O| Aug 22 02:15:50.912 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-08-22T02:15:53.011Z[ recovery-image] Aug 22 02:15:50.921 INFO O| Aug 22 02:15:50.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
49382024-08-22T02:15:53.011Z[ recovery-image] Aug 22 02:15:50.921 INFO O| Aug 22 02:15:50.921 INFO STEP 345 (remove_files) COMPLETE
49392024-08-22T02:15:53.013Z[ recovery-image] Aug 22 02:15:50.921 INFO O| Aug 22 02:15:50.921 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-08-22T02:15:53.020Z[ recovery-image] Aug 22 02:15:50.930 INFO O| Aug 22 02:15:50.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
49412024-08-22T02:15:53.020Z[ recovery-image] Aug 22 02:15:50.930 INFO O| Aug 22 02:15:50.930 INFO STEP 346 (remove_files) COMPLETE
49422024-08-22T02:15:53.020Z[ recovery-image] Aug 22 02:15:50.930 INFO O| Aug 22 02:15:50.930 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-08-22T02:15:53.029Z[ recovery-image] Aug 22 02:15:50.940 INFO O| Aug 22 02:15:50.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
49442024-08-22T02:15:53.029Z[ recovery-image] Aug 22 02:15:50.940 INFO O| Aug 22 02:15:50.940 INFO STEP 347 (remove_files) COMPLETE
49452024-08-22T02:15:53.032Z[ recovery-image] Aug 22 02:15:50.940 INFO O| Aug 22 02:15:50.940 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-08-22T02:15:53.039Z[ recovery-image] Aug 22 02:15:50.949 INFO O| Aug 22 02:15:50.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
49472024-08-22T02:15:53.039Z[ recovery-image] Aug 22 02:15:50.949 INFO O| Aug 22 02:15:50.949 INFO STEP 348 (remove_files) COMPLETE
49482024-08-22T02:15:53.039Z[ recovery-image] Aug 22 02:15:50.949 INFO O| Aug 22 02:15:50.949 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-08-22T02:15:53.048Z[ recovery-image] Aug 22 02:15:50.959 INFO O| Aug 22 02:15:50.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
49502024-08-22T02:15:53.048Z[ recovery-image] Aug 22 02:15:50.959 INFO O| Aug 22 02:15:50.959 INFO STEP 349 (remove_files) COMPLETE
49512024-08-22T02:15:53.048Z[ recovery-image] Aug 22 02:15:50.959 INFO O| Aug 22 02:15:50.959 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-08-22T02:15:53.059Z[ recovery-image] Aug 22 02:15:50.968 INFO O| Aug 22 02:15:50.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
49532024-08-22T02:15:53.059Z[ recovery-image] Aug 22 02:15:50.968 INFO O| Aug 22 02:15:50.968 INFO STEP 350 (remove_files) COMPLETE
49542024-08-22T02:15:53.059Z[ recovery-image] Aug 22 02:15:50.968 INFO O| Aug 22 02:15:50.968 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-08-22T02:15:53.067Z[ recovery-image] Aug 22 02:15:50.977 INFO O| Aug 22 02:15:50.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
49562024-08-22T02:15:53.067Z[ recovery-image] Aug 22 02:15:50.978 INFO O| Aug 22 02:15:50.978 INFO STEP 351 (remove_files) COMPLETE
49572024-08-22T02:15:53.067Z[ recovery-image] Aug 22 02:15:50.978 INFO O| Aug 22 02:15:50.978 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-08-22T02:15:53.077Z[ recovery-image] Aug 22 02:15:50.987 INFO O| Aug 22 02:15:50.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
49592024-08-22T02:15:53.077Z[ recovery-image] Aug 22 02:15:50.987 INFO O| Aug 22 02:15:50.987 INFO STEP 352 (remove_files) COMPLETE
49602024-08-22T02:15:53.080Z[ recovery-image] Aug 22 02:15:50.987 INFO O| Aug 22 02:15:50.987 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-08-22T02:15:53.086Z[ recovery-image] Aug 22 02:15:50.996 INFO O| Aug 22 02:15:50.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
49622024-08-22T02:15:53.086Z[ recovery-image] Aug 22 02:15:50.996 INFO O| Aug 22 02:15:50.996 INFO STEP 353 (remove_files) COMPLETE
49632024-08-22T02:15:53.089Z[ recovery-image] Aug 22 02:15:50.996 INFO O| Aug 22 02:15:50.996 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-08-22T02:15:53.097Z[ recovery-image] Aug 22 02:15:51.007 INFO O| Aug 22 02:15:51.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
49652024-08-22T02:15:53.100Z[ recovery-image] Aug 22 02:15:51.007 INFO O| Aug 22 02:15:51.007 INFO STEP 354 (remove_files) COMPLETE
49662024-08-22T02:15:53.100Z[ recovery-image] Aug 22 02:15:51.008 INFO O| Aug 22 02:15:51.007 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-08-22T02:15:53.107Z[ recovery-image] Aug 22 02:15:51.018 INFO O| Aug 22 02:15:51.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
49682024-08-22T02:15:53.107Z[ recovery-image] Aug 22 02:15:51.018 INFO O| Aug 22 02:15:51.018 INFO STEP 355 (remove_files) COMPLETE
49692024-08-22T02:15:53.110Z[ recovery-image] Aug 22 02:15:51.018 INFO O| Aug 22 02:15:51.018 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-08-22T02:15:53.117Z[ recovery-image] Aug 22 02:15:51.027 INFO O| Aug 22 02:15:51.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
49712024-08-22T02:15:53.117Z[ recovery-image] Aug 22 02:15:51.027 INFO O| Aug 22 02:15:51.027 INFO STEP 356 (remove_files) COMPLETE
49722024-08-22T02:15:53.120Z[ recovery-image] Aug 22 02:15:51.027 INFO O| Aug 22 02:15:51.027 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-08-22T02:15:53.127Z[ recovery-image] Aug 22 02:15:51.037 INFO O| Aug 22 02:15:51.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
49742024-08-22T02:15:53.127Z[ recovery-image] Aug 22 02:15:51.037 INFO O| Aug 22 02:15:51.037 INFO STEP 357 (remove_files) COMPLETE
49752024-08-22T02:15:53.129Z[ recovery-image] Aug 22 02:15:51.037 INFO O| Aug 22 02:15:51.037 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-08-22T02:15:53.136Z[ recovery-image] Aug 22 02:15:51.047 INFO O| Aug 22 02:15:51.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
49772024-08-22T02:15:53.139Z[ recovery-image] Aug 22 02:15:51.047 INFO O| Aug 22 02:15:51.047 INFO STEP 358 (remove_files) COMPLETE
49782024-08-22T02:15:53.139Z[ recovery-image] Aug 22 02:15:51.047 INFO O| Aug 22 02:15:51.047 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-08-22T02:15:53.146Z[ recovery-image] Aug 22 02:15:51.056 INFO O| Aug 22 02:15:51.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
49802024-08-22T02:15:53.146Z[ recovery-image] Aug 22 02:15:51.056 INFO O| Aug 22 02:15:51.056 INFO STEP 359 (remove_files) COMPLETE
49812024-08-22T02:15:53.146Z[ recovery-image] Aug 22 02:15:51.056 INFO O| Aug 22 02:15:51.056 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-08-22T02:15:53.155Z[ recovery-image] Aug 22 02:15:51.065 INFO O| Aug 22 02:15:51.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
49832024-08-22T02:15:53.158Z[ recovery-image] Aug 22 02:15:51.066 INFO O| Aug 22 02:15:51.065 INFO STEP 360 (remove_files) COMPLETE
49842024-08-22T02:15:53.158Z[ recovery-image] Aug 22 02:15:51.066 INFO O| Aug 22 02:15:51.066 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-08-22T02:15:53.164Z[ recovery-image] Aug 22 02:15:51.075 INFO O| Aug 22 02:15:51.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
49862024-08-22T02:15:53.164Z[ recovery-image] Aug 22 02:15:51.075 INFO O| Aug 22 02:15:51.075 INFO STEP 361 (remove_files) COMPLETE
49872024-08-22T02:15:53.167Z[ recovery-image] Aug 22 02:15:51.075 INFO O| Aug 22 02:15:51.075 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-08-22T02:15:53.174Z[ recovery-image] Aug 22 02:15:51.084 INFO O| Aug 22 02:15:51.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
49892024-08-22T02:15:53.176Z[ recovery-image] Aug 22 02:15:51.084 INFO O| Aug 22 02:15:51.084 INFO STEP 362 (remove_files) COMPLETE
49902024-08-22T02:15:53.176Z[ recovery-image] Aug 22 02:15:51.084 INFO O| Aug 22 02:15:51.084 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-08-22T02:15:53.183Z[ recovery-image] Aug 22 02:15:51.094 INFO O| Aug 22 02:15:51.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
49922024-08-22T02:15:53.183Z[ recovery-image] Aug 22 02:15:51.094 INFO O| Aug 22 02:15:51.094 INFO STEP 363 (remove_files) COMPLETE
49932024-08-22T02:15:53.186Z[ recovery-image] Aug 22 02:15:51.094 INFO O| Aug 22 02:15:51.094 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-08-22T02:15:53.193Z[ recovery-image] Aug 22 02:15:51.103 INFO O| Aug 22 02:15:51.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
49952024-08-22T02:15:53.193Z[ recovery-image] Aug 22 02:15:51.103 INFO O| Aug 22 02:15:51.103 INFO STEP 364 (remove_files) COMPLETE
49962024-08-22T02:15:53.193Z[ recovery-image] Aug 22 02:15:51.103 INFO O| Aug 22 02:15:51.103 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-08-22T02:15:53.202Z[ recovery-image] Aug 22 02:15:51.113 INFO O| Aug 22 02:15:51.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
49982024-08-22T02:15:53.202Z[ recovery-image] Aug 22 02:15:51.113 INFO O| Aug 22 02:15:51.113 INFO STEP 365 (remove_files) COMPLETE
49992024-08-22T02:15:53.205Z[ recovery-image] Aug 22 02:15:51.113 INFO O| Aug 22 02:15:51.113 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-08-22T02:15:53.212Z[ recovery-image] Aug 22 02:15:51.122 INFO O| Aug 22 02:15:51.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
50012024-08-22T02:15:53.212Z[ recovery-image] Aug 22 02:15:51.122 INFO O| Aug 22 02:15:51.122 INFO STEP 366 (remove_files) COMPLETE
50022024-08-22T02:15:53.214Z[ recovery-image] Aug 22 02:15:51.122 INFO O| Aug 22 02:15:51.122 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-08-22T02:15:53.221Z[ recovery-image] Aug 22 02:15:51.132 INFO O| Aug 22 02:15:51.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
50042024-08-22T02:15:53.224Z[ recovery-image] Aug 22 02:15:51.132 INFO O| Aug 22 02:15:51.132 INFO STEP 367 (remove_files) COMPLETE
50052024-08-22T02:15:53.224Z[ recovery-image] Aug 22 02:15:51.132 INFO O| Aug 22 02:15:51.132 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-08-22T02:15:53.231Z[ recovery-image] Aug 22 02:15:51.141 INFO O| Aug 22 02:15:51.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
50072024-08-22T02:15:53.231Z[ recovery-image] Aug 22 02:15:51.141 INFO O| Aug 22 02:15:51.141 INFO STEP 368 (remove_files) COMPLETE
50082024-08-22T02:15:53.231Z[ recovery-image] Aug 22 02:15:51.141 INFO O| Aug 22 02:15:51.141 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-08-22T02:15:53.240Z[ recovery-image] Aug 22 02:15:51.151 INFO O| Aug 22 02:15:51.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
50102024-08-22T02:15:53.243Z[ recovery-image] Aug 22 02:15:51.151 INFO O| Aug 22 02:15:51.151 INFO STEP 369 (remove_files) COMPLETE
50112024-08-22T02:15:53.243Z[ recovery-image] Aug 22 02:15:51.151 INFO O| Aug 22 02:15:51.151 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-08-22T02:15:53.250Z[ recovery-image] Aug 22 02:15:51.161 INFO O| Aug 22 02:15:51.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
50132024-08-22T02:15:53.253Z[ recovery-image] Aug 22 02:15:51.161 INFO O| Aug 22 02:15:51.161 INFO STEP 370 (remove_files) COMPLETE
50142024-08-22T02:15:53.253Z[ recovery-image] Aug 22 02:15:51.161 INFO O| Aug 22 02:15:51.161 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-08-22T02:15:53.260Z[ recovery-image] Aug 22 02:15:51.170 INFO O| Aug 22 02:15:51.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
50162024-08-22T02:15:53.260Z[ recovery-image] Aug 22 02:15:51.170 INFO O| Aug 22 02:15:51.170 INFO STEP 371 (remove_files) COMPLETE
50172024-08-22T02:15:53.262Z[ recovery-image] Aug 22 02:15:51.170 INFO O| Aug 22 02:15:51.170 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-08-22T02:15:53.269Z[ recovery-image] Aug 22 02:15:51.180 INFO O| Aug 22 02:15:51.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
50192024-08-22T02:15:53.271Z[ recovery-image] Aug 22 02:15:51.180 INFO O| Aug 22 02:15:51.180 INFO STEP 372 (remove_files) COMPLETE
50202024-08-22T02:15:53.272Z[ recovery-image] Aug 22 02:15:51.180 INFO O| Aug 22 02:15:51.180 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-08-22T02:15:53.279Z[ recovery-image] Aug 22 02:15:51.189 INFO O| Aug 22 02:15:51.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
50222024-08-22T02:15:53.281Z[ recovery-image] Aug 22 02:15:51.189 INFO O| Aug 22 02:15:51.189 INFO STEP 373 (remove_files) COMPLETE
50232024-08-22T02:15:53.281Z[ recovery-image] Aug 22 02:15:51.189 INFO O| Aug 22 02:15:51.189 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-08-22T02:15:53.288Z[ recovery-image] Aug 22 02:15:51.199 INFO O| Aug 22 02:15:51.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
50252024-08-22T02:15:53.288Z[ recovery-image] Aug 22 02:15:51.199 INFO O| Aug 22 02:15:51.199 INFO STEP 374 (remove_files) COMPLETE
50262024-08-22T02:15:53.291Z[ recovery-image] Aug 22 02:15:51.199 INFO O| Aug 22 02:15:51.199 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-08-22T02:15:53.298Z[ recovery-image] Aug 22 02:15:51.209 INFO O| Aug 22 02:15:51.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
50282024-08-22T02:15:53.301Z[ recovery-image] Aug 22 02:15:51.209 INFO O| Aug 22 02:15:51.209 INFO STEP 375 (remove_files) COMPLETE
50292024-08-22T02:15:53.301Z[ recovery-image] Aug 22 02:15:51.209 INFO O| Aug 22 02:15:51.209 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-08-22T02:15:53.308Z[ recovery-image] Aug 22 02:15:51.218 INFO O| Aug 22 02:15:51.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
50312024-08-22T02:15:53.308Z[ recovery-image] Aug 22 02:15:51.218 INFO O| Aug 22 02:15:51.218 INFO STEP 376 (remove_files) COMPLETE
50322024-08-22T02:15:53.310Z[ recovery-image] Aug 22 02:15:51.218 INFO O| Aug 22 02:15:51.218 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-08-22T02:15:53.318Z[ recovery-image] Aug 22 02:15:51.229 INFO O| Aug 22 02:15:51.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
50342024-08-22T02:15:53.321Z[ recovery-image] Aug 22 02:15:51.229 INFO O| Aug 22 02:15:51.229 INFO STEP 377 (remove_files) COMPLETE
50352024-08-22T02:15:53.321Z[ recovery-image] Aug 22 02:15:51.229 INFO O| Aug 22 02:15:51.229 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-08-22T02:15:53.328Z[ recovery-image] Aug 22 02:15:51.238 INFO O| Aug 22 02:15:51.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
50372024-08-22T02:15:53.328Z[ recovery-image] Aug 22 02:15:51.238 INFO O| Aug 22 02:15:51.238 INFO STEP 378 (remove_files) COMPLETE
50382024-08-22T02:15:53.331Z[ recovery-image] Aug 22 02:15:51.238 INFO O| Aug 22 02:15:51.238 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-08-22T02:15:53.337Z[ recovery-image] Aug 22 02:15:51.248 INFO O| Aug 22 02:15:51.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
50402024-08-22T02:15:53.340Z[ recovery-image] Aug 22 02:15:51.248 INFO O| Aug 22 02:15:51.248 INFO STEP 379 (remove_files) COMPLETE
50412024-08-22T02:15:53.340Z[ recovery-image] Aug 22 02:15:51.248 INFO O| Aug 22 02:15:51.248 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-08-22T02:15:53.347Z[ recovery-image] Aug 22 02:15:51.257 INFO O| Aug 22 02:15:51.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
50432024-08-22T02:15:53.347Z[ recovery-image] Aug 22 02:15:51.257 INFO O| Aug 22 02:15:51.257 INFO STEP 380 (remove_files) COMPLETE
50442024-08-22T02:15:53.350Z[ recovery-image] Aug 22 02:15:51.257 INFO O| Aug 22 02:15:51.257 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-08-22T02:15:53.357Z[ recovery-image] Aug 22 02:15:51.267 INFO O| Aug 22 02:15:51.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
50462024-08-22T02:15:53.357Z[ recovery-image] Aug 22 02:15:51.267 INFO O| Aug 22 02:15:51.267 INFO STEP 381 (remove_files) COMPLETE
50472024-08-22T02:15:53.357Z[ recovery-image] Aug 22 02:15:51.267 INFO O| Aug 22 02:15:51.267 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-08-22T02:15:53.366Z[ recovery-image] Aug 22 02:15:51.277 INFO O| Aug 22 02:15:51.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
50492024-08-22T02:15:53.366Z[ recovery-image] Aug 22 02:15:51.277 INFO O| Aug 22 02:15:51.277 INFO STEP 382 (remove_files) COMPLETE
50502024-08-22T02:15:53.366Z[ recovery-image] Aug 22 02:15:51.277 INFO O| Aug 22 02:15:51.277 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-08-22T02:15:53.376Z[ recovery-image] Aug 22 02:15:51.286 INFO O| Aug 22 02:15:51.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
50522024-08-22T02:15:53.376Z[ recovery-image] Aug 22 02:15:51.286 INFO O| Aug 22 02:15:51.286 INFO STEP 383 (remove_files) COMPLETE
50532024-08-22T02:15:53.378Z[ recovery-image] Aug 22 02:15:51.286 INFO O| Aug 22 02:15:51.286 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-08-22T02:15:53.385Z[ recovery-image] Aug 22 02:15:51.296 INFO O| Aug 22 02:15:51.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
50552024-08-22T02:15:53.385Z[ recovery-image] Aug 22 02:15:51.296 INFO O| Aug 22 02:15:51.296 INFO STEP 384 (remove_files) COMPLETE
50562024-08-22T02:15:53.388Z[ recovery-image] Aug 22 02:15:51.296 INFO O| Aug 22 02:15:51.296 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-08-22T02:15:53.395Z[ recovery-image] Aug 22 02:15:51.305 INFO O| Aug 22 02:15:51.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
50582024-08-22T02:15:53.395Z[ recovery-image] Aug 22 02:15:51.305 INFO O| Aug 22 02:15:51.305 INFO STEP 385 (remove_files) COMPLETE
50592024-08-22T02:15:53.395Z[ recovery-image] Aug 22 02:15:51.305 INFO O| Aug 22 02:15:51.305 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-08-22T02:15:53.404Z[ recovery-image] Aug 22 02:15:51.315 INFO O| Aug 22 02:15:51.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
50612024-08-22T02:15:53.405Z[ recovery-image] Aug 22 02:15:51.315 INFO O| Aug 22 02:15:51.315 INFO STEP 386 (remove_files) COMPLETE
50622024-08-22T02:15:53.405Z[ recovery-image] Aug 22 02:15:51.315 INFO O| Aug 22 02:15:51.315 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-08-22T02:15:53.414Z[ recovery-image] Aug 22 02:15:51.324 INFO O| Aug 22 02:15:51.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
50642024-08-22T02:15:53.414Z[ recovery-image] Aug 22 02:15:51.324 INFO O| Aug 22 02:15:51.324 INFO STEP 387 (remove_files) COMPLETE
50652024-08-22T02:15:53.414Z[ recovery-image] Aug 22 02:15:51.324 INFO O| Aug 22 02:15:51.324 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-08-22T02:15:53.423Z[ recovery-image] Aug 22 02:15:51.334 INFO O| Aug 22 02:15:51.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
50672024-08-22T02:15:53.423Z[ recovery-image] Aug 22 02:15:51.334 INFO O| Aug 22 02:15:51.334 INFO STEP 388 (remove_files) COMPLETE
50682024-08-22T02:15:53.423Z[ recovery-image] Aug 22 02:15:51.334 INFO O| Aug 22 02:15:51.334 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-08-22T02:15:53.434Z[ recovery-image] Aug 22 02:15:51.343 INFO O| Aug 22 02:15:51.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
50702024-08-22T02:15:53.434Z[ recovery-image] Aug 22 02:15:51.344 INFO O| Aug 22 02:15:51.343 INFO STEP 389 (remove_files) COMPLETE
50712024-08-22T02:15:53.437Z[ recovery-image] Aug 22 02:15:51.344 INFO O| Aug 22 02:15:51.344 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-08-22T02:15:53.442Z[ recovery-image] Aug 22 02:15:51.353 INFO O| Aug 22 02:15:51.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
50732024-08-22T02:15:53.442Z[ recovery-image] Aug 22 02:15:51.353 INFO O| Aug 22 02:15:51.353 INFO STEP 390 (remove_files) COMPLETE
50742024-08-22T02:15:53.445Z[ recovery-image] Aug 22 02:15:51.353 INFO O| Aug 22 02:15:51.353 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-08-22T02:15:53.452Z[ recovery-image] Aug 22 02:15:51.362 INFO O| Aug 22 02:15:51.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
50762024-08-22T02:15:53.452Z[ recovery-image] Aug 22 02:15:51.362 INFO O| Aug 22 02:15:51.362 INFO STEP 391 (remove_files) COMPLETE
50772024-08-22T02:15:53.454Z[ recovery-image] Aug 22 02:15:51.362 INFO O| Aug 22 02:15:51.362 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-08-22T02:15:53.461Z[ recovery-image] Aug 22 02:15:51.372 INFO O| Aug 22 02:15:51.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
50792024-08-22T02:15:53.461Z[ recovery-image] Aug 22 02:15:51.372 INFO O| Aug 22 02:15:51.372 INFO STEP 392 (remove_files) COMPLETE
50802024-08-22T02:15:53.461Z[ recovery-image] Aug 22 02:15:51.372 INFO O| Aug 22 02:15:51.372 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-08-22T02:15:53.470Z[ recovery-image] Aug 22 02:15:51.381 INFO O| Aug 22 02:15:51.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
50822024-08-22T02:15:53.470Z[ recovery-image] Aug 22 02:15:51.381 INFO O| Aug 22 02:15:51.381 INFO STEP 393 (remove_files) COMPLETE
50832024-08-22T02:15:53.471Z[ recovery-image] Aug 22 02:15:51.381 INFO O| Aug 22 02:15:51.381 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-08-22T02:15:53.480Z[ recovery-image] Aug 22 02:15:51.390 INFO O| Aug 22 02:15:51.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
50852024-08-22T02:15:53.480Z[ recovery-image] Aug 22 02:15:51.390 INFO O| Aug 22 02:15:51.390 INFO STEP 394 (remove_files) COMPLETE
50862024-08-22T02:15:53.480Z[ recovery-image] Aug 22 02:15:51.390 INFO O| Aug 22 02:15:51.390 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-08-22T02:15:53.489Z[ recovery-image] Aug 22 02:15:51.400 INFO O| Aug 22 02:15:51.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
50882024-08-22T02:15:53.489Z[ recovery-image] Aug 22 02:15:51.400 INFO O| Aug 22 02:15:51.400 INFO STEP 395 (remove_files) COMPLETE
50892024-08-22T02:15:53.498Z[ recovery-image] Aug 22 02:15:51.400 INFO O| Aug 22 02:15:51.400 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-08-22T02:15:53.507Z[ recovery-image] Aug 22 02:15:51.409 INFO O| Aug 22 02:15:51.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
50912024-08-22T02:15:53.507Z[ recovery-image] Aug 22 02:15:51.409 INFO O| Aug 22 02:15:51.409 INFO STEP 396 (remove_files) COMPLETE
50922024-08-22T02:15:53.507Z[ recovery-image] Aug 22 02:15:51.409 INFO O| Aug 22 02:15:51.409 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-08-22T02:15:53.513Z[ recovery-image] Aug 22 02:15:51.419 INFO O| Aug 22 02:15:51.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
50942024-08-22T02:15:53.513Z[ recovery-image] Aug 22 02:15:51.419 INFO O| Aug 22 02:15:51.419 INFO STEP 397 (remove_files) COMPLETE
50952024-08-22T02:15:53.513Z[ recovery-image] Aug 22 02:15:51.419 INFO O| Aug 22 02:15:51.419 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-08-22T02:15:53.518Z[ recovery-image] Aug 22 02:15:51.429 INFO O| Aug 22 02:15:51.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
50972024-08-22T02:15:53.519Z[ recovery-image] Aug 22 02:15:51.429 INFO O| Aug 22 02:15:51.429 INFO STEP 398 (remove_files) COMPLETE
50982024-08-22T02:15:53.521Z[ recovery-image] Aug 22 02:15:51.429 INFO O| Aug 22 02:15:51.429 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-08-22T02:15:53.528Z[ recovery-image] Aug 22 02:15:51.439 INFO O| Aug 22 02:15:51.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
51002024-08-22T02:15:53.528Z[ recovery-image] Aug 22 02:15:51.439 INFO O| Aug 22 02:15:51.439 INFO STEP 399 (remove_files) COMPLETE
51012024-08-22T02:15:53.531Z[ recovery-image] Aug 22 02:15:51.439 INFO O| Aug 22 02:15:51.439 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-08-22T02:15:53.538Z[ recovery-image] Aug 22 02:15:51.448 INFO O| Aug 22 02:15:51.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
51032024-08-22T02:15:53.538Z[ recovery-image] Aug 22 02:15:51.448 INFO O| Aug 22 02:15:51.448 INFO STEP 400 (remove_files) COMPLETE
51042024-08-22T02:15:53.538Z[ recovery-image] Aug 22 02:15:51.448 INFO O| Aug 22 02:15:51.448 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-08-22T02:15:53.547Z[ recovery-image] Aug 22 02:15:51.458 INFO O| Aug 22 02:15:51.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
51062024-08-22T02:15:53.550Z[ recovery-image] Aug 22 02:15:51.458 INFO O| Aug 22 02:15:51.458 INFO STEP 401 (remove_files) COMPLETE
51072024-08-22T02:15:53.550Z[ recovery-image] Aug 22 02:15:51.458 INFO O| Aug 22 02:15:51.458 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-08-22T02:15:53.557Z[ recovery-image] Aug 22 02:15:51.467 INFO O| Aug 22 02:15:51.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
51092024-08-22T02:15:53.557Z[ recovery-image] Aug 22 02:15:51.467 INFO O| Aug 22 02:15:51.467 INFO STEP 402 (remove_files) COMPLETE
51102024-08-22T02:15:53.557Z[ recovery-image] Aug 22 02:15:51.467 INFO O| Aug 22 02:15:51.467 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-08-22T02:15:53.567Z[ recovery-image] Aug 22 02:15:51.477 INFO O| Aug 22 02:15:51.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
51122024-08-22T02:15:53.567Z[ recovery-image] Aug 22 02:15:51.477 INFO O| Aug 22 02:15:51.477 INFO STEP 403 (remove_files) COMPLETE
51132024-08-22T02:15:53.567Z[ recovery-image] Aug 22 02:15:51.477 INFO O| Aug 22 02:15:51.477 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-08-22T02:15:53.576Z[ recovery-image] Aug 22 02:15:51.486 INFO O| Aug 22 02:15:51.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
51152024-08-22T02:15:53.576Z[ recovery-image] Aug 22 02:15:51.487 INFO O| Aug 22 02:15:51.486 INFO STEP 404 (remove_files) COMPLETE
51162024-08-22T02:15:53.576Z[ recovery-image] Aug 22 02:15:51.487 INFO O| Aug 22 02:15:51.486 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-08-22T02:15:53.586Z[ recovery-image] Aug 22 02:15:51.496 INFO O| Aug 22 02:15:51.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
51182024-08-22T02:15:53.589Z[ recovery-image] Aug 22 02:15:51.496 INFO O| Aug 22 02:15:51.496 INFO STEP 405 (remove_files) COMPLETE
51192024-08-22T02:15:53.589Z[ recovery-image] Aug 22 02:15:51.496 INFO O| Aug 22 02:15:51.496 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-08-22T02:15:53.595Z[ recovery-image] Aug 22 02:15:51.506 INFO O| Aug 22 02:15:51.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
51212024-08-22T02:15:53.595Z[ recovery-image] Aug 22 02:15:51.506 INFO O| Aug 22 02:15:51.506 INFO STEP 406 (remove_files) COMPLETE
51222024-08-22T02:15:53.598Z[ recovery-image] Aug 22 02:15:51.506 INFO O| Aug 22 02:15:51.506 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-08-22T02:15:53.605Z[ recovery-image] Aug 22 02:15:51.515 INFO O| Aug 22 02:15:51.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
51242024-08-22T02:15:53.605Z[ recovery-image] Aug 22 02:15:51.515 INFO O| Aug 22 02:15:51.515 INFO STEP 407 (remove_files) COMPLETE
51252024-08-22T02:15:53.607Z[ recovery-image] Aug 22 02:15:51.515 INFO O| Aug 22 02:15:51.515 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-08-22T02:15:53.615Z[ recovery-image] Aug 22 02:15:51.525 INFO O| Aug 22 02:15:51.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
51272024-08-22T02:15:53.617Z[ recovery-image] Aug 22 02:15:51.525 INFO O| Aug 22 02:15:51.525 INFO STEP 408 (remove_files) COMPLETE
51282024-08-22T02:15:53.617Z[ recovery-image] Aug 22 02:15:51.525 INFO O| Aug 22 02:15:51.525 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-08-22T02:15:53.625Z[ recovery-image] Aug 22 02:15:51.535 INFO O| Aug 22 02:15:51.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
51302024-08-22T02:15:53.625Z[ recovery-image] Aug 22 02:15:51.535 INFO O| Aug 22 02:15:51.535 INFO STEP 409 (remove_files) COMPLETE
51312024-08-22T02:15:53.627Z[ recovery-image] Aug 22 02:15:51.535 INFO O| Aug 22 02:15:51.535 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-08-22T02:15:53.635Z[ recovery-image] Aug 22 02:15:51.545 INFO O| Aug 22 02:15:51.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
51332024-08-22T02:15:53.637Z[ recovery-image] Aug 22 02:15:51.545 INFO O| Aug 22 02:15:51.545 INFO STEP 410 (remove_files) COMPLETE
51342024-08-22T02:15:53.637Z[ recovery-image] Aug 22 02:15:51.545 INFO O| Aug 22 02:15:51.545 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-08-22T02:15:53.644Z[ recovery-image] Aug 22 02:15:51.555 INFO O| Aug 22 02:15:51.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
51362024-08-22T02:15:53.646Z[ recovery-image] Aug 22 02:15:51.555 INFO O| Aug 22 02:15:51.555 INFO STEP 411 (remove_files) COMPLETE
51372024-08-22T02:15:53.647Z[ recovery-image] Aug 22 02:15:51.555 INFO O| Aug 22 02:15:51.555 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-08-22T02:15:53.654Z[ recovery-image] Aug 22 02:15:51.565 INFO O| Aug 22 02:15:51.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
51392024-08-22T02:15:53.654Z[ recovery-image] Aug 22 02:15:51.565 INFO O| Aug 22 02:15:51.565 INFO STEP 412 (remove_files) COMPLETE
51402024-08-22T02:15:53.654Z[ recovery-image] Aug 22 02:15:51.565 INFO O| Aug 22 02:15:51.565 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-08-22T02:15:53.664Z[ recovery-image] Aug 22 02:15:51.574 INFO O| Aug 22 02:15:51.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
51422024-08-22T02:15:53.666Z[ recovery-image] Aug 22 02:15:51.574 INFO O| Aug 22 02:15:51.574 INFO STEP 413 (remove_files) COMPLETE
51432024-08-22T02:15:53.666Z[ recovery-image] Aug 22 02:15:51.574 INFO O| Aug 22 02:15:51.574 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-08-22T02:15:53.675Z[ recovery-image] Aug 22 02:15:51.584 INFO O| Aug 22 02:15:51.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
51452024-08-22T02:15:53.675Z[ recovery-image] Aug 22 02:15:51.584 INFO O| Aug 22 02:15:51.584 INFO STEP 414 (remove_files) COMPLETE
51462024-08-22T02:15:53.677Z[ recovery-image] Aug 22 02:15:51.584 INFO O| Aug 22 02:15:51.584 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-08-22T02:15:53.683Z[ recovery-image] Aug 22 02:15:51.594 INFO O| Aug 22 02:15:51.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
51482024-08-22T02:15:53.684Z[ recovery-image] Aug 22 02:15:51.594 INFO O| Aug 22 02:15:51.594 INFO STEP 415 (remove_files) COMPLETE
51492024-08-22T02:15:53.686Z[ recovery-image] Aug 22 02:15:51.594 INFO O| Aug 22 02:15:51.594 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-08-22T02:15:53.693Z[ recovery-image] Aug 22 02:15:51.604 INFO O| Aug 22 02:15:51.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
51512024-08-22T02:15:53.695Z[ recovery-image] Aug 22 02:15:51.604 INFO O| Aug 22 02:15:51.604 INFO STEP 416 (remove_files) COMPLETE
51522024-08-22T02:15:53.695Z[ recovery-image] Aug 22 02:15:51.604 INFO O| Aug 22 02:15:51.604 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-08-22T02:15:53.703Z[ recovery-image] Aug 22 02:15:51.613 INFO O| Aug 22 02:15:51.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
51542024-08-22T02:15:53.703Z[ recovery-image] Aug 22 02:15:51.614 INFO O| Aug 22 02:15:51.613 INFO STEP 417 (remove_files) COMPLETE
51552024-08-22T02:15:53.706Z[ recovery-image] Aug 22 02:15:51.614 INFO O| Aug 22 02:15:51.614 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-08-22T02:15:53.712Z[ recovery-image] Aug 22 02:15:51.623 INFO O| Aug 22 02:15:51.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
51572024-08-22T02:15:53.715Z[ recovery-image] Aug 22 02:15:51.623 INFO O| Aug 22 02:15:51.623 INFO STEP 418 (remove_files) COMPLETE
51582024-08-22T02:15:53.715Z[ recovery-image] Aug 22 02:15:51.623 INFO O| Aug 22 02:15:51.623 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-08-22T02:15:53.723Z[ recovery-image] Aug 22 02:15:51.633 INFO O| Aug 22 02:15:51.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
51602024-08-22T02:15:53.723Z[ recovery-image] Aug 22 02:15:51.633 INFO O| Aug 22 02:15:51.633 INFO STEP 419 (remove_files) COMPLETE
51612024-08-22T02:15:53.723Z[ recovery-image] Aug 22 02:15:51.633 INFO O| Aug 22 02:15:51.633 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-08-22T02:15:53.732Z[ recovery-image] Aug 22 02:15:51.642 INFO O| Aug 22 02:15:51.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
51632024-08-22T02:15:53.732Z[ recovery-image] Aug 22 02:15:51.642 INFO O| Aug 22 02:15:51.642 INFO STEP 420 (remove_files) COMPLETE
51642024-08-22T02:15:53.735Z[ recovery-image] Aug 22 02:15:51.642 INFO O| Aug 22 02:15:51.642 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-08-22T02:15:53.742Z[ recovery-image] Aug 22 02:15:51.652 INFO O| Aug 22 02:15:51.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
51662024-08-22T02:15:53.745Z[ recovery-image] Aug 22 02:15:51.653 INFO O| Aug 22 02:15:51.653 INFO STEP 421 (remove_files) COMPLETE
51672024-08-22T02:15:53.745Z[ recovery-image] Aug 22 02:15:51.653 INFO O| Aug 22 02:15:51.653 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-08-22T02:15:53.751Z[ recovery-image] Aug 22 02:15:51.662 INFO O| Aug 22 02:15:51.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
51692024-08-22T02:15:53.752Z[ recovery-image] Aug 22 02:15:51.662 INFO O| Aug 22 02:15:51.662 INFO STEP 422 (remove_files) COMPLETE
51702024-08-22T02:15:53.755Z[ recovery-image] Aug 22 02:15:51.662 INFO O| Aug 22 02:15:51.662 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-08-22T02:15:53.761Z[ recovery-image] Aug 22 02:15:51.671 INFO O| Aug 22 02:15:51.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
51722024-08-22T02:15:53.761Z[ recovery-image] Aug 22 02:15:51.671 INFO O| Aug 22 02:15:51.671 INFO STEP 423 (remove_files) COMPLETE
51732024-08-22T02:15:53.763Z[ recovery-image] Aug 22 02:15:51.671 INFO O| Aug 22 02:15:51.671 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-08-22T02:15:53.770Z[ recovery-image] Aug 22 02:15:51.680 INFO O| Aug 22 02:15:51.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
51752024-08-22T02:15:53.773Z[ recovery-image] Aug 22 02:15:51.681 INFO O| Aug 22 02:15:51.680 INFO STEP 424 (remove_files) COMPLETE
51762024-08-22T02:15:53.773Z[ recovery-image] Aug 22 02:15:51.681 INFO O| Aug 22 02:15:51.680 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-08-22T02:15:53.780Z[ recovery-image] Aug 22 02:15:51.690 INFO O| Aug 22 02:15:51.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
51782024-08-22T02:15:53.780Z[ recovery-image] Aug 22 02:15:51.690 INFO O| Aug 22 02:15:51.690 INFO STEP 425 (remove_files) COMPLETE
51792024-08-22T02:15:53.782Z[ recovery-image] Aug 22 02:15:51.690 INFO O| Aug 22 02:15:51.690 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-08-22T02:15:53.789Z[ recovery-image] Aug 22 02:15:51.699 INFO O| Aug 22 02:15:51.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
51812024-08-22T02:15:53.789Z[ recovery-image] Aug 22 02:15:51.699 INFO O| Aug 22 02:15:51.699 INFO STEP 426 (remove_files) COMPLETE
51822024-08-22T02:15:53.789Z[ recovery-image] Aug 22 02:15:51.699 INFO O| Aug 22 02:15:51.699 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-08-22T02:15:53.798Z[ recovery-image] Aug 22 02:15:51.708 INFO O| Aug 22 02:15:51.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
51842024-08-22T02:15:53.798Z[ recovery-image] Aug 22 02:15:51.709 INFO O| Aug 22 02:15:51.709 INFO STEP 427 (remove_files) COMPLETE
51852024-08-22T02:15:53.801Z[ recovery-image] Aug 22 02:15:51.709 INFO O| Aug 22 02:15:51.709 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-08-22T02:15:53.808Z[ recovery-image] Aug 22 02:15:51.718 INFO O| Aug 22 02:15:51.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
51872024-08-22T02:15:53.808Z[ recovery-image] Aug 22 02:15:51.718 INFO O| Aug 22 02:15:51.718 INFO STEP 428 (remove_files) COMPLETE
51882024-08-22T02:15:53.810Z[ recovery-image] Aug 22 02:15:51.718 INFO O| Aug 22 02:15:51.718 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-08-22T02:15:53.817Z[ recovery-image] Aug 22 02:15:51.727 INFO O| Aug 22 02:15:51.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
51902024-08-22T02:15:53.819Z[ recovery-image] Aug 22 02:15:51.727 INFO O| Aug 22 02:15:51.727 INFO STEP 429 (remove_files) COMPLETE
51912024-08-22T02:15:53.819Z[ recovery-image] Aug 22 02:15:51.727 INFO O| Aug 22 02:15:51.727 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-08-22T02:15:53.826Z[ recovery-image] Aug 22 02:15:51.737 INFO O| Aug 22 02:15:51.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
51932024-08-22T02:15:53.826Z[ recovery-image] Aug 22 02:15:51.737 INFO O| Aug 22 02:15:51.737 INFO STEP 430 (remove_files) COMPLETE
51942024-08-22T02:15:53.827Z[ recovery-image] Aug 22 02:15:51.737 INFO O| Aug 22 02:15:51.737 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-08-22T02:15:53.836Z[ recovery-image] Aug 22 02:15:51.746 INFO O| Aug 22 02:15:51.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
51962024-08-22T02:15:53.836Z[ recovery-image] Aug 22 02:15:51.746 INFO O| Aug 22 02:15:51.746 INFO STEP 431 (remove_files) COMPLETE
51972024-08-22T02:15:53.836Z[ recovery-image] Aug 22 02:15:51.746 INFO O| Aug 22 02:15:51.746 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-08-22T02:15:53.845Z[ recovery-image] Aug 22 02:15:51.755 INFO O| Aug 22 02:15:51.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
51992024-08-22T02:15:53.845Z[ recovery-image] Aug 22 02:15:51.755 INFO O| Aug 22 02:15:51.755 INFO STEP 432 (remove_files) COMPLETE
52002024-08-22T02:15:53.848Z[ recovery-image] Aug 22 02:15:51.755 INFO O| Aug 22 02:15:51.755 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-08-22T02:15:53.854Z[ recovery-image] Aug 22 02:15:51.765 INFO O| Aug 22 02:15:51.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
52022024-08-22T02:15:53.854Z[ recovery-image] Aug 22 02:15:51.765 INFO O| Aug 22 02:15:51.765 INFO STEP 433 (remove_files) COMPLETE
52032024-08-22T02:15:53.857Z[ recovery-image] Aug 22 02:15:51.765 INFO O| Aug 22 02:15:51.765 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-08-22T02:15:53.864Z[ recovery-image] Aug 22 02:15:51.774 INFO O| Aug 22 02:15:51.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
52052024-08-22T02:15:53.864Z[ recovery-image] Aug 22 02:15:51.774 INFO O| Aug 22 02:15:51.774 INFO STEP 434 (remove_files) COMPLETE
52062024-08-22T02:15:53.864Z[ recovery-image] Aug 22 02:15:51.774 INFO O| Aug 22 02:15:51.774 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-08-22T02:15:53.873Z[ recovery-image] Aug 22 02:15:51.783 INFO O| Aug 22 02:15:51.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
52082024-08-22T02:15:53.876Z[ recovery-image] Aug 22 02:15:51.783 INFO O| Aug 22 02:15:51.783 INFO STEP 435 (remove_files) COMPLETE
52092024-08-22T02:15:53.876Z[ recovery-image] Aug 22 02:15:51.783 INFO O| Aug 22 02:15:51.783 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-08-22T02:15:53.882Z[ recovery-image] Aug 22 02:15:51.793 INFO O| Aug 22 02:15:51.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
52112024-08-22T02:15:53.883Z[ recovery-image] Aug 22 02:15:51.793 INFO O| Aug 22 02:15:51.793 INFO STEP 436 (remove_files) COMPLETE
52122024-08-22T02:15:53.885Z[ recovery-image] Aug 22 02:15:51.793 INFO O| Aug 22 02:15:51.793 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-08-22T02:15:53.892Z[ recovery-image] Aug 22 02:15:51.802 INFO O| Aug 22 02:15:51.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
52142024-08-22T02:15:53.892Z[ recovery-image] Aug 22 02:15:51.802 INFO O| Aug 22 02:15:51.802 INFO STEP 437 (remove_files) COMPLETE
52152024-08-22T02:15:53.892Z[ recovery-image] Aug 22 02:15:51.802 INFO O| Aug 22 02:15:51.802 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-08-22T02:15:53.901Z[ recovery-image] Aug 22 02:15:51.811 INFO O| Aug 22 02:15:51.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
52172024-08-22T02:15:53.901Z[ recovery-image] Aug 22 02:15:51.811 INFO O| Aug 22 02:15:51.811 INFO STEP 438 (remove_files) COMPLETE
52182024-08-22T02:15:53.901Z[ recovery-image] Aug 22 02:15:51.811 INFO O| Aug 22 02:15:51.811 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-08-22T02:15:53.910Z[ recovery-image] Aug 22 02:15:51.820 INFO O| Aug 22 02:15:51.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
52202024-08-22T02:15:53.910Z[ recovery-image] Aug 22 02:15:51.821 INFO O| Aug 22 02:15:51.821 INFO STEP 439 (remove_files) COMPLETE
52212024-08-22T02:15:53.910Z[ recovery-image] Aug 22 02:15:51.821 INFO O| Aug 22 02:15:51.821 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-08-22T02:15:53.919Z[ recovery-image] Aug 22 02:15:51.830 INFO O| Aug 22 02:15:51.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
52232024-08-22T02:15:53.920Z[ recovery-image] Aug 22 02:15:51.830 INFO O| Aug 22 02:15:51.830 INFO STEP 440 (remove_files) COMPLETE
52242024-08-22T02:15:53.922Z[ recovery-image] Aug 22 02:15:51.830 INFO O| Aug 22 02:15:51.830 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-08-22T02:15:53.929Z[ recovery-image] Aug 22 02:15:51.839 INFO O| Aug 22 02:15:51.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
52262024-08-22T02:15:53.929Z[ recovery-image] Aug 22 02:15:51.839 INFO O| Aug 22 02:15:51.839 INFO STEP 441 (remove_files) COMPLETE
52272024-08-22T02:15:53.929Z[ recovery-image] Aug 22 02:15:51.839 INFO O| Aug 22 02:15:51.839 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-08-22T02:15:53.938Z[ recovery-image] Aug 22 02:15:51.849 INFO O| Aug 22 02:15:51.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
52292024-08-22T02:15:53.938Z[ recovery-image] Aug 22 02:15:51.849 INFO O| Aug 22 02:15:51.849 INFO STEP 442 (remove_files) COMPLETE
52302024-08-22T02:15:53.941Z[ recovery-image] Aug 22 02:15:51.849 INFO O| Aug 22 02:15:51.849 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-08-22T02:15:53.948Z[ recovery-image] Aug 22 02:15:51.858 INFO O| Aug 22 02:15:51.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
52322024-08-22T02:15:53.948Z[ recovery-image] Aug 22 02:15:51.858 INFO O| Aug 22 02:15:51.858 INFO STEP 443 (remove_files) COMPLETE
52332024-08-22T02:15:53.950Z[ recovery-image] Aug 22 02:15:51.858 INFO O| Aug 22 02:15:51.858 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-08-22T02:15:53.957Z[ recovery-image] Aug 22 02:15:51.868 INFO O| Aug 22 02:15:51.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
52352024-08-22T02:15:53.957Z[ recovery-image] Aug 22 02:15:51.868 INFO O| Aug 22 02:15:51.868 INFO STEP 444 (remove_files) COMPLETE
52362024-08-22T02:15:53.960Z[ recovery-image] Aug 22 02:15:51.868 INFO O| Aug 22 02:15:51.868 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-08-22T02:15:53.967Z[ recovery-image] Aug 22 02:15:51.877 INFO O| Aug 22 02:15:51.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
52382024-08-22T02:15:53.967Z[ recovery-image] Aug 22 02:15:51.877 INFO O| Aug 22 02:15:51.877 INFO STEP 445 (remove_files) COMPLETE
52392024-08-22T02:15:53.970Z[ recovery-image] Aug 22 02:15:51.877 INFO O| Aug 22 02:15:51.877 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-08-22T02:15:53.977Z[ recovery-image] Aug 22 02:15:51.888 INFO O| Aug 22 02:15:51.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
52412024-08-22T02:15:53.977Z[ recovery-image] Aug 22 02:15:51.888 INFO O| Aug 22 02:15:51.888 INFO STEP 446 (remove_files) COMPLETE
52422024-08-22T02:15:53.980Z[ recovery-image] Aug 22 02:15:51.888 INFO O| Aug 22 02:15:51.888 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-08-22T02:15:53.987Z[ recovery-image] Aug 22 02:15:51.898 INFO O| Aug 22 02:15:51.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
52442024-08-22T02:15:53.990Z[ recovery-image] Aug 22 02:15:51.898 INFO O| Aug 22 02:15:51.898 INFO STEP 447 (remove_files) COMPLETE
52452024-08-22T02:15:53.990Z[ recovery-image] Aug 22 02:15:51.898 INFO O| Aug 22 02:15:51.898 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-08-22T02:15:53.997Z[ recovery-image] Aug 22 02:15:51.907 INFO O| Aug 22 02:15:51.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
52472024-08-22T02:15:53.997Z[ recovery-image] Aug 22 02:15:51.907 INFO O| Aug 22 02:15:51.907 INFO STEP 448 (remove_files) COMPLETE
52482024-08-22T02:15:53.999Z[ recovery-image] Aug 22 02:15:51.907 INFO O| Aug 22 02:15:51.907 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-08-22T02:15:54.006Z[ recovery-image] Aug 22 02:15:51.916 INFO O| Aug 22 02:15:51.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
52502024-08-22T02:15:54.006Z[ recovery-image] Aug 22 02:15:51.916 INFO O| Aug 22 02:15:51.916 INFO STEP 449 (remove_files) COMPLETE
52512024-08-22T02:15:54.007Z[ recovery-image] Aug 22 02:15:51.917 INFO O| Aug 22 02:15:51.916 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-08-22T02:15:54.015Z[ recovery-image] Aug 22 02:15:51.926 INFO O| Aug 22 02:15:51.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
52532024-08-22T02:15:54.018Z[ recovery-image] Aug 22 02:15:51.926 INFO O| Aug 22 02:15:51.926 INFO STEP 450 (remove_files) COMPLETE
52542024-08-22T02:15:54.018Z[ recovery-image] Aug 22 02:15:51.926 INFO O| Aug 22 02:15:51.926 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-08-22T02:15:54.025Z[ recovery-image] Aug 22 02:15:51.935 INFO O| Aug 22 02:15:51.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
52562024-08-22T02:15:54.025Z[ recovery-image] Aug 22 02:15:51.935 INFO O| Aug 22 02:15:51.935 INFO STEP 451 (remove_files) COMPLETE
52572024-08-22T02:15:54.028Z[ recovery-image] Aug 22 02:15:51.935 INFO O| Aug 22 02:15:51.935 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-08-22T02:15:54.034Z[ recovery-image] Aug 22 02:15:51.945 INFO O| Aug 22 02:15:51.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
52592024-08-22T02:15:54.034Z[ recovery-image] Aug 22 02:15:51.945 INFO O| Aug 22 02:15:51.945 INFO STEP 452 (remove_files) COMPLETE
52602024-08-22T02:15:54.037Z[ recovery-image] Aug 22 02:15:51.945 INFO O| Aug 22 02:15:51.945 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-08-22T02:15:54.044Z[ recovery-image] Aug 22 02:15:51.954 INFO O| Aug 22 02:15:51.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
52622024-08-22T02:15:54.044Z[ recovery-image] Aug 22 02:15:51.954 INFO O| Aug 22 02:15:51.954 INFO STEP 453 (remove_files) COMPLETE
52632024-08-22T02:15:54.044Z[ recovery-image] Aug 22 02:15:51.954 INFO O| Aug 22 02:15:51.954 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-08-22T02:15:54.053Z[ recovery-image] Aug 22 02:15:51.963 INFO O| Aug 22 02:15:51.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
52652024-08-22T02:15:54.053Z[ recovery-image] Aug 22 02:15:51.963 INFO O| Aug 22 02:15:51.963 INFO STEP 454 (remove_files) COMPLETE
52662024-08-22T02:15:54.056Z[ recovery-image] Aug 22 02:15:51.963 INFO O| Aug 22 02:15:51.963 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-08-22T02:15:54.062Z[ recovery-image] Aug 22 02:15:51.973 INFO O| Aug 22 02:15:51.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
52682024-08-22T02:15:54.062Z[ recovery-image] Aug 22 02:15:51.973 INFO O| Aug 22 02:15:51.973 INFO STEP 455 (remove_files) COMPLETE
52692024-08-22T02:15:54.063Z[ recovery-image] Aug 22 02:15:51.973 INFO O| Aug 22 02:15:51.973 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-08-22T02:15:54.072Z[ recovery-image] Aug 22 02:15:51.982 INFO O| Aug 22 02:15:51.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
52712024-08-22T02:15:54.072Z[ recovery-image] Aug 22 02:15:51.982 INFO O| Aug 22 02:15:51.982 INFO STEP 456 (remove_files) COMPLETE
52722024-08-22T02:15:54.074Z[ recovery-image] Aug 22 02:15:51.982 INFO O| Aug 22 02:15:51.982 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-08-22T02:15:54.081Z[ recovery-image] Aug 22 02:15:51.991 INFO O| Aug 22 02:15:51.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
52742024-08-22T02:15:54.081Z[ recovery-image] Aug 22 02:15:51.991 INFO O| Aug 22 02:15:51.991 INFO STEP 457 (remove_files) COMPLETE
52752024-08-22T02:15:54.081Z[ recovery-image] Aug 22 02:15:51.991 INFO O| Aug 22 02:15:51.991 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-08-22T02:15:54.090Z[ recovery-image] Aug 22 02:15:52.001 INFO O| Aug 22 02:15:52.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
52772024-08-22T02:15:54.091Z[ recovery-image] Aug 22 02:15:52.001 INFO O| Aug 22 02:15:52.001 INFO STEP 458 (remove_files) COMPLETE
52782024-08-22T02:15:54.093Z[ recovery-image] Aug 22 02:15:52.001 INFO O| Aug 22 02:15:52.001 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-08-22T02:15:54.101Z[ recovery-image] Aug 22 02:15:52.011 INFO O| Aug 22 02:15:52.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
52802024-08-22T02:15:54.101Z[ recovery-image] Aug 22 02:15:52.011 INFO O| Aug 22 02:15:52.011 INFO STEP 459 (remove_files) COMPLETE
52812024-08-22T02:15:54.103Z[ recovery-image] Aug 22 02:15:52.011 INFO O| Aug 22 02:15:52.011 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-08-22T02:15:54.110Z[ recovery-image] Aug 22 02:15:52.020 INFO O| Aug 22 02:15:52.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
52832024-08-22T02:15:54.114Z[ recovery-image] Aug 22 02:15:52.021 INFO O| Aug 22 02:15:52.020 INFO STEP 460 (remove_files) COMPLETE
52842024-08-22T02:15:54.114Z[ recovery-image] Aug 22 02:15:52.021 INFO O| Aug 22 02:15:52.020 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-08-22T02:15:54.119Z[ recovery-image] Aug 22 02:15:52.030 INFO O| Aug 22 02:15:52.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
52862024-08-22T02:15:54.122Z[ recovery-image] Aug 22 02:15:52.030 INFO O| Aug 22 02:15:52.030 INFO STEP 461 (remove_files) COMPLETE
52872024-08-22T02:15:54.122Z[ recovery-image] Aug 22 02:15:52.030 INFO O| Aug 22 02:15:52.030 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-08-22T02:15:54.129Z[ recovery-image] Aug 22 02:15:52.039 INFO O| Aug 22 02:15:52.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
52892024-08-22T02:15:54.129Z[ recovery-image] Aug 22 02:15:52.039 INFO O| Aug 22 02:15:52.039 INFO STEP 462 (remove_files) COMPLETE
52902024-08-22T02:15:54.129Z[ recovery-image] Aug 22 02:15:52.039 INFO O| Aug 22 02:15:52.039 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-08-22T02:15:54.139Z[ recovery-image] Aug 22 02:15:52.049 INFO O| Aug 22 02:15:52.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
52922024-08-22T02:15:54.141Z[ recovery-image] Aug 22 02:15:52.049 INFO O| Aug 22 02:15:52.049 INFO STEP 463 (remove_files) COMPLETE
52932024-08-22T02:15:54.141Z[ recovery-image] Aug 22 02:15:52.049 INFO O| Aug 22 02:15:52.049 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-08-22T02:15:54.148Z[ recovery-image] Aug 22 02:15:52.058 INFO O| Aug 22 02:15:52.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
52952024-08-22T02:15:54.148Z[ recovery-image] Aug 22 02:15:52.058 INFO O| Aug 22 02:15:52.058 INFO STEP 464 (remove_files) COMPLETE
52962024-08-22T02:15:54.151Z[ recovery-image] Aug 22 02:15:52.058 INFO O| Aug 22 02:15:52.058 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-08-22T02:15:54.158Z[ recovery-image] Aug 22 02:15:52.068 INFO O| Aug 22 02:15:52.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
52982024-08-22T02:15:54.158Z[ recovery-image] Aug 22 02:15:52.068 INFO O| Aug 22 02:15:52.068 INFO STEP 465 (remove_files) COMPLETE
52992024-08-22T02:15:54.160Z[ recovery-image] Aug 22 02:15:52.068 INFO O| Aug 22 02:15:52.068 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-08-22T02:15:54.167Z[ recovery-image] Aug 22 02:15:52.078 INFO O| Aug 22 02:15:52.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
53012024-08-22T02:15:54.167Z[ recovery-image] Aug 22 02:15:52.078 INFO O| Aug 22 02:15:52.078 INFO STEP 466 (remove_files) COMPLETE
53022024-08-22T02:15:54.170Z[ recovery-image] Aug 22 02:15:52.078 INFO O| Aug 22 02:15:52.078 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-08-22T02:15:54.177Z[ recovery-image] Aug 22 02:15:52.087 INFO O| Aug 22 02:15:52.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
53042024-08-22T02:15:54.180Z[ recovery-image] Aug 22 02:15:52.087 INFO O| Aug 22 02:15:52.087 INFO STEP 467 (remove_files) COMPLETE
53052024-08-22T02:15:54.180Z[ recovery-image] Aug 22 02:15:52.087 INFO O| Aug 22 02:15:52.087 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-08-22T02:15:54.186Z[ recovery-image] Aug 22 02:15:52.097 INFO O| Aug 22 02:15:52.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
53072024-08-22T02:15:54.189Z[ recovery-image] Aug 22 02:15:52.097 INFO O| Aug 22 02:15:52.097 INFO STEP 468 (remove_files) COMPLETE
53082024-08-22T02:15:54.189Z[ recovery-image] Aug 22 02:15:52.097 INFO O| Aug 22 02:15:52.097 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-08-22T02:15:54.196Z[ recovery-image] Aug 22 02:15:52.106 INFO O| Aug 22 02:15:52.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
53102024-08-22T02:15:54.196Z[ recovery-image] Aug 22 02:15:52.107 INFO O| Aug 22 02:15:52.106 INFO STEP 469 (remove_files) COMPLETE
53112024-08-22T02:15:54.199Z[ recovery-image] Aug 22 02:15:52.107 INFO O| Aug 22 02:15:52.107 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-08-22T02:15:54.206Z[ recovery-image] Aug 22 02:15:52.116 INFO O| Aug 22 02:15:52.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
53132024-08-22T02:15:54.208Z[ recovery-image] Aug 22 02:15:52.116 INFO O| Aug 22 02:15:52.116 INFO STEP 470 (remove_files) COMPLETE
53142024-08-22T02:15:54.208Z[ recovery-image] Aug 22 02:15:52.116 INFO O| Aug 22 02:15:52.116 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-08-22T02:15:54.215Z[ recovery-image] Aug 22 02:15:52.125 INFO O| Aug 22 02:15:52.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
53162024-08-22T02:15:54.215Z[ recovery-image] Aug 22 02:15:52.125 INFO O| Aug 22 02:15:52.125 INFO STEP 471 (remove_files) COMPLETE
53172024-08-22T02:15:54.218Z[ recovery-image] Aug 22 02:15:52.125 INFO O| Aug 22 02:15:52.125 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-08-22T02:15:54.224Z[ recovery-image] Aug 22 02:15:52.135 INFO O| Aug 22 02:15:52.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
53192024-08-22T02:15:54.227Z[ recovery-image] Aug 22 02:15:52.135 INFO O| Aug 22 02:15:52.135 INFO STEP 472 (remove_files) COMPLETE
53202024-08-22T02:15:54.227Z[ recovery-image] Aug 22 02:15:52.135 INFO O| Aug 22 02:15:52.135 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-08-22T02:15:54.234Z[ recovery-image] Aug 22 02:15:52.144 INFO O| Aug 22 02:15:52.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
53222024-08-22T02:15:54.234Z[ recovery-image] Aug 22 02:15:52.144 INFO O| Aug 22 02:15:52.144 INFO STEP 473 (remove_files) COMPLETE
53232024-08-22T02:15:54.234Z[ recovery-image] Aug 22 02:15:52.144 INFO O| Aug 22 02:15:52.144 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-08-22T02:15:54.243Z[ recovery-image] Aug 22 02:15:52.154 INFO O| Aug 22 02:15:52.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
53252024-08-22T02:15:54.243Z[ recovery-image] Aug 22 02:15:52.154 INFO O| Aug 22 02:15:52.154 INFO STEP 474 (remove_files) COMPLETE
53262024-08-22T02:15:54.246Z[ recovery-image] Aug 22 02:15:52.154 INFO O| Aug 22 02:15:52.154 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-08-22T02:15:54.253Z[ recovery-image] Aug 22 02:15:52.163 INFO O| Aug 22 02:15:52.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
53282024-08-22T02:15:54.255Z[ recovery-image] Aug 22 02:15:52.163 INFO O| Aug 22 02:15:52.163 INFO STEP 475 (remove_files) COMPLETE
53292024-08-22T02:15:54.255Z[ recovery-image] Aug 22 02:15:52.163 INFO O| Aug 22 02:15:52.163 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-08-22T02:15:54.262Z[ recovery-image] Aug 22 02:15:52.173 INFO O| Aug 22 02:15:52.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
53312024-08-22T02:15:54.262Z[ recovery-image] Aug 22 02:15:52.173 INFO O| Aug 22 02:15:52.173 INFO STEP 476 (remove_files) COMPLETE
53322024-08-22T02:15:54.265Z[ recovery-image] Aug 22 02:15:52.173 INFO O| Aug 22 02:15:52.173 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-08-22T02:15:54.271Z[ recovery-image] Aug 22 02:15:52.182 INFO O| Aug 22 02:15:52.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
53342024-08-22T02:15:54.274Z[ recovery-image] Aug 22 02:15:52.182 INFO O| Aug 22 02:15:52.182 INFO STEP 477 (remove_files) COMPLETE
53352024-08-22T02:15:54.274Z[ recovery-image] Aug 22 02:15:52.182 INFO O| Aug 22 02:15:52.182 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-08-22T02:15:54.281Z[ recovery-image] Aug 22 02:15:52.191 INFO O| Aug 22 02:15:52.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
53372024-08-22T02:15:54.283Z[ recovery-image] Aug 22 02:15:52.191 INFO O| Aug 22 02:15:52.191 INFO STEP 478 (remove_files) COMPLETE
53382024-08-22T02:15:54.283Z[ recovery-image] Aug 22 02:15:52.191 INFO O| Aug 22 02:15:52.191 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-08-22T02:15:54.290Z[ recovery-image] Aug 22 02:15:52.201 INFO O| Aug 22 02:15:52.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
53402024-08-22T02:15:54.290Z[ recovery-image] Aug 22 02:15:52.201 INFO O| Aug 22 02:15:52.201 INFO STEP 479 (remove_files) COMPLETE
53412024-08-22T02:15:54.293Z[ recovery-image] Aug 22 02:15:52.201 INFO O| Aug 22 02:15:52.201 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-08-22T02:15:54.300Z[ recovery-image] Aug 22 02:15:52.210 INFO O| Aug 22 02:15:52.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
53432024-08-22T02:15:54.303Z[ recovery-image] Aug 22 02:15:52.210 INFO O| Aug 22 02:15:52.210 INFO STEP 480 (remove_files) COMPLETE
53442024-08-22T02:15:54.303Z[ recovery-image] Aug 22 02:15:52.210 INFO O| Aug 22 02:15:52.210 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-08-22T02:15:54.309Z[ recovery-image] Aug 22 02:15:52.220 INFO O| Aug 22 02:15:52.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
53462024-08-22T02:15:54.309Z[ recovery-image] Aug 22 02:15:52.220 INFO O| Aug 22 02:15:52.220 INFO STEP 481 (remove_files) COMPLETE
53472024-08-22T02:15:54.310Z[ recovery-image] Aug 22 02:15:52.220 INFO O| Aug 22 02:15:52.220 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-08-22T02:15:54.319Z[ recovery-image] Aug 22 02:15:52.229 INFO O| Aug 22 02:15:52.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
53492024-08-22T02:15:54.319Z[ recovery-image] Aug 22 02:15:52.229 INFO O| Aug 22 02:15:52.229 INFO STEP 482 (remove_files) COMPLETE
53502024-08-22T02:15:54.321Z[ recovery-image] Aug 22 02:15:52.229 INFO O| Aug 22 02:15:52.229 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-08-22T02:15:54.328Z[ recovery-image] Aug 22 02:15:52.239 INFO O| Aug 22 02:15:52.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
53522024-08-22T02:15:54.331Z[ recovery-image] Aug 22 02:15:52.239 INFO O| Aug 22 02:15:52.239 INFO STEP 483 (remove_files) COMPLETE
53532024-08-22T02:15:54.331Z[ recovery-image] Aug 22 02:15:52.239 INFO O| Aug 22 02:15:52.239 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-08-22T02:15:54.339Z[ recovery-image] Aug 22 02:15:52.249 INFO O| Aug 22 02:15:52.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
53552024-08-22T02:15:54.339Z[ recovery-image] Aug 22 02:15:52.249 INFO O| Aug 22 02:15:52.249 INFO STEP 484 (remove_files) COMPLETE
53562024-08-22T02:15:54.342Z[ recovery-image] Aug 22 02:15:52.250 INFO O| Aug 22 02:15:52.249 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-08-22T02:15:54.356Z[ recovery-image] Aug 22 02:15:52.266 INFO O| Aug 22 02:15:52.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
53582024-08-22T02:15:54.356Z[ recovery-image] Aug 22 02:15:52.267 INFO O| Aug 22 02:15:52.266 INFO STEP 485 (remove_files) COMPLETE
53592024-08-22T02:15:54.359Z[ recovery-image] Aug 22 02:15:52.267 INFO O| Aug 22 02:15:52.267 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-08-22T02:15:54.370Z[ recovery-image] Aug 22 02:15:52.278 INFO O| Aug 22 02:15:52.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
53612024-08-22T02:15:54.370Z[ recovery-image] Aug 22 02:15:52.279 INFO O| Aug 22 02:15:52.278 INFO STEP 486 (remove_files) COMPLETE
53622024-08-22T02:15:54.370Z[ recovery-image] Aug 22 02:15:52.279 INFO O| Aug 22 02:15:52.279 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-08-22T02:15:54.380Z[ recovery-image] Aug 22 02:15:52.290 INFO O| Aug 22 02:15:52.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
53642024-08-22T02:15:54.380Z[ recovery-image] Aug 22 02:15:52.290 INFO O| Aug 22 02:15:52.290 INFO STEP 487 (remove_files) COMPLETE
53652024-08-22T02:15:54.383Z[ recovery-image] Aug 22 02:15:52.290 INFO O| Aug 22 02:15:52.290 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-08-22T02:15:54.390Z[ recovery-image] Aug 22 02:15:52.300 INFO O| Aug 22 02:15:52.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
53672024-08-22T02:15:54.393Z[ recovery-image] Aug 22 02:15:52.300 INFO O| Aug 22 02:15:52.300 INFO STEP 488 (remove_files) COMPLETE
53682024-08-22T02:15:54.393Z[ recovery-image] Aug 22 02:15:52.301 INFO O| Aug 22 02:15:52.300 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-08-22T02:15:54.401Z[ recovery-image] Aug 22 02:15:52.311 INFO O| Aug 22 02:15:52.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
53702024-08-22T02:15:54.403Z[ recovery-image] Aug 22 02:15:52.311 INFO O| Aug 22 02:15:52.311 INFO STEP 489 (remove_files) COMPLETE
53712024-08-22T02:15:54.403Z[ recovery-image] Aug 22 02:15:52.311 INFO O| Aug 22 02:15:52.311 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-08-22T02:15:54.411Z[ recovery-image] Aug 22 02:15:52.321 INFO O| Aug 22 02:15:52.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
53732024-08-22T02:15:54.414Z[ recovery-image] Aug 22 02:15:52.321 INFO O| Aug 22 02:15:52.321 INFO STEP 490 (remove_files) COMPLETE
53742024-08-22T02:15:54.414Z[ recovery-image] Aug 22 02:15:52.321 INFO O| Aug 22 02:15:52.321 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-08-22T02:15:54.421Z[ recovery-image] Aug 22 02:15:52.331 INFO O| Aug 22 02:15:52.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
53762024-08-22T02:15:54.423Z[ recovery-image] Aug 22 02:15:52.331 INFO O| Aug 22 02:15:52.331 INFO STEP 491 (remove_files) COMPLETE
53772024-08-22T02:15:54.423Z[ recovery-image] Aug 22 02:15:52.331 INFO O| Aug 22 02:15:52.331 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-08-22T02:15:54.431Z[ recovery-image] Aug 22 02:15:52.341 INFO O| Aug 22 02:15:52.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
53792024-08-22T02:15:54.433Z[ recovery-image] Aug 22 02:15:52.341 INFO O| Aug 22 02:15:52.341 INFO STEP 492 (remove_files) COMPLETE
53802024-08-22T02:15:54.433Z[ recovery-image] Aug 22 02:15:52.341 INFO O| Aug 22 02:15:52.341 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-08-22T02:15:54.441Z[ recovery-image] Aug 22 02:15:52.351 INFO O| Aug 22 02:15:52.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
53822024-08-22T02:15:54.443Z[ recovery-image] Aug 22 02:15:52.351 INFO O| Aug 22 02:15:52.351 INFO STEP 493 (remove_files) COMPLETE
53832024-08-22T02:15:54.443Z[ recovery-image] Aug 22 02:15:52.351 INFO O| Aug 22 02:15:52.351 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-08-22T02:15:54.450Z[ recovery-image] Aug 22 02:15:52.360 INFO O| Aug 22 02:15:52.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
53852024-08-22T02:15:54.450Z[ recovery-image] Aug 22 02:15:52.360 INFO O| Aug 22 02:15:52.360 INFO STEP 494 (remove_files) COMPLETE
53862024-08-22T02:15:54.453Z[ recovery-image] Aug 22 02:15:52.360 INFO O| Aug 22 02:15:52.360 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-08-22T02:15:54.460Z[ recovery-image] Aug 22 02:15:52.370 INFO O| Aug 22 02:15:52.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
53882024-08-22T02:15:54.460Z[ recovery-image] Aug 22 02:15:52.370 INFO O| Aug 22 02:15:52.370 INFO STEP 495 (remove_files) COMPLETE
53892024-08-22T02:15:54.462Z[ recovery-image] Aug 22 02:15:52.370 INFO O| Aug 22 02:15:52.370 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-08-22T02:15:54.481Z[ recovery-image] Aug 22 02:15:52.380 INFO O| Aug 22 02:15:52.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
53912024-08-22T02:15:54.481Z[ recovery-image] Aug 22 02:15:52.380 INFO O| Aug 22 02:15:52.380 INFO STEP 496 (remove_files) COMPLETE
53922024-08-22T02:15:54.481Z[ recovery-image] Aug 22 02:15:52.380 INFO O| Aug 22 02:15:52.380 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-08-22T02:15:54.481Z[ recovery-image] Aug 22 02:15:52.389 INFO O| Aug 22 02:15:52.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
53942024-08-22T02:15:54.481Z[ recovery-image] Aug 22 02:15:52.390 INFO O| Aug 22 02:15:52.389 INFO STEP 497 (remove_files) COMPLETE
53952024-08-22T02:15:54.481Z[ recovery-image] Aug 22 02:15:52.390 INFO O| Aug 22 02:15:52.390 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-08-22T02:15:54.489Z[ recovery-image] Aug 22 02:15:52.400 INFO O| Aug 22 02:15:52.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
53972024-08-22T02:15:54.492Z[ recovery-image] Aug 22 02:15:52.400 INFO O| Aug 22 02:15:52.400 INFO STEP 498 (remove_files) COMPLETE
53982024-08-22T02:15:54.492Z[ recovery-image] Aug 22 02:15:52.400 INFO O| Aug 22 02:15:52.400 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-08-22T02:15:54.500Z[ recovery-image] Aug 22 02:15:52.409 INFO O| Aug 22 02:15:52.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
54002024-08-22T02:15:54.500Z[ recovery-image] Aug 22 02:15:52.409 INFO O| Aug 22 02:15:52.409 INFO STEP 499 (remove_files) COMPLETE
54012024-08-22T02:15:54.500Z[ recovery-image] Aug 22 02:15:52.409 INFO O| Aug 22 02:15:52.409 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-08-22T02:15:54.509Z[ recovery-image] Aug 22 02:15:52.419 INFO O| Aug 22 02:15:52.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
54032024-08-22T02:15:54.509Z[ recovery-image] Aug 22 02:15:52.419 INFO O| Aug 22 02:15:52.419 INFO STEP 500 (remove_files) COMPLETE
54042024-08-22T02:15:54.511Z[ recovery-image] Aug 22 02:15:52.419 INFO O| Aug 22 02:15:52.419 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-08-22T02:15:54.518Z[ recovery-image] Aug 22 02:15:52.428 INFO O| Aug 22 02:15:52.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
54062024-08-22T02:15:54.521Z[ recovery-image] Aug 22 02:15:52.429 INFO O| Aug 22 02:15:52.428 INFO STEP 501 (remove_files) COMPLETE
54072024-08-22T02:15:54.521Z[ recovery-image] Aug 22 02:15:52.429 INFO O| Aug 22 02:15:52.428 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-08-22T02:15:54.528Z[ recovery-image] Aug 22 02:15:52.438 INFO O| Aug 22 02:15:52.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
54092024-08-22T02:15:54.528Z[ recovery-image] Aug 22 02:15:52.438 INFO O| Aug 22 02:15:52.438 INFO STEP 502 (remove_files) COMPLETE
54102024-08-22T02:15:54.528Z[ recovery-image] Aug 22 02:15:52.438 INFO O| Aug 22 02:15:52.438 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-08-22T02:15:54.538Z[ recovery-image] Aug 22 02:15:52.448 INFO O| Aug 22 02:15:52.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
54122024-08-22T02:15:54.538Z[ recovery-image] Aug 22 02:15:52.448 INFO O| Aug 22 02:15:52.448 INFO STEP 503 (remove_files) COMPLETE
54132024-08-22T02:15:54.538Z[ recovery-image] Aug 22 02:15:52.448 INFO O| Aug 22 02:15:52.448 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-08-22T02:15:54.547Z[ recovery-image] Aug 22 02:15:52.458 INFO O| Aug 22 02:15:52.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
54152024-08-22T02:15:54.547Z[ recovery-image] Aug 22 02:15:52.458 INFO O| Aug 22 02:15:52.458 INFO STEP 504 (remove_files) COMPLETE
54162024-08-22T02:15:54.547Z[ recovery-image] Aug 22 02:15:52.458 INFO O| Aug 22 02:15:52.458 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-08-22T02:15:54.557Z[ recovery-image] Aug 22 02:15:52.467 INFO O| Aug 22 02:15:52.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
54182024-08-22T02:15:54.559Z[ recovery-image] Aug 22 02:15:52.467 INFO O| Aug 22 02:15:52.467 INFO STEP 505 (remove_files) COMPLETE
54192024-08-22T02:15:54.559Z[ recovery-image] Aug 22 02:15:52.467 INFO O| Aug 22 02:15:52.467 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-08-22T02:15:54.567Z[ recovery-image] Aug 22 02:15:52.477 INFO O| Aug 22 02:15:52.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
54212024-08-22T02:15:54.567Z[ recovery-image] Aug 22 02:15:52.477 INFO O| Aug 22 02:15:52.477 INFO STEP 506 (remove_files) COMPLETE
54222024-08-22T02:15:54.567Z[ recovery-image] Aug 22 02:15:52.477 INFO O| Aug 22 02:15:52.477 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-08-22T02:15:54.577Z[ recovery-image] Aug 22 02:15:52.488 INFO O| Aug 22 02:15:52.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
54242024-08-22T02:15:54.577Z[ recovery-image] Aug 22 02:15:52.488 INFO O| Aug 22 02:15:52.488 INFO STEP 507 (remove_files) COMPLETE
54252024-08-22T02:15:54.580Z[ recovery-image] Aug 22 02:15:52.488 INFO O| Aug 22 02:15:52.488 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-08-22T02:15:54.587Z[ recovery-image] Aug 22 02:15:52.497 INFO O| Aug 22 02:15:52.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
54272024-08-22T02:15:54.587Z[ recovery-image] Aug 22 02:15:52.497 INFO O| Aug 22 02:15:52.497 INFO STEP 508 (remove_files) COMPLETE
54282024-08-22T02:15:54.589Z[ recovery-image] Aug 22 02:15:52.497 INFO O| Aug 22 02:15:52.497 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-08-22T02:15:54.596Z[ recovery-image] Aug 22 02:15:52.506 INFO O| Aug 22 02:15:52.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
54302024-08-22T02:15:54.599Z[ recovery-image] Aug 22 02:15:52.506 INFO O| Aug 22 02:15:52.506 INFO STEP 509 (remove_files) COMPLETE
54312024-08-22T02:15:54.599Z[ recovery-image] Aug 22 02:15:52.507 INFO O| Aug 22 02:15:52.506 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-08-22T02:15:54.606Z[ recovery-image] Aug 22 02:15:52.516 INFO O| Aug 22 02:15:52.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
54332024-08-22T02:15:54.606Z[ recovery-image] Aug 22 02:15:52.516 INFO O| Aug 22 02:15:52.516 INFO STEP 510 (remove_files) COMPLETE
54342024-08-22T02:15:54.606Z[ recovery-image] Aug 22 02:15:52.516 INFO O| Aug 22 02:15:52.516 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-08-22T02:15:54.615Z[ recovery-image] Aug 22 02:15:52.525 INFO O| Aug 22 02:15:52.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
54362024-08-22T02:15:54.615Z[ recovery-image] Aug 22 02:15:52.525 INFO O| Aug 22 02:15:52.525 INFO STEP 511 (remove_files) COMPLETE
54372024-08-22T02:15:54.615Z[ recovery-image] Aug 22 02:15:52.525 INFO O| Aug 22 02:15:52.525 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-08-22T02:15:54.624Z[ recovery-image] Aug 22 02:15:52.534 INFO O| Aug 22 02:15:52.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
54392024-08-22T02:15:54.627Z[ recovery-image] Aug 22 02:15:52.535 INFO O| Aug 22 02:15:52.535 INFO STEP 512 (remove_files) COMPLETE
54402024-08-22T02:15:54.627Z[ recovery-image] Aug 22 02:15:52.535 INFO O| Aug 22 02:15:52.535 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-08-22T02:15:54.634Z[ recovery-image] Aug 22 02:15:52.544 INFO O| Aug 22 02:15:52.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
54422024-08-22T02:15:54.636Z[ recovery-image] Aug 22 02:15:52.544 INFO O| Aug 22 02:15:52.544 INFO STEP 513 (remove_files) COMPLETE
54432024-08-22T02:15:54.636Z[ recovery-image] Aug 22 02:15:52.544 INFO O| Aug 22 02:15:52.544 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-08-22T02:15:54.644Z[ recovery-image] Aug 22 02:15:52.554 INFO O| Aug 22 02:15:52.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
54452024-08-22T02:15:54.644Z[ recovery-image] Aug 22 02:15:52.554 INFO O| Aug 22 02:15:52.554 INFO STEP 514 (remove_files) COMPLETE
54462024-08-22T02:15:54.644Z[ recovery-image] Aug 22 02:15:52.554 INFO O| Aug 22 02:15:52.554 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-08-22T02:15:54.653Z[ recovery-image] Aug 22 02:15:52.563 INFO O| Aug 22 02:15:52.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
54482024-08-22T02:15:54.655Z[ recovery-image] Aug 22 02:15:52.563 INFO O| Aug 22 02:15:52.563 INFO STEP 515 (remove_files) COMPLETE
54492024-08-22T02:15:54.655Z[ recovery-image] Aug 22 02:15:52.563 INFO O| Aug 22 02:15:52.563 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-08-22T02:15:54.662Z[ recovery-image] Aug 22 02:15:52.572 INFO O| Aug 22 02:15:52.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
54512024-08-22T02:15:54.665Z[ recovery-image] Aug 22 02:15:52.572 INFO O| Aug 22 02:15:52.572 INFO STEP 516 (remove_files) COMPLETE
54522024-08-22T02:15:54.665Z[ recovery-image] Aug 22 02:15:52.572 INFO O| Aug 22 02:15:52.572 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-08-22T02:15:54.671Z[ recovery-image] Aug 22 02:15:52.582 INFO O| Aug 22 02:15:52.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
54542024-08-22T02:15:54.671Z[ recovery-image] Aug 22 02:15:52.582 INFO O| Aug 22 02:15:52.582 INFO STEP 517 (remove_files) COMPLETE
54552024-08-22T02:15:54.674Z[ recovery-image] Aug 22 02:15:52.582 INFO O| Aug 22 02:15:52.582 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-08-22T02:15:54.681Z[ recovery-image] Aug 22 02:15:52.591 INFO O| Aug 22 02:15:52.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
54572024-08-22T02:15:54.681Z[ recovery-image] Aug 22 02:15:52.591 INFO O| Aug 22 02:15:52.591 INFO STEP 518 (remove_files) COMPLETE
54582024-08-22T02:15:54.683Z[ recovery-image] Aug 22 02:15:52.591 INFO O| Aug 22 02:15:52.591 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-08-22T02:15:54.690Z[ recovery-image] Aug 22 02:15:52.600 INFO O| Aug 22 02:15:52.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
54602024-08-22T02:15:54.690Z[ recovery-image] Aug 22 02:15:52.601 INFO O| Aug 22 02:15:52.600 INFO STEP 519 (remove_files) COMPLETE
54612024-08-22T02:15:54.693Z[ recovery-image] Aug 22 02:15:52.601 INFO O| Aug 22 02:15:52.600 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-08-22T02:15:54.699Z[ recovery-image] Aug 22 02:15:52.610 INFO O| Aug 22 02:15:52.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
54632024-08-22T02:15:54.702Z[ recovery-image] Aug 22 02:15:52.610 INFO O| Aug 22 02:15:52.610 INFO STEP 520 (remove_files) COMPLETE
54642024-08-22T02:15:54.702Z[ recovery-image] Aug 22 02:15:52.611 INFO O| Aug 22 02:15:52.610 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-08-22T02:15:54.710Z[ recovery-image] Aug 22 02:15:52.620 INFO O| Aug 22 02:15:52.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
54662024-08-22T02:15:54.712Z[ recovery-image] Aug 22 02:15:52.620 INFO O| Aug 22 02:15:52.620 INFO STEP 521 (remove_files) COMPLETE
54672024-08-22T02:15:54.712Z[ recovery-image] Aug 22 02:15:52.620 INFO O| Aug 22 02:15:52.620 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-08-22T02:15:54.720Z[ recovery-image] Aug 22 02:15:52.630 INFO O| Aug 22 02:15:52.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
54692024-08-22T02:15:54.720Z[ recovery-image] Aug 22 02:15:52.630 INFO O| Aug 22 02:15:52.630 INFO STEP 522 (remove_files) COMPLETE
54702024-08-22T02:15:54.723Z[ recovery-image] Aug 22 02:15:52.630 INFO O| Aug 22 02:15:52.630 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-08-22T02:15:54.729Z[ recovery-image] Aug 22 02:15:52.640 INFO O| Aug 22 02:15:52.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
54722024-08-22T02:15:54.730Z[ recovery-image] Aug 22 02:15:52.640 INFO O| Aug 22 02:15:52.640 INFO STEP 523 (remove_files) COMPLETE
54732024-08-22T02:15:54.730Z[ recovery-image] Aug 22 02:15:52.640 INFO O| Aug 22 02:15:52.640 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-08-22T02:15:54.739Z[ recovery-image] Aug 22 02:15:52.649 INFO O| Aug 22 02:15:52.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
54752024-08-22T02:15:54.739Z[ recovery-image] Aug 22 02:15:52.649 INFO O| Aug 22 02:15:52.649 INFO STEP 524 (remove_files) COMPLETE
54762024-08-22T02:15:54.742Z[ recovery-image] Aug 22 02:15:52.649 INFO O| Aug 22 02:15:52.649 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-08-22T02:15:54.748Z[ recovery-image] Aug 22 02:15:52.659 INFO O| Aug 22 02:15:52.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
54782024-08-22T02:15:54.748Z[ recovery-image] Aug 22 02:15:52.659 INFO O| Aug 22 02:15:52.659 INFO STEP 525 (remove_files) COMPLETE
54792024-08-22T02:15:54.748Z[ recovery-image] Aug 22 02:15:52.659 INFO O| Aug 22 02:15:52.659 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-08-22T02:15:54.758Z[ recovery-image] Aug 22 02:15:52.668 INFO O| Aug 22 02:15:52.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
54812024-08-22T02:15:54.760Z[ recovery-image] Aug 22 02:15:52.668 INFO O| Aug 22 02:15:52.668 INFO STEP 526 (remove_files) COMPLETE
54822024-08-22T02:15:54.760Z[ recovery-image] Aug 22 02:15:52.668 INFO O| Aug 22 02:15:52.668 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-08-22T02:15:54.767Z[ recovery-image] Aug 22 02:15:52.677 INFO O| Aug 22 02:15:52.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
54842024-08-22T02:15:54.769Z[ recovery-image] Aug 22 02:15:52.677 INFO O| Aug 22 02:15:52.677 INFO STEP 527 (remove_files) COMPLETE
54852024-08-22T02:15:54.769Z[ recovery-image] Aug 22 02:15:52.677 INFO O| Aug 22 02:15:52.677 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-08-22T02:15:54.776Z[ recovery-image] Aug 22 02:15:52.687 INFO O| Aug 22 02:15:52.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
54872024-08-22T02:15:54.776Z[ recovery-image] Aug 22 02:15:52.687 INFO O| Aug 22 02:15:52.687 INFO STEP 528 (remove_files) COMPLETE
54882024-08-22T02:15:54.779Z[ recovery-image] Aug 22 02:15:52.687 INFO O| Aug 22 02:15:52.687 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-08-22T02:15:54.786Z[ recovery-image] Aug 22 02:15:52.696 INFO O| Aug 22 02:15:52.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
54902024-08-22T02:15:54.786Z[ recovery-image] Aug 22 02:15:52.696 INFO O| Aug 22 02:15:52.696 INFO STEP 529 (remove_files) COMPLETE
54912024-08-22T02:15:54.786Z[ recovery-image] Aug 22 02:15:52.696 INFO O| Aug 22 02:15:52.696 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-08-22T02:15:54.795Z[ recovery-image] Aug 22 02:15:52.705 INFO O| Aug 22 02:15:52.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
54932024-08-22T02:15:54.795Z[ recovery-image] Aug 22 02:15:52.705 INFO O| Aug 22 02:15:52.705 INFO STEP 530 (remove_files) COMPLETE
54942024-08-22T02:15:54.795Z[ recovery-image] Aug 22 02:15:52.705 INFO O| Aug 22 02:15:52.705 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-08-22T02:15:54.805Z[ recovery-image] Aug 22 02:15:52.715 INFO O| Aug 22 02:15:52.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
54962024-08-22T02:15:54.805Z[ recovery-image] Aug 22 02:15:52.715 INFO O| Aug 22 02:15:52.715 INFO STEP 531 (remove_files) COMPLETE
54972024-08-22T02:15:54.808Z[ recovery-image] Aug 22 02:15:52.715 INFO O| Aug 22 02:15:52.715 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-08-22T02:15:54.814Z[ recovery-image] Aug 22 02:15:52.724 INFO O| Aug 22 02:15:52.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
54992024-08-22T02:15:54.814Z[ recovery-image] Aug 22 02:15:52.724 INFO O| Aug 22 02:15:52.724 INFO STEP 532 (remove_files) COMPLETE
55002024-08-22T02:15:54.814Z[ recovery-image] Aug 22 02:15:52.724 INFO O| Aug 22 02:15:52.724 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-08-22T02:15:54.823Z[ recovery-image] Aug 22 02:15:52.733 INFO O| Aug 22 02:15:52.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
55022024-08-22T02:15:54.823Z[ recovery-image] Aug 22 02:15:52.734 INFO O| Aug 22 02:15:52.734 INFO STEP 533 (remove_files) COMPLETE
55032024-08-22T02:15:54.826Z[ recovery-image] Aug 22 02:15:52.734 INFO O| Aug 22 02:15:52.734 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-08-22T02:15:54.833Z[ recovery-image] Aug 22 02:15:52.743 INFO O| Aug 22 02:15:52.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
55052024-08-22T02:15:54.836Z[ recovery-image] Aug 22 02:15:52.743 INFO O| Aug 22 02:15:52.743 INFO STEP 534 (remove_files) COMPLETE
55062024-08-22T02:15:54.836Z[ recovery-image] Aug 22 02:15:52.743 INFO O| Aug 22 02:15:52.743 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-08-22T02:15:54.843Z[ recovery-image] Aug 22 02:15:52.753 INFO O| Aug 22 02:15:52.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
55082024-08-22T02:15:54.845Z[ recovery-image] Aug 22 02:15:52.753 INFO O| Aug 22 02:15:52.753 INFO STEP 535 (remove_files) COMPLETE
55092024-08-22T02:15:54.845Z[ recovery-image] Aug 22 02:15:52.753 INFO O| Aug 22 02:15:52.753 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-08-22T02:15:54.852Z[ recovery-image] Aug 22 02:15:52.763 INFO O| Aug 22 02:15:52.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
55112024-08-22T02:15:54.855Z[ recovery-image] Aug 22 02:15:52.763 INFO O| Aug 22 02:15:52.763 INFO STEP 536 (remove_files) COMPLETE
55122024-08-22T02:15:54.855Z[ recovery-image] Aug 22 02:15:52.763 INFO O| Aug 22 02:15:52.763 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-08-22T02:15:54.862Z[ recovery-image] Aug 22 02:15:52.772 INFO O| Aug 22 02:15:52.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
55142024-08-22T02:15:54.865Z[ recovery-image] Aug 22 02:15:52.772 INFO O| Aug 22 02:15:52.772 INFO STEP 537 (remove_files) COMPLETE
55152024-08-22T02:15:54.865Z[ recovery-image] Aug 22 02:15:52.772 INFO O| Aug 22 02:15:52.772 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-08-22T02:15:54.872Z[ recovery-image] Aug 22 02:15:52.782 INFO O| Aug 22 02:15:52.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
55172024-08-22T02:15:54.874Z[ recovery-image] Aug 22 02:15:52.782 INFO O| Aug 22 02:15:52.782 INFO STEP 538 (remove_files) COMPLETE
55182024-08-22T02:15:54.874Z[ recovery-image] Aug 22 02:15:52.782 INFO O| Aug 22 02:15:52.782 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-08-22T02:15:54.883Z[ recovery-image] Aug 22 02:15:52.793 INFO O| Aug 22 02:15:52.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
55202024-08-22T02:15:54.885Z[ recovery-image] Aug 22 02:15:52.793 INFO O| Aug 22 02:15:52.793 INFO STEP 539 (remove_files) COMPLETE
55212024-08-22T02:15:54.885Z[ recovery-image] Aug 22 02:15:52.793 INFO O| Aug 22 02:15:52.793 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-08-22T02:15:54.892Z[ recovery-image] Aug 22 02:15:52.802 INFO O| Aug 22 02:15:52.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
55232024-08-22T02:15:54.893Z[ recovery-image] Aug 22 02:15:52.802 INFO O| Aug 22 02:15:52.802 INFO STEP 540 (remove_files) COMPLETE
55242024-08-22T02:15:54.895Z[ recovery-image] Aug 22 02:15:52.802 INFO O| Aug 22 02:15:52.802 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-08-22T02:15:54.902Z[ recovery-image] Aug 22 02:15:52.812 INFO O| Aug 22 02:15:52.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
55262024-08-22T02:15:54.905Z[ recovery-image] Aug 22 02:15:52.812 INFO O| Aug 22 02:15:52.812 INFO STEP 541 (remove_files) COMPLETE
55272024-08-22T02:15:54.905Z[ recovery-image] Aug 22 02:15:52.812 INFO O| Aug 22 02:15:52.812 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-08-22T02:15:54.912Z[ recovery-image] Aug 22 02:15:52.822 INFO O| Aug 22 02:15:52.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
55292024-08-22T02:15:54.915Z[ recovery-image] Aug 22 02:15:52.822 INFO O| Aug 22 02:15:52.822 INFO STEP 542 (remove_files) COMPLETE
55302024-08-22T02:15:54.915Z[ recovery-image] Aug 22 02:15:52.822 INFO O| Aug 22 02:15:52.822 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-08-22T02:15:54.922Z[ recovery-image] Aug 22 02:15:52.832 INFO O| Aug 22 02:15:52.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
55322024-08-22T02:15:54.924Z[ recovery-image] Aug 22 02:15:52.832 INFO O| Aug 22 02:15:52.832 INFO STEP 543 (remove_files) COMPLETE
55332024-08-22T02:15:54.924Z[ recovery-image] Aug 22 02:15:52.832 INFO O| Aug 22 02:15:52.832 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-08-22T02:15:54.931Z[ recovery-image] Aug 22 02:15:52.841 INFO O| Aug 22 02:15:52.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
55352024-08-22T02:15:54.931Z[ recovery-image] Aug 22 02:15:52.841 INFO O| Aug 22 02:15:52.841 INFO STEP 544 (remove_files) COMPLETE
55362024-08-22T02:15:54.934Z[ recovery-image] Aug 22 02:15:52.841 INFO O| Aug 22 02:15:52.841 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-08-22T02:15:54.941Z[ recovery-image] Aug 22 02:15:52.851 INFO O| Aug 22 02:15:52.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
55382024-08-22T02:15:54.943Z[ recovery-image] Aug 22 02:15:52.851 INFO O| Aug 22 02:15:52.851 INFO STEP 545 (remove_files) COMPLETE
55392024-08-22T02:15:54.943Z[ recovery-image] Aug 22 02:15:52.851 INFO O| Aug 22 02:15:52.851 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-08-22T02:15:54.950Z[ recovery-image] Aug 22 02:15:52.860 INFO O| Aug 22 02:15:52.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
55412024-08-22T02:15:54.950Z[ recovery-image] Aug 22 02:15:52.860 INFO O| Aug 22 02:15:52.860 INFO STEP 546 (remove_files) COMPLETE
55422024-08-22T02:15:54.950Z[ recovery-image] Aug 22 02:15:52.860 INFO O| Aug 22 02:15:52.860 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-08-22T02:15:54.960Z[ recovery-image] Aug 22 02:15:52.870 INFO O| Aug 22 02:15:52.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
55442024-08-22T02:15:54.962Z[ recovery-image] Aug 22 02:15:52.870 INFO O| Aug 22 02:15:52.870 INFO STEP 547 (remove_files) COMPLETE
55452024-08-22T02:15:54.963Z[ recovery-image] Aug 22 02:15:52.870 INFO O| Aug 22 02:15:52.870 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-08-22T02:15:54.970Z[ recovery-image] Aug 22 02:15:52.880 INFO O| Aug 22 02:15:52.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
55472024-08-22T02:15:54.970Z[ recovery-image] Aug 22 02:15:52.880 INFO O| Aug 22 02:15:52.880 INFO STEP 548 (remove_files) COMPLETE
55482024-08-22T02:15:54.972Z[ recovery-image] Aug 22 02:15:52.880 INFO O| Aug 22 02:15:52.880 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-08-22T02:15:54.979Z[ recovery-image] Aug 22 02:15:52.889 INFO O| Aug 22 02:15:52.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
55502024-08-22T02:15:54.979Z[ recovery-image] Aug 22 02:15:52.889 INFO O| Aug 22 02:15:52.889 INFO STEP 549 (remove_files) COMPLETE
55512024-08-22T02:15:54.982Z[ recovery-image] Aug 22 02:15:52.889 INFO O| Aug 22 02:15:52.889 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-08-22T02:15:54.989Z[ recovery-image] Aug 22 02:15:52.899 INFO O| Aug 22 02:15:52.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
55532024-08-22T02:15:54.989Z[ recovery-image] Aug 22 02:15:52.899 INFO O| Aug 22 02:15:52.899 INFO STEP 550 (remove_files) COMPLETE
55542024-08-22T02:15:54.991Z[ recovery-image] Aug 22 02:15:52.899 INFO O| Aug 22 02:15:52.899 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-08-22T02:15:54.998Z[ recovery-image] Aug 22 02:15:52.908 INFO O| Aug 22 02:15:52.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
55562024-08-22T02:15:54.998Z[ recovery-image] Aug 22 02:15:52.908 INFO O| Aug 22 02:15:52.908 INFO STEP 551 (remove_files) COMPLETE
55572024-08-22T02:15:54.998Z[ recovery-image] Aug 22 02:15:52.908 INFO O| Aug 22 02:15:52.908 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-08-22T02:15:55.008Z[ recovery-image] Aug 22 02:15:52.918 INFO O| Aug 22 02:15:52.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
55592024-08-22T02:15:55.010Z[ recovery-image] Aug 22 02:15:52.918 INFO O| Aug 22 02:15:52.918 INFO STEP 552 (remove_files) COMPLETE
55602024-08-22T02:15:55.010Z[ recovery-image] Aug 22 02:15:52.918 INFO O| Aug 22 02:15:52.918 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-08-22T02:15:55.017Z[ recovery-image] Aug 22 02:15:52.927 INFO O| Aug 22 02:15:52.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
55622024-08-22T02:15:55.020Z[ recovery-image] Aug 22 02:15:52.927 INFO O| Aug 22 02:15:52.927 INFO STEP 553 (remove_files) COMPLETE
55632024-08-22T02:15:55.020Z[ recovery-image] Aug 22 02:15:52.927 INFO O| Aug 22 02:15:52.927 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-08-22T02:15:55.026Z[ recovery-image] Aug 22 02:15:52.937 INFO O| Aug 22 02:15:52.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
55652024-08-22T02:15:55.029Z[ recovery-image] Aug 22 02:15:52.937 INFO O| Aug 22 02:15:52.937 INFO STEP 554 (remove_files) COMPLETE
55662024-08-22T02:15:55.029Z[ recovery-image] Aug 22 02:15:52.937 INFO O| Aug 22 02:15:52.937 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-08-22T02:15:55.036Z[ recovery-image] Aug 22 02:15:52.946 INFO O| Aug 22 02:15:52.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
55682024-08-22T02:15:55.038Z[ recovery-image] Aug 22 02:15:52.947 INFO O| Aug 22 02:15:52.947 INFO STEP 555 (remove_files) COMPLETE
55692024-08-22T02:15:55.038Z[ recovery-image] Aug 22 02:15:52.947 INFO O| Aug 22 02:15:52.947 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-08-22T02:15:55.046Z[ recovery-image] Aug 22 02:15:52.956 INFO O| Aug 22 02:15:52.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
55712024-08-22T02:15:55.046Z[ recovery-image] Aug 22 02:15:52.956 INFO O| Aug 22 02:15:52.956 INFO STEP 556 (remove_files) COMPLETE
55722024-08-22T02:15:55.049Z[ recovery-image] Aug 22 02:15:52.956 INFO O| Aug 22 02:15:52.956 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-08-22T02:15:55.055Z[ recovery-image] Aug 22 02:15:52.966 INFO O| Aug 22 02:15:52.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
55742024-08-22T02:15:55.056Z[ recovery-image] Aug 22 02:15:52.966 INFO O| Aug 22 02:15:52.966 INFO STEP 557 (remove_files) COMPLETE
55752024-08-22T02:15:55.056Z[ recovery-image] Aug 22 02:15:52.966 INFO O| Aug 22 02:15:52.966 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-08-22T02:15:55.065Z[ recovery-image] Aug 22 02:15:52.975 INFO O| Aug 22 02:15:52.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
55772024-08-22T02:15:55.068Z[ recovery-image] Aug 22 02:15:52.975 INFO O| Aug 22 02:15:52.975 INFO STEP 558 (remove_files) COMPLETE
55782024-08-22T02:15:55.068Z[ recovery-image] Aug 22 02:15:52.975 INFO O| Aug 22 02:15:52.975 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-08-22T02:15:55.074Z[ recovery-image] Aug 22 02:15:52.985 INFO O| Aug 22 02:15:52.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
55802024-08-22T02:15:55.074Z[ recovery-image] Aug 22 02:15:52.985 INFO O| Aug 22 02:15:52.985 INFO STEP 559 (remove_files) COMPLETE
55812024-08-22T02:15:55.077Z[ recovery-image] Aug 22 02:15:52.985 INFO O| Aug 22 02:15:52.985 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-08-22T02:15:55.084Z[ recovery-image] Aug 22 02:15:52.994 INFO O| Aug 22 02:15:52.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
55832024-08-22T02:15:55.084Z[ recovery-image] Aug 22 02:15:52.994 INFO O| Aug 22 02:15:52.994 INFO STEP 560 (remove_files) COMPLETE
55842024-08-22T02:15:55.087Z[ recovery-image] Aug 22 02:15:52.995 INFO O| Aug 22 02:15:52.994 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-08-22T02:15:55.095Z[ recovery-image] Aug 22 02:15:53.005 INFO O| Aug 22 02:15:53.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
55862024-08-22T02:15:55.095Z[ recovery-image] Aug 22 02:15:53.005 INFO O| Aug 22 02:15:53.005 INFO STEP 561 (remove_files) COMPLETE
55872024-08-22T02:15:55.098Z[ recovery-image] Aug 22 02:15:53.005 INFO O| Aug 22 02:15:53.005 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-08-22T02:15:55.105Z[ recovery-image] Aug 22 02:15:53.015 INFO O| Aug 22 02:15:53.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
55892024-08-22T02:15:55.109Z[ recovery-image] Aug 22 02:15:53.015 INFO O| Aug 22 02:15:53.015 INFO STEP 562 (remove_files) COMPLETE
55902024-08-22T02:15:55.109Z[ recovery-image] Aug 22 02:15:53.015 INFO O| Aug 22 02:15:53.015 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-08-22T02:15:55.114Z[ recovery-image] Aug 22 02:15:53.024 INFO O| Aug 22 02:15:53.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
55922024-08-22T02:15:55.114Z[ recovery-image] Aug 22 02:15:53.024 INFO O| Aug 22 02:15:53.024 INFO STEP 563 (remove_files) COMPLETE
55932024-08-22T02:15:55.117Z[ recovery-image] Aug 22 02:15:53.024 INFO O| Aug 22 02:15:53.024 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-08-22T02:15:55.124Z[ recovery-image] Aug 22 02:15:53.034 INFO O| Aug 22 02:15:53.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
55952024-08-22T02:15:55.124Z[ recovery-image] Aug 22 02:15:53.034 INFO O| Aug 22 02:15:53.034 INFO STEP 564 (remove_files) COMPLETE
55962024-08-22T02:15:55.126Z[ recovery-image] Aug 22 02:15:53.034 INFO O| Aug 22 02:15:53.034 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-08-22T02:15:55.133Z[ recovery-image] Aug 22 02:15:53.043 INFO O| Aug 22 02:15:53.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
55982024-08-22T02:15:55.135Z[ recovery-image] Aug 22 02:15:53.043 INFO O| Aug 22 02:15:53.043 INFO STEP 565 (remove_files) COMPLETE
55992024-08-22T02:15:55.135Z[ recovery-image] Aug 22 02:15:53.043 INFO O| Aug 22 02:15:53.043 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-08-22T02:15:55.142Z[ recovery-image] Aug 22 02:15:53.053 INFO O| Aug 22 02:15:53.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
56012024-08-22T02:15:55.145Z[ recovery-image] Aug 22 02:15:53.053 INFO O| Aug 22 02:15:53.053 INFO STEP 566 (remove_files) COMPLETE
56022024-08-22T02:15:55.145Z[ recovery-image] Aug 22 02:15:53.053 INFO O| Aug 22 02:15:53.053 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-08-22T02:15:55.152Z[ recovery-image] Aug 22 02:15:53.062 INFO O| Aug 22 02:15:53.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
56042024-08-22T02:15:55.152Z[ recovery-image] Aug 22 02:15:53.062 INFO O| Aug 22 02:15:53.062 INFO STEP 567 (remove_files) COMPLETE
56052024-08-22T02:15:55.155Z[ recovery-image] Aug 22 02:15:53.062 INFO O| Aug 22 02:15:53.062 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-08-22T02:15:55.162Z[ recovery-image] Aug 22 02:15:53.072 INFO O| Aug 22 02:15:53.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
56072024-08-22T02:15:55.162Z[ recovery-image] Aug 22 02:15:53.072 INFO O| Aug 22 02:15:53.072 INFO STEP 568 (remove_files) COMPLETE
56082024-08-22T02:15:55.162Z[ recovery-image] Aug 22 02:15:53.072 INFO O| Aug 22 02:15:53.072 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-08-22T02:15:55.171Z[ recovery-image] Aug 22 02:15:53.081 INFO O| Aug 22 02:15:53.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
56102024-08-22T02:15:55.174Z[ recovery-image] Aug 22 02:15:53.081 INFO O| Aug 22 02:15:53.081 INFO STEP 569 (remove_files) COMPLETE
56112024-08-22T02:15:55.174Z[ recovery-image] Aug 22 02:15:53.081 INFO O| Aug 22 02:15:53.081 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-08-22T02:15:55.181Z[ recovery-image] Aug 22 02:15:53.091 INFO O| Aug 22 02:15:53.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
56132024-08-22T02:15:55.181Z[ recovery-image] Aug 22 02:15:53.091 INFO O| Aug 22 02:15:53.091 INFO STEP 570 (remove_files) COMPLETE
56142024-08-22T02:15:55.183Z[ recovery-image] Aug 22 02:15:53.091 INFO O| Aug 22 02:15:53.091 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-08-22T02:15:55.190Z[ recovery-image] Aug 22 02:15:53.100 INFO O| Aug 22 02:15:53.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
56162024-08-22T02:15:55.190Z[ recovery-image] Aug 22 02:15:53.100 INFO O| Aug 22 02:15:53.100 INFO STEP 571 (remove_files) COMPLETE
56172024-08-22T02:15:55.190Z[ recovery-image] Aug 22 02:15:53.100 INFO O| Aug 22 02:15:53.100 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-08-22T02:15:55.199Z[ recovery-image] Aug 22 02:15:53.109 INFO O| Aug 22 02:15:53.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
56192024-08-22T02:15:55.199Z[ recovery-image] Aug 22 02:15:53.109 INFO O| Aug 22 02:15:53.109 INFO STEP 572 (remove_files) COMPLETE
56202024-08-22T02:15:55.202Z[ recovery-image] Aug 22 02:15:53.109 INFO O| Aug 22 02:15:53.109 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-08-22T02:15:55.209Z[ recovery-image] Aug 22 02:15:53.119 INFO O| Aug 22 02:15:53.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
56222024-08-22T02:15:55.211Z[ recovery-image] Aug 22 02:15:53.119 INFO O| Aug 22 02:15:53.119 INFO STEP 573 (remove_files) COMPLETE
56232024-08-22T02:15:55.211Z[ recovery-image] Aug 22 02:15:53.119 INFO O| Aug 22 02:15:53.119 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-08-22T02:15:55.218Z[ recovery-image] Aug 22 02:15:53.129 INFO O| Aug 22 02:15:53.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
56252024-08-22T02:15:55.218Z[ recovery-image] Aug 22 02:15:53.129 INFO O| Aug 22 02:15:53.129 INFO STEP 574 (remove_files) COMPLETE
56262024-08-22T02:15:55.221Z[ recovery-image] Aug 22 02:15:53.129 INFO O| Aug 22 02:15:53.129 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-08-22T02:15:55.228Z[ recovery-image] Aug 22 02:15:53.138 INFO O| Aug 22 02:15:53.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
56282024-08-22T02:15:55.228Z[ recovery-image] Aug 22 02:15:53.138 INFO O| Aug 22 02:15:53.138 INFO STEP 575 (remove_files) COMPLETE
56292024-08-22T02:15:55.228Z[ recovery-image] Aug 22 02:15:53.138 INFO O| Aug 22 02:15:53.138 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-08-22T02:15:55.237Z[ recovery-image] Aug 22 02:15:53.147 INFO O| Aug 22 02:15:53.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
56312024-08-22T02:15:55.237Z[ recovery-image] Aug 22 02:15:53.147 INFO O| Aug 22 02:15:53.147 INFO STEP 576 (remove_files) COMPLETE
56322024-08-22T02:15:55.237Z[ recovery-image] Aug 22 02:15:53.147 INFO O| Aug 22 02:15:53.147 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-08-22T02:15:55.246Z[ recovery-image] Aug 22 02:15:53.157 INFO O| Aug 22 02:15:53.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
56342024-08-22T02:15:55.246Z[ recovery-image] Aug 22 02:15:53.157 INFO O| Aug 22 02:15:53.157 INFO STEP 577 (remove_files) COMPLETE
56352024-08-22T02:15:55.249Z[ recovery-image] Aug 22 02:15:53.157 INFO O| Aug 22 02:15:53.157 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-08-22T02:15:55.256Z[ recovery-image] Aug 22 02:15:53.166 INFO O| Aug 22 02:15:53.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
56372024-08-22T02:15:55.256Z[ recovery-image] Aug 22 02:15:53.166 INFO O| Aug 22 02:15:53.166 INFO STEP 578 (remove_files) COMPLETE
56382024-08-22T02:15:55.256Z[ recovery-image] Aug 22 02:15:53.166 INFO O| Aug 22 02:15:53.166 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-08-22T02:15:55.265Z[ recovery-image] Aug 22 02:15:53.175 INFO O| Aug 22 02:15:53.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
56402024-08-22T02:15:55.265Z[ recovery-image] Aug 22 02:15:53.175 INFO O| Aug 22 02:15:53.175 INFO STEP 579 (remove_files) COMPLETE
56412024-08-22T02:15:55.268Z[ recovery-image] Aug 22 02:15:53.175 INFO O| Aug 22 02:15:53.175 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-08-22T02:15:55.275Z[ recovery-image] Aug 22 02:15:53.185 INFO O| Aug 22 02:15:53.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
56432024-08-22T02:15:55.275Z[ recovery-image] Aug 22 02:15:53.185 INFO O| Aug 22 02:15:53.185 INFO STEP 580 (remove_files) COMPLETE
56442024-08-22T02:15:55.277Z[ recovery-image] Aug 22 02:15:53.185 INFO O| Aug 22 02:15:53.185 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-08-22T02:15:55.284Z[ recovery-image] Aug 22 02:15:53.194 INFO O| Aug 22 02:15:53.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
56462024-08-22T02:15:55.286Z[ recovery-image] Aug 22 02:15:53.194 INFO O| Aug 22 02:15:53.194 INFO STEP 581 (remove_files) COMPLETE
56472024-08-22T02:15:55.286Z[ recovery-image] Aug 22 02:15:53.194 INFO O| Aug 22 02:15:53.194 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-08-22T02:15:55.294Z[ recovery-image] Aug 22 02:15:53.203 INFO O| Aug 22 02:15:53.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
56492024-08-22T02:15:55.294Z[ recovery-image] Aug 22 02:15:53.203 INFO O| Aug 22 02:15:53.203 INFO STEP 582 (remove_files) COMPLETE
56502024-08-22T02:15:55.296Z[ recovery-image] Aug 22 02:15:53.204 INFO O| Aug 22 02:15:53.203 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-08-22T02:15:55.303Z[ recovery-image] Aug 22 02:15:53.213 INFO O| Aug 22 02:15:53.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
56522024-08-22T02:15:55.305Z[ recovery-image] Aug 22 02:15:53.213 INFO O| Aug 22 02:15:53.213 INFO STEP 583 (remove_files) COMPLETE
56532024-08-22T02:15:55.306Z[ recovery-image] Aug 22 02:15:53.213 INFO O| Aug 22 02:15:53.213 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-08-22T02:15:55.314Z[ recovery-image] Aug 22 02:15:53.223 INFO O| Aug 22 02:15:53.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
56552024-08-22T02:15:55.314Z[ recovery-image] Aug 22 02:15:53.223 INFO O| Aug 22 02:15:53.223 INFO STEP 584 (remove_files) COMPLETE
56562024-08-22T02:15:55.316Z[ recovery-image] Aug 22 02:15:53.223 INFO O| Aug 22 02:15:53.223 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-08-22T02:15:55.322Z[ recovery-image] Aug 22 02:15:53.232 INFO O| Aug 22 02:15:53.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
56582024-08-22T02:15:55.325Z[ recovery-image] Aug 22 02:15:53.232 INFO O| Aug 22 02:15:53.232 INFO STEP 585 (remove_files) COMPLETE
56592024-08-22T02:15:55.325Z[ recovery-image] Aug 22 02:15:53.232 INFO O| Aug 22 02:15:53.232 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-08-22T02:15:55.331Z[ recovery-image] Aug 22 02:15:53.242 INFO O| Aug 22 02:15:53.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
56612024-08-22T02:15:55.334Z[ recovery-image] Aug 22 02:15:53.242 INFO O| Aug 22 02:15:53.242 INFO STEP 586 (remove_files) COMPLETE
56622024-08-22T02:15:55.334Z[ recovery-image] Aug 22 02:15:53.242 INFO O| Aug 22 02:15:53.242 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-08-22T02:15:55.341Z[ recovery-image] Aug 22 02:15:53.251 INFO O| Aug 22 02:15:53.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
56642024-08-22T02:15:55.343Z[ recovery-image] Aug 22 02:15:53.251 INFO O| Aug 22 02:15:53.251 INFO STEP 587 (remove_files) COMPLETE
56652024-08-22T02:15:55.343Z[ recovery-image] Aug 22 02:15:53.251 INFO O| Aug 22 02:15:53.251 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-08-22T02:15:55.350Z[ recovery-image] Aug 22 02:15:53.260 INFO O| Aug 22 02:15:53.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
56672024-08-22T02:15:55.350Z[ recovery-image] Aug 22 02:15:53.260 INFO O| Aug 22 02:15:53.260 INFO STEP 588 (remove_files) COMPLETE
56682024-08-22T02:15:55.353Z[ recovery-image] Aug 22 02:15:53.260 INFO O| Aug 22 02:15:53.260 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-08-22T02:15:55.360Z[ recovery-image] Aug 22 02:15:53.270 INFO O| Aug 22 02:15:53.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
56702024-08-22T02:15:55.360Z[ recovery-image] Aug 22 02:15:53.270 INFO O| Aug 22 02:15:53.270 INFO STEP 589 (remove_files) COMPLETE
56712024-08-22T02:15:55.362Z[ recovery-image] Aug 22 02:15:53.270 INFO O| Aug 22 02:15:53.270 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-08-22T02:15:55.369Z[ recovery-image] Aug 22 02:15:53.279 INFO O| Aug 22 02:15:53.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
56732024-08-22T02:15:55.372Z[ recovery-image] Aug 22 02:15:53.279 INFO O| Aug 22 02:15:53.279 INFO STEP 590 (remove_files) COMPLETE
56742024-08-22T02:15:55.372Z[ recovery-image] Aug 22 02:15:53.279 INFO O| Aug 22 02:15:53.279 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-08-22T02:15:55.379Z[ recovery-image] Aug 22 02:15:53.289 INFO O| Aug 22 02:15:53.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
56762024-08-22T02:15:55.381Z[ recovery-image] Aug 22 02:15:53.289 INFO O| Aug 22 02:15:53.289 INFO STEP 591 (remove_files) COMPLETE
56772024-08-22T02:15:55.381Z[ recovery-image] Aug 22 02:15:53.289 INFO O| Aug 22 02:15:53.289 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-08-22T02:15:55.388Z[ recovery-image] Aug 22 02:15:53.298 INFO O| Aug 22 02:15:53.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
56792024-08-22T02:15:55.388Z[ recovery-image] Aug 22 02:15:53.298 INFO O| Aug 22 02:15:53.298 INFO STEP 592 (remove_files) COMPLETE
56802024-08-22T02:15:55.388Z[ recovery-image] Aug 22 02:15:53.298 INFO O| Aug 22 02:15:53.298 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-08-22T02:15:55.397Z[ recovery-image] Aug 22 02:15:53.307 INFO O| Aug 22 02:15:53.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
56822024-08-22T02:15:55.400Z[ recovery-image] Aug 22 02:15:53.307 INFO O| Aug 22 02:15:53.307 INFO STEP 593 (remove_files) COMPLETE
56832024-08-22T02:15:55.400Z[ recovery-image] Aug 22 02:15:53.308 INFO O| Aug 22 02:15:53.307 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-08-22T02:15:55.407Z[ recovery-image] Aug 22 02:15:53.317 INFO O| Aug 22 02:15:53.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
56852024-08-22T02:15:55.409Z[ recovery-image] Aug 22 02:15:53.317 INFO O| Aug 22 02:15:53.317 INFO STEP 594 (remove_files) COMPLETE
56862024-08-22T02:15:55.409Z[ recovery-image] Aug 22 02:15:53.317 INFO O| Aug 22 02:15:53.317 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-08-22T02:15:55.416Z[ recovery-image] Aug 22 02:15:53.326 INFO O| Aug 22 02:15:53.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
56882024-08-22T02:15:55.416Z[ recovery-image] Aug 22 02:15:53.326 INFO O| Aug 22 02:15:53.326 INFO STEP 595 (remove_files) COMPLETE
56892024-08-22T02:15:55.416Z[ recovery-image] Aug 22 02:15:53.326 INFO O| Aug 22 02:15:53.326 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-08-22T02:15:55.425Z[ recovery-image] Aug 22 02:15:53.336 INFO O| Aug 22 02:15:53.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
56912024-08-22T02:15:55.425Z[ recovery-image] Aug 22 02:15:53.336 INFO O| Aug 22 02:15:53.336 INFO STEP 596 (remove_files) COMPLETE
56922024-08-22T02:15:55.428Z[ recovery-image] Aug 22 02:15:53.336 INFO O| Aug 22 02:15:53.336 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-08-22T02:15:55.435Z[ recovery-image] Aug 22 02:15:53.345 INFO O| Aug 22 02:15:53.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
56942024-08-22T02:15:55.435Z[ recovery-image] Aug 22 02:15:53.345 INFO O| Aug 22 02:15:53.345 INFO STEP 597 (remove_files) COMPLETE
56952024-08-22T02:15:55.435Z[ recovery-image] Aug 22 02:15:53.345 INFO O| Aug 22 02:15:53.345 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-08-22T02:15:55.444Z[ recovery-image] Aug 22 02:15:53.354 INFO O| Aug 22 02:15:53.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
56972024-08-22T02:15:55.444Z[ recovery-image] Aug 22 02:15:53.354 INFO O| Aug 22 02:15:53.354 INFO STEP 598 (remove_files) COMPLETE
56982024-08-22T02:15:55.446Z[ recovery-image] Aug 22 02:15:53.354 INFO O| Aug 22 02:15:53.354 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-08-22T02:15:55.454Z[ recovery-image] Aug 22 02:15:53.364 INFO O| Aug 22 02:15:53.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
57002024-08-22T02:15:55.456Z[ recovery-image] Aug 22 02:15:53.364 INFO O| Aug 22 02:15:53.364 INFO STEP 599 (remove_files) COMPLETE
57012024-08-22T02:15:55.456Z[ recovery-image] Aug 22 02:15:53.364 INFO O| Aug 22 02:15:53.364 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-08-22T02:15:55.463Z[ recovery-image] Aug 22 02:15:53.373 INFO O| Aug 22 02:15:53.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
57032024-08-22T02:15:55.465Z[ recovery-image] Aug 22 02:15:53.373 INFO O| Aug 22 02:15:53.373 INFO STEP 600 (remove_files) COMPLETE
57042024-08-22T02:15:55.466Z[ recovery-image] Aug 22 02:15:53.373 INFO O| Aug 22 02:15:53.373 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-08-22T02:15:55.472Z[ recovery-image] Aug 22 02:15:53.382 INFO O| Aug 22 02:15:53.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
57062024-08-22T02:15:55.475Z[ recovery-image] Aug 22 02:15:53.383 INFO O| Aug 22 02:15:53.383 INFO STEP 601 (remove_files) COMPLETE
57072024-08-22T02:15:55.475Z[ recovery-image] Aug 22 02:15:53.383 INFO O| Aug 22 02:15:53.383 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-08-22T02:15:55.482Z[ recovery-image] Aug 22 02:15:53.392 INFO O| Aug 22 02:15:53.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
57092024-08-22T02:15:55.482Z[ recovery-image] Aug 22 02:15:53.392 INFO O| Aug 22 02:15:53.392 INFO STEP 602 (remove_files) COMPLETE
57102024-08-22T02:15:55.485Z[ recovery-image] Aug 22 02:15:53.393 INFO O| Aug 22 02:15:53.392 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-08-22T02:15:55.491Z[ recovery-image] Aug 22 02:15:53.402 INFO O| Aug 22 02:15:53.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
57122024-08-22T02:15:55.494Z[ recovery-image] Aug 22 02:15:53.402 INFO O| Aug 22 02:15:53.402 INFO STEP 603 (remove_files) COMPLETE
57132024-08-22T02:15:55.494Z[ recovery-image] Aug 22 02:15:53.402 INFO O| Aug 22 02:15:53.402 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-08-22T02:15:55.501Z[ recovery-image] Aug 22 02:15:53.411 INFO O| Aug 22 02:15:53.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
57152024-08-22T02:15:55.503Z[ recovery-image] Aug 22 02:15:53.411 INFO O| Aug 22 02:15:53.411 INFO STEP 604 (remove_files) COMPLETE
57162024-08-22T02:15:55.503Z[ recovery-image] Aug 22 02:15:53.411 INFO O| Aug 22 02:15:53.411 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-08-22T02:15:55.511Z[ recovery-image] Aug 22 02:15:53.421 INFO O| Aug 22 02:15:53.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
57182024-08-22T02:15:55.511Z[ recovery-image] Aug 22 02:15:53.421 INFO O| Aug 22 02:15:53.421 INFO STEP 605 (remove_files) COMPLETE
57192024-08-22T02:15:55.513Z[ recovery-image] Aug 22 02:15:53.421 INFO O| Aug 22 02:15:53.421 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-08-22T02:15:55.519Z[ recovery-image] Aug 22 02:15:53.430 INFO O| Aug 22 02:15:53.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
57212024-08-22T02:15:55.522Z[ recovery-image] Aug 22 02:15:53.430 INFO O| Aug 22 02:15:53.430 INFO STEP 606 (remove_files) COMPLETE
57222024-08-22T02:15:55.522Z[ recovery-image] Aug 22 02:15:53.430 INFO O| Aug 22 02:15:53.430 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-08-22T02:15:55.529Z[ recovery-image] Aug 22 02:15:53.439 INFO O| Aug 22 02:15:53.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
57242024-08-22T02:15:55.529Z[ recovery-image] Aug 22 02:15:53.439 INFO O| Aug 22 02:15:53.439 INFO STEP 607 (remove_files) COMPLETE
57252024-08-22T02:15:55.531Z[ recovery-image] Aug 22 02:15:53.439 INFO O| Aug 22 02:15:53.439 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-08-22T02:15:55.538Z[ recovery-image] Aug 22 02:15:53.448 INFO O| Aug 22 02:15:53.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
57272024-08-22T02:15:55.540Z[ recovery-image] Aug 22 02:15:53.449 INFO O| Aug 22 02:15:53.449 INFO STEP 608 (remove_files) COMPLETE
57282024-08-22T02:15:55.541Z[ recovery-image] Aug 22 02:15:53.449 INFO O| Aug 22 02:15:53.449 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-08-22T02:15:55.548Z[ recovery-image] Aug 22 02:15:53.458 INFO O| Aug 22 02:15:53.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
57302024-08-22T02:15:55.548Z[ recovery-image] Aug 22 02:15:53.458 INFO O| Aug 22 02:15:53.458 INFO STEP 609 (remove_files) COMPLETE
57312024-08-22T02:15:55.550Z[ recovery-image] Aug 22 02:15:53.458 INFO O| Aug 22 02:15:53.458 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-08-22T02:15:55.557Z[ recovery-image] Aug 22 02:15:53.468 INFO O| Aug 22 02:15:53.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
57332024-08-22T02:15:55.560Z[ recovery-image] Aug 22 02:15:53.468 INFO O| Aug 22 02:15:53.468 INFO STEP 610 (remove_files) COMPLETE
57342024-08-22T02:15:55.560Z[ recovery-image] Aug 22 02:15:53.468 INFO O| Aug 22 02:15:53.468 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-08-22T02:15:55.567Z[ recovery-image] Aug 22 02:15:53.477 INFO O| Aug 22 02:15:53.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
57362024-08-22T02:15:55.569Z[ recovery-image] Aug 22 02:15:53.477 INFO O| Aug 22 02:15:53.477 INFO STEP 611 (remove_files) COMPLETE
57372024-08-22T02:15:55.569Z[ recovery-image] Aug 22 02:15:53.477 INFO O| Aug 22 02:15:53.477 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-08-22T02:15:55.576Z[ recovery-image] Aug 22 02:15:53.486 INFO O| Aug 22 02:15:53.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
57392024-08-22T02:15:55.579Z[ recovery-image] Aug 22 02:15:53.486 INFO O| Aug 22 02:15:53.486 INFO STEP 612 (remove_files) COMPLETE
57402024-08-22T02:15:55.579Z[ recovery-image] Aug 22 02:15:53.486 INFO O| Aug 22 02:15:53.486 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-08-22T02:15:55.585Z[ recovery-image] Aug 22 02:15:53.495 INFO O| Aug 22 02:15:53.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
57422024-08-22T02:15:55.588Z[ recovery-image] Aug 22 02:15:53.496 INFO O| Aug 22 02:15:53.496 INFO STEP 613 (remove_files) COMPLETE
57432024-08-22T02:15:55.588Z[ recovery-image] Aug 22 02:15:53.496 INFO O| Aug 22 02:15:53.496 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-08-22T02:15:55.595Z[ recovery-image] Aug 22 02:15:53.505 INFO O| Aug 22 02:15:53.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
57452024-08-22T02:15:55.595Z[ recovery-image] Aug 22 02:15:53.505 INFO O| Aug 22 02:15:53.505 INFO STEP 614 (remove_files) COMPLETE
57462024-08-22T02:15:55.597Z[ recovery-image] Aug 22 02:15:53.505 INFO O| Aug 22 02:15:53.505 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-08-22T02:15:55.604Z[ recovery-image] Aug 22 02:15:53.514 INFO O| Aug 22 02:15:53.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
57482024-08-22T02:15:55.606Z[ recovery-image] Aug 22 02:15:53.514 INFO O| Aug 22 02:15:53.514 INFO STEP 615 (remove_files) COMPLETE
57492024-08-22T02:15:55.607Z[ recovery-image] Aug 22 02:15:53.514 INFO O| Aug 22 02:15:53.514 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-08-22T02:15:55.613Z[ recovery-image] Aug 22 02:15:53.523 INFO O| Aug 22 02:15:53.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
57512024-08-22T02:15:55.613Z[ recovery-image] Aug 22 02:15:53.523 INFO O| Aug 22 02:15:53.523 INFO STEP 616 (remove_files) COMPLETE
57522024-08-22T02:15:55.616Z[ recovery-image] Aug 22 02:15:53.523 INFO O| Aug 22 02:15:53.523 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-08-22T02:15:55.622Z[ recovery-image] Aug 22 02:15:53.533 INFO O| Aug 22 02:15:53.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
57542024-08-22T02:15:55.623Z[ recovery-image] Aug 22 02:15:53.533 INFO O| Aug 22 02:15:53.533 INFO STEP 617 (remove_files) COMPLETE
57552024-08-22T02:15:55.625Z[ recovery-image] Aug 22 02:15:53.533 INFO O| Aug 22 02:15:53.533 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-08-22T02:15:55.632Z[ recovery-image] Aug 22 02:15:53.542 INFO O| Aug 22 02:15:53.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
57572024-08-22T02:15:55.632Z[ recovery-image] Aug 22 02:15:53.542 INFO O| Aug 22 02:15:53.542 INFO STEP 618 (remove_files) COMPLETE
57582024-08-22T02:15:55.632Z[ recovery-image] Aug 22 02:15:53.542 INFO O| Aug 22 02:15:53.542 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-08-22T02:15:55.641Z[ recovery-image] Aug 22 02:15:53.551 INFO O| Aug 22 02:15:53.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
57602024-08-22T02:15:55.641Z[ recovery-image] Aug 22 02:15:53.551 INFO O| Aug 22 02:15:53.551 INFO STEP 619 (remove_files) COMPLETE
57612024-08-22T02:15:55.644Z[ recovery-image] Aug 22 02:15:53.551 INFO O| Aug 22 02:15:53.551 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-08-22T02:15:55.651Z[ recovery-image] Aug 22 02:15:53.561 INFO O| Aug 22 02:15:53.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
57632024-08-22T02:15:55.651Z[ recovery-image] Aug 22 02:15:53.561 INFO O| Aug 22 02:15:53.561 INFO STEP 620 (remove_files) COMPLETE
57642024-08-22T02:15:55.651Z[ recovery-image] Aug 22 02:15:53.561 INFO O| Aug 22 02:15:53.561 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-08-22T02:15:55.660Z[ recovery-image] Aug 22 02:15:53.570 INFO O| Aug 22 02:15:53.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
57662024-08-22T02:15:55.660Z[ recovery-image] Aug 22 02:15:53.570 INFO O| Aug 22 02:15:53.570 INFO STEP 621 (remove_files) COMPLETE
57672024-08-22T02:15:55.660Z[ recovery-image] Aug 22 02:15:53.570 INFO O| Aug 22 02:15:53.570 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-08-22T02:15:55.670Z[ recovery-image] Aug 22 02:15:53.580 INFO O| Aug 22 02:15:53.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
57692024-08-22T02:15:55.670Z[ recovery-image] Aug 22 02:15:53.580 INFO O| Aug 22 02:15:53.580 INFO STEP 622 (remove_files) COMPLETE
57702024-08-22T02:15:55.670Z[ recovery-image] Aug 22 02:15:53.580 INFO O| Aug 22 02:15:53.580 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-08-22T02:15:55.679Z[ recovery-image] Aug 22 02:15:53.589 INFO O| Aug 22 02:15:53.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
57722024-08-22T02:15:55.679Z[ recovery-image] Aug 22 02:15:53.589 INFO O| Aug 22 02:15:53.589 INFO STEP 623 (remove_files) COMPLETE
57732024-08-22T02:15:55.679Z[ recovery-image] Aug 22 02:15:53.589 INFO O| Aug 22 02:15:53.589 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-08-22T02:15:55.688Z[ recovery-image] Aug 22 02:15:53.598 INFO O| Aug 22 02:15:53.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
57752024-08-22T02:15:55.691Z[ recovery-image] Aug 22 02:15:53.599 INFO O| Aug 22 02:15:53.598 INFO STEP 624 (remove_files) COMPLETE
57762024-08-22T02:15:55.691Z[ recovery-image] Aug 22 02:15:53.599 INFO O| Aug 22 02:15:53.598 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-08-22T02:15:55.698Z[ recovery-image] Aug 22 02:15:53.608 INFO O| Aug 22 02:15:53.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
57782024-08-22T02:15:55.698Z[ recovery-image] Aug 22 02:15:53.608 INFO O| Aug 22 02:15:53.608 INFO STEP 625 (remove_files) COMPLETE
57792024-08-22T02:15:55.700Z[ recovery-image] Aug 22 02:15:53.608 INFO O| Aug 22 02:15:53.608 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-08-22T02:15:55.707Z[ recovery-image] Aug 22 02:15:53.617 INFO O| Aug 22 02:15:53.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
57812024-08-22T02:15:55.710Z[ recovery-image] Aug 22 02:15:53.618 INFO O| Aug 22 02:15:53.618 INFO STEP 626 (remove_files) COMPLETE
57822024-08-22T02:15:55.710Z[ recovery-image] Aug 22 02:15:53.618 INFO O| Aug 22 02:15:53.618 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-08-22T02:15:55.718Z[ recovery-image] Aug 22 02:15:53.627 INFO O| Aug 22 02:15:53.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
57842024-08-22T02:15:55.721Z[ recovery-image] Aug 22 02:15:53.627 INFO O| Aug 22 02:15:53.627 INFO STEP 627 (remove_files) COMPLETE
57852024-08-22T02:15:55.721Z[ recovery-image] Aug 22 02:15:53.627 INFO O| Aug 22 02:15:53.627 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-08-22T02:15:55.727Z[ recovery-image] Aug 22 02:15:53.637 INFO O| Aug 22 02:15:53.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
57872024-08-22T02:15:55.727Z[ recovery-image] Aug 22 02:15:53.637 INFO O| Aug 22 02:15:53.637 INFO STEP 628 (remove_files) COMPLETE
57882024-08-22T02:15:55.729Z[ recovery-image] Aug 22 02:15:53.637 INFO O| Aug 22 02:15:53.637 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-08-22T02:15:55.736Z[ recovery-image] Aug 22 02:15:53.646 INFO O| Aug 22 02:15:53.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
57902024-08-22T02:15:55.736Z[ recovery-image] Aug 22 02:15:53.646 INFO O| Aug 22 02:15:53.646 INFO STEP 629 (remove_files) COMPLETE
57912024-08-22T02:15:55.736Z[ recovery-image] Aug 22 02:15:53.646 INFO O| Aug 22 02:15:53.646 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-08-22T02:15:55.745Z[ recovery-image] Aug 22 02:15:53.655 INFO O| Aug 22 02:15:53.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
57932024-08-22T02:15:55.745Z[ recovery-image] Aug 22 02:15:53.655 INFO O| Aug 22 02:15:53.655 INFO STEP 630 (remove_files) COMPLETE
57942024-08-22T02:15:55.748Z[ recovery-image] Aug 22 02:15:53.655 INFO O| Aug 22 02:15:53.655 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-08-22T02:15:55.755Z[ recovery-image] Aug 22 02:15:53.665 INFO O| Aug 22 02:15:53.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
57962024-08-22T02:15:55.755Z[ recovery-image] Aug 22 02:15:53.665 INFO O| Aug 22 02:15:53.665 INFO STEP 631 (remove_files) COMPLETE
57972024-08-22T02:15:55.755Z[ recovery-image] Aug 22 02:15:53.665 INFO O| Aug 22 02:15:53.665 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-08-22T02:15:55.764Z[ recovery-image] Aug 22 02:15:53.675 INFO O| Aug 22 02:15:53.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
57992024-08-22T02:15:55.764Z[ recovery-image] Aug 22 02:15:53.675 INFO O| Aug 22 02:15:53.675 INFO STEP 632 (remove_files) COMPLETE
58002024-08-22T02:15:55.767Z[ recovery-image] Aug 22 02:15:53.675 INFO O| Aug 22 02:15:53.675 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-08-22T02:15:55.774Z[ recovery-image] Aug 22 02:15:53.684 INFO O| Aug 22 02:15:53.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
58022024-08-22T02:15:55.774Z[ recovery-image] Aug 22 02:15:53.684 INFO O| Aug 22 02:15:53.684 INFO STEP 633 (remove_files) COMPLETE
58032024-08-22T02:15:55.775Z[ recovery-image] Aug 22 02:15:53.684 INFO O| Aug 22 02:15:53.684 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-08-22T02:15:55.784Z[ recovery-image] Aug 22 02:15:53.694 INFO O| Aug 22 02:15:53.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
58052024-08-22T02:15:55.784Z[ recovery-image] Aug 22 02:15:53.694 INFO O| Aug 22 02:15:53.694 INFO STEP 634 (remove_files) COMPLETE
58062024-08-22T02:15:55.786Z[ recovery-image] Aug 22 02:15:53.694 INFO O| Aug 22 02:15:53.694 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-08-22T02:15:55.793Z[ recovery-image] Aug 22 02:15:53.703 INFO O| Aug 22 02:15:53.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
58082024-08-22T02:15:55.793Z[ recovery-image] Aug 22 02:15:53.703 INFO O| Aug 22 02:15:53.703 INFO STEP 635 (remove_files) COMPLETE
58092024-08-22T02:15:55.796Z[ recovery-image] Aug 22 02:15:53.703 INFO O| Aug 22 02:15:53.703 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-08-22T02:15:55.803Z[ recovery-image] Aug 22 02:15:53.713 INFO O| Aug 22 02:15:53.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
58112024-08-22T02:15:55.805Z[ recovery-image] Aug 22 02:15:53.713 INFO O| Aug 22 02:15:53.713 INFO STEP 636 (remove_files) COMPLETE
58122024-08-22T02:15:55.805Z[ recovery-image] Aug 22 02:15:53.713 INFO O| Aug 22 02:15:53.713 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-08-22T02:15:55.812Z[ recovery-image] Aug 22 02:15:53.722 INFO O| Aug 22 02:15:53.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
58142024-08-22T02:15:55.812Z[ recovery-image] Aug 22 02:15:53.722 INFO O| Aug 22 02:15:53.722 INFO STEP 637 (remove_files) COMPLETE
58152024-08-22T02:15:55.815Z[ recovery-image] Aug 22 02:15:53.722 INFO O| Aug 22 02:15:53.722 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-08-22T02:15:55.822Z[ recovery-image] Aug 22 02:15:53.732 INFO O| Aug 22 02:15:53.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
58172024-08-22T02:15:55.822Z[ recovery-image] Aug 22 02:15:53.732 INFO O| Aug 22 02:15:53.732 INFO STEP 638 (remove_files) COMPLETE
58182024-08-22T02:15:55.824Z[ recovery-image] Aug 22 02:15:53.732 INFO O| Aug 22 02:15:53.732 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-08-22T02:15:55.831Z[ recovery-image] Aug 22 02:15:53.741 INFO O| Aug 22 02:15:53.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
58202024-08-22T02:15:55.831Z[ recovery-image] Aug 22 02:15:53.741 INFO O| Aug 22 02:15:53.741 INFO STEP 639 (remove_files) COMPLETE
58212024-08-22T02:15:55.831Z[ recovery-image] Aug 22 02:15:53.741 INFO O| Aug 22 02:15:53.741 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-08-22T02:15:55.841Z[ recovery-image] Aug 22 02:15:53.751 INFO O| Aug 22 02:15:53.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
58232024-08-22T02:15:55.843Z[ recovery-image] Aug 22 02:15:53.751 INFO O| Aug 22 02:15:53.751 INFO STEP 640 (remove_files) COMPLETE
58242024-08-22T02:15:55.844Z[ recovery-image] Aug 22 02:15:53.751 INFO O| Aug 22 02:15:53.751 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-08-22T02:15:55.851Z[ recovery-image] Aug 22 02:15:53.761 INFO O| Aug 22 02:15:53.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
58262024-08-22T02:15:55.853Z[ recovery-image] Aug 22 02:15:53.761 INFO O| Aug 22 02:15:53.761 INFO STEP 641 (remove_files) COMPLETE
58272024-08-22T02:15:55.853Z[ recovery-image] Aug 22 02:15:53.761 INFO O| Aug 22 02:15:53.761 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-08-22T02:15:55.860Z[ recovery-image] Aug 22 02:15:53.770 INFO O| Aug 22 02:15:53.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
58292024-08-22T02:15:55.860Z[ recovery-image] Aug 22 02:15:53.770 INFO O| Aug 22 02:15:53.770 INFO STEP 642 (remove_files) COMPLETE
58302024-08-22T02:15:55.863Z[ recovery-image] Aug 22 02:15:53.770 INFO O| Aug 22 02:15:53.770 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-08-22T02:15:55.870Z[ recovery-image] Aug 22 02:15:53.780 INFO O| Aug 22 02:15:53.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
58322024-08-22T02:15:55.870Z[ recovery-image] Aug 22 02:15:53.780 INFO O| Aug 22 02:15:53.780 INFO STEP 643 (remove_files) COMPLETE
58332024-08-22T02:15:55.870Z[ recovery-image] Aug 22 02:15:53.780 INFO O| Aug 22 02:15:53.780 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-08-22T02:15:55.880Z[ recovery-image] Aug 22 02:15:53.789 INFO O| Aug 22 02:15:53.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
58352024-08-22T02:15:55.880Z[ recovery-image] Aug 22 02:15:53.789 INFO O| Aug 22 02:15:53.789 INFO STEP 644 (remove_files) COMPLETE
58362024-08-22T02:15:55.880Z[ recovery-image] Aug 22 02:15:53.789 INFO O| Aug 22 02:15:53.789 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-08-22T02:15:55.888Z[ recovery-image] Aug 22 02:15:53.799 INFO O| Aug 22 02:15:53.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
58382024-08-22T02:15:55.889Z[ recovery-image] Aug 22 02:15:53.799 INFO O| Aug 22 02:15:53.799 INFO STEP 645 (remove_files) COMPLETE
58392024-08-22T02:15:55.891Z[ recovery-image] Aug 22 02:15:53.799 INFO O| Aug 22 02:15:53.799 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-08-22T02:15:55.898Z[ recovery-image] Aug 22 02:15:53.808 INFO O| Aug 22 02:15:53.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
58412024-08-22T02:15:55.901Z[ recovery-image] Aug 22 02:15:53.808 INFO O| Aug 22 02:15:53.808 INFO STEP 646 (remove_files) COMPLETE
58422024-08-22T02:15:55.901Z[ recovery-image] Aug 22 02:15:53.808 INFO O| Aug 22 02:15:53.808 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-08-22T02:15:55.908Z[ recovery-image] Aug 22 02:15:53.818 INFO O| Aug 22 02:15:53.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
58442024-08-22T02:15:55.908Z[ recovery-image] Aug 22 02:15:53.818 INFO O| Aug 22 02:15:53.818 INFO STEP 647 (remove_files) COMPLETE
58452024-08-22T02:15:55.910Z[ recovery-image] Aug 22 02:15:53.818 INFO O| Aug 22 02:15:53.818 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-08-22T02:15:55.917Z[ recovery-image] Aug 22 02:15:53.827 INFO O| Aug 22 02:15:53.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
58472024-08-22T02:15:55.917Z[ recovery-image] Aug 22 02:15:53.827 INFO O| Aug 22 02:15:53.827 INFO STEP 648 (remove_files) COMPLETE
58482024-08-22T02:15:55.920Z[ recovery-image] Aug 22 02:15:53.827 INFO O| Aug 22 02:15:53.827 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-08-22T02:15:55.927Z[ recovery-image] Aug 22 02:15:53.837 INFO O| Aug 22 02:15:53.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
58502024-08-22T02:15:55.927Z[ recovery-image] Aug 22 02:15:53.837 INFO O| Aug 22 02:15:53.837 INFO STEP 649 (remove_files) COMPLETE
58512024-08-22T02:15:55.927Z[ recovery-image] Aug 22 02:15:53.837 INFO O| Aug 22 02:15:53.837 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-08-22T02:15:55.937Z[ recovery-image] Aug 22 02:15:53.847 INFO O| Aug 22 02:15:53.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
58532024-08-22T02:15:55.937Z[ recovery-image] Aug 22 02:15:53.847 INFO O| Aug 22 02:15:53.847 INFO STEP 650 (remove_files) COMPLETE
58542024-08-22T02:15:55.939Z[ recovery-image] Aug 22 02:15:53.847 INFO O| Aug 22 02:15:53.847 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-08-22T02:15:55.946Z[ recovery-image] Aug 22 02:15:53.856 INFO O| Aug 22 02:15:53.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
58562024-08-22T02:15:55.948Z[ recovery-image] Aug 22 02:15:53.856 INFO O| Aug 22 02:15:53.856 INFO STEP 651 (remove_files) COMPLETE
58572024-08-22T02:15:55.948Z[ recovery-image] Aug 22 02:15:53.856 INFO O| Aug 22 02:15:53.856 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-08-22T02:15:55.956Z[ recovery-image] Aug 22 02:15:53.866 INFO O| Aug 22 02:15:53.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
58592024-08-22T02:15:55.956Z[ recovery-image] Aug 22 02:15:53.866 INFO O| Aug 22 02:15:53.866 INFO STEP 652 (remove_files) COMPLETE
58602024-08-22T02:15:55.958Z[ recovery-image] Aug 22 02:15:53.866 INFO O| Aug 22 02:15:53.866 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-08-22T02:15:55.965Z[ recovery-image] Aug 22 02:15:53.875 INFO O| Aug 22 02:15:53.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
58622024-08-22T02:15:55.965Z[ recovery-image] Aug 22 02:15:53.875 INFO O| Aug 22 02:15:53.875 INFO STEP 653 (remove_files) COMPLETE
58632024-08-22T02:15:55.965Z[ recovery-image] Aug 22 02:15:53.875 INFO O| Aug 22 02:15:53.875 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-08-22T02:15:55.976Z[ recovery-image] Aug 22 02:15:53.885 INFO O| Aug 22 02:15:53.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
58652024-08-22T02:15:55.978Z[ recovery-image] Aug 22 02:15:53.885 INFO O| Aug 22 02:15:53.885 INFO STEP 654 (remove_files) COMPLETE
58662024-08-22T02:15:55.978Z[ recovery-image] Aug 22 02:15:53.885 INFO O| Aug 22 02:15:53.885 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-08-22T02:15:55.985Z[ recovery-image] Aug 22 02:15:53.895 INFO O| Aug 22 02:15:53.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
58682024-08-22T02:15:55.987Z[ recovery-image] Aug 22 02:15:53.895 INFO O| Aug 22 02:15:53.895 INFO STEP 655 (remove_files) COMPLETE
58692024-08-22T02:15:55.987Z[ recovery-image] Aug 22 02:15:53.895 INFO O| Aug 22 02:15:53.895 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-08-22T02:15:55.994Z[ recovery-image] Aug 22 02:15:53.905 INFO O| Aug 22 02:15:53.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
58712024-08-22T02:15:55.994Z[ recovery-image] Aug 22 02:15:53.905 INFO O| Aug 22 02:15:53.905 INFO STEP 656 (remove_files) COMPLETE
58722024-08-22T02:15:55.997Z[ recovery-image] Aug 22 02:15:53.905 INFO O| Aug 22 02:15:53.905 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-08-22T02:15:56.005Z[ recovery-image] Aug 22 02:15:53.914 INFO O| Aug 22 02:15:53.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
58742024-08-22T02:15:56.007Z[ recovery-image] Aug 22 02:15:53.914 INFO O| Aug 22 02:15:53.914 INFO STEP 657 (remove_files) COMPLETE
58752024-08-22T02:15:56.007Z[ recovery-image] Aug 22 02:15:53.914 INFO O| Aug 22 02:15:53.914 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-08-22T02:15:56.014Z[ recovery-image] Aug 22 02:15:53.924 INFO O| Aug 22 02:15:53.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
58772024-08-22T02:15:56.014Z[ recovery-image] Aug 22 02:15:53.924 INFO O| Aug 22 02:15:53.924 INFO STEP 658 (remove_files) COMPLETE
58782024-08-22T02:15:56.016Z[ recovery-image] Aug 22 02:15:53.924 INFO O| Aug 22 02:15:53.924 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-08-22T02:15:56.024Z[ recovery-image] Aug 22 02:15:53.934 INFO O| Aug 22 02:15:53.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
58802024-08-22T02:15:56.024Z[ recovery-image] Aug 22 02:15:53.934 INFO O| Aug 22 02:15:53.934 INFO STEP 659 (remove_files) COMPLETE
58812024-08-22T02:15:56.032Z[ recovery-image] Aug 22 02:15:53.934 INFO O| Aug 22 02:15:53.934 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-08-22T02:15:56.036Z[ recovery-image] Aug 22 02:15:53.946 INFO O| Aug 22 02:15:53.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
58832024-08-22T02:15:56.038Z[ recovery-image] Aug 22 02:15:53.946 INFO O| Aug 22 02:15:53.946 INFO STEP 660 (remove_files) COMPLETE
58842024-08-22T02:15:56.038Z[ recovery-image] Aug 22 02:15:53.946 INFO O| Aug 22 02:15:53.946 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-08-22T02:15:56.049Z[ host-image] Aug 22 02:15:53.959 INFO O| Aug 22 02:15:53.959 INFO O| Download: Completed 8.42 MB in 3.99 seconds (2.1M/s)
58862024-08-22T02:15:56.051Z[ recovery-image] Aug 22 02:15:53.959 INFO O| Aug 22 02:15:53.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
58872024-08-22T02:15:56.051Z[ recovery-image] Aug 22 02:15:53.959 INFO O| Aug 22 02:15:53.959 INFO STEP 661 (remove_files) COMPLETE
58882024-08-22T02:15:56.051Z[ recovery-image] Aug 22 02:15:53.959 INFO O| Aug 22 02:15:53.959 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-08-22T02:15:56.059Z[ recovery-image] Aug 22 02:15:53.969 INFO O| Aug 22 02:15:53.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
58902024-08-22T02:15:56.059Z[ recovery-image] Aug 22 02:15:53.969 INFO O| Aug 22 02:15:53.969 INFO STEP 662 (remove_files) COMPLETE
58912024-08-22T02:15:56.059Z[ recovery-image] Aug 22 02:15:53.969 INFO O| Aug 22 02:15:53.969 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-08-22T02:15:56.069Z[ recovery-image] Aug 22 02:15:53.979 INFO O| Aug 22 02:15:53.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
58932024-08-22T02:15:56.069Z[ recovery-image] Aug 22 02:15:53.979 INFO O| Aug 22 02:15:53.979 INFO STEP 663 (remove_files) COMPLETE
58942024-08-22T02:15:56.071Z[ recovery-image] Aug 22 02:15:53.979 INFO O| Aug 22 02:15:53.979 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-08-22T02:15:56.078Z[ recovery-image] Aug 22 02:15:53.989 INFO O| Aug 22 02:15:53.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
58962024-08-22T02:15:56.081Z[ recovery-image] Aug 22 02:15:53.989 INFO O| Aug 22 02:15:53.989 INFO STEP 664 (remove_files) COMPLETE
58972024-08-22T02:15:56.081Z[ recovery-image] Aug 22 02:15:53.989 INFO O| Aug 22 02:15:53.989 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-08-22T02:15:56.088Z[ recovery-image] Aug 22 02:15:53.998 INFO O| Aug 22 02:15:53.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
58992024-08-22T02:15:56.090Z[ recovery-image] Aug 22 02:15:53.998 INFO O| Aug 22 02:15:53.998 INFO STEP 665 (remove_files) COMPLETE
59002024-08-22T02:15:56.090Z[ recovery-image] Aug 22 02:15:53.998 INFO O| Aug 22 02:15:53.998 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-08-22T02:15:56.098Z[ recovery-image] Aug 22 02:15:54.008 INFO O| Aug 22 02:15:54.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
59022024-08-22T02:15:56.098Z[ recovery-image] Aug 22 02:15:54.008 INFO O| Aug 22 02:15:54.008 INFO STEP 666 (remove_files) COMPLETE
59032024-08-22T02:15:56.100Z[ recovery-image] Aug 22 02:15:54.008 INFO O| Aug 22 02:15:54.008 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-08-22T02:15:56.100Z[ host-image] Aug 22 02:15:54.010 INFO O| Aug 22 02:15:54.010 INFO O| Actions: 1/1361 actions (Installing new actions)
59052024-08-22T02:15:56.108Z[ recovery-image] Aug 22 02:15:54.018 INFO O| Aug 22 02:15:54.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
59062024-08-22T02:15:56.108Z[ recovery-image] Aug 22 02:15:54.018 INFO O| Aug 22 02:15:54.018 INFO STEP 667 (remove_files) COMPLETE
59072024-08-22T02:15:56.110Z[ recovery-image] Aug 22 02:15:54.018 INFO O| Aug 22 02:15:54.018 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-08-22T02:15:56.118Z[ recovery-image] Aug 22 02:15:54.027 INFO O| Aug 22 02:15:54.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
59092024-08-22T02:15:56.118Z[ recovery-image] Aug 22 02:15:54.027 INFO O| Aug 22 02:15:54.027 INFO STEP 668 (remove_files) COMPLETE
59102024-08-22T02:15:56.118Z[ recovery-image] Aug 22 02:15:54.027 INFO O| Aug 22 02:15:54.027 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-08-22T02:15:56.127Z[ recovery-image] Aug 22 02:15:54.037 INFO O| Aug 22 02:15:54.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
59122024-08-22T02:15:56.127Z[ recovery-image] Aug 22 02:15:54.037 INFO O| Aug 22 02:15:54.037 INFO STEP 669 (remove_files) COMPLETE
59132024-08-22T02:15:56.129Z[ recovery-image] Aug 22 02:15:54.037 INFO O| Aug 22 02:15:54.037 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-08-22T02:15:56.136Z[ recovery-image] Aug 22 02:15:54.046 INFO O| Aug 22 02:15:54.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
59152024-08-22T02:15:56.136Z[ recovery-image] Aug 22 02:15:54.046 INFO O| Aug 22 02:15:54.046 INFO STEP 670 (remove_files) COMPLETE
59162024-08-22T02:15:56.136Z[ recovery-image] Aug 22 02:15:54.046 INFO O| Aug 22 02:15:54.046 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-08-22T02:15:56.145Z[ recovery-image] Aug 22 02:15:54.055 INFO O| Aug 22 02:15:54.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
59182024-08-22T02:15:56.148Z[ recovery-image] Aug 22 02:15:54.055 INFO O| Aug 22 02:15:54.055 INFO STEP 671 (remove_files) COMPLETE
59192024-08-22T02:15:56.148Z[ recovery-image] Aug 22 02:15:54.056 INFO O| Aug 22 02:15:54.055 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-08-22T02:15:56.155Z[ recovery-image] Aug 22 02:15:54.065 INFO O| Aug 22 02:15:54.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
59212024-08-22T02:15:56.157Z[ recovery-image] Aug 22 02:15:54.065 INFO O| Aug 22 02:15:54.065 INFO STEP 672 (remove_files) COMPLETE
59222024-08-22T02:15:56.157Z[ recovery-image] Aug 22 02:15:54.065 INFO O| Aug 22 02:15:54.065 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-08-22T02:15:56.164Z[ recovery-image] Aug 22 02:15:54.074 INFO O| Aug 22 02:15:54.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
59242024-08-22T02:15:56.164Z[ recovery-image] Aug 22 02:15:54.074 INFO O| Aug 22 02:15:54.074 INFO STEP 673 (remove_files) COMPLETE
59252024-08-22T02:15:56.166Z[ recovery-image] Aug 22 02:15:54.074 INFO O| Aug 22 02:15:54.074 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-08-22T02:15:56.173Z[ recovery-image] Aug 22 02:15:54.084 INFO O| Aug 22 02:15:54.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
59272024-08-22T02:15:56.175Z[ recovery-image] Aug 22 02:15:54.084 INFO O| Aug 22 02:15:54.084 INFO STEP 674 (remove_files) COMPLETE
59282024-08-22T02:15:56.175Z[ recovery-image] Aug 22 02:15:54.084 INFO O| Aug 22 02:15:54.084 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-08-22T02:15:56.183Z[ recovery-image] Aug 22 02:15:54.093 INFO O| Aug 22 02:15:54.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
59302024-08-22T02:15:56.183Z[ recovery-image] Aug 22 02:15:54.093 INFO O| Aug 22 02:15:54.093 INFO STEP 675 (remove_files) COMPLETE
59312024-08-22T02:15:56.185Z[ recovery-image] Aug 22 02:15:54.093 INFO O| Aug 22 02:15:54.093 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-08-22T02:15:56.192Z[ recovery-image] Aug 22 02:15:54.103 INFO O| Aug 22 02:15:54.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
59332024-08-22T02:15:56.195Z[ recovery-image] Aug 22 02:15:54.103 INFO O| Aug 22 02:15:54.103 INFO STEP 676 (remove_files) COMPLETE
59342024-08-22T02:15:56.195Z[ recovery-image] Aug 22 02:15:54.103 INFO O| Aug 22 02:15:54.103 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-08-22T02:15:56.202Z[ recovery-image] Aug 22 02:15:54.112 INFO O| Aug 22 02:15:54.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
59362024-08-22T02:15:56.202Z[ recovery-image] Aug 22 02:15:54.112 INFO O| Aug 22 02:15:54.112 INFO STEP 677 (remove_files) COMPLETE
59372024-08-22T02:15:56.204Z[ recovery-image] Aug 22 02:15:54.112 INFO O| Aug 22 02:15:54.112 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-08-22T02:15:56.211Z[ recovery-image] Aug 22 02:15:54.122 INFO O| Aug 22 02:15:54.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
59392024-08-22T02:15:56.211Z[ recovery-image] Aug 22 02:15:54.122 INFO O| Aug 22 02:15:54.122 INFO STEP 678 (remove_files) COMPLETE
59402024-08-22T02:15:56.211Z[ recovery-image] Aug 22 02:15:54.122 INFO O| Aug 22 02:15:54.122 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-08-22T02:15:56.221Z[ recovery-image] Aug 22 02:15:54.131 INFO O| Aug 22 02:15:54.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
59422024-08-22T02:15:56.223Z[ recovery-image] Aug 22 02:15:54.131 INFO O| Aug 22 02:15:54.131 INFO STEP 679 (remove_files) COMPLETE
59432024-08-22T02:15:56.223Z[ recovery-image] Aug 22 02:15:54.131 INFO O| Aug 22 02:15:54.131 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-08-22T02:15:56.231Z[ recovery-image] Aug 22 02:15:54.141 INFO O| Aug 22 02:15:54.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
59452024-08-22T02:15:56.231Z[ recovery-image] Aug 22 02:15:54.141 INFO O| Aug 22 02:15:54.141 INFO STEP 680 (remove_files) COMPLETE
59462024-08-22T02:15:56.231Z[ recovery-image] Aug 22 02:15:54.141 INFO O| Aug 22 02:15:54.141 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-08-22T02:15:56.240Z[ recovery-image] Aug 22 02:15:54.150 INFO O| Aug 22 02:15:54.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
59482024-08-22T02:15:56.240Z[ recovery-image] Aug 22 02:15:54.151 INFO O| Aug 22 02:15:54.150 INFO STEP 681 (remove_files) COMPLETE
59492024-08-22T02:15:56.240Z[ recovery-image] Aug 22 02:15:54.151 INFO O| Aug 22 02:15:54.151 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-08-22T02:15:56.250Z[ recovery-image] Aug 22 02:15:54.160 INFO O| Aug 22 02:15:54.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
59512024-08-22T02:15:56.250Z[ recovery-image] Aug 22 02:15:54.160 INFO O| Aug 22 02:15:54.160 INFO STEP 682 (remove_files) COMPLETE
59522024-08-22T02:15:56.250Z[ recovery-image] Aug 22 02:15:54.160 INFO O| Aug 22 02:15:54.160 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-08-22T02:15:56.259Z[ recovery-image] Aug 22 02:15:54.170 INFO O| Aug 22 02:15:54.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
59542024-08-22T02:15:56.259Z[ recovery-image] Aug 22 02:15:54.170 INFO O| Aug 22 02:15:54.170 INFO STEP 683 (remove_files) COMPLETE
59552024-08-22T02:15:56.259Z[ recovery-image] Aug 22 02:15:54.170 INFO O| Aug 22 02:15:54.170 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-08-22T02:15:56.270Z[ recovery-image] Aug 22 02:15:54.180 INFO O| Aug 22 02:15:54.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
59572024-08-22T02:15:56.270Z[ recovery-image] Aug 22 02:15:54.180 INFO O| Aug 22 02:15:54.180 INFO STEP 684 (remove_files) COMPLETE
59582024-08-22T02:15:56.270Z[ recovery-image] Aug 22 02:15:54.180 INFO O| Aug 22 02:15:54.180 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-08-22T02:15:56.280Z[ recovery-image] Aug 22 02:15:54.190 INFO O| Aug 22 02:15:54.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
59602024-08-22T02:15:56.282Z[ recovery-image] Aug 22 02:15:54.190 INFO O| Aug 22 02:15:54.190 INFO STEP 685 (remove_files) COMPLETE
59612024-08-22T02:15:56.282Z[ recovery-image] Aug 22 02:15:54.190 INFO O| Aug 22 02:15:54.190 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-08-22T02:15:56.289Z[ recovery-image] Aug 22 02:15:54.199 INFO O| Aug 22 02:15:54.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
59632024-08-22T02:15:56.289Z[ recovery-image] Aug 22 02:15:54.199 INFO O| Aug 22 02:15:54.199 INFO STEP 686 (remove_files) COMPLETE
59642024-08-22T02:15:56.289Z[ recovery-image] Aug 22 02:15:54.199 INFO O| Aug 22 02:15:54.199 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-08-22T02:15:56.299Z[ recovery-image] Aug 22 02:15:54.209 INFO O| Aug 22 02:15:54.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
59662024-08-22T02:15:56.299Z[ recovery-image] Aug 22 02:15:54.209 INFO O| Aug 22 02:15:54.209 INFO STEP 687 (remove_files) COMPLETE
59672024-08-22T02:15:56.299Z[ recovery-image] Aug 22 02:15:54.209 INFO O| Aug 22 02:15:54.209 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-08-22T02:15:56.309Z[ recovery-image] Aug 22 02:15:54.219 INFO O| Aug 22 02:15:54.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
59692024-08-22T02:15:56.309Z[ recovery-image] Aug 22 02:15:54.219 INFO O| Aug 22 02:15:54.219 INFO STEP 688 (remove_files) COMPLETE
59702024-08-22T02:15:56.311Z[ recovery-image] Aug 22 02:15:54.219 INFO O| Aug 22 02:15:54.219 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-08-22T02:15:56.318Z[ recovery-image] Aug 22 02:15:54.228 INFO O| Aug 22 02:15:54.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
59722024-08-22T02:15:56.318Z[ recovery-image] Aug 22 02:15:54.228 INFO O| Aug 22 02:15:54.228 INFO STEP 689 (remove_files) COMPLETE
59732024-08-22T02:15:56.318Z[ recovery-image] Aug 22 02:15:54.228 INFO O| Aug 22 02:15:54.228 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-08-22T02:15:56.327Z[ recovery-image] Aug 22 02:15:54.238 INFO O| Aug 22 02:15:54.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
59752024-08-22T02:15:56.327Z[ recovery-image] Aug 22 02:15:54.238 INFO O| Aug 22 02:15:54.238 INFO STEP 690 (remove_files) COMPLETE
59762024-08-22T02:15:56.327Z[ recovery-image] Aug 22 02:15:54.238 INFO O| Aug 22 02:15:54.238 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-08-22T02:15:56.337Z[ recovery-image] Aug 22 02:15:54.247 INFO O| Aug 22 02:15:54.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
59782024-08-22T02:15:56.337Z[ recovery-image] Aug 22 02:15:54.247 INFO O| Aug 22 02:15:54.247 INFO STEP 691 (remove_files) COMPLETE
59792024-08-22T02:15:56.339Z[ recovery-image] Aug 22 02:15:54.247 INFO O| Aug 22 02:15:54.247 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-08-22T02:15:56.347Z[ recovery-image] Aug 22 02:15:54.257 INFO O| Aug 22 02:15:54.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
59812024-08-22T02:15:56.347Z[ recovery-image] Aug 22 02:15:54.257 INFO O| Aug 22 02:15:54.257 INFO STEP 692 (remove_files) COMPLETE
59822024-08-22T02:15:56.347Z[ recovery-image] Aug 22 02:15:54.257 INFO O| Aug 22 02:15:54.257 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-08-22T02:15:56.356Z[ recovery-image] Aug 22 02:15:54.266 INFO O| Aug 22 02:15:54.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
59842024-08-22T02:15:56.358Z[ recovery-image] Aug 22 02:15:54.266 INFO O| Aug 22 02:15:54.266 INFO STEP 693 (remove_files) COMPLETE
59852024-08-22T02:15:56.358Z[ recovery-image] Aug 22 02:15:54.266 INFO O| Aug 22 02:15:54.266 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-08-22T02:15:56.366Z[ recovery-image] Aug 22 02:15:54.276 INFO O| Aug 22 02:15:54.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
59872024-08-22T02:15:56.368Z[ recovery-image] Aug 22 02:15:54.276 INFO O| Aug 22 02:15:54.276 INFO STEP 694 (remove_files) COMPLETE
59882024-08-22T02:15:56.368Z[ recovery-image] Aug 22 02:15:54.276 INFO O| Aug 22 02:15:54.276 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-08-22T02:15:56.375Z[ recovery-image] Aug 22 02:15:54.286 INFO O| Aug 22 02:15:54.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
59902024-08-22T02:15:56.375Z[ recovery-image] Aug 22 02:15:54.286 INFO O| Aug 22 02:15:54.286 INFO STEP 695 (remove_files) COMPLETE
59912024-08-22T02:15:56.378Z[ recovery-image] Aug 22 02:15:54.286 INFO O| Aug 22 02:15:54.286 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-08-22T02:15:56.385Z[ recovery-image] Aug 22 02:15:54.295 INFO O| Aug 22 02:15:54.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
59932024-08-22T02:15:56.385Z[ recovery-image] Aug 22 02:15:54.295 INFO O| Aug 22 02:15:54.295 INFO STEP 696 (remove_files) COMPLETE
59942024-08-22T02:15:56.387Z[ recovery-image] Aug 22 02:15:54.295 INFO O| Aug 22 02:15:54.295 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-08-22T02:15:56.395Z[ recovery-image] Aug 22 02:15:54.305 INFO O| Aug 22 02:15:54.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
59962024-08-22T02:15:56.395Z[ recovery-image] Aug 22 02:15:54.305 INFO O| Aug 22 02:15:54.305 INFO STEP 697 (remove_files) COMPLETE
59972024-08-22T02:15:56.395Z[ recovery-image] Aug 22 02:15:54.305 INFO O| Aug 22 02:15:54.305 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-08-22T02:15:56.404Z[ recovery-image] Aug 22 02:15:54.314 INFO O| Aug 22 02:15:54.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
59992024-08-22T02:15:56.404Z[ recovery-image] Aug 22 02:15:54.315 INFO O| Aug 22 02:15:54.315 INFO STEP 698 (remove_files) COMPLETE
60002024-08-22T02:15:56.407Z[ recovery-image] Aug 22 02:15:54.315 INFO O| Aug 22 02:15:54.315 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-08-22T02:15:56.414Z[ recovery-image] Aug 22 02:15:54.324 INFO O| Aug 22 02:15:54.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
60022024-08-22T02:15:56.414Z[ recovery-image] Aug 22 02:15:54.324 INFO O| Aug 22 02:15:54.324 INFO STEP 699 (remove_files) COMPLETE
60032024-08-22T02:15:56.416Z[ recovery-image] Aug 22 02:15:54.324 INFO O| Aug 22 02:15:54.324 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-08-22T02:15:56.425Z[ recovery-image] Aug 22 02:15:54.336 INFO O| Aug 22 02:15:54.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
60052024-08-22T02:15:56.428Z[ recovery-image] Aug 22 02:15:54.336 INFO O| Aug 22 02:15:54.336 INFO STEP 700 (remove_files) COMPLETE
60062024-08-22T02:15:56.428Z[ recovery-image] Aug 22 02:15:54.336 INFO O| Aug 22 02:15:54.336 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-08-22T02:15:56.435Z[ recovery-image] Aug 22 02:15:54.346 INFO O| Aug 22 02:15:54.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
60082024-08-22T02:15:56.435Z[ recovery-image] Aug 22 02:15:54.346 INFO O| Aug 22 02:15:54.346 INFO STEP 701 (remove_files) COMPLETE
60092024-08-22T02:15:56.435Z[ recovery-image] Aug 22 02:15:54.346 INFO O| Aug 22 02:15:54.346 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-08-22T02:15:56.445Z[ recovery-image] Aug 22 02:15:54.355 INFO O| Aug 22 02:15:54.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
60112024-08-22T02:15:56.445Z[ recovery-image] Aug 22 02:15:54.355 INFO O| Aug 22 02:15:54.355 INFO STEP 702 (remove_files) COMPLETE
60122024-08-22T02:15:56.445Z[ recovery-image] Aug 22 02:15:54.355 INFO O| Aug 22 02:15:54.355 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-08-22T02:15:56.455Z[ recovery-image] Aug 22 02:15:54.365 INFO O| Aug 22 02:15:54.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
60142024-08-22T02:15:56.455Z[ recovery-image] Aug 22 02:15:54.365 INFO O| Aug 22 02:15:54.365 INFO STEP 703 (remove_files) COMPLETE
60152024-08-22T02:15:56.457Z[ recovery-image] Aug 22 02:15:54.365 INFO O| Aug 22 02:15:54.365 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-08-22T02:15:56.464Z[ recovery-image] Aug 22 02:15:54.375 INFO O| Aug 22 02:15:54.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
60172024-08-22T02:15:56.464Z[ recovery-image] Aug 22 02:15:54.375 INFO O| Aug 22 02:15:54.375 INFO STEP 704 (remove_files) COMPLETE
60182024-08-22T02:15:56.464Z[ recovery-image] Aug 22 02:15:54.375 INFO O| Aug 22 02:15:54.375 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-08-22T02:15:56.474Z[ recovery-image] Aug 22 02:15:54.384 INFO O| Aug 22 02:15:54.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
60202024-08-22T02:15:56.477Z[ recovery-image] Aug 22 02:15:54.384 INFO O| Aug 22 02:15:54.384 INFO STEP 705 (remove_files) COMPLETE
60212024-08-22T02:15:56.477Z[ recovery-image] Aug 22 02:15:54.385 INFO O| Aug 22 02:15:54.384 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-08-22T02:15:56.484Z[ recovery-image] Aug 22 02:15:54.394 INFO O| Aug 22 02:15:54.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
60232024-08-22T02:15:56.484Z[ recovery-image] Aug 22 02:15:54.394 INFO O| Aug 22 02:15:54.394 INFO STEP 706 (remove_files) COMPLETE
60242024-08-22T02:15:56.486Z[ recovery-image] Aug 22 02:15:54.394 INFO O| Aug 22 02:15:54.394 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-08-22T02:15:56.493Z[ recovery-image] Aug 22 02:15:54.404 INFO O| Aug 22 02:15:54.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
60262024-08-22T02:15:56.493Z[ recovery-image] Aug 22 02:15:54.404 INFO O| Aug 22 02:15:54.404 INFO STEP 707 (remove_files) COMPLETE
60272024-08-22T02:15:56.493Z[ recovery-image] Aug 22 02:15:54.404 INFO O| Aug 22 02:15:54.404 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-08-22T02:15:56.503Z[ recovery-image] Aug 22 02:15:54.413 INFO O| Aug 22 02:15:54.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
60292024-08-22T02:15:56.505Z[ recovery-image] Aug 22 02:15:54.413 INFO O| Aug 22 02:15:54.413 INFO STEP 708 (remove_files) COMPLETE
60302024-08-22T02:15:56.505Z[ recovery-image] Aug 22 02:15:54.413 INFO O| Aug 22 02:15:54.413 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-08-22T02:15:56.512Z[ recovery-image] Aug 22 02:15:54.423 INFO O| Aug 22 02:15:54.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
60322024-08-22T02:15:56.515Z[ recovery-image] Aug 22 02:15:54.423 INFO O| Aug 22 02:15:54.423 INFO STEP 709 (remove_files) COMPLETE
60332024-08-22T02:15:56.515Z[ recovery-image] Aug 22 02:15:54.423 INFO O| Aug 22 02:15:54.423 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-08-22T02:15:56.522Z[ host-image] Aug 22 02:15:54.432 INFO O| Aug 22 02:15:54.432 INFO O| Actions: Completed 1361 actions in 0.42 seconds.
60352024-08-22T02:15:56.524Z[ recovery-image] Aug 22 02:15:54.432 INFO O| Aug 22 02:15:54.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
60362024-08-22T02:15:56.524Z[ recovery-image] Aug 22 02:15:54.432 INFO O| Aug 22 02:15:54.432 INFO STEP 710 (remove_files) COMPLETE
60372024-08-22T02:15:56.524Z[ recovery-image] Aug 22 02:15:54.432 INFO O| Aug 22 02:15:54.432 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-08-22T02:15:56.532Z[ recovery-image] Aug 22 02:15:54.442 INFO O| Aug 22 02:15:54.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
60392024-08-22T02:15:56.532Z[ recovery-image] Aug 22 02:15:54.442 INFO O| Aug 22 02:15:54.442 INFO STEP 711 (remove_files) COMPLETE
60402024-08-22T02:15:56.532Z[ recovery-image] Aug 22 02:15:54.442 INFO O| Aug 22 02:15:54.442 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-08-22T02:15:56.541Z[ recovery-image] Aug 22 02:15:54.452 INFO O| Aug 22 02:15:54.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
60422024-08-22T02:15:56.541Z[ recovery-image] Aug 22 02:15:54.452 INFO O| Aug 22 02:15:54.452 INFO STEP 712 (remove_files) COMPLETE
60432024-08-22T02:15:56.544Z[ recovery-image] Aug 22 02:15:54.452 INFO O| Aug 22 02:15:54.452 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-08-22T02:15:56.551Z[ recovery-image] Aug 22 02:15:54.461 INFO O| Aug 22 02:15:54.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
60452024-08-22T02:15:56.551Z[ recovery-image] Aug 22 02:15:54.461 INFO O| Aug 22 02:15:54.461 INFO STEP 713 (remove_files) COMPLETE
60462024-08-22T02:15:56.553Z[ recovery-image] Aug 22 02:15:54.461 INFO O| Aug 22 02:15:54.461 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-08-22T02:15:56.561Z[ recovery-image] Aug 22 02:15:54.471 INFO O| Aug 22 02:15:54.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
60482024-08-22T02:15:56.561Z[ recovery-image] Aug 22 02:15:54.471 INFO O| Aug 22 02:15:54.471 INFO STEP 714 (remove_files) COMPLETE
60492024-08-22T02:15:56.564Z[ recovery-image] Aug 22 02:15:54.471 INFO O| Aug 22 02:15:54.471 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-08-22T02:15:56.571Z[ recovery-image] Aug 22 02:15:54.481 INFO O| Aug 22 02:15:54.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
60512024-08-22T02:15:56.571Z[ recovery-image] Aug 22 02:15:54.481 INFO O| Aug 22 02:15:54.481 INFO STEP 715 (remove_files) COMPLETE
60522024-08-22T02:15:56.573Z[ recovery-image] Aug 22 02:15:54.481 INFO O| Aug 22 02:15:54.481 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-08-22T02:15:56.581Z[ recovery-image] Aug 22 02:15:54.491 INFO O| Aug 22 02:15:54.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
60542024-08-22T02:15:56.581Z[ recovery-image] Aug 22 02:15:54.491 INFO O| Aug 22 02:15:54.491 INFO STEP 716 (remove_files) COMPLETE
60552024-08-22T02:15:56.583Z[ recovery-image] Aug 22 02:15:54.491 INFO O| Aug 22 02:15:54.491 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-08-22T02:15:56.590Z[ recovery-image] Aug 22 02:15:54.501 INFO O| Aug 22 02:15:54.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
60572024-08-22T02:15:56.592Z[ recovery-image] Aug 22 02:15:54.501 INFO O| Aug 22 02:15:54.501 INFO STEP 717 (remove_files) COMPLETE
60582024-08-22T02:15:56.592Z[ recovery-image] Aug 22 02:15:54.501 INFO O| Aug 22 02:15:54.501 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-08-22T02:15:56.600Z[ recovery-image] Aug 22 02:15:54.510 INFO O| Aug 22 02:15:54.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
60602024-08-22T02:15:56.602Z[ recovery-image] Aug 22 02:15:54.510 INFO O| Aug 22 02:15:54.510 INFO STEP 718 (remove_files) COMPLETE
60612024-08-22T02:15:56.602Z[ recovery-image] Aug 22 02:15:54.511 INFO O| Aug 22 02:15:54.510 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-08-22T02:15:56.610Z[ recovery-image] Aug 22 02:15:54.520 INFO O| Aug 22 02:15:54.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
60632024-08-22T02:15:56.612Z[ recovery-image] Aug 22 02:15:54.520 INFO O| Aug 22 02:15:54.520 INFO STEP 719 (remove_files) COMPLETE
60642024-08-22T02:15:56.612Z[ recovery-image] Aug 22 02:15:54.520 INFO O| Aug 22 02:15:54.520 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-08-22T02:15:56.619Z[ recovery-image] Aug 22 02:15:54.530 INFO O| Aug 22 02:15:54.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
60662024-08-22T02:15:56.620Z[ recovery-image] Aug 22 02:15:54.530 INFO O| Aug 22 02:15:54.530 INFO STEP 720 (remove_files) COMPLETE
60672024-08-22T02:15:56.622Z[ recovery-image] Aug 22 02:15:54.530 INFO O| Aug 22 02:15:54.530 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-08-22T02:15:56.629Z[ recovery-image] Aug 22 02:15:54.540 INFO O| Aug 22 02:15:54.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
60692024-08-22T02:15:56.631Z[ recovery-image] Aug 22 02:15:54.540 INFO O| Aug 22 02:15:54.540 INFO STEP 721 (remove_files) COMPLETE
60702024-08-22T02:15:56.631Z[ recovery-image] Aug 22 02:15:54.540 INFO O| Aug 22 02:15:54.540 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-08-22T02:15:56.639Z[ recovery-image] Aug 22 02:15:54.549 INFO O| Aug 22 02:15:54.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
60722024-08-22T02:15:56.639Z[ recovery-image] Aug 22 02:15:54.549 INFO O| Aug 22 02:15:54.549 INFO STEP 722 (remove_files) COMPLETE
60732024-08-22T02:15:56.641Z[ recovery-image] Aug 22 02:15:54.549 INFO O| Aug 22 02:15:54.549 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-08-22T02:15:56.649Z[ recovery-image] Aug 22 02:15:54.559 INFO O| Aug 22 02:15:54.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
60752024-08-22T02:15:56.651Z[ recovery-image] Aug 22 02:15:54.559 INFO O| Aug 22 02:15:54.559 INFO STEP 723 (remove_files) COMPLETE
60762024-08-22T02:15:56.651Z[ recovery-image] Aug 22 02:15:54.559 INFO O| Aug 22 02:15:54.559 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-08-22T02:15:56.659Z[ recovery-image] Aug 22 02:15:54.569 INFO O| Aug 22 02:15:54.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
60782024-08-22T02:15:56.659Z[ recovery-image] Aug 22 02:15:54.569 INFO O| Aug 22 02:15:54.569 INFO STEP 724 (remove_files) COMPLETE
60792024-08-22T02:15:56.659Z[ recovery-image] Aug 22 02:15:54.569 INFO O| Aug 22 02:15:54.569 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-08-22T02:15:56.671Z[ recovery-image] Aug 22 02:15:54.581 INFO O| Aug 22 02:15:54.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
60812024-08-22T02:15:56.671Z[ recovery-image] Aug 22 02:15:54.581 INFO O| Aug 22 02:15:54.581 INFO STEP 725 (remove_files) COMPLETE
60822024-08-22T02:15:56.673Z[ recovery-image] Aug 22 02:15:54.581 INFO O| Aug 22 02:15:54.581 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-08-22T02:15:56.681Z[ recovery-image] Aug 22 02:15:54.591 INFO O| Aug 22 02:15:54.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
60842024-08-22T02:15:56.681Z[ recovery-image] Aug 22 02:15:54.591 INFO O| Aug 22 02:15:54.591 INFO STEP 726 (remove_files) COMPLETE
60852024-08-22T02:15:56.681Z[ recovery-image] Aug 22 02:15:54.591 INFO O| Aug 22 02:15:54.591 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-08-22T02:15:56.691Z[ recovery-image] Aug 22 02:15:54.601 INFO O| Aug 22 02:15:54.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
60872024-08-22T02:15:56.693Z[ recovery-image] Aug 22 02:15:54.601 INFO O| Aug 22 02:15:54.601 INFO STEP 727 (remove_files) COMPLETE
60882024-08-22T02:15:56.693Z[ recovery-image] Aug 22 02:15:54.601 INFO O| Aug 22 02:15:54.601 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-08-22T02:15:56.700Z[ recovery-image] Aug 22 02:15:54.611 INFO O| Aug 22 02:15:54.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
60902024-08-22T02:15:56.701Z[ recovery-image] Aug 22 02:15:54.611 INFO O| Aug 22 02:15:54.611 INFO STEP 728 (remove_files) COMPLETE
60912024-08-22T02:15:56.701Z[ recovery-image] Aug 22 02:15:54.611 INFO O| Aug 22 02:15:54.611 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-08-22T02:15:56.711Z[ recovery-image] Aug 22 02:15:54.621 INFO O| Aug 22 02:15:54.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
60932024-08-22T02:15:56.713Z[ recovery-image] Aug 22 02:15:54.621 INFO O| Aug 22 02:15:54.621 INFO STEP 729 (remove_files) COMPLETE
60942024-08-22T02:15:56.713Z[ recovery-image] Aug 22 02:15:54.621 INFO O| Aug 22 02:15:54.621 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-08-22T02:15:56.721Z[ recovery-image] Aug 22 02:15:54.631 INFO O| Aug 22 02:15:54.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
60962024-08-22T02:15:56.723Z[ recovery-image] Aug 22 02:15:54.631 INFO O| Aug 22 02:15:54.631 INFO STEP 730 (remove_files) COMPLETE
60972024-08-22T02:15:56.723Z[ recovery-image] Aug 22 02:15:54.631 INFO O| Aug 22 02:15:54.631 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-08-22T02:15:56.731Z[ recovery-image] Aug 22 02:15:54.641 INFO O| Aug 22 02:15:54.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
60992024-08-22T02:15:56.731Z[ recovery-image] Aug 22 02:15:54.641 INFO O| Aug 22 02:15:54.641 INFO STEP 731 (remove_files) COMPLETE
61002024-08-22T02:15:56.733Z[ recovery-image] Aug 22 02:15:54.641 INFO O| Aug 22 02:15:54.641 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-08-22T02:15:56.741Z[ recovery-image] Aug 22 02:15:54.651 INFO O| Aug 22 02:15:54.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
61022024-08-22T02:15:56.741Z[ recovery-image] Aug 22 02:15:54.651 INFO O| Aug 22 02:15:54.651 INFO STEP 732 (remove_files) COMPLETE
61032024-08-22T02:15:56.741Z[ recovery-image] Aug 22 02:15:54.651 INFO O| Aug 22 02:15:54.651 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-08-22T02:15:56.751Z[ recovery-image] Aug 22 02:15:54.661 INFO O| Aug 22 02:15:54.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
61052024-08-22T02:15:56.751Z[ recovery-image] Aug 22 02:15:54.662 INFO O| Aug 22 02:15:54.662 INFO STEP 733 (remove_files) COMPLETE
61062024-08-22T02:15:56.751Z[ recovery-image] Aug 22 02:15:54.662 INFO O| Aug 22 02:15:54.662 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-08-22T02:15:56.757Z[ host-image] Aug 22 02:15:54.668 INFO O| Aug 22 02:15:54.668 INFO O| Done
61082024-08-22T02:15:56.759Z[ host-image] Aug 22 02:15:54.668 INFO O| Aug 22 02:15:54.668 INFO O| Done
61092024-08-22T02:15:56.762Z[ recovery-image] Aug 22 02:15:54.672 INFO O| Aug 22 02:15:54.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
61102024-08-22T02:15:56.762Z[ recovery-image] Aug 22 02:15:54.672 INFO O| Aug 22 02:15:54.672 INFO STEP 734 (remove_files) COMPLETE
61112024-08-22T02:15:56.762Z[ recovery-image] Aug 22 02:15:54.672 INFO O| Aug 22 02:15:54.672 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-08-22T02:15:56.772Z[ recovery-image] Aug 22 02:15:54.682 INFO O| Aug 22 02:15:54.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
61132024-08-22T02:15:56.774Z[ recovery-image] Aug 22 02:15:54.682 INFO O| Aug 22 02:15:54.682 INFO STEP 735 (remove_files) COMPLETE
61142024-08-22T02:15:56.774Z[ recovery-image] Aug 22 02:15:54.682 INFO O| Aug 22 02:15:54.682 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-08-22T02:15:56.782Z[ recovery-image] Aug 22 02:15:54.692 INFO O| Aug 22 02:15:54.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
61162024-08-22T02:15:56.784Z[ recovery-image] Aug 22 02:15:54.692 INFO O| Aug 22 02:15:54.692 INFO STEP 736 (remove_files) COMPLETE
61172024-08-22T02:15:56.784Z[ recovery-image] Aug 22 02:15:54.692 INFO O| Aug 22 02:15:54.692 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-08-22T02:15:56.791Z[ recovery-image] Aug 22 02:15:54.702 INFO O| Aug 22 02:15:54.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
61192024-08-22T02:15:56.792Z[ recovery-image] Aug 22 02:15:54.702 INFO O| Aug 22 02:15:54.702 INFO STEP 737 (remove_files) COMPLETE
61202024-08-22T02:15:56.792Z[ recovery-image] Aug 22 02:15:54.702 INFO O| Aug 22 02:15:54.702 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-08-22T02:15:56.801Z[ recovery-image] Aug 22 02:15:54.711 INFO O| Aug 22 02:15:54.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
61222024-08-22T02:15:56.801Z[ recovery-image] Aug 22 02:15:54.711 INFO O| Aug 22 02:15:54.711 INFO STEP 738 (remove_files) COMPLETE
61232024-08-22T02:15:56.804Z[ recovery-image] Aug 22 02:15:54.711 INFO O| Aug 22 02:15:54.711 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-08-22T02:15:56.811Z[ recovery-image] Aug 22 02:15:54.721 INFO O| Aug 22 02:15:54.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
61252024-08-22T02:15:56.813Z[ recovery-image] Aug 22 02:15:54.721 INFO O| Aug 22 02:15:54.721 INFO STEP 739 (remove_files) COMPLETE
61262024-08-22T02:15:56.813Z[ recovery-image] Aug 22 02:15:54.721 INFO O| Aug 22 02:15:54.721 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-08-22T02:15:57.823Z[ recovery-image] Aug 22 02:15:54.730 INFO O| Aug 22 02:15:54.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
61282024-08-22T02:15:57.828Z[ recovery-image] Aug 22 02:15:54.730 INFO O| Aug 22 02:15:54.730 INFO STEP 740 (remove_files) COMPLETE
61292024-08-22T02:15:57.828Z[ recovery-image] Aug 22 02:15:54.730 INFO O| Aug 22 02:15:54.730 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-08-22T02:15:57.828Z[ recovery-image] Aug 22 02:15:54.740 INFO O| Aug 22 02:15:54.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
61312024-08-22T02:15:57.828Z[ recovery-image] Aug 22 02:15:54.740 INFO O| Aug 22 02:15:54.740 INFO STEP 741 (remove_files) COMPLETE
61322024-08-22T02:15:57.828Z[ recovery-image] Aug 22 02:15:54.740 INFO O| Aug 22 02:15:54.740 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-08-22T02:15:57.829Z[ recovery-image] Aug 22 02:15:54.749 INFO O| Aug 22 02:15:54.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
61342024-08-22T02:15:57.829Z[ recovery-image] Aug 22 02:15:54.749 INFO O| Aug 22 02:15:54.749 INFO STEP 742 (remove_files) COMPLETE
61352024-08-22T02:15:57.829Z[ recovery-image] Aug 22 02:15:54.749 INFO O| Aug 22 02:15:54.749 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-08-22T02:15:57.829Z[ recovery-image] Aug 22 02:15:54.759 INFO O| Aug 22 02:15:54.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
61372024-08-22T02:15:57.829Z[ recovery-image] Aug 22 02:15:54.759 INFO O| Aug 22 02:15:54.759 INFO STEP 743 (remove_files) COMPLETE
61382024-08-22T02:15:57.829Z[ recovery-image] Aug 22 02:15:54.759 INFO O| Aug 22 02:15:54.759 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-08-22T02:15:57.829Z[ recovery-image] Aug 22 02:15:54.768 INFO O| Aug 22 02:15:54.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
61402024-08-22T02:15:57.829Z[ recovery-image] Aug 22 02:15:54.768 INFO O| Aug 22 02:15:54.768 INFO STEP 744 (remove_files) COMPLETE
61412024-08-22T02:15:57.829Z[ recovery-image] Aug 22 02:15:54.768 INFO O| Aug 22 02:15:54.768 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-08-22T02:15:57.829Z[ recovery-image] Aug 22 02:15:54.777 INFO O| Aug 22 02:15:54.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
61432024-08-22T02:15:57.829Z[ recovery-image] Aug 22 02:15:54.777 INFO O| Aug 22 02:15:54.777 INFO STEP 745 (remove_files) COMPLETE
61442024-08-22T02:15:57.829Z[ recovery-image] Aug 22 02:15:54.778 INFO O| Aug 22 02:15:54.777 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-08-22T02:15:57.829Z[ recovery-image] Aug 22 02:15:54.787 INFO O| Aug 22 02:15:54.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
61462024-08-22T02:15:57.829Z[ recovery-image] Aug 22 02:15:54.787 INFO O| Aug 22 02:15:54.787 INFO STEP 746 (remove_files) COMPLETE
61472024-08-22T02:15:57.829Z[ recovery-image] Aug 22 02:15:54.787 INFO O| Aug 22 02:15:54.787 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-08-22T02:15:57.829Z[ recovery-image] Aug 22 02:15:54.796 INFO O| Aug 22 02:15:54.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
61492024-08-22T02:15:57.829Z[ recovery-image] Aug 22 02:15:54.796 INFO O| Aug 22 02:15:54.796 INFO STEP 747 (remove_files) COMPLETE
61502024-08-22T02:15:57.830Z[ recovery-image] Aug 22 02:15:54.796 INFO O| Aug 22 02:15:54.796 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-08-22T02:15:57.830Z[ recovery-image] Aug 22 02:15:54.805 INFO O| Aug 22 02:15:54.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
61522024-08-22T02:15:57.830Z[ recovery-image] Aug 22 02:15:54.806 INFO O| Aug 22 02:15:54.806 INFO STEP 748 (remove_files) COMPLETE
61532024-08-22T02:15:57.830Z[ recovery-image] Aug 22 02:15:54.806 INFO O| Aug 22 02:15:54.806 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-08-22T02:15:57.830Z[ recovery-image] Aug 22 02:15:54.815 INFO O| Aug 22 02:15:54.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
61552024-08-22T02:15:57.830Z[ recovery-image] Aug 22 02:15:54.815 INFO O| Aug 22 02:15:54.815 INFO STEP 749 (remove_files) COMPLETE
61562024-08-22T02:15:57.830Z[ recovery-image] Aug 22 02:15:54.815 INFO O| Aug 22 02:15:54.815 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-08-22T02:15:57.830Z[ recovery-image] Aug 22 02:15:54.824 INFO O| Aug 22 02:15:54.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
61582024-08-22T02:15:57.830Z[ recovery-image] Aug 22 02:15:54.824 INFO O| Aug 22 02:15:54.824 INFO STEP 750 (remove_files) COMPLETE
61592024-08-22T02:15:57.830Z[ recovery-image] Aug 22 02:15:54.824 INFO O| Aug 22 02:15:54.824 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-08-22T02:15:57.830Z[ recovery-image] Aug 22 02:15:54.834 INFO O| Aug 22 02:15:54.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
61612024-08-22T02:15:57.830Z[ recovery-image] Aug 22 02:15:54.834 INFO O| Aug 22 02:15:54.834 INFO STEP 751 (remove_files) COMPLETE
61622024-08-22T02:15:57.830Z[ recovery-image] Aug 22 02:15:54.834 INFO O| Aug 22 02:15:54.834 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-08-22T02:15:57.830Z[ recovery-image] Aug 22 02:15:54.843 INFO O| Aug 22 02:15:54.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
61642024-08-22T02:15:57.830Z[ recovery-image] Aug 22 02:15:54.843 INFO O| Aug 22 02:15:54.843 INFO STEP 752 (remove_files) COMPLETE
61652024-08-22T02:15:57.830Z[ recovery-image] Aug 22 02:15:54.843 INFO O| Aug 22 02:15:54.843 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-08-22T02:15:57.830Z[ recovery-image] Aug 22 02:15:54.852 INFO O| Aug 22 02:15:54.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
61672024-08-22T02:15:57.831Z[ recovery-image] Aug 22 02:15:54.852 INFO O| Aug 22 02:15:54.852 INFO STEP 753 (remove_files) COMPLETE
61682024-08-22T02:15:57.831Z[ recovery-image] Aug 22 02:15:54.852 INFO O| Aug 22 02:15:54.852 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-08-22T02:15:57.831Z[ recovery-image] Aug 22 02:15:54.862 INFO O| Aug 22 02:15:54.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
61702024-08-22T02:15:57.831Z[ recovery-image] Aug 22 02:15:54.862 INFO O| Aug 22 02:15:54.862 INFO STEP 754 (remove_files) COMPLETE
61712024-08-22T02:15:57.831Z[ recovery-image] Aug 22 02:15:54.862 INFO O| Aug 22 02:15:54.862 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-08-22T02:15:57.831Z[ recovery-image] Aug 22 02:15:54.871 INFO O| Aug 22 02:15:54.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
61732024-08-22T02:15:57.831Z[ recovery-image] Aug 22 02:15:54.871 INFO O| Aug 22 02:15:54.871 INFO STEP 755 (remove_files) COMPLETE
61742024-08-22T02:15:57.831Z[ recovery-image] Aug 22 02:15:54.871 INFO O| Aug 22 02:15:54.871 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-08-22T02:15:57.831Z[ recovery-image] Aug 22 02:15:54.880 INFO O| Aug 22 02:15:54.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
61762024-08-22T02:15:57.831Z[ recovery-image] Aug 22 02:15:54.880 INFO O| Aug 22 02:15:54.880 INFO STEP 756 (remove_files) COMPLETE
61772024-08-22T02:15:57.831Z[ recovery-image] Aug 22 02:15:54.880 INFO O| Aug 22 02:15:54.880 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-08-22T02:15:57.831Z[ recovery-image] Aug 22 02:15:54.890 INFO O| Aug 22 02:15:54.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
61792024-08-22T02:15:57.831Z[ recovery-image] Aug 22 02:15:54.890 INFO O| Aug 22 02:15:54.890 INFO STEP 757 (remove_files) COMPLETE
61802024-08-22T02:15:57.831Z[ recovery-image] Aug 22 02:15:54.890 INFO O| Aug 22 02:15:54.890 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-08-22T02:15:57.831Z[ recovery-image] Aug 22 02:15:54.899 INFO O| Aug 22 02:15:54.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
61822024-08-22T02:15:57.831Z[ recovery-image] Aug 22 02:15:54.899 INFO O| Aug 22 02:15:54.899 INFO STEP 758 (remove_files) COMPLETE
61832024-08-22T02:15:57.831Z[ recovery-image] Aug 22 02:15:54.899 INFO O| Aug 22 02:15:54.899 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-08-22T02:15:57.832Z[ recovery-image] Aug 22 02:15:54.908 INFO O| Aug 22 02:15:54.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
61852024-08-22T02:15:57.832Z[ recovery-image] Aug 22 02:15:54.909 INFO O| Aug 22 02:15:54.908 INFO STEP 759 (remove_files) COMPLETE
61862024-08-22T02:15:57.832Z[ recovery-image] Aug 22 02:15:54.909 INFO O| Aug 22 02:15:54.909 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-08-22T02:15:57.832Z[ recovery-image] Aug 22 02:15:54.918 INFO O| Aug 22 02:15:54.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
61882024-08-22T02:15:57.832Z[ recovery-image] Aug 22 02:15:54.918 INFO O| Aug 22 02:15:54.918 INFO STEP 760 (remove_files) COMPLETE
61892024-08-22T02:15:57.832Z[ recovery-image] Aug 22 02:15:54.918 INFO O| Aug 22 02:15:54.918 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-08-22T02:15:57.832Z[ recovery-image] Aug 22 02:15:54.927 INFO O| Aug 22 02:15:54.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
61912024-08-22T02:15:57.832Z[ recovery-image] Aug 22 02:15:54.927 INFO O| Aug 22 02:15:54.927 INFO STEP 761 (remove_files) COMPLETE
61922024-08-22T02:15:57.832Z[ recovery-image] Aug 22 02:15:54.927 INFO O| Aug 22 02:15:54.927 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-08-22T02:15:57.832Z[ recovery-image] Aug 22 02:15:54.936 INFO O| Aug 22 02:15:54.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
61942024-08-22T02:15:57.832Z[ recovery-image] Aug 22 02:15:54.937 INFO O| Aug 22 02:15:54.936 INFO STEP 762 (remove_files) COMPLETE
61952024-08-22T02:15:57.832Z[ recovery-image] Aug 22 02:15:54.937 INFO O| Aug 22 02:15:54.937 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-08-22T02:15:57.832Z[ recovery-image] Aug 22 02:15:54.946 INFO O| Aug 22 02:15:54.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
61972024-08-22T02:15:57.832Z[ recovery-image] Aug 22 02:15:54.946 INFO O| Aug 22 02:15:54.946 INFO STEP 763 (remove_files) COMPLETE
61982024-08-22T02:15:57.832Z[ recovery-image] Aug 22 02:15:54.946 INFO O| Aug 22 02:15:54.946 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-08-22T02:15:57.832Z[ recovery-image] Aug 22 02:15:54.956 INFO O| Aug 22 02:15:54.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
62002024-08-22T02:15:57.832Z[ recovery-image] Aug 22 02:15:54.956 INFO O| Aug 22 02:15:54.956 INFO STEP 764 (remove_files) COMPLETE
62012024-08-22T02:15:57.832Z[ recovery-image] Aug 22 02:15:54.956 INFO O| Aug 22 02:15:54.956 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-08-22T02:15:57.833Z[ recovery-image] Aug 22 02:15:54.965 INFO O| Aug 22 02:15:54.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
62032024-08-22T02:15:57.833Z[ recovery-image] Aug 22 02:15:54.966 INFO O| Aug 22 02:15:54.966 INFO STEP 765 (remove_files) COMPLETE
62042024-08-22T02:15:57.833Z[ recovery-image] Aug 22 02:15:54.966 INFO O| Aug 22 02:15:54.966 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-08-22T02:15:57.833Z[ recovery-image] Aug 22 02:15:54.975 INFO O| Aug 22 02:15:54.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
62062024-08-22T02:15:57.833Z[ recovery-image] Aug 22 02:15:54.975 INFO O| Aug 22 02:15:54.975 INFO STEP 766 (remove_files) COMPLETE
62072024-08-22T02:15:57.833Z[ recovery-image] Aug 22 02:15:54.975 INFO O| Aug 22 02:15:54.975 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-08-22T02:15:57.833Z[ recovery-image] Aug 22 02:15:54.985 INFO O| Aug 22 02:15:54.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
62092024-08-22T02:15:57.833Z[ recovery-image] Aug 22 02:15:54.985 INFO O| Aug 22 02:15:54.985 INFO STEP 767 (remove_files) COMPLETE
62102024-08-22T02:15:57.833Z[ recovery-image] Aug 22 02:15:54.985 INFO O| Aug 22 02:15:54.985 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-08-22T02:15:57.833Z[ recovery-image] Aug 22 02:15:54.994 INFO O| Aug 22 02:15:54.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
62122024-08-22T02:15:57.833Z[ recovery-image] Aug 22 02:15:54.994 INFO O| Aug 22 02:15:54.994 INFO STEP 768 (remove_files) COMPLETE
62132024-08-22T02:15:57.833Z[ recovery-image] Aug 22 02:15:54.994 INFO O| Aug 22 02:15:54.994 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-08-22T02:15:57.833Z[ recovery-image] Aug 22 02:15:55.004 INFO O| Aug 22 02:15:55.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
62152024-08-22T02:15:57.833Z[ recovery-image] Aug 22 02:15:55.005 INFO O| Aug 22 02:15:55.005 INFO STEP 769 (remove_files) COMPLETE
62162024-08-22T02:15:57.833Z[ recovery-image] Aug 22 02:15:55.005 INFO O| Aug 22 02:15:55.005 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-08-22T02:15:57.833Z[ recovery-image] Aug 22 02:15:55.014 INFO O| Aug 22 02:15:55.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
62182024-08-22T02:15:57.833Z[ recovery-image] Aug 22 02:15:55.014 INFO O| Aug 22 02:15:55.014 INFO STEP 770 (remove_files) COMPLETE
62192024-08-22T02:15:57.834Z[ recovery-image] Aug 22 02:15:55.014 INFO O| Aug 22 02:15:55.014 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-08-22T02:15:57.834Z[ host-image] Aug 22 02:15:55.022 INFO O| Aug 22 02:15:55.022 INFO O| Done
62212024-08-22T02:15:57.834Z[ recovery-image] Aug 22 02:15:55.024 INFO O| Aug 22 02:15:55.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
62222024-08-22T02:15:57.834Z[ recovery-image] Aug 22 02:15:55.024 INFO O| Aug 22 02:15:55.024 INFO STEP 771 (remove_files) COMPLETE
62232024-08-22T02:15:57.834Z[ recovery-image] Aug 22 02:15:55.024 INFO O| Aug 22 02:15:55.024 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-08-22T02:15:57.834Z[ recovery-image] Aug 22 02:15:55.033 INFO O| Aug 22 02:15:55.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
62252024-08-22T02:15:57.834Z[ recovery-image] Aug 22 02:15:55.033 INFO O| Aug 22 02:15:55.033 INFO STEP 772 (remove_files) COMPLETE
62262024-08-22T02:15:57.834Z[ recovery-image] Aug 22 02:15:55.033 INFO O| Aug 22 02:15:55.033 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-08-22T02:15:57.834Z[ recovery-image] Aug 22 02:15:55.043 INFO O| Aug 22 02:15:55.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
62282024-08-22T02:15:57.839Z[ recovery-image] Aug 22 02:15:55.043 INFO O| Aug 22 02:15:55.043 INFO STEP 773 (remove_files) COMPLETE
62292024-08-22T02:15:57.839Z[ recovery-image] Aug 22 02:15:55.043 INFO O| Aug 22 02:15:55.043 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-08-22T02:15:57.839Z[ recovery-image] Aug 22 02:15:55.053 INFO O| Aug 22 02:15:55.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
62312024-08-22T02:15:57.839Z[ recovery-image] Aug 22 02:15:55.053 INFO O| Aug 22 02:15:55.053 INFO STEP 774 (remove_files) COMPLETE
62322024-08-22T02:15:57.839Z[ recovery-image] Aug 22 02:15:55.053 INFO O| Aug 22 02:15:55.053 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-08-22T02:15:57.839Z[ recovery-image] Aug 22 02:15:55.063 INFO O| Aug 22 02:15:55.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
62342024-08-22T02:15:57.839Z[ recovery-image] Aug 22 02:15:55.063 INFO O| Aug 22 02:15:55.063 INFO STEP 775 (remove_files) COMPLETE
62352024-08-22T02:15:57.839Z[ recovery-image] Aug 22 02:15:55.063 INFO O| Aug 22 02:15:55.063 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-08-22T02:15:57.839Z[ recovery-image] Aug 22 02:15:55.072 INFO O| Aug 22 02:15:55.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
62372024-08-22T02:15:57.839Z[ recovery-image] Aug 22 02:15:55.072 INFO O| Aug 22 02:15:55.072 INFO STEP 776 (remove_files) COMPLETE
62382024-08-22T02:15:57.839Z[ recovery-image] Aug 22 02:15:55.072 INFO O| Aug 22 02:15:55.072 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-08-22T02:15:57.839Z[ recovery-image] Aug 22 02:15:55.082 INFO O| Aug 22 02:15:55.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
62402024-08-22T02:15:57.839Z[ recovery-image] Aug 22 02:15:55.082 INFO O| Aug 22 02:15:55.082 INFO STEP 777 (remove_files) COMPLETE
62412024-08-22T02:15:57.840Z[ recovery-image] Aug 22 02:15:55.082 INFO O| Aug 22 02:15:55.082 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-08-22T02:15:57.840Z[ recovery-image] Aug 22 02:15:55.092 INFO O| Aug 22 02:15:55.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
62432024-08-22T02:15:57.840Z[ recovery-image] Aug 22 02:15:55.092 INFO O| Aug 22 02:15:55.092 INFO STEP 778 (remove_files) COMPLETE
62442024-08-22T02:15:57.840Z[ recovery-image] Aug 22 02:15:55.092 INFO O| Aug 22 02:15:55.092 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-08-22T02:15:57.840Z[ recovery-image] Aug 22 02:15:55.101 INFO O| Aug 22 02:15:55.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
62462024-08-22T02:15:57.840Z[ recovery-image] Aug 22 02:15:55.102 INFO O| Aug 22 02:15:55.102 INFO STEP 779 (remove_files) COMPLETE
62472024-08-22T02:15:57.840Z[ recovery-image] Aug 22 02:15:55.102 INFO O| Aug 22 02:15:55.102 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-08-22T02:15:57.840Z[ recovery-image] Aug 22 02:15:55.111 INFO O| Aug 22 02:15:55.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
62492024-08-22T02:15:57.840Z[ recovery-image] Aug 22 02:15:55.112 INFO O| Aug 22 02:15:55.111 INFO STEP 780 (remove_files) COMPLETE
62502024-08-22T02:15:57.840Z[ recovery-image] Aug 22 02:15:55.112 INFO O| Aug 22 02:15:55.112 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-08-22T02:15:57.840Z[ recovery-image] Aug 22 02:15:55.121 INFO O| Aug 22 02:15:55.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
62522024-08-22T02:15:57.840Z[ recovery-image] Aug 22 02:15:55.121 INFO O| Aug 22 02:15:55.121 INFO STEP 781 (remove_files) COMPLETE
62532024-08-22T02:15:57.840Z[ recovery-image] Aug 22 02:15:55.121 INFO O| Aug 22 02:15:55.121 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-08-22T02:15:57.840Z[ recovery-image] Aug 22 02:15:55.131 INFO O| Aug 22 02:15:55.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
62552024-08-22T02:15:57.841Z[ recovery-image] Aug 22 02:15:55.131 INFO O| Aug 22 02:15:55.131 INFO STEP 782 (remove_files) COMPLETE
62562024-08-22T02:15:57.841Z[ recovery-image] Aug 22 02:15:55.131 INFO O| Aug 22 02:15:55.131 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-08-22T02:15:57.841Z[ recovery-image] Aug 22 02:15:55.140 INFO O| Aug 22 02:15:55.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
62582024-08-22T02:15:57.841Z[ recovery-image] Aug 22 02:15:55.140 INFO O| Aug 22 02:15:55.140 INFO STEP 783 (remove_files) COMPLETE
62592024-08-22T02:15:57.841Z[ recovery-image] Aug 22 02:15:55.140 INFO O| Aug 22 02:15:55.140 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-08-22T02:15:57.841Z[ recovery-image] Aug 22 02:15:55.150 INFO O| Aug 22 02:15:55.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
62612024-08-22T02:15:57.841Z[ recovery-image] Aug 22 02:15:55.150 INFO O| Aug 22 02:15:55.150 INFO STEP 784 (remove_files) COMPLETE
62622024-08-22T02:15:57.841Z[ recovery-image] Aug 22 02:15:55.150 INFO O| Aug 22 02:15:55.150 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-08-22T02:15:57.841Z[ recovery-image] Aug 22 02:15:55.159 INFO O| Aug 22 02:15:55.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
62642024-08-22T02:15:57.841Z[ recovery-image] Aug 22 02:15:55.159 INFO O| Aug 22 02:15:55.159 INFO STEP 785 (remove_files) COMPLETE
62652024-08-22T02:15:57.841Z[ recovery-image] Aug 22 02:15:55.159 INFO O| Aug 22 02:15:55.159 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-08-22T02:15:57.841Z[ recovery-image] Aug 22 02:15:55.169 INFO O| Aug 22 02:15:55.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
62672024-08-22T02:15:57.841Z[ recovery-image] Aug 22 02:15:55.169 INFO O| Aug 22 02:15:55.169 INFO STEP 786 (remove_files) COMPLETE
62682024-08-22T02:15:57.841Z[ recovery-image] Aug 22 02:15:55.169 INFO O| Aug 22 02:15:55.169 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-08-22T02:15:57.842Z[ recovery-image] Aug 22 02:15:55.178 INFO O| Aug 22 02:15:55.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
62702024-08-22T02:15:57.842Z[ recovery-image] Aug 22 02:15:55.179 INFO O| Aug 22 02:15:55.178 INFO STEP 787 (remove_files) COMPLETE
62712024-08-22T02:15:57.842Z[ recovery-image] Aug 22 02:15:55.179 INFO O| Aug 22 02:15:55.179 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-08-22T02:15:57.842Z[ recovery-image] Aug 22 02:15:55.188 INFO O| Aug 22 02:15:55.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
62732024-08-22T02:15:57.842Z[ recovery-image] Aug 22 02:15:55.188 INFO O| Aug 22 02:15:55.188 INFO STEP 788 (remove_files) COMPLETE
62742024-08-22T02:15:57.842Z[ recovery-image] Aug 22 02:15:55.188 INFO O| Aug 22 02:15:55.188 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-08-22T02:15:57.842Z[ recovery-image] Aug 22 02:15:55.197 INFO O| Aug 22 02:15:55.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
62762024-08-22T02:15:57.842Z[ recovery-image] Aug 22 02:15:55.198 INFO O| Aug 22 02:15:55.197 INFO STEP 789 (remove_files) COMPLETE
62772024-08-22T02:15:57.842Z[ recovery-image] Aug 22 02:15:55.198 INFO O| Aug 22 02:15:55.198 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-08-22T02:15:57.842Z[ recovery-image] Aug 22 02:15:55.207 INFO O| Aug 22 02:15:55.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
62792024-08-22T02:15:57.842Z[ recovery-image] Aug 22 02:15:55.207 INFO O| Aug 22 02:15:55.207 INFO STEP 790 (remove_files) COMPLETE
62802024-08-22T02:15:57.842Z[ recovery-image] Aug 22 02:15:55.207 INFO O| Aug 22 02:15:55.207 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-08-22T02:15:57.842Z[ recovery-image] Aug 22 02:15:55.216 INFO O| Aug 22 02:15:55.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
62822024-08-22T02:15:57.842Z[ recovery-image] Aug 22 02:15:55.216 INFO O| Aug 22 02:15:55.216 INFO STEP 791 (remove_files) COMPLETE
62832024-08-22T02:15:57.842Z[ recovery-image] Aug 22 02:15:55.216 INFO O| Aug 22 02:15:55.216 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-08-22T02:15:57.842Z[ recovery-image] Aug 22 02:15:55.226 INFO O| Aug 22 02:15:55.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
62852024-08-22T02:15:57.843Z[ recovery-image] Aug 22 02:15:55.226 INFO O| Aug 22 02:15:55.226 INFO STEP 792 (remove_files) COMPLETE
62862024-08-22T02:15:57.843Z[ recovery-image] Aug 22 02:15:55.226 INFO O| Aug 22 02:15:55.226 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-08-22T02:15:57.843Z[ recovery-image] Aug 22 02:15:55.235 INFO O| Aug 22 02:15:55.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
62882024-08-22T02:15:57.843Z[ recovery-image] Aug 22 02:15:55.235 INFO O| Aug 22 02:15:55.235 INFO STEP 793 (remove_files) COMPLETE
62892024-08-22T02:15:57.843Z[ recovery-image] Aug 22 02:15:55.235 INFO O| Aug 22 02:15:55.235 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-08-22T02:15:57.843Z[ recovery-image] Aug 22 02:15:55.245 INFO O| Aug 22 02:15:55.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
62912024-08-22T02:15:57.843Z[ recovery-image] Aug 22 02:15:55.245 INFO O| Aug 22 02:15:55.245 INFO STEP 794 (remove_files) COMPLETE
62922024-08-22T02:15:57.843Z[ recovery-image] Aug 22 02:15:55.245 INFO O| Aug 22 02:15:55.245 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-08-22T02:15:57.843Z[ recovery-image] Aug 22 02:15:55.254 INFO O| Aug 22 02:15:55.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
62942024-08-22T02:15:57.843Z[ recovery-image] Aug 22 02:15:55.254 INFO O| Aug 22 02:15:55.254 INFO STEP 795 (remove_files) COMPLETE
62952024-08-22T02:15:57.843Z[ recovery-image] Aug 22 02:15:55.254 INFO O| Aug 22 02:15:55.254 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-08-22T02:15:57.843Z[ recovery-image] Aug 22 02:15:55.263 INFO O| Aug 22 02:15:55.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
62972024-08-22T02:15:57.843Z[ recovery-image] Aug 22 02:15:55.264 INFO O| Aug 22 02:15:55.264 INFO STEP 796 (remove_files) COMPLETE
62982024-08-22T02:15:57.843Z[ recovery-image] Aug 22 02:15:55.264 INFO O| Aug 22 02:15:55.264 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-08-22T02:15:57.843Z[ recovery-image] Aug 22 02:15:55.274 INFO O| Aug 22 02:15:55.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
63002024-08-22T02:15:57.844Z[ recovery-image] Aug 22 02:15:55.274 INFO O| Aug 22 02:15:55.274 INFO STEP 797 (remove_files) COMPLETE
63012024-08-22T02:15:57.844Z[ recovery-image] Aug 22 02:15:55.274 INFO O| Aug 22 02:15:55.274 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-08-22T02:15:57.844Z[ recovery-image] Aug 22 02:15:55.283 INFO O| Aug 22 02:15:55.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
63032024-08-22T02:15:57.844Z[ recovery-image] Aug 22 02:15:55.284 INFO O| Aug 22 02:15:55.284 INFO STEP 798 (remove_files) COMPLETE
63042024-08-22T02:15:57.844Z[ recovery-image] Aug 22 02:15:55.284 INFO O| Aug 22 02:15:55.284 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-08-22T02:15:57.844Z[ recovery-image] Aug 22 02:15:55.293 INFO O| Aug 22 02:15:55.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
63062024-08-22T02:15:57.844Z[ recovery-image] Aug 22 02:15:55.293 INFO O| Aug 22 02:15:55.293 INFO STEP 799 (remove_files) COMPLETE
63072024-08-22T02:15:57.844Z[ recovery-image] Aug 22 02:15:55.293 INFO O| Aug 22 02:15:55.293 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-08-22T02:15:57.844Z[ recovery-image] Aug 22 02:15:55.303 INFO O| Aug 22 02:15:55.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
63092024-08-22T02:15:57.844Z[ recovery-image] Aug 22 02:15:55.303 INFO O| Aug 22 02:15:55.303 INFO STEP 800 (remove_files) COMPLETE
63102024-08-22T02:15:57.844Z[ recovery-image] Aug 22 02:15:55.303 INFO O| Aug 22 02:15:55.303 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-08-22T02:15:57.844Z[ recovery-image] Aug 22 02:15:55.312 INFO O| Aug 22 02:15:55.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
63122024-08-22T02:15:57.844Z[ recovery-image] Aug 22 02:15:55.312 INFO O| Aug 22 02:15:55.312 INFO STEP 801 (remove_files) COMPLETE
63132024-08-22T02:15:57.845Z[ recovery-image] Aug 22 02:15:55.312 INFO O| Aug 22 02:15:55.312 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-08-22T02:15:57.845Z[ recovery-image] Aug 22 02:15:55.322 INFO O| Aug 22 02:15:55.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
63152024-08-22T02:15:57.845Z[ recovery-image] Aug 22 02:15:55.322 INFO O| Aug 22 02:15:55.322 INFO STEP 802 (remove_files) COMPLETE
63162024-08-22T02:15:57.845Z[ recovery-image] Aug 22 02:15:55.322 INFO O| Aug 22 02:15:55.322 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-08-22T02:15:57.845Z[ recovery-image] Aug 22 02:15:55.331 INFO O| Aug 22 02:15:55.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
63182024-08-22T02:15:57.845Z[ recovery-image] Aug 22 02:15:55.331 INFO O| Aug 22 02:15:55.331 INFO STEP 803 (remove_files) COMPLETE
63192024-08-22T02:15:57.845Z[ recovery-image] Aug 22 02:15:55.331 INFO O| Aug 22 02:15:55.331 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-08-22T02:15:57.845Z[ recovery-image] Aug 22 02:15:55.341 INFO O| Aug 22 02:15:55.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
63212024-08-22T02:15:57.845Z[ recovery-image] Aug 22 02:15:55.341 INFO O| Aug 22 02:15:55.341 INFO STEP 804 (remove_files) COMPLETE
63222024-08-22T02:15:57.845Z[ recovery-image] Aug 22 02:15:55.341 INFO O| Aug 22 02:15:55.341 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-08-22T02:15:57.845Z[ recovery-image] Aug 22 02:15:55.350 INFO O| Aug 22 02:15:55.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
63242024-08-22T02:15:57.845Z[ recovery-image] Aug 22 02:15:55.351 INFO O| Aug 22 02:15:55.350 INFO STEP 805 (remove_files) COMPLETE
63252024-08-22T02:15:57.845Z[ recovery-image] Aug 22 02:15:55.351 INFO O| Aug 22 02:15:55.350 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-08-22T02:15:57.846Z[ recovery-image] Aug 22 02:15:55.360 INFO O| Aug 22 02:15:55.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
63272024-08-22T02:15:57.846Z[ recovery-image] Aug 22 02:15:55.360 INFO O| Aug 22 02:15:55.360 INFO STEP 806 (remove_files) COMPLETE
63282024-08-22T02:15:57.850Z[ recovery-image] Aug 22 02:15:55.360 INFO O| Aug 22 02:15:55.360 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-08-22T02:15:57.850Z[ recovery-image] Aug 22 02:15:55.370 INFO O| Aug 22 02:15:55.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
63302024-08-22T02:15:57.850Z[ recovery-image] Aug 22 02:15:55.370 INFO O| Aug 22 02:15:55.370 INFO STEP 807 (remove_files) COMPLETE
63312024-08-22T02:15:57.850Z[ recovery-image] Aug 22 02:15:55.370 INFO O| Aug 22 02:15:55.370 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-08-22T02:15:57.850Z[ recovery-image] Aug 22 02:15:55.379 INFO O| Aug 22 02:15:55.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
63332024-08-22T02:15:57.850Z[ recovery-image] Aug 22 02:15:55.379 INFO O| Aug 22 02:15:55.379 INFO STEP 808 (remove_files) COMPLETE
63342024-08-22T02:15:57.850Z[ recovery-image] Aug 22 02:15:55.379 INFO O| Aug 22 02:15:55.379 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-08-22T02:15:57.850Z[ recovery-image] Aug 22 02:15:55.389 INFO O| Aug 22 02:15:55.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
63362024-08-22T02:15:57.850Z[ recovery-image] Aug 22 02:15:55.389 INFO O| Aug 22 02:15:55.389 INFO STEP 809 (remove_files) COMPLETE
63372024-08-22T02:15:57.850Z[ recovery-image] Aug 22 02:15:55.389 INFO O| Aug 22 02:15:55.389 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-08-22T02:15:57.850Z[ recovery-image] Aug 22 02:15:55.399 INFO O| Aug 22 02:15:55.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
63392024-08-22T02:15:57.850Z[ recovery-image] Aug 22 02:15:55.399 INFO O| Aug 22 02:15:55.399 INFO STEP 810 (remove_files) COMPLETE
63402024-08-22T02:15:57.850Z[ recovery-image] Aug 22 02:15:55.399 INFO O| Aug 22 02:15:55.399 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-08-22T02:15:57.850Z[ recovery-image] Aug 22 02:15:55.408 INFO O| Aug 22 02:15:55.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
63422024-08-22T02:15:57.850Z[ recovery-image] Aug 22 02:15:55.408 INFO O| Aug 22 02:15:55.408 INFO STEP 811 (remove_files) COMPLETE
63432024-08-22T02:15:57.850Z[ recovery-image] Aug 22 02:15:55.408 INFO O| Aug 22 02:15:55.408 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-08-22T02:15:57.850Z[ recovery-image] Aug 22 02:15:55.418 INFO O| Aug 22 02:15:55.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
63452024-08-22T02:15:57.850Z[ recovery-image] Aug 22 02:15:55.418 INFO O| Aug 22 02:15:55.418 INFO STEP 812 (remove_files) COMPLETE
63462024-08-22T02:15:57.851Z[ recovery-image] Aug 22 02:15:55.418 INFO O| Aug 22 02:15:55.418 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-08-22T02:15:57.851Z[ recovery-image] Aug 22 02:15:55.427 INFO O| Aug 22 02:15:55.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
63482024-08-22T02:15:57.851Z[ recovery-image] Aug 22 02:15:55.427 INFO O| Aug 22 02:15:55.427 INFO STEP 813 (remove_files) COMPLETE
63492024-08-22T02:15:57.851Z[ recovery-image] Aug 22 02:15:55.427 INFO O| Aug 22 02:15:55.427 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-08-22T02:15:57.851Z[ recovery-image] Aug 22 02:15:55.437 INFO O| Aug 22 02:15:55.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
63512024-08-22T02:15:57.851Z[ recovery-image] Aug 22 02:15:55.437 INFO O| Aug 22 02:15:55.437 INFO STEP 814 (remove_files) COMPLETE
63522024-08-22T02:15:57.851Z[ recovery-image] Aug 22 02:15:55.437 INFO O| Aug 22 02:15:55.437 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-08-22T02:15:57.852Z[ recovery-image] Aug 22 02:15:55.446 INFO O| Aug 22 02:15:55.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
63542024-08-22T02:15:57.852Z[ recovery-image] Aug 22 02:15:55.446 INFO O| Aug 22 02:15:55.446 INFO STEP 815 (remove_files) COMPLETE
63552024-08-22T02:15:57.852Z[ recovery-image] Aug 22 02:15:55.446 INFO O| Aug 22 02:15:55.446 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-08-22T02:15:57.852Z[ recovery-image] Aug 22 02:15:55.456 INFO O| Aug 22 02:15:55.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
63572024-08-22T02:15:57.852Z[ recovery-image] Aug 22 02:15:55.456 INFO O| Aug 22 02:15:55.456 INFO STEP 816 (remove_files) COMPLETE
63582024-08-22T02:15:57.852Z[ recovery-image] Aug 22 02:15:55.456 INFO O| Aug 22 02:15:55.456 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-08-22T02:15:57.852Z[ recovery-image] Aug 22 02:15:55.465 INFO O| Aug 22 02:15:55.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
63602024-08-22T02:15:57.852Z[ recovery-image] Aug 22 02:15:55.466 INFO O| Aug 22 02:15:55.466 INFO STEP 817 (remove_files) COMPLETE
63612024-08-22T02:15:57.852Z[ recovery-image] Aug 22 02:15:55.466 INFO O| Aug 22 02:15:55.466 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-08-22T02:15:57.852Z[ recovery-image] Aug 22 02:15:55.475 INFO O| Aug 22 02:15:55.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
63632024-08-22T02:15:57.852Z[ recovery-image] Aug 22 02:15:55.475 INFO O| Aug 22 02:15:55.475 INFO STEP 818 (remove_files) COMPLETE
63642024-08-22T02:15:57.852Z[ recovery-image] Aug 22 02:15:55.475 INFO O| Aug 22 02:15:55.475 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-08-22T02:15:57.852Z[ recovery-image] Aug 22 02:15:55.486 INFO O| Aug 22 02:15:55.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
63662024-08-22T02:15:57.852Z[ recovery-image] Aug 22 02:15:55.486 INFO O| Aug 22 02:15:55.486 INFO STEP 819 (remove_files) COMPLETE
63672024-08-22T02:15:57.852Z[ recovery-image] Aug 22 02:15:55.486 INFO O| Aug 22 02:15:55.486 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-08-22T02:15:57.852Z[ recovery-image] Aug 22 02:15:55.496 INFO O| Aug 22 02:15:55.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
63692024-08-22T02:15:57.852Z[ recovery-image] Aug 22 02:15:55.496 INFO O| Aug 22 02:15:55.496 INFO STEP 820 (remove_files) COMPLETE
63702024-08-22T02:15:57.852Z[ recovery-image] Aug 22 02:15:55.496 INFO O| Aug 22 02:15:55.496 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-08-22T02:15:57.852Z[ recovery-image] Aug 22 02:15:55.506 INFO O| Aug 22 02:15:55.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
63722024-08-22T02:15:57.852Z[ recovery-image] Aug 22 02:15:55.506 INFO O| Aug 22 02:15:55.506 INFO STEP 821 (remove_files) COMPLETE
63732024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.506 INFO O| Aug 22 02:15:55.506 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.516 INFO O| Aug 22 02:15:55.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
63752024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.516 INFO O| Aug 22 02:15:55.516 INFO STEP 822 (remove_files) COMPLETE
63762024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.516 INFO O| Aug 22 02:15:55.516 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.525 INFO O| Aug 22 02:15:55.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
63782024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.525 INFO O| Aug 22 02:15:55.525 INFO STEP 823 (remove_files) COMPLETE
63792024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.525 INFO O| Aug 22 02:15:55.525 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.535 INFO O| Aug 22 02:15:55.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
63812024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.535 INFO O| Aug 22 02:15:55.535 INFO STEP 824 (remove_files) COMPLETE
63822024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.535 INFO O| Aug 22 02:15:55.535 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.544 INFO O| Aug 22 02:15:55.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
63842024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.544 INFO O| Aug 22 02:15:55.544 INFO STEP 825 (remove_files) COMPLETE
63852024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.544 INFO O| Aug 22 02:15:55.544 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.554 INFO O| Aug 22 02:15:55.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
63872024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.554 INFO O| Aug 22 02:15:55.554 INFO STEP 826 (remove_files) COMPLETE
63882024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.554 INFO O| Aug 22 02:15:55.554 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.563 INFO O| Aug 22 02:15:55.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
63902024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.563 INFO O| Aug 22 02:15:55.563 INFO STEP 827 (remove_files) COMPLETE
63912024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.563 INFO O| Aug 22 02:15:55.563 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.573 INFO O| Aug 22 02:15:55.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
63932024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.573 INFO O| Aug 22 02:15:55.573 INFO STEP 828 (remove_files) COMPLETE
63942024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.573 INFO O| Aug 22 02:15:55.573 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-08-22T02:15:57.853Z[ recovery-image] Aug 22 02:15:55.583 INFO O| Aug 22 02:15:55.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
63962024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.583 INFO O| Aug 22 02:15:55.583 INFO STEP 829 (remove_files) COMPLETE
63972024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.583 INFO O| Aug 22 02:15:55.583 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.592 INFO O| Aug 22 02:15:55.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
63992024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.592 INFO O| Aug 22 02:15:55.592 INFO STEP 830 (remove_files) COMPLETE
64002024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.592 INFO O| Aug 22 02:15:55.592 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.602 INFO O| Aug 22 02:15:55.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
64022024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.602 INFO O| Aug 22 02:15:55.602 INFO STEP 831 (remove_files) COMPLETE
64032024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.602 INFO O| Aug 22 02:15:55.602 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.611 INFO O| Aug 22 02:15:55.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
64052024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.611 INFO O| Aug 22 02:15:55.611 INFO STEP 832 (remove_files) COMPLETE
64062024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.611 INFO O| Aug 22 02:15:55.611 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.621 INFO O| Aug 22 02:15:55.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
64082024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.621 INFO O| Aug 22 02:15:55.621 INFO STEP 833 (remove_files) COMPLETE
64092024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.621 INFO O| Aug 22 02:15:55.621 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.630 INFO O| Aug 22 02:15:55.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
64112024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.630 INFO O| Aug 22 02:15:55.630 INFO STEP 834 (remove_files) COMPLETE
64122024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.630 INFO O| Aug 22 02:15:55.630 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.640 INFO O| Aug 22 02:15:55.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
64142024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.640 INFO O| Aug 22 02:15:55.640 INFO STEP 835 (remove_files) COMPLETE
64152024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.640 INFO O| Aug 22 02:15:55.640 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.649 INFO O| Aug 22 02:15:55.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
64172024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.650 INFO O| Aug 22 02:15:55.650 INFO STEP 836 (remove_files) COMPLETE
64182024-08-22T02:15:57.854Z[ recovery-image] Aug 22 02:15:55.650 INFO O| Aug 22 02:15:55.650 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-08-22T02:15:57.855Z[ recovery-image] Aug 22 02:15:55.659 INFO O| Aug 22 02:15:55.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
64202024-08-22T02:15:57.855Z[ recovery-image] Aug 22 02:15:55.659 INFO O| Aug 22 02:15:55.659 INFO STEP 837 (remove_files) COMPLETE
64212024-08-22T02:15:57.855Z[ recovery-image] Aug 22 02:15:55.659 INFO O| Aug 22 02:15:55.659 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-08-22T02:15:57.855Z[ recovery-image] Aug 22 02:15:55.669 INFO O| Aug 22 02:15:55.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
64232024-08-22T02:15:57.855Z[ recovery-image] Aug 22 02:15:55.669 INFO O| Aug 22 02:15:55.669 INFO STEP 838 (remove_files) COMPLETE
64242024-08-22T02:15:57.855Z[ recovery-image] Aug 22 02:15:55.669 INFO O| Aug 22 02:15:55.669 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-08-22T02:15:57.855Z[ recovery-image] Aug 22 02:15:55.678 INFO O| Aug 22 02:15:55.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
64262024-08-22T02:15:57.855Z[ recovery-image] Aug 22 02:15:55.678 INFO O| Aug 22 02:15:55.678 INFO STEP 839 (remove_files) COMPLETE
64272024-08-22T02:15:57.855Z[ recovery-image] Aug 22 02:15:55.678 INFO O| Aug 22 02:15:55.678 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-08-22T02:15:57.858Z[ recovery-image] Aug 22 02:15:55.687 INFO O| Aug 22 02:15:55.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
64292024-08-22T02:15:57.858Z[ recovery-image] Aug 22 02:15:55.687 INFO O| Aug 22 02:15:55.687 INFO STEP 840 (remove_files) COMPLETE
64302024-08-22T02:15:57.858Z[ recovery-image] Aug 22 02:15:55.687 INFO O| Aug 22 02:15:55.687 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-08-22T02:15:57.858Z[ recovery-image] Aug 22 02:15:55.697 INFO O| Aug 22 02:15:55.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
64322024-08-22T02:15:57.858Z[ recovery-image] Aug 22 02:15:55.697 INFO O| Aug 22 02:15:55.697 INFO STEP 841 (remove_files) COMPLETE
64332024-08-22T02:15:57.858Z[ recovery-image] Aug 22 02:15:55.697 INFO O| Aug 22 02:15:55.697 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-08-22T02:15:57.858Z[ recovery-image] Aug 22 02:15:55.706 INFO O| Aug 22 02:15:55.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
64352024-08-22T02:15:57.858Z[ recovery-image] Aug 22 02:15:55.707 INFO O| Aug 22 02:15:55.707 INFO STEP 842 (remove_files) COMPLETE
64362024-08-22T02:15:57.858Z[ recovery-image] Aug 22 02:15:55.707 INFO O| Aug 22 02:15:55.707 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-08-22T02:15:57.859Z[ recovery-image] Aug 22 02:15:55.716 INFO O| Aug 22 02:15:55.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
64382024-08-22T02:15:57.859Z[ recovery-image] Aug 22 02:15:55.716 INFO O| Aug 22 02:15:55.716 INFO STEP 843 (remove_files) COMPLETE
64392024-08-22T02:15:57.859Z[ recovery-image] Aug 22 02:15:55.716 INFO O| Aug 22 02:15:55.716 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-08-22T02:15:57.859Z[ recovery-image] Aug 22 02:15:55.726 INFO O| Aug 22 02:15:55.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
64412024-08-22T02:15:57.859Z[ recovery-image] Aug 22 02:15:55.726 INFO O| Aug 22 02:15:55.726 INFO STEP 844 (remove_files) COMPLETE
64422024-08-22T02:15:57.859Z[ recovery-image] Aug 22 02:15:55.726 INFO O| Aug 22 02:15:55.726 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-08-22T02:15:57.859Z[ recovery-image] Aug 22 02:15:55.736 INFO O| Aug 22 02:15:55.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
64442024-08-22T02:15:57.859Z[ recovery-image] Aug 22 02:15:55.736 INFO O| Aug 22 02:15:55.736 INFO STEP 845 (remove_files) COMPLETE
64452024-08-22T02:15:57.859Z[ recovery-image] Aug 22 02:15:55.736 INFO O| Aug 22 02:15:55.736 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-08-22T02:15:57.859Z[ recovery-image] Aug 22 02:15:55.746 INFO O| Aug 22 02:15:55.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
64472024-08-22T02:15:57.859Z[ recovery-image] Aug 22 02:15:55.747 INFO O| Aug 22 02:15:55.746 INFO STEP 846 (remove_files) COMPLETE
64482024-08-22T02:15:57.859Z[ recovery-image] Aug 22 02:15:55.747 INFO O| Aug 22 02:15:55.746 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-08-22T02:15:57.859Z[ recovery-image] Aug 22 02:15:55.756 INFO O| Aug 22 02:15:55.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
64502024-08-22T02:15:57.859Z[ recovery-image] Aug 22 02:15:55.757 INFO O| Aug 22 02:15:55.756 INFO STEP 847 (remove_files) COMPLETE
64512024-08-22T02:15:57.859Z[ recovery-image] Aug 22 02:15:55.757 INFO O| Aug 22 02:15:55.757 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-08-22T02:15:57.859Z[ recovery-image] Aug 22 02:15:55.766 INFO O| Aug 22 02:15:55.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
64532024-08-22T02:15:57.859Z[ recovery-image] Aug 22 02:15:55.766 INFO O| Aug 22 02:15:55.766 INFO STEP 848 (remove_files) COMPLETE
64542024-08-22T02:15:57.859Z[ recovery-image] Aug 22 02:15:55.766 INFO O| Aug 22 02:15:55.766 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-08-22T02:15:57.866Z[ recovery-image] Aug 22 02:15:55.776 INFO O| Aug 22 02:15:55.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
64562024-08-22T02:15:57.869Z[ recovery-image] Aug 22 02:15:55.776 INFO O| Aug 22 02:15:55.776 INFO STEP 849 (remove_files) COMPLETE
64572024-08-22T02:15:57.869Z[ recovery-image] Aug 22 02:15:55.776 INFO O| Aug 22 02:15:55.776 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-08-22T02:15:57.876Z[ recovery-image] Aug 22 02:15:55.786 INFO O| Aug 22 02:15:55.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
64592024-08-22T02:15:57.878Z[ recovery-image] Aug 22 02:15:55.786 INFO O| Aug 22 02:15:55.786 INFO STEP 850 (remove_files) COMPLETE
64602024-08-22T02:15:57.878Z[ recovery-image] Aug 22 02:15:55.786 INFO O| Aug 22 02:15:55.786 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-08-22T02:15:57.886Z[ recovery-image] Aug 22 02:15:55.796 INFO O| Aug 22 02:15:55.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
64622024-08-22T02:15:57.886Z[ recovery-image] Aug 22 02:15:55.796 INFO O| Aug 22 02:15:55.796 INFO STEP 851 (remove_files) COMPLETE
64632024-08-22T02:15:57.888Z[ recovery-image] Aug 22 02:15:55.796 INFO O| Aug 22 02:15:55.796 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-08-22T02:15:57.895Z[ recovery-image] Aug 22 02:15:55.805 INFO O| Aug 22 02:15:55.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
64652024-08-22T02:15:57.895Z[ recovery-image] Aug 22 02:15:55.805 INFO O| Aug 22 02:15:55.805 INFO STEP 852 (remove_files) COMPLETE
64662024-08-22T02:15:57.895Z[ recovery-image] Aug 22 02:15:55.805 INFO O| Aug 22 02:15:55.805 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-08-22T02:15:57.905Z[ recovery-image] Aug 22 02:15:55.815 INFO O| Aug 22 02:15:55.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
64682024-08-22T02:15:57.905Z[ recovery-image] Aug 22 02:15:55.815 INFO O| Aug 22 02:15:55.815 INFO STEP 853 (remove_files) COMPLETE
64692024-08-22T02:15:57.907Z[ recovery-image] Aug 22 02:15:55.815 INFO O| Aug 22 02:15:55.815 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-08-22T02:15:57.914Z[ recovery-image] Aug 22 02:15:55.824 INFO O| Aug 22 02:15:55.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
64712024-08-22T02:15:57.914Z[ recovery-image] Aug 22 02:15:55.824 INFO O| Aug 22 02:15:55.824 INFO STEP 854 (remove_files) COMPLETE
64722024-08-22T02:15:57.914Z[ recovery-image] Aug 22 02:15:55.824 INFO O| Aug 22 02:15:55.824 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-08-22T02:15:57.924Z[ recovery-image] Aug 22 02:15:55.834 INFO O| Aug 22 02:15:55.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
64742024-08-22T02:15:57.924Z[ recovery-image] Aug 22 02:15:55.834 INFO O| Aug 22 02:15:55.834 INFO STEP 855 (remove_files) COMPLETE
64752024-08-22T02:15:57.924Z[ recovery-image] Aug 22 02:15:55.834 INFO O| Aug 22 02:15:55.834 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-08-22T02:15:57.933Z[ recovery-image] Aug 22 02:15:55.843 INFO O| Aug 22 02:15:55.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
64772024-08-22T02:15:57.933Z[ recovery-image] Aug 22 02:15:55.843 INFO O| Aug 22 02:15:55.843 INFO STEP 856 (remove_files) COMPLETE
64782024-08-22T02:15:57.933Z[ recovery-image] Aug 22 02:15:55.843 INFO O| Aug 22 02:15:55.843 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-08-22T02:15:57.943Z[ recovery-image] Aug 22 02:15:55.853 INFO O| Aug 22 02:15:55.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
64802024-08-22T02:15:57.946Z[ recovery-image] Aug 22 02:15:55.853 INFO O| Aug 22 02:15:55.853 INFO STEP 857 (remove_files) COMPLETE
64812024-08-22T02:15:57.946Z[ recovery-image] Aug 22 02:15:55.853 INFO O| Aug 22 02:15:55.853 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-08-22T02:15:57.952Z[ recovery-image] Aug 22 02:15:55.862 INFO O| Aug 22 02:15:55.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
64832024-08-22T02:15:57.952Z[ recovery-image] Aug 22 02:15:55.862 INFO O| Aug 22 02:15:55.862 INFO STEP 858 (remove_files) COMPLETE
64842024-08-22T02:15:57.954Z[ recovery-image] Aug 22 02:15:55.862 INFO O| Aug 22 02:15:55.862 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-08-22T02:15:57.962Z[ recovery-image] Aug 22 02:15:55.872 INFO O| Aug 22 02:15:55.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
64862024-08-22T02:15:57.962Z[ recovery-image] Aug 22 02:15:55.872 INFO O| Aug 22 02:15:55.872 INFO STEP 859 (remove_files) COMPLETE
64872024-08-22T02:15:57.962Z[ recovery-image] Aug 22 02:15:55.872 INFO O| Aug 22 02:15:55.872 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-08-22T02:15:57.971Z[ recovery-image] Aug 22 02:15:55.881 INFO O| Aug 22 02:15:55.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
64892024-08-22T02:15:57.971Z[ recovery-image] Aug 22 02:15:55.882 INFO O| Aug 22 02:15:55.881 INFO STEP 860 (remove_files) COMPLETE
64902024-08-22T02:15:57.971Z[ recovery-image] Aug 22 02:15:55.882 INFO O| Aug 22 02:15:55.882 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-08-22T02:15:57.981Z[ recovery-image] Aug 22 02:15:55.891 INFO O| Aug 22 02:15:55.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
64922024-08-22T02:15:57.984Z[ recovery-image] Aug 22 02:15:55.891 INFO O| Aug 22 02:15:55.891 INFO STEP 861 (remove_files) COMPLETE
64932024-08-22T02:15:57.984Z[ recovery-image] Aug 22 02:15:55.891 INFO O| Aug 22 02:15:55.891 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-08-22T02:15:57.991Z[ recovery-image] Aug 22 02:15:55.900 INFO O| Aug 22 02:15:55.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
64952024-08-22T02:15:57.993Z[ recovery-image] Aug 22 02:15:55.901 INFO O| Aug 22 02:15:55.901 INFO STEP 862 (remove_files) COMPLETE
64962024-08-22T02:15:57.993Z[ recovery-image] Aug 22 02:15:55.901 INFO O| Aug 22 02:15:55.901 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-08-22T02:15:58.000Z[ recovery-image] Aug 22 02:15:55.910 INFO O| Aug 22 02:15:55.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
64982024-08-22T02:15:58.000Z[ recovery-image] Aug 22 02:15:55.910 INFO O| Aug 22 02:15:55.910 INFO STEP 863 (remove_files) COMPLETE
64992024-08-22T02:15:58.003Z[ recovery-image] Aug 22 02:15:55.910 INFO O| Aug 22 02:15:55.910 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-08-22T02:15:58.010Z[ recovery-image] Aug 22 02:15:55.920 INFO O| Aug 22 02:15:55.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
65012024-08-22T02:15:58.010Z[ recovery-image] Aug 22 02:15:55.920 INFO O| Aug 22 02:15:55.920 INFO STEP 864 (remove_files) COMPLETE
65022024-08-22T02:15:58.010Z[ recovery-image] Aug 22 02:15:55.920 INFO O| Aug 22 02:15:55.920 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-08-22T02:15:58.019Z[ recovery-image] Aug 22 02:15:55.929 INFO O| Aug 22 02:15:55.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
65042024-08-22T02:15:58.019Z[ recovery-image] Aug 22 02:15:55.929 INFO O| Aug 22 02:15:55.929 INFO STEP 865 (remove_files) COMPLETE
65052024-08-22T02:15:58.023Z[ recovery-image] Aug 22 02:15:55.929 INFO O| Aug 22 02:15:55.929 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-08-22T02:15:58.083Z[ recovery-image] Aug 22 02:15:55.938 INFO O| Aug 22 02:15:55.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
65072024-08-22T02:15:58.086Z[ recovery-image] Aug 22 02:15:55.938 INFO O| Aug 22 02:15:55.938 INFO STEP 866 (remove_files) COMPLETE
65082024-08-22T02:15:58.086Z[ recovery-image] Aug 22 02:15:55.938 INFO O| Aug 22 02:15:55.938 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-08-22T02:15:58.086Z[ recovery-image] Aug 22 02:15:55.948 INFO O| Aug 22 02:15:55.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
65102024-08-22T02:15:58.086Z[ recovery-image] Aug 22 02:15:55.948 INFO O| Aug 22 02:15:55.948 INFO STEP 867 (remove_files) COMPLETE
65112024-08-22T02:15:58.086Z[ recovery-image] Aug 22 02:15:55.948 INFO O| Aug 22 02:15:55.948 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-08-22T02:15:58.086Z[ recovery-image] Aug 22 02:15:55.957 INFO O| Aug 22 02:15:55.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
65132024-08-22T02:15:58.086Z[ recovery-image] Aug 22 02:15:55.957 INFO O| Aug 22 02:15:55.957 INFO STEP 868 (remove_files) COMPLETE
65142024-08-22T02:15:58.086Z[ recovery-image] Aug 22 02:15:55.957 INFO O| Aug 22 02:15:55.957 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-08-22T02:15:58.086Z[ recovery-image] Aug 22 02:15:55.967 INFO O| Aug 22 02:15:55.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
65162024-08-22T02:15:58.086Z[ recovery-image] Aug 22 02:15:55.967 INFO O| Aug 22 02:15:55.967 INFO STEP 869 (remove_files) COMPLETE
65172024-08-22T02:15:58.086Z[ recovery-image] Aug 22 02:15:55.967 INFO O| Aug 22 02:15:55.967 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-08-22T02:15:58.086Z[ recovery-image] Aug 22 02:15:55.976 INFO O| Aug 22 02:15:55.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
65192024-08-22T02:15:58.086Z[ recovery-image] Aug 22 02:15:55.976 INFO O| Aug 22 02:15:55.976 INFO STEP 870 (remove_files) COMPLETE
65202024-08-22T02:15:58.086Z[ recovery-image] Aug 22 02:15:55.976 INFO O| Aug 22 02:15:55.976 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-08-22T02:15:58.086Z[ recovery-image] Aug 22 02:15:55.986 INFO O| Aug 22 02:15:55.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
65222024-08-22T02:15:58.086Z[ recovery-image] Aug 22 02:15:55.986 INFO O| Aug 22 02:15:55.986 INFO STEP 871 (remove_files) COMPLETE
65232024-08-22T02:15:58.086Z[ recovery-image] Aug 22 02:15:55.986 INFO O| Aug 22 02:15:55.986 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-08-22T02:15:58.086Z[ recovery-image] Aug 22 02:15:55.995 INFO O| Aug 22 02:15:55.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
65252024-08-22T02:15:58.089Z[ recovery-image] Aug 22 02:15:55.995 INFO O| Aug 22 02:15:55.995 INFO STEP 872 (remove_files) COMPLETE
65262024-08-22T02:15:58.089Z[ recovery-image] Aug 22 02:15:55.995 INFO O| Aug 22 02:15:55.995 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-08-22T02:15:58.096Z[ recovery-image] Aug 22 02:15:56.005 INFO O| Aug 22 02:15:56.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
65282024-08-22T02:15:58.096Z[ recovery-image] Aug 22 02:15:56.006 INFO O| Aug 22 02:15:56.006 INFO STEP 873 (remove_files) COMPLETE
65292024-08-22T02:15:58.099Z[ recovery-image] Aug 22 02:15:56.006 INFO O| Aug 22 02:15:56.006 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-08-22T02:15:58.105Z[ recovery-image] Aug 22 02:15:56.015 INFO O| Aug 22 02:15:56.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
65312024-08-22T02:15:58.108Z[ recovery-image] Aug 22 02:15:56.015 INFO O| Aug 22 02:15:56.015 INFO STEP 874 (remove_files) COMPLETE
65322024-08-22T02:15:58.108Z[ recovery-image] Aug 22 02:15:56.015 INFO O| Aug 22 02:15:56.015 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-08-22T02:15:58.115Z[ recovery-image] Aug 22 02:15:56.025 INFO O| Aug 22 02:15:56.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
65342024-08-22T02:15:58.115Z[ recovery-image] Aug 22 02:15:56.025 INFO O| Aug 22 02:15:56.025 INFO STEP 875 (remove_files) COMPLETE
65352024-08-22T02:15:58.117Z[ recovery-image] Aug 22 02:15:56.025 INFO O| Aug 22 02:15:56.025 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-08-22T02:15:58.125Z[ recovery-image] Aug 22 02:15:56.035 INFO O| Aug 22 02:15:56.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
65372024-08-22T02:15:58.125Z[ recovery-image] Aug 22 02:15:56.035 INFO O| Aug 22 02:15:56.035 INFO STEP 876 (remove_files) COMPLETE
65382024-08-22T02:15:58.128Z[ recovery-image] Aug 22 02:15:56.035 INFO O| Aug 22 02:15:56.035 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-08-22T02:15:58.140Z[ recovery-image] Aug 22 02:15:56.044 INFO O| Aug 22 02:15:56.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
65402024-08-22T02:15:58.140Z[ recovery-image] Aug 22 02:15:56.044 INFO O| Aug 22 02:15:56.044 INFO STEP 877 (remove_files) COMPLETE
65412024-08-22T02:15:58.140Z[ recovery-image] Aug 22 02:15:56.044 INFO O| Aug 22 02:15:56.044 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-08-22T02:15:58.144Z[ recovery-image] Aug 22 02:15:56.054 INFO O| Aug 22 02:15:56.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
65432024-08-22T02:15:58.144Z[ recovery-image] Aug 22 02:15:56.054 INFO O| Aug 22 02:15:56.054 INFO STEP 878 (remove_files) COMPLETE
65442024-08-22T02:15:58.146Z[ recovery-image] Aug 22 02:15:56.054 INFO O| Aug 22 02:15:56.054 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-08-22T02:15:58.154Z[ recovery-image] Aug 22 02:15:56.063 INFO O| Aug 22 02:15:56.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
65462024-08-22T02:15:58.154Z[ recovery-image] Aug 22 02:15:56.063 INFO O| Aug 22 02:15:56.063 INFO STEP 879 (remove_files) COMPLETE
65472024-08-22T02:15:58.156Z[ recovery-image] Aug 22 02:15:56.064 INFO O| Aug 22 02:15:56.063 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-08-22T02:15:58.163Z[ recovery-image] Aug 22 02:15:56.073 INFO O| Aug 22 02:15:56.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
65492024-08-22T02:15:58.163Z[ recovery-image] Aug 22 02:15:56.073 INFO O| Aug 22 02:15:56.073 INFO STEP 880 (remove_files) COMPLETE
65502024-08-22T02:15:58.163Z[ recovery-image] Aug 22 02:15:56.073 INFO O| Aug 22 02:15:56.073 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-08-22T02:15:58.173Z[ recovery-image] Aug 22 02:15:56.082 INFO O| Aug 22 02:15:56.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
65522024-08-22T02:15:58.176Z[ recovery-image] Aug 22 02:15:56.083 INFO O| Aug 22 02:15:56.083 INFO STEP 881 (remove_files) COMPLETE
65532024-08-22T02:15:58.176Z[ recovery-image] Aug 22 02:15:56.083 INFO O| Aug 22 02:15:56.083 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-08-22T02:15:58.186Z[ recovery-image] Aug 22 02:15:56.092 INFO O| Aug 22 02:15:56.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
65552024-08-22T02:15:58.186Z[ recovery-image] Aug 22 02:15:56.093 INFO O| Aug 22 02:15:56.093 INFO STEP 882 (remove_files) COMPLETE
65562024-08-22T02:15:58.186Z[ recovery-image] Aug 22 02:15:56.093 INFO O| Aug 22 02:15:56.093 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-08-22T02:15:58.194Z[ recovery-image] Aug 22 02:15:56.102 INFO O| Aug 22 02:15:56.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
65582024-08-22T02:15:58.196Z[ recovery-image] Aug 22 02:15:56.102 INFO O| Aug 22 02:15:56.102 INFO STEP 883 (remove_files) COMPLETE
65592024-08-22T02:15:58.196Z[ recovery-image] Aug 22 02:15:56.102 INFO O| Aug 22 02:15:56.102 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-08-22T02:15:58.202Z[ recovery-image] Aug 22 02:15:56.112 INFO O| Aug 22 02:15:56.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
65612024-08-22T02:15:58.202Z[ recovery-image] Aug 22 02:15:56.112 INFO O| Aug 22 02:15:56.112 INFO STEP 884 (remove_files) COMPLETE
65622024-08-22T02:15:58.202Z[ recovery-image] Aug 22 02:15:56.112 INFO O| Aug 22 02:15:56.112 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-08-22T02:15:58.212Z[ recovery-image] Aug 22 02:15:56.121 INFO O| Aug 22 02:15:56.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
65642024-08-22T02:15:58.214Z[ recovery-image] Aug 22 02:15:56.121 INFO O| Aug 22 02:15:56.121 INFO STEP 885 (remove_files) COMPLETE
65652024-08-22T02:15:58.214Z[ recovery-image] Aug 22 02:15:56.121 INFO O| Aug 22 02:15:56.121 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-08-22T02:15:58.221Z[ recovery-image] Aug 22 02:15:56.131 INFO O| Aug 22 02:15:56.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
65672024-08-22T02:15:58.221Z[ recovery-image] Aug 22 02:15:56.131 INFO O| Aug 22 02:15:56.131 INFO STEP 886 (remove_files) COMPLETE
65682024-08-22T02:15:58.221Z[ recovery-image] Aug 22 02:15:56.131 INFO O| Aug 22 02:15:56.131 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-08-22T02:15:58.230Z[ recovery-image] Aug 22 02:15:56.140 INFO O| Aug 22 02:15:56.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
65702024-08-22T02:15:58.232Z[ recovery-image] Aug 22 02:15:56.140 INFO O| Aug 22 02:15:56.140 INFO STEP 887 (remove_files) COMPLETE
65712024-08-22T02:15:58.232Z[ recovery-image] Aug 22 02:15:56.140 INFO O| Aug 22 02:15:56.140 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-08-22T02:15:58.240Z[ recovery-image] Aug 22 02:15:56.150 INFO O| Aug 22 02:15:56.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
65732024-08-22T02:15:58.240Z[ recovery-image] Aug 22 02:15:56.150 INFO O| Aug 22 02:15:56.150 INFO STEP 888 (remove_files) COMPLETE
65742024-08-22T02:15:58.240Z[ recovery-image] Aug 22 02:15:56.150 INFO O| Aug 22 02:15:56.150 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-08-22T02:15:58.249Z[ recovery-image] Aug 22 02:15:56.159 INFO O| Aug 22 02:15:56.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
65762024-08-22T02:15:58.252Z[ recovery-image] Aug 22 02:15:56.159 INFO O| Aug 22 02:15:56.159 INFO STEP 889 (remove_files) COMPLETE
65772024-08-22T02:15:58.252Z[ recovery-image] Aug 22 02:15:56.159 INFO O| Aug 22 02:15:56.159 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-08-22T02:15:58.254Z[ host-image] Aug 22 02:15:56.163 INFO O| Aug 22 02:15:56.163 INFO O| Done
65792024-08-22T02:15:58.259Z[ recovery-image] Aug 22 02:15:56.169 INFO O| Aug 22 02:15:56.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
65802024-08-22T02:15:58.261Z[ recovery-image] Aug 22 02:15:56.169 INFO O| Aug 22 02:15:56.169 INFO STEP 890 (remove_files) COMPLETE
65812024-08-22T02:15:58.261Z[ recovery-image] Aug 22 02:15:56.169 INFO O| Aug 22 02:15:56.169 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-08-22T02:15:58.268Z[ recovery-image] Aug 22 02:15:56.178 INFO O| Aug 22 02:15:56.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
65832024-08-22T02:15:58.268Z[ recovery-image] Aug 22 02:15:56.178 INFO O| Aug 22 02:15:56.178 INFO STEP 891 (remove_files) COMPLETE
65842024-08-22T02:15:58.271Z[ recovery-image] Aug 22 02:15:56.178 INFO O| Aug 22 02:15:56.178 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-08-22T02:15:58.278Z[ recovery-image] Aug 22 02:15:56.188 INFO O| Aug 22 02:15:56.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
65862024-08-22T02:15:58.281Z[ recovery-image] Aug 22 02:15:56.188 INFO O| Aug 22 02:15:56.188 INFO STEP 892 (remove_files) COMPLETE
65872024-08-22T02:15:58.281Z[ recovery-image] Aug 22 02:15:56.188 INFO O| Aug 22 02:15:56.188 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-08-22T02:15:58.281Z[ host-image] Aug 22 02:15:56.189 INFO O| Aug 22 02:15:56.189 INFO O| Done
65892024-08-22T02:15:58.281Z[ host-image] Aug 22 02:15:56.189 INFO O| Aug 22 02:15:56.189 INFO O| Done
65902024-08-22T02:15:58.289Z[ recovery-image] Aug 22 02:15:56.197 INFO O| Aug 22 02:15:56.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
65912024-08-22T02:15:58.289Z[ recovery-image] Aug 22 02:15:56.198 INFO O| Aug 22 02:15:56.198 INFO STEP 893 (remove_files) COMPLETE
65922024-08-22T02:15:58.289Z[ recovery-image] Aug 22 02:15:56.198 INFO O| Aug 22 02:15:56.198 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-08-22T02:15:58.297Z[ recovery-image] Aug 22 02:15:56.207 INFO O| Aug 22 02:15:56.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
65942024-08-22T02:15:58.297Z[ recovery-image] Aug 22 02:15:56.207 INFO O| Aug 22 02:15:56.207 INFO STEP 894 (remove_files) COMPLETE
65952024-08-22T02:15:58.300Z[ recovery-image] Aug 22 02:15:56.207 INFO O| Aug 22 02:15:56.207 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-08-22T02:15:58.307Z[ recovery-image] Aug 22 02:15:56.217 INFO O| Aug 22 02:15:56.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
65972024-08-22T02:15:58.307Z[ recovery-image] Aug 22 02:15:56.217 INFO O| Aug 22 02:15:56.217 INFO STEP 895 (remove_files) COMPLETE
65982024-08-22T02:15:58.307Z[ recovery-image] Aug 22 02:15:56.217 INFO O| Aug 22 02:15:56.217 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-08-22T02:15:58.316Z[ recovery-image] Aug 22 02:15:56.226 INFO O| Aug 22 02:15:56.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
66002024-08-22T02:15:58.316Z[ recovery-image] Aug 22 02:15:56.226 INFO O| Aug 22 02:15:56.226 INFO STEP 896 (remove_files) COMPLETE
66012024-08-22T02:15:58.316Z[ recovery-image] Aug 22 02:15:56.226 INFO O| Aug 22 02:15:56.226 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-08-22T02:15:58.319Z[ host-image] Aug 22 02:15:56.226 INFO O| Aug 22 02:15:56.226 INFO O| Done
66032024-08-22T02:15:58.326Z[ recovery-image] Aug 22 02:15:56.236 INFO O| Aug 22 02:15:56.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
66042024-08-22T02:15:58.326Z[ recovery-image] Aug 22 02:15:56.236 INFO O| Aug 22 02:15:56.236 INFO STEP 897 (remove_files) COMPLETE
66052024-08-22T02:15:58.328Z[ recovery-image] Aug 22 02:15:56.236 INFO O| Aug 22 02:15:56.236 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-08-22T02:15:58.335Z[ recovery-image] Aug 22 02:15:56.245 INFO O| Aug 22 02:15:56.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
66072024-08-22T02:15:58.335Z[ recovery-image] Aug 22 02:15:56.245 INFO O| Aug 22 02:15:56.245 INFO STEP 898 (remove_files) COMPLETE
66082024-08-22T02:15:58.339Z[ recovery-image] Aug 22 02:15:56.245 INFO O| Aug 22 02:15:56.245 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-08-22T02:15:58.346Z[ recovery-image] Aug 22 02:15:56.256 INFO O| Aug 22 02:15:56.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
66102024-08-22T02:15:58.348Z[ recovery-image] Aug 22 02:15:56.256 INFO O| Aug 22 02:15:56.256 INFO STEP 899 (remove_files) COMPLETE
66112024-08-22T02:15:58.348Z[ recovery-image] Aug 22 02:15:56.256 INFO O| Aug 22 02:15:56.256 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-08-22T02:15:58.356Z[ recovery-image] Aug 22 02:15:56.266 INFO O| Aug 22 02:15:56.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
66132024-08-22T02:15:58.356Z[ recovery-image] Aug 22 02:15:56.266 INFO O| Aug 22 02:15:56.266 INFO STEP 900 (remove_files) COMPLETE
66142024-08-22T02:15:58.358Z[ recovery-image] Aug 22 02:15:56.266 INFO O| Aug 22 02:15:56.266 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-08-22T02:15:58.365Z[ recovery-image] Aug 22 02:15:56.275 INFO O| Aug 22 02:15:56.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
66162024-08-22T02:15:58.365Z[ recovery-image] Aug 22 02:15:56.275 INFO O| Aug 22 02:15:56.275 INFO STEP 901 (remove_files) COMPLETE
66172024-08-22T02:15:58.365Z[ recovery-image] Aug 22 02:15:56.275 INFO O| Aug 22 02:15:56.275 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-08-22T02:15:58.375Z[ recovery-image] Aug 22 02:15:56.285 INFO O| Aug 22 02:15:56.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
66192024-08-22T02:15:58.375Z[ recovery-image] Aug 22 02:15:56.285 INFO O| Aug 22 02:15:56.285 INFO STEP 902 (remove_files) COMPLETE
66202024-08-22T02:15:58.377Z[ recovery-image] Aug 22 02:15:56.285 INFO O| Aug 22 02:15:56.285 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-08-22T02:15:58.385Z[ recovery-image] Aug 22 02:15:56.295 INFO O| Aug 22 02:15:56.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
66222024-08-22T02:15:58.388Z[ recovery-image] Aug 22 02:15:56.295 INFO O| Aug 22 02:15:56.295 INFO STEP 903 (remove_files) COMPLETE
66232024-08-22T02:15:58.388Z[ recovery-image] Aug 22 02:15:56.295 INFO O| Aug 22 02:15:56.295 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-08-22T02:15:58.395Z[ recovery-image] Aug 22 02:15:56.305 INFO O| Aug 22 02:15:56.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
66252024-08-22T02:15:58.397Z[ recovery-image] Aug 22 02:15:56.305 INFO O| Aug 22 02:15:56.305 INFO STEP 904 (remove_files) COMPLETE
66262024-08-22T02:15:58.397Z[ recovery-image] Aug 22 02:15:56.306 INFO O| Aug 22 02:15:56.305 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-08-22T02:15:58.405Z[ recovery-image] Aug 22 02:15:56.315 INFO O| Aug 22 02:15:56.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
66282024-08-22T02:15:58.410Z[ recovery-image] Aug 22 02:15:56.315 INFO O| Aug 22 02:15:56.315 INFO STEP 905 (remove_files) COMPLETE
66292024-08-22T02:15:58.410Z[ recovery-image] Aug 22 02:15:56.315 INFO O| Aug 22 02:15:56.315 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-08-22T02:15:58.415Z[ recovery-image] Aug 22 02:15:56.325 INFO O| Aug 22 02:15:56.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
66312024-08-22T02:15:58.415Z[ recovery-image] Aug 22 02:15:56.325 INFO O| Aug 22 02:15:56.325 INFO STEP 906 (remove_files) COMPLETE
66322024-08-22T02:15:58.417Z[ recovery-image] Aug 22 02:15:56.325 INFO O| Aug 22 02:15:56.325 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-08-22T02:15:58.417Z[ host-image] Aug 22 02:15:56.326 INFO O| Aug 22 02:15:56.326 INFO STEP 13 (pkg_install) COMPLETE
66342024-08-22T02:15:58.417Z[ host-image] Aug 22 02:15:56.326 INFO O| Aug 22 02:15:56.326 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
66352024-08-22T02:15:58.425Z[ recovery-image] Aug 22 02:15:56.335 INFO O| Aug 22 02:15:56.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
66362024-08-22T02:15:58.425Z[ recovery-image] Aug 22 02:15:56.335 INFO O| Aug 22 02:15:56.335 INFO STEP 907 (remove_files) COMPLETE
66372024-08-22T02:15:58.427Z[ recovery-image] Aug 22 02:15:56.335 INFO O| Aug 22 02:15:56.335 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-08-22T02:15:58.427Z[ host-image] Aug 22 02:15:56.337 INFO O| Aug 22 02:15:56.337 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
66392024-08-22T02:15:58.435Z[ recovery-image] Aug 22 02:15:56.345 INFO O| Aug 22 02:15:56.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
66402024-08-22T02:15:58.441Z[ recovery-image] Aug 22 02:15:56.345 INFO O| Aug 22 02:15:56.345 INFO STEP 908 (remove_files) COMPLETE
66412024-08-22T02:15:58.441Z[ recovery-image] Aug 22 02:15:56.345 INFO O| Aug 22 02:15:56.345 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-08-22T02:15:58.446Z[ recovery-image] Aug 22 02:15:56.356 INFO O| Aug 22 02:15:56.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
66432024-08-22T02:15:58.448Z[ recovery-image] Aug 22 02:15:56.356 INFO O| Aug 22 02:15:56.356 INFO STEP 909 (remove_files) COMPLETE
66442024-08-22T02:15:58.448Z[ recovery-image] Aug 22 02:15:56.356 INFO O| Aug 22 02:15:56.356 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-08-22T02:15:58.456Z[ recovery-image] Aug 22 02:15:56.366 INFO O| Aug 22 02:15:56.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
66462024-08-22T02:15:58.458Z[ recovery-image] Aug 22 02:15:56.366 INFO O| Aug 22 02:15:56.366 INFO STEP 910 (remove_files) COMPLETE
66472024-08-22T02:15:58.458Z[ recovery-image] Aug 22 02:15:56.366 INFO O| Aug 22 02:15:56.366 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-08-22T02:15:58.465Z[ recovery-image] Aug 22 02:15:56.375 INFO O| Aug 22 02:15:56.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
66492024-08-22T02:15:58.465Z[ recovery-image] Aug 22 02:15:56.376 INFO O| Aug 22 02:15:56.376 INFO STEP 911 (remove_files) COMPLETE
66502024-08-22T02:15:58.468Z[ recovery-image] Aug 22 02:15:56.376 INFO O| Aug 22 02:15:56.376 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-08-22T02:15:58.475Z[ recovery-image] Aug 22 02:15:56.385 INFO O| Aug 22 02:15:56.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
66522024-08-22T02:15:58.475Z[ recovery-image] Aug 22 02:15:56.385 INFO O| Aug 22 02:15:56.385 INFO STEP 912 (remove_files) COMPLETE
66532024-08-22T02:15:58.475Z[ recovery-image] Aug 22 02:15:56.385 INFO O| Aug 22 02:15:56.385 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-08-22T02:15:58.485Z[ recovery-image] Aug 22 02:15:56.395 INFO O| Aug 22 02:15:56.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
66552024-08-22T02:15:58.485Z[ recovery-image] Aug 22 02:15:56.395 INFO O| Aug 22 02:15:56.395 INFO STEP 913 (remove_files) COMPLETE
66562024-08-22T02:15:58.488Z[ recovery-image] Aug 22 02:15:56.395 INFO O| Aug 22 02:15:56.395 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-08-22T02:15:58.495Z[ recovery-image] Aug 22 02:15:56.405 INFO O| Aug 22 02:15:56.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
66582024-08-22T02:15:58.495Z[ recovery-image] Aug 22 02:15:56.405 INFO O| Aug 22 02:15:56.405 INFO STEP 914 (remove_files) COMPLETE
66592024-08-22T02:15:58.497Z[ recovery-image] Aug 22 02:15:56.405 INFO O| Aug 22 02:15:56.405 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-08-22T02:15:58.505Z[ recovery-image] Aug 22 02:15:56.414 INFO O| Aug 22 02:15:56.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
66612024-08-22T02:15:58.505Z[ recovery-image] Aug 22 02:15:56.415 INFO O| Aug 22 02:15:56.415 INFO STEP 915 (remove_files) COMPLETE
66622024-08-22T02:15:58.505Z[ recovery-image] Aug 22 02:15:56.415 INFO O| Aug 22 02:15:56.415 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-08-22T02:15:58.514Z[ recovery-image] Aug 22 02:15:56.424 INFO O| Aug 22 02:15:56.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
66642024-08-22T02:15:58.516Z[ recovery-image] Aug 22 02:15:56.424 INFO O| Aug 22 02:15:56.424 INFO STEP 916 (remove_files) COMPLETE
66652024-08-22T02:15:58.516Z[ recovery-image] Aug 22 02:15:56.424 INFO O| Aug 22 02:15:56.424 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-08-22T02:15:58.524Z[ recovery-image] Aug 22 02:15:56.434 INFO O| Aug 22 02:15:56.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
66672024-08-22T02:15:58.524Z[ recovery-image] Aug 22 02:15:56.434 INFO O| Aug 22 02:15:56.434 INFO STEP 917 (remove_files) COMPLETE
66682024-08-22T02:15:58.526Z[ recovery-image] Aug 22 02:15:56.434 INFO O| Aug 22 02:15:56.434 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-08-22T02:15:58.533Z[ recovery-image] Aug 22 02:15:56.443 INFO O| Aug 22 02:15:56.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
66702024-08-22T02:15:58.533Z[ recovery-image] Aug 22 02:15:56.443 INFO O| Aug 22 02:15:56.443 INFO STEP 918 (remove_files) COMPLETE
66712024-08-22T02:15:58.536Z[ recovery-image] Aug 22 02:15:56.443 INFO O| Aug 22 02:15:56.443 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-08-22T02:15:58.543Z[ recovery-image] Aug 22 02:15:56.453 INFO O| Aug 22 02:15:56.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
66732024-08-22T02:15:58.543Z[ recovery-image] Aug 22 02:15:56.453 INFO O| Aug 22 02:15:56.453 INFO STEP 919 (remove_files) COMPLETE
66742024-08-22T02:15:58.553Z[ recovery-image] Aug 22 02:15:56.453 INFO O| Aug 22 02:15:56.453 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-08-22T02:15:58.557Z[ recovery-image] Aug 22 02:15:56.463 INFO O| Aug 22 02:15:56.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
66762024-08-22T02:15:58.557Z[ recovery-image] Aug 22 02:15:56.463 INFO O| Aug 22 02:15:56.463 INFO STEP 920 (remove_files) COMPLETE
66772024-08-22T02:15:58.557Z[ recovery-image] Aug 22 02:15:56.463 INFO O| Aug 22 02:15:56.463 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-08-22T02:15:58.562Z[ recovery-image] Aug 22 02:15:56.472 INFO O| Aug 22 02:15:56.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
66792024-08-22T02:15:58.563Z[ recovery-image] Aug 22 02:15:56.473 INFO O| Aug 22 02:15:56.472 INFO STEP 921 (remove_files) COMPLETE
66802024-08-22T02:15:58.563Z[ recovery-image] Aug 22 02:15:56.473 INFO O| Aug 22 02:15:56.473 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-08-22T02:15:58.574Z[ recovery-image] Aug 22 02:15:56.482 INFO O| Aug 22 02:15:56.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
66822024-08-22T02:15:58.575Z[ recovery-image] Aug 22 02:15:56.482 INFO O| Aug 22 02:15:56.482 INFO STEP 922 (remove_files) COMPLETE
66832024-08-22T02:15:58.575Z[ recovery-image] Aug 22 02:15:56.482 INFO O| Aug 22 02:15:56.482 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-08-22T02:15:58.582Z[ recovery-image] Aug 22 02:15:56.492 INFO O| Aug 22 02:15:56.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
66852024-08-22T02:15:58.582Z[ recovery-image] Aug 22 02:15:56.492 INFO O| Aug 22 02:15:56.492 INFO STEP 923 (remove_files) COMPLETE
66862024-08-22T02:15:58.584Z[ recovery-image] Aug 22 02:15:56.492 INFO O| Aug 22 02:15:56.492 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-08-22T02:15:58.591Z[ recovery-image] Aug 22 02:15:56.501 INFO O| Aug 22 02:15:56.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
66882024-08-22T02:15:58.591Z[ recovery-image] Aug 22 02:15:56.501 INFO O| Aug 22 02:15:56.501 INFO STEP 924 (remove_files) COMPLETE
66892024-08-22T02:15:58.594Z[ recovery-image] Aug 22 02:15:56.501 INFO O| Aug 22 02:15:56.501 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-08-22T02:15:58.601Z[ recovery-image] Aug 22 02:15:56.511 INFO O| Aug 22 02:15:56.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
66912024-08-22T02:15:58.601Z[ recovery-image] Aug 22 02:15:56.511 INFO O| Aug 22 02:15:56.511 INFO STEP 925 (remove_files) COMPLETE
66922024-08-22T02:15:58.603Z[ recovery-image] Aug 22 02:15:56.511 INFO O| Aug 22 02:15:56.511 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-08-22T02:15:58.611Z[ recovery-image] Aug 22 02:15:56.521 INFO O| Aug 22 02:15:56.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
66942024-08-22T02:15:58.611Z[ recovery-image] Aug 22 02:15:56.521 INFO O| Aug 22 02:15:56.521 INFO STEP 926 (remove_files) COMPLETE
66952024-08-22T02:15:58.611Z[ recovery-image] Aug 22 02:15:56.521 INFO O| Aug 22 02:15:56.521 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-08-22T02:15:58.621Z[ recovery-image] Aug 22 02:15:56.530 INFO O| Aug 22 02:15:56.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
66972024-08-22T02:15:58.621Z[ recovery-image] Aug 22 02:15:56.531 INFO O| Aug 22 02:15:56.531 INFO STEP 927 (remove_files) COMPLETE
66982024-08-22T02:15:58.621Z[ recovery-image] Aug 22 02:15:56.531 INFO O| Aug 22 02:15:56.531 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-08-22T02:15:58.630Z[ recovery-image] Aug 22 02:15:56.540 INFO O| Aug 22 02:15:56.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
67002024-08-22T02:15:58.632Z[ recovery-image] Aug 22 02:15:56.541 INFO O| Aug 22 02:15:56.541 INFO STEP 928 (remove_files) COMPLETE
67012024-08-22T02:15:58.632Z[ recovery-image] Aug 22 02:15:56.541 INFO O| Aug 22 02:15:56.541 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-08-22T02:15:58.640Z[ recovery-image] Aug 22 02:15:56.550 INFO O| Aug 22 02:15:56.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
67032024-08-22T02:15:58.640Z[ recovery-image] Aug 22 02:15:56.550 INFO O| Aug 22 02:15:56.550 INFO STEP 929 (remove_files) COMPLETE
67042024-08-22T02:15:58.643Z[ recovery-image] Aug 22 02:15:56.550 INFO O| Aug 22 02:15:56.550 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-08-22T02:15:58.651Z[ recovery-image] Aug 22 02:15:56.560 INFO O| Aug 22 02:15:56.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
67062024-08-22T02:15:58.651Z[ recovery-image] Aug 22 02:15:56.560 INFO O| Aug 22 02:15:56.560 INFO STEP 930 (remove_files) COMPLETE
67072024-08-22T02:15:58.653Z[ recovery-image] Aug 22 02:15:56.560 INFO O| Aug 22 02:15:56.560 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-08-22T02:15:58.661Z[ recovery-image] Aug 22 02:15:56.569 INFO O| Aug 22 02:15:56.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
67092024-08-22T02:15:58.664Z[ recovery-image] Aug 22 02:15:56.569 INFO O| Aug 22 02:15:56.569 INFO STEP 931 (remove_files) COMPLETE
67102024-08-22T02:15:58.664Z[ recovery-image] Aug 22 02:15:56.570 INFO O| Aug 22 02:15:56.569 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-08-22T02:15:58.669Z[ recovery-image] Aug 22 02:15:56.579 INFO O| Aug 22 02:15:56.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
67122024-08-22T02:15:58.672Z[ recovery-image] Aug 22 02:15:56.579 INFO O| Aug 22 02:15:56.579 INFO STEP 932 (remove_files) COMPLETE
67132024-08-22T02:15:58.672Z[ recovery-image] Aug 22 02:15:56.579 INFO O| Aug 22 02:15:56.579 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-08-22T02:15:58.679Z[ recovery-image] Aug 22 02:15:56.589 INFO O| Aug 22 02:15:56.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
67152024-08-22T02:15:58.679Z[ recovery-image] Aug 22 02:15:56.589 INFO O| Aug 22 02:15:56.589 INFO STEP 933 (remove_files) COMPLETE
67162024-08-22T02:15:58.682Z[ recovery-image] Aug 22 02:15:56.589 INFO O| Aug 22 02:15:56.589 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-08-22T02:15:58.688Z[ recovery-image] Aug 22 02:15:56.598 INFO O| Aug 22 02:15:56.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
67182024-08-22T02:15:58.689Z[ recovery-image] Aug 22 02:15:56.598 INFO O| Aug 22 02:15:56.598 INFO STEP 934 (remove_files) COMPLETE
67192024-08-22T02:15:58.689Z[ recovery-image] Aug 22 02:15:56.598 INFO O| Aug 22 02:15:56.598 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-08-22T02:15:58.698Z[ recovery-image] Aug 22 02:15:56.608 INFO O| Aug 22 02:15:56.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
67212024-08-22T02:15:58.698Z[ recovery-image] Aug 22 02:15:56.608 INFO O| Aug 22 02:15:56.608 INFO STEP 935 (remove_files) COMPLETE
67222024-08-22T02:15:58.701Z[ recovery-image] Aug 22 02:15:56.608 INFO O| Aug 22 02:15:56.608 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-08-22T02:15:58.707Z[ recovery-image] Aug 22 02:15:56.617 INFO O| Aug 22 02:15:56.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
67242024-08-22T02:15:58.710Z[ recovery-image] Aug 22 02:15:56.618 INFO O| Aug 22 02:15:56.618 INFO STEP 936 (remove_files) COMPLETE
67252024-08-22T02:15:58.710Z[ recovery-image] Aug 22 02:15:56.618 INFO O| Aug 22 02:15:56.618 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-08-22T02:15:58.718Z[ recovery-image] Aug 22 02:15:56.627 INFO O| Aug 22 02:15:56.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
67272024-08-22T02:15:58.720Z[ recovery-image] Aug 22 02:15:56.627 INFO O| Aug 22 02:15:56.627 INFO STEP 937 (remove_files) COMPLETE
67282024-08-22T02:15:58.720Z[ recovery-image] Aug 22 02:15:56.627 INFO O| Aug 22 02:15:56.627 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-08-22T02:15:58.727Z[ recovery-image] Aug 22 02:15:56.637 INFO O| Aug 22 02:15:56.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
67302024-08-22T02:15:58.727Z[ recovery-image] Aug 22 02:15:56.637 INFO O| Aug 22 02:15:56.637 INFO STEP 938 (remove_files) COMPLETE
67312024-08-22T02:15:58.727Z[ recovery-image] Aug 22 02:15:56.637 INFO O| Aug 22 02:15:56.637 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-08-22T02:15:58.737Z[ recovery-image] Aug 22 02:15:56.647 INFO O| Aug 22 02:15:56.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
67332024-08-22T02:15:58.739Z[ recovery-image] Aug 22 02:15:56.647 INFO O| Aug 22 02:15:56.647 INFO STEP 939 (remove_files) COMPLETE
67342024-08-22T02:15:58.739Z[ recovery-image] Aug 22 02:15:56.647 INFO O| Aug 22 02:15:56.647 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-08-22T02:15:58.746Z[ recovery-image] Aug 22 02:15:56.656 INFO O| Aug 22 02:15:56.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
67362024-08-22T02:15:58.747Z[ recovery-image] Aug 22 02:15:56.656 INFO O| Aug 22 02:15:56.656 INFO STEP 940 (remove_files) COMPLETE
67372024-08-22T02:15:58.749Z[ recovery-image] Aug 22 02:15:56.656 INFO O| Aug 22 02:15:56.656 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-08-22T02:15:58.756Z[ recovery-image] Aug 22 02:15:56.666 INFO O| Aug 22 02:15:56.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
67392024-08-22T02:15:58.756Z[ recovery-image] Aug 22 02:15:56.666 INFO O| Aug 22 02:15:56.666 INFO STEP 941 (remove_files) COMPLETE
67402024-08-22T02:15:58.759Z[ recovery-image] Aug 22 02:15:56.666 INFO O| Aug 22 02:15:56.666 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-08-22T02:15:58.766Z[ recovery-image] Aug 22 02:15:56.676 INFO O| Aug 22 02:15:56.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
67422024-08-22T02:15:58.766Z[ recovery-image] Aug 22 02:15:56.676 INFO O| Aug 22 02:15:56.676 INFO STEP 942 (remove_files) COMPLETE
67432024-08-22T02:15:58.769Z[ recovery-image] Aug 22 02:15:56.676 INFO O| Aug 22 02:15:56.676 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-08-22T02:15:58.776Z[ recovery-image] Aug 22 02:15:56.685 INFO O| Aug 22 02:15:56.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
67452024-08-22T02:15:58.776Z[ recovery-image] Aug 22 02:15:56.685 INFO O| Aug 22 02:15:56.685 INFO STEP 943 (remove_files) COMPLETE
67462024-08-22T02:15:58.776Z[ recovery-image] Aug 22 02:15:56.685 INFO O| Aug 22 02:15:56.685 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-08-22T02:15:58.786Z[ recovery-image] Aug 22 02:15:56.695 INFO O| Aug 22 02:15:56.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
67482024-08-22T02:15:58.786Z[ recovery-image] Aug 22 02:15:56.695 INFO O| Aug 22 02:15:56.695 INFO STEP 944 (remove_files) COMPLETE
67492024-08-22T02:15:58.789Z[ recovery-image] Aug 22 02:15:56.695 INFO O| Aug 22 02:15:56.695 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-08-22T02:15:58.796Z[ recovery-image] Aug 22 02:15:56.705 INFO O| Aug 22 02:15:56.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
67512024-08-22T02:15:58.796Z[ recovery-image] Aug 22 02:15:56.705 INFO O| Aug 22 02:15:56.705 INFO STEP 945 (remove_files) COMPLETE
67522024-08-22T02:15:58.796Z[ recovery-image] Aug 22 02:15:56.705 INFO O| Aug 22 02:15:56.705 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-08-22T02:15:58.805Z[ recovery-image] Aug 22 02:15:56.715 INFO O| Aug 22 02:15:56.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
67542024-08-22T02:15:58.808Z[ recovery-image] Aug 22 02:15:56.715 INFO O| Aug 22 02:15:56.715 INFO STEP 946 (remove_files) COMPLETE
67552024-08-22T02:15:58.808Z[ recovery-image] Aug 22 02:15:56.715 INFO O| Aug 22 02:15:56.715 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-08-22T02:15:58.815Z[ recovery-image] Aug 22 02:15:56.725 INFO O| Aug 22 02:15:56.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
67572024-08-22T02:15:58.818Z[ recovery-image] Aug 22 02:15:56.725 INFO O| Aug 22 02:15:56.725 INFO STEP 947 (remove_files) COMPLETE
67582024-08-22T02:15:58.818Z[ recovery-image] Aug 22 02:15:56.725 INFO O| Aug 22 02:15:56.725 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-08-22T02:15:58.825Z[ recovery-image] Aug 22 02:15:56.734 INFO O| Aug 22 02:15:56.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
67602024-08-22T02:15:58.825Z[ recovery-image] Aug 22 02:15:56.734 INFO O| Aug 22 02:15:56.734 INFO STEP 948 (remove_files) COMPLETE
67612024-08-22T02:15:58.825Z[ recovery-image] Aug 22 02:15:56.735 INFO O| Aug 22 02:15:56.734 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-08-22T02:15:58.834Z[ recovery-image] Aug 22 02:15:56.744 INFO O| Aug 22 02:15:56.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
67632024-08-22T02:15:58.837Z[ recovery-image] Aug 22 02:15:56.744 INFO O| Aug 22 02:15:56.744 INFO STEP 949 (remove_files) COMPLETE
67642024-08-22T02:15:58.837Z[ recovery-image] Aug 22 02:15:56.744 INFO O| Aug 22 02:15:56.744 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-08-22T02:15:58.844Z[ recovery-image] Aug 22 02:15:56.754 INFO O| Aug 22 02:15:56.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
67662024-08-22T02:15:58.844Z[ recovery-image] Aug 22 02:15:56.754 INFO O| Aug 22 02:15:56.754 INFO STEP 950 (remove_files) COMPLETE
67672024-08-22T02:15:58.847Z[ recovery-image] Aug 22 02:15:56.754 INFO O| Aug 22 02:15:56.754 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-08-22T02:15:58.855Z[ recovery-image] Aug 22 02:15:56.764 INFO O| Aug 22 02:15:56.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
67692024-08-22T02:15:58.855Z[ recovery-image] Aug 22 02:15:56.764 INFO O| Aug 22 02:15:56.764 INFO STEP 951 (remove_files) COMPLETE
67702024-08-22T02:15:58.855Z[ recovery-image] Aug 22 02:15:56.764 INFO O| Aug 22 02:15:56.764 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-08-22T02:15:58.857Z[ host-image] Aug 22 02:15:56.767 INFO O| Aug 22 02:15:56.767 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
67722024-08-22T02:15:58.864Z[ recovery-image] Aug 22 02:15:56.774 INFO O| Aug 22 02:15:56.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
67732024-08-22T02:15:58.867Z[ recovery-image] Aug 22 02:15:56.774 INFO O| Aug 22 02:15:56.774 INFO STEP 952 (remove_files) COMPLETE
67742024-08-22T02:15:58.867Z[ recovery-image] Aug 22 02:15:56.774 INFO O| Aug 22 02:15:56.774 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-08-22T02:15:58.874Z[ recovery-image] Aug 22 02:15:56.784 INFO O| Aug 22 02:15:56.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
67762024-08-22T02:15:58.877Z[ recovery-image] Aug 22 02:15:56.784 INFO O| Aug 22 02:15:56.784 INFO STEP 953 (remove_files) COMPLETE
67772024-08-22T02:15:58.877Z[ recovery-image] Aug 22 02:15:56.784 INFO O| Aug 22 02:15:56.784 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-08-22T02:15:58.886Z[ recovery-image] Aug 22 02:15:56.796 INFO O| Aug 22 02:15:56.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
67792024-08-22T02:15:58.889Z[ recovery-image] Aug 22 02:15:56.796 INFO O| Aug 22 02:15:56.796 INFO STEP 954 (remove_files) COMPLETE
67802024-08-22T02:15:58.889Z[ recovery-image] Aug 22 02:15:56.796 INFO O| Aug 22 02:15:56.796 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-08-22T02:15:58.898Z[ recovery-image] Aug 22 02:15:56.808 INFO O| Aug 22 02:15:56.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
67822024-08-22T02:15:58.901Z[ recovery-image] Aug 22 02:15:56.808 INFO O| Aug 22 02:15:56.808 INFO STEP 955 (remove_files) COMPLETE
67832024-08-22T02:15:58.901Z[ recovery-image] Aug 22 02:15:56.808 INFO O| Aug 22 02:15:56.808 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-08-22T02:15:58.909Z[ recovery-image] Aug 22 02:15:56.818 INFO O| Aug 22 02:15:56.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
67852024-08-22T02:15:58.911Z[ recovery-image] Aug 22 02:15:56.818 INFO O| Aug 22 02:15:56.818 INFO STEP 956 (remove_files) COMPLETE
67862024-08-22T02:15:58.912Z[ recovery-image] Aug 22 02:15:56.818 INFO O| Aug 22 02:15:56.818 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-08-22T02:15:58.919Z[ recovery-image] Aug 22 02:15:56.828 INFO O| Aug 22 02:15:56.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
67882024-08-22T02:15:58.921Z[ recovery-image] Aug 22 02:15:56.828 INFO O| Aug 22 02:15:56.828 INFO STEP 957 (remove_files) COMPLETE
67892024-08-22T02:15:58.921Z[ recovery-image] Aug 22 02:15:56.828 INFO O| Aug 22 02:15:56.828 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-08-22T02:15:58.930Z[ recovery-image] Aug 22 02:15:56.840 INFO O| Aug 22 02:15:56.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
67912024-08-22T02:15:58.933Z[ recovery-image] Aug 22 02:15:56.840 INFO O| Aug 22 02:15:56.840 INFO STEP 958 (remove_files) COMPLETE
67922024-08-22T02:15:58.933Z[ recovery-image] Aug 22 02:15:56.840 INFO O| Aug 22 02:15:56.840 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-08-22T02:15:58.940Z[ recovery-image] Aug 22 02:15:56.850 INFO O| Aug 22 02:15:56.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
67942024-08-22T02:15:58.940Z[ recovery-image] Aug 22 02:15:56.850 INFO O| Aug 22 02:15:56.850 INFO STEP 959 (remove_files) COMPLETE
67952024-08-22T02:15:58.943Z[ recovery-image] Aug 22 02:15:56.850 INFO O| Aug 22 02:15:56.850 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-08-22T02:15:58.951Z[ recovery-image] Aug 22 02:15:56.861 INFO O| Aug 22 02:15:56.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
67972024-08-22T02:15:58.951Z[ recovery-image] Aug 22 02:15:56.861 INFO O| Aug 22 02:15:56.861 INFO STEP 960 (remove_files) COMPLETE
67982024-08-22T02:15:58.953Z[ recovery-image] Aug 22 02:15:56.861 INFO O| Aug 22 02:15:56.861 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-08-22T02:15:58.963Z[ recovery-image] Aug 22 02:15:56.872 INFO O| Aug 22 02:15:56.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
68002024-08-22T02:15:58.963Z[ recovery-image] Aug 22 02:15:56.872 INFO O| Aug 22 02:15:56.872 INFO STEP 961 (remove_files) COMPLETE
68012024-08-22T02:15:58.964Z[ recovery-image] Aug 22 02:15:56.872 INFO O| Aug 22 02:15:56.872 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-08-22T02:15:58.974Z[ recovery-image] Aug 22 02:15:56.884 INFO O| Aug 22 02:15:56.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
68032024-08-22T02:15:58.974Z[ recovery-image] Aug 22 02:15:56.884 INFO O| Aug 22 02:15:56.884 INFO STEP 962 (remove_files) COMPLETE
68042024-08-22T02:15:58.974Z[ recovery-image] Aug 22 02:15:56.884 INFO O| Aug 22 02:15:56.884 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-08-22T02:15:58.985Z[ recovery-image] Aug 22 02:15:56.895 INFO O| Aug 22 02:15:56.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
68062024-08-22T02:15:58.985Z[ recovery-image] Aug 22 02:15:56.895 INFO O| Aug 22 02:15:56.895 INFO STEP 963 (remove_files) COMPLETE
68072024-08-22T02:15:58.985Z[ recovery-image] Aug 22 02:15:56.895 INFO O| Aug 22 02:15:56.895 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-08-22T02:15:58.995Z[ recovery-image] Aug 22 02:15:56.905 INFO O| Aug 22 02:15:56.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
68092024-08-22T02:15:58.997Z[ recovery-image] Aug 22 02:15:56.905 INFO O| Aug 22 02:15:56.905 INFO STEP 964 (remove_files) COMPLETE
68102024-08-22T02:15:58.997Z[ recovery-image] Aug 22 02:15:56.905 INFO O| Aug 22 02:15:56.905 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-08-22T02:15:59.007Z[ recovery-image] Aug 22 02:15:56.916 INFO O| Aug 22 02:15:56.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
68122024-08-22T02:15:59.009Z[ recovery-image] Aug 22 02:15:56.917 INFO O| Aug 22 02:15:56.916 INFO STEP 965 (remove_files) COMPLETE
68132024-08-22T02:15:59.009Z[ recovery-image] Aug 22 02:15:56.917 INFO O| Aug 22 02:15:56.917 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-08-22T02:15:59.018Z[ recovery-image] Aug 22 02:15:56.928 INFO O| Aug 22 02:15:56.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
68152024-08-22T02:15:59.020Z[ recovery-image] Aug 22 02:15:56.928 INFO O| Aug 22 02:15:56.928 INFO STEP 966 (remove_files) COMPLETE
68162024-08-22T02:15:59.020Z[ recovery-image] Aug 22 02:15:56.928 INFO O| Aug 22 02:15:56.928 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-08-22T02:15:59.028Z[ recovery-image] Aug 22 02:15:56.938 INFO O| Aug 22 02:15:56.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
68182024-08-22T02:15:59.028Z[ recovery-image] Aug 22 02:15:56.938 INFO O| Aug 22 02:15:56.938 INFO STEP 967 (remove_files) COMPLETE
68192024-08-22T02:15:59.030Z[ recovery-image] Aug 22 02:15:56.938 INFO O| Aug 22 02:15:56.938 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-08-22T02:15:59.038Z[ recovery-image] Aug 22 02:15:56.948 INFO O| Aug 22 02:15:56.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
68212024-08-22T02:15:59.040Z[ recovery-image] Aug 22 02:15:56.948 INFO O| Aug 22 02:15:56.948 INFO STEP 968 (remove_files) COMPLETE
68222024-08-22T02:15:59.040Z[ recovery-image] Aug 22 02:15:56.948 INFO O| Aug 22 02:15:56.948 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-08-22T02:15:59.048Z[ recovery-image] Aug 22 02:15:56.958 INFO O| Aug 22 02:15:56.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
68242024-08-22T02:15:59.050Z[ recovery-image] Aug 22 02:15:56.958 INFO O| Aug 22 02:15:56.958 INFO STEP 969 (remove_files) COMPLETE
68252024-08-22T02:15:59.050Z[ recovery-image] Aug 22 02:15:56.958 INFO O| Aug 22 02:15:56.958 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-08-22T02:15:59.058Z[ recovery-image] Aug 22 02:15:56.967 INFO O| Aug 22 02:15:56.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
68272024-08-22T02:15:59.060Z[ recovery-image] Aug 22 02:15:56.968 INFO O| Aug 22 02:15:56.968 INFO STEP 970 (remove_files) COMPLETE
68282024-08-22T02:15:59.060Z[ recovery-image] Aug 22 02:15:56.968 INFO O| Aug 22 02:15:56.968 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-08-22T02:15:59.067Z[ recovery-image] Aug 22 02:15:56.977 INFO O| Aug 22 02:15:56.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
68302024-08-22T02:15:59.070Z[ recovery-image] Aug 22 02:15:56.977 INFO O| Aug 22 02:15:56.977 INFO STEP 971 (remove_files) COMPLETE
68312024-08-22T02:15:59.070Z[ recovery-image] Aug 22 02:15:56.977 INFO O| Aug 22 02:15:56.977 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-08-22T02:15:59.078Z[ recovery-image] Aug 22 02:15:56.988 INFO O| Aug 22 02:15:56.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
68332024-08-22T02:15:59.081Z[ recovery-image] Aug 22 02:15:56.988 INFO O| Aug 22 02:15:56.988 INFO STEP 972 (remove_files) COMPLETE
68342024-08-22T02:15:59.081Z[ recovery-image] Aug 22 02:15:56.988 INFO O| Aug 22 02:15:56.988 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-08-22T02:15:59.089Z[ recovery-image] Aug 22 02:15:56.999 INFO O| Aug 22 02:15:56.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
68362024-08-22T02:15:59.092Z[ recovery-image] Aug 22 02:15:56.999 INFO O| Aug 22 02:15:56.999 INFO STEP 973 (remove_files) COMPLETE
68372024-08-22T02:15:59.092Z[ recovery-image] Aug 22 02:15:56.999 INFO O| Aug 22 02:15:56.999 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-08-22T02:15:59.101Z[ recovery-image] Aug 22 02:15:57.010 INFO O| Aug 22 02:15:57.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
68392024-08-22T02:15:59.101Z[ recovery-image] Aug 22 02:15:57.010 INFO O| Aug 22 02:15:57.010 INFO STEP 974 (remove_files) COMPLETE
68402024-08-22T02:15:59.101Z[ recovery-image] Aug 22 02:15:57.010 INFO O| Aug 22 02:15:57.010 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-08-22T02:15:59.111Z[ recovery-image] Aug 22 02:15:57.020 INFO O| Aug 22 02:15:57.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
68422024-08-22T02:15:59.111Z[ recovery-image] Aug 22 02:15:57.020 INFO O| Aug 22 02:15:57.020 INFO STEP 975 (remove_files) COMPLETE
68432024-08-22T02:15:59.114Z[ recovery-image] Aug 22 02:15:57.020 INFO O| Aug 22 02:15:57.020 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-08-22T02:15:59.123Z[ recovery-image] Aug 22 02:15:57.033 INFO O| Aug 22 02:15:57.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
68452024-08-22T02:15:59.123Z[ recovery-image] Aug 22 02:15:57.033 INFO O| Aug 22 02:15:57.033 INFO STEP 976 (remove_files) COMPLETE
68462024-08-22T02:15:59.126Z[ recovery-image] Aug 22 02:15:57.033 INFO O| Aug 22 02:15:57.033 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-08-22T02:15:59.135Z[ recovery-image] Aug 22 02:15:57.044 INFO O| Aug 22 02:15:57.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
68482024-08-22T02:15:59.135Z[ recovery-image] Aug 22 02:15:57.044 INFO O| Aug 22 02:15:57.044 INFO STEP 977 (remove_files) COMPLETE
68492024-08-22T02:15:59.137Z[ recovery-image] Aug 22 02:15:57.044 INFO O| Aug 22 02:15:57.044 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-08-22T02:15:59.145Z[ recovery-image] Aug 22 02:15:57.054 INFO O| Aug 22 02:15:57.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
68512024-08-22T02:15:59.147Z[ recovery-image] Aug 22 02:15:57.054 INFO O| Aug 22 02:15:57.054 INFO STEP 978 (remove_files) COMPLETE
68522024-08-22T02:15:59.147Z[ recovery-image] Aug 22 02:15:57.054 INFO O| Aug 22 02:15:57.054 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-08-22T02:15:59.154Z[ recovery-image] Aug 22 02:15:57.064 INFO O| Aug 22 02:15:57.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
68542024-08-22T02:15:59.154Z[ recovery-image] Aug 22 02:15:57.064 INFO O| Aug 22 02:15:57.064 INFO STEP 979 (remove_files) COMPLETE
68552024-08-22T02:15:59.154Z[ recovery-image] Aug 22 02:15:57.064 INFO O| Aug 22 02:15:57.064 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-08-22T02:15:59.164Z[ recovery-image] Aug 22 02:15:57.074 INFO O| Aug 22 02:15:57.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
68572024-08-22T02:15:59.167Z[ recovery-image] Aug 22 02:15:57.074 INFO O| Aug 22 02:15:57.074 INFO STEP 980 (remove_files) COMPLETE
68582024-08-22T02:15:59.167Z[ recovery-image] Aug 22 02:15:57.074 INFO O| Aug 22 02:15:57.074 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-08-22T02:15:59.174Z[ recovery-image] Aug 22 02:15:57.083 INFO O| Aug 22 02:15:57.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
68602024-08-22T02:15:59.177Z[ recovery-image] Aug 22 02:15:57.083 INFO O| Aug 22 02:15:57.083 INFO STEP 981 (remove_files) COMPLETE
68612024-08-22T02:15:59.177Z[ recovery-image] Aug 22 02:15:57.083 INFO O| Aug 22 02:15:57.083 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-08-22T02:15:59.183Z[ recovery-image] Aug 22 02:15:57.093 INFO O| Aug 22 02:15:57.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
68632024-08-22T02:15:59.184Z[ recovery-image] Aug 22 02:15:57.093 INFO O| Aug 22 02:15:57.093 INFO STEP 982 (remove_files) COMPLETE
68642024-08-22T02:15:59.188Z[ recovery-image] Aug 22 02:15:57.093 INFO O| Aug 22 02:15:57.093 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-08-22T02:15:59.193Z[ recovery-image] Aug 22 02:15:57.103 INFO O| Aug 22 02:15:57.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
68662024-08-22T02:15:59.193Z[ recovery-image] Aug 22 02:15:57.103 INFO O| Aug 22 02:15:57.103 INFO STEP 983 (remove_files) COMPLETE
68672024-08-22T02:15:59.196Z[ recovery-image] Aug 22 02:15:57.103 INFO O| Aug 22 02:15:57.103 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-08-22T02:15:59.203Z[ recovery-image] Aug 22 02:15:57.112 INFO O| Aug 22 02:15:57.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
68692024-08-22T02:15:59.206Z[ recovery-image] Aug 22 02:15:57.113 INFO O| Aug 22 02:15:57.112 INFO STEP 984 (remove_files) COMPLETE
68702024-08-22T02:15:59.206Z[ recovery-image] Aug 22 02:15:57.113 INFO O| Aug 22 02:15:57.112 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-08-22T02:15:59.212Z[ recovery-image] Aug 22 02:15:57.122 INFO O| Aug 22 02:15:57.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
68722024-08-22T02:15:59.212Z[ recovery-image] Aug 22 02:15:57.122 INFO O| Aug 22 02:15:57.122 INFO STEP 985 (remove_files) COMPLETE
68732024-08-22T02:15:59.215Z[ recovery-image] Aug 22 02:15:57.122 INFO O| Aug 22 02:15:57.122 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-08-22T02:15:59.222Z[ recovery-image] Aug 22 02:15:57.131 INFO O| Aug 22 02:15:57.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
68752024-08-22T02:15:59.222Z[ recovery-image] Aug 22 02:15:57.132 INFO O| Aug 22 02:15:57.131 INFO STEP 986 (remove_files) COMPLETE
68762024-08-22T02:15:59.222Z[ recovery-image] Aug 22 02:15:57.132 INFO O| Aug 22 02:15:57.131 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-08-22T02:15:59.231Z[ recovery-image] Aug 22 02:15:57.141 INFO O| Aug 22 02:15:57.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
68782024-08-22T02:15:59.231Z[ recovery-image] Aug 22 02:15:57.141 INFO O| Aug 22 02:15:57.141 INFO STEP 987 (remove_files) COMPLETE
68792024-08-22T02:15:59.234Z[ recovery-image] Aug 22 02:15:57.141 INFO O| Aug 22 02:15:57.141 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-08-22T02:15:59.241Z[ recovery-image] Aug 22 02:15:57.151 INFO O| Aug 22 02:15:57.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
68812024-08-22T02:15:59.241Z[ recovery-image] Aug 22 02:15:57.151 INFO O| Aug 22 02:15:57.151 INFO STEP 988 (remove_files) COMPLETE
68822024-08-22T02:15:59.244Z[ recovery-image] Aug 22 02:15:57.151 INFO O| Aug 22 02:15:57.151 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-08-22T02:15:59.252Z[ recovery-image] Aug 22 02:15:57.162 INFO O| Aug 22 02:15:57.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
68842024-08-22T02:15:59.253Z[ recovery-image] Aug 22 02:15:57.162 INFO O| Aug 22 02:15:57.162 INFO STEP 989 (remove_files) COMPLETE
68852024-08-22T02:15:59.255Z[ recovery-image] Aug 22 02:15:57.162 INFO O| Aug 22 02:15:57.162 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-08-22T02:15:59.263Z[ recovery-image] Aug 22 02:15:57.172 INFO O| Aug 22 02:15:57.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
68872024-08-22T02:15:59.265Z[ recovery-image] Aug 22 02:15:57.172 INFO O| Aug 22 02:15:57.172 INFO STEP 990 (remove_files) COMPLETE
68882024-08-22T02:15:59.265Z[ recovery-image] Aug 22 02:15:57.172 INFO O| Aug 22 02:15:57.172 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-08-22T02:15:59.272Z[ recovery-image] Aug 22 02:15:57.182 INFO O| Aug 22 02:15:57.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
68902024-08-22T02:15:59.272Z[ recovery-image] Aug 22 02:15:57.182 INFO O| Aug 22 02:15:57.182 INFO STEP 991 (remove_files) COMPLETE
68912024-08-22T02:15:59.274Z[ recovery-image] Aug 22 02:15:57.182 INFO O| Aug 22 02:15:57.182 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-08-22T02:15:59.282Z[ recovery-image] Aug 22 02:15:57.192 INFO O| Aug 22 02:15:57.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
68932024-08-22T02:15:59.282Z[ recovery-image] Aug 22 02:15:57.192 INFO O| Aug 22 02:15:57.192 INFO STEP 992 (remove_files) COMPLETE
68942024-08-22T02:15:59.282Z[ recovery-image] Aug 22 02:15:57.192 INFO O| Aug 22 02:15:57.192 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-08-22T02:15:59.292Z[ recovery-image] Aug 22 02:15:57.202 INFO O| Aug 22 02:15:57.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
68962024-08-22T02:15:59.292Z[ recovery-image] Aug 22 02:15:57.202 INFO O| Aug 22 02:15:57.202 INFO STEP 993 (remove_files) COMPLETE
68972024-08-22T02:15:59.292Z[ recovery-image] Aug 22 02:15:57.202 INFO O| Aug 22 02:15:57.202 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-08-22T02:15:59.302Z[ recovery-image] Aug 22 02:15:57.212 INFO O| Aug 22 02:15:57.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
68992024-08-22T02:15:59.302Z[ recovery-image] Aug 22 02:15:57.212 INFO O| Aug 22 02:15:57.212 INFO STEP 994 (remove_files) COMPLETE
69002024-08-22T02:15:59.302Z[ recovery-image] Aug 22 02:15:57.212 INFO O| Aug 22 02:15:57.212 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-08-22T02:15:59.312Z[ recovery-image] Aug 22 02:15:57.222 INFO O| Aug 22 02:15:57.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
69022024-08-22T02:15:59.312Z[ recovery-image] Aug 22 02:15:57.222 INFO O| Aug 22 02:15:57.222 INFO STEP 995 (remove_files) COMPLETE
69032024-08-22T02:15:59.312Z[ recovery-image] Aug 22 02:15:57.222 INFO O| Aug 22 02:15:57.222 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-08-22T02:15:59.322Z[ recovery-image] Aug 22 02:15:57.231 INFO O| Aug 22 02:15:57.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
69052024-08-22T02:15:59.322Z[ recovery-image] Aug 22 02:15:57.232 INFO O| Aug 22 02:15:57.232 INFO STEP 996 (remove_files) COMPLETE
69062024-08-22T02:15:59.325Z[ recovery-image] Aug 22 02:15:57.232 INFO O| Aug 22 02:15:57.232 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-08-22T02:15:59.331Z[ recovery-image] Aug 22 02:15:57.241 INFO O| Aug 22 02:15:57.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
69082024-08-22T02:15:59.331Z[ recovery-image] Aug 22 02:15:57.241 INFO O| Aug 22 02:15:57.241 INFO STEP 997 (remove_files) COMPLETE
69092024-08-22T02:15:59.334Z[ recovery-image] Aug 22 02:15:57.241 INFO O| Aug 22 02:15:57.241 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-08-22T02:15:59.346Z[ recovery-image] Aug 22 02:15:57.255 INFO O| Aug 22 02:15:57.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
69112024-08-22T02:15:59.346Z[ recovery-image] Aug 22 02:15:57.255 INFO O| Aug 22 02:15:57.255 INFO STEP 998 (remove_files) COMPLETE
69122024-08-22T02:15:59.346Z[ recovery-image] Aug 22 02:15:57.255 INFO O| Aug 22 02:15:57.255 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-08-22T02:15:59.372Z[ recovery-image] Aug 22 02:15:57.281 INFO O| Aug 22 02:15:57.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
69142024-08-22T02:15:59.374Z[ recovery-image] Aug 22 02:15:57.281 INFO O| Aug 22 02:15:57.281 INFO STEP 999 (remove_files) COMPLETE
69152024-08-22T02:15:59.374Z[ recovery-image] Aug 22 02:15:57.281 INFO O| Aug 22 02:15:57.281 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-08-22T02:15:59.385Z[ recovery-image] Aug 22 02:15:57.295 INFO O| Aug 22 02:15:57.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
69172024-08-22T02:15:59.385Z[ recovery-image] Aug 22 02:15:57.295 INFO O| Aug 22 02:15:57.295 INFO STEP 1000 (remove_files) COMPLETE
69182024-08-22T02:15:59.388Z[ recovery-image] Aug 22 02:15:57.295 INFO O| Aug 22 02:15:57.295 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-08-22T02:15:59.397Z[ recovery-image] Aug 22 02:15:57.307 INFO O| Aug 22 02:15:57.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
69202024-08-22T02:15:59.400Z[ recovery-image] Aug 22 02:15:57.307 INFO O| Aug 22 02:15:57.307 INFO STEP 1001 (remove_files) COMPLETE
69212024-08-22T02:15:59.400Z[ recovery-image] Aug 22 02:15:57.307 INFO O| Aug 22 02:15:57.307 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-08-22T02:15:59.408Z[ recovery-image] Aug 22 02:15:57.318 INFO O| Aug 22 02:15:57.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
69232024-08-22T02:15:59.410Z[ recovery-image] Aug 22 02:15:57.318 INFO O| Aug 22 02:15:57.318 INFO STEP 1002 (remove_files) COMPLETE
69242024-08-22T02:15:59.410Z[ recovery-image] Aug 22 02:15:57.318 INFO O| Aug 22 02:15:57.318 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-08-22T02:15:59.418Z[ recovery-image] Aug 22 02:15:57.328 INFO O| Aug 22 02:15:57.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
69262024-08-22T02:15:59.420Z[ recovery-image] Aug 22 02:15:57.328 INFO O| Aug 22 02:15:57.328 INFO STEP 1003 (remove_files) COMPLETE
69272024-08-22T02:15:59.420Z[ recovery-image] Aug 22 02:15:57.328 INFO O| Aug 22 02:15:57.328 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-08-22T02:15:59.427Z[ recovery-image] Aug 22 02:15:57.337 INFO O| Aug 22 02:15:57.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
69292024-08-22T02:15:59.427Z[ recovery-image] Aug 22 02:15:57.337 INFO O| Aug 22 02:15:57.337 INFO STEP 1004 (remove_files) COMPLETE
69302024-08-22T02:15:59.430Z[ recovery-image] Aug 22 02:15:57.337 INFO O| Aug 22 02:15:57.337 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-08-22T02:15:59.437Z[ recovery-image] Aug 22 02:15:57.347 INFO O| Aug 22 02:15:57.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
69322024-08-22T02:15:59.437Z[ recovery-image] Aug 22 02:15:57.347 INFO O| Aug 22 02:15:57.347 INFO STEP 1005 (remove_files) COMPLETE
69332024-08-22T02:15:59.437Z[ recovery-image] Aug 22 02:15:57.347 INFO O| Aug 22 02:15:57.347 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-08-22T02:15:59.447Z[ recovery-image] Aug 22 02:15:57.357 INFO O| Aug 22 02:15:57.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
69352024-08-22T02:15:59.447Z[ recovery-image] Aug 22 02:15:57.357 INFO O| Aug 22 02:15:57.357 INFO STEP 1006 (remove_files) COMPLETE
69362024-08-22T02:15:59.450Z[ recovery-image] Aug 22 02:15:57.357 INFO O| Aug 22 02:15:57.357 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-08-22T02:15:59.457Z[ recovery-image] Aug 22 02:15:57.366 INFO O| Aug 22 02:15:57.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
69382024-08-22T02:15:59.459Z[ recovery-image] Aug 22 02:15:57.367 INFO O| Aug 22 02:15:57.366 INFO STEP 1007 (remove_files) COMPLETE
69392024-08-22T02:15:59.459Z[ recovery-image] Aug 22 02:15:57.367 INFO O| Aug 22 02:15:57.367 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-08-22T02:15:59.466Z[ recovery-image] Aug 22 02:15:57.376 INFO O| Aug 22 02:15:57.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
69412024-08-22T02:15:59.468Z[ recovery-image] Aug 22 02:15:57.376 INFO O| Aug 22 02:15:57.376 INFO STEP 1008 (remove_files) COMPLETE
69422024-08-22T02:15:59.468Z[ recovery-image] Aug 22 02:15:57.376 INFO O| Aug 22 02:15:57.376 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-08-22T02:15:59.476Z[ recovery-image] Aug 22 02:15:57.386 INFO O| Aug 22 02:15:57.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
69442024-08-22T02:15:59.476Z[ recovery-image] Aug 22 02:15:57.386 INFO O| Aug 22 02:15:57.386 INFO STEP 1009 (remove_files) COMPLETE
69452024-08-22T02:15:59.478Z[ recovery-image] Aug 22 02:15:57.386 INFO O| Aug 22 02:15:57.386 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-08-22T02:15:59.485Z[ recovery-image] Aug 22 02:15:57.395 INFO O| Aug 22 02:15:57.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
69472024-08-22T02:15:59.485Z[ recovery-image] Aug 22 02:15:57.395 INFO O| Aug 22 02:15:57.395 INFO STEP 1010 (remove_files) COMPLETE
69482024-08-22T02:15:59.485Z[ recovery-image] Aug 22 02:15:57.395 INFO O| Aug 22 02:15:57.395 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-08-22T02:15:59.497Z[ recovery-image] Aug 22 02:15:57.406 INFO O| Aug 22 02:15:57.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
69502024-08-22T02:15:59.497Z[ recovery-image] Aug 22 02:15:57.406 INFO O| Aug 22 02:15:57.406 INFO STEP 1011 (remove_files) COMPLETE
69512024-08-22T02:15:59.497Z[ recovery-image] Aug 22 02:15:57.406 INFO O| Aug 22 02:15:57.406 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-08-22T02:15:59.507Z[ recovery-image] Aug 22 02:15:57.417 INFO O| Aug 22 02:15:57.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
69532024-08-22T02:15:59.507Z[ recovery-image] Aug 22 02:15:57.417 INFO O| Aug 22 02:15:57.417 INFO STEP 1012 (remove_files) COMPLETE
69542024-08-22T02:15:59.510Z[ recovery-image] Aug 22 02:15:57.417 INFO O| Aug 22 02:15:57.417 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-08-22T02:15:59.517Z[ recovery-image] Aug 22 02:15:57.427 INFO O| Aug 22 02:15:57.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
69562024-08-22T02:15:59.519Z[ recovery-image] Aug 22 02:15:57.427 INFO O| Aug 22 02:15:57.427 INFO STEP 1013 (remove_files) COMPLETE
69572024-08-22T02:15:59.519Z[ recovery-image] Aug 22 02:15:57.427 INFO O| Aug 22 02:15:57.427 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-08-22T02:15:59.528Z[ recovery-image] Aug 22 02:15:57.438 INFO O| Aug 22 02:15:57.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
69592024-08-22T02:15:59.528Z[ recovery-image] Aug 22 02:15:57.438 INFO O| Aug 22 02:15:57.438 INFO STEP 1014 (remove_files) COMPLETE
69602024-08-22T02:15:59.528Z[ recovery-image] Aug 22 02:15:57.438 INFO O| Aug 22 02:15:57.438 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-08-22T02:15:59.539Z[ recovery-image] Aug 22 02:15:57.449 INFO O| Aug 22 02:15:57.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
69622024-08-22T02:15:59.541Z[ recovery-image] Aug 22 02:15:57.449 INFO O| Aug 22 02:15:57.449 INFO STEP 1015 (remove_files) COMPLETE
69632024-08-22T02:15:59.541Z[ recovery-image] Aug 22 02:15:57.449 INFO O| Aug 22 02:15:57.449 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-08-22T02:15:59.550Z[ recovery-image] Aug 22 02:15:57.459 INFO O| Aug 22 02:15:57.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
69652024-08-22T02:15:59.550Z[ recovery-image] Aug 22 02:15:57.459 INFO O| Aug 22 02:15:57.459 INFO STEP 1016 (remove_files) COMPLETE
69662024-08-22T02:15:59.550Z[ recovery-image] Aug 22 02:15:57.460 INFO O| Aug 22 02:15:57.459 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-08-22T02:15:59.560Z[ recovery-image] Aug 22 02:15:57.470 INFO O| Aug 22 02:15:57.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
69682024-08-22T02:15:59.567Z[ recovery-image] Aug 22 02:15:57.470 INFO O| Aug 22 02:15:57.470 INFO STEP 1017 (remove_files) COMPLETE
69692024-08-22T02:15:59.567Z[ recovery-image] Aug 22 02:15:57.470 INFO O| Aug 22 02:15:57.470 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-08-22T02:15:59.571Z[ recovery-image] Aug 22 02:15:57.481 INFO O| Aug 22 02:15:57.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
69712024-08-22T02:15:59.574Z[ recovery-image] Aug 22 02:15:57.481 INFO O| Aug 22 02:15:57.481 INFO STEP 1018 (remove_files) COMPLETE
69722024-08-22T02:15:59.574Z[ recovery-image] Aug 22 02:15:57.481 INFO O| Aug 22 02:15:57.481 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-08-22T02:15:59.583Z[ recovery-image] Aug 22 02:15:57.493 INFO O| Aug 22 02:15:57.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
69742024-08-22T02:15:59.585Z[ recovery-image] Aug 22 02:15:57.493 INFO O| Aug 22 02:15:57.493 INFO STEP 1019 (remove_files) COMPLETE
69752024-08-22T02:15:59.585Z[ recovery-image] Aug 22 02:15:57.493 INFO O| Aug 22 02:15:57.493 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-08-22T02:15:59.593Z[ recovery-image] Aug 22 02:15:57.503 INFO O| Aug 22 02:15:57.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
69772024-08-22T02:15:59.596Z[ recovery-image] Aug 22 02:15:57.503 INFO O| Aug 22 02:15:57.503 INFO STEP 1020 (remove_files) COMPLETE
69782024-08-22T02:15:59.596Z[ recovery-image] Aug 22 02:15:57.503 INFO O| Aug 22 02:15:57.503 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-08-22T02:15:59.603Z[ recovery-image] Aug 22 02:15:57.513 INFO O| Aug 22 02:15:57.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
69802024-08-22T02:15:59.606Z[ recovery-image] Aug 22 02:15:57.513 INFO O| Aug 22 02:15:57.513 INFO STEP 1021 (remove_files) COMPLETE
69812024-08-22T02:15:59.606Z[ recovery-image] Aug 22 02:15:57.513 INFO O| Aug 22 02:15:57.513 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-08-22T02:15:59.614Z[ recovery-image] Aug 22 02:15:57.524 INFO O| Aug 22 02:15:57.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
69832024-08-22T02:15:59.614Z[ recovery-image] Aug 22 02:15:57.524 INFO O| Aug 22 02:15:57.524 INFO STEP 1022 (remove_files) COMPLETE
69842024-08-22T02:15:59.614Z[ recovery-image] Aug 22 02:15:57.524 INFO O| Aug 22 02:15:57.524 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-08-22T02:15:59.623Z[ recovery-image] Aug 22 02:15:57.533 INFO O| Aug 22 02:15:57.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
69862024-08-22T02:15:59.623Z[ recovery-image] Aug 22 02:15:57.533 INFO O| Aug 22 02:15:57.533 INFO STEP 1023 (remove_files) COMPLETE
69872024-08-22T02:15:59.626Z[ recovery-image] Aug 22 02:15:57.533 INFO O| Aug 22 02:15:57.533 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-08-22T02:15:59.633Z[ recovery-image] Aug 22 02:15:57.543 INFO O| Aug 22 02:15:57.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
69892024-08-22T02:15:59.633Z[ recovery-image] Aug 22 02:15:57.543 INFO O| Aug 22 02:15:57.543 INFO STEP 1024 (remove_files) COMPLETE
69902024-08-22T02:15:59.633Z[ recovery-image] Aug 22 02:15:57.543 INFO O| Aug 22 02:15:57.543 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-08-22T02:15:59.643Z[ recovery-image] Aug 22 02:15:57.552 INFO O| Aug 22 02:15:57.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
69922024-08-22T02:15:59.643Z[ recovery-image] Aug 22 02:15:57.552 INFO O| Aug 22 02:15:57.552 INFO STEP 1025 (remove_files) COMPLETE
69932024-08-22T02:15:59.645Z[ recovery-image] Aug 22 02:15:57.552 INFO O| Aug 22 02:15:57.552 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-08-22T02:15:59.652Z[ recovery-image] Aug 22 02:15:57.562 INFO O| Aug 22 02:15:57.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
69952024-08-22T02:15:59.654Z[ recovery-image] Aug 22 02:15:57.562 INFO O| Aug 22 02:15:57.562 INFO STEP 1026 (remove_files) COMPLETE
69962024-08-22T02:15:59.654Z[ recovery-image] Aug 22 02:15:57.562 INFO O| Aug 22 02:15:57.562 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-08-22T02:15:59.662Z[ recovery-image] Aug 22 02:15:57.572 INFO O| Aug 22 02:15:57.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
69982024-08-22T02:15:59.662Z[ recovery-image] Aug 22 02:15:57.572 INFO O| Aug 22 02:15:57.572 INFO STEP 1027 (remove_files) COMPLETE
69992024-08-22T02:15:59.662Z[ recovery-image] Aug 22 02:15:57.572 INFO O| Aug 22 02:15:57.572 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-08-22T02:15:59.671Z[ recovery-image] Aug 22 02:15:57.581 INFO O| Aug 22 02:15:57.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
70012024-08-22T02:15:59.673Z[ recovery-image] Aug 22 02:15:57.582 INFO O| Aug 22 02:15:57.581 INFO STEP 1028 (remove_files) COMPLETE
70022024-08-22T02:15:59.673Z[ recovery-image] Aug 22 02:15:57.582 INFO O| Aug 22 02:15:57.582 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-08-22T02:15:59.681Z[ recovery-image] Aug 22 02:15:57.591 INFO O| Aug 22 02:15:57.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
70042024-08-22T02:15:59.683Z[ recovery-image] Aug 22 02:15:57.591 INFO O| Aug 22 02:15:57.591 INFO STEP 1029 (remove_files) COMPLETE
70052024-08-22T02:15:59.683Z[ recovery-image] Aug 22 02:15:57.591 INFO O| Aug 22 02:15:57.591 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-08-22T02:15:59.691Z[ recovery-image] Aug 22 02:15:57.601 INFO O| Aug 22 02:15:57.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
70072024-08-22T02:15:59.693Z[ recovery-image] Aug 22 02:15:57.601 INFO O| Aug 22 02:15:57.601 INFO STEP 1030 (remove_files) COMPLETE
70082024-08-22T02:15:59.693Z[ recovery-image] Aug 22 02:15:57.601 INFO O| Aug 22 02:15:57.601 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-08-22T02:15:59.701Z[ recovery-image] Aug 22 02:15:57.610 INFO O| Aug 22 02:15:57.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
70102024-08-22T02:15:59.703Z[ recovery-image] Aug 22 02:15:57.611 INFO O| Aug 22 02:15:57.610 INFO STEP 1031 (remove_files) COMPLETE
70112024-08-22T02:15:59.703Z[ recovery-image] Aug 22 02:15:57.611 INFO O| Aug 22 02:15:57.610 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-08-22T02:15:59.710Z[ recovery-image] Aug 22 02:15:57.620 INFO O| Aug 22 02:15:57.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
70132024-08-22T02:15:59.710Z[ recovery-image] Aug 22 02:15:57.620 INFO O| Aug 22 02:15:57.620 INFO STEP 1032 (remove_files) COMPLETE
70142024-08-22T02:15:59.710Z[ recovery-image] Aug 22 02:15:57.620 INFO O| Aug 22 02:15:57.620 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-08-22T02:15:59.720Z[ recovery-image] Aug 22 02:15:57.629 INFO O| Aug 22 02:15:57.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
70162024-08-22T02:15:59.720Z[ recovery-image] Aug 22 02:15:57.630 INFO O| Aug 22 02:15:57.630 INFO STEP 1033 (remove_files) COMPLETE
70172024-08-22T02:15:59.720Z[ recovery-image] Aug 22 02:15:57.630 INFO O| Aug 22 02:15:57.630 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-08-22T02:15:59.729Z[ recovery-image] Aug 22 02:15:57.639 INFO O| Aug 22 02:15:57.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
70192024-08-22T02:15:59.731Z[ recovery-image] Aug 22 02:15:57.639 INFO O| Aug 22 02:15:57.639 INFO STEP 1034 (remove_files) COMPLETE
70202024-08-22T02:15:59.731Z[ recovery-image] Aug 22 02:15:57.639 INFO O| Aug 22 02:15:57.639 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-08-22T02:15:59.739Z[ recovery-image] Aug 22 02:15:57.648 INFO O| Aug 22 02:15:57.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
70222024-08-22T02:15:59.739Z[ recovery-image] Aug 22 02:15:57.648 INFO O| Aug 22 02:15:57.648 INFO STEP 1035 (remove_files) COMPLETE
70232024-08-22T02:15:59.739Z[ recovery-image] Aug 22 02:15:57.648 INFO O| Aug 22 02:15:57.648 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-08-22T02:15:59.748Z[ recovery-image] Aug 22 02:15:57.658 INFO O| Aug 22 02:15:57.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
70252024-08-22T02:15:59.750Z[ recovery-image] Aug 22 02:15:57.658 INFO O| Aug 22 02:15:57.658 INFO STEP 1036 (remove_files) COMPLETE
70262024-08-22T02:15:59.750Z[ recovery-image] Aug 22 02:15:57.658 INFO O| Aug 22 02:15:57.658 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-08-22T02:15:59.758Z[ recovery-image] Aug 22 02:15:57.667 INFO O| Aug 22 02:15:57.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
70282024-08-22T02:15:59.758Z[ recovery-image] Aug 22 02:15:57.667 INFO O| Aug 22 02:15:57.667 INFO STEP 1037 (remove_files) COMPLETE
70292024-08-22T02:15:59.760Z[ recovery-image] Aug 22 02:15:57.667 INFO O| Aug 22 02:15:57.667 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-08-22T02:15:59.767Z[ recovery-image] Aug 22 02:15:57.677 INFO O| Aug 22 02:15:57.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
70312024-08-22T02:15:59.767Z[ recovery-image] Aug 22 02:15:57.677 INFO O| Aug 22 02:15:57.677 INFO STEP 1038 (remove_files) COMPLETE
70322024-08-22T02:15:59.770Z[ recovery-image] Aug 22 02:15:57.677 INFO O| Aug 22 02:15:57.677 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-08-22T02:15:59.778Z[ recovery-image] Aug 22 02:15:57.687 INFO O| Aug 22 02:15:57.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
70342024-08-22T02:15:59.781Z[ recovery-image] Aug 22 02:15:57.688 INFO O| Aug 22 02:15:57.688 INFO STEP 1039 (remove_files) COMPLETE
70352024-08-22T02:15:59.781Z[ recovery-image] Aug 22 02:15:57.688 INFO O| Aug 22 02:15:57.688 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-08-22T02:15:59.789Z[ recovery-image] Aug 22 02:15:57.698 INFO O| Aug 22 02:15:57.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
70372024-08-22T02:15:59.792Z[ recovery-image] Aug 22 02:15:57.698 INFO O| Aug 22 02:15:57.698 INFO STEP 1040 (remove_files) COMPLETE
70382024-08-22T02:15:59.792Z[ recovery-image] Aug 22 02:15:57.698 INFO O| Aug 22 02:15:57.698 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-08-22T02:15:59.799Z[ recovery-image] Aug 22 02:15:57.708 INFO O| Aug 22 02:15:57.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
70402024-08-22T02:15:59.799Z[ recovery-image] Aug 22 02:15:57.708 INFO O| Aug 22 02:15:57.708 INFO STEP 1041 (remove_files) COMPLETE
70412024-08-22T02:15:59.799Z[ recovery-image] Aug 22 02:15:57.708 INFO O| Aug 22 02:15:57.708 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-08-22T02:15:59.810Z[ recovery-image] Aug 22 02:15:57.719 INFO O| Aug 22 02:15:57.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
70432024-08-22T02:15:59.810Z[ recovery-image] Aug 22 02:15:57.719 INFO O| Aug 22 02:15:57.719 INFO STEP 1042 (remove_files) COMPLETE
70442024-08-22T02:15:59.812Z[ recovery-image] Aug 22 02:15:57.719 INFO O| Aug 22 02:15:57.719 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-08-22T02:15:59.820Z[ recovery-image] Aug 22 02:15:57.730 INFO O| Aug 22 02:15:57.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
70462024-08-22T02:15:59.820Z[ recovery-image] Aug 22 02:15:57.730 INFO O| Aug 22 02:15:57.730 INFO STEP 1043 (remove_files) COMPLETE
70472024-08-22T02:15:59.823Z[ recovery-image] Aug 22 02:15:57.730 INFO O| Aug 22 02:15:57.730 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-08-22T02:15:59.831Z[ recovery-image] Aug 22 02:15:57.741 INFO O| Aug 22 02:15:57.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
70492024-08-22T02:15:59.832Z[ recovery-image] Aug 22 02:15:57.741 INFO O| Aug 22 02:15:57.741 INFO STEP 1044 (remove_files) COMPLETE
70502024-08-22T02:15:59.834Z[ recovery-image] Aug 22 02:15:57.741 INFO O| Aug 22 02:15:57.741 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-08-22T02:15:59.842Z[ recovery-image] Aug 22 02:15:57.751 INFO O| Aug 22 02:15:57.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
70522024-08-22T02:15:59.842Z[ recovery-image] Aug 22 02:15:57.751 INFO O| Aug 22 02:15:57.751 INFO STEP 1045 (remove_files) COMPLETE
70532024-08-22T02:15:59.842Z[ recovery-image] Aug 22 02:15:57.752 INFO O| Aug 22 02:15:57.751 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-08-22T02:15:59.852Z[ recovery-image] Aug 22 02:15:57.762 INFO O| Aug 22 02:15:57.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
70552024-08-22T02:15:59.852Z[ recovery-image] Aug 22 02:15:57.762 INFO O| Aug 22 02:15:57.762 INFO STEP 1046 (remove_files) COMPLETE
70562024-08-22T02:15:59.853Z[ recovery-image] Aug 22 02:15:57.762 INFO O| Aug 22 02:15:57.762 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-08-22T02:15:59.862Z[ recovery-image] Aug 22 02:15:57.772 INFO O| Aug 22 02:15:57.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
70582024-08-22T02:15:59.862Z[ recovery-image] Aug 22 02:15:57.772 INFO O| Aug 22 02:15:57.772 INFO STEP 1047 (remove_files) COMPLETE
70592024-08-22T02:15:59.865Z[ recovery-image] Aug 22 02:15:57.772 INFO O| Aug 22 02:15:57.772 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-08-22T02:15:59.873Z[ recovery-image] Aug 22 02:15:57.782 INFO O| Aug 22 02:15:57.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
70612024-08-22T02:15:59.873Z[ recovery-image] Aug 22 02:15:57.782 INFO O| Aug 22 02:15:57.782 INFO STEP 1048 (remove_files) COMPLETE
70622024-08-22T02:15:59.873Z[ recovery-image] Aug 22 02:15:57.782 INFO O| Aug 22 02:15:57.782 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-08-22T02:15:59.882Z[ recovery-image] Aug 22 02:15:57.792 INFO O| Aug 22 02:15:57.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
70642024-08-22T02:15:59.882Z[ recovery-image] Aug 22 02:15:57.792 INFO O| Aug 22 02:15:57.792 INFO STEP 1049 (remove_files) COMPLETE
70652024-08-22T02:15:59.884Z[ recovery-image] Aug 22 02:15:57.792 INFO O| Aug 22 02:15:57.792 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-08-22T02:15:59.892Z[ recovery-image] Aug 22 02:15:57.801 INFO O| Aug 22 02:15:57.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
70672024-08-22T02:15:59.892Z[ recovery-image] Aug 22 02:15:57.801 INFO O| Aug 22 02:15:57.801 INFO STEP 1050 (remove_files) COMPLETE
70682024-08-22T02:15:59.892Z[ recovery-image] Aug 22 02:15:57.801 INFO O| Aug 22 02:15:57.801 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-08-22T02:15:59.902Z[ recovery-image] Aug 22 02:15:57.811 INFO O| Aug 22 02:15:57.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
70702024-08-22T02:15:59.902Z[ recovery-image] Aug 22 02:15:57.812 INFO O| Aug 22 02:15:57.812 INFO STEP 1051 (remove_files) COMPLETE
70712024-08-22T02:15:59.902Z[ recovery-image] Aug 22 02:15:57.812 INFO O| Aug 22 02:15:57.812 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-08-22T02:15:59.912Z[ recovery-image] Aug 22 02:15:57.821 INFO O| Aug 22 02:15:57.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
70732024-08-22T02:15:59.912Z[ recovery-image] Aug 22 02:15:57.822 INFO O| Aug 22 02:15:57.822 INFO STEP 1052 (remove_files) COMPLETE
70742024-08-22T02:15:59.914Z[ recovery-image] Aug 22 02:15:57.822 INFO O| Aug 22 02:15:57.822 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-08-22T02:15:59.924Z[ recovery-image] Aug 22 02:15:57.833 INFO O| Aug 22 02:15:57.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
70762024-08-22T02:15:59.924Z[ recovery-image] Aug 22 02:15:57.833 INFO O| Aug 22 02:15:57.833 INFO STEP 1053 (remove_files) COMPLETE
70772024-08-22T02:15:59.926Z[ recovery-image] Aug 22 02:15:57.833 INFO O| Aug 22 02:15:57.833 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-08-22T02:15:59.933Z[ recovery-image] Aug 22 02:15:57.843 INFO O| Aug 22 02:15:57.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
70792024-08-22T02:15:59.933Z[ recovery-image] Aug 22 02:15:57.843 INFO O| Aug 22 02:15:57.843 INFO STEP 1054 (remove_files) COMPLETE
70802024-08-22T02:15:59.936Z[ recovery-image] Aug 22 02:15:57.843 INFO O| Aug 22 02:15:57.843 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-08-22T02:15:59.943Z[ recovery-image] Aug 22 02:15:57.853 INFO O| Aug 22 02:15:57.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
70822024-08-22T02:15:59.943Z[ recovery-image] Aug 22 02:15:57.853 INFO O| Aug 22 02:15:57.853 INFO STEP 1055 (remove_files) COMPLETE
70832024-08-22T02:15:59.945Z[ recovery-image] Aug 22 02:15:57.853 INFO O| Aug 22 02:15:57.853 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-08-22T02:15:59.955Z[ recovery-image] Aug 22 02:15:57.864 INFO O| Aug 22 02:15:57.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
70852024-08-22T02:15:59.957Z[ recovery-image] Aug 22 02:15:57.864 INFO O| Aug 22 02:15:57.864 INFO STEP 1056 (remove_files) COMPLETE
70862024-08-22T02:15:59.957Z[ recovery-image] Aug 22 02:15:57.865 INFO O| Aug 22 02:15:57.864 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-08-22T02:15:59.964Z[ recovery-image] Aug 22 02:15:57.874 INFO O| Aug 22 02:15:57.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
70882024-08-22T02:15:59.964Z[ recovery-image] Aug 22 02:15:57.874 INFO O| Aug 22 02:15:57.874 INFO STEP 1057 (remove_files) COMPLETE
70892024-08-22T02:15:59.967Z[ recovery-image] Aug 22 02:15:57.874 INFO O| Aug 22 02:15:57.874 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-08-22T02:15:59.974Z[ recovery-image] Aug 22 02:15:57.884 INFO O| Aug 22 02:15:57.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
70912024-08-22T02:15:59.974Z[ recovery-image] Aug 22 02:15:57.884 INFO O| Aug 22 02:15:57.884 INFO STEP 1058 (remove_files) COMPLETE
70922024-08-22T02:15:59.974Z[ recovery-image] Aug 22 02:15:57.884 INFO O| Aug 22 02:15:57.884 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-08-22T02:15:59.986Z[ recovery-image] Aug 22 02:15:57.895 INFO O| Aug 22 02:15:57.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
70942024-08-22T02:15:59.986Z[ recovery-image] Aug 22 02:15:57.896 INFO O| Aug 22 02:15:57.896 INFO STEP 1059 (remove_files) COMPLETE
70952024-08-22T02:15:59.986Z[ recovery-image] Aug 22 02:15:57.896 INFO O| Aug 22 02:15:57.896 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-08-22T02:15:59.995Z[ recovery-image] Aug 22 02:15:57.905 INFO O| Aug 22 02:15:57.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
70972024-08-22T02:15:59.998Z[ recovery-image] Aug 22 02:15:57.905 INFO O| Aug 22 02:15:57.905 INFO STEP 1060 (remove_files) COMPLETE
70982024-08-22T02:15:59.998Z[ recovery-image] Aug 22 02:15:57.905 INFO O| Aug 22 02:15:57.905 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-08-22T02:16:00.005Z[ recovery-image] Aug 22 02:15:57.915 INFO O| Aug 22 02:15:57.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
71002024-08-22T02:16:00.005Z[ recovery-image] Aug 22 02:15:57.915 INFO O| Aug 22 02:15:57.915 INFO STEP 1061 (remove_files) COMPLETE
71012024-08-22T02:16:00.005Z[ recovery-image] Aug 22 02:15:57.915 INFO O| Aug 22 02:15:57.915 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-08-22T02:16:00.017Z[ recovery-image] Aug 22 02:15:57.926 INFO O| Aug 22 02:15:57.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
71032024-08-22T02:16:00.017Z[ recovery-image] Aug 22 02:15:57.926 INFO O| Aug 22 02:15:57.926 INFO STEP 1062 (remove_files) COMPLETE
71042024-08-22T02:16:00.020Z[ recovery-image] Aug 22 02:15:57.926 INFO O| Aug 22 02:15:57.926 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-08-22T02:16:00.026Z[ recovery-image] Aug 22 02:15:57.936 INFO O| Aug 22 02:15:57.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
71062024-08-22T02:16:00.026Z[ recovery-image] Aug 22 02:15:57.936 INFO O| Aug 22 02:15:57.936 INFO STEP 1063 (remove_files) COMPLETE
71072024-08-22T02:16:00.026Z[ recovery-image] Aug 22 02:15:57.936 INFO O| Aug 22 02:15:57.936 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-08-22T02:16:00.037Z[ recovery-image] Aug 22 02:15:57.947 INFO O| Aug 22 02:15:57.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
71092024-08-22T02:16:00.037Z[ recovery-image] Aug 22 02:15:57.947 INFO O| Aug 22 02:15:57.947 INFO STEP 1064 (remove_files) COMPLETE
71102024-08-22T02:16:00.037Z[ recovery-image] Aug 22 02:15:57.947 INFO O| Aug 22 02:15:57.947 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-08-22T02:16:00.047Z[ recovery-image] Aug 22 02:15:57.957 INFO O| Aug 22 02:15:57.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
71122024-08-22T02:16:00.047Z[ recovery-image] Aug 22 02:15:57.957 INFO O| Aug 22 02:15:57.957 INFO STEP 1065 (remove_files) COMPLETE
71132024-08-22T02:16:00.050Z[ recovery-image] Aug 22 02:15:57.957 INFO O| Aug 22 02:15:57.957 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-08-22T02:16:00.057Z[ recovery-image] Aug 22 02:15:57.967 INFO O| Aug 22 02:15:57.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
71152024-08-22T02:16:00.059Z[ recovery-image] Aug 22 02:15:57.967 INFO O| Aug 22 02:15:57.967 INFO STEP 1066 (remove_files) COMPLETE
71162024-08-22T02:16:00.059Z[ recovery-image] Aug 22 02:15:57.967 INFO O| Aug 22 02:15:57.967 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-08-22T02:16:00.068Z[ recovery-image] Aug 22 02:15:57.978 INFO O| Aug 22 02:15:57.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
71182024-08-22T02:16:00.068Z[ recovery-image] Aug 22 02:15:57.978 INFO O| Aug 22 02:15:57.978 INFO STEP 1067 (remove_files) COMPLETE
71192024-08-22T02:16:00.071Z[ recovery-image] Aug 22 02:15:57.978 INFO O| Aug 22 02:15:57.978 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-08-22T02:16:00.078Z[ recovery-image] Aug 22 02:15:57.988 INFO O| Aug 22 02:15:57.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
71212024-08-22T02:16:00.078Z[ recovery-image] Aug 22 02:15:57.988 INFO O| Aug 22 02:15:57.988 INFO STEP 1068 (remove_files) COMPLETE
71222024-08-22T02:16:00.081Z[ recovery-image] Aug 22 02:15:57.988 INFO O| Aug 22 02:15:57.988 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-08-22T02:16:00.089Z[ recovery-image] Aug 22 02:15:57.999 INFO O| Aug 22 02:15:57.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
71242024-08-22T02:16:00.089Z[ recovery-image] Aug 22 02:15:57.999 INFO O| Aug 22 02:15:57.999 INFO STEP 1069 (remove_files) COMPLETE
71252024-08-22T02:16:00.091Z[ recovery-image] Aug 22 02:15:57.999 INFO O| Aug 22 02:15:57.999 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-08-22T02:16:00.100Z[ recovery-image] Aug 22 02:15:58.009 INFO O| Aug 22 02:15:58.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
71272024-08-22T02:16:00.100Z[ recovery-image] Aug 22 02:15:58.009 INFO O| Aug 22 02:15:58.009 INFO STEP 1070 (remove_files) COMPLETE
71282024-08-22T02:16:00.102Z[ recovery-image] Aug 22 02:15:58.009 INFO O| Aug 22 02:15:58.009 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-08-22T02:16:00.109Z[ recovery-image] Aug 22 02:15:58.019 INFO O| Aug 22 02:15:58.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
71302024-08-22T02:16:00.109Z[ recovery-image] Aug 22 02:15:58.019 INFO O| Aug 22 02:15:58.019 INFO STEP 1071 (remove_files) COMPLETE
71312024-08-22T02:16:00.110Z[ recovery-image] Aug 22 02:15:58.019 INFO O| Aug 22 02:15:58.019 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-08-22T02:16:00.119Z[ recovery-image] Aug 22 02:15:58.029 INFO O| Aug 22 02:15:58.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
71332024-08-22T02:16:00.122Z[ recovery-image] Aug 22 02:15:58.029 INFO O| Aug 22 02:15:58.029 INFO STEP 1072 (remove_files) COMPLETE
71342024-08-22T02:16:00.122Z[ recovery-image] Aug 22 02:15:58.029 INFO O| Aug 22 02:15:58.029 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-08-22T02:16:00.129Z[ recovery-image] Aug 22 02:15:58.038 INFO O| Aug 22 02:15:58.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
71362024-08-22T02:16:00.129Z[ recovery-image] Aug 22 02:15:58.038 INFO O| Aug 22 02:15:58.038 INFO STEP 1073 (remove_files) COMPLETE
71372024-08-22T02:16:00.131Z[ recovery-image] Aug 22 02:15:58.038 INFO O| Aug 22 02:15:58.038 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-08-22T02:16:00.138Z[ recovery-image] Aug 22 02:15:58.048 INFO O| Aug 22 02:15:58.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
71392024-08-22T02:16:00.138Z[ recovery-image] Aug 22 02:15:58.048 INFO O| Aug 22 02:15:58.048 INFO STEP 1074 (remove_files) COMPLETE
71402024-08-22T02:16:00.138Z[ recovery-image] Aug 22 02:15:58.048 INFO O| Aug 22 02:15:58.048 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-08-22T02:16:00.148Z[ recovery-image] Aug 22 02:15:58.058 INFO O| Aug 22 02:15:58.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
71422024-08-22T02:16:00.148Z[ recovery-image] Aug 22 02:15:58.058 INFO O| Aug 22 02:15:58.058 INFO STEP 1075 (remove_files) COMPLETE
71432024-08-22T02:16:00.148Z[ recovery-image] Aug 22 02:15:58.058 INFO O| Aug 22 02:15:58.058 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-08-22T02:16:00.159Z[ recovery-image] Aug 22 02:15:58.069 INFO O| Aug 22 02:15:58.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
71452024-08-22T02:16:00.159Z[ recovery-image] Aug 22 02:15:58.069 INFO O| Aug 22 02:15:58.069 INFO STEP 1076 (remove_files) COMPLETE
71462024-08-22T02:16:00.162Z[ recovery-image] Aug 22 02:15:58.069 INFO O| Aug 22 02:15:58.069 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-08-22T02:16:00.169Z[ recovery-image] Aug 22 02:15:58.079 INFO O| Aug 22 02:15:58.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
71482024-08-22T02:16:00.169Z[ recovery-image] Aug 22 02:15:58.079 INFO O| Aug 22 02:15:58.079 INFO STEP 1077 (remove_files) COMPLETE
71492024-08-22T02:16:00.172Z[ recovery-image] Aug 22 02:15:58.079 INFO O| Aug 22 02:15:58.079 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-08-22T02:16:00.180Z[ recovery-image] Aug 22 02:15:58.089 INFO O| Aug 22 02:15:58.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
71512024-08-22T02:16:00.182Z[ recovery-image] Aug 22 02:15:58.089 INFO O| Aug 22 02:15:58.089 INFO STEP 1078 (remove_files) COMPLETE
71522024-08-22T02:16:00.182Z[ recovery-image] Aug 22 02:15:58.089 INFO O| Aug 22 02:15:58.089 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-08-22T02:16:00.190Z[ recovery-image] Aug 22 02:15:58.099 INFO O| Aug 22 02:15:58.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
71542024-08-22T02:16:00.190Z[ recovery-image] Aug 22 02:15:58.100 INFO O| Aug 22 02:15:58.100 INFO STEP 1079 (remove_files) COMPLETE
71552024-08-22T02:16:00.192Z[ recovery-image] Aug 22 02:15:58.100 INFO O| Aug 22 02:15:58.100 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-08-22T02:16:00.201Z[ recovery-image] Aug 22 02:15:58.110 INFO O| Aug 22 02:15:58.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
71572024-08-22T02:16:00.203Z[ recovery-image] Aug 22 02:15:58.110 INFO O| Aug 22 02:15:58.110 INFO STEP 1080 (remove_files) COMPLETE
71582024-08-22T02:16:00.203Z[ recovery-image] Aug 22 02:15:58.110 INFO O| Aug 22 02:15:58.110 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-08-22T02:16:00.211Z[ recovery-image] Aug 22 02:15:58.121 INFO O| Aug 22 02:15:58.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
71602024-08-22T02:16:00.214Z[ recovery-image] Aug 22 02:15:58.121 INFO O| Aug 22 02:15:58.121 INFO STEP 1081 (remove_files) COMPLETE
71612024-08-22T02:16:00.214Z[ recovery-image] Aug 22 02:15:58.121 INFO O| Aug 22 02:15:58.121 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-08-22T02:16:00.223Z[ recovery-image] Aug 22 02:15:58.132 INFO O| Aug 22 02:15:58.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
71632024-08-22T02:16:00.223Z[ recovery-image] Aug 22 02:15:58.133 INFO O| Aug 22 02:15:58.132 INFO STEP 1082 (remove_files) COMPLETE
71642024-08-22T02:16:00.225Z[ recovery-image] Aug 22 02:15:58.133 INFO O| Aug 22 02:15:58.132 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-08-22T02:16:00.234Z[ recovery-image] Aug 22 02:15:58.143 INFO O| Aug 22 02:15:58.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
71662024-08-22T02:16:00.236Z[ recovery-image] Aug 22 02:15:58.144 INFO O| Aug 22 02:15:58.144 INFO STEP 1083 (remove_files) COMPLETE
71672024-08-22T02:16:00.236Z[ recovery-image] Aug 22 02:15:58.144 INFO O| Aug 22 02:15:58.144 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-08-22T02:16:00.245Z[ recovery-image] Aug 22 02:15:58.155 INFO O| Aug 22 02:15:58.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
71692024-08-22T02:16:00.247Z[ recovery-image] Aug 22 02:15:58.155 INFO O| Aug 22 02:15:58.155 INFO STEP 1084 (remove_files) COMPLETE
71702024-08-22T02:16:00.247Z[ recovery-image] Aug 22 02:15:58.155 INFO O| Aug 22 02:15:58.155 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-08-22T02:16:00.256Z[ recovery-image] Aug 22 02:15:58.165 INFO O| Aug 22 02:15:58.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
71722024-08-22T02:16:00.256Z[ recovery-image] Aug 22 02:15:58.165 INFO O| Aug 22 02:15:58.165 INFO STEP 1085 (remove_files) COMPLETE
71732024-08-22T02:16:00.256Z[ recovery-image] Aug 22 02:15:58.165 INFO O| Aug 22 02:15:58.165 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-08-22T02:16:00.266Z[ recovery-image] Aug 22 02:15:58.175 INFO O| Aug 22 02:15:58.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
71752024-08-22T02:16:00.268Z[ recovery-image] Aug 22 02:15:58.176 INFO O| Aug 22 02:15:58.175 INFO STEP 1086 (remove_files) COMPLETE
71762024-08-22T02:16:00.268Z[ recovery-image] Aug 22 02:15:58.176 INFO O| Aug 22 02:15:58.175 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-08-22T02:16:00.276Z[ recovery-image] Aug 22 02:15:58.185 INFO O| Aug 22 02:15:58.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
71782024-08-22T02:16:00.276Z[ recovery-image] Aug 22 02:15:58.185 INFO O| Aug 22 02:15:58.185 INFO STEP 1087 (remove_files) COMPLETE
71792024-08-22T02:16:00.276Z[ recovery-image] Aug 22 02:15:58.185 INFO O| Aug 22 02:15:58.185 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-08-22T02:16:00.286Z[ recovery-image] Aug 22 02:15:58.195 INFO O| Aug 22 02:15:58.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
71812024-08-22T02:16:00.288Z[ recovery-image] Aug 22 02:15:58.195 INFO O| Aug 22 02:15:58.195 INFO STEP 1088 (remove_files) COMPLETE
71822024-08-22T02:16:00.289Z[ recovery-image] Aug 22 02:15:58.195 INFO O| Aug 22 02:15:58.195 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-08-22T02:16:00.295Z[ recovery-image] Aug 22 02:15:58.204 INFO O| Aug 22 02:15:58.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
71842024-08-22T02:16:00.295Z[ recovery-image] Aug 22 02:15:58.205 INFO O| Aug 22 02:15:58.205 INFO STEP 1089 (remove_files) COMPLETE
71852024-08-22T02:16:00.297Z[ recovery-image] Aug 22 02:15:58.205 INFO O| Aug 22 02:15:58.205 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-08-22T02:16:00.305Z[ recovery-image] Aug 22 02:15:58.214 INFO O| Aug 22 02:15:58.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
71872024-08-22T02:16:00.305Z[ recovery-image] Aug 22 02:15:58.214 INFO O| Aug 22 02:15:58.214 INFO STEP 1090 (remove_files) COMPLETE
71882024-08-22T02:16:00.305Z[ recovery-image] Aug 22 02:15:58.214 INFO O| Aug 22 02:15:58.214 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-08-22T02:16:00.314Z[ recovery-image] Aug 22 02:15:58.224 INFO O| Aug 22 02:15:58.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
71902024-08-22T02:16:00.314Z[ recovery-image] Aug 22 02:15:58.224 INFO O| Aug 22 02:15:58.224 INFO STEP 1091 (remove_files) COMPLETE
71912024-08-22T02:16:00.314Z[ recovery-image] Aug 22 02:15:58.224 INFO O| Aug 22 02:15:58.224 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-08-22T02:16:00.324Z[ recovery-image] Aug 22 02:15:58.233 INFO O| Aug 22 02:15:58.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
71932024-08-22T02:16:00.326Z[ recovery-image] Aug 22 02:15:58.234 INFO O| Aug 22 02:15:58.234 INFO STEP 1092 (remove_files) COMPLETE
71942024-08-22T02:16:00.326Z[ recovery-image] Aug 22 02:15:58.234 INFO O| Aug 22 02:15:58.234 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-08-22T02:16:00.334Z[ recovery-image] Aug 22 02:15:58.243 INFO O| Aug 22 02:15:58.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
71962024-08-22T02:16:00.334Z[ recovery-image] Aug 22 02:15:58.243 INFO O| Aug 22 02:15:58.243 INFO STEP 1093 (remove_files) COMPLETE
71972024-08-22T02:16:00.336Z[ recovery-image] Aug 22 02:15:58.243 INFO O| Aug 22 02:15:58.243 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-08-22T02:16:00.343Z[ recovery-image] Aug 22 02:15:58.253 INFO O| Aug 22 02:15:58.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
71992024-08-22T02:16:00.343Z[ recovery-image] Aug 22 02:15:58.253 INFO O| Aug 22 02:15:58.253 INFO STEP 1094 (remove_files) COMPLETE
72002024-08-22T02:16:00.343Z[ recovery-image] Aug 22 02:15:58.253 INFO O| Aug 22 02:15:58.253 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-08-22T02:16:00.353Z[ recovery-image] Aug 22 02:15:58.263 INFO O| Aug 22 02:15:58.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
72022024-08-22T02:16:00.353Z[ recovery-image] Aug 22 02:15:58.263 INFO O| Aug 22 02:15:58.263 INFO STEP 1095 (remove_files) COMPLETE
72032024-08-22T02:16:00.355Z[ recovery-image] Aug 22 02:15:58.263 INFO O| Aug 22 02:15:58.263 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-08-22T02:16:00.363Z[ recovery-image] Aug 22 02:15:58.273 INFO O| Aug 22 02:15:58.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
72052024-08-22T02:16:00.363Z[ recovery-image] Aug 22 02:15:58.273 INFO O| Aug 22 02:15:58.273 INFO STEP 1096 (remove_files) COMPLETE
72062024-08-22T02:16:00.366Z[ recovery-image] Aug 22 02:15:58.273 INFO O| Aug 22 02:15:58.273 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-08-22T02:16:00.368Z[ host-image] Aug 22 02:15:58.277 INFO O| Aug 22 02:15:58.277 INFO O| Planning: Solver setup ... Done
72082024-08-22T02:16:00.371Z[ host-image] Aug 22 02:15:58.281 INFO O| Aug 22 02:15:58.281 INFO O| Planning: Running solver ... Done
72092024-08-22T02:16:00.374Z[ recovery-image] Aug 22 02:15:58.282 INFO O| Aug 22 02:15:58.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
72102024-08-22T02:16:00.374Z[ recovery-image] Aug 22 02:15:58.282 INFO O| Aug 22 02:15:58.282 INFO STEP 1097 (remove_files) COMPLETE
72112024-08-22T02:16:00.374Z[ recovery-image] Aug 22 02:15:58.282 INFO O| Aug 22 02:15:58.282 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-08-22T02:16:00.383Z[ recovery-image] Aug 22 02:15:58.292 INFO O| Aug 22 02:15:58.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
72132024-08-22T02:16:00.383Z[ recovery-image] Aug 22 02:15:58.292 INFO O| Aug 22 02:15:58.292 INFO STEP 1098 (remove_files) COMPLETE
72142024-08-22T02:16:00.383Z[ recovery-image] Aug 22 02:15:58.292 INFO O| Aug 22 02:15:58.292 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-08-22T02:16:00.392Z[ recovery-image] Aug 22 02:15:58.302 INFO O| Aug 22 02:15:58.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
72162024-08-22T02:16:00.394Z[ recovery-image] Aug 22 02:15:58.302 INFO O| Aug 22 02:15:58.302 INFO STEP 1099 (remove_files) COMPLETE
72172024-08-22T02:16:00.395Z[ recovery-image] Aug 22 02:15:58.302 INFO O| Aug 22 02:15:58.302 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-08-22T02:16:00.402Z[ recovery-image] Aug 22 02:15:58.311 INFO O| Aug 22 02:15:58.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
72192024-08-22T02:16:00.404Z[ recovery-image] Aug 22 02:15:58.312 INFO O| Aug 22 02:15:58.311 INFO STEP 1100 (remove_files) COMPLETE
72202024-08-22T02:16:00.404Z[ recovery-image] Aug 22 02:15:58.312 INFO O| Aug 22 02:15:58.312 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-08-22T02:16:00.409Z[ host-image] Aug 22 02:15:58.319 INFO O| Aug 22 02:15:58.319 INFO O| Planning: Finding local manifests ... Done
72222024-08-22T02:16:00.411Z[ host-image] Aug 22 02:15:58.319 INFO O| Aug 22 02:15:58.319 INFO O| Planning: Fetching manifests: 0/1 0% complete
72232024-08-22T02:16:00.411Z[ recovery-image] Aug 22 02:15:58.321 INFO O| Aug 22 02:15:58.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
72242024-08-22T02:16:00.411Z[ recovery-image] Aug 22 02:15:58.321 INFO O| Aug 22 02:15:58.321 INFO STEP 1101 (remove_files) COMPLETE
72252024-08-22T02:16:00.422Z[ recovery-image] Aug 22 02:15:58.321 INFO O| Aug 22 02:15:58.321 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-08-22T02:16:00.425Z[ recovery-image] Aug 22 02:15:58.331 INFO O| Aug 22 02:15:58.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
72272024-08-22T02:16:00.425Z[ recovery-image] Aug 22 02:15:58.331 INFO O| Aug 22 02:15:58.331 INFO STEP 1102 (remove_files) COMPLETE
72282024-08-22T02:16:00.425Z[ recovery-image] Aug 22 02:15:58.331 INFO O| Aug 22 02:15:58.331 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-08-22T02:16:00.430Z[ recovery-image] Aug 22 02:15:58.340 INFO O| Aug 22 02:15:58.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
72302024-08-22T02:16:00.430Z[ recovery-image] Aug 22 02:15:58.340 INFO O| Aug 22 02:15:58.340 INFO STEP 1103 (remove_files) COMPLETE
72312024-08-22T02:16:00.430Z[ recovery-image] Aug 22 02:15:58.340 INFO O| Aug 22 02:15:58.340 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-08-22T02:16:00.440Z[ recovery-image] Aug 22 02:15:58.350 INFO O| Aug 22 02:15:58.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
72332024-08-22T02:16:00.440Z[ recovery-image] Aug 22 02:15:58.350 INFO O| Aug 22 02:15:58.350 INFO STEP 1104 (remove_files) COMPLETE
72342024-08-22T02:16:00.440Z[ recovery-image] Aug 22 02:15:58.350 INFO O| Aug 22 02:15:58.350 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-08-22T02:16:00.451Z[ recovery-image] Aug 22 02:15:58.359 INFO O| Aug 22 02:15:58.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
72362024-08-22T02:16:00.451Z[ recovery-image] Aug 22 02:15:58.359 INFO O| Aug 22 02:15:58.359 INFO STEP 1105 (remove_files) COMPLETE
72372024-08-22T02:16:00.451Z[ recovery-image] Aug 22 02:15:58.359 INFO O| Aug 22 02:15:58.359 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-08-22T02:16:00.459Z[ recovery-image] Aug 22 02:15:58.369 INFO O| Aug 22 02:15:58.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
72392024-08-22T02:16:00.459Z[ recovery-image] Aug 22 02:15:58.369 INFO O| Aug 22 02:15:58.369 INFO STEP 1106 (remove_files) COMPLETE
72402024-08-22T02:16:00.462Z[ recovery-image] Aug 22 02:15:58.369 INFO O| Aug 22 02:15:58.369 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-08-22T02:16:00.469Z[ recovery-image] Aug 22 02:15:58.379 INFO O| Aug 22 02:15:58.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
72422024-08-22T02:16:00.469Z[ recovery-image] Aug 22 02:15:58.379 INFO O| Aug 22 02:15:58.379 INFO STEP 1107 (remove_files) COMPLETE
72432024-08-22T02:16:00.471Z[ recovery-image] Aug 22 02:15:58.379 INFO O| Aug 22 02:15:58.379 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-08-22T02:16:00.471Z[ host-image] Aug 22 02:15:58.381 INFO O| Aug 22 02:15:58.381 INFO O| Planning: Fetching manifests: 1/1 100% complete
72452024-08-22T02:16:00.479Z[ recovery-image] Aug 22 02:15:58.388 INFO O| Aug 22 02:15:58.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
72462024-08-22T02:16:00.479Z[ recovery-image] Aug 22 02:15:58.388 INFO O| Aug 22 02:15:58.388 INFO STEP 1108 (remove_files) COMPLETE
72472024-08-22T02:16:00.481Z[ recovery-image] Aug 22 02:15:58.388 INFO O| Aug 22 02:15:58.388 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-08-22T02:16:00.488Z[ recovery-image] Aug 22 02:15:58.398 INFO O| Aug 22 02:15:58.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
72492024-08-22T02:16:00.491Z[ recovery-image] Aug 22 02:15:58.398 INFO O| Aug 22 02:15:58.398 INFO STEP 1109 (remove_files) COMPLETE
72502024-08-22T02:16:00.491Z[ recovery-image] Aug 22 02:15:58.398 INFO O| Aug 22 02:15:58.398 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-08-22T02:16:00.491Z[ host-image] Aug 22 02:15:58.399 INFO O| Aug 22 02:15:58.399 INFO O| Planning: Package planning ... Done
72522024-08-22T02:16:00.491Z[ host-image] Aug 22 02:15:58.400 INFO O| Aug 22 02:15:58.400 INFO O| Planning: Merging actions ... Done
72532024-08-22T02:16:00.498Z[ recovery-image] Aug 22 02:15:58.408 INFO O| Aug 22 02:15:58.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
72542024-08-22T02:16:00.498Z[ recovery-image] Aug 22 02:15:58.408 INFO O| Aug 22 02:15:58.408 INFO STEP 1110 (remove_files) COMPLETE
72552024-08-22T02:16:00.498Z[ recovery-image] Aug 22 02:15:58.408 INFO O| Aug 22 02:15:58.408 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-08-22T02:16:00.510Z[ recovery-image] Aug 22 02:15:58.419 INFO O| Aug 22 02:15:58.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
72572024-08-22T02:16:00.512Z[ recovery-image] Aug 22 02:15:58.420 INFO O| Aug 22 02:15:58.419 INFO STEP 1111 (remove_files) COMPLETE
72582024-08-22T02:16:00.513Z[ recovery-image] Aug 22 02:15:58.420 INFO O| Aug 22 02:15:58.420 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-08-22T02:16:00.520Z[ recovery-image] Aug 22 02:15:58.429 INFO O| Aug 22 02:15:58.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
72602024-08-22T02:16:00.520Z[ recovery-image] Aug 22 02:15:58.430 INFO O| Aug 22 02:15:58.430 INFO STEP 1112 (remove_files) COMPLETE
72612024-08-22T02:16:00.520Z[ recovery-image] Aug 22 02:15:58.430 INFO O| Aug 22 02:15:58.430 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-08-22T02:16:00.530Z[ recovery-image] Aug 22 02:15:58.439 INFO O| Aug 22 02:15:58.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
72632024-08-22T02:16:00.530Z[ recovery-image] Aug 22 02:15:58.439 INFO O| Aug 22 02:15:58.439 INFO STEP 1113 (remove_files) COMPLETE
72642024-08-22T02:16:00.530Z[ recovery-image] Aug 22 02:15:58.439 INFO O| Aug 22 02:15:58.439 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-08-22T02:16:00.540Z[ recovery-image] Aug 22 02:15:58.449 INFO O| Aug 22 02:15:58.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
72662024-08-22T02:16:00.542Z[ recovery-image] Aug 22 02:15:58.449 INFO O| Aug 22 02:15:58.449 INFO STEP 1114 (remove_files) COMPLETE
72672024-08-22T02:16:00.542Z[ recovery-image] Aug 22 02:15:58.449 INFO O| Aug 22 02:15:58.449 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-08-22T02:16:00.551Z[ recovery-image] Aug 22 02:15:58.461 INFO O| Aug 22 02:15:58.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
72692024-08-22T02:16:00.554Z[ recovery-image] Aug 22 02:15:58.461 INFO O| Aug 22 02:15:58.461 INFO STEP 1115 (remove_files) COMPLETE
72702024-08-22T02:16:00.554Z[ recovery-image] Aug 22 02:15:58.461 INFO O| Aug 22 02:15:58.461 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-08-22T02:16:00.556Z[ host-image] Aug 22 02:15:58.465 INFO O| Aug 22 02:15:58.465 INFO O| Planning: Checking for conflicting actions ... Done
72722024-08-22T02:16:00.558Z[ host-image] Aug 22 02:15:58.466 INFO O| Aug 22 02:15:58.466 INFO O| Planning: Consolidating action changes ... Done
72732024-08-22T02:16:00.561Z[ recovery-image] Aug 22 02:15:58.471 INFO O| Aug 22 02:15:58.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
72742024-08-22T02:16:00.561Z[ recovery-image] Aug 22 02:15:58.471 INFO O| Aug 22 02:15:58.471 INFO STEP 1116 (remove_files) COMPLETE
72752024-08-22T02:16:00.561Z[ recovery-image] Aug 22 02:15:58.471 INFO O| Aug 22 02:15:58.471 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-08-22T02:16:00.571Z[ recovery-image] Aug 22 02:15:58.480 INFO O| Aug 22 02:15:58.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
72772024-08-22T02:16:00.571Z[ recovery-image] Aug 22 02:15:58.480 INFO O| Aug 22 02:15:58.480 INFO STEP 1117 (remove_files) COMPLETE
72782024-08-22T02:16:00.573Z[ recovery-image] Aug 22 02:15:58.480 INFO O| Aug 22 02:15:58.480 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-08-22T02:16:00.582Z[ recovery-image] Aug 22 02:15:58.492 INFO O| Aug 22 02:15:58.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
72802024-08-22T02:16:00.582Z[ recovery-image] Aug 22 02:15:58.492 INFO O| Aug 22 02:15:58.492 INFO STEP 1118 (remove_files) COMPLETE
72812024-08-22T02:16:00.582Z[ recovery-image] Aug 22 02:15:58.492 INFO O| Aug 22 02:15:58.492 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-08-22T02:16:00.592Z[ recovery-image] Aug 22 02:15:58.501 INFO O| Aug 22 02:15:58.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
72832024-08-22T02:16:00.594Z[ recovery-image] Aug 22 02:15:58.501 INFO O| Aug 22 02:15:58.501 INFO STEP 1119 (remove_files) COMPLETE
72842024-08-22T02:16:00.594Z[ recovery-image] Aug 22 02:15:58.501 INFO O| Aug 22 02:15:58.501 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-08-22T02:16:00.601Z[ recovery-image] Aug 22 02:15:58.511 INFO O| Aug 22 02:15:58.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
72862024-08-22T02:16:00.601Z[ recovery-image] Aug 22 02:15:58.511 INFO O| Aug 22 02:15:58.511 INFO STEP 1120 (remove_files) COMPLETE
72872024-08-22T02:16:00.603Z[ recovery-image] Aug 22 02:15:58.511 INFO O| Aug 22 02:15:58.511 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-08-22T02:16:00.611Z[ recovery-image] Aug 22 02:15:58.520 INFO O| Aug 22 02:15:58.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
72892024-08-22T02:16:00.613Z[ recovery-image] Aug 22 02:15:58.520 INFO O| Aug 22 02:15:58.520 INFO STEP 1121 (remove_files) COMPLETE
72902024-08-22T02:16:00.613Z[ recovery-image] Aug 22 02:15:58.520 INFO O| Aug 22 02:15:58.520 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-08-22T02:16:00.620Z[ recovery-image] Aug 22 02:15:58.530 INFO O| Aug 22 02:15:58.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
72922024-08-22T02:16:00.622Z[ recovery-image] Aug 22 02:15:58.530 INFO O| Aug 22 02:15:58.530 INFO STEP 1122 (remove_files) COMPLETE
72932024-08-22T02:16:00.622Z[ recovery-image] Aug 22 02:15:58.530 INFO O| Aug 22 02:15:58.530 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-08-22T02:16:00.630Z[ recovery-image] Aug 22 02:15:58.539 INFO O| Aug 22 02:15:58.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
72952024-08-22T02:16:00.632Z[ recovery-image] Aug 22 02:15:58.540 INFO O| Aug 22 02:15:58.540 INFO STEP 1123 (remove_files) COMPLETE
72962024-08-22T02:16:00.632Z[ recovery-image] Aug 22 02:15:58.540 INFO O| Aug 22 02:15:58.540 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-08-22T02:16:00.640Z[ recovery-image] Aug 22 02:15:58.550 INFO O| Aug 22 02:15:58.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
72982024-08-22T02:16:00.640Z[ recovery-image] Aug 22 02:15:58.550 INFO O| Aug 22 02:15:58.550 INFO STEP 1124 (remove_files) COMPLETE
72992024-08-22T02:16:00.643Z[ recovery-image] Aug 22 02:15:58.550 INFO O| Aug 22 02:15:58.550 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-08-22T02:16:00.650Z[ recovery-image] Aug 22 02:15:58.559 INFO O| Aug 22 02:15:58.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
73012024-08-22T02:16:00.650Z[ recovery-image] Aug 22 02:15:58.559 INFO O| Aug 22 02:15:58.559 INFO STEP 1125 (remove_files) COMPLETE
73022024-08-22T02:16:00.650Z[ recovery-image] Aug 22 02:15:58.559 INFO O| Aug 22 02:15:58.559 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-08-22T02:16:00.659Z[ recovery-image] Aug 22 02:15:58.569 INFO O| Aug 22 02:15:58.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
73042024-08-22T02:16:00.659Z[ recovery-image] Aug 22 02:15:58.569 INFO O| Aug 22 02:15:58.569 INFO STEP 1126 (remove_files) COMPLETE
73052024-08-22T02:16:00.659Z[ recovery-image] Aug 22 02:15:58.569 INFO O| Aug 22 02:15:58.569 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-08-22T02:16:00.669Z[ recovery-image] Aug 22 02:15:58.578 INFO O| Aug 22 02:15:58.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
73072024-08-22T02:16:00.669Z[ recovery-image] Aug 22 02:15:58.579 INFO O| Aug 22 02:15:58.579 INFO STEP 1127 (remove_files) COMPLETE
73082024-08-22T02:16:00.669Z[ recovery-image] Aug 22 02:15:58.579 INFO O| Aug 22 02:15:58.579 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-08-22T02:16:00.678Z[ recovery-image] Aug 22 02:15:58.588 INFO O| Aug 22 02:15:58.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
73102024-08-22T02:16:00.679Z[ recovery-image] Aug 22 02:15:58.588 INFO O| Aug 22 02:15:58.588 INFO STEP 1128 (remove_files) COMPLETE
73112024-08-22T02:16:00.679Z[ recovery-image] Aug 22 02:15:58.588 INFO O| Aug 22 02:15:58.588 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-08-22T02:16:00.688Z[ recovery-image] Aug 22 02:15:58.598 INFO O| Aug 22 02:15:58.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
73132024-08-22T02:16:00.688Z[ recovery-image] Aug 22 02:15:58.598 INFO O| Aug 22 02:15:58.598 INFO STEP 1129 (remove_files) COMPLETE
73142024-08-22T02:16:00.688Z[ recovery-image] Aug 22 02:15:58.598 INFO O| Aug 22 02:15:58.598 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-08-22T02:16:00.698Z[ recovery-image] Aug 22 02:15:58.607 INFO O| Aug 22 02:15:58.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
73162024-08-22T02:16:00.698Z[ recovery-image] Aug 22 02:15:58.607 INFO O| Aug 22 02:15:58.607 INFO STEP 1130 (remove_files) COMPLETE
73172024-08-22T02:16:00.698Z[ recovery-image] Aug 22 02:15:58.607 INFO O| Aug 22 02:15:58.607 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-08-22T02:16:00.708Z[ recovery-image] Aug 22 02:15:58.616 INFO O| Aug 22 02:15:58.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
73192024-08-22T02:16:00.708Z[ recovery-image] Aug 22 02:15:58.617 INFO O| Aug 22 02:15:58.617 INFO STEP 1131 (remove_files) COMPLETE
73202024-08-22T02:16:00.710Z[ recovery-image] Aug 22 02:15:58.617 INFO O| Aug 22 02:15:58.617 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-08-22T02:16:00.716Z[ recovery-image] Aug 22 02:15:58.626 INFO O| Aug 22 02:15:58.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
73222024-08-22T02:16:00.719Z[ recovery-image] Aug 22 02:15:58.626 INFO O| Aug 22 02:15:58.626 INFO STEP 1132 (remove_files) COMPLETE
73232024-08-22T02:16:00.719Z[ recovery-image] Aug 22 02:15:58.626 INFO O| Aug 22 02:15:58.626 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-08-22T02:16:00.727Z[ recovery-image] Aug 22 02:15:58.635 INFO O| Aug 22 02:15:58.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
73252024-08-22T02:16:00.727Z[ recovery-image] Aug 22 02:15:58.635 INFO O| Aug 22 02:15:58.635 INFO STEP 1133 (remove_files) COMPLETE
73262024-08-22T02:16:00.727Z[ recovery-image] Aug 22 02:15:58.635 INFO O| Aug 22 02:15:58.635 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-08-22T02:16:00.733Z[ host-image] Aug 22 02:15:58.643 INFO O| Aug 22 02:15:58.643 INFO O| Planning: Evaluating mediators ... Done
73282024-08-22T02:16:00.736Z[ host-image] Aug 22 02:15:58.643 INFO O| Aug 22 02:15:58.643 INFO O| Planning: Planning completed in 1.88 seconds
73292024-08-22T02:16:00.736Z[ host-image] Aug 22 02:15:58.645 INFO O| Aug 22 02:15:58.645 INFO O| Packages to install: 1
73302024-08-22T02:16:00.736Z[ recovery-image] Aug 22 02:15:58.645 INFO O| Aug 22 02:15:58.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
73312024-08-22T02:16:00.736Z[ recovery-image] Aug 22 02:15:58.645 INFO O| Aug 22 02:15:58.645 INFO STEP 1134 (remove_files) COMPLETE
73322024-08-22T02:16:00.736Z[ recovery-image] Aug 22 02:15:58.645 INFO O| Aug 22 02:15:58.645 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-08-22T02:16:00.745Z[ recovery-image] Aug 22 02:15:58.655 INFO O| Aug 22 02:15:58.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
73342024-08-22T02:16:00.745Z[ recovery-image] Aug 22 02:15:58.655 INFO O| Aug 22 02:15:58.655 INFO STEP 1135 (remove_files) COMPLETE
73352024-08-22T02:16:00.745Z[ recovery-image] Aug 22 02:15:58.655 INFO O| Aug 22 02:15:58.655 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-08-22T02:16:00.747Z[ host-image] Aug 22 02:15:58.655 INFO O| Aug 22 02:15:58.655 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
73372024-08-22T02:16:00.756Z[ recovery-image] Aug 22 02:15:58.665 INFO O| Aug 22 02:15:58.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
73382024-08-22T02:16:00.756Z[ recovery-image] Aug 22 02:15:58.665 INFO O| Aug 22 02:15:58.665 INFO STEP 1136 (remove_files) COMPLETE
73392024-08-22T02:16:00.758Z[ recovery-image] Aug 22 02:15:58.665 INFO O| Aug 22 02:15:58.665 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-08-22T02:16:00.768Z[ recovery-image] Aug 22 02:15:58.677 INFO O| Aug 22 02:15:58.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
73412024-08-22T02:16:00.768Z[ recovery-image] Aug 22 02:15:58.677 INFO O| Aug 22 02:15:58.677 INFO STEP 1137 (remove_files) COMPLETE
73422024-08-22T02:16:00.768Z[ recovery-image] Aug 22 02:15:58.677 INFO O| Aug 22 02:15:58.677 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-08-22T02:16:00.780Z[ recovery-image] Aug 22 02:15:58.689 INFO O| Aug 22 02:15:58.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
73442024-08-22T02:16:00.782Z[ recovery-image] Aug 22 02:15:58.689 INFO O| Aug 22 02:15:58.689 INFO STEP 1138 (remove_files) COMPLETE
73452024-08-22T02:16:00.782Z[ recovery-image] Aug 22 02:15:58.689 INFO O| Aug 22 02:15:58.689 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-08-22T02:16:00.791Z[ recovery-image] Aug 22 02:15:58.700 INFO O| Aug 22 02:15:58.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
73472024-08-22T02:16:00.791Z[ recovery-image] Aug 22 02:15:58.700 INFO O| Aug 22 02:15:58.700 INFO STEP 1139 (remove_files) COMPLETE
73482024-08-22T02:16:00.793Z[ recovery-image] Aug 22 02:15:58.700 INFO O| Aug 22 02:15:58.700 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-08-22T02:16:00.800Z[ recovery-image] Aug 22 02:15:58.710 INFO O| Aug 22 02:15:58.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
73502024-08-22T02:16:00.803Z[ recovery-image] Aug 22 02:15:58.710 INFO O| Aug 22 02:15:58.710 INFO STEP 1140 (remove_files) COMPLETE
73512024-08-22T02:16:00.803Z[ recovery-image] Aug 22 02:15:58.710 INFO O| Aug 22 02:15:58.710 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-08-22T02:16:00.811Z[ recovery-image] Aug 22 02:15:58.721 INFO O| Aug 22 02:15:58.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
73532024-08-22T02:16:00.811Z[ recovery-image] Aug 22 02:15:58.721 INFO O| Aug 22 02:15:58.721 INFO STEP 1141 (remove_files) COMPLETE
73542024-08-22T02:16:00.811Z[ recovery-image] Aug 22 02:15:58.721 INFO O| Aug 22 02:15:58.721 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-08-22T02:16:00.824Z[ recovery-image] Aug 22 02:15:58.733 INFO O| Aug 22 02:15:58.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
73562024-08-22T02:16:00.824Z[ recovery-image] Aug 22 02:15:58.733 INFO O| Aug 22 02:15:58.733 INFO STEP 1142 (remove_files) COMPLETE
73572024-08-22T02:16:00.826Z[ recovery-image] Aug 22 02:15:58.733 INFO O| Aug 22 02:15:58.733 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-08-22T02:16:00.835Z[ recovery-image] Aug 22 02:15:58.744 INFO O| Aug 22 02:15:58.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
73592024-08-22T02:16:00.837Z[ recovery-image] Aug 22 02:15:58.744 INFO O| Aug 22 02:15:58.744 INFO STEP 1143 (remove_files) COMPLETE
73602024-08-22T02:16:00.837Z[ recovery-image] Aug 22 02:15:58.744 INFO O| Aug 22 02:15:58.744 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-08-22T02:16:00.848Z[ recovery-image] Aug 22 02:15:58.757 INFO O| Aug 22 02:15:58.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
73622024-08-22T02:16:00.850Z[ recovery-image] Aug 22 02:15:58.757 INFO O| Aug 22 02:15:58.757 INFO STEP 1144 (remove_files) COMPLETE
73632024-08-22T02:16:00.850Z[ recovery-image] Aug 22 02:15:58.757 INFO O| Aug 22 02:15:58.757 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-08-22T02:16:00.861Z[ recovery-image] Aug 22 02:15:58.770 INFO O| Aug 22 02:15:58.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
73652024-08-22T02:16:00.863Z[ recovery-image] Aug 22 02:15:58.770 INFO O| Aug 22 02:15:58.770 INFO STEP 1145 (remove_files) COMPLETE
73662024-08-22T02:16:00.863Z[ recovery-image] Aug 22 02:15:58.770 INFO O| Aug 22 02:15:58.770 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-08-22T02:16:00.872Z[ recovery-image] Aug 22 02:15:58.781 INFO O| Aug 22 02:15:58.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
73682024-08-22T02:16:00.872Z[ recovery-image] Aug 22 02:15:58.781 INFO O| Aug 22 02:15:58.781 INFO STEP 1146 (remove_files) COMPLETE
73692024-08-22T02:16:00.874Z[ recovery-image] Aug 22 02:15:58.781 INFO O| Aug 22 02:15:58.781 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-08-22T02:16:00.883Z[ recovery-image] Aug 22 02:15:58.793 INFO O| Aug 22 02:15:58.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
73712024-08-22T02:16:00.886Z[ recovery-image] Aug 22 02:15:58.793 INFO O| Aug 22 02:15:58.793 INFO STEP 1147 (remove_files) COMPLETE
73722024-08-22T02:16:00.886Z[ recovery-image] Aug 22 02:15:58.793 INFO O| Aug 22 02:15:58.793 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-08-22T02:16:00.894Z[ recovery-image] Aug 22 02:15:58.804 INFO O| Aug 22 02:15:58.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
73742024-08-22T02:16:00.897Z[ recovery-image] Aug 22 02:15:58.805 INFO O| Aug 22 02:15:58.805 INFO STEP 1148 (remove_files) COMPLETE
73752024-08-22T02:16:00.897Z[ recovery-image] Aug 22 02:15:58.805 INFO O| Aug 22 02:15:58.805 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-08-22T02:16:00.906Z[ recovery-image] Aug 22 02:15:58.815 INFO O| Aug 22 02:15:58.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
73772024-08-22T02:16:00.906Z[ recovery-image] Aug 22 02:15:58.815 INFO O| Aug 22 02:15:58.815 INFO STEP 1149 (remove_files) COMPLETE
73782024-08-22T02:16:00.908Z[ recovery-image] Aug 22 02:15:58.815 INFO O| Aug 22 02:15:58.815 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-08-22T02:16:00.917Z[ recovery-image] Aug 22 02:15:58.826 INFO O| Aug 22 02:15:58.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
73802024-08-22T02:16:00.919Z[ recovery-image] Aug 22 02:15:58.826 INFO O| Aug 22 02:15:58.826 INFO STEP 1150 (remove_files) COMPLETE
73812024-08-22T02:16:00.919Z[ recovery-image] Aug 22 02:15:58.826 INFO O| Aug 22 02:15:58.826 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-08-22T02:16:00.928Z[ recovery-image] Aug 22 02:15:58.837 INFO O| Aug 22 02:15:58.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
73832024-08-22T02:16:00.930Z[ recovery-image] Aug 22 02:15:58.837 INFO O| Aug 22 02:15:58.837 INFO STEP 1151 (remove_files) COMPLETE
73842024-08-22T02:16:00.930Z[ recovery-image] Aug 22 02:15:58.837 INFO O| Aug 22 02:15:58.837 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-08-22T02:16:00.938Z[ recovery-image] Aug 22 02:15:58.848 INFO O| Aug 22 02:15:58.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
73862024-08-22T02:16:00.941Z[ recovery-image] Aug 22 02:15:58.848 INFO O| Aug 22 02:15:58.848 INFO STEP 1152 (remove_files) COMPLETE
73872024-08-22T02:16:00.941Z[ recovery-image] Aug 22 02:15:58.848 INFO O| Aug 22 02:15:58.848 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-08-22T02:16:00.949Z[ recovery-image] Aug 22 02:15:58.859 INFO O| Aug 22 02:15:58.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
73892024-08-22T02:16:00.949Z[ recovery-image] Aug 22 02:15:58.859 INFO O| Aug 22 02:15:58.859 INFO STEP 1153 (remove_files) COMPLETE
73902024-08-22T02:16:00.952Z[ recovery-image] Aug 22 02:15:58.859 INFO O| Aug 22 02:15:58.859 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-08-22T02:16:00.960Z[ recovery-image] Aug 22 02:15:58.870 INFO O| Aug 22 02:15:58.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
73922024-08-22T02:16:00.960Z[ recovery-image] Aug 22 02:15:58.870 INFO O| Aug 22 02:15:58.870 INFO STEP 1154 (remove_files) COMPLETE
73932024-08-22T02:16:00.963Z[ recovery-image] Aug 22 02:15:58.870 INFO O| Aug 22 02:15:58.870 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-08-22T02:16:00.971Z[ recovery-image] Aug 22 02:15:58.880 INFO O| Aug 22 02:15:58.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
73952024-08-22T02:16:00.971Z[ recovery-image] Aug 22 02:15:58.880 INFO O| Aug 22 02:15:58.880 INFO STEP 1155 (remove_files) COMPLETE
73962024-08-22T02:16:00.974Z[ recovery-image] Aug 22 02:15:58.881 INFO O| Aug 22 02:15:58.880 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-08-22T02:16:00.982Z[ recovery-image] Aug 22 02:15:58.891 INFO O| Aug 22 02:15:58.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
73982024-08-22T02:16:00.984Z[ recovery-image] Aug 22 02:15:58.892 INFO O| Aug 22 02:15:58.892 INFO STEP 1156 (remove_files) COMPLETE
73992024-08-22T02:16:00.984Z[ recovery-image] Aug 22 02:15:58.892 INFO O| Aug 22 02:15:58.892 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-08-22T02:16:00.993Z[ recovery-image] Aug 22 02:15:58.903 INFO O| Aug 22 02:15:58.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
74012024-08-22T02:16:00.996Z[ recovery-image] Aug 22 02:15:58.903 INFO O| Aug 22 02:15:58.903 INFO STEP 1157 (remove_files) COMPLETE
74022024-08-22T02:16:00.996Z[ recovery-image] Aug 22 02:15:58.903 INFO O| Aug 22 02:15:58.903 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-08-22T02:16:01.007Z[ recovery-image] Aug 22 02:15:58.916 INFO O| Aug 22 02:15:58.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
74042024-08-22T02:16:01.007Z[ recovery-image] Aug 22 02:15:58.916 INFO O| Aug 22 02:15:58.916 INFO STEP 1158 (remove_files) COMPLETE
74052024-08-22T02:16:01.009Z[ recovery-image] Aug 22 02:15:58.916 INFO O| Aug 22 02:15:58.916 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-08-22T02:16:01.019Z[ recovery-image] Aug 22 02:15:58.928 INFO O| Aug 22 02:15:58.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
74072024-08-22T02:16:01.019Z[ recovery-image] Aug 22 02:15:58.928 INFO O| Aug 22 02:15:58.928 INFO STEP 1159 (remove_files) COMPLETE
74082024-08-22T02:16:01.022Z[ recovery-image] Aug 22 02:15:58.928 INFO O| Aug 22 02:15:58.928 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-08-22T02:16:01.029Z[ recovery-image] Aug 22 02:15:58.939 INFO O| Aug 22 02:15:58.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
74102024-08-22T02:16:01.029Z[ recovery-image] Aug 22 02:15:58.939 INFO O| Aug 22 02:15:58.939 INFO STEP 1160 (remove_files) COMPLETE
74112024-08-22T02:16:01.032Z[ recovery-image] Aug 22 02:15:58.939 INFO O| Aug 22 02:15:58.939 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-08-22T02:16:01.039Z[ recovery-image] Aug 22 02:15:58.948 INFO O| Aug 22 02:15:58.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
74132024-08-22T02:16:01.039Z[ recovery-image] Aug 22 02:15:58.948 INFO O| Aug 22 02:15:58.948 INFO STEP 1161 (remove_files) COMPLETE
74142024-08-22T02:16:01.042Z[ recovery-image] Aug 22 02:15:58.948 INFO O| Aug 22 02:15:58.948 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-08-22T02:16:01.048Z[ recovery-image] Aug 22 02:15:58.958 INFO O| Aug 22 02:15:58.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
74162024-08-22T02:16:01.048Z[ recovery-image] Aug 22 02:15:58.958 INFO O| Aug 22 02:15:58.958 INFO STEP 1162 (remove_files) COMPLETE
74172024-08-22T02:16:01.051Z[ recovery-image] Aug 22 02:15:58.958 INFO O| Aug 22 02:15:58.958 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-08-22T02:16:01.058Z[ recovery-image] Aug 22 02:15:58.968 INFO O| Aug 22 02:15:58.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
74192024-08-22T02:16:01.061Z[ recovery-image] Aug 22 02:15:58.968 INFO O| Aug 22 02:15:58.968 INFO STEP 1163 (remove_files) COMPLETE
74202024-08-22T02:16:01.061Z[ recovery-image] Aug 22 02:15:58.968 INFO O| Aug 22 02:15:58.968 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-08-22T02:16:01.068Z[ recovery-image] Aug 22 02:15:58.978 INFO O| Aug 22 02:15:58.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
74222024-08-22T02:16:01.068Z[ recovery-image] Aug 22 02:15:58.978 INFO O| Aug 22 02:15:58.978 INFO STEP 1164 (remove_files) COMPLETE
74232024-08-22T02:16:01.068Z[ recovery-image] Aug 22 02:15:58.978 INFO O| Aug 22 02:15:58.978 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-08-22T02:16:01.078Z[ recovery-image] Aug 22 02:15:58.987 INFO O| Aug 22 02:15:58.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
74252024-08-22T02:16:01.078Z[ recovery-image] Aug 22 02:15:58.987 INFO O| Aug 22 02:15:58.987 INFO STEP 1165 (remove_files) COMPLETE
74262024-08-22T02:16:01.080Z[ recovery-image] Aug 22 02:15:58.987 INFO O| Aug 22 02:15:58.987 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-08-22T02:16:01.087Z[ recovery-image] Aug 22 02:15:58.997 INFO O| Aug 22 02:15:58.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
74282024-08-22T02:16:01.090Z[ recovery-image] Aug 22 02:15:58.997 INFO O| Aug 22 02:15:58.997 INFO STEP 1166 (remove_files) COMPLETE
74292024-08-22T02:16:01.090Z[ recovery-image] Aug 22 02:15:58.997 INFO O| Aug 22 02:15:58.997 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-08-22T02:16:01.095Z[ host-image] Aug 22 02:15:59.005 INFO O| Aug 22 02:15:59.005 INFO O| Download: Completed 20.86 MB in 0.35 seconds (59.7M/s)
74312024-08-22T02:16:01.098Z[ recovery-image] Aug 22 02:15:59.007 INFO O| Aug 22 02:15:59.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
74322024-08-22T02:16:01.098Z[ recovery-image] Aug 22 02:15:59.007 INFO O| Aug 22 02:15:59.007 INFO STEP 1167 (remove_files) COMPLETE
74332024-08-22T02:16:01.098Z[ recovery-image] Aug 22 02:15:59.007 INFO O| Aug 22 02:15:59.007 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-08-22T02:16:01.107Z[ recovery-image] Aug 22 02:15:59.017 INFO O| Aug 22 02:15:59.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
74352024-08-22T02:16:01.107Z[ recovery-image] Aug 22 02:15:59.017 INFO O| Aug 22 02:15:59.017 INFO STEP 1168 (remove_files) COMPLETE
74362024-08-22T02:16:01.110Z[ recovery-image] Aug 22 02:15:59.017 INFO O| Aug 22 02:15:59.017 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-08-22T02:16:01.117Z[ recovery-image] Aug 22 02:15:59.027 INFO O| Aug 22 02:15:59.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
74382024-08-22T02:16:01.120Z[ recovery-image] Aug 22 02:15:59.027 INFO O| Aug 22 02:15:59.027 INFO STEP 1169 (remove_files) COMPLETE
74392024-08-22T02:16:01.120Z[ recovery-image] Aug 22 02:15:59.027 INFO O| Aug 22 02:15:59.027 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-08-22T02:16:01.120Z[ host-image] Aug 22 02:15:59.027 INFO O| Aug 22 02:15:59.027 INFO O| Actions: 1/22 actions (Installing new actions)
74412024-08-22T02:16:01.127Z[ recovery-image] Aug 22 02:15:59.037 INFO O| Aug 22 02:15:59.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
74422024-08-22T02:16:01.128Z[ recovery-image] Aug 22 02:15:59.037 INFO O| Aug 22 02:15:59.037 INFO STEP 1170 (remove_files) COMPLETE
74432024-08-22T02:16:01.128Z[ recovery-image] Aug 22 02:15:59.037 INFO O| Aug 22 02:15:59.037 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-08-22T02:16:01.137Z[ recovery-image] Aug 22 02:15:59.047 INFO O| Aug 22 02:15:59.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
74452024-08-22T02:16:01.137Z[ recovery-image] Aug 22 02:15:59.047 INFO O| Aug 22 02:15:59.047 INFO STEP 1171 (remove_files) COMPLETE
74462024-08-22T02:16:01.137Z[ recovery-image] Aug 22 02:15:59.047 INFO O| Aug 22 02:15:59.047 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-08-22T02:16:01.147Z[ recovery-image] Aug 22 02:15:59.057 INFO O| Aug 22 02:15:59.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
74482024-08-22T02:16:01.147Z[ recovery-image] Aug 22 02:15:59.057 INFO O| Aug 22 02:15:59.057 INFO STEP 1172 (remove_files) COMPLETE
74492024-08-22T02:16:01.150Z[ recovery-image] Aug 22 02:15:59.057 INFO O| Aug 22 02:15:59.057 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-08-22T02:16:01.157Z[ recovery-image] Aug 22 02:15:59.066 INFO O| Aug 22 02:15:59.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
74512024-08-22T02:16:01.157Z[ recovery-image] Aug 22 02:15:59.066 INFO O| Aug 22 02:15:59.066 INFO STEP 1173 (remove_files) COMPLETE
74522024-08-22T02:16:01.157Z[ recovery-image] Aug 22 02:15:59.066 INFO O| Aug 22 02:15:59.066 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-08-22T02:16:01.166Z[ recovery-image] Aug 22 02:15:59.076 INFO O| Aug 22 02:15:59.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
74542024-08-22T02:16:01.166Z[ recovery-image] Aug 22 02:15:59.076 INFO O| Aug 22 02:15:59.076 INFO STEP 1174 (remove_files) COMPLETE
74552024-08-22T02:16:01.169Z[ recovery-image] Aug 22 02:15:59.076 INFO O| Aug 22 02:15:59.076 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-08-22T02:16:01.176Z[ recovery-image] Aug 22 02:15:59.085 INFO O| Aug 22 02:15:59.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
74572024-08-22T02:16:01.176Z[ recovery-image] Aug 22 02:15:59.085 INFO O| Aug 22 02:15:59.085 INFO STEP 1175 (remove_files) COMPLETE
74582024-08-22T02:16:01.176Z[ recovery-image] Aug 22 02:15:59.085 INFO O| Aug 22 02:15:59.085 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-08-22T02:16:01.185Z[ recovery-image] Aug 22 02:15:59.095 INFO O| Aug 22 02:15:59.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
74602024-08-22T02:16:01.188Z[ recovery-image] Aug 22 02:15:59.095 INFO O| Aug 22 02:15:59.095 INFO STEP 1176 (remove_files) COMPLETE
74612024-08-22T02:16:01.188Z[ recovery-image] Aug 22 02:15:59.095 INFO O| Aug 22 02:15:59.095 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-08-22T02:16:01.195Z[ recovery-image] Aug 22 02:15:59.104 INFO O| Aug 22 02:15:59.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
74632024-08-22T02:16:01.195Z[ recovery-image] Aug 22 02:15:59.104 INFO O| Aug 22 02:15:59.104 INFO STEP 1177 (remove_files) COMPLETE
74642024-08-22T02:16:01.198Z[ recovery-image] Aug 22 02:15:59.104 INFO O| Aug 22 02:15:59.104 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-08-22T02:16:01.204Z[ recovery-image] Aug 22 02:15:59.114 INFO O| Aug 22 02:15:59.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
74662024-08-22T02:16:01.204Z[ recovery-image] Aug 22 02:15:59.114 INFO O| Aug 22 02:15:59.114 INFO STEP 1178 (remove_files) COMPLETE
74672024-08-22T02:16:01.204Z[ recovery-image] Aug 22 02:15:59.114 INFO O| Aug 22 02:15:59.114 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-08-22T02:16:01.214Z[ recovery-image] Aug 22 02:15:59.123 INFO O| Aug 22 02:15:59.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
74692024-08-22T02:16:01.214Z[ recovery-image] Aug 22 02:15:59.123 INFO O| Aug 22 02:15:59.123 INFO STEP 1179 (remove_files) COMPLETE
74702024-08-22T02:16:01.214Z[ recovery-image] Aug 22 02:15:59.123 INFO O| Aug 22 02:15:59.123 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-08-22T02:16:01.223Z[ recovery-image] Aug 22 02:15:59.133 INFO O| Aug 22 02:15:59.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
74722024-08-22T02:16:01.223Z[ recovery-image] Aug 22 02:15:59.133 INFO O| Aug 22 02:15:59.133 INFO STEP 1180 (remove_files) COMPLETE
74732024-08-22T02:16:01.226Z[ recovery-image] Aug 22 02:15:59.133 INFO O| Aug 22 02:15:59.133 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-08-22T02:16:01.233Z[ recovery-image] Aug 22 02:15:59.142 INFO O| Aug 22 02:15:59.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
74752024-08-22T02:16:01.233Z[ recovery-image] Aug 22 02:15:59.142 INFO O| Aug 22 02:15:59.142 INFO STEP 1181 (remove_files) COMPLETE
74762024-08-22T02:16:01.235Z[ recovery-image] Aug 22 02:15:59.142 INFO O| Aug 22 02:15:59.142 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-08-22T02:16:01.242Z[ recovery-image] Aug 22 02:15:59.152 INFO O| Aug 22 02:15:59.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
74782024-08-22T02:16:01.242Z[ recovery-image] Aug 22 02:15:59.152 INFO O| Aug 22 02:15:59.152 INFO STEP 1182 (remove_files) COMPLETE
74792024-08-22T02:16:01.244Z[ recovery-image] Aug 22 02:15:59.152 INFO O| Aug 22 02:15:59.152 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-08-22T02:16:01.252Z[ recovery-image] Aug 22 02:15:59.161 INFO O| Aug 22 02:15:59.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
74812024-08-22T02:16:01.252Z[ recovery-image] Aug 22 02:15:59.161 INFO O| Aug 22 02:15:59.161 INFO STEP 1183 (remove_files) COMPLETE
74822024-08-22T02:16:01.252Z[ recovery-image] Aug 22 02:15:59.161 INFO O| Aug 22 02:15:59.161 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-08-22T02:16:01.261Z[ recovery-image] Aug 22 02:15:59.171 INFO O| Aug 22 02:15:59.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
74842024-08-22T02:16:01.261Z[ recovery-image] Aug 22 02:15:59.171 INFO O| Aug 22 02:15:59.171 INFO STEP 1184 (remove_files) COMPLETE
74852024-08-22T02:16:01.261Z[ recovery-image] Aug 22 02:15:59.171 INFO O| Aug 22 02:15:59.171 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-08-22T02:16:01.271Z[ recovery-image] Aug 22 02:15:59.180 INFO O| Aug 22 02:15:59.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
74872024-08-22T02:16:01.271Z[ recovery-image] Aug 22 02:15:59.180 INFO O| Aug 22 02:15:59.180 INFO STEP 1185 (remove_files) COMPLETE
74882024-08-22T02:16:01.271Z[ recovery-image] Aug 22 02:15:59.180 INFO O| Aug 22 02:15:59.180 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-08-22T02:16:01.280Z[ recovery-image] Aug 22 02:15:59.190 INFO O| Aug 22 02:15:59.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
74902024-08-22T02:16:01.280Z[ recovery-image] Aug 22 02:15:59.190 INFO O| Aug 22 02:15:59.190 INFO STEP 1186 (remove_files) COMPLETE
74912024-08-22T02:16:01.283Z[ recovery-image] Aug 22 02:15:59.190 INFO O| Aug 22 02:15:59.190 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-08-22T02:16:01.290Z[ recovery-image] Aug 22 02:15:59.199 INFO O| Aug 22 02:15:59.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
74932024-08-22T02:16:01.292Z[ recovery-image] Aug 22 02:15:59.199 INFO O| Aug 22 02:15:59.199 INFO STEP 1187 (remove_files) COMPLETE
74942024-08-22T02:16:01.293Z[ recovery-image] Aug 22 02:15:59.199 INFO O| Aug 22 02:15:59.199 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-08-22T02:16:01.299Z[ recovery-image] Aug 22 02:15:59.209 INFO O| Aug 22 02:15:59.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
74962024-08-22T02:16:01.299Z[ recovery-image] Aug 22 02:15:59.209 INFO O| Aug 22 02:15:59.209 INFO STEP 1188 (remove_files) COMPLETE
74972024-08-22T02:16:01.299Z[ recovery-image] Aug 22 02:15:59.209 INFO O| Aug 22 02:15:59.209 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-08-22T02:16:01.309Z[ recovery-image] Aug 22 02:15:59.218 INFO O| Aug 22 02:15:59.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
74992024-08-22T02:16:01.309Z[ recovery-image] Aug 22 02:15:59.218 INFO O| Aug 22 02:15:59.218 INFO STEP 1189 (remove_files) COMPLETE
75002024-08-22T02:16:01.312Z[ recovery-image] Aug 22 02:15:59.218 INFO O| Aug 22 02:15:59.218 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-08-22T02:16:01.318Z[ recovery-image] Aug 22 02:15:59.228 INFO O| Aug 22 02:15:59.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
75022024-08-22T02:16:01.321Z[ recovery-image] Aug 22 02:15:59.228 INFO O| Aug 22 02:15:59.228 INFO STEP 1190 (remove_files) COMPLETE
75032024-08-22T02:16:01.321Z[ recovery-image] Aug 22 02:15:59.228 INFO O| Aug 22 02:15:59.228 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-08-22T02:16:01.328Z[ recovery-image] Aug 22 02:15:59.237 INFO O| Aug 22 02:15:59.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
75052024-08-22T02:16:01.328Z[ recovery-image] Aug 22 02:15:59.237 INFO O| Aug 22 02:15:59.237 INFO STEP 1191 (remove_files) COMPLETE
75062024-08-22T02:16:01.330Z[ recovery-image] Aug 22 02:15:59.237 INFO O| Aug 22 02:15:59.237 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-08-22T02:16:01.337Z[ recovery-image] Aug 22 02:15:59.247 INFO O| Aug 22 02:15:59.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
75082024-08-22T02:16:01.337Z[ recovery-image] Aug 22 02:15:59.247 INFO O| Aug 22 02:15:59.247 INFO STEP 1192 (remove_files) COMPLETE
75092024-08-22T02:16:01.337Z[ recovery-image] Aug 22 02:15:59.247 INFO O| Aug 22 02:15:59.247 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-08-22T02:16:01.347Z[ recovery-image] Aug 22 02:15:59.256 INFO O| Aug 22 02:15:59.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
75112024-08-22T02:16:01.347Z[ recovery-image] Aug 22 02:15:59.256 INFO O| Aug 22 02:15:59.256 INFO STEP 1193 (remove_files) COMPLETE
75122024-08-22T02:16:01.347Z[ recovery-image] Aug 22 02:15:59.256 INFO O| Aug 22 02:15:59.256 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-08-22T02:16:01.356Z[ recovery-image] Aug 22 02:15:59.266 INFO O| Aug 22 02:15:59.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
75142024-08-22T02:16:01.356Z[ recovery-image] Aug 22 02:15:59.266 INFO O| Aug 22 02:15:59.266 INFO STEP 1194 (remove_files) COMPLETE
75152024-08-22T02:16:01.356Z[ recovery-image] Aug 22 02:15:59.266 INFO O| Aug 22 02:15:59.266 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-08-22T02:16:01.366Z[ recovery-image] Aug 22 02:15:59.275 INFO O| Aug 22 02:15:59.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
75172024-08-22T02:16:01.366Z[ recovery-image] Aug 22 02:15:59.275 INFO O| Aug 22 02:15:59.275 INFO STEP 1195 (remove_files) COMPLETE
75182024-08-22T02:16:01.366Z[ recovery-image] Aug 22 02:15:59.275 INFO O| Aug 22 02:15:59.275 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-08-22T02:16:01.375Z[ recovery-image] Aug 22 02:15:59.285 INFO O| Aug 22 02:15:59.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
75202024-08-22T02:16:01.375Z[ recovery-image] Aug 22 02:15:59.285 INFO O| Aug 22 02:15:59.285 INFO STEP 1196 (remove_files) COMPLETE
75212024-08-22T02:16:01.378Z[ recovery-image] Aug 22 02:15:59.285 INFO O| Aug 22 02:15:59.285 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-08-22T02:16:01.385Z[ recovery-image] Aug 22 02:15:59.294 INFO O| Aug 22 02:15:59.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
75232024-08-22T02:16:01.385Z[ recovery-image] Aug 22 02:15:59.294 INFO O| Aug 22 02:15:59.294 INFO STEP 1197 (remove_files) COMPLETE
75242024-08-22T02:16:01.385Z[ recovery-image] Aug 22 02:15:59.294 INFO O| Aug 22 02:15:59.294 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-08-22T02:16:01.394Z[ recovery-image] Aug 22 02:15:59.304 INFO O| Aug 22 02:15:59.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
75262024-08-22T02:16:01.394Z[ recovery-image] Aug 22 02:15:59.304 INFO O| Aug 22 02:15:59.304 INFO STEP 1198 (remove_files) COMPLETE
75272024-08-22T02:16:01.394Z[ recovery-image] Aug 22 02:15:59.304 INFO O| Aug 22 02:15:59.304 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-08-22T02:16:01.404Z[ recovery-image] Aug 22 02:15:59.313 INFO O| Aug 22 02:15:59.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
75292024-08-22T02:16:01.406Z[ recovery-image] Aug 22 02:15:59.313 INFO O| Aug 22 02:15:59.313 INFO STEP 1199 (remove_files) COMPLETE
75302024-08-22T02:16:01.406Z[ recovery-image] Aug 22 02:15:59.313 INFO O| Aug 22 02:15:59.313 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-08-22T02:16:01.414Z[ recovery-image] Aug 22 02:15:59.323 INFO O| Aug 22 02:15:59.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
75322024-08-22T02:16:01.416Z[ recovery-image] Aug 22 02:15:59.323 INFO O| Aug 22 02:15:59.323 INFO STEP 1200 (remove_files) COMPLETE
75332024-08-22T02:16:01.416Z[ recovery-image] Aug 22 02:15:59.323 INFO O| Aug 22 02:15:59.323 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-08-22T02:16:01.425Z[ recovery-image] Aug 22 02:15:59.333 INFO O| Aug 22 02:15:59.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
75352024-08-22T02:16:01.428Z[ recovery-image] Aug 22 02:15:59.333 INFO O| Aug 22 02:15:59.333 INFO STEP 1201 (remove_files) COMPLETE
75362024-08-22T02:16:01.428Z[ recovery-image] Aug 22 02:15:59.333 INFO O| Aug 22 02:15:59.333 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-08-22T02:16:01.433Z[ recovery-image] Aug 22 02:15:59.342 INFO O| Aug 22 02:15:59.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
75382024-08-22T02:16:01.435Z[ recovery-image] Aug 22 02:15:59.343 INFO O| Aug 22 02:15:59.343 INFO STEP 1202 (remove_files) COMPLETE
75392024-08-22T02:16:01.435Z[ recovery-image] Aug 22 02:15:59.343 INFO O| Aug 22 02:15:59.343 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-08-22T02:16:01.442Z[ recovery-image] Aug 22 02:15:59.352 INFO O| Aug 22 02:15:59.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
75412024-08-22T02:16:01.445Z[ recovery-image] Aug 22 02:15:59.352 INFO O| Aug 22 02:15:59.352 INFO STEP 1203 (remove_files) COMPLETE
75422024-08-22T02:16:01.445Z[ recovery-image] Aug 22 02:15:59.352 INFO O| Aug 22 02:15:59.352 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-08-22T02:16:01.452Z[ recovery-image] Aug 22 02:15:59.362 INFO O| Aug 22 02:15:59.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
75442024-08-22T02:16:01.454Z[ recovery-image] Aug 22 02:15:59.362 INFO O| Aug 22 02:15:59.362 INFO STEP 1204 (remove_files) COMPLETE
75452024-08-22T02:16:01.455Z[ recovery-image] Aug 22 02:15:59.362 INFO O| Aug 22 02:15:59.362 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-08-22T02:16:01.462Z[ recovery-image] Aug 22 02:15:59.371 INFO O| Aug 22 02:15:59.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
75472024-08-22T02:16:01.462Z[ recovery-image] Aug 22 02:15:59.371 INFO O| Aug 22 02:15:59.371 INFO STEP 1205 (remove_files) COMPLETE
75482024-08-22T02:16:01.462Z[ recovery-image] Aug 22 02:15:59.371 INFO O| Aug 22 02:15:59.371 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
75492024-08-22T02:16:01.476Z[ recovery-image] Aug 22 02:15:59.385 INFO O| Aug 22 02:15:59.385 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
75502024-08-22T02:16:01.478Z[ recovery-image] Aug 22 02:15:59.385 INFO O| Aug 22 02:15:59.385 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
75512024-08-22T02:16:01.647Z[ host-image] Aug 22 02:15:59.556 INFO O| Aug 22 02:15:59.556 INFO O| Actions: Completed 22 actions in 0.53 seconds.
75522024-08-22T02:16:01.889Z[ host-image] Aug 22 02:15:59.798 INFO O| Aug 22 02:15:59.798 INFO O| Done
75532024-08-22T02:16:01.889Z[ host-image] Aug 22 02:15:59.798 INFO O| Aug 22 02:15:59.798 INFO O| Done
75542024-08-22T02:16:02.221Z[ recovery-image] Aug 22 02:16:00.130 INFO O| Aug 22 02:16:00.130 INFO STEP 1206 (pack_tar) COMPLETE
75552024-08-22T02:16:02.221Z[ recovery-image] Aug 22 02:16:00.130 INFO O| Aug 22 02:16:00.130 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75562024-08-22T02:16:02.224Z[ recovery-image] Aug 22 02:16:00.130 INFO O| Aug 22 02:16:00.130 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
75572024-08-22T02:16:02.271Z[ host-image] Aug 22 02:16:00.179 INFO O| Aug 22 02:16:00.179 INFO O| Done
75582024-08-22T02:16:02.525Z[ recovery-image] Aug 22 02:16:00.434 INFO O| Aug 22 02:16:00.434 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
75592024-08-22T02:16:02.597Z[ recovery-image] Aug 22 02:16:00.506 INFO O| Aug 22 02:16:00.506 INFO completed processing gimlet/ramdisk-03-recovery-trim
75602024-08-22T02:16:02.604Z[ recovery-image] Aug 22 02:16:00.513 INFO image builder template: zfs-recovery...
75612024-08-22T02:16:02.606Z[ recovery-image] Aug 22 02:16:00.513 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpV1BSpj/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.277", "-n", "zfs-recovery"], pwd: None
75622024-08-22T02:16:02.635Z[ recovery-image] Aug 22 02:16:00.545 INFO O| Aug 22 02:16:00.544 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75632024-08-22T02:16:02.639Z[ recovery-image] Aug 22 02:16:00.548 INFO O| Aug 22 02:16:00.548 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75642024-08-22T02:16:02.707Z[ recovery-image] Aug 22 02:16:00.616 INFO O| Aug 22 02:16:00.616 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
75652024-08-22T02:16:02.765Z[ recovery-image] Aug 22 02:16:00.674 INFO O| Aug 22 02:16:00.674 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
75662024-08-22T02:16:02.765Z[ recovery-image] Aug 22 02:16:00.674 INFO O| Aug 22 02:16:00.674 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
75672024-08-22T02:16:02.769Z[ recovery-image] Aug 22 02:16:00.678 INFO O| Aug 22 02:16:00.678 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
75682024-08-22T02:16:02.834Z[ recovery-image] Aug 22 02:16:00.744 INFO O| Aug 22 02:16:00.743 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
75692024-08-22T02:16:02.894Z[ recovery-image] Aug 22 02:16:00.802 INFO O| Aug 22 02:16:00.802 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
75702024-08-22T02:16:02.903Z[ recovery-image] Aug 22 02:16:00.812 INFO O| Aug 22 02:16:00.812 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75712024-08-22T02:16:02.908Z[ recovery-image] Aug 22 02:16:00.817 INFO O| Aug 22 02:16:00.817 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
75722024-08-22T02:16:02.910Z[ recovery-image] Aug 22 02:16:00.818 INFO O| Aug 22 02:16:00.818 INFO no lofi found
75732024-08-22T02:16:02.910Z[ recovery-image] Aug 22 02:16:00.818 INFO O| Aug 22 02:16:00.818 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
75742024-08-22T02:16:02.910Z[ recovery-image] Aug 22 02:16:00.818 INFO O| Aug 22 02:16:00.818 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
75752024-08-22T02:16:03.508Z[ host-image] Aug 22 02:16:01.417 INFO O| Aug 22 02:16:01.417 INFO O| Done
75762024-08-22T02:16:03.532Z[ host-image] Aug 22 02:16:01.441 INFO O| Aug 22 02:16:01.441 INFO O| Done
75772024-08-22T02:16:03.532Z[ host-image] Aug 22 02:16:01.441 INFO O| Aug 22 02:16:01.441 INFO O| Done
75782024-08-22T02:16:03.541Z[ host-image] Aug 22 02:16:01.451 INFO O| Aug 22 02:16:01.451 INFO O| Done
75792024-08-22T02:16:03.632Z[ host-image] Aug 22 02:16:01.541 INFO O| Aug 22 02:16:01.541 INFO STEP 14 (pkg_install) COMPLETE
75802024-08-22T02:16:03.632Z[ host-image] Aug 22 02:16:01.541 INFO O| Aug 22 02:16:01.541 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75812024-08-22T02:16:03.635Z[ host-image] Aug 22 02:16:01.541 INFO O| Aug 22 02:16:01.541 INFO skip step because feature "mfg" is not enabled
75822024-08-22T02:16:03.635Z[ host-image] Aug 22 02:16:01.541 INFO O| Aug 22 02:16:01.541 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75832024-08-22T02:16:03.635Z[ host-image] Aug 22 02:16:01.541 INFO O| Aug 22 02:16:01.541 INFO skip step because feature "compliance" is not enabled
75842024-08-22T02:16:03.635Z[ host-image] Aug 22 02:16:01.541 INFO O| Aug 22 02:16:01.541 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75852024-08-22T02:16:03.635Z[ host-image] Aug 22 02:16:01.541 INFO O| Aug 22 02:16:01.541 INFO skip step because feature "stress" is not enabled
75862024-08-22T02:16:03.635Z[ host-image] Aug 22 02:16:01.541 INFO O| Aug 22 02:16:01.541 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
75872024-08-22T02:16:03.635Z[ host-image] Aug 22 02:16:01.541 INFO O| Aug 22 02:16:01.541 INFO skip step because feature "nfs" is not enabled
75882024-08-22T02:16:03.635Z[ host-image] Aug 22 02:16:01.541 INFO O| Aug 22 02:16:01.541 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
75892024-08-22T02:16:03.635Z[ host-image] Aug 22 02:16:01.541 INFO O| Aug 22 02:16:01.541 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
75902024-08-22T02:16:03.687Z[ host-image] Aug 22 02:16:01.596 INFO O| Aug 22 02:16:01.596 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
75912024-08-22T02:16:03.748Z[ host-image] Aug 22 02:16:01.657 INFO O| Aug 22 02:16:01.657 INFO completed processing gimlet/ramdisk-01-os
75922024-08-22T02:16:03.751Z[ host-image] Aug 22 02:16:01.659 INFO omicron1 baseline generation...
75932024-08-22T02:16:03.751Z[ host-image] Aug 22 02:16:01.659 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
75942024-08-22T02:16:04.133Z[ host-image] Aug 22 02:16:02.042 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22827:20240820T102318Z
75952024-08-22T02:16:05.102Z[ recovery-image] Aug 22 02:16:03.011 INFO O| Aug 22 02:16:03.011 INFO lofi device = /dev/dsk/c2t1d0p0
75962024-08-22T02:16:05.102Z[ recovery-image] Aug 22 02:16:03.011 INFO O| Aug 22 02:16:03.011 INFO pool device = /dev/dsk/c2t1d0p0
75972024-08-22T02:16:05.105Z[ recovery-image] Aug 22 02:16:03.011 INFO O| Aug 22 02:16:03.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
75982024-08-22T02:16:05.177Z[ recovery-image] Aug 22 02:16:03.086 INFO O| Aug 22 02:16:03.086 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75992024-08-22T02:16:05.177Z[ recovery-image] Aug 22 02:16:03.086 INFO O| Aug 22 02:16:03.086 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
76002024-08-22T02:16:05.195Z[ recovery-image] Aug 22 02:16:03.104 INFO O| Aug 22 02:16:03.104 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
76012024-08-22T02:16:05.256Z[ recovery-image] Aug 22 02:16:03.164 INFO O| Aug 22 02:16:03.164 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
76022024-08-22T02:16:05.292Z[ recovery-image] Aug 22 02:16:03.201 INFO O| Aug 22 02:16:03.201 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
76032024-08-22T02:16:05.306Z[ recovery-image] Aug 22 02:16:03.215 INFO O| Aug 22 02:16:03.214 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
76042024-08-22T02:16:05.316Z[ recovery-image] Aug 22 02:16:03.225 INFO O| Aug 22 02:16:03.225 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
76052024-08-22T02:16:05.361Z[ recovery-image] Aug 22 02:16:03.269 INFO O| Aug 22 02:16:03.269 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76062024-08-22T02:16:05.363Z[ recovery-image] Aug 22 02:16:03.269 INFO O| Aug 22 02:16:03.269 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
76072024-08-22T02:16:05.363Z[ recovery-image] Aug 22 02:16:03.270 INFO O| Aug 22 02:16:03.269 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76082024-08-22T02:16:05.370Z[ recovery-image] Aug 22 02:16:03.279 INFO O| Aug 22 02:16:03.279 INFO boot environment UUID: 4052bd07-2d92-4abe-a605-604cd5c32491
76092024-08-22T02:16:05.370Z[ recovery-image] Aug 22 02:16:03.279 INFO O| Aug 22 02:16:03.279 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 4052bd07-2d92-4abe-a605-604cd5c32491
76102024-08-22T02:16:05.381Z[ recovery-image] Aug 22 02:16:03.290 INFO O| Aug 22 02:16:03.290 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
76112024-08-22T02:16:05.391Z[ recovery-image] Aug 22 02:16:03.300 INFO O| Aug 22 02:16:03.300 INFO STEP 0 (create_be) COMPLETE
76122024-08-22T02:16:05.391Z[ recovery-image] Aug 22 02:16:03.300 INFO O| Aug 22 02:16:03.300 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76132024-08-22T02:16:05.406Z[ recovery-image] Aug 22 02:16:03.314 INFO O| Aug 22 02:16:03.314 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76142024-08-22T02:16:07.494Z[ recovery-image] Aug 22 02:16:05.403 INFO O| Aug 22 02:16:05.403 INFO STEP 1 (unpack_tar) COMPLETE
76152024-08-22T02:16:07.494Z[ recovery-image] Aug 22 02:16:05.403 INFO O| Aug 22 02:16:05.403 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76162024-08-22T02:16:07.505Z[ recovery-image] Aug 22 02:16:05.414 INFO O| Aug 22 02:16:05.414 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
76172024-08-22T02:16:07.924Z[ recovery-image] Aug 22 02:16:05.832 INFO O| Aug 22 02:16:05.832 INFO STEP 2 (devfsadm) COMPLETE
76182024-08-22T02:16:07.924Z[ recovery-image] Aug 22 02:16:05.832 INFO O| Aug 22 02:16:05.832 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76192024-08-22T02:16:07.935Z[ recovery-image] Aug 22 02:16:05.844 INFO O| Aug 22 02:16:05.844 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76202024-08-22T02:16:07.935Z[ recovery-image] Aug 22 02:16:05.844 INFO O| Aug 22 02:16:05.844 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76212024-08-22T02:16:07.938Z[ recovery-image] Aug 22 02:16:05.844 INFO O| Aug 22 02:16:05.844 INFO STEP 3 (ensure_dir) COMPLETE
76222024-08-22T02:16:07.938Z[ recovery-image] Aug 22 02:16:05.844 INFO O| Aug 22 02:16:05.844 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76232024-08-22T02:16:07.946Z[ recovery-image] Aug 22 02:16:05.854 INFO O| Aug 22 02:16:05.854 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76242024-08-22T02:16:07.946Z[ recovery-image] Aug 22 02:16:05.854 INFO O| Aug 22 02:16:05.854 INFO STEP 4 (ensure_dir) COMPLETE
76252024-08-22T02:16:07.946Z[ recovery-image] Aug 22 02:16:05.854 INFO O| Aug 22 02:16:05.854 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76262024-08-22T02:16:07.956Z[ recovery-image] Aug 22 02:16:05.864 INFO O| Aug 22 02:16:05.864 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76272024-08-22T02:16:07.956Z[ recovery-image] Aug 22 02:16:05.864 INFO O| Aug 22 02:16:05.864 INFO STEP 5 (ensure_dir) COMPLETE
76282024-08-22T02:16:07.958Z[ recovery-image] Aug 22 02:16:05.864 INFO O| Aug 22 02:16:05.864 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76292024-08-22T02:16:07.966Z[ recovery-image] Aug 22 02:16:05.874 INFO O| Aug 22 02:16:05.874 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76302024-08-22T02:16:07.966Z[ recovery-image] Aug 22 02:16:05.874 INFO O| Aug 22 02:16:05.874 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76312024-08-22T02:16:07.968Z[ recovery-image] Aug 22 02:16:05.874 INFO O| Aug 22 02:16:05.874 INFO STEP 6 (ensure_dir) COMPLETE
76322024-08-22T02:16:07.968Z[ recovery-image] Aug 22 02:16:05.874 INFO O| Aug 22 02:16:05.874 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76332024-08-22T02:16:07.976Z[ recovery-image] Aug 22 02:16:05.885 INFO O| Aug 22 02:16:05.884 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76342024-08-22T02:16:07.978Z[ recovery-image] Aug 22 02:16:05.885 INFO O| Aug 22 02:16:05.885 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76352024-08-22T02:16:07.978Z[ recovery-image] Aug 22 02:16:05.885 INFO O| Aug 22 02:16:05.885 INFO STEP 7 (ensure_dir) COMPLETE
76362024-08-22T02:16:07.978Z[ recovery-image] Aug 22 02:16:05.885 INFO O| Aug 22 02:16:05.885 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76372024-08-22T02:16:07.986Z[ recovery-image] Aug 22 02:16:05.894 INFO O| Aug 22 02:16:05.894 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
76382024-08-22T02:16:07.988Z[ recovery-image] Aug 22 02:16:05.895 INFO O| Aug 22 02:16:05.895 INFO STEP 8 (remove_files) COMPLETE
76392024-08-22T02:16:07.988Z[ recovery-image] Aug 22 02:16:05.895 INFO O| Aug 22 02:16:05.895 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76402024-08-22T02:16:07.996Z[ recovery-image] Aug 22 02:16:05.904 INFO O| Aug 22 02:16:05.904 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
76412024-08-22T02:16:07.998Z[ recovery-image] Aug 22 02:16:05.905 INFO O| Aug 22 02:16:05.905 INFO STEP 9 (remove_files) COMPLETE
76422024-08-22T02:16:07.998Z[ recovery-image] Aug 22 02:16:05.905 INFO O| Aug 22 02:16:05.905 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76432024-08-22T02:16:08.006Z[ recovery-image] Aug 22 02:16:05.915 INFO O| Aug 22 02:16:05.915 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
76442024-08-22T02:16:08.008Z[ recovery-image] Aug 22 02:16:05.916 INFO O| Aug 22 02:16:05.916 INFO STEP 10 (remove_files) COMPLETE
76452024-08-22T02:16:08.009Z[ recovery-image] Aug 22 02:16:05.916 INFO O| Aug 22 02:16:05.916 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76462024-08-22T02:16:08.017Z[ recovery-image] Aug 22 02:16:05.925 INFO O| Aug 22 02:16:05.925 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
76472024-08-22T02:16:08.019Z[ recovery-image] Aug 22 02:16:05.925 INFO O| Aug 22 02:16:05.925 INFO STEP 11 (remove_files) COMPLETE
76482024-08-22T02:16:08.019Z[ recovery-image] Aug 22 02:16:05.925 INFO O| Aug 22 02:16:05.925 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76492024-08-22T02:16:08.027Z[ recovery-image] Aug 22 02:16:05.936 INFO O| Aug 22 02:16:05.936 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
76502024-08-22T02:16:08.027Z[ recovery-image] Aug 22 02:16:05.936 INFO O| Aug 22 02:16:05.936 INFO STEP 12 (remove_files) COMPLETE
76512024-08-22T02:16:08.027Z[ recovery-image] Aug 22 02:16:05.936 INFO O| Aug 22 02:16:05.936 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76522024-08-22T02:16:08.037Z[ recovery-image] Aug 22 02:16:05.946 INFO O| Aug 22 02:16:05.946 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76532024-08-22T02:16:08.040Z[ recovery-image] Aug 22 02:16:05.946 INFO O| Aug 22 02:16:05.946 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
76542024-08-22T02:16:08.040Z[ recovery-image] Aug 22 02:16:05.946 INFO O| Aug 22 02:16:05.946 INFO STEP 13 (ensure_dir) COMPLETE
76552024-08-22T02:16:08.040Z[ recovery-image] Aug 22 02:16:05.946 INFO O| Aug 22 02:16:05.946 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76562024-08-22T02:16:08.047Z[ recovery-image] Aug 22 02:16:05.956 INFO O| Aug 22 02:16:05.956 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76572024-08-22T02:16:08.050Z[ recovery-image] Aug 22 02:16:05.956 INFO O| Aug 22 02:16:05.956 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76582024-08-22T02:16:08.050Z[ recovery-image] Aug 22 02:16:05.956 INFO O| Aug 22 02:16:05.956 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
76592024-08-22T02:16:08.050Z[ recovery-image] Aug 22 02:16:05.956 INFO O| Aug 22 02:16:05.956 INFO STEP 14 (ensure_dir) COMPLETE
76602024-08-22T02:16:08.050Z[ recovery-image] Aug 22 02:16:05.956 INFO O| Aug 22 02:16:05.956 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76612024-08-22T02:16:08.057Z[ recovery-image] Aug 22 02:16:05.966 INFO O| Aug 22 02:16:05.966 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76622024-08-22T02:16:08.060Z[ recovery-image] Aug 22 02:16:05.966 INFO O| Aug 22 02:16:05.966 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76632024-08-22T02:16:08.060Z[ recovery-image] Aug 22 02:16:05.966 INFO O| Aug 22 02:16:05.966 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
76642024-08-22T02:16:08.060Z[ recovery-image] Aug 22 02:16:05.966 INFO O| Aug 22 02:16:05.966 INFO STEP 15 (ensure_dir) COMPLETE
76652024-08-22T02:16:08.060Z[ recovery-image] Aug 22 02:16:05.966 INFO O| Aug 22 02:16:05.966 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76662024-08-22T02:16:08.067Z[ recovery-image] Aug 22 02:16:05.976 INFO O| Aug 22 02:16:05.976 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76672024-08-22T02:16:08.070Z[ recovery-image] Aug 22 02:16:05.976 INFO O| Aug 22 02:16:05.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
76682024-08-22T02:16:08.070Z[ recovery-image] Aug 22 02:16:05.976 INFO O| Aug 22 02:16:05.976 INFO STEP 16 (ensure_dir) COMPLETE
76692024-08-22T02:16:08.070Z[ recovery-image] Aug 22 02:16:05.976 INFO O| Aug 22 02:16:05.976 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76702024-08-22T02:16:08.077Z[ recovery-image] Aug 22 02:16:05.986 INFO O| Aug 22 02:16:05.986 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76712024-08-22T02:16:08.080Z[ recovery-image] Aug 22 02:16:05.986 INFO O| Aug 22 02:16:05.986 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
76722024-08-22T02:16:08.080Z[ recovery-image] Aug 22 02:16:05.986 INFO O| Aug 22 02:16:05.986 INFO STEP 17 (ensure_dir) COMPLETE
76732024-08-22T02:16:08.080Z[ recovery-image] Aug 22 02:16:05.986 INFO O| Aug 22 02:16:05.986 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76742024-08-22T02:16:08.087Z[ recovery-image] Aug 22 02:16:05.996 INFO O| Aug 22 02:16:05.996 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
76752024-08-22T02:16:08.087Z[ recovery-image] Aug 22 02:16:05.996 INFO O| Aug 22 02:16:05.996 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
76762024-08-22T02:16:08.087Z[ recovery-image] Aug 22 02:16:05.996 INFO O| Aug 22 02:16:05.996 INFO ok!
76772024-08-22T02:16:08.090Z[ recovery-image] Aug 22 02:16:05.996 INFO O| Aug 22 02:16:05.996 INFO STEP 18 (ensure_symlink) COMPLETE
76782024-08-22T02:16:08.090Z[ recovery-image] Aug 22 02:16:05.996 INFO O| Aug 22 02:16:05.996 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
76792024-08-22T02:16:08.099Z[ recovery-image] Aug 22 02:16:06.008 INFO O| Aug 22 02:16:06.007 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
76802024-08-22T02:16:08.099Z[ recovery-image] Aug 22 02:16:06.008 INFO O| Aug 22 02:16:06.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
76812024-08-22T02:16:08.099Z[ recovery-image] Aug 22 02:16:06.008 INFO O| Aug 22 02:16:06.008 INFO ok!
76822024-08-22T02:16:08.099Z[ recovery-image] Aug 22 02:16:06.008 INFO O| Aug 22 02:16:06.008 INFO STEP 19 (ensure_file) COMPLETE
76832024-08-22T02:16:08.102Z[ recovery-image] Aug 22 02:16:06.008 INFO O| Aug 22 02:16:06.008 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76842024-08-22T02:16:08.111Z[ recovery-image] Aug 22 02:16:06.020 INFO O| Aug 22 02:16:06.020 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
76852024-08-22T02:16:08.111Z[ recovery-image] Aug 22 02:16:06.020 INFO O| Aug 22 02:16:06.020 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
76862024-08-22T02:16:08.114Z[ recovery-image] Aug 22 02:16:06.020 INFO O| Aug 22 02:16:06.020 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
76872024-08-22T02:16:08.114Z[ recovery-image] Aug 22 02:16:06.020 INFO O| Aug 22 02:16:06.020 INFO ok!
76882024-08-22T02:16:08.114Z[ recovery-image] Aug 22 02:16:06.020 INFO O| Aug 22 02:16:06.020 INFO STEP 20 (ensure_symlink) COMPLETE
76892024-08-22T02:16:08.114Z[ recovery-image] Aug 22 02:16:06.020 INFO O| Aug 22 02:16:06.020 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76902024-08-22T02:16:08.122Z[ recovery-image] Aug 22 02:16:06.030 INFO O| Aug 22 02:16:06.030 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
76912024-08-22T02:16:08.122Z[ recovery-image] Aug 22 02:16:06.030 INFO O| Aug 22 02:16:06.030 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
76922024-08-22T02:16:08.122Z[ recovery-image] Aug 22 02:16:06.031 INFO O| Aug 22 02:16:06.030 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
76932024-08-22T02:16:08.124Z[ recovery-image] Aug 22 02:16:06.031 INFO O| Aug 22 02:16:06.030 INFO ok!
76942024-08-22T02:16:08.124Z[ recovery-image] Aug 22 02:16:06.031 INFO O| Aug 22 02:16:06.031 INFO STEP 21 (ensure_symlink) COMPLETE
76952024-08-22T02:16:08.124Z[ recovery-image] Aug 22 02:16:06.031 INFO O| Aug 22 02:16:06.031 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
76962024-08-22T02:16:08.132Z[ recovery-image] Aug 22 02:16:06.041 INFO O| Aug 22 02:16:06.040 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
76972024-08-22T02:16:08.134Z[ recovery-image] Aug 22 02:16:06.041 INFO O| Aug 22 02:16:06.041 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
76982024-08-22T02:16:08.134Z[ recovery-image] Aug 22 02:16:06.041 INFO O| Aug 22 02:16:06.041 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
76992024-08-22T02:16:08.134Z[ recovery-image] Aug 22 02:16:06.041 INFO O| Aug 22 02:16:06.041 INFO ok!
77002024-08-22T02:16:08.134Z[ recovery-image] Aug 22 02:16:06.041 INFO O| Aug 22 02:16:06.041 INFO STEP 22 (ensure_symlink) COMPLETE
77012024-08-22T02:16:08.134Z[ recovery-image] Aug 22 02:16:06.041 INFO O| Aug 22 02:16:06.041 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
77022024-08-22T02:16:08.145Z[ recovery-image] Aug 22 02:16:06.054 INFO O| Aug 22 02:16:06.054 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
77032024-08-22T02:16:08.145Z[ recovery-image] Aug 22 02:16:06.054 INFO O| Aug 22 02:16:06.054 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
77042024-08-22T02:16:08.147Z[ recovery-image] Aug 22 02:16:06.054 INFO O| Aug 22 02:16:06.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
77052024-08-22T02:16:08.148Z[ recovery-image] Aug 22 02:16:06.054 INFO O| Aug 22 02:16:06.054 INFO ok!
77062024-08-22T02:16:08.148Z[ recovery-image] Aug 22 02:16:06.054 INFO O| Aug 22 02:16:06.054 INFO STEP 23 (ensure_symlink) COMPLETE
77072024-08-22T02:16:08.148Z[ recovery-image] Aug 22 02:16:06.054 INFO O| Aug 22 02:16:06.054 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77082024-08-22T02:16:08.157Z[ recovery-image] Aug 22 02:16:06.065 INFO O| Aug 22 02:16:06.065 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
77092024-08-22T02:16:08.164Z[ recovery-image] Aug 22 02:16:06.065 INFO O| Aug 22 02:16:06.065 INFO copying /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf ...
77102024-08-22T02:16:08.164Z[ recovery-image] Aug 22 02:16:06.065 INFO O| Aug 22 02:16:06.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
77112024-08-22T02:16:08.164Z[ recovery-image] Aug 22 02:16:06.065 INFO O| Aug 22 02:16:06.065 INFO ok!
77122024-08-22T02:16:08.165Z[ recovery-image] Aug 22 02:16:06.066 INFO O| Aug 22 02:16:06.065 INFO STEP 24 (ensure_file) COMPLETE
77132024-08-22T02:16:08.165Z[ recovery-image] Aug 22 02:16:06.066 INFO O| Aug 22 02:16:06.065 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
77142024-08-22T02:16:08.167Z[ recovery-image] Aug 22 02:16:06.076 INFO O| Aug 22 02:16:06.076 INFO updating shadow file
77152024-08-22T02:16:08.167Z[ recovery-image] Aug 22 02:16:06.076 INFO O| Aug 22 02:16:06.076 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77162024-08-22T02:16:08.167Z[ recovery-image] Aug 22 02:16:06.076 INFO O| Aug 22 02:16:06.076 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
77172024-08-22T02:16:08.170Z[ recovery-image] Aug 22 02:16:06.076 INFO O| Aug 22 02:16:06.076 INFO STEP 25 (shadow) COMPLETE
77182024-08-22T02:16:08.170Z[ recovery-image] Aug 22 02:16:06.076 INFO O| Aug 22 02:16:06.076 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77192024-08-22T02:16:08.177Z[ recovery-image] Aug 22 02:16:06.086 INFO O| Aug 22 02:16:06.086 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
77202024-08-22T02:16:08.180Z[ recovery-image] Aug 22 02:16:06.086 INFO O| Aug 22 02:16:06.086 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
77212024-08-22T02:16:08.180Z[ recovery-image] Aug 22 02:16:06.086 INFO O| Aug 22 02:16:06.086 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
77222024-08-22T02:16:08.180Z[ recovery-image] Aug 22 02:16:06.086 INFO O| Aug 22 02:16:06.086 INFO ok!
77232024-08-22T02:16:08.180Z[ recovery-image] Aug 22 02:16:06.086 INFO O| Aug 22 02:16:06.086 INFO STEP 26 (ensure_file) COMPLETE
77242024-08-22T02:16:08.180Z[ recovery-image] Aug 22 02:16:06.086 INFO O| Aug 22 02:16:06.086 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77252024-08-22T02:16:08.188Z[ recovery-image] Aug 22 02:16:06.096 INFO O| Aug 22 02:16:06.096 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
77262024-08-22T02:16:08.188Z[ recovery-image] Aug 22 02:16:06.096 INFO O| Aug 22 02:16:06.096 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
77272024-08-22T02:16:08.188Z[ recovery-image] Aug 22 02:16:06.097 INFO O| Aug 22 02:16:06.097 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
77282024-08-22T02:16:08.188Z[ recovery-image] Aug 22 02:16:06.097 INFO O| Aug 22 02:16:06.097 INFO ok!
77292024-08-22T02:16:08.191Z[ recovery-image] Aug 22 02:16:06.097 INFO O| Aug 22 02:16:06.097 INFO STEP 27 (ensure_file) COMPLETE
77302024-08-22T02:16:08.191Z[ recovery-image] Aug 22 02:16:06.097 INFO O| Aug 22 02:16:06.097 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77312024-08-22T02:16:08.199Z[ recovery-image] Aug 22 02:16:06.107 INFO O| Aug 22 02:16:06.107 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
77322024-08-22T02:16:08.199Z[ recovery-image] Aug 22 02:16:06.107 INFO O| Aug 22 02:16:06.107 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
77332024-08-22T02:16:08.201Z[ recovery-image] Aug 22 02:16:06.108 INFO O| Aug 22 02:16:06.108 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
77342024-08-22T02:16:08.201Z[ recovery-image] Aug 22 02:16:06.108 INFO O| Aug 22 02:16:06.108 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
77352024-08-22T02:16:08.201Z[ recovery-image] Aug 22 02:16:06.108 INFO O| Aug 22 02:16:06.108 INFO ok!
77362024-08-22T02:16:08.201Z[ recovery-image] Aug 22 02:16:06.108 INFO O| Aug 22 02:16:06.108 INFO STEP 28 (ensure_file) COMPLETE
77372024-08-22T02:16:08.202Z[ recovery-image] Aug 22 02:16:06.108 INFO O| Aug 22 02:16:06.108 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
77382024-08-22T02:16:08.210Z[ recovery-image] Aug 22 02:16:06.117 INFO O| Aug 22 02:16:06.117 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
77392024-08-22T02:16:08.210Z[ recovery-image] Aug 22 02:16:06.117 INFO O| Aug 22 02:16:06.117 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
77402024-08-22T02:16:08.213Z[ recovery-image] Aug 22 02:16:06.117 INFO O| Aug 22 02:16:06.117 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
77412024-08-22T02:16:08.213Z[ recovery-image] Aug 22 02:16:06.117 INFO O| Aug 22 02:16:06.117 INFO ok!
77422024-08-22T02:16:08.213Z[ recovery-image] Aug 22 02:16:06.118 INFO O| Aug 22 02:16:06.117 INFO STEP 29 (ensure_file) COMPLETE
77432024-08-22T02:16:08.213Z[ recovery-image] Aug 22 02:16:06.118 INFO O| Aug 22 02:16:06.117 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77442024-08-22T02:16:08.219Z[ recovery-image] Aug 22 02:16:06.127 INFO O| Aug 22 02:16:06.127 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
77452024-08-22T02:16:08.219Z[ recovery-image] Aug 22 02:16:06.127 INFO O| Aug 22 02:16:06.127 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
77462024-08-22T02:16:08.222Z[ recovery-image] Aug 22 02:16:06.128 INFO O| Aug 22 02:16:06.127 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
77472024-08-22T02:16:08.222Z[ recovery-image] Aug 22 02:16:06.128 INFO O| Aug 22 02:16:06.128 INFO ok!
77482024-08-22T02:16:08.222Z[ recovery-image] Aug 22 02:16:06.128 INFO O| Aug 22 02:16:06.128 INFO STEP 30 (ensure_file) COMPLETE
77492024-08-22T02:16:08.222Z[ recovery-image] Aug 22 02:16:06.128 INFO O| Aug 22 02:16:06.128 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77502024-08-22T02:16:08.229Z[ recovery-image] Aug 22 02:16:06.138 INFO O| Aug 22 02:16:06.138 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
77512024-08-22T02:16:08.229Z[ recovery-image] Aug 22 02:16:06.138 INFO O| Aug 22 02:16:06.138 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
77522024-08-22T02:16:08.232Z[ recovery-image] Aug 22 02:16:06.138 INFO O| Aug 22 02:16:06.138 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77532024-08-22T02:16:08.232Z[ recovery-image] Aug 22 02:16:06.138 INFO O| Aug 22 02:16:06.138 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
77542024-08-22T02:16:08.232Z[ recovery-image] Aug 22 02:16:06.138 INFO O| Aug 22 02:16:06.138 INFO ok!
77552024-08-22T02:16:08.232Z[ recovery-image] Aug 22 02:16:06.138 INFO O| Aug 22 02:16:06.138 INFO STEP 31 (ensure_file) COMPLETE
77562024-08-22T02:16:08.232Z[ recovery-image] Aug 22 02:16:06.138 INFO O| Aug 22 02:16:06.138 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77572024-08-22T02:16:08.239Z[ recovery-image] Aug 22 02:16:06.148 INFO O| Aug 22 02:16:06.148 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
77582024-08-22T02:16:08.242Z[ recovery-image] Aug 22 02:16:06.148 INFO O| Aug 22 02:16:06.148 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
77592024-08-22T02:16:08.242Z[ recovery-image] Aug 22 02:16:06.148 INFO O| Aug 22 02:16:06.148 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
77602024-08-22T02:16:08.242Z[ recovery-image] Aug 22 02:16:06.148 INFO O| Aug 22 02:16:06.148 INFO ok!
77612024-08-22T02:16:08.242Z[ recovery-image] Aug 22 02:16:06.148 INFO O| Aug 22 02:16:06.148 INFO STEP 32 (ensure_file) COMPLETE
77622024-08-22T02:16:08.242Z[ recovery-image] Aug 22 02:16:06.148 INFO O| Aug 22 02:16:06.148 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77632024-08-22T02:16:08.250Z[ recovery-image] Aug 22 02:16:06.159 INFO O| Aug 22 02:16:06.159 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
77642024-08-22T02:16:08.253Z[ recovery-image] Aug 22 02:16:06.159 INFO O| Aug 22 02:16:06.159 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
77652024-08-22T02:16:08.253Z[ recovery-image] Aug 22 02:16:06.159 INFO O| Aug 22 02:16:06.159 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
77662024-08-22T02:16:08.253Z[ recovery-image] Aug 22 02:16:06.159 INFO O| Aug 22 02:16:06.159 INFO ok!
77672024-08-22T02:16:08.253Z[ recovery-image] Aug 22 02:16:06.159 INFO O| Aug 22 02:16:06.159 INFO STEP 33 (ensure_file) COMPLETE
77682024-08-22T02:16:08.253Z[ recovery-image] Aug 22 02:16:06.159 INFO O| Aug 22 02:16:06.159 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77692024-08-22T02:16:08.261Z[ recovery-image] Aug 22 02:16:06.170 INFO O| Aug 22 02:16:06.169 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
77702024-08-22T02:16:08.261Z[ recovery-image] Aug 22 02:16:06.170 INFO O| Aug 22 02:16:06.170 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
77712024-08-22T02:16:08.264Z[ recovery-image] Aug 22 02:16:06.170 INFO O| Aug 22 02:16:06.170 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77722024-08-22T02:16:08.264Z[ recovery-image] Aug 22 02:16:06.170 INFO O| Aug 22 02:16:06.170 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77732024-08-22T02:16:08.264Z[ recovery-image] Aug 22 02:16:06.170 INFO O| Aug 22 02:16:06.170 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77742024-08-22T02:16:08.264Z[ recovery-image] Aug 22 02:16:06.170 INFO O| Aug 22 02:16:06.170 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
77752024-08-22T02:16:08.264Z[ recovery-image] Aug 22 02:16:06.170 INFO O| Aug 22 02:16:06.170 INFO ok!
77762024-08-22T02:16:08.264Z[ recovery-image] Aug 22 02:16:06.170 INFO O| Aug 22 02:16:06.170 INFO STEP 34 (ensure_file) COMPLETE
77772024-08-22T02:16:08.264Z[ recovery-image] Aug 22 02:16:06.170 INFO O| Aug 22 02:16:06.170 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77782024-08-22T02:16:08.272Z[ recovery-image] Aug 22 02:16:06.181 INFO O| Aug 22 02:16:06.181 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77792024-08-22T02:16:08.275Z[ recovery-image] Aug 22 02:16:06.181 INFO O| Aug 22 02:16:06.181 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77802024-08-22T02:16:08.275Z[ recovery-image] Aug 22 02:16:06.181 INFO O| Aug 22 02:16:06.181 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
77812024-08-22T02:16:08.275Z[ recovery-image] Aug 22 02:16:06.181 INFO O| Aug 22 02:16:06.181 INFO STEP 35 (ensure_dir) COMPLETE
77822024-08-22T02:16:08.275Z[ recovery-image] Aug 22 02:16:06.181 INFO O| Aug 22 02:16:06.181 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77832024-08-22T02:16:08.282Z[ recovery-image] Aug 22 02:16:06.191 INFO O| Aug 22 02:16:06.191 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
77842024-08-22T02:16:08.285Z[ recovery-image] Aug 22 02:16:06.191 INFO O| Aug 22 02:16:06.191 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
77852024-08-22T02:16:08.285Z[ recovery-image] Aug 22 02:16:06.191 INFO O| Aug 22 02:16:06.191 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
77862024-08-22T02:16:08.285Z[ recovery-image] Aug 22 02:16:06.191 INFO O| Aug 22 02:16:06.191 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
77872024-08-22T02:16:08.285Z[ recovery-image] Aug 22 02:16:06.191 INFO O| Aug 22 02:16:06.191 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
77882024-08-22T02:16:08.285Z[ recovery-image] Aug 22 02:16:06.191 INFO O| Aug 22 02:16:06.191 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
77892024-08-22T02:16:08.285Z[ recovery-image] Aug 22 02:16:06.191 INFO O| Aug 22 02:16:06.191 INFO ok!
77902024-08-22T02:16:08.285Z[ recovery-image] Aug 22 02:16:06.191 INFO O| Aug 22 02:16:06.191 INFO STEP 36 (ensure_file) COMPLETE
77912024-08-22T02:16:08.285Z[ recovery-image] Aug 22 02:16:06.191 INFO O| Aug 22 02:16:06.191 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
77922024-08-22T02:16:08.293Z[ recovery-image] Aug 22 02:16:06.201 INFO O| Aug 22 02:16:06.201 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
77932024-08-22T02:16:08.293Z[ recovery-image] Aug 22 02:16:06.201 INFO O| Aug 22 02:16:06.201 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
77942024-08-22T02:16:08.295Z[ recovery-image] Aug 22 02:16:06.202 INFO O| Aug 22 02:16:06.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
77952024-08-22T02:16:08.295Z[ recovery-image] Aug 22 02:16:06.202 INFO O| Aug 22 02:16:06.202 INFO ok!
77962024-08-22T02:16:08.295Z[ recovery-image] Aug 22 02:16:06.202 INFO O| Aug 22 02:16:06.202 INFO STEP 37 (ensure_symlink) COMPLETE
77972024-08-22T02:16:08.295Z[ recovery-image] Aug 22 02:16:06.202 INFO O| Aug 22 02:16:06.202 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77982024-08-22T02:16:08.303Z[ recovery-image] Aug 22 02:16:06.211 INFO O| Aug 22 02:16:06.211 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
77992024-08-22T02:16:08.303Z[ recovery-image] Aug 22 02:16:06.212 INFO O| Aug 22 02:16:06.211 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
78002024-08-22T02:16:08.305Z[ recovery-image] Aug 22 02:16:06.212 INFO O| Aug 22 02:16:06.212 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78012024-08-22T02:16:08.305Z[ recovery-image] Aug 22 02:16:06.212 INFO O| Aug 22 02:16:06.212 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78022024-08-22T02:16:08.305Z[ recovery-image] Aug 22 02:16:06.212 INFO O| Aug 22 02:16:06.212 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78032024-08-22T02:16:08.305Z[ recovery-image] Aug 22 02:16:06.212 INFO O| Aug 22 02:16:06.212 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
78042024-08-22T02:16:08.305Z[ recovery-image] Aug 22 02:16:06.212 INFO O| Aug 22 02:16:06.212 INFO ok!
78052024-08-22T02:16:08.305Z[ recovery-image] Aug 22 02:16:06.212 INFO O| Aug 22 02:16:06.212 INFO STEP 38 (ensure_file) COMPLETE
78062024-08-22T02:16:08.305Z[ recovery-image] Aug 22 02:16:06.212 INFO O| Aug 22 02:16:06.212 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78072024-08-22T02:16:08.313Z[ recovery-image] Aug 22 02:16:06.222 INFO O| Aug 22 02:16:06.221 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
78082024-08-22T02:16:08.313Z[ recovery-image] Aug 22 02:16:06.222 INFO O| Aug 22 02:16:06.222 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ...
78092024-08-22T02:16:08.315Z[ recovery-image] Aug 22 02:16:06.222 INFO O| Aug 22 02:16:06.222 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
78102024-08-22T02:16:08.315Z[ recovery-image] Aug 22 02:16:06.222 INFO O| Aug 22 02:16:06.222 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
78112024-08-22T02:16:08.315Z[ recovery-image] Aug 22 02:16:06.222 INFO O| Aug 22 02:16:06.222 INFO ok!
78122024-08-22T02:16:08.315Z[ recovery-image] Aug 22 02:16:06.222 INFO O| Aug 22 02:16:06.222 INFO STEP 39 (ensure_file) COMPLETE
78132024-08-22T02:16:08.315Z[ recovery-image] Aug 22 02:16:06.222 INFO O| Aug 22 02:16:06.222 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78142024-08-22T02:16:08.325Z[ recovery-image] Aug 22 02:16:06.233 INFO O| Aug 22 02:16:06.233 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
78152024-08-22T02:16:08.325Z[ recovery-image] Aug 22 02:16:06.233 INFO O| Aug 22 02:16:06.233 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
78162024-08-22T02:16:08.327Z[ recovery-image] Aug 22 02:16:06.234 INFO O| Aug 22 02:16:06.233 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
78172024-08-22T02:16:08.327Z[ recovery-image] Aug 22 02:16:06.234 INFO O| Aug 22 02:16:06.234 INFO ok!
78182024-08-22T02:16:08.327Z[ recovery-image] Aug 22 02:16:06.234 INFO O| Aug 22 02:16:06.234 INFO STEP 40 (ensure_file) COMPLETE
78192024-08-22T02:16:08.327Z[ recovery-image] Aug 22 02:16:06.234 INFO O| Aug 22 02:16:06.234 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
78202024-08-22T02:16:08.336Z[ recovery-image] Aug 22 02:16:06.244 INFO O| Aug 22 02:16:06.244 INFO updating shadow file
78212024-08-22T02:16:08.339Z[ recovery-image] Aug 22 02:16:06.244 INFO O| Aug 22 02:16:06.244 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
78222024-08-22T02:16:08.339Z[ recovery-image] Aug 22 02:16:06.244 INFO O| Aug 22 02:16:06.244 INFO STEP 41 (shadow) COMPLETE
78232024-08-22T02:16:08.339Z[ recovery-image] Aug 22 02:16:06.244 INFO O| Aug 22 02:16:06.244 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
78242024-08-22T02:16:08.346Z[ recovery-image] Aug 22 02:16:06.254 INFO O| Aug 22 02:16:06.254 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
78252024-08-22T02:16:08.346Z[ recovery-image] Aug 22 02:16:06.254 INFO O| Aug 22 02:16:06.254 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
78262024-08-22T02:16:08.348Z[ recovery-image] Aug 22 02:16:06.254 INFO O| Aug 22 02:16:06.254 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
78272024-08-22T02:16:08.348Z[ recovery-image] Aug 22 02:16:06.255 INFO O| Aug 22 02:16:06.254 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
78282024-08-22T02:16:08.349Z[ recovery-image] Aug 22 02:16:06.255 INFO O| Aug 22 02:16:06.255 INFO ok!
78292024-08-22T02:16:08.349Z[ recovery-image] Aug 22 02:16:06.255 INFO O| Aug 22 02:16:06.255 INFO STEP 42 (ensure_file) COMPLETE
78302024-08-22T02:16:08.349Z[ recovery-image] Aug 22 02:16:06.255 INFO O| Aug 22 02:16:06.255 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78312024-08-22T02:16:08.356Z[ recovery-image] Aug 22 02:16:06.265 INFO O| Aug 22 02:16:06.265 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
78322024-08-22T02:16:08.356Z[ recovery-image] Aug 22 02:16:06.265 INFO O| Aug 22 02:16:06.265 INFO STEP 43 (ensure_dir) COMPLETE
78332024-08-22T02:16:08.359Z[ recovery-image] Aug 22 02:16:06.265 INFO O| Aug 22 02:16:06.265 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78342024-08-22T02:16:08.366Z[ recovery-image] Aug 22 02:16:06.275 INFO O| Aug 22 02:16:06.275 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
78352024-08-22T02:16:08.366Z[ recovery-image] Aug 22 02:16:06.275 INFO O| Aug 22 02:16:06.275 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
78362024-08-22T02:16:08.369Z[ recovery-image] Aug 22 02:16:06.275 INFO O| Aug 22 02:16:06.275 INFO STEP 44 (ensure_dir) COMPLETE
78372024-08-22T02:16:08.369Z[ recovery-image] Aug 22 02:16:06.275 INFO O| Aug 22 02:16:06.275 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78382024-08-22T02:16:08.376Z[ recovery-image] Aug 22 02:16:06.285 INFO O| Aug 22 02:16:06.285 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78392024-08-22T02:16:08.378Z[ recovery-image] Aug 22 02:16:06.285 INFO O| Aug 22 02:16:06.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
78402024-08-22T02:16:08.379Z[ recovery-image] Aug 22 02:16:06.285 INFO O| Aug 22 02:16:06.285 INFO STEP 45 (ensure_dir) COMPLETE
78412024-08-22T02:16:08.379Z[ recovery-image] Aug 22 02:16:06.285 INFO O| Aug 22 02:16:06.285 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78422024-08-22T02:16:08.386Z[ recovery-image] Aug 22 02:16:06.295 INFO O| Aug 22 02:16:06.295 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
78432024-08-22T02:16:08.386Z[ recovery-image] Aug 22 02:16:06.295 INFO O| Aug 22 02:16:06.295 INFO copying /tmp/.tmpV1BSpj/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
78442024-08-22T02:16:08.415Z[ recovery-image] Aug 22 02:16:06.323 INFO O| Aug 22 02:16:06.323 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
78452024-08-22T02:16:08.415Z[ recovery-image] Aug 22 02:16:06.323 INFO O| Aug 22 02:16:06.323 INFO ok!
78462024-08-22T02:16:08.417Z[ recovery-image] Aug 22 02:16:06.323 INFO O| Aug 22 02:16:06.323 INFO STEP 46 (ensure_file) COMPLETE
78472024-08-22T02:16:08.417Z[ recovery-image] Aug 22 02:16:06.323 INFO O| Aug 22 02:16:06.323 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78482024-08-22T02:16:08.426Z[ recovery-image] Aug 22 02:16:06.334 INFO O| Aug 22 02:16:06.334 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78492024-08-22T02:16:08.428Z[ recovery-image] Aug 22 02:16:06.334 INFO O| Aug 22 02:16:06.334 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
78502024-08-22T02:16:08.428Z[ recovery-image] Aug 22 02:16:06.334 INFO O| Aug 22 02:16:06.334 INFO STEP 47 (ensure_dir) COMPLETE
78512024-08-22T02:16:08.428Z[ recovery-image] Aug 22 02:16:06.334 INFO O| Aug 22 02:16:06.334 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78522024-08-22T02:16:08.436Z[ recovery-image] Aug 22 02:16:06.344 INFO O| Aug 22 02:16:06.344 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
78532024-08-22T02:16:08.438Z[ recovery-image] Aug 22 02:16:06.344 INFO O| Aug 22 02:16:06.344 INFO copying /tmp/.tmpV1BSpj/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
78542024-08-22T02:16:08.438Z[ recovery-image] Aug 22 02:16:06.345 INFO O| Aug 22 02:16:06.345 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
78552024-08-22T02:16:08.438Z[ recovery-image] Aug 22 02:16:06.345 INFO O| Aug 22 02:16:06.345 INFO ok!
78562024-08-22T02:16:08.438Z[ recovery-image] Aug 22 02:16:06.345 INFO O| Aug 22 02:16:06.345 INFO STEP 48 (ensure_file) COMPLETE
78572024-08-22T02:16:08.438Z[ recovery-image] Aug 22 02:16:06.345 INFO O| Aug 22 02:16:06.345 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78582024-08-22T02:16:08.448Z[ recovery-image] Aug 22 02:16:06.356 INFO O| Aug 22 02:16:06.356 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78592024-08-22T02:16:08.448Z[ recovery-image] Aug 22 02:16:06.357 INFO O| Aug 22 02:16:06.356 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
78602024-08-22T02:16:08.448Z[ recovery-image] Aug 22 02:16:06.357 INFO O| Aug 22 02:16:06.357 INFO STEP 49 (ensure_dir) COMPLETE
78612024-08-22T02:16:08.450Z[ recovery-image] Aug 22 02:16:06.357 INFO O| Aug 22 02:16:06.357 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78622024-08-22T02:16:08.458Z[ recovery-image] Aug 22 02:16:06.367 INFO O| Aug 22 02:16:06.367 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
78632024-08-22T02:16:08.458Z[ recovery-image] Aug 22 02:16:06.367 INFO O| Aug 22 02:16:06.367 INFO copying /tmp/.tmpV1BSpj/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
78642024-08-22T02:16:08.473Z[ recovery-image] Aug 22 02:16:06.381 INFO O| Aug 22 02:16:06.381 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
78652024-08-22T02:16:08.473Z[ recovery-image] Aug 22 02:16:06.381 INFO O| Aug 22 02:16:06.381 INFO ok!
78662024-08-22T02:16:08.473Z[ recovery-image] Aug 22 02:16:06.381 INFO O| Aug 22 02:16:06.381 INFO STEP 50 (ensure_file) COMPLETE
78672024-08-22T02:16:08.475Z[ recovery-image] Aug 22 02:16:06.381 INFO O| Aug 22 02:16:06.381 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78682024-08-22T02:16:08.484Z[ recovery-image] Aug 22 02:16:06.392 INFO O| Aug 22 02:16:06.392 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
78692024-08-22T02:16:08.484Z[ recovery-image] Aug 22 02:16:06.392 INFO O| Aug 22 02:16:06.392 INFO copying /tmp/.tmpV1BSpj/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
78702024-08-22T02:16:09.097Z[ recovery-image] Aug 22 02:16:07.005 INFO O| Aug 22 02:16:07.005 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
78712024-08-22T02:16:09.097Z[ recovery-image] Aug 22 02:16:07.005 INFO O| Aug 22 02:16:07.005 INFO ok!
78722024-08-22T02:16:09.100Z[ recovery-image] Aug 22 02:16:07.005 INFO O| Aug 22 02:16:07.005 INFO STEP 51 (ensure_file) COMPLETE
78732024-08-22T02:16:09.100Z[ recovery-image] Aug 22 02:16:07.005 INFO O| Aug 22 02:16:07.005 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78742024-08-22T02:16:09.108Z[ recovery-image] Aug 22 02:16:07.016 INFO O| Aug 22 02:16:07.016 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78752024-08-22T02:16:09.110Z[ recovery-image] Aug 22 02:16:07.016 INFO O| Aug 22 02:16:07.016 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
78762024-08-22T02:16:09.110Z[ recovery-image] Aug 22 02:16:07.017 INFO O| Aug 22 02:16:07.016 INFO STEP 52 (ensure_dir) COMPLETE
78772024-08-22T02:16:09.110Z[ recovery-image] Aug 22 02:16:07.017 INFO O| Aug 22 02:16:07.016 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78782024-08-22T02:16:09.118Z[ recovery-image] Aug 22 02:16:07.027 INFO O| Aug 22 02:16:07.027 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
78792024-08-22T02:16:09.121Z[ recovery-image] Aug 22 02:16:07.027 INFO O| Aug 22 02:16:07.027 INFO copying /tmp/.tmpV1BSpj/proto/recovery/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
78802024-08-22T02:16:09.121Z[ recovery-image] Aug 22 02:16:07.027 INFO O| Aug 22 02:16:07.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
78812024-08-22T02:16:09.121Z[ recovery-image] Aug 22 02:16:07.027 INFO O| Aug 22 02:16:07.027 INFO ok!
78822024-08-22T02:16:09.121Z[ recovery-image] Aug 22 02:16:07.027 INFO O| Aug 22 02:16:07.027 INFO STEP 53 (ensure_file) COMPLETE
78832024-08-22T02:16:09.121Z[ recovery-image] Aug 22 02:16:07.027 INFO O| Aug 22 02:16:07.027 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78842024-08-22T02:16:09.128Z[ recovery-image] Aug 22 02:16:07.037 INFO O| Aug 22 02:16:07.037 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
78852024-08-22T02:16:09.131Z[ recovery-image] Aug 22 02:16:07.037 INFO O| Aug 22 02:16:07.037 INFO copying /tmp/.tmpV1BSpj/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
78862024-08-22T02:16:09.131Z[ recovery-image] Aug 22 02:16:07.037 INFO O| Aug 22 02:16:07.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
78872024-08-22T02:16:09.131Z[ recovery-image] Aug 22 02:16:07.037 INFO O| Aug 22 02:16:07.037 INFO ok!
78882024-08-22T02:16:09.131Z[ recovery-image] Aug 22 02:16:07.037 INFO O| Aug 22 02:16:07.037 INFO STEP 54 (ensure_file) COMPLETE
78892024-08-22T02:16:09.131Z[ recovery-image] Aug 22 02:16:07.037 INFO O| Aug 22 02:16:07.037 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78902024-08-22T02:16:09.138Z[ recovery-image] Aug 22 02:16:07.047 INFO O| Aug 22 02:16:07.047 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78912024-08-22T02:16:09.138Z[ recovery-image] Aug 22 02:16:07.047 INFO O| Aug 22 02:16:07.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
78922024-08-22T02:16:09.141Z[ recovery-image] Aug 22 02:16:07.047 INFO O| Aug 22 02:16:07.047 INFO STEP 55 (ensure_dir) COMPLETE
78932024-08-22T02:16:09.141Z[ recovery-image] Aug 22 02:16:07.047 INFO O| Aug 22 02:16:07.047 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
78942024-08-22T02:16:09.148Z[ recovery-image] Aug 22 02:16:07.057 INFO O| Aug 22 02:16:07.057 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
78952024-08-22T02:16:09.151Z[ recovery-image] Aug 22 02:16:07.057 INFO O| Aug 22 02:16:07.057 INFO copying /tmp/.tmpV1BSpj/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
78962024-08-22T02:16:09.151Z[ recovery-image] Aug 22 02:16:07.057 INFO O| Aug 22 02:16:07.057 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
78972024-08-22T02:16:09.151Z[ recovery-image] Aug 22 02:16:07.057 INFO O| Aug 22 02:16:07.057 INFO ok!
78982024-08-22T02:16:09.151Z[ recovery-image] Aug 22 02:16:07.057 INFO O| Aug 22 02:16:07.057 INFO STEP 56 (ensure_file) COMPLETE
78992024-08-22T02:16:09.151Z[ recovery-image] Aug 22 02:16:07.057 INFO O| Aug 22 02:16:07.057 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79002024-08-22T02:16:09.158Z[ recovery-image] Aug 22 02:16:07.067 INFO O| Aug 22 02:16:07.067 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
79012024-08-22T02:16:09.158Z[ recovery-image] Aug 22 02:16:07.067 INFO O| Aug 22 02:16:07.067 INFO copying /tmp/.tmpV1BSpj/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
79022024-08-22T02:16:09.161Z[ recovery-image] Aug 22 02:16:07.067 INFO O| Aug 22 02:16:07.067 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
79032024-08-22T02:16:09.161Z[ recovery-image] Aug 22 02:16:07.067 INFO O| Aug 22 02:16:07.067 INFO ok!
79042024-08-22T02:16:09.161Z[ recovery-image] Aug 22 02:16:07.067 INFO O| Aug 22 02:16:07.067 INFO STEP 57 (ensure_file) COMPLETE
79052024-08-22T02:16:09.161Z[ recovery-image] Aug 22 02:16:07.067 INFO O| Aug 22 02:16:07.067 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79062024-08-22T02:16:09.168Z[ recovery-image] Aug 22 02:16:07.077 INFO O| Aug 22 02:16:07.077 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
79072024-08-22T02:16:09.168Z[ recovery-image] Aug 22 02:16:07.077 INFO O| Aug 22 02:16:07.077 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
79082024-08-22T02:16:09.172Z[ recovery-image] Aug 22 02:16:07.077 INFO O| Aug 22 02:16:07.077 INFO STEP 58 (ensure_dir) COMPLETE
79092024-08-22T02:16:09.172Z[ recovery-image] Aug 22 02:16:07.077 INFO O| Aug 22 02:16:07.077 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79102024-08-22T02:16:09.179Z[ recovery-image] Aug 22 02:16:07.087 INFO O| Aug 22 02:16:07.087 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
79112024-08-22T02:16:09.179Z[ recovery-image] Aug 22 02:16:07.087 INFO O| Aug 22 02:16:07.087 INFO copying /tmp/.tmpV1BSpj/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
79122024-08-22T02:16:09.179Z[ recovery-image] Aug 22 02:16:07.087 INFO O| Aug 22 02:16:07.087 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
79132024-08-22T02:16:09.182Z[ recovery-image] Aug 22 02:16:07.087 INFO O| Aug 22 02:16:07.087 INFO ok!
79142024-08-22T02:16:09.182Z[ recovery-image] Aug 22 02:16:07.087 INFO O| Aug 22 02:16:07.087 INFO STEP 59 (ensure_file) COMPLETE
79152024-08-22T02:16:09.182Z[ recovery-image] Aug 22 02:16:07.087 INFO O| Aug 22 02:16:07.087 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79162024-08-22T02:16:09.189Z[ recovery-image] Aug 22 02:16:07.097 INFO O| Aug 22 02:16:07.097 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
79172024-08-22T02:16:09.189Z[ recovery-image] Aug 22 02:16:07.097 INFO O| Aug 22 02:16:07.097 INFO copying /tmp/.tmpV1BSpj/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
79182024-08-22T02:16:09.191Z[ recovery-image] Aug 22 02:16:07.097 INFO O| Aug 22 02:16:07.097 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
79192024-08-22T02:16:09.191Z[ recovery-image] Aug 22 02:16:07.097 INFO O| Aug 22 02:16:07.097 INFO ok!
79202024-08-22T02:16:09.191Z[ recovery-image] Aug 22 02:16:07.097 INFO O| Aug 22 02:16:07.097 INFO STEP 60 (ensure_file) COMPLETE
79212024-08-22T02:16:09.191Z[ recovery-image] Aug 22 02:16:07.097 INFO O| Aug 22 02:16:07.097 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79222024-08-22T02:16:09.198Z[ recovery-image] Aug 22 02:16:07.107 INFO O| Aug 22 02:16:07.107 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
79232024-08-22T02:16:09.201Z[ recovery-image] Aug 22 02:16:07.107 INFO O| Aug 22 02:16:07.107 INFO STEP 61 (ensure_dir) COMPLETE
79242024-08-22T02:16:09.201Z[ recovery-image] Aug 22 02:16:07.107 INFO O| Aug 22 02:16:07.107 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79252024-08-22T02:16:09.209Z[ recovery-image] Aug 22 02:16:07.117 INFO O| Aug 22 02:16:07.117 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
79262024-08-22T02:16:09.209Z[ recovery-image] Aug 22 02:16:07.117 INFO O| Aug 22 02:16:07.117 INFO STEP 62 (ensure_dir) COMPLETE
79272024-08-22T02:16:09.209Z[ recovery-image] Aug 22 02:16:07.117 INFO O| Aug 22 02:16:07.117 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79282024-08-22T02:16:09.220Z[ recovery-image] Aug 22 02:16:07.128 INFO O| Aug 22 02:16:07.128 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
79292024-08-22T02:16:09.220Z[ recovery-image] Aug 22 02:16:07.129 INFO O| Aug 22 02:16:07.128 INFO STEP 63 (ensure_dir) COMPLETE
79302024-08-22T02:16:09.220Z[ recovery-image] Aug 22 02:16:07.129 INFO O| Aug 22 02:16:07.128 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79312024-08-22T02:16:09.230Z[ recovery-image] Aug 22 02:16:07.139 INFO O| Aug 22 02:16:07.139 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
79322024-08-22T02:16:09.230Z[ recovery-image] Aug 22 02:16:07.139 INFO O| Aug 22 02:16:07.139 INFO STEP 64 (ensure_dir) COMPLETE
79332024-08-22T02:16:09.233Z[ recovery-image] Aug 22 02:16:07.139 INFO O| Aug 22 02:16:07.139 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
79342024-08-22T02:16:09.240Z[ recovery-image] Aug 22 02:16:07.149 INFO O| Aug 22 02:16:07.149 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
79352024-08-22T02:16:09.243Z[ recovery-image] Aug 22 02:16:07.149 INFO O| Aug 22 02:16:07.149 INFO copying /tmp/.tmpV1BSpj/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
79362024-08-22T02:16:09.243Z[ recovery-image] Aug 22 02:16:07.149 INFO O| Aug 22 02:16:07.149 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
79372024-08-22T02:16:09.243Z[ recovery-image] Aug 22 02:16:07.149 INFO O| Aug 22 02:16:07.149 INFO ok!
79382024-08-22T02:16:09.243Z[ recovery-image] Aug 22 02:16:07.149 INFO O| Aug 22 02:16:07.149 INFO STEP 65 (ensure_file) COMPLETE
79392024-08-22T02:16:09.243Z[ recovery-image] Aug 22 02:16:07.149 INFO O| Aug 22 02:16:07.149 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79402024-08-22T02:16:09.251Z[ recovery-image] Aug 22 02:16:07.159 INFO O| Aug 22 02:16:07.159 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
79412024-08-22T02:16:09.253Z[ recovery-image] Aug 22 02:16:07.159 INFO O| Aug 22 02:16:07.159 INFO STEP 66 (remove_files) COMPLETE
79422024-08-22T02:16:09.253Z[ recovery-image] Aug 22 02:16:07.159 INFO O| Aug 22 02:16:07.159 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79432024-08-22T02:16:09.261Z[ recovery-image] Aug 22 02:16:07.170 INFO O| Aug 22 02:16:07.170 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
79442024-08-22T02:16:09.263Z[ recovery-image] Aug 22 02:16:07.170 INFO O| Aug 22 02:16:07.170 INFO STEP 67 (remove_files) COMPLETE
79452024-08-22T02:16:09.263Z[ recovery-image] Aug 22 02:16:07.170 INFO O| Aug 22 02:16:07.170 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79462024-08-22T02:16:09.271Z[ recovery-image] Aug 22 02:16:07.180 INFO O| Aug 22 02:16:07.179 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
79472024-08-22T02:16:09.274Z[ recovery-image] Aug 22 02:16:07.180 INFO O| Aug 22 02:16:07.180 INFO STEP 68 (remove_files) COMPLETE
79482024-08-22T02:16:09.274Z[ recovery-image] Aug 22 02:16:07.180 INFO O| Aug 22 02:16:07.180 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79492024-08-22T02:16:09.281Z[ recovery-image] Aug 22 02:16:07.189 INFO O| Aug 22 02:16:07.189 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
79502024-08-22T02:16:09.284Z[ recovery-image] Aug 22 02:16:07.190 INFO O| Aug 22 02:16:07.190 INFO STEP 69 (remove_files) COMPLETE
79512024-08-22T02:16:09.284Z[ recovery-image] Aug 22 02:16:07.190 INFO O| Aug 22 02:16:07.190 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79522024-08-22T02:16:09.291Z[ recovery-image] Aug 22 02:16:07.199 INFO O| Aug 22 02:16:07.199 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
79532024-08-22T02:16:09.293Z[ recovery-image] Aug 22 02:16:07.200 INFO O| Aug 22 02:16:07.200 INFO STEP 70 (remove_files) COMPLETE
79542024-08-22T02:16:09.293Z[ recovery-image] Aug 22 02:16:07.200 INFO O| Aug 22 02:16:07.200 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79552024-08-22T02:16:09.301Z[ recovery-image] Aug 22 02:16:07.209 INFO O| Aug 22 02:16:07.209 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
79562024-08-22T02:16:09.303Z[ recovery-image] Aug 22 02:16:07.209 INFO O| Aug 22 02:16:07.209 INFO STEP 71 (remove_files) COMPLETE
79572024-08-22T02:16:09.303Z[ recovery-image] Aug 22 02:16:07.209 INFO O| Aug 22 02:16:07.209 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79582024-08-22T02:16:09.311Z[ recovery-image] Aug 22 02:16:07.219 INFO O| Aug 22 02:16:07.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
79592024-08-22T02:16:09.313Z[ recovery-image] Aug 22 02:16:07.219 INFO O| Aug 22 02:16:07.219 INFO STEP 72 (remove_files) COMPLETE
79602024-08-22T02:16:09.313Z[ recovery-image] Aug 22 02:16:07.220 INFO O| Aug 22 02:16:07.219 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79612024-08-22T02:16:09.321Z[ recovery-image] Aug 22 02:16:07.230 INFO O| Aug 22 02:16:07.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
79622024-08-22T02:16:09.323Z[ recovery-image] Aug 22 02:16:07.230 INFO O| Aug 22 02:16:07.230 INFO STEP 73 (remove_files) COMPLETE
79632024-08-22T02:16:09.324Z[ recovery-image] Aug 22 02:16:07.230 INFO O| Aug 22 02:16:07.230 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79642024-08-22T02:16:09.331Z[ recovery-image] Aug 22 02:16:07.240 INFO O| Aug 22 02:16:07.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
79652024-08-22T02:16:09.334Z[ recovery-image] Aug 22 02:16:07.240 INFO O| Aug 22 02:16:07.240 INFO STEP 74 (remove_files) COMPLETE
79662024-08-22T02:16:09.334Z[ recovery-image] Aug 22 02:16:07.240 INFO O| Aug 22 02:16:07.240 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79672024-08-22T02:16:09.341Z[ recovery-image] Aug 22 02:16:07.250 INFO O| Aug 22 02:16:07.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
79682024-08-22T02:16:09.341Z[ recovery-image] Aug 22 02:16:07.250 INFO O| Aug 22 02:16:07.250 INFO STEP 75 (remove_files) COMPLETE
79692024-08-22T02:16:09.341Z[ recovery-image] Aug 22 02:16:07.250 INFO O| Aug 22 02:16:07.250 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79702024-08-22T02:16:09.351Z[ recovery-image] Aug 22 02:16:07.259 INFO O| Aug 22 02:16:07.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
79712024-08-22T02:16:09.351Z[ recovery-image] Aug 22 02:16:07.259 INFO O| Aug 22 02:16:07.259 INFO STEP 76 (remove_files) COMPLETE
79722024-08-22T02:16:09.354Z[ recovery-image] Aug 22 02:16:07.260 INFO O| Aug 22 02:16:07.259 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79732024-08-22T02:16:09.361Z[ recovery-image] Aug 22 02:16:07.270 INFO O| Aug 22 02:16:07.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
79742024-08-22T02:16:09.361Z[ recovery-image] Aug 22 02:16:07.270 INFO O| Aug 22 02:16:07.270 INFO STEP 77 (remove_files) COMPLETE
79752024-08-22T02:16:09.364Z[ recovery-image] Aug 22 02:16:07.270 INFO O| Aug 22 02:16:07.270 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79762024-08-22T02:16:09.371Z[ recovery-image] Aug 22 02:16:07.279 INFO O| Aug 22 02:16:07.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
79772024-08-22T02:16:09.373Z[ recovery-image] Aug 22 02:16:07.280 INFO O| Aug 22 02:16:07.280 INFO STEP 78 (remove_files) COMPLETE
79782024-08-22T02:16:09.373Z[ recovery-image] Aug 22 02:16:07.280 INFO O| Aug 22 02:16:07.280 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79792024-08-22T02:16:09.383Z[ recovery-image] Aug 22 02:16:07.291 INFO O| Aug 22 02:16:07.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
79802024-08-22T02:16:09.383Z[ recovery-image] Aug 22 02:16:07.292 INFO O| Aug 22 02:16:07.291 INFO STEP 79 (remove_files) COMPLETE
79812024-08-22T02:16:09.383Z[ recovery-image] Aug 22 02:16:07.292 INFO O| Aug 22 02:16:07.291 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79822024-08-22T02:16:09.393Z[ recovery-image] Aug 22 02:16:07.302 INFO O| Aug 22 02:16:07.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
79832024-08-22T02:16:09.393Z[ recovery-image] Aug 22 02:16:07.302 INFO O| Aug 22 02:16:07.302 INFO STEP 80 (remove_files) COMPLETE
79842024-08-22T02:16:09.395Z[ recovery-image] Aug 22 02:16:07.302 INFO O| Aug 22 02:16:07.302 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79852024-08-22T02:16:09.403Z[ recovery-image] Aug 22 02:16:07.312 INFO O| Aug 22 02:16:07.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
79862024-08-22T02:16:09.403Z[ recovery-image] Aug 22 02:16:07.312 INFO O| Aug 22 02:16:07.312 INFO STEP 81 (remove_files) COMPLETE
79872024-08-22T02:16:09.406Z[ recovery-image] Aug 22 02:16:07.312 INFO O| Aug 22 02:16:07.312 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79882024-08-22T02:16:09.413Z[ recovery-image] Aug 22 02:16:07.322 INFO O| Aug 22 02:16:07.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
79892024-08-22T02:16:09.413Z[ recovery-image] Aug 22 02:16:07.322 INFO O| Aug 22 02:16:07.322 INFO STEP 82 (remove_files) COMPLETE
79902024-08-22T02:16:09.413Z[ recovery-image] Aug 22 02:16:07.322 INFO O| Aug 22 02:16:07.322 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79912024-08-22T02:16:09.423Z[ recovery-image] Aug 22 02:16:07.332 INFO O| Aug 22 02:16:07.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
79922024-08-22T02:16:09.423Z[ recovery-image] Aug 22 02:16:07.332 INFO O| Aug 22 02:16:07.332 INFO STEP 83 (remove_files) COMPLETE
79932024-08-22T02:16:09.426Z[ recovery-image] Aug 22 02:16:07.332 INFO O| Aug 22 02:16:07.332 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79942024-08-22T02:16:09.433Z[ recovery-image] Aug 22 02:16:07.341 INFO O| Aug 22 02:16:07.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
79952024-08-22T02:16:09.433Z[ recovery-image] Aug 22 02:16:07.341 INFO O| Aug 22 02:16:07.341 INFO STEP 84 (remove_files) COMPLETE
79962024-08-22T02:16:09.433Z[ recovery-image] Aug 22 02:16:07.341 INFO O| Aug 22 02:16:07.341 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
79972024-08-22T02:16:09.443Z[ recovery-image] Aug 22 02:16:07.351 INFO O| Aug 22 02:16:07.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
79982024-08-22T02:16:09.443Z[ recovery-image] Aug 22 02:16:07.351 INFO O| Aug 22 02:16:07.351 INFO STEP 85 (remove_files) COMPLETE
79992024-08-22T02:16:09.445Z[ recovery-image] Aug 22 02:16:07.351 INFO O| Aug 22 02:16:07.351 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80002024-08-22T02:16:09.453Z[ recovery-image] Aug 22 02:16:07.361 INFO O| Aug 22 02:16:07.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
80012024-08-22T02:16:09.456Z[ recovery-image] Aug 22 02:16:07.361 INFO O| Aug 22 02:16:07.361 INFO STEP 86 (remove_files) COMPLETE
80022024-08-22T02:16:09.456Z[ recovery-image] Aug 22 02:16:07.362 INFO O| Aug 22 02:16:07.361 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80032024-08-22T02:16:09.463Z[ recovery-image] Aug 22 02:16:07.371 INFO O| Aug 22 02:16:07.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
80042024-08-22T02:16:09.465Z[ recovery-image] Aug 22 02:16:07.371 INFO O| Aug 22 02:16:07.371 INFO STEP 87 (remove_files) COMPLETE
80052024-08-22T02:16:09.465Z[ recovery-image] Aug 22 02:16:07.371 INFO O| Aug 22 02:16:07.371 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80062024-08-22T02:16:09.472Z[ recovery-image] Aug 22 02:16:07.381 INFO O| Aug 22 02:16:07.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
80072024-08-22T02:16:09.472Z[ recovery-image] Aug 22 02:16:07.381 INFO O| Aug 22 02:16:07.381 INFO STEP 88 (remove_files) COMPLETE
80082024-08-22T02:16:09.475Z[ recovery-image] Aug 22 02:16:07.381 INFO O| Aug 22 02:16:07.381 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80092024-08-22T02:16:09.482Z[ recovery-image] Aug 22 02:16:07.391 INFO O| Aug 22 02:16:07.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
80102024-08-22T02:16:09.482Z[ recovery-image] Aug 22 02:16:07.391 INFO O| Aug 22 02:16:07.391 INFO STEP 89 (remove_files) COMPLETE
80112024-08-22T02:16:09.485Z[ recovery-image] Aug 22 02:16:07.391 INFO O| Aug 22 02:16:07.391 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80122024-08-22T02:16:09.492Z[ recovery-image] Aug 22 02:16:07.401 INFO O| Aug 22 02:16:07.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
80132024-08-22T02:16:09.492Z[ recovery-image] Aug 22 02:16:07.401 INFO O| Aug 22 02:16:07.401 INFO STEP 90 (remove_files) COMPLETE
80142024-08-22T02:16:09.495Z[ recovery-image] Aug 22 02:16:07.401 INFO O| Aug 22 02:16:07.401 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80152024-08-22T02:16:09.503Z[ recovery-image] Aug 22 02:16:07.411 INFO O| Aug 22 02:16:07.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
80162024-08-22T02:16:09.503Z[ recovery-image] Aug 22 02:16:07.411 INFO O| Aug 22 02:16:07.411 INFO STEP 91 (remove_files) COMPLETE
80172024-08-22T02:16:09.505Z[ recovery-image] Aug 22 02:16:07.411 INFO O| Aug 22 02:16:07.411 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80182024-08-22T02:16:09.512Z[ recovery-image] Aug 22 02:16:07.421 INFO O| Aug 22 02:16:07.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
80192024-08-22T02:16:09.515Z[ recovery-image] Aug 22 02:16:07.421 INFO O| Aug 22 02:16:07.421 INFO STEP 92 (remove_files) COMPLETE
80202024-08-22T02:16:09.515Z[ recovery-image] Aug 22 02:16:07.421 INFO O| Aug 22 02:16:07.421 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80212024-08-22T02:16:09.523Z[ recovery-image] Aug 22 02:16:07.431 INFO O| Aug 22 02:16:07.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
80222024-08-22T02:16:09.523Z[ recovery-image] Aug 22 02:16:07.431 INFO O| Aug 22 02:16:07.431 INFO STEP 93 (remove_files) COMPLETE
80232024-08-22T02:16:09.523Z[ recovery-image] Aug 22 02:16:07.431 INFO O| Aug 22 02:16:07.431 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
80242024-08-22T02:16:09.533Z[ recovery-image] Aug 22 02:16:07.441 INFO O| Aug 22 02:16:07.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
80252024-08-22T02:16:09.533Z[ recovery-image] Aug 22 02:16:07.441 INFO O| Aug 22 02:16:07.441 INFO STEP 94 (remove_files) COMPLETE
80262024-08-22T02:16:09.536Z[ recovery-image] Aug 22 02:16:07.441 INFO O| Aug 22 02:16:07.441 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80272024-08-22T02:16:09.547Z[ recovery-image] Aug 22 02:16:07.456 INFO O| Aug 22 02:16:07.456 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
80282024-08-22T02:16:09.550Z[ recovery-image] Aug 22 02:16:07.456 INFO O| Aug 22 02:16:07.456 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
80292024-08-22T02:16:16.933Z[ recovery-image] Aug 22 02:16:14.840 INFO O| Aug 22 02:16:14.840 INFO O| Loading smf(7) service descriptions: 1/672/673/674/675/676/677/678/679/6710/6711/6712/6713/6714/6715/6716/6717/6718/6719/6720/6721/6722/6723/6724/6725/6726/6727/6728/6729/6730/6731/6732/6733/6734/6735/6736/6737/6738/6739/6740/6741/6742/6743/6744/6745/6746/6747/6748/6749/6750/6751/6752/6753/6754/6755/6756/6757/6758/6759/6760/6761/6762/6763/6764/6765/6766/6767/67
80302024-08-22T02:16:16.933Z[ recovery-image] Aug 22 02:16:14.840 INFO O| Aug 22 02:16:14.840 INFO E| svccfg: Loaded 67 smf(7) service descriptions
80312024-08-22T02:16:16.944Z[ recovery-image] Aug 22 02:16:14.852 INFO O| Aug 22 02:16:14.852 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
80322024-08-22T02:16:17.019Z[ recovery-image] Aug 22 02:16:14.927 INFO O| Aug 22 02:16:14.927 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
80332024-08-22T02:16:17.020Z[ recovery-image] Aug 22 02:16:14.927 INFO O| Aug 22 02:16:14.927 INFO copying /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db ...
80342024-08-22T02:16:17.022Z[ recovery-image] Aug 22 02:16:14.929 INFO O| Aug 22 02:16:14.928 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
80352024-08-22T02:16:17.022Z[ recovery-image] Aug 22 02:16:14.929 INFO O| Aug 22 02:16:14.929 INFO ok!
80362024-08-22T02:16:17.022Z[ recovery-image] Aug 22 02:16:14.929 INFO O| Aug 22 02:16:14.929 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
80372024-08-22T02:16:17.022Z[ recovery-image] Aug 22 02:16:14.929 INFO O| Aug 22 02:16:14.929 INFO STEP 95 (seed_smf) COMPLETE
80382024-08-22T02:16:17.022Z[ recovery-image] Aug 22 02:16:14.929 INFO O| Aug 22 02:16:14.929 INFO steps complete; finalising image!
80392024-08-22T02:16:17.023Z[ recovery-image] Aug 22 02:16:14.929 INFO O| Aug 22 02:16:14.929 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
80402024-08-22T02:16:17.055Z[ recovery-image] Aug 22 02:16:14.963 INFO O| Aug 22 02:16:14.963 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Thu Aug 22 02:16:14 2024)
80412024-08-22T02:16:17.288Z[ recovery-image] Aug 22 02:16:15.195 INFO O| Aug 22 02:16:15.195 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio
80422024-08-22T02:16:17.288Z[ recovery-image] Aug 22 02:16:15.195 INFO O| Aug 22 02:16:15.195 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
80432024-08-22T02:16:17.491Z[ recovery-image] Aug 22 02:16:15.398 INFO O| Aug 22 02:16:15.398 INFO copying image /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw to output file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80442024-08-22T02:16:17.491Z[ recovery-image] Aug 22 02:16:15.398 INFO O| Aug 22 02:16:15.398 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
80452024-08-22T02:16:20.561Z[ recovery-image] Aug 22 02:16:18.467 INFO O| Aug 22 02:16:18.467 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80462024-08-22T02:16:20.561Z[ recovery-image] Aug 22 02:16:18.467 INFO O| Aug 22 02:16:18.467 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80472024-08-22T02:16:20.563Z[ recovery-image] Aug 22 02:16:18.467 INFO O| Aug 22 02:16:18.467 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
80482024-08-22T02:16:20.563Z[ recovery-image] Aug 22 02:16:18.467 INFO O| Aug 22 02:16:18.467 INFO completed processing gimlet/zfs-recovery
80492024-08-22T02:16:20.563Z[ recovery-image] Aug 22 02:16:18.467 INFO O| Aug 22 02:16:18.467 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80502024-08-22T02:16:20.860Z[ recovery-image] Aug 22 02:16:18.767 INFO O| Aug 22 02:16:18.767 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80512024-08-22T02:16:20.929Z[ recovery-image] Aug 22 02:16:18.836 INFO BUILD STRING "heads/stlouis-0-g60122b5709\n"
80522024-08-22T02:16:20.929Z[ recovery-image] Aug 22 02:16:18.836 INFO expanded image name: "recovery 9f09cb8/${os_short_commit} 2024-08-22 01:50" -> "recovery 9f09cb8/60122b5 2024-08-22 01:50"
80532024-08-22T02:16:20.931Z[ recovery-image] Aug 22 02:16:18.836 INFO output artefacts stored in: "/work/os-recovery"
80542024-08-22T02:16:20.931Z[ recovery-image] Aug 22 02:16:18.836 INFO collecting git info from project "amd-host-image-builder"...
80552024-08-22T02:16:21.167Z[ recovery-image] Aug 22 02:16:19.073 INFO collecting git info from project "bootserver"...
80562024-08-22T02:16:21.172Z[ recovery-image] Aug 22 02:16:19.079 INFO collecting git info from project "amd-firmware"...
80572024-08-22T02:16:21.394Z[ recovery-image] Aug 22 02:16:19.301 INFO collecting git info from project "pilot"...
80582024-08-22T02:16:21.406Z[ recovery-image] Aug 22 02:16:19.313 INFO collecting git info from project "pinprick"...
80592024-08-22T02:16:21.411Z[ recovery-image] Aug 22 02:16:19.318 INFO collecting git info from project "image-builder"...
80602024-08-22T02:16:21.417Z[ recovery-image] Aug 22 02:16:19.324 INFO collecting git info from project "chelsio-t6-roms"...
80612024-08-22T02:16:21.438Z[ recovery-image] Aug 22 02:16:19.345 INFO collecting git info from project "phbl"...
80622024-08-22T02:16:21.444Z[ recovery-image] Aug 22 02:16:19.351 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
80632024-08-22T02:16:21.793Z[ recovery-image] Aug 22 02:16:19.699 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
80642024-08-22T02:16:22.138Z[ recovery-image] Aug 22 02:16:20.045 INFO creating Oxide boot image...
80652024-08-22T02:16:22.138Z[ recovery-image] Aug 22 02:16:20.045 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 9f09cb8/60122b5 2024-08-22 01:50", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
80662024-08-22T02:16:52.187Z[ host-image] Aug 22 02:16:50.090 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22827:20240820T102353Z
80672024-08-22T02:16:52.189Z[ host-image] Aug 22 02:16:50.090 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22827:20240820T102353Z
80682024-08-22T02:16:52.189Z[ host-image] Aug 22 02:16:50.090 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
80692024-08-22T02:16:52.190Z[ host-image] Aug 22 02:16:50.090 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
80702024-08-22T02:16:52.190Z[ host-image] Aug 22 02:16:50.090 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
80712024-08-22T02:16:52.190Z[ host-image] Aug 22 02:16:50.091 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
80722024-08-22T02:16:52.190Z[ host-image] Aug 22 02:16:50.091 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
80732024-08-22T02:16:52.190Z[ host-image] Aug 22 02:16:50.092 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
80742024-08-22T02:16:52.190Z[ host-image] Aug 22 02:16:50.092 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
80752024-08-22T02:16:52.190Z[ host-image] Aug 22 02:16:50.092 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
80762024-08-22T02:16:52.190Z[ host-image] Aug 22 02:16:50.092 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22827:20240820T102353Z
80772024-08-22T02:16:52.192Z[ host-image] Aug 22 02:16:50.094 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22827:20240820T102354Z
80782024-08-22T02:16:52.193Z[ host-image] Aug 22 02:16:50.094 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22827:20240820T102354Z
80792024-08-22T02:16:52.193Z[ host-image] Aug 22 02:16:50.095 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22827:20240820T102354Z
80802024-08-22T02:16:52.193Z[ host-image] Aug 22 02:16:50.095 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
80812024-08-22T02:16:52.195Z[ host-image] Aug 22 02:16:50.096 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22827:20240820T102354Z
80822024-08-22T02:16:52.195Z[ host-image] Aug 22 02:16:50.097 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22827:20240820T102354Z
80832024-08-22T02:16:52.195Z[ host-image] Aug 22 02:16:50.097 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22827:20240820T102355Z
80842024-08-22T02:16:52.195Z[ host-image] Aug 22 02:16:50.097 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22827:20240820T102355Z
80852024-08-22T02:16:52.195Z[ host-image] Aug 22 02:16:50.097 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22827:20240820T102356Z
80862024-08-22T02:16:52.195Z[ host-image] Aug 22 02:16:50.097 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22827:20240820T102356Z
80872024-08-22T02:16:52.195Z[ host-image] Aug 22 02:16:50.097 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22827:20240820T102356Z
80882024-08-22T02:16:52.195Z[ host-image] Aug 22 02:16:50.097 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22827:20240820T102356Z
80892024-08-22T02:16:52.195Z[ host-image] Aug 22 02:16:50.097 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22827:20240820T102357Z
80902024-08-22T02:16:52.195Z[ host-image] Aug 22 02:16:50.098 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22827:20240820T102358Z
80912024-08-22T02:16:52.195Z[ host-image] Aug 22 02:16:50.098 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22827:20240820T102358Z
80922024-08-22T02:16:52.195Z[ host-image] Aug 22 02:16:50.098 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22827:20240820T102400Z
80932024-08-22T02:16:52.195Z[ host-image] Aug 22 02:16:50.098 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22827:20240820T102401Z
80942024-08-22T02:16:52.195Z[ host-image] Aug 22 02:16:50.098 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
80952024-08-22T02:16:52.195Z[ host-image] Aug 22 02:16:50.098 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22827:20240820T102402Z
80962024-08-22T02:16:52.198Z[ host-image] Aug 22 02:16:50.098 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22827:20240820T102404Z
80972024-08-22T02:16:52.198Z[ host-image] Aug 22 02:16:50.098 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22827:20240820T102405Z
80982024-08-22T02:16:52.198Z[ host-image] Aug 22 02:16:50.099 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22827:20240820T102406Z
80992024-08-22T02:16:52.198Z[ host-image] Aug 22 02:16:50.100 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22827:20240820T102407Z
81002024-08-22T02:16:52.198Z[ host-image] Aug 22 02:16:50.100 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22827:20240820T102407Z
81012024-08-22T02:16:52.206Z[ host-image] Aug 22 02:16:50.109 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
81022024-08-22T02:16:52.208Z[ host-image] Aug 22 02:16:50.109 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22827:20240820T102407Z
81032024-08-22T02:16:52.208Z[ host-image] Aug 22 02:16:50.109 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
81042024-08-22T02:16:52.208Z[ host-image] Aug 22 02:16:50.110 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
81052024-08-22T02:16:52.208Z[ host-image] Aug 22 02:16:50.110 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
81062024-08-22T02:16:52.208Z[ host-image] Aug 22 02:16:50.111 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22827:20240820T102407Z
81072024-08-22T02:16:52.208Z[ host-image] Aug 22 02:16:50.111 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
81082024-08-22T02:16:52.208Z[ host-image] Aug 22 02:16:50.111 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
81092024-08-22T02:16:52.211Z[ host-image] Aug 22 02:16:50.112 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
81102024-08-22T02:16:52.211Z[ host-image] Aug 22 02:16:50.112 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
81112024-08-22T02:16:52.221Z[ host-image] Aug 22 02:16:50.125 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
81122024-08-22T02:16:52.222Z[ host-image] Aug 22 02:16:50.125 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
81132024-08-22T02:16:52.224Z[ host-image] Aug 22 02:16:50.125 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
81142024-08-22T02:16:52.224Z[ host-image] Aug 22 02:16:50.125 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
81152024-08-22T02:16:52.224Z[ host-image] Aug 22 02:16:50.126 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
81162024-08-22T02:16:52.224Z[ host-image] Aug 22 02:16:50.126 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
81172024-08-22T02:16:52.259Z[ host-image] Aug 22 02:16:50.162 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
81182024-08-22T02:16:52.262Z[ host-image] Aug 22 02:16:50.163 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
81192024-08-22T02:16:52.262Z[ host-image] Aug 22 02:16:50.163 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
81202024-08-22T02:16:52.262Z[ host-image] Aug 22 02:16:50.164 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22827:20240820T102409Z
81212024-08-22T02:16:52.262Z[ host-image] Aug 22 02:16:50.164 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22827:20240820T102415Z
81222024-08-22T02:16:52.262Z[ host-image] Aug 22 02:16:50.164 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
81232024-08-22T02:16:52.262Z[ host-image] Aug 22 02:16:50.164 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22827:20240820T102416Z
81242024-08-22T02:16:52.262Z[ host-image] Aug 22 02:16:50.164 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
81252024-08-22T02:16:52.262Z[ host-image] Aug 22 02:16:50.164 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
81262024-08-22T02:16:52.262Z[ host-image] Aug 22 02:16:50.165 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
81272024-08-22T02:16:52.262Z[ host-image] Aug 22 02:16:50.165 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22827:20240820T102416Z
81282024-08-22T02:16:52.262Z[ host-image] Aug 22 02:16:50.165 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
81292024-08-22T02:16:52.266Z[ host-image] Aug 22 02:16:50.169 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
81302024-08-22T02:16:52.269Z[ host-image] Aug 22 02:16:50.170 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
81312024-08-22T02:16:52.269Z[ host-image] Aug 22 02:16:50.170 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
81322024-08-22T02:16:52.269Z[ host-image] Aug 22 02:16:50.170 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22827:20240820T102416Z
81332024-08-22T02:16:52.269Z[ host-image] Aug 22 02:16:50.170 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
81342024-08-22T02:16:52.282Z[ host-image] Aug 22 02:16:50.185 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
81352024-08-22T02:16:52.284Z[ host-image] Aug 22 02:16:50.185 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22827:20240820T102417Z
81362024-08-22T02:16:52.284Z[ host-image] Aug 22 02:16:50.187 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22827:20240820T102417Z
81372024-08-22T02:16:52.287Z[ host-image] Aug 22 02:16:50.188 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22827:20240820T102417Z
81382024-08-22T02:16:52.287Z[ host-image] Aug 22 02:16:50.188 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
81392024-08-22T02:16:52.287Z[ host-image] Aug 22 02:16:50.188 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22827:20240820T102419Z
81402024-08-22T02:16:52.287Z[ host-image] Aug 22 02:16:50.189 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22827:20240820T102419Z
81412024-08-22T02:16:52.287Z[ host-image] Aug 22 02:16:50.189 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22827:20240820T102419Z
81422024-08-22T02:16:52.287Z[ host-image] Aug 22 02:16:50.189 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22827:20240820T102419Z
81432024-08-22T02:16:52.290Z[ host-image] Aug 22 02:16:50.193 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
81442024-08-22T02:16:52.293Z[ host-image] Aug 22 02:16:50.194 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22827:20240820T102419Z
81452024-08-22T02:16:52.293Z[ host-image] Aug 22 02:16:50.194 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22827:20240820T102421Z
81462024-08-22T02:16:52.293Z[ host-image] Aug 22 02:16:50.194 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
81472024-08-22T02:16:52.293Z[ host-image] Aug 22 02:16:50.195 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22827:20240820T102421Z
81482024-08-22T02:16:52.293Z[ host-image] Aug 22 02:16:50.195 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22827:20240820T102421Z
81492024-08-22T02:16:52.293Z[ host-image] Aug 22 02:16:50.195 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22827:20240820T102421Z
81502024-08-22T02:16:52.293Z[ host-image] Aug 22 02:16:50.195 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22827:20240820T102421Z
81512024-08-22T02:16:52.301Z[ host-image] Aug 22 02:16:50.204 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22827:20240820T102421Z
81522024-08-22T02:16:52.301Z[ host-image] Aug 22 02:16:50.204 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
81532024-08-22T02:16:52.303Z[ host-image] Aug 22 02:16:50.206 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22827:20240820T102421Z
81542024-08-22T02:16:52.306Z[ host-image] Aug 22 02:16:50.207 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22827:20240820T102422Z
81552024-08-22T02:16:52.306Z[ host-image] Aug 22 02:16:50.207 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22827:20240820T102422Z
81562024-08-22T02:16:52.306Z[ host-image] Aug 22 02:16:50.208 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22827:20240820T102422Z
81572024-08-22T02:16:52.306Z[ host-image] Aug 22 02:16:50.208 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22827:20240820T102422Z
81582024-08-22T02:16:52.306Z[ host-image] Aug 22 02:16:50.209 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22827:20240820T102422Z
81592024-08-22T02:16:52.317Z[ host-image] Aug 22 02:16:50.219 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22827:20240820T102424Z
81602024-08-22T02:16:52.317Z[ host-image] Aug 22 02:16:50.219 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22827:20240820T102423Z
81612024-08-22T02:16:52.319Z[ host-image] Aug 22 02:16:50.219 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22827:20240820T102423Z
81622024-08-22T02:16:52.319Z[ host-image] Aug 22 02:16:50.220 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22827:20240820T102423Z
81632024-08-22T02:16:52.319Z[ host-image] Aug 22 02:16:50.220 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22827:20240820T102424Z
81642024-08-22T02:16:52.339Z[ host-image] Aug 22 02:16:50.242 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22827:20240820T102427Z
81652024-08-22T02:16:52.342Z[ host-image] Aug 22 02:16:50.242 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22827:20240820T102424Z
81662024-08-22T02:16:52.342Z[ host-image] Aug 22 02:16:50.243 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22827:20240820T102424Z
81672024-08-22T02:16:52.342Z[ host-image] Aug 22 02:16:50.243 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
81682024-08-22T02:16:52.342Z[ host-image] Aug 22 02:16:50.243 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
81692024-08-22T02:16:52.370Z[ host-image] Aug 22 02:16:50.273 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22827:20240820T102424Z
81702024-08-22T02:16:52.372Z[ host-image] Aug 22 02:16:50.273 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
81712024-08-22T02:16:52.372Z[ host-image] Aug 22 02:16:50.273 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22827:20240820T102425Z
81722024-08-22T02:16:52.372Z[ host-image] Aug 22 02:16:50.273 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22827:20240820T102425Z
81732024-08-22T02:16:52.372Z[ host-image] Aug 22 02:16:50.274 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22827:20240820T102425Z
81742024-08-22T02:16:52.372Z[ host-image] Aug 22 02:16:50.275 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
81752024-08-22T02:16:52.372Z[ host-image] Aug 22 02:16:50.275 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
81762024-08-22T02:16:52.375Z[ host-image] Aug 22 02:16:50.276 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22827:20240820T102426Z
81772024-08-22T02:16:52.375Z[ host-image] Aug 22 02:16:50.276 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22827:20240820T102426Z
81782024-08-22T02:16:52.375Z[ host-image] Aug 22 02:16:50.276 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22827:20240820T102426Z
81792024-08-22T02:16:52.375Z[ host-image] Aug 22 02:16:50.276 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22827:20240820T102426Z
81802024-08-22T02:16:52.375Z[ host-image] Aug 22 02:16:50.277 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22827:20240820T102427Z
81812024-08-22T02:16:52.375Z[ host-image] Aug 22 02:16:50.277 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22827:20240820T102427Z
81822024-08-22T02:16:52.377Z[ host-image] Aug 22 02:16:50.280 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
81832024-08-22T02:16:52.377Z[ host-image] Aug 22 02:16:50.280 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22827:20240820T102427Z
81842024-08-22T02:16:52.380Z[ host-image] Aug 22 02:16:50.282 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22827:20240820T102428Z
81852024-08-22T02:16:52.380Z[ host-image] Aug 22 02:16:50.282 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22827:20240820T102428Z
81862024-08-22T02:16:52.380Z[ host-image] Aug 22 02:16:50.282 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22827:20240820T102429Z
81872024-08-22T02:16:52.380Z[ host-image] Aug 22 02:16:50.282 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22827:20240820T102428Z
81882024-08-22T02:16:52.380Z[ host-image] Aug 22 02:16:50.282 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22827:20240820T102428Z
81892024-08-22T02:16:52.380Z[ host-image] Aug 22 02:16:50.282 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
81902024-08-22T02:16:52.380Z[ host-image] Aug 22 02:16:50.283 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
81912024-08-22T02:16:52.380Z[ host-image] Aug 22 02:16:50.283 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22827:20240820T102431Z
81922024-08-22T02:16:52.383Z[ host-image] Aug 22 02:16:50.283 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22827:20240820T102431Z
81932024-08-22T02:16:52.383Z[ host-image] Aug 22 02:16:50.283 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
81942024-08-22T02:16:52.383Z[ host-image] Aug 22 02:16:50.284 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
81952024-08-22T02:16:52.383Z[ host-image] Aug 22 02:16:50.284 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
81962024-08-22T02:16:52.383Z[ host-image] Aug 22 02:16:50.284 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
81972024-08-22T02:16:52.383Z[ host-image] Aug 22 02:16:50.284 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
81982024-08-22T02:16:52.383Z[ host-image] Aug 22 02:16:50.285 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
81992024-08-22T02:16:52.383Z[ host-image] Aug 22 02:16:50.286 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
82002024-08-22T02:16:52.385Z[ host-image] Aug 22 02:16:50.286 INFO O| tempdir @ "/tmp/.tmpfexH5A/tmp"
82012024-08-22T02:16:52.385Z[ host-image] Aug 22 02:16:50.286 INFO O| image root @ "/tmp/.tmpfexH5A/tmp/root"
82022024-08-22T02:16:52.385Z[ host-image] Aug 22 02:16:50.286 INFO O| creating image...
82032024-08-22T02:16:52.856Z[ host-image] Aug 22 02:16:50.759 INFO O| copying publishers...
82042024-08-22T02:16:58.809Z[ host-image] Aug 22 02:16:56.711 INFO O| adding properties...
82052024-08-22T02:16:59.804Z[ host-image] Aug 22 02:16:57.706 INFO O| installing packages...
82062024-08-22T02:17:14.307Z[ host-image] Aug 22 02:17:12.207 INFO O| seeding SMF database...
82072024-08-22T02:17:14.912Z[ recovery-image] Aug 22 02:17:12.812 INFO O| ok, image written!
82082024-08-22T02:17:14.914Z[ recovery-image] Aug 22 02:17:12.812 INFO O| ok, boot_image_csum file written!
82092024-08-22T02:17:14.915Z[ recovery-image] Aug 22 02:17:12.815 INFO creating boot archive (CPIO)...
82102024-08-22T02:17:14.915Z[ recovery-image] Aug 22 02:17:12.815 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/recovery/work/gimlet/ramdisk", "/work/os-recovery/cpio", "/work/oxidecomputer/helios/tmp/image.recovery"], pwd: None
82112024-08-22T02:17:14.922Z[ recovery-image] Aug 22 02:17:12.823 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
82122024-08-22T02:17:14.925Z[ recovery-image] Aug 22 02:17:12.823 INFO E| + outfile=/work/os-recovery/cpio
82132024-08-22T02:17:14.925Z[ recovery-image] Aug 22 02:17:12.823 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
82142024-08-22T02:17:14.925Z[ recovery-image] Aug 22 02:17:12.825 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
82152024-08-22T02:17:14.925Z[ recovery-image] Aug 22 02:17:12.825 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
82162024-08-22T02:17:14.955Z[ recovery-image] Aug 22 02:17:12.855 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
82172024-08-22T02:17:14.955Z[ recovery-image] Aug 22 02:17:12.856 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
82182024-08-22T02:17:14.962Z[ recovery-image] Aug 22 02:17:12.862 INFO creating compressed cpio/unix for nanobl-rs...
82192024-08-22T02:17:14.962Z[ recovery-image] Aug 22 02:17:12.863 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/recovery/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-recovery/unix.z\'"], pwd: None
82202024-08-22T02:17:15.240Z[ recovery-image] Aug 22 02:17:13.140 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
82212024-08-22T02:17:19.593Z[ recovery-image] Aug 22 02:17:17.493 INFO creating reset image...
82222024-08-22T02:17:19.596Z[ recovery-image] Aug 22 02:17:17.493 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
82232024-08-22T02:17:19.813Z[ recovery-image] Aug 22 02:17:17.712 INFO E| Updating crates.io index
82242024-08-22T02:17:19.930Z[ recovery-image] Aug 22 02:17:17.830 INFO E| Downloading crates ...
82252024-08-22T02:17:20.001Z[ recovery-image] Aug 22 02:17:17.900 INFO E| Downloaded anstyle v1.0.6
82262024-08-22T02:17:20.007Z[ recovery-image] Aug 22 02:17:17.907 INFO E| Downloaded proc-macro2 v1.0.79
82272024-08-22T02:17:20.027Z[ recovery-image] Aug 22 02:17:17.926 INFO E| Downloaded os_pipe v1.1.5
82282024-08-22T02:17:20.037Z[ recovery-image] Aug 22 02:17:17.928 INFO E| Downloaded anstyle-query v1.0.2
82292024-08-22T02:17:20.037Z[ recovery-image] Aug 22 02:17:17.929 INFO E| Downloaded clap_derive v4.5.3
82302024-08-22T02:17:20.037Z[ recovery-image] Aug 22 02:17:17.931 INFO E| Downloaded anstyle-parse v0.2.3
82312024-08-22T02:17:20.037Z[ recovery-image] Aug 22 02:17:17.936 INFO E| Downloaded shared_child v1.0.0
82322024-08-22T02:17:20.045Z[ recovery-image] Aug 22 02:17:17.939 INFO E| Downloaded anstream v0.6.13
82332024-08-22T02:17:20.045Z[ recovery-image] Aug 22 02:17:17.942 INFO E| Downloaded duct v0.13.7
82342024-08-22T02:17:20.050Z[ recovery-image] Aug 22 02:17:17.946 INFO E| Downloaded clap v4.5.3
82352024-08-22T02:17:20.057Z[ recovery-image] Aug 22 02:17:17.957 INFO E| Downloaded syn v2.0.53
82362024-08-22T02:17:20.100Z[ recovery-image] Aug 22 02:17:18.000 INFO E| Downloaded libc v0.2.153
82372024-08-22T02:17:20.174Z[ recovery-image] Aug 22 02:17:18.074 INFO E| Compiling proc-macro2 v1.0.79
82382024-08-22T02:17:20.174Z[ recovery-image] Aug 22 02:17:18.074 INFO E| Compiling unicode-ident v1.0.12
82392024-08-22T02:17:20.174Z[ recovery-image] Aug 22 02:17:18.074 INFO E| Compiling libc v0.2.153
82402024-08-22T02:17:20.177Z[ recovery-image] Aug 22 02:17:18.074 INFO E| Compiling utf8parse v0.2.1
82412024-08-22T02:17:20.177Z[ recovery-image] Aug 22 02:17:18.074 INFO E| Compiling colorchoice v1.0.0
82422024-08-22T02:17:20.177Z[ recovery-image] Aug 22 02:17:18.074 INFO E| Compiling anstyle v1.0.6
82432024-08-22T02:17:20.179Z[ recovery-image] Aug 22 02:17:18.078 INFO E| Compiling anstyle-query v1.0.2
82442024-08-22T02:17:20.179Z[ recovery-image] Aug 22 02:17:18.078 INFO E| Compiling strsim v0.11.0
82452024-08-22T02:17:20.413Z[ recovery-image] Aug 22 02:17:18.312 INFO E| Compiling anstyle-parse v0.2.3
82462024-08-22T02:17:20.444Z[ recovery-image] Aug 22 02:17:18.343 INFO E| Compiling heck v0.5.0
82472024-08-22T02:17:20.451Z[ recovery-image] Aug 22 02:17:18.350 INFO E| Compiling clap_lex v0.7.0
82482024-08-22T02:17:20.608Z[ recovery-image] Aug 22 02:17:18.507 INFO E| Compiling once_cell v1.19.0
82492024-08-22T02:17:20.750Z[ recovery-image] Aug 22 02:17:18.650 INFO E| Compiling anstream v0.6.13
82502024-08-22T02:17:21.162Z[ recovery-image] Aug 22 02:17:19.061 INFO E| Compiling clap_builder v4.5.2
82512024-08-22T02:17:21.655Z[ recovery-image] Aug 22 02:17:19.554 INFO E| Compiling shared_child v1.0.0
82522024-08-22T02:17:21.655Z[ recovery-image] Aug 22 02:17:19.554 INFO E| Compiling os_pipe v1.1.5
82532024-08-22T02:17:21.791Z[ recovery-image] Aug 22 02:17:19.690 INFO E| Compiling duct v0.13.7
82542024-08-22T02:17:21.843Z[ recovery-image] Aug 22 02:17:19.743 INFO E| Compiling quote v1.0.35
82552024-08-22T02:17:22.194Z[ recovery-image] Aug 22 02:17:20.093 INFO E| Compiling syn v2.0.53
82562024-08-22T02:17:22.620Z[ host-image] Aug 22 02:17:20.518 INFO O| configuring SMF profile...
82572024-08-22T02:17:22.620Z[ host-image] Aug 22 02:17:20.519 INFO O| modifying shadow(5)...
82582024-08-22T02:17:22.622Z[ host-image] Aug 22 02:17:20.519 INFO O| loading user and group database...
82592024-08-22T02:17:22.622Z[ host-image] Aug 22 02:17:20.519 INFO O| assessing packaged files...
82602024-08-22T02:17:25.062Z[ host-image] Aug 22 02:17:22.960 INFO O| creating archive...
82612024-08-22T02:17:25.110Z[ host-image] Aug 22 02:17:23.009 INFO O| missing from packaging:
82622024-08-22T02:17:25.110Z[ host-image] Aug 22 02:17:23.009 INFO O| "etc/.pwd.lock"
82632024-08-22T02:17:25.113Z[ host-image] Aug 22 02:17:23.009 INFO O| "etc/bash"
82642024-08-22T02:17:25.119Z[ host-image] Aug 22 02:17:23.018 INFO O| "etc/svc/profile/generic.xml"
82652024-08-22T02:17:25.119Z[ host-image] Aug 22 02:17:23.018 INFO O| "etc/svc/profile/inetd_services.xml"
82662024-08-22T02:17:25.121Z[ host-image] Aug 22 02:17:23.018 INFO O| "etc/svc/profile/name_service.xml"
82672024-08-22T02:17:25.121Z[ host-image] Aug 22 02:17:23.018 INFO O| "etc/svc/profile/platform.xml"
82682024-08-22T02:17:25.121Z[ host-image] Aug 22 02:17:23.018 INFO O| "etc/svc/profile/platform_omicron1.xml"
82692024-08-22T02:17:25.121Z[ host-image] Aug 22 02:17:23.018 INFO O| "etc/svc/repository.db"
82702024-08-22T02:17:25.135Z[ host-image] Aug 22 02:17:23.034 INFO O| "opt/ooce/share"
82712024-08-22T02:17:25.135Z[ host-image] Aug 22 02:17:23.034 INFO O| "opt/ooce/share/man"
82722024-08-22T02:17:25.135Z[ host-image] Aug 22 02:17:23.034 INFO O| "opt/ooce/share/man/man1"
82732024-08-22T02:17:25.149Z[ host-image] Aug 22 02:17:23.048 INFO O| finishing archive...
82742024-08-22T02:17:27.143Z[ recovery-image] Aug 22 02:17:25.041 INFO E| Compiling clap_derive v4.5.3
82752024-08-22T02:17:28.296Z[ host-image] Aug 22 02:17:26.195 INFO O| creating gzonly manifest...
82762024-08-22T02:17:28.322Z[ host-image] Aug 22 02:17:26.220 INFO O| ok
82772024-08-22T02:17:28.447Z[ host-image] Aug 22 02:17:26.345 INFO image builder template: ramdisk-02-trim...
82782024-08-22T02:17:28.449Z[ host-image] Aug 22 02:17:26.345 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpV1BSpj/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "ramdisk-02-trim"], pwd: None
82792024-08-22T02:17:28.475Z[ host-image] Aug 22 02:17:26.374 INFO O| Aug 22 02:17:26.374 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82802024-08-22T02:17:28.481Z[ host-image] Aug 22 02:17:26.380 INFO O| Aug 22 02:17:26.380 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82812024-08-22T02:17:28.595Z[ host-image] Aug 22 02:17:26.493 INFO O| Aug 22 02:17:26.493 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
82822024-08-22T02:17:28.649Z[ host-image] Aug 22 02:17:26.547 INFO O| Aug 22 02:17:26.547 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
82832024-08-22T02:17:28.651Z[ host-image] Aug 22 02:17:26.547 INFO O| Aug 22 02:17:26.547 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
82842024-08-22T02:17:28.656Z[ host-image] Aug 22 02:17:26.555 INFO O| Aug 22 02:17:26.555 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
82852024-08-22T02:17:28.661Z[ host-image] Aug 22 02:17:26.560 INFO O| Aug 22 02:17:26.560 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
82862024-08-22T02:17:28.668Z[ host-image] Aug 22 02:17:26.566 INFO O| Aug 22 02:17:26.566 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
82872024-08-22T02:17:28.966Z[ host-image] Aug 22 02:17:26.864 INFO O| Aug 22 02:17:26.864 INFO rolled back to input snapshot; work may begin
82882024-08-22T02:17:28.966Z[ host-image] Aug 22 02:17:26.864 INFO O| Aug 22 02:17:26.864 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
82892024-08-22T02:17:28.971Z[ host-image] Aug 22 02:17:26.870 INFO O| Aug 22 02:17:26.870 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82902024-08-22T02:17:28.981Z[ host-image] Aug 22 02:17:26.879 INFO O| Aug 22 02:17:26.879 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
82912024-08-22T02:17:29.028Z[ host-image] Aug 22 02:17:26.926 INFO O| Aug 22 02:17:26.926 INFO STEP 0 (remove_files) COMPLETE
82922024-08-22T02:17:29.028Z[ host-image] Aug 22 02:17:26.926 INFO O| Aug 22 02:17:26.926 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82932024-08-22T02:17:29.039Z[ host-image] Aug 22 02:17:26.938 INFO O| Aug 22 02:17:26.938 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
82942024-08-22T02:17:29.042Z[ host-image] Aug 22 02:17:26.939 INFO O| Aug 22 02:17:26.939 INFO STEP 1 (remove_files) COMPLETE
82952024-08-22T02:17:29.042Z[ host-image] Aug 22 02:17:26.940 INFO O| Aug 22 02:17:26.939 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82962024-08-22T02:17:29.051Z[ host-image] Aug 22 02:17:26.949 INFO O| Aug 22 02:17:26.949 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
82972024-08-22T02:17:29.064Z[ host-image] Aug 22 02:17:26.963 INFO O| Aug 22 02:17:26.963 INFO STEP 2 (remove_files) COMPLETE
82982024-08-22T02:17:29.064Z[ host-image] Aug 22 02:17:26.963 INFO O| Aug 22 02:17:26.963 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82992024-08-22T02:17:29.074Z[ host-image] Aug 22 02:17:26.972 INFO O| Aug 22 02:17:26.972 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
83002024-08-22T02:17:29.076Z[ host-image] Aug 22 02:17:26.974 INFO O| Aug 22 02:17:26.974 INFO STEP 3 (remove_files) COMPLETE
83012024-08-22T02:17:29.076Z[ host-image] Aug 22 02:17:26.974 INFO O| Aug 22 02:17:26.974 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83022024-08-22T02:17:29.085Z[ host-image] Aug 22 02:17:26.983 INFO O| Aug 22 02:17:26.983 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
83032024-08-22T02:17:29.089Z[ host-image] Aug 22 02:17:26.987 INFO O| Aug 22 02:17:26.987 INFO STEP 4 (remove_files) COMPLETE
83042024-08-22T02:17:29.091Z[ host-image] Aug 22 02:17:26.987 INFO O| Aug 22 02:17:26.987 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83052024-08-22T02:17:29.098Z[ host-image] Aug 22 02:17:26.997 INFO O| Aug 22 02:17:26.997 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
83062024-08-22T02:17:29.102Z[ host-image] Aug 22 02:17:26.999 INFO O| Aug 22 02:17:26.999 INFO STEP 5 (remove_files) COMPLETE
83072024-08-22T02:17:29.102Z[ host-image] Aug 22 02:17:26.999 INFO O| Aug 22 02:17:26.999 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83082024-08-22T02:17:29.111Z[ host-image] Aug 22 02:17:27.010 INFO O| Aug 22 02:17:27.010 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
83092024-08-22T02:17:29.121Z[ host-image] Aug 22 02:17:27.019 INFO O| Aug 22 02:17:27.019 INFO STEP 6 (remove_files) COMPLETE
83102024-08-22T02:17:29.121Z[ host-image] Aug 22 02:17:27.019 INFO O| Aug 22 02:17:27.019 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83112024-08-22T02:17:29.131Z[ host-image] Aug 22 02:17:27.029 INFO O| Aug 22 02:17:27.029 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
83122024-08-22T02:17:29.142Z[ host-image] Aug 22 02:17:27.041 INFO O| Aug 22 02:17:27.041 INFO STEP 7 (remove_files) COMPLETE
83132024-08-22T02:17:29.142Z[ host-image] Aug 22 02:17:27.041 INFO O| Aug 22 02:17:27.041 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83142024-08-22T02:17:29.152Z[ host-image] Aug 22 02:17:27.051 INFO O| Aug 22 02:17:27.051 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
83152024-08-22T02:17:29.224Z[ host-image] Aug 22 02:17:27.122 INFO O| Aug 22 02:17:27.122 INFO STEP 8 (remove_files) COMPLETE
83162024-08-22T02:17:29.224Z[ host-image] Aug 22 02:17:27.122 INFO O| Aug 22 02:17:27.122 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83172024-08-22T02:17:29.235Z[ host-image] Aug 22 02:17:27.133 INFO O| Aug 22 02:17:27.133 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
83182024-08-22T02:17:29.250Z[ recovery-image] Aug 22 02:17:27.148 INFO E| Compiling clap v4.5.3
83192024-08-22T02:17:29.303Z[ recovery-image] Aug 22 02:17:27.202 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
83202024-08-22T02:17:29.325Z[ host-image] Aug 22 02:17:27.224 INFO O| Aug 22 02:17:27.224 INFO STEP 9 (remove_files) COMPLETE
83212024-08-22T02:17:29.325Z[ host-image] Aug 22 02:17:27.224 INFO O| Aug 22 02:17:27.224 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83222024-08-22T02:17:29.336Z[ host-image] Aug 22 02:17:27.235 INFO O| Aug 22 02:17:27.235 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
83232024-08-22T02:17:29.340Z[ host-image] Aug 22 02:17:27.238 INFO O| Aug 22 02:17:27.238 INFO STEP 10 (remove_files) COMPLETE
83242024-08-22T02:17:29.340Z[ host-image] Aug 22 02:17:27.238 INFO O| Aug 22 02:17:27.238 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83252024-08-22T02:17:29.349Z[ host-image] Aug 22 02:17:27.248 INFO O| Aug 22 02:17:27.248 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
83262024-08-22T02:17:29.352Z[ host-image] Aug 22 02:17:27.249 INFO O| Aug 22 02:17:27.249 INFO STEP 11 (remove_files) COMPLETE
83272024-08-22T02:17:29.352Z[ host-image] Aug 22 02:17:27.249 INFO O| Aug 22 02:17:27.249 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83282024-08-22T02:17:29.359Z[ host-image] Aug 22 02:17:27.258 INFO O| Aug 22 02:17:27.258 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
83292024-08-22T02:17:29.362Z[ host-image] Aug 22 02:17:27.260 INFO O| Aug 22 02:17:27.260 INFO STEP 12 (remove_files) COMPLETE
83302024-08-22T02:17:29.362Z[ host-image] Aug 22 02:17:27.260 INFO O| Aug 22 02:17:27.260 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83312024-08-22T02:17:29.385Z[ host-image] Aug 22 02:17:27.283 INFO O| Aug 22 02:17:27.283 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
83322024-08-22T02:17:29.385Z[ host-image] Aug 22 02:17:27.283 INFO O| Aug 22 02:17:27.283 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
83332024-08-22T02:17:29.388Z[ host-image] Aug 22 02:17:27.284 INFO O| Aug 22 02:17:27.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
83342024-08-22T02:17:29.388Z[ host-image] Aug 22 02:17:27.284 INFO O| Aug 22 02:17:27.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
83352024-08-22T02:17:29.388Z[ host-image] Aug 22 02:17:27.284 INFO O| Aug 22 02:17:27.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
83362024-08-22T02:17:29.388Z[ host-image] Aug 22 02:17:27.284 INFO O| Aug 22 02:17:27.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
83372024-08-22T02:17:29.388Z[ host-image] Aug 22 02:17:27.284 INFO O| Aug 22 02:17:27.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
83382024-08-22T02:17:29.388Z[ host-image] Aug 22 02:17:27.284 INFO O| Aug 22 02:17:27.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
83392024-08-22T02:17:29.388Z[ host-image] Aug 22 02:17:27.285 INFO O| Aug 22 02:17:27.285 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
83402024-08-22T02:17:29.388Z[ host-image] Aug 22 02:17:27.285 INFO O| Aug 22 02:17:27.285 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
83412024-08-22T02:17:29.388Z[ host-image] Aug 22 02:17:27.285 INFO O| Aug 22 02:17:27.285 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
83422024-08-22T02:17:29.388Z[ host-image] Aug 22 02:17:27.285 INFO O| Aug 22 02:17:27.285 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
83432024-08-22T02:17:29.388Z[ host-image] Aug 22 02:17:27.285 INFO O| Aug 22 02:17:27.285 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
83442024-08-22T02:17:29.388Z[ host-image] Aug 22 02:17:27.285 INFO O| Aug 22 02:17:27.285 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
83452024-08-22T02:17:29.388Z[ host-image] Aug 22 02:17:27.285 INFO O| Aug 22 02:17:27.285 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
83462024-08-22T02:17:29.388Z[ host-image] Aug 22 02:17:27.286 INFO O| Aug 22 02:17:27.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
83472024-08-22T02:17:29.399Z[ host-image] Aug 22 02:17:27.298 INFO O| Aug 22 02:17:27.298 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
83482024-08-22T02:17:29.490Z[ host-image] Aug 22 02:17:27.388 INFO O| Aug 22 02:17:27.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
83492024-08-22T02:17:29.493Z[ host-image] Aug 22 02:17:27.389 INFO O| Aug 22 02:17:27.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
83502024-08-22T02:17:29.497Z[ host-image] Aug 22 02:17:27.396 INFO O| Aug 22 02:17:27.396 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
83512024-08-22T02:17:29.535Z[ host-image] Aug 22 02:17:27.433 INFO O| Aug 22 02:17:27.433 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
83522024-08-22T02:17:29.793Z[ host-image] Aug 22 02:17:27.691 INFO O| Aug 22 02:17:27.691 INFO STEP 13 (remove_files) COMPLETE
83532024-08-22T02:17:29.796Z[ host-image] Aug 22 02:17:27.692 INFO O| Aug 22 02:17:27.691 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83542024-08-22T02:17:29.805Z[ host-image] Aug 22 02:17:27.704 INFO O| Aug 22 02:17:27.704 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
83552024-08-22T02:17:29.808Z[ host-image] Aug 22 02:17:27.705 INFO O| Aug 22 02:17:27.705 INFO STEP 14 (remove_files) COMPLETE
83562024-08-22T02:17:29.808Z[ host-image] Aug 22 02:17:27.705 INFO O| Aug 22 02:17:27.705 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83572024-08-22T02:17:29.817Z[ host-image] Aug 22 02:17:27.716 INFO O| Aug 22 02:17:27.716 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
83582024-08-22T02:17:29.828Z[ host-image] Aug 22 02:17:27.726 INFO O| Aug 22 02:17:27.726 INFO STEP 15 (remove_files) COMPLETE
83592024-08-22T02:17:29.828Z[ host-image] Aug 22 02:17:27.726 INFO O| Aug 22 02:17:27.726 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83602024-08-22T02:17:29.838Z[ host-image] Aug 22 02:17:27.737 INFO O| Aug 22 02:17:27.737 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
83612024-08-22T02:17:29.841Z[ host-image] Aug 22 02:17:27.738 INFO O| Aug 22 02:17:27.737 INFO STEP 16 (remove_files) COMPLETE
83622024-08-22T02:17:29.841Z[ host-image] Aug 22 02:17:27.738 INFO O| Aug 22 02:17:27.738 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83632024-08-22T02:17:29.853Z[ host-image] Aug 22 02:17:27.751 INFO O| Aug 22 02:17:27.751 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
83642024-08-22T02:17:29.855Z[ host-image] Aug 22 02:17:27.753 INFO O| Aug 22 02:17:27.753 INFO STEP 17 (remove_files) COMPLETE
83652024-08-22T02:17:29.855Z[ host-image] Aug 22 02:17:27.753 INFO O| Aug 22 02:17:27.753 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83662024-08-22T02:17:29.865Z[ host-image] Aug 22 02:17:27.764 INFO O| Aug 22 02:17:27.764 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
83672024-08-22T02:17:29.868Z[ host-image] Aug 22 02:17:27.764 INFO O| Aug 22 02:17:27.764 INFO STEP 18 (remove_files) COMPLETE
83682024-08-22T02:17:29.868Z[ host-image] Aug 22 02:17:27.764 INFO O| Aug 22 02:17:27.764 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83692024-08-22T02:17:29.875Z[ host-image] Aug 22 02:17:27.774 INFO O| Aug 22 02:17:27.774 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
83702024-08-22T02:17:29.878Z[ host-image] Aug 22 02:17:27.774 INFO O| Aug 22 02:17:27.774 INFO STEP 19 (remove_files) COMPLETE
83712024-08-22T02:17:29.879Z[ host-image] Aug 22 02:17:27.774 INFO O| Aug 22 02:17:27.774 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83722024-08-22T02:17:29.886Z[ host-image] Aug 22 02:17:27.785 INFO O| Aug 22 02:17:27.785 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
83732024-08-22T02:17:29.886Z[ host-image] Aug 22 02:17:27.785 INFO O| Aug 22 02:17:27.785 INFO STEP 20 (remove_files) COMPLETE
83742024-08-22T02:17:29.889Z[ host-image] Aug 22 02:17:27.785 INFO O| Aug 22 02:17:27.785 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83752024-08-22T02:17:29.897Z[ host-image] Aug 22 02:17:27.794 INFO O| Aug 22 02:17:27.794 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
83762024-08-22T02:17:29.899Z[ host-image] Aug 22 02:17:27.794 INFO O| Aug 22 02:17:27.794 INFO STEP 21 (remove_files) COMPLETE
83772024-08-22T02:17:29.899Z[ host-image] Aug 22 02:17:27.794 INFO O| Aug 22 02:17:27.794 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83782024-08-22T02:17:29.905Z[ host-image] Aug 22 02:17:27.804 INFO O| Aug 22 02:17:27.804 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
83792024-08-22T02:17:29.905Z[ host-image] Aug 22 02:17:27.804 INFO O| Aug 22 02:17:27.804 INFO STEP 22 (remove_files) COMPLETE
83802024-08-22T02:17:29.905Z[ host-image] Aug 22 02:17:27.804 INFO O| Aug 22 02:17:27.804 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83812024-08-22T02:17:29.915Z[ host-image] Aug 22 02:17:27.814 INFO O| Aug 22 02:17:27.814 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
83822024-08-22T02:17:29.915Z[ host-image] Aug 22 02:17:27.814 INFO O| Aug 22 02:17:27.814 INFO STEP 23 (remove_files) COMPLETE
83832024-08-22T02:17:29.915Z[ host-image] Aug 22 02:17:27.814 INFO O| Aug 22 02:17:27.814 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83842024-08-22T02:17:29.927Z[ host-image] Aug 22 02:17:27.825 INFO O| Aug 22 02:17:27.825 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
83852024-08-22T02:17:29.927Z[ host-image] Aug 22 02:17:27.825 INFO O| Aug 22 02:17:27.825 INFO STEP 24 (remove_files) COMPLETE
83862024-08-22T02:17:29.929Z[ host-image] Aug 22 02:17:27.825 INFO O| Aug 22 02:17:27.825 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83872024-08-22T02:17:29.936Z[ host-image] Aug 22 02:17:27.835 INFO O| Aug 22 02:17:27.835 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
83882024-08-22T02:17:29.936Z[ host-image] Aug 22 02:17:27.835 INFO O| Aug 22 02:17:27.835 INFO STEP 25 (remove_files) COMPLETE
83892024-08-22T02:17:29.936Z[ host-image] Aug 22 02:17:27.835 INFO O| Aug 22 02:17:27.835 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83902024-08-22T02:17:29.947Z[ host-image] Aug 22 02:17:27.845 INFO O| Aug 22 02:17:27.845 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
83912024-08-22T02:17:29.947Z[ host-image] Aug 22 02:17:27.845 INFO O| Aug 22 02:17:27.845 INFO STEP 26 (remove_files) COMPLETE
83922024-08-22T02:17:29.951Z[ host-image] Aug 22 02:17:27.845 INFO O| Aug 22 02:17:27.845 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83932024-08-22T02:17:29.956Z[ host-image] Aug 22 02:17:27.855 INFO O| Aug 22 02:17:27.855 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
83942024-08-22T02:17:29.956Z[ host-image] Aug 22 02:17:27.855 INFO O| Aug 22 02:17:27.855 INFO STEP 27 (remove_files) COMPLETE
83952024-08-22T02:17:29.956Z[ host-image] Aug 22 02:17:27.855 INFO O| Aug 22 02:17:27.855 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83962024-08-22T02:17:29.966Z[ host-image] Aug 22 02:17:27.864 INFO O| Aug 22 02:17:27.864 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
83972024-08-22T02:17:29.966Z[ host-image] Aug 22 02:17:27.864 INFO O| Aug 22 02:17:27.864 INFO STEP 28 (remove_files) COMPLETE
83982024-08-22T02:17:29.970Z[ host-image] Aug 22 02:17:27.864 INFO O| Aug 22 02:17:27.864 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83992024-08-22T02:17:29.975Z[ host-image] Aug 22 02:17:27.874 INFO O| Aug 22 02:17:27.874 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
84002024-08-22T02:17:29.975Z[ host-image] Aug 22 02:17:27.874 INFO O| Aug 22 02:17:27.874 INFO STEP 29 (remove_files) COMPLETE
84012024-08-22T02:17:29.979Z[ host-image] Aug 22 02:17:27.874 INFO O| Aug 22 02:17:27.874 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84022024-08-22T02:17:29.985Z[ host-image] Aug 22 02:17:27.883 INFO O| Aug 22 02:17:27.883 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
84032024-08-22T02:17:29.988Z[ host-image] Aug 22 02:17:27.883 INFO O| Aug 22 02:17:27.883 INFO STEP 30 (remove_files) COMPLETE
84042024-08-22T02:17:29.988Z[ host-image] Aug 22 02:17:27.883 INFO O| Aug 22 02:17:27.883 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84052024-08-22T02:17:29.995Z[ host-image] Aug 22 02:17:27.893 INFO O| Aug 22 02:17:27.893 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
84062024-08-22T02:17:29.995Z[ host-image] Aug 22 02:17:27.893 INFO O| Aug 22 02:17:27.893 INFO STEP 31 (remove_files) COMPLETE
84072024-08-22T02:17:29.997Z[ host-image] Aug 22 02:17:27.893 INFO O| Aug 22 02:17:27.893 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84082024-08-22T02:17:30.005Z[ host-image] Aug 22 02:17:27.903 INFO O| Aug 22 02:17:27.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
84092024-08-22T02:17:30.005Z[ host-image] Aug 22 02:17:27.903 INFO O| Aug 22 02:17:27.903 INFO STEP 32 (remove_files) COMPLETE
84102024-08-22T02:17:30.007Z[ host-image] Aug 22 02:17:27.903 INFO O| Aug 22 02:17:27.903 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84112024-08-22T02:17:30.014Z[ host-image] Aug 22 02:17:27.913 INFO O| Aug 22 02:17:27.912 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
84122024-08-22T02:17:30.014Z[ host-image] Aug 22 02:17:27.913 INFO O| Aug 22 02:17:27.913 INFO STEP 33 (remove_files) COMPLETE
84132024-08-22T02:17:30.017Z[ host-image] Aug 22 02:17:27.913 INFO O| Aug 22 02:17:27.913 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84142024-08-22T02:17:30.024Z[ host-image] Aug 22 02:17:27.922 INFO O| Aug 22 02:17:27.922 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
84152024-08-22T02:17:30.024Z[ host-image] Aug 22 02:17:27.922 INFO O| Aug 22 02:17:27.922 INFO STEP 34 (remove_files) COMPLETE
84162024-08-22T02:17:30.026Z[ host-image] Aug 22 02:17:27.922 INFO O| Aug 22 02:17:27.922 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84172024-08-22T02:17:30.033Z[ host-image] Aug 22 02:17:27.932 INFO O| Aug 22 02:17:27.932 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
84182024-08-22T02:17:30.035Z[ host-image] Aug 22 02:17:27.932 INFO O| Aug 22 02:17:27.932 INFO STEP 35 (remove_files) COMPLETE
84192024-08-22T02:17:30.035Z[ host-image] Aug 22 02:17:27.932 INFO O| Aug 22 02:17:27.932 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84202024-08-22T02:17:30.043Z[ host-image] Aug 22 02:17:27.941 INFO O| Aug 22 02:17:27.941 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
84212024-08-22T02:17:30.043Z[ host-image] Aug 22 02:17:27.942 INFO O| Aug 22 02:17:27.941 INFO STEP 36 (remove_files) COMPLETE
84222024-08-22T02:17:30.046Z[ host-image] Aug 22 02:17:27.942 INFO O| Aug 22 02:17:27.942 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84232024-08-22T02:17:30.053Z[ host-image] Aug 22 02:17:27.951 INFO O| Aug 22 02:17:27.951 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
84242024-08-22T02:17:30.053Z[ host-image] Aug 22 02:17:27.951 INFO O| Aug 22 02:17:27.951 INFO STEP 37 (remove_files) COMPLETE
84252024-08-22T02:17:30.055Z[ host-image] Aug 22 02:17:27.951 INFO O| Aug 22 02:17:27.951 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84262024-08-22T02:17:30.063Z[ host-image] Aug 22 02:17:27.961 INFO O| Aug 22 02:17:27.961 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
84272024-08-22T02:17:30.063Z[ host-image] Aug 22 02:17:27.961 INFO O| Aug 22 02:17:27.961 INFO STEP 38 (remove_files) COMPLETE
84282024-08-22T02:17:30.066Z[ host-image] Aug 22 02:17:27.961 INFO O| Aug 22 02:17:27.961 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84292024-08-22T02:17:30.072Z[ host-image] Aug 22 02:17:27.971 INFO O| Aug 22 02:17:27.971 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
84302024-08-22T02:17:30.073Z[ host-image] Aug 22 02:17:27.971 INFO O| Aug 22 02:17:27.971 INFO STEP 39 (remove_files) COMPLETE
84312024-08-22T02:17:30.075Z[ host-image] Aug 22 02:17:27.971 INFO O| Aug 22 02:17:27.971 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84322024-08-22T02:17:30.082Z[ host-image] Aug 22 02:17:27.980 INFO O| Aug 22 02:17:27.980 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
84332024-08-22T02:17:30.082Z[ host-image] Aug 22 02:17:27.980 INFO O| Aug 22 02:17:27.980 INFO STEP 40 (remove_files) COMPLETE
84342024-08-22T02:17:30.084Z[ host-image] Aug 22 02:17:27.981 INFO O| Aug 22 02:17:27.980 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84352024-08-22T02:17:30.092Z[ host-image] Aug 22 02:17:27.990 INFO O| Aug 22 02:17:27.990 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
84362024-08-22T02:17:30.092Z[ host-image] Aug 22 02:17:27.990 INFO O| Aug 22 02:17:27.990 INFO STEP 41 (remove_files) COMPLETE
84372024-08-22T02:17:30.092Z[ host-image] Aug 22 02:17:27.990 INFO O| Aug 22 02:17:27.990 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84382024-08-22T02:17:30.102Z[ host-image] Aug 22 02:17:28.000 INFO O| Aug 22 02:17:28.000 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
84392024-08-22T02:17:30.104Z[ host-image] Aug 22 02:17:28.000 INFO O| Aug 22 02:17:28.000 INFO STEP 42 (remove_files) COMPLETE
84402024-08-22T02:17:30.104Z[ host-image] Aug 22 02:17:28.000 INFO O| Aug 22 02:17:28.000 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84412024-08-22T02:17:30.112Z[ host-image] Aug 22 02:17:28.010 INFO O| Aug 22 02:17:28.010 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
84422024-08-22T02:17:30.112Z[ host-image] Aug 22 02:17:28.010 INFO O| Aug 22 02:17:28.010 INFO STEP 43 (remove_files) COMPLETE
84432024-08-22T02:17:30.112Z[ host-image] Aug 22 02:17:28.010 INFO O| Aug 22 02:17:28.010 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84442024-08-22T02:17:30.121Z[ host-image] Aug 22 02:17:28.020 INFO O| Aug 22 02:17:28.020 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
84452024-08-22T02:17:30.124Z[ host-image] Aug 22 02:17:28.020 INFO O| Aug 22 02:17:28.020 INFO STEP 44 (remove_files) COMPLETE
84462024-08-22T02:17:30.124Z[ host-image] Aug 22 02:17:28.020 INFO O| Aug 22 02:17:28.020 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84472024-08-22T02:17:30.131Z[ host-image] Aug 22 02:17:28.030 INFO O| Aug 22 02:17:28.030 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
84482024-08-22T02:17:30.131Z[ host-image] Aug 22 02:17:28.030 INFO O| Aug 22 02:17:28.030 INFO STEP 45 (remove_files) COMPLETE
84492024-08-22T02:17:30.134Z[ host-image] Aug 22 02:17:28.030 INFO O| Aug 22 02:17:28.030 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84502024-08-22T02:17:30.142Z[ host-image] Aug 22 02:17:28.041 INFO O| Aug 22 02:17:28.041 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
84512024-08-22T02:17:30.142Z[ host-image] Aug 22 02:17:28.041 INFO O| Aug 22 02:17:28.041 INFO STEP 46 (remove_files) COMPLETE
84522024-08-22T02:17:30.145Z[ host-image] Aug 22 02:17:28.041 INFO O| Aug 22 02:17:28.041 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84532024-08-22T02:17:30.152Z[ host-image] Aug 22 02:17:28.051 INFO O| Aug 22 02:17:28.050 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
84542024-08-22T02:17:30.152Z[ host-image] Aug 22 02:17:28.051 INFO O| Aug 22 02:17:28.051 INFO STEP 47 (remove_files) COMPLETE
84552024-08-22T02:17:30.155Z[ host-image] Aug 22 02:17:28.051 INFO O| Aug 22 02:17:28.051 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84562024-08-22T02:17:30.162Z[ host-image] Aug 22 02:17:28.060 INFO O| Aug 22 02:17:28.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
84572024-08-22T02:17:30.162Z[ host-image] Aug 22 02:17:28.060 INFO O| Aug 22 02:17:28.060 INFO STEP 48 (remove_files) COMPLETE
84582024-08-22T02:17:30.164Z[ host-image] Aug 22 02:17:28.060 INFO O| Aug 22 02:17:28.060 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84592024-08-22T02:17:30.173Z[ host-image] Aug 22 02:17:28.071 INFO O| Aug 22 02:17:28.071 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
84602024-08-22T02:17:30.173Z[ host-image] Aug 22 02:17:28.071 INFO O| Aug 22 02:17:28.071 INFO STEP 49 (remove_files) COMPLETE
84612024-08-22T02:17:30.176Z[ host-image] Aug 22 02:17:28.071 INFO O| Aug 22 02:17:28.071 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84622024-08-22T02:17:30.182Z[ host-image] Aug 22 02:17:28.081 INFO O| Aug 22 02:17:28.081 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
84632024-08-22T02:17:30.182Z[ host-image] Aug 22 02:17:28.081 INFO O| Aug 22 02:17:28.081 INFO STEP 50 (remove_files) COMPLETE
84642024-08-22T02:17:30.185Z[ host-image] Aug 22 02:17:28.081 INFO O| Aug 22 02:17:28.081 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84652024-08-22T02:17:30.192Z[ host-image] Aug 22 02:17:28.091 INFO O| Aug 22 02:17:28.090 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
84662024-08-22T02:17:30.192Z[ host-image] Aug 22 02:17:28.091 INFO O| Aug 22 02:17:28.091 INFO STEP 51 (remove_files) COMPLETE
84672024-08-22T02:17:30.194Z[ host-image] Aug 22 02:17:28.091 INFO O| Aug 22 02:17:28.091 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84682024-08-22T02:17:30.202Z[ host-image] Aug 22 02:17:28.100 INFO O| Aug 22 02:17:28.100 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
84692024-08-22T02:17:30.204Z[ host-image] Aug 22 02:17:28.100 INFO O| Aug 22 02:17:28.100 INFO STEP 52 (remove_files) COMPLETE
84702024-08-22T02:17:30.204Z[ host-image] Aug 22 02:17:28.100 INFO O| Aug 22 02:17:28.100 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84712024-08-22T02:17:30.211Z[ host-image] Aug 22 02:17:28.110 INFO O| Aug 22 02:17:28.110 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
84722024-08-22T02:17:30.211Z[ host-image] Aug 22 02:17:28.110 INFO O| Aug 22 02:17:28.110 INFO STEP 53 (remove_files) COMPLETE
84732024-08-22T02:17:30.211Z[ host-image] Aug 22 02:17:28.110 INFO O| Aug 22 02:17:28.110 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84742024-08-22T02:17:30.221Z[ host-image] Aug 22 02:17:28.119 INFO O| Aug 22 02:17:28.119 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
84752024-08-22T02:17:30.221Z[ host-image] Aug 22 02:17:28.119 INFO O| Aug 22 02:17:28.119 INFO STEP 54 (remove_files) COMPLETE
84762024-08-22T02:17:30.221Z[ host-image] Aug 22 02:17:28.119 INFO O| Aug 22 02:17:28.119 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84772024-08-22T02:17:30.230Z[ host-image] Aug 22 02:17:28.129 INFO O| Aug 22 02:17:28.129 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
84782024-08-22T02:17:30.230Z[ host-image] Aug 22 02:17:28.129 INFO O| Aug 22 02:17:28.129 INFO STEP 55 (remove_files) COMPLETE
84792024-08-22T02:17:30.232Z[ host-image] Aug 22 02:17:28.129 INFO O| Aug 22 02:17:28.129 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84802024-08-22T02:17:30.240Z[ host-image] Aug 22 02:17:28.138 INFO O| Aug 22 02:17:28.138 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
84812024-08-22T02:17:30.240Z[ host-image] Aug 22 02:17:28.138 INFO O| Aug 22 02:17:28.138 INFO STEP 56 (remove_files) COMPLETE
84822024-08-22T02:17:30.242Z[ host-image] Aug 22 02:17:28.138 INFO O| Aug 22 02:17:28.138 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84832024-08-22T02:17:30.249Z[ host-image] Aug 22 02:17:28.148 INFO O| Aug 22 02:17:28.148 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
84842024-08-22T02:17:30.249Z[ host-image] Aug 22 02:17:28.148 INFO O| Aug 22 02:17:28.148 INFO STEP 57 (remove_files) COMPLETE
84852024-08-22T02:17:30.249Z[ host-image] Aug 22 02:17:28.148 INFO O| Aug 22 02:17:28.148 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84862024-08-22T02:17:30.259Z[ host-image] Aug 22 02:17:28.157 INFO O| Aug 22 02:17:28.157 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
84872024-08-22T02:17:30.259Z[ host-image] Aug 22 02:17:28.157 INFO O| Aug 22 02:17:28.157 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
84882024-08-22T02:17:30.262Z[ host-image] Aug 22 02:17:28.157 INFO O| Aug 22 02:17:28.157 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84892024-08-22T02:17:30.262Z[ host-image] Aug 22 02:17:28.158 INFO O| Aug 22 02:17:28.157 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84902024-08-22T02:17:30.262Z[ host-image] Aug 22 02:17:28.158 INFO O| Aug 22 02:17:28.158 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84912024-08-22T02:17:30.262Z[ host-image] Aug 22 02:17:28.158 INFO O| Aug 22 02:17:28.158 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
84922024-08-22T02:17:30.262Z[ host-image] Aug 22 02:17:28.158 INFO O| Aug 22 02:17:28.158 INFO ok!
84932024-08-22T02:17:30.262Z[ host-image] Aug 22 02:17:28.158 INFO O| Aug 22 02:17:28.158 INFO STEP 58 (ensure_file) COMPLETE
84942024-08-22T02:17:30.262Z[ host-image] Aug 22 02:17:28.158 INFO O| Aug 22 02:17:28.158 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
84952024-08-22T02:17:30.269Z[ host-image] Aug 22 02:17:28.167 INFO O| Aug 22 02:17:28.167 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
84962024-08-22T02:17:30.272Z[ host-image] Aug 22 02:17:28.167 INFO O| Aug 22 02:17:28.167 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
84972024-08-22T02:17:30.272Z[ host-image] Aug 22 02:17:28.168 INFO O| Aug 22 02:17:28.168 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84982024-08-22T02:17:30.272Z[ host-image] Aug 22 02:17:28.168 INFO O| Aug 22 02:17:28.168 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
84992024-08-22T02:17:30.272Z[ host-image] Aug 22 02:17:28.168 INFO O| Aug 22 02:17:28.168 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85002024-08-22T02:17:30.272Z[ host-image] Aug 22 02:17:28.168 INFO O| Aug 22 02:17:28.168 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
85012024-08-22T02:17:30.272Z[ host-image] Aug 22 02:17:28.168 INFO O| Aug 22 02:17:28.168 INFO ok!
85022024-08-22T02:17:30.272Z[ host-image] Aug 22 02:17:28.168 INFO O| Aug 22 02:17:28.168 INFO STEP 59 (ensure_file) COMPLETE
85032024-08-22T02:17:30.272Z[ host-image] Aug 22 02:17:28.168 INFO O| Aug 22 02:17:28.168 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85042024-08-22T02:17:30.279Z[ host-image] Aug 22 02:17:28.177 INFO O| Aug 22 02:17:28.177 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
85052024-08-22T02:17:30.282Z[ host-image] Aug 22 02:17:28.177 INFO O| Aug 22 02:17:28.177 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
85062024-08-22T02:17:30.282Z[ host-image] Aug 22 02:17:28.177 INFO O| Aug 22 02:17:28.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
85072024-08-22T02:17:30.282Z[ host-image] Aug 22 02:17:28.177 INFO O| Aug 22 02:17:28.177 INFO ok!
85082024-08-22T02:17:30.282Z[ host-image] Aug 22 02:17:28.177 INFO O| Aug 22 02:17:28.177 INFO STEP 60 (ensure_file) COMPLETE
85092024-08-22T02:17:30.282Z[ host-image] Aug 22 02:17:28.177 INFO O| Aug 22 02:17:28.177 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85102024-08-22T02:17:30.288Z[ host-image] Aug 22 02:17:28.187 INFO O| Aug 22 02:17:28.187 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
85112024-08-22T02:17:30.288Z[ host-image] Aug 22 02:17:28.187 INFO O| Aug 22 02:17:28.187 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
85122024-08-22T02:17:30.291Z[ host-image] Aug 22 02:17:28.187 INFO O| Aug 22 02:17:28.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
85132024-08-22T02:17:30.291Z[ host-image] Aug 22 02:17:28.187 INFO O| Aug 22 02:17:28.187 INFO ok!
85142024-08-22T02:17:30.291Z[ host-image] Aug 22 02:17:28.187 INFO O| Aug 22 02:17:28.187 INFO STEP 61 (ensure_file) COMPLETE
85152024-08-22T02:17:30.291Z[ host-image] Aug 22 02:17:28.187 INFO O| Aug 22 02:17:28.187 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85162024-08-22T02:17:30.298Z[ host-image] Aug 22 02:17:28.197 INFO O| Aug 22 02:17:28.197 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
85172024-08-22T02:17:30.301Z[ host-image] Aug 22 02:17:28.197 INFO O| Aug 22 02:17:28.197 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
85182024-08-22T02:17:30.301Z[ host-image] Aug 22 02:17:28.197 INFO O| Aug 22 02:17:28.197 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85192024-08-22T02:17:30.301Z[ host-image] Aug 22 02:17:28.197 INFO O| Aug 22 02:17:28.197 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
85202024-08-22T02:17:30.301Z[ host-image] Aug 22 02:17:28.197 INFO O| Aug 22 02:17:28.197 INFO ok!
85212024-08-22T02:17:30.301Z[ host-image] Aug 22 02:17:28.197 INFO O| Aug 22 02:17:28.197 INFO STEP 62 (ensure_file) COMPLETE
85222024-08-22T02:17:30.301Z[ host-image] Aug 22 02:17:28.197 INFO O| Aug 22 02:17:28.197 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85232024-08-22T02:17:30.308Z[ host-image] Aug 22 02:17:28.207 INFO O| Aug 22 02:17:28.206 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
85242024-08-22T02:17:30.308Z[ host-image] Aug 22 02:17:28.207 INFO O| Aug 22 02:17:28.207 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
85252024-08-22T02:17:30.311Z[ host-image] Aug 22 02:17:28.207 INFO O| Aug 22 02:17:28.207 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85262024-08-22T02:17:30.311Z[ host-image] Aug 22 02:17:28.207 INFO O| Aug 22 02:17:28.207 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
85272024-08-22T02:17:30.311Z[ host-image] Aug 22 02:17:28.207 INFO O| Aug 22 02:17:28.207 INFO ok!
85282024-08-22T02:17:30.311Z[ host-image] Aug 22 02:17:28.207 INFO O| Aug 22 02:17:28.207 INFO STEP 63 (ensure_file) COMPLETE
85292024-08-22T02:17:30.311Z[ host-image] Aug 22 02:17:28.207 INFO O| Aug 22 02:17:28.207 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85302024-08-22T02:17:30.318Z[ host-image] Aug 22 02:17:28.216 INFO O| Aug 22 02:17:28.216 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
85312024-08-22T02:17:30.320Z[ host-image] Aug 22 02:17:28.216 INFO O| Aug 22 02:17:28.216 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
85322024-08-22T02:17:30.320Z[ host-image] Aug 22 02:17:28.216 INFO O| Aug 22 02:17:28.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
85332024-08-22T02:17:30.320Z[ host-image] Aug 22 02:17:28.216 INFO O| Aug 22 02:17:28.216 INFO ok!
85342024-08-22T02:17:30.320Z[ host-image] Aug 22 02:17:28.216 INFO O| Aug 22 02:17:28.216 INFO STEP 64 (assemble_files) COMPLETE
85352024-08-22T02:17:30.320Z[ host-image] Aug 22 02:17:28.217 INFO O| Aug 22 02:17:28.216 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85362024-08-22T02:17:30.328Z[ host-image] Aug 22 02:17:28.226 INFO O| Aug 22 02:17:28.226 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
85372024-08-22T02:17:30.328Z[ host-image] Aug 22 02:17:28.226 INFO O| Aug 22 02:17:28.226 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
85382024-08-22T02:17:30.330Z[ host-image] Aug 22 02:17:28.226 INFO O| Aug 22 02:17:28.226 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85392024-08-22T02:17:30.331Z[ host-image] Aug 22 02:17:28.226 INFO O| Aug 22 02:17:28.226 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
85402024-08-22T02:17:30.331Z[ host-image] Aug 22 02:17:28.226 INFO O| Aug 22 02:17:28.226 INFO ok!
85412024-08-22T02:17:30.331Z[ host-image] Aug 22 02:17:28.226 INFO O| Aug 22 02:17:28.226 INFO STEP 65 (ensure_file) COMPLETE
85422024-08-22T02:17:30.331Z[ host-image] Aug 22 02:17:28.226 INFO O| Aug 22 02:17:28.226 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85432024-08-22T02:17:30.338Z[ host-image] Aug 22 02:17:28.236 INFO O| Aug 22 02:17:28.236 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85442024-08-22T02:17:30.340Z[ host-image] Aug 22 02:17:28.236 INFO O| Aug 22 02:17:28.236 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85452024-08-22T02:17:30.340Z[ host-image] Aug 22 02:17:28.236 INFO O| Aug 22 02:17:28.236 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
85462024-08-22T02:17:30.340Z[ host-image] Aug 22 02:17:28.236 INFO O| Aug 22 02:17:28.236 INFO STEP 66 (ensure_dir) COMPLETE
85472024-08-22T02:17:30.340Z[ host-image] Aug 22 02:17:28.236 INFO O| Aug 22 02:17:28.236 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85482024-08-22T02:17:30.348Z[ host-image] Aug 22 02:17:28.246 INFO O| Aug 22 02:17:28.246 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
85492024-08-22T02:17:30.348Z[ host-image] Aug 22 02:17:28.246 INFO O| Aug 22 02:17:28.246 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/files.tar.gz -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz ...
85502024-08-22T02:17:30.355Z[ host-image] Aug 22 02:17:28.253 INFO O| Aug 22 02:17:28.253 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
85512024-08-22T02:17:30.355Z[ host-image] Aug 22 02:17:28.253 INFO O| Aug 22 02:17:28.253 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
85522024-08-22T02:17:30.357Z[ host-image] Aug 22 02:17:28.253 INFO O| Aug 22 02:17:28.253 INFO ok!
85532024-08-22T02:17:30.357Z[ host-image] Aug 22 02:17:28.253 INFO O| Aug 22 02:17:28.253 INFO STEP 67 (ensure_file) COMPLETE
85542024-08-22T02:17:30.357Z[ host-image] Aug 22 02:17:28.253 INFO O| Aug 22 02:17:28.253 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85552024-08-22T02:17:30.366Z[ host-image] Aug 22 02:17:28.264 INFO O| Aug 22 02:17:28.264 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
85562024-08-22T02:17:30.366Z[ host-image] Aug 22 02:17:28.264 INFO O| Aug 22 02:17:28.264 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ...
85572024-08-22T02:17:30.369Z[ host-image] Aug 22 02:17:28.264 INFO O| Aug 22 02:17:28.264 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
85582024-08-22T02:17:30.369Z[ host-image] Aug 22 02:17:28.264 INFO O| Aug 22 02:17:28.264 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
85592024-08-22T02:17:30.369Z[ host-image] Aug 22 02:17:28.264 INFO O| Aug 22 02:17:28.264 INFO ok!
85602024-08-22T02:17:30.369Z[ host-image] Aug 22 02:17:28.265 INFO O| Aug 22 02:17:28.264 INFO STEP 68 (ensure_file) COMPLETE
85612024-08-22T02:17:30.369Z[ host-image] Aug 22 02:17:28.265 INFO O| Aug 22 02:17:28.264 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85622024-08-22T02:17:30.381Z[ host-image] Aug 22 02:17:28.279 INFO O| Aug 22 02:17:28.279 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
85632024-08-22T02:17:30.383Z[ host-image] Aug 22 02:17:28.279 INFO O| Aug 22 02:17:28.279 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
85642024-08-22T02:17:30.462Z[ recovery-image] Aug 22 02:17:28.360 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.81s
85652024-08-22T02:17:30.472Z[ recovery-image] Aug 22 02:17:28.370 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85662024-08-22T02:17:30.597Z[ recovery-image] Aug 22 02:17:28.495 INFO E| Updating crates.io index
85672024-08-22T02:17:30.769Z[ recovery-image] Aug 22 02:17:28.667 INFO E| Downloading crates ...
85682024-08-22T02:17:30.822Z[ recovery-image] Aug 22 02:17:28.720 INFO E| Downloaded seq-macro v0.3.5
85692024-08-22T02:17:30.825Z[ recovery-image] Aug 22 02:17:28.723 INFO E| Downloaded cpio_reader v0.1.1
85702024-08-22T02:17:30.841Z[ recovery-image] Aug 22 02:17:28.740 INFO E| Downloaded raw-cpuid v10.7.0
85712024-08-22T02:17:30.845Z[ recovery-image] Aug 22 02:17:28.744 INFO E| Downloaded bit_field v0.10.2
85722024-08-22T02:17:30.994Z[ recovery-image] Aug 22 02:17:28.892 INFO E| Downloaded x86 v0.52.0
85732024-08-22T02:17:31.064Z[ recovery-image] Aug 22 02:17:28.962 INFO E| Updating crates.io index
85742024-08-22T02:17:31.213Z[ recovery-image] Aug 22 02:17:29.111 INFO E| Downloading crates ...
85752024-08-22T02:17:31.274Z[ recovery-image] Aug 22 02:17:29.172 INFO E| Downloaded compiler_builtins v0.1.108
85762024-08-22T02:17:31.342Z[ recovery-image] Aug 22 02:17:29.240 INFO E| Compiling compiler_builtins v0.1.108
85772024-08-22T02:17:31.342Z[ recovery-image] Aug 22 02:17:29.240 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
85782024-08-22T02:17:31.344Z[ recovery-image] Aug 22 02:17:29.240 INFO E| Compiling proc-macro2 v1.0.79
85792024-08-22T02:17:31.344Z[ recovery-image] Aug 22 02:17:29.240 INFO E| Compiling unicode-ident v1.0.12
85802024-08-22T02:17:31.344Z[ recovery-image] Aug 22 02:17:29.240 INFO E| Compiling syn v1.0.109
85812024-08-22T02:17:31.344Z[ recovery-image] Aug 22 02:17:29.240 INFO E| Compiling x86 v0.52.0
85822024-08-22T02:17:31.348Z[ recovery-image] Aug 22 02:17:29.246 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85832024-08-22T02:17:31.350Z[ recovery-image] Aug 22 02:17:29.246 INFO E| Compiling seq-macro v0.3.5
85842024-08-22T02:17:32.643Z[ recovery-image] Aug 22 02:17:30.541 INFO E| Compiling quote v1.0.35
85852024-08-22T02:17:32.864Z[ host-image] Aug 22 02:17:30.762 INFO O| Aug 22 02:17:30.761 INFO STEP 69 (pack_tar) COMPLETE
85862024-08-22T02:17:32.864Z[ host-image] Aug 22 02:17:30.762 INFO O| Aug 22 02:17:30.762 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85872024-08-22T02:17:32.867Z[ host-image] Aug 22 02:17:30.762 INFO O| Aug 22 02:17:30.762 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
85882024-08-22T02:17:32.981Z[ recovery-image] Aug 22 02:17:30.879 INFO E| Compiling syn v2.0.53
85892024-08-22T02:17:33.072Z[ host-image] Aug 22 02:17:30.970 INFO O| Aug 22 02:17:30.970 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85902024-08-22T02:17:33.154Z[ host-image] Aug 22 02:17:31.052 INFO O| Aug 22 02:17:31.052 INFO completed processing gimlet/ramdisk-02-trim
85912024-08-22T02:17:33.157Z[ host-image] Aug 22 02:17:31.054 INFO image builder template: zfs...
85922024-08-22T02:17:33.157Z[ host-image] Aug 22 02:17:31.054 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "gimlet", "-T", "/work/oxidecomputer/helios/image/templates", "-F", "relver=2", "-E", "/tmp/.tmpV1BSpj/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "zfs"], pwd: None
85932024-08-22T02:17:33.175Z[ host-image] Aug 22 02:17:31.073 INFO O| Aug 22 02:17:31.072 INFO skip include "stress" because feature "stress" is not enabled
85942024-08-22T02:17:33.208Z[ host-image] Aug 22 02:17:31.106 INFO O| Aug 22 02:17:31.106 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
85952024-08-22T02:17:33.212Z[ host-image] Aug 22 02:17:31.110 INFO O| Aug 22 02:17:31.110 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
85962024-08-22T02:17:33.324Z[ host-image] Aug 22 02:17:31.222 INFO O| Aug 22 02:17:31.222 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
85972024-08-22T02:17:33.385Z[ host-image] Aug 22 02:17:31.283 INFO O| Aug 22 02:17:31.283 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
85982024-08-22T02:17:33.385Z[ host-image] Aug 22 02:17:31.283 INFO O| Aug 22 02:17:31.283 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
85992024-08-22T02:17:33.393Z[ host-image] Aug 22 02:17:31.287 INFO O| Aug 22 02:17:31.287 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
86002024-08-22T02:17:33.460Z[ host-image] Aug 22 02:17:31.358 INFO O| Aug 22 02:17:31.358 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
86012024-08-22T02:17:33.508Z[ host-image] Aug 22 02:17:31.405 INFO O| Aug 22 02:17:31.405 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
86022024-08-22T02:17:33.522Z[ host-image] Aug 22 02:17:31.420 INFO O| Aug 22 02:17:31.420 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86032024-08-22T02:17:33.530Z[ host-image] Aug 22 02:17:31.428 INFO O| Aug 22 02:17:31.428 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
86042024-08-22T02:17:33.530Z[ host-image] Aug 22 02:17:31.428 INFO O| Aug 22 02:17:31.428 INFO no lofi found
86052024-08-22T02:17:33.532Z[ host-image] Aug 22 02:17:31.428 INFO O| Aug 22 02:17:31.428 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
86062024-08-22T02:17:33.532Z[ host-image] Aug 22 02:17:31.428 INFO O| Aug 22 02:17:31.428 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
86072024-08-22T02:17:35.115Z[ host-image] Aug 22 02:17:33.012 INFO O| Aug 22 02:17:33.012 INFO lofi device = /dev/dsk/c2t1d0p0
86082024-08-22T02:17:35.115Z[ host-image] Aug 22 02:17:33.012 INFO O| Aug 22 02:17:33.012 INFO pool device = /dev/dsk/c2t1d0p0
86092024-08-22T02:17:35.118Z[ host-image] Aug 22 02:17:33.013 INFO O| Aug 22 02:17:33.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
86102024-08-22T02:17:35.224Z[ host-image] Aug 22 02:17:33.122 INFO O| Aug 22 02:17:33.121 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86112024-08-22T02:17:35.224Z[ host-image] Aug 22 02:17:33.122 INFO O| Aug 22 02:17:33.122 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
86122024-08-22T02:17:35.254Z[ host-image] Aug 22 02:17:33.152 INFO O| Aug 22 02:17:33.152 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
86132024-08-22T02:17:35.340Z[ host-image] Aug 22 02:17:33.237 INFO O| Aug 22 02:17:33.237 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
86142024-08-22T02:17:35.392Z[ host-image] Aug 22 02:17:33.289 INFO O| Aug 22 02:17:33.289 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
86152024-08-22T02:17:35.414Z[ host-image] Aug 22 02:17:33.312 INFO O| Aug 22 02:17:33.312 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
86162024-08-22T02:17:35.431Z[ host-image] Aug 22 02:17:33.329 INFO O| Aug 22 02:17:33.329 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
86172024-08-22T02:17:35.485Z[ host-image] Aug 22 02:17:33.382 INFO O| Aug 22 02:17:33.382 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
86182024-08-22T02:17:35.487Z[ host-image] Aug 22 02:17:33.382 INFO O| Aug 22 02:17:33.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
86192024-08-22T02:17:35.487Z[ host-image] Aug 22 02:17:33.383 INFO O| Aug 22 02:17:33.382 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
86202024-08-22T02:17:35.506Z[ host-image] Aug 22 02:17:33.403 INFO O| Aug 22 02:17:33.403 INFO boot environment UUID: 0de44a01-090e-40f0-a27f-5a6bb2d1b927
86212024-08-22T02:17:35.508Z[ host-image] Aug 22 02:17:33.404 INFO O| Aug 22 02:17:33.403 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 0de44a01-090e-40f0-a27f-5a6bb2d1b927
86222024-08-22T02:17:35.524Z[ host-image] Aug 22 02:17:33.422 INFO O| Aug 22 02:17:33.422 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
86232024-08-22T02:17:35.542Z[ host-image] Aug 22 02:17:33.440 INFO O| Aug 22 02:17:33.440 INFO STEP 0 (create_be) COMPLETE
86242024-08-22T02:17:35.542Z[ host-image] Aug 22 02:17:33.440 INFO O| Aug 22 02:17:33.440 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86252024-08-22T02:17:35.562Z[ host-image] Aug 22 02:17:33.459 INFO O| Aug 22 02:17:33.459 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
86262024-08-22T02:17:36.789Z[ recovery-image] Aug 22 02:17:34.687 INFO E| Compiling scroll_derive v0.12.0
86272024-08-22T02:17:41.177Z[ recovery-image] Aug 22 02:17:39.074 INFO E| Compiling bitstruct_derive v0.1.0
86282024-08-22T02:17:56.222Z[ host-image] Aug 22 02:17:54.117 INFO O| Aug 22 02:17:54.117 INFO STEP 1 (unpack_tar) COMPLETE
86292024-08-22T02:17:56.222Z[ host-image] Aug 22 02:17:54.117 INFO O| Aug 22 02:17:54.117 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86302024-08-22T02:17:56.233Z[ host-image] Aug 22 02:17:54.128 INFO O| Aug 22 02:17:54.128 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
86312024-08-22T02:17:56.460Z[ host-image] Aug 22 02:17:54.355 INFO O| Aug 22 02:17:54.355 INFO STEP 2 (devfsadm) COMPLETE
86322024-08-22T02:17:56.460Z[ host-image] Aug 22 02:17:54.355 INFO O| Aug 22 02:17:54.355 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86332024-08-22T02:17:56.473Z[ host-image] Aug 22 02:17:54.367 INFO O| Aug 22 02:17:54.367 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86342024-08-22T02:17:56.473Z[ host-image] Aug 22 02:17:54.367 INFO O| Aug 22 02:17:54.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86352024-08-22T02:17:56.475Z[ host-image] Aug 22 02:17:54.367 INFO O| Aug 22 02:17:54.367 INFO STEP 3 (ensure_dir) COMPLETE
86362024-08-22T02:17:56.475Z[ host-image] Aug 22 02:17:54.367 INFO O| Aug 22 02:17:54.367 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86372024-08-22T02:17:56.482Z[ host-image] Aug 22 02:17:54.377 INFO O| Aug 22 02:17:54.377 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86382024-08-22T02:17:56.482Z[ host-image] Aug 22 02:17:54.377 INFO O| Aug 22 02:17:54.377 INFO STEP 4 (ensure_dir) COMPLETE
86392024-08-22T02:17:56.484Z[ host-image] Aug 22 02:17:54.377 INFO O| Aug 22 02:17:54.377 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86402024-08-22T02:17:56.492Z[ host-image] Aug 22 02:17:54.387 INFO O| Aug 22 02:17:54.387 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86412024-08-22T02:17:56.492Z[ host-image] Aug 22 02:17:54.387 INFO O| Aug 22 02:17:54.387 INFO STEP 5 (ensure_dir) COMPLETE
86422024-08-22T02:17:56.492Z[ host-image] Aug 22 02:17:54.387 INFO O| Aug 22 02:17:54.387 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86432024-08-22T02:17:56.502Z[ host-image] Aug 22 02:17:54.397 INFO O| Aug 22 02:17:54.397 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86442024-08-22T02:17:56.502Z[ host-image] Aug 22 02:17:54.397 INFO O| Aug 22 02:17:54.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86452024-08-22T02:17:56.504Z[ host-image] Aug 22 02:17:54.397 INFO O| Aug 22 02:17:54.397 INFO STEP 6 (ensure_dir) COMPLETE
86462024-08-22T02:17:56.504Z[ host-image] Aug 22 02:17:54.397 INFO O| Aug 22 02:17:54.397 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86472024-08-22T02:17:56.511Z[ host-image] Aug 22 02:17:54.406 INFO O| Aug 22 02:17:54.406 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86482024-08-22T02:17:56.514Z[ host-image] Aug 22 02:17:54.407 INFO O| Aug 22 02:17:54.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86492024-08-22T02:17:56.514Z[ host-image] Aug 22 02:17:54.407 INFO O| Aug 22 02:17:54.407 INFO STEP 7 (ensure_dir) COMPLETE
86502024-08-22T02:17:56.514Z[ host-image] Aug 22 02:17:54.407 INFO O| Aug 22 02:17:54.407 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86512024-08-22T02:17:56.521Z[ host-image] Aug 22 02:17:54.416 INFO O| Aug 22 02:17:54.416 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
86522024-08-22T02:17:56.523Z[ host-image] Aug 22 02:17:54.416 INFO O| Aug 22 02:17:54.416 INFO STEP 8 (remove_files) COMPLETE
86532024-08-22T02:17:56.523Z[ host-image] Aug 22 02:17:54.416 INFO O| Aug 22 02:17:54.416 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86542024-08-22T02:17:56.530Z[ host-image] Aug 22 02:17:54.426 INFO O| Aug 22 02:17:54.426 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
86552024-08-22T02:17:56.533Z[ host-image] Aug 22 02:17:54.426 INFO O| Aug 22 02:17:54.426 INFO STEP 9 (remove_files) COMPLETE
86562024-08-22T02:17:56.533Z[ host-image] Aug 22 02:17:54.427 INFO O| Aug 22 02:17:54.426 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86572024-08-22T02:17:56.541Z[ host-image] Aug 22 02:17:54.436 INFO O| Aug 22 02:17:54.436 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
86582024-08-22T02:17:56.543Z[ host-image] Aug 22 02:17:54.437 INFO O| Aug 22 02:17:54.437 INFO STEP 10 (remove_files) COMPLETE
86592024-08-22T02:17:56.543Z[ host-image] Aug 22 02:17:54.437 INFO O| Aug 22 02:17:54.437 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86602024-08-22T02:17:56.551Z[ host-image] Aug 22 02:17:54.446 INFO O| Aug 22 02:17:54.446 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
86612024-08-22T02:17:56.554Z[ host-image] Aug 22 02:17:54.446 INFO O| Aug 22 02:17:54.446 INFO STEP 11 (remove_files) COMPLETE
86622024-08-22T02:17:56.554Z[ host-image] Aug 22 02:17:54.446 INFO O| Aug 22 02:17:54.446 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86632024-08-22T02:17:56.561Z[ host-image] Aug 22 02:17:54.456 INFO O| Aug 22 02:17:54.456 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
86642024-08-22T02:17:56.563Z[ host-image] Aug 22 02:17:54.456 INFO O| Aug 22 02:17:54.456 INFO STEP 12 (remove_files) COMPLETE
86652024-08-22T02:17:56.563Z[ host-image] Aug 22 02:17:54.456 INFO O| Aug 22 02:17:54.456 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86662024-08-22T02:17:56.571Z[ host-image] Aug 22 02:17:54.466 INFO O| Aug 22 02:17:54.466 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86672024-08-22T02:17:56.571Z[ host-image] Aug 22 02:17:54.466 INFO O| Aug 22 02:17:54.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
86682024-08-22T02:17:56.573Z[ host-image] Aug 22 02:17:54.466 INFO O| Aug 22 02:17:54.466 INFO STEP 13 (ensure_dir) COMPLETE
86692024-08-22T02:17:56.573Z[ host-image] Aug 22 02:17:54.466 INFO O| Aug 22 02:17:54.466 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86702024-08-22T02:17:56.580Z[ host-image] Aug 22 02:17:54.475 INFO O| Aug 22 02:17:54.475 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86712024-08-22T02:17:56.582Z[ host-image] Aug 22 02:17:54.475 INFO O| Aug 22 02:17:54.475 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86722024-08-22T02:17:56.582Z[ host-image] Aug 22 02:17:54.475 INFO O| Aug 22 02:17:54.475 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
86732024-08-22T02:17:56.582Z[ host-image] Aug 22 02:17:54.475 INFO O| Aug 22 02:17:54.475 INFO STEP 14 (ensure_dir) COMPLETE
86742024-08-22T02:17:56.582Z[ host-image] Aug 22 02:17:54.475 INFO O| Aug 22 02:17:54.475 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86752024-08-22T02:17:56.590Z[ host-image] Aug 22 02:17:54.485 INFO O| Aug 22 02:17:54.485 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86762024-08-22T02:17:56.590Z[ host-image] Aug 22 02:17:54.485 INFO O| Aug 22 02:17:54.485 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86772024-08-22T02:17:56.590Z[ host-image] Aug 22 02:17:54.485 INFO O| Aug 22 02:17:54.485 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
86782024-08-22T02:17:56.592Z[ host-image] Aug 22 02:17:54.485 INFO O| Aug 22 02:17:54.485 INFO STEP 15 (ensure_dir) COMPLETE
86792024-08-22T02:17:56.592Z[ host-image] Aug 22 02:17:54.485 INFO O| Aug 22 02:17:54.485 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86802024-08-22T02:17:56.599Z[ host-image] Aug 22 02:17:54.494 INFO O| Aug 22 02:17:54.494 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86812024-08-22T02:17:56.599Z[ host-image] Aug 22 02:17:54.495 INFO O| Aug 22 02:17:54.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
86822024-08-22T02:17:56.602Z[ host-image] Aug 22 02:17:54.495 INFO O| Aug 22 02:17:54.495 INFO STEP 16 (ensure_dir) COMPLETE
86832024-08-22T02:17:56.602Z[ host-image] Aug 22 02:17:54.495 INFO O| Aug 22 02:17:54.495 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86842024-08-22T02:17:56.609Z[ host-image] Aug 22 02:17:54.504 INFO O| Aug 22 02:17:54.504 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86852024-08-22T02:17:56.611Z[ host-image] Aug 22 02:17:54.504 INFO O| Aug 22 02:17:54.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
86862024-08-22T02:17:56.612Z[ host-image] Aug 22 02:17:54.504 INFO O| Aug 22 02:17:54.504 INFO STEP 17 (ensure_dir) COMPLETE
86872024-08-22T02:17:56.612Z[ host-image] Aug 22 02:17:54.504 INFO O| Aug 22 02:17:54.504 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86882024-08-22T02:17:56.619Z[ host-image] Aug 22 02:17:54.514 INFO O| Aug 22 02:17:54.514 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
86892024-08-22T02:17:56.619Z[ host-image] Aug 22 02:17:54.514 INFO O| Aug 22 02:17:54.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
86902024-08-22T02:17:56.619Z[ host-image] Aug 22 02:17:54.514 INFO O| Aug 22 02:17:54.514 INFO ok!
86912024-08-22T02:17:56.621Z[ host-image] Aug 22 02:17:54.514 INFO O| Aug 22 02:17:54.514 INFO STEP 18 (ensure_symlink) COMPLETE
86922024-08-22T02:17:56.621Z[ host-image] Aug 22 02:17:54.514 INFO O| Aug 22 02:17:54.514 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
86932024-08-22T02:17:56.628Z[ host-image] Aug 22 02:17:54.523 INFO O| Aug 22 02:17:54.523 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
86942024-08-22T02:17:56.628Z[ host-image] Aug 22 02:17:54.524 INFO O| Aug 22 02:17:54.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
86952024-08-22T02:17:56.628Z[ host-image] Aug 22 02:17:54.524 INFO O| Aug 22 02:17:54.523 INFO ok!
86962024-08-22T02:17:56.631Z[ host-image] Aug 22 02:17:54.524 INFO O| Aug 22 02:17:54.524 INFO STEP 19 (ensure_file) COMPLETE
86972024-08-22T02:17:56.631Z[ host-image] Aug 22 02:17:54.524 INFO O| Aug 22 02:17:54.524 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
86982024-08-22T02:17:56.638Z[ host-image] Aug 22 02:17:54.533 INFO O| Aug 22 02:17:54.533 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
86992024-08-22T02:17:56.638Z[ host-image] Aug 22 02:17:54.533 INFO O| Aug 22 02:17:54.533 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
87002024-08-22T02:17:56.640Z[ host-image] Aug 22 02:17:54.533 INFO O| Aug 22 02:17:54.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
87012024-08-22T02:17:56.640Z[ host-image] Aug 22 02:17:54.533 INFO O| Aug 22 02:17:54.533 INFO ok!
87022024-08-22T02:17:56.640Z[ host-image] Aug 22 02:17:54.533 INFO O| Aug 22 02:17:54.533 INFO STEP 20 (ensure_symlink) COMPLETE
87032024-08-22T02:17:56.640Z[ host-image] Aug 22 02:17:54.533 INFO O| Aug 22 02:17:54.533 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87042024-08-22T02:17:56.648Z[ host-image] Aug 22 02:17:54.543 INFO O| Aug 22 02:17:54.543 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
87052024-08-22T02:17:56.648Z[ host-image] Aug 22 02:17:54.543 INFO O| Aug 22 02:17:54.543 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
87062024-08-22T02:17:56.650Z[ host-image] Aug 22 02:17:54.543 INFO O| Aug 22 02:17:54.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
87072024-08-22T02:17:56.650Z[ host-image] Aug 22 02:17:54.543 INFO O| Aug 22 02:17:54.543 INFO ok!
87082024-08-22T02:17:56.650Z[ host-image] Aug 22 02:17:54.543 INFO O| Aug 22 02:17:54.543 INFO STEP 21 (ensure_symlink) COMPLETE
87092024-08-22T02:17:56.651Z[ host-image] Aug 22 02:17:54.543 INFO O| Aug 22 02:17:54.543 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87102024-08-22T02:17:56.658Z[ host-image] Aug 22 02:17:54.553 INFO O| Aug 22 02:17:54.553 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
87112024-08-22T02:17:56.658Z[ host-image] Aug 22 02:17:54.553 INFO O| Aug 22 02:17:54.553 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
87122024-08-22T02:17:56.660Z[ host-image] Aug 22 02:17:54.553 INFO O| Aug 22 02:17:54.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
87132024-08-22T02:17:56.660Z[ host-image] Aug 22 02:17:54.553 INFO O| Aug 22 02:17:54.553 INFO ok!
87142024-08-22T02:17:56.660Z[ host-image] Aug 22 02:17:54.553 INFO O| Aug 22 02:17:54.553 INFO STEP 22 (ensure_symlink) COMPLETE
87152024-08-22T02:17:56.660Z[ host-image] Aug 22 02:17:54.553 INFO O| Aug 22 02:17:54.553 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
87162024-08-22T02:17:56.667Z[ host-image] Aug 22 02:17:54.563 INFO O| Aug 22 02:17:54.562 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
87172024-08-22T02:17:56.667Z[ host-image] Aug 22 02:17:54.563 INFO O| Aug 22 02:17:54.563 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
87182024-08-22T02:17:56.667Z[ host-image] Aug 22 02:17:54.563 INFO O| Aug 22 02:17:54.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
87192024-08-22T02:17:56.670Z[ host-image] Aug 22 02:17:54.563 INFO O| Aug 22 02:17:54.563 INFO ok!
87202024-08-22T02:17:56.670Z[ host-image] Aug 22 02:17:54.563 INFO O| Aug 22 02:17:54.563 INFO STEP 23 (ensure_symlink) COMPLETE
87212024-08-22T02:17:56.670Z[ host-image] Aug 22 02:17:54.563 INFO O| Aug 22 02:17:54.563 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87222024-08-22T02:17:56.678Z[ host-image] Aug 22 02:17:54.573 INFO O| Aug 22 02:17:54.573 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
87232024-08-22T02:17:56.680Z[ host-image] Aug 22 02:17:54.573 INFO O| Aug 22 02:17:54.573 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
87242024-08-22T02:17:56.680Z[ host-image] Aug 22 02:17:54.573 INFO O| Aug 22 02:17:54.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
87252024-08-22T02:17:56.680Z[ host-image] Aug 22 02:17:54.573 INFO O| Aug 22 02:17:54.573 INFO ok!
87262024-08-22T02:17:56.680Z[ host-image] Aug 22 02:17:54.573 INFO O| Aug 22 02:17:54.573 INFO STEP 24 (ensure_file) COMPLETE
87272024-08-22T02:17:56.680Z[ host-image] Aug 22 02:17:54.573 INFO O| Aug 22 02:17:54.573 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
87282024-08-22T02:17:56.688Z[ host-image] Aug 22 02:17:54.583 INFO O| Aug 22 02:17:54.583 INFO updating shadow file
87292024-08-22T02:17:56.690Z[ host-image] Aug 22 02:17:54.583 INFO O| Aug 22 02:17:54.583 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87302024-08-22T02:17:56.690Z[ host-image] Aug 22 02:17:54.583 INFO O| Aug 22 02:17:54.583 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
87312024-08-22T02:17:56.690Z[ host-image] Aug 22 02:17:54.583 INFO O| Aug 22 02:17:54.583 INFO STEP 25 (shadow) COMPLETE
87322024-08-22T02:17:56.690Z[ host-image] Aug 22 02:17:54.583 INFO O| Aug 22 02:17:54.583 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87332024-08-22T02:17:56.698Z[ host-image] Aug 22 02:17:54.593 INFO O| Aug 22 02:17:54.593 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
87342024-08-22T02:17:56.700Z[ host-image] Aug 22 02:17:54.593 INFO O| Aug 22 02:17:54.593 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
87352024-08-22T02:17:56.700Z[ host-image] Aug 22 02:17:54.593 INFO O| Aug 22 02:17:54.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
87362024-08-22T02:17:56.700Z[ host-image] Aug 22 02:17:54.593 INFO O| Aug 22 02:17:54.593 INFO ok!
87372024-08-22T02:17:56.700Z[ host-image] Aug 22 02:17:54.593 INFO O| Aug 22 02:17:54.593 INFO STEP 26 (ensure_file) COMPLETE
87382024-08-22T02:17:56.700Z[ host-image] Aug 22 02:17:54.593 INFO O| Aug 22 02:17:54.593 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87392024-08-22T02:17:56.707Z[ host-image] Aug 22 02:17:54.603 INFO O| Aug 22 02:17:54.603 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
87402024-08-22T02:17:56.707Z[ host-image] Aug 22 02:17:54.603 INFO O| Aug 22 02:17:54.603 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
87412024-08-22T02:17:56.710Z[ host-image] Aug 22 02:17:54.603 INFO O| Aug 22 02:17:54.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
87422024-08-22T02:17:56.710Z[ host-image] Aug 22 02:17:54.603 INFO O| Aug 22 02:17:54.603 INFO ok!
87432024-08-22T02:17:56.710Z[ host-image] Aug 22 02:17:54.603 INFO O| Aug 22 02:17:54.603 INFO STEP 27 (ensure_file) COMPLETE
87442024-08-22T02:17:56.710Z[ host-image] Aug 22 02:17:54.603 INFO O| Aug 22 02:17:54.603 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87452024-08-22T02:17:56.718Z[ host-image] Aug 22 02:17:54.613 INFO O| Aug 22 02:17:54.613 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
87462024-08-22T02:17:56.718Z[ host-image] Aug 22 02:17:54.613 INFO O| Aug 22 02:17:54.613 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
87472024-08-22T02:17:56.720Z[ host-image] Aug 22 02:17:54.613 INFO O| Aug 22 02:17:54.613 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87482024-08-22T02:17:56.720Z[ host-image] Aug 22 02:17:54.613 INFO O| Aug 22 02:17:54.613 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
87492024-08-22T02:17:56.720Z[ host-image] Aug 22 02:17:54.613 INFO O| Aug 22 02:17:54.613 INFO ok!
87502024-08-22T02:17:56.720Z[ host-image] Aug 22 02:17:54.613 INFO O| Aug 22 02:17:54.613 INFO STEP 28 (ensure_file) COMPLETE
87512024-08-22T02:17:56.721Z[ host-image] Aug 22 02:17:54.613 INFO O| Aug 22 02:17:54.613 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
87522024-08-22T02:17:56.728Z[ host-image] Aug 22 02:17:54.623 INFO O| Aug 22 02:17:54.623 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
87532024-08-22T02:17:56.728Z[ host-image] Aug 22 02:17:54.623 INFO O| Aug 22 02:17:54.623 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
87542024-08-22T02:17:56.730Z[ host-image] Aug 22 02:17:54.623 INFO O| Aug 22 02:17:54.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
87552024-08-22T02:17:56.730Z[ host-image] Aug 22 02:17:54.623 INFO O| Aug 22 02:17:54.623 INFO ok!
87562024-08-22T02:17:56.730Z[ host-image] Aug 22 02:17:54.623 INFO O| Aug 22 02:17:54.623 INFO STEP 29 (ensure_file) COMPLETE
87572024-08-22T02:17:56.730Z[ host-image] Aug 22 02:17:54.623 INFO O| Aug 22 02:17:54.623 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87582024-08-22T02:17:56.737Z[ host-image] Aug 22 02:17:54.633 INFO O| Aug 22 02:17:54.632 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
87592024-08-22T02:17:56.737Z[ host-image] Aug 22 02:17:54.633 INFO O| Aug 22 02:17:54.633 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
87602024-08-22T02:17:56.740Z[ host-image] Aug 22 02:17:54.633 INFO O| Aug 22 02:17:54.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
87612024-08-22T02:17:56.740Z[ host-image] Aug 22 02:17:54.633 INFO O| Aug 22 02:17:54.633 INFO ok!
87622024-08-22T02:17:56.740Z[ host-image] Aug 22 02:17:54.633 INFO O| Aug 22 02:17:54.633 INFO STEP 30 (ensure_file) COMPLETE
87632024-08-22T02:17:56.740Z[ host-image] Aug 22 02:17:54.633 INFO O| Aug 22 02:17:54.633 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87642024-08-22T02:17:56.747Z[ host-image] Aug 22 02:17:54.642 INFO O| Aug 22 02:17:54.642 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
87652024-08-22T02:17:56.750Z[ host-image] Aug 22 02:17:54.643 INFO O| Aug 22 02:17:54.643 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
87662024-08-22T02:17:56.750Z[ host-image] Aug 22 02:17:54.643 INFO O| Aug 22 02:17:54.643 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87672024-08-22T02:17:56.750Z[ host-image] Aug 22 02:17:54.643 INFO O| Aug 22 02:17:54.643 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
87682024-08-22T02:17:56.750Z[ host-image] Aug 22 02:17:54.643 INFO O| Aug 22 02:17:54.643 INFO ok!
87692024-08-22T02:17:56.750Z[ host-image] Aug 22 02:17:54.643 INFO O| Aug 22 02:17:54.643 INFO STEP 31 (ensure_file) COMPLETE
87702024-08-22T02:17:56.750Z[ host-image] Aug 22 02:17:54.643 INFO O| Aug 22 02:17:54.643 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87712024-08-22T02:17:56.757Z[ host-image] Aug 22 02:17:54.652 INFO O| Aug 22 02:17:54.652 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
87722024-08-22T02:17:56.757Z[ host-image] Aug 22 02:17:54.652 INFO O| Aug 22 02:17:54.652 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
87732024-08-22T02:17:56.759Z[ host-image] Aug 22 02:17:54.652 INFO O| Aug 22 02:17:54.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
87742024-08-22T02:17:56.759Z[ host-image] Aug 22 02:17:54.652 INFO O| Aug 22 02:17:54.652 INFO ok!
87752024-08-22T02:17:56.759Z[ host-image] Aug 22 02:17:54.652 INFO O| Aug 22 02:17:54.652 INFO STEP 32 (ensure_file) COMPLETE
87762024-08-22T02:17:56.759Z[ host-image] Aug 22 02:17:54.652 INFO O| Aug 22 02:17:54.652 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87772024-08-22T02:17:56.767Z[ host-image] Aug 22 02:17:54.662 INFO O| Aug 22 02:17:54.662 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
87782024-08-22T02:17:56.767Z[ host-image] Aug 22 02:17:54.662 INFO O| Aug 22 02:17:54.662 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
87792024-08-22T02:17:56.769Z[ host-image] Aug 22 02:17:54.662 INFO O| Aug 22 02:17:54.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
87802024-08-22T02:17:56.770Z[ host-image] Aug 22 02:17:54.662 INFO O| Aug 22 02:17:54.662 INFO ok!
87812024-08-22T02:17:56.770Z[ host-image] Aug 22 02:17:54.662 INFO O| Aug 22 02:17:54.662 INFO STEP 33 (ensure_file) COMPLETE
87822024-08-22T02:17:56.770Z[ host-image] Aug 22 02:17:54.662 INFO O| Aug 22 02:17:54.662 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
87832024-08-22T02:17:56.776Z[ host-image] Aug 22 02:17:54.672 INFO O| Aug 22 02:17:54.672 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
87842024-08-22T02:17:56.779Z[ host-image] Aug 22 02:17:54.672 INFO O| Aug 22 02:17:54.672 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
87852024-08-22T02:17:56.779Z[ host-image] Aug 22 02:17:54.672 INFO O| Aug 22 02:17:54.672 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87862024-08-22T02:17:56.779Z[ host-image] Aug 22 02:17:54.672 INFO O| Aug 22 02:17:54.672 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87872024-08-22T02:17:56.779Z[ host-image] Aug 22 02:17:54.672 INFO O| Aug 22 02:17:54.672 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87882024-08-22T02:17:56.779Z[ host-image] Aug 22 02:17:54.672 INFO O| Aug 22 02:17:54.672 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
87892024-08-22T02:17:56.779Z[ host-image] Aug 22 02:17:54.672 INFO O| Aug 22 02:17:54.672 INFO ok!
87902024-08-22T02:17:56.779Z[ host-image] Aug 22 02:17:54.672 INFO O| Aug 22 02:17:54.672 INFO STEP 34 (ensure_file) COMPLETE
87912024-08-22T02:17:56.779Z[ host-image] Aug 22 02:17:54.672 INFO O| Aug 22 02:17:54.672 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87922024-08-22T02:17:56.786Z[ host-image] Aug 22 02:17:54.682 INFO O| Aug 22 02:17:54.681 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87932024-08-22T02:17:56.789Z[ host-image] Aug 22 02:17:54.682 INFO O| Aug 22 02:17:54.682 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87942024-08-22T02:17:56.789Z[ host-image] Aug 22 02:17:54.682 INFO O| Aug 22 02:17:54.682 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
87952024-08-22T02:17:56.789Z[ host-image] Aug 22 02:17:54.682 INFO O| Aug 22 02:17:54.682 INFO STEP 35 (ensure_dir) COMPLETE
87962024-08-22T02:17:56.789Z[ host-image] Aug 22 02:17:54.682 INFO O| Aug 22 02:17:54.682 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87972024-08-22T02:17:56.796Z[ host-image] Aug 22 02:17:54.691 INFO O| Aug 22 02:17:54.691 INFO file /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
87982024-08-22T02:17:56.796Z[ host-image] Aug 22 02:17:54.691 INFO O| Aug 22 02:17:54.691 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
87992024-08-22T02:17:56.799Z[ host-image] Aug 22 02:17:54.692 INFO O| Aug 22 02:17:54.691 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
88002024-08-22T02:17:56.799Z[ host-image] Aug 22 02:17:54.692 INFO O| Aug 22 02:17:54.692 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
88012024-08-22T02:17:56.799Z[ host-image] Aug 22 02:17:54.692 INFO O| Aug 22 02:17:54.692 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
88022024-08-22T02:17:56.799Z[ host-image] Aug 22 02:17:54.692 INFO O| Aug 22 02:17:54.692 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
88032024-08-22T02:17:56.799Z[ host-image] Aug 22 02:17:54.692 INFO O| Aug 22 02:17:54.692 INFO ok!
88042024-08-22T02:17:56.799Z[ host-image] Aug 22 02:17:54.692 INFO O| Aug 22 02:17:54.692 INFO STEP 36 (ensure_file) COMPLETE
88052024-08-22T02:17:56.799Z[ host-image] Aug 22 02:17:54.692 INFO O| Aug 22 02:17:54.692 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
88062024-08-22T02:17:56.806Z[ host-image] Aug 22 02:17:54.701 INFO O| Aug 22 02:17:54.701 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
88072024-08-22T02:17:56.806Z[ host-image] Aug 22 02:17:54.701 INFO O| Aug 22 02:17:54.701 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
88082024-08-22T02:17:56.809Z[ host-image] Aug 22 02:17:54.701 INFO O| Aug 22 02:17:54.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
88092024-08-22T02:17:56.809Z[ host-image] Aug 22 02:17:54.701 INFO O| Aug 22 02:17:54.701 INFO ok!
88102024-08-22T02:17:56.809Z[ host-image] Aug 22 02:17:54.701 INFO O| Aug 22 02:17:54.701 INFO STEP 37 (ensure_symlink) COMPLETE
88112024-08-22T02:17:56.809Z[ host-image] Aug 22 02:17:54.701 INFO O| Aug 22 02:17:54.701 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88122024-08-22T02:17:56.816Z[ host-image] Aug 22 02:17:54.711 INFO O| Aug 22 02:17:54.711 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
88132024-08-22T02:17:56.818Z[ host-image] Aug 22 02:17:54.711 INFO O| Aug 22 02:17:54.711 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88142024-08-22T02:17:56.818Z[ host-image] Aug 22 02:17:54.711 INFO O| Aug 22 02:17:54.711 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88152024-08-22T02:17:56.818Z[ host-image] Aug 22 02:17:54.711 INFO O| Aug 22 02:17:54.711 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88162024-08-22T02:17:56.818Z[ host-image] Aug 22 02:17:54.711 INFO O| Aug 22 02:17:54.711 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88172024-08-22T02:17:56.818Z[ host-image] Aug 22 02:17:54.711 INFO O| Aug 22 02:17:54.711 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88182024-08-22T02:17:56.818Z[ host-image] Aug 22 02:17:54.711 INFO O| Aug 22 02:17:54.711 INFO ok!
88192024-08-22T02:17:56.818Z[ host-image] Aug 22 02:17:54.711 INFO O| Aug 22 02:17:54.711 INFO STEP 38 (ensure_file) COMPLETE
88202024-08-22T02:17:56.818Z[ host-image] Aug 22 02:17:54.711 INFO O| Aug 22 02:17:54.711 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88212024-08-22T02:17:56.825Z[ host-image] Aug 22 02:17:54.720 INFO O| Aug 22 02:17:54.720 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
88222024-08-22T02:17:56.828Z[ host-image] Aug 22 02:17:54.720 INFO O| Aug 22 02:17:54.720 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
88232024-08-22T02:17:56.828Z[ host-image] Aug 22 02:17:54.721 INFO O| Aug 22 02:17:54.721 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88242024-08-22T02:17:56.828Z[ host-image] Aug 22 02:17:54.721 INFO O| Aug 22 02:17:54.721 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88252024-08-22T02:17:56.828Z[ host-image] Aug 22 02:17:54.721 INFO O| Aug 22 02:17:54.721 INFO ok!
88262024-08-22T02:17:56.828Z[ host-image] Aug 22 02:17:54.721 INFO O| Aug 22 02:17:54.721 INFO STEP 39 (ensure_file) COMPLETE
88272024-08-22T02:17:56.828Z[ host-image] Aug 22 02:17:54.721 INFO O| Aug 22 02:17:54.721 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88282024-08-22T02:17:56.835Z[ host-image] Aug 22 02:17:54.730 INFO O| Aug 22 02:17:54.730 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
88292024-08-22T02:17:56.835Z[ host-image] Aug 22 02:17:54.730 INFO O| Aug 22 02:17:54.730 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
88302024-08-22T02:17:56.838Z[ host-image] Aug 22 02:17:54.730 INFO O| Aug 22 02:17:54.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
88312024-08-22T02:17:56.838Z[ host-image] Aug 22 02:17:54.730 INFO O| Aug 22 02:17:54.730 INFO ok!
88322024-08-22T02:17:56.838Z[ host-image] Aug 22 02:17:54.730 INFO O| Aug 22 02:17:54.730 INFO STEP 40 (ensure_file) COMPLETE
88332024-08-22T02:17:56.838Z[ host-image] Aug 22 02:17:54.730 INFO O| Aug 22 02:17:54.730 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88342024-08-22T02:17:56.845Z[ host-image] Aug 22 02:17:54.740 INFO O| Aug 22 02:17:54.740 INFO updating shadow file
88352024-08-22T02:17:56.848Z[ host-image] Aug 22 02:17:54.740 INFO O| Aug 22 02:17:54.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
88362024-08-22T02:17:56.848Z[ host-image] Aug 22 02:17:54.740 INFO O| Aug 22 02:17:54.740 INFO STEP 41 (shadow) COMPLETE
88372024-08-22T02:17:56.848Z[ host-image] Aug 22 02:17:54.740 INFO O| Aug 22 02:17:54.740 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
88382024-08-22T02:17:56.855Z[ host-image] Aug 22 02:17:54.750 INFO O| Aug 22 02:17:54.750 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
88392024-08-22T02:17:56.855Z[ host-image] Aug 22 02:17:54.750 INFO O| Aug 22 02:17:54.750 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
88402024-08-22T02:17:56.857Z[ host-image] Aug 22 02:17:54.750 INFO O| Aug 22 02:17:54.750 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88412024-08-22T02:17:56.857Z[ host-image] Aug 22 02:17:54.750 INFO O| Aug 22 02:17:54.750 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
88422024-08-22T02:17:56.857Z[ host-image] Aug 22 02:17:54.750 INFO O| Aug 22 02:17:54.750 INFO ok!
88432024-08-22T02:17:56.857Z[ host-image] Aug 22 02:17:54.750 INFO O| Aug 22 02:17:54.750 INFO STEP 42 (ensure_file) COMPLETE
88442024-08-22T02:17:56.857Z[ host-image] Aug 22 02:17:54.750 INFO O| Aug 22 02:17:54.750 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88452024-08-22T02:17:56.857Z[ host-image] Aug 22 02:17:54.750 INFO O| Aug 22 02:17:54.750 INFO skip step because feature "mfg" is not enabled
88462024-08-22T02:17:56.857Z[ host-image] Aug 22 02:17:54.750 INFO O| Aug 22 02:17:54.750 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88472024-08-22T02:17:56.858Z[ host-image] Aug 22 02:17:54.750 INFO O| Aug 22 02:17:54.750 INFO skip step because feature "mfg" is not enabled
88482024-08-22T02:17:56.858Z[ host-image] Aug 22 02:17:54.750 INFO O| Aug 22 02:17:54.750 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88492024-08-22T02:17:56.865Z[ host-image] Aug 22 02:17:54.760 INFO O| Aug 22 02:17:54.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
88502024-08-22T02:17:56.865Z[ host-image] Aug 22 02:17:54.760 INFO O| Aug 22 02:17:54.760 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
88512024-08-22T02:17:57.512Z[ host-image] Aug 22 02:17:55.407 INFO O| Aug 22 02:17:55.407 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88522024-08-22T02:17:57.512Z[ host-image] Aug 22 02:17:55.407 INFO O| Aug 22 02:17:55.407 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
88532024-08-22T02:17:57.515Z[ host-image] Aug 22 02:17:55.407 INFO O| Aug 22 02:17:55.407 INFO ok!
88542024-08-22T02:17:57.515Z[ host-image] Aug 22 02:17:55.407 INFO O| Aug 22 02:17:55.407 INFO STEP 45 (ensure_file) COMPLETE
88552024-08-22T02:17:57.515Z[ host-image] Aug 22 02:17:55.407 INFO O| Aug 22 02:17:55.407 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88562024-08-22T02:17:57.523Z[ host-image] Aug 22 02:17:55.418 INFO O| Aug 22 02:17:55.418 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
88572024-08-22T02:17:57.523Z[ host-image] Aug 22 02:17:55.418 INFO O| Aug 22 02:17:55.418 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
88582024-08-22T02:17:57.526Z[ host-image] Aug 22 02:17:55.418 INFO O| Aug 22 02:17:55.418 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88592024-08-22T02:17:57.526Z[ host-image] Aug 22 02:17:55.418 INFO O| Aug 22 02:17:55.418 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88602024-08-22T02:17:57.526Z[ host-image] Aug 22 02:17:55.418 INFO O| Aug 22 02:17:55.418 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88612024-08-22T02:17:57.526Z[ host-image] Aug 22 02:17:55.418 INFO O| Aug 22 02:17:55.418 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
88622024-08-22T02:17:57.526Z[ host-image] Aug 22 02:17:55.418 INFO O| Aug 22 02:17:55.418 INFO ok!
88632024-08-22T02:17:57.526Z[ host-image] Aug 22 02:17:55.418 INFO O| Aug 22 02:17:55.418 INFO STEP 46 (ensure_file) COMPLETE
88642024-08-22T02:17:57.526Z[ host-image] Aug 22 02:17:55.418 INFO O| Aug 22 02:17:55.418 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88652024-08-22T02:17:57.534Z[ host-image] Aug 22 02:17:55.429 INFO O| Aug 22 02:17:55.429 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
88662024-08-22T02:17:57.534Z[ host-image] Aug 22 02:17:55.429 INFO O| Aug 22 02:17:55.429 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml ...
88672024-08-22T02:17:57.536Z[ host-image] Aug 22 02:17:55.429 INFO O| Aug 22 02:17:55.429 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88682024-08-22T02:17:57.537Z[ host-image] Aug 22 02:17:55.429 INFO O| Aug 22 02:17:55.429 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
88692024-08-22T02:17:57.537Z[ host-image] Aug 22 02:17:55.429 INFO O| Aug 22 02:17:55.429 INFO ok!
88702024-08-22T02:17:57.537Z[ host-image] Aug 22 02:17:55.429 INFO O| Aug 22 02:17:55.429 INFO STEP 47 (ensure_file) COMPLETE
88712024-08-22T02:17:57.537Z[ host-image] Aug 22 02:17:55.429 INFO O| Aug 22 02:17:55.429 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88722024-08-22T02:17:57.544Z[ host-image] Aug 22 02:17:55.439 INFO O| Aug 22 02:17:55.439 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
88732024-08-22T02:17:57.546Z[ host-image] Aug 22 02:17:55.439 INFO O| Aug 22 02:17:55.439 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
88742024-08-22T02:17:57.547Z[ host-image] Aug 22 02:17:55.439 INFO O| Aug 22 02:17:55.439 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88752024-08-22T02:17:57.547Z[ host-image] Aug 22 02:17:55.439 INFO O| Aug 22 02:17:55.439 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88762024-08-22T02:17:57.547Z[ host-image] Aug 22 02:17:55.439 INFO O| Aug 22 02:17:55.439 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88772024-08-22T02:17:57.547Z[ host-image] Aug 22 02:17:55.439 INFO O| Aug 22 02:17:55.439 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
88782024-08-22T02:17:57.547Z[ host-image] Aug 22 02:17:55.439 INFO O| Aug 22 02:17:55.439 INFO ok!
88792024-08-22T02:17:57.547Z[ host-image] Aug 22 02:17:55.439 INFO O| Aug 22 02:17:55.439 INFO STEP 48 (ensure_file) COMPLETE
88802024-08-22T02:17:57.547Z[ host-image] Aug 22 02:17:55.439 INFO O| Aug 22 02:17:55.439 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88812024-08-22T02:17:57.554Z[ host-image] Aug 22 02:17:55.449 INFO O| Aug 22 02:17:55.449 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
88822024-08-22T02:17:57.558Z[ host-image] Aug 22 02:17:55.449 INFO O| Aug 22 02:17:55.449 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ...
88832024-08-22T02:17:57.558Z[ host-image] Aug 22 02:17:55.449 INFO O| Aug 22 02:17:55.449 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
88842024-08-22T02:17:57.558Z[ host-image] Aug 22 02:17:55.449 INFO O| Aug 22 02:17:55.449 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
88852024-08-22T02:17:57.558Z[ host-image] Aug 22 02:17:55.449 INFO O| Aug 22 02:17:55.449 INFO ok!
88862024-08-22T02:17:57.558Z[ host-image] Aug 22 02:17:55.449 INFO O| Aug 22 02:17:55.449 INFO STEP 49 (ensure_file) COMPLETE
88872024-08-22T02:17:57.558Z[ host-image] Aug 22 02:17:55.449 INFO O| Aug 22 02:17:55.449 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88882024-08-22T02:17:57.564Z[ host-image] Aug 22 02:17:55.459 INFO O| Aug 22 02:17:55.459 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
88892024-08-22T02:17:57.566Z[ host-image] Aug 22 02:17:55.459 INFO O| Aug 22 02:17:55.459 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
88902024-08-22T02:17:57.567Z[ host-image] Aug 22 02:17:55.459 INFO O| Aug 22 02:17:55.459 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88912024-08-22T02:17:57.567Z[ host-image] Aug 22 02:17:55.459 INFO O| Aug 22 02:17:55.459 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88922024-08-22T02:17:57.567Z[ host-image] Aug 22 02:17:55.459 INFO O| Aug 22 02:17:55.459 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88932024-08-22T02:17:57.567Z[ host-image] Aug 22 02:17:55.459 INFO O| Aug 22 02:17:55.459 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
88942024-08-22T02:17:57.567Z[ host-image] Aug 22 02:17:55.459 INFO O| Aug 22 02:17:55.459 INFO ok!
88952024-08-22T02:17:57.567Z[ host-image] Aug 22 02:17:55.459 INFO O| Aug 22 02:17:55.459 INFO STEP 50 (ensure_file) COMPLETE
88962024-08-22T02:17:57.567Z[ host-image] Aug 22 02:17:55.459 INFO O| Aug 22 02:17:55.459 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
88972024-08-22T02:17:57.576Z[ host-image] Aug 22 02:17:55.471 INFO O| Aug 22 02:17:55.471 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
88982024-08-22T02:17:57.576Z[ host-image] Aug 22 02:17:55.471 INFO O| Aug 22 02:17:55.471 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ...
88992024-08-22T02:17:57.576Z[ host-image] Aug 22 02:17:55.471 INFO O| Aug 22 02:17:55.471 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
89002024-08-22T02:17:57.580Z[ host-image] Aug 22 02:17:55.471 INFO O| Aug 22 02:17:55.471 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
89012024-08-22T02:17:57.580Z[ host-image] Aug 22 02:17:55.471 INFO O| Aug 22 02:17:55.471 INFO ok!
89022024-08-22T02:17:57.580Z[ host-image] Aug 22 02:17:55.471 INFO O| Aug 22 02:17:55.471 INFO STEP 51 (ensure_file) COMPLETE
89032024-08-22T02:17:57.580Z[ host-image] Aug 22 02:17:55.471 INFO O| Aug 22 02:17:55.471 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89042024-08-22T02:17:57.586Z[ host-image] Aug 22 02:17:55.481 INFO O| Aug 22 02:17:55.481 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
89052024-08-22T02:17:57.586Z[ host-image] Aug 22 02:17:55.481 INFO O| Aug 22 02:17:55.481 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml ...
89062024-08-22T02:17:57.588Z[ host-image] Aug 22 02:17:55.481 INFO O| Aug 22 02:17:55.481 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
89072024-08-22T02:17:57.588Z[ host-image] Aug 22 02:17:55.481 INFO O| Aug 22 02:17:55.481 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
89082024-08-22T02:17:57.588Z[ host-image] Aug 22 02:17:55.481 INFO O| Aug 22 02:17:55.481 INFO ok!
89092024-08-22T02:17:57.588Z[ host-image] Aug 22 02:17:55.481 INFO O| Aug 22 02:17:55.481 INFO STEP 52 (ensure_file) COMPLETE
89102024-08-22T02:17:57.588Z[ host-image] Aug 22 02:17:55.481 INFO O| Aug 22 02:17:55.481 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
89112024-08-22T02:17:57.596Z[ host-image] Aug 22 02:17:55.491 INFO O| Aug 22 02:17:55.491 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
89122024-08-22T02:17:57.596Z[ host-image] Aug 22 02:17:55.491 INFO O| Aug 22 02:17:55.491 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml ...
89132024-08-22T02:17:57.599Z[ host-image] Aug 22 02:17:55.491 INFO O| Aug 22 02:17:55.491 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
89142024-08-22T02:17:57.599Z[ host-image] Aug 22 02:17:55.491 INFO O| Aug 22 02:17:55.491 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
89152024-08-22T02:17:57.599Z[ host-image] Aug 22 02:17:55.491 INFO O| Aug 22 02:17:55.491 INFO ok!
89162024-08-22T02:17:57.599Z[ host-image] Aug 22 02:17:55.491 INFO O| Aug 22 02:17:55.491 INFO STEP 53 (ensure_file) COMPLETE
89172024-08-22T02:17:57.599Z[ host-image] Aug 22 02:17:55.491 INFO O| Aug 22 02:17:55.491 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89182024-08-22T02:17:57.605Z[ host-image] Aug 22 02:17:55.501 INFO O| Aug 22 02:17:55.500 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
89192024-08-22T02:17:57.605Z[ host-image] Aug 22 02:17:55.501 INFO O| Aug 22 02:17:55.501 INFO STEP 54 (ensure_dir) COMPLETE
89202024-08-22T02:17:57.605Z[ host-image] Aug 22 02:17:55.501 INFO O| Aug 22 02:17:55.501 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89212024-08-22T02:17:57.615Z[ host-image] Aug 22 02:17:55.510 INFO O| Aug 22 02:17:55.510 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89222024-08-22T02:17:57.615Z[ host-image] Aug 22 02:17:55.510 INFO O| Aug 22 02:17:55.510 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
89232024-08-22T02:17:57.618Z[ host-image] Aug 22 02:17:55.510 INFO O| Aug 22 02:17:55.510 INFO STEP 55 (ensure_dir) COMPLETE
89242024-08-22T02:17:57.618Z[ host-image] Aug 22 02:17:55.510 INFO O| Aug 22 02:17:55.510 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89252024-08-22T02:17:57.625Z[ host-image] Aug 22 02:17:55.520 INFO O| Aug 22 02:17:55.520 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89262024-08-22T02:17:57.627Z[ host-image] Aug 22 02:17:55.520 INFO O| Aug 22 02:17:55.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
89272024-08-22T02:17:57.627Z[ host-image] Aug 22 02:17:55.520 INFO O| Aug 22 02:17:55.520 INFO STEP 56 (ensure_dir) COMPLETE
89282024-08-22T02:17:57.627Z[ host-image] Aug 22 02:17:55.520 INFO O| Aug 22 02:17:55.520 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89292024-08-22T02:17:57.635Z[ host-image] Aug 22 02:17:55.530 INFO O| Aug 22 02:17:55.530 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
89302024-08-22T02:17:57.635Z[ host-image] Aug 22 02:17:55.530 INFO O| Aug 22 02:17:55.530 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
89312024-08-22T02:17:57.650Z[ host-image] Aug 22 02:17:55.545 INFO O| Aug 22 02:17:55.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
89322024-08-22T02:17:57.650Z[ host-image] Aug 22 02:17:55.545 INFO O| Aug 22 02:17:55.545 INFO ok!
89332024-08-22T02:17:57.653Z[ host-image] Aug 22 02:17:55.546 INFO O| Aug 22 02:17:55.545 INFO STEP 57 (ensure_file) COMPLETE
89342024-08-22T02:17:57.653Z[ host-image] Aug 22 02:17:55.546 INFO O| Aug 22 02:17:55.545 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89352024-08-22T02:17:57.660Z[ host-image] Aug 22 02:17:55.555 INFO O| Aug 22 02:17:55.555 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
89362024-08-22T02:17:57.660Z[ host-image] Aug 22 02:17:55.555 INFO O| Aug 22 02:17:55.555 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
89372024-08-22T02:17:58.779Z[ host-image] Aug 22 02:17:56.674 INFO O| Aug 22 02:17:56.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
89382024-08-22T02:17:58.779Z[ host-image] Aug 22 02:17:56.674 INFO O| Aug 22 02:17:56.674 INFO ok!
89392024-08-22T02:17:58.782Z[ host-image] Aug 22 02:17:56.674 INFO O| Aug 22 02:17:56.674 INFO STEP 58 (ensure_file) COMPLETE
89402024-08-22T02:17:58.782Z[ host-image] Aug 22 02:17:56.674 INFO O| Aug 22 02:17:56.674 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89412024-08-22T02:17:58.789Z[ recovery-image] Aug 22 02:17:56.683 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
89422024-08-22T02:17:58.791Z[ host-image] Aug 22 02:17:56.686 INFO O| Aug 22 02:17:56.686 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89432024-08-22T02:17:58.793Z[ host-image] Aug 22 02:17:56.686 INFO O| Aug 22 02:17:56.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
89442024-08-22T02:17:58.793Z[ host-image] Aug 22 02:17:56.686 INFO O| Aug 22 02:17:56.686 INFO STEP 59 (ensure_dir) COMPLETE
89452024-08-22T02:17:58.793Z[ host-image] Aug 22 02:17:56.686 INFO O| Aug 22 02:17:56.686 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89462024-08-22T02:17:58.802Z[ host-image] Aug 22 02:17:56.697 INFO O| Aug 22 02:17:56.697 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
89472024-08-22T02:17:58.802Z[ host-image] Aug 22 02:17:56.697 INFO O| Aug 22 02:17:56.697 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
89482024-08-22T02:17:58.806Z[ host-image] Aug 22 02:17:56.697 INFO O| Aug 22 02:17:56.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
89492024-08-22T02:17:58.806Z[ host-image] Aug 22 02:17:56.697 INFO O| Aug 22 02:17:56.697 INFO ok!
89502024-08-22T02:17:58.806Z[ host-image] Aug 22 02:17:56.697 INFO O| Aug 22 02:17:56.697 INFO STEP 60 (ensure_file) COMPLETE
89512024-08-22T02:17:58.806Z[ host-image] Aug 22 02:17:56.697 INFO O| Aug 22 02:17:56.697 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89522024-08-22T02:17:58.817Z[ host-image] Aug 22 02:17:56.712 INFO O| Aug 22 02:17:56.712 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
89532024-08-22T02:17:58.817Z[ host-image] Aug 22 02:17:56.712 INFO O| Aug 22 02:17:56.712 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
89542024-08-22T02:17:58.817Z[ host-image] Aug 22 02:17:56.712 INFO O| Aug 22 02:17:56.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
89552024-08-22T02:17:58.820Z[ host-image] Aug 22 02:17:56.712 INFO O| Aug 22 02:17:56.712 INFO ok!
89562024-08-22T02:17:58.820Z[ host-image] Aug 22 02:17:56.712 INFO O| Aug 22 02:17:56.712 INFO STEP 61 (ensure_file) COMPLETE
89572024-08-22T02:17:58.820Z[ host-image] Aug 22 02:17:56.712 INFO O| Aug 22 02:17:56.712 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89582024-08-22T02:17:58.828Z[ host-image] Aug 22 02:17:56.723 INFO O| Aug 22 02:17:56.723 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89592024-08-22T02:17:58.828Z[ host-image] Aug 22 02:17:56.723 INFO O| Aug 22 02:17:56.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
89602024-08-22T02:17:58.829Z[ host-image] Aug 22 02:17:56.723 INFO O| Aug 22 02:17:56.723 INFO STEP 62 (ensure_dir) COMPLETE
89612024-08-22T02:17:58.831Z[ host-image] Aug 22 02:17:56.723 INFO O| Aug 22 02:17:56.723 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89622024-08-22T02:17:58.841Z[ host-image] Aug 22 02:17:56.736 INFO O| Aug 22 02:17:56.736 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
89632024-08-22T02:17:58.841Z[ host-image] Aug 22 02:17:56.736 INFO O| Aug 22 02:17:56.736 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
89642024-08-22T02:17:58.844Z[ host-image] Aug 22 02:17:56.736 INFO O| Aug 22 02:17:56.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
89652024-08-22T02:17:58.844Z[ host-image] Aug 22 02:17:56.736 INFO O| Aug 22 02:17:56.736 INFO ok!
89662024-08-22T02:17:58.844Z[ host-image] Aug 22 02:17:56.736 INFO O| Aug 22 02:17:56.736 INFO STEP 63 (ensure_file) COMPLETE
89672024-08-22T02:17:58.844Z[ host-image] Aug 22 02:17:56.736 INFO O| Aug 22 02:17:56.736 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89682024-08-22T02:17:58.963Z[ host-image] Aug 22 02:17:56.749 INFO O| Aug 22 02:17:56.749 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
89692024-08-22T02:17:58.963Z[ host-image] Aug 22 02:17:56.749 INFO O| Aug 22 02:17:56.749 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
89702024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.749 INFO O| Aug 22 02:17:56.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
89712024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.749 INFO O| Aug 22 02:17:56.749 INFO ok!
89722024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.749 INFO O| Aug 22 02:17:56.749 INFO STEP 64 (ensure_file) COMPLETE
89732024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.749 INFO O| Aug 22 02:17:56.749 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89742024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.763 INFO O| Aug 22 02:17:56.763 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89752024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.764 INFO O| Aug 22 02:17:56.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
89762024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.764 INFO O| Aug 22 02:17:56.764 INFO STEP 65 (ensure_dir) COMPLETE
89772024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.764 INFO O| Aug 22 02:17:56.764 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89782024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.774 INFO O| Aug 22 02:17:56.774 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
89792024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.774 INFO O| Aug 22 02:17:56.774 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
89802024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.775 INFO O| Aug 22 02:17:56.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
89812024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.775 INFO O| Aug 22 02:17:56.775 INFO ok!
89822024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.775 INFO O| Aug 22 02:17:56.775 INFO STEP 66 (ensure_file) COMPLETE
89832024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.775 INFO O| Aug 22 02:17:56.775 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89842024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.787 INFO O| Aug 22 02:17:56.787 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
89852024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.787 INFO O| Aug 22 02:17:56.787 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
89862024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.788 INFO O| Aug 22 02:17:56.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
89872024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.788 INFO O| Aug 22 02:17:56.788 INFO ok!
89882024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.788 INFO O| Aug 22 02:17:56.788 INFO STEP 67 (ensure_file) COMPLETE
89892024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.788 INFO O| Aug 22 02:17:56.788 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89902024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.799 INFO O| Aug 22 02:17:56.799 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89912024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.799 INFO O| Aug 22 02:17:56.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
89922024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.799 INFO O| Aug 22 02:17:56.799 INFO STEP 68 (ensure_dir) COMPLETE
89932024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.799 INFO O| Aug 22 02:17:56.799 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89942024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.810 INFO O| Aug 22 02:17:56.810 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
89952024-08-22T02:17:58.967Z[ host-image] Aug 22 02:17:56.810 INFO O| Aug 22 02:17:56.810 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
89962024-08-22T02:17:59.595Z[ host-image] Aug 22 02:17:57.490 INFO O| Aug 22 02:17:57.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
89972024-08-22T02:17:59.595Z[ host-image] Aug 22 02:17:57.490 INFO O| Aug 22 02:17:57.490 INFO ok!
89982024-08-22T02:17:59.598Z[ host-image] Aug 22 02:17:57.490 INFO O| Aug 22 02:17:57.490 INFO STEP 69 (ensure_file) COMPLETE
89992024-08-22T02:17:59.598Z[ host-image] Aug 22 02:17:57.490 INFO O| Aug 22 02:17:57.490 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90002024-08-22T02:17:59.613Z[ host-image] Aug 22 02:17:57.506 INFO O| Aug 22 02:17:57.506 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
90012024-08-22T02:17:59.613Z[ host-image] Aug 22 02:17:57.506 INFO O| Aug 22 02:17:57.506 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
90022024-08-22T02:18:01.464Z[ host-image] Aug 22 02:17:59.358 INFO O| Aug 22 02:17:59.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
90032024-08-22T02:18:01.464Z[ host-image] Aug 22 02:17:59.358 INFO O| Aug 22 02:17:59.358 INFO ok!
90042024-08-22T02:18:01.467Z[ host-image] Aug 22 02:17:59.358 INFO O| Aug 22 02:17:59.358 INFO STEP 70 (ensure_file) COMPLETE
90052024-08-22T02:18:01.467Z[ host-image] Aug 22 02:17:59.358 INFO O| Aug 22 02:17:59.358 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90062024-08-22T02:18:01.481Z[ host-image] Aug 22 02:17:59.375 INFO O| Aug 22 02:17:59.375 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90072024-08-22T02:18:01.481Z[ host-image] Aug 22 02:17:59.375 INFO O| Aug 22 02:17:59.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
90082024-08-22T02:18:01.481Z[ host-image] Aug 22 02:17:59.375 INFO O| Aug 22 02:17:59.375 INFO STEP 71 (ensure_dir) COMPLETE
90092024-08-22T02:18:01.481Z[ host-image] Aug 22 02:17:59.375 INFO O| Aug 22 02:17:59.375 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90102024-08-22T02:18:01.505Z[ host-image] Aug 22 02:17:59.399 INFO O| Aug 22 02:17:59.399 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
90112024-08-22T02:18:01.505Z[ host-image] Aug 22 02:17:59.399 INFO O| Aug 22 02:17:59.399 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/sled-agent/pkg/config.toml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml ...
90122024-08-22T02:18:01.507Z[ host-image] Aug 22 02:17:59.399 INFO O| Aug 22 02:17:59.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
90132024-08-22T02:18:01.507Z[ host-image] Aug 22 02:17:59.400 INFO O| Aug 22 02:17:59.399 INFO ok!
90142024-08-22T02:18:01.507Z[ host-image] Aug 22 02:17:59.400 INFO O| Aug 22 02:17:59.399 INFO STEP 72 (ensure_file) COMPLETE
90152024-08-22T02:18:01.507Z[ host-image] Aug 22 02:17:59.400 INFO O| Aug 22 02:17:59.399 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90162024-08-22T02:18:01.522Z[ host-image] Aug 22 02:17:59.416 INFO O| Aug 22 02:17:59.416 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
90172024-08-22T02:18:01.522Z[ host-image] Aug 22 02:17:59.416 INFO O| Aug 22 02:17:59.416 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/sled-agent/pkg/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md ...
90182024-08-22T02:18:01.525Z[ host-image] Aug 22 02:17:59.417 INFO O| Aug 22 02:17:59.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
90192024-08-22T02:18:01.525Z[ host-image] Aug 22 02:17:59.417 INFO O| Aug 22 02:17:59.417 INFO ok!
90202024-08-22T02:18:01.525Z[ host-image] Aug 22 02:17:59.417 INFO O| Aug 22 02:17:59.417 INFO STEP 73 (ensure_file) COMPLETE
90212024-08-22T02:18:01.525Z[ host-image] Aug 22 02:17:59.417 INFO O| Aug 22 02:17:59.417 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90222024-08-22T02:18:01.540Z[ host-image] Aug 22 02:17:59.434 INFO O| Aug 22 02:17:59.434 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
90232024-08-22T02:18:01.540Z[ host-image] Aug 22 02:17:59.435 INFO O| Aug 22 02:17:59.434 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
90242024-08-22T02:18:01.542Z[ host-image] Aug 22 02:17:59.435 INFO O| Aug 22 02:17:59.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
90252024-08-22T02:18:01.542Z[ host-image] Aug 22 02:17:59.435 INFO O| Aug 22 02:17:59.435 INFO ok!
90262024-08-22T02:18:01.542Z[ host-image] Aug 22 02:17:59.435 INFO O| Aug 22 02:17:59.435 INFO STEP 74 (ensure_file) COMPLETE
90272024-08-22T02:18:01.542Z[ host-image] Aug 22 02:17:59.435 INFO O| Aug 22 02:17:59.435 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90282024-08-22T02:18:01.557Z[ host-image] Aug 22 02:17:59.452 INFO O| Aug 22 02:17:59.452 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
90292024-08-22T02:18:01.557Z[ host-image] Aug 22 02:17:59.452 INFO O| Aug 22 02:17:59.452 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
90302024-08-22T02:18:01.560Z[ host-image] Aug 22 02:17:59.452 INFO O| Aug 22 02:17:59.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
90312024-08-22T02:18:01.560Z[ host-image] Aug 22 02:17:59.452 INFO O| Aug 22 02:17:59.452 INFO ok!
90322024-08-22T02:18:01.560Z[ host-image] Aug 22 02:17:59.452 INFO O| Aug 22 02:17:59.452 INFO STEP 75 (ensure_file) COMPLETE
90332024-08-22T02:18:01.560Z[ host-image] Aug 22 02:17:59.452 INFO O| Aug 22 02:17:59.452 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90342024-08-22T02:18:01.574Z[ host-image] Aug 22 02:17:59.469 INFO O| Aug 22 02:17:59.469 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90352024-08-22T02:18:01.577Z[ host-image] Aug 22 02:17:59.469 INFO O| Aug 22 02:17:59.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
90362024-08-22T02:18:01.577Z[ host-image] Aug 22 02:17:59.469 INFO O| Aug 22 02:17:59.469 INFO STEP 76 (ensure_dir) COMPLETE
90372024-08-22T02:18:01.577Z[ host-image] Aug 22 02:17:59.469 INFO O| Aug 22 02:17:59.469 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90382024-08-22T02:18:01.591Z[ host-image] Aug 22 02:17:59.485 INFO O| Aug 22 02:17:59.485 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
90392024-08-22T02:18:01.591Z[ host-image] Aug 22 02:17:59.485 INFO O| Aug 22 02:17:59.485 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
90402024-08-22T02:18:01.724Z[ recovery-image] Aug 22 02:17:59.618 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
90412024-08-22T02:18:02.166Z[ host-image] Aug 22 02:18:00.060 INFO O| Aug 22 02:18:00.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
90422024-08-22T02:18:02.166Z[ host-image] Aug 22 02:18:00.060 INFO O| Aug 22 02:18:00.060 INFO ok!
90432024-08-22T02:18:02.168Z[ host-image] Aug 22 02:18:00.060 INFO O| Aug 22 02:18:00.060 INFO STEP 77 (ensure_file) COMPLETE
90442024-08-22T02:18:02.168Z[ host-image] Aug 22 02:18:00.060 INFO O| Aug 22 02:18:00.060 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90452024-08-22T02:18:02.183Z[ host-image] Aug 22 02:18:00.077 INFO O| Aug 22 02:18:00.077 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
90462024-08-22T02:18:02.183Z[ host-image] Aug 22 02:18:00.077 INFO O| Aug 22 02:18:00.077 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
90472024-08-22T02:18:02.183Z[ host-image] Aug 22 02:18:00.077 INFO O| Aug 22 02:18:00.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
90482024-08-22T02:18:02.185Z[ host-image] Aug 22 02:18:00.077 INFO O| Aug 22 02:18:00.077 INFO ok!
90492024-08-22T02:18:02.185Z[ host-image] Aug 22 02:18:00.077 INFO O| Aug 22 02:18:00.077 INFO STEP 78 (ensure_file) COMPLETE
90502024-08-22T02:18:02.185Z[ host-image] Aug 22 02:18:00.077 INFO O| Aug 22 02:18:00.077 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90512024-08-22T02:18:02.202Z[ host-image] Aug 22 02:18:00.094 INFO O| Aug 22 02:18:00.094 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
90522024-08-22T02:18:02.202Z[ host-image] Aug 22 02:18:00.094 INFO O| Aug 22 02:18:00.094 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
90532024-08-22T02:18:03.309Z[ host-image] Aug 22 02:18:01.203 INFO O| Aug 22 02:18:01.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
90542024-08-22T02:18:03.309Z[ host-image] Aug 22 02:18:01.203 INFO O| Aug 22 02:18:01.203 INFO ok!
90552024-08-22T02:18:03.312Z[ host-image] Aug 22 02:18:01.203 INFO O| Aug 22 02:18:01.203 INFO STEP 79 (ensure_file) COMPLETE
90562024-08-22T02:18:03.312Z[ host-image] Aug 22 02:18:01.203 INFO O| Aug 22 02:18:01.203 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90572024-08-22T02:18:03.323Z[ host-image] Aug 22 02:18:01.217 INFO O| Aug 22 02:18:01.217 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90582024-08-22T02:18:03.323Z[ host-image] Aug 22 02:18:01.217 INFO O| Aug 22 02:18:01.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
90592024-08-22T02:18:03.325Z[ host-image] Aug 22 02:18:01.217 INFO O| Aug 22 02:18:01.217 INFO STEP 80 (ensure_dir) COMPLETE
90602024-08-22T02:18:03.325Z[ host-image] Aug 22 02:18:01.217 INFO O| Aug 22 02:18:01.217 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90612024-08-22T02:18:03.333Z[ host-image] Aug 22 02:18:01.228 INFO O| Aug 22 02:18:01.227 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90622024-08-22T02:18:03.333Z[ host-image] Aug 22 02:18:01.228 INFO O| Aug 22 02:18:01.228 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
90632024-08-22T02:18:03.333Z[ host-image] Aug 22 02:18:01.228 INFO O| Aug 22 02:18:01.228 INFO STEP 81 (ensure_dir) COMPLETE
90642024-08-22T02:18:03.336Z[ host-image] Aug 22 02:18:01.228 INFO O| Aug 22 02:18:01.228 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90652024-08-22T02:18:03.343Z[ host-image] Aug 22 02:18:01.237 INFO O| Aug 22 02:18:01.237 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90662024-08-22T02:18:03.357Z[ host-image] Aug 22 02:18:01.238 INFO O| Aug 22 02:18:01.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
90672024-08-22T02:18:03.357Z[ host-image] Aug 22 02:18:01.238 INFO O| Aug 22 02:18:01.238 INFO STEP 82 (ensure_dir) COMPLETE
90682024-08-22T02:18:03.357Z[ host-image] Aug 22 02:18:01.238 INFO O| Aug 22 02:18:01.238 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90692024-08-22T02:18:03.357Z[ host-image] Aug 22 02:18:01.249 INFO O| Aug 22 02:18:01.249 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90702024-08-22T02:18:03.357Z[ host-image] Aug 22 02:18:01.249 INFO O| Aug 22 02:18:01.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
90712024-08-22T02:18:03.357Z[ host-image] Aug 22 02:18:01.249 INFO O| Aug 22 02:18:01.249 INFO STEP 83 (ensure_dir) COMPLETE
90722024-08-22T02:18:03.357Z[ host-image] Aug 22 02:18:01.249 INFO O| Aug 22 02:18:01.249 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90732024-08-22T02:18:03.364Z[ host-image] Aug 22 02:18:01.259 INFO O| Aug 22 02:18:01.259 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90742024-08-22T02:18:03.364Z[ host-image] Aug 22 02:18:01.259 INFO O| Aug 22 02:18:01.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
90752024-08-22T02:18:03.364Z[ host-image] Aug 22 02:18:01.259 INFO O| Aug 22 02:18:01.259 INFO STEP 84 (ensure_dir) COMPLETE
90762024-08-22T02:18:03.367Z[ host-image] Aug 22 02:18:01.259 INFO O| Aug 22 02:18:01.259 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90772024-08-22T02:18:03.374Z[ host-image] Aug 22 02:18:01.269 INFO O| Aug 22 02:18:01.269 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
90782024-08-22T02:18:03.377Z[ host-image] Aug 22 02:18:01.269 INFO O| Aug 22 02:18:01.269 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml ...
90792024-08-22T02:18:03.377Z[ host-image] Aug 22 02:18:01.269 INFO O| Aug 22 02:18:01.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
90802024-08-22T02:18:03.377Z[ host-image] Aug 22 02:18:01.269 INFO O| Aug 22 02:18:01.269 INFO ok!
90812024-08-22T02:18:03.377Z[ host-image] Aug 22 02:18:01.269 INFO O| Aug 22 02:18:01.269 INFO STEP 85 (ensure_file) COMPLETE
90822024-08-22T02:18:03.377Z[ host-image] Aug 22 02:18:01.269 INFO O| Aug 22 02:18:01.269 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90832024-08-22T02:18:03.384Z[ host-image] Aug 22 02:18:01.279 INFO O| Aug 22 02:18:01.279 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90842024-08-22T02:18:03.384Z[ host-image] Aug 22 02:18:01.279 INFO O| Aug 22 02:18:01.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
90852024-08-22T02:18:03.384Z[ host-image] Aug 22 02:18:01.279 INFO O| Aug 22 02:18:01.279 INFO STEP 86 (ensure_dir) COMPLETE
90862024-08-22T02:18:03.387Z[ host-image] Aug 22 02:18:01.279 INFO O| Aug 22 02:18:01.279 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90872024-08-22T02:18:03.394Z[ host-image] Aug 22 02:18:01.288 INFO O| Aug 22 02:18:01.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
90882024-08-22T02:18:03.394Z[ host-image] Aug 22 02:18:01.288 INFO O| Aug 22 02:18:01.288 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
90892024-08-22T02:18:03.397Z[ host-image] Aug 22 02:18:01.288 INFO O| Aug 22 02:18:01.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
90902024-08-22T02:18:03.397Z[ host-image] Aug 22 02:18:01.288 INFO O| Aug 22 02:18:01.288 INFO ok!
90912024-08-22T02:18:03.397Z[ host-image] Aug 22 02:18:01.288 INFO O| Aug 22 02:18:01.288 INFO STEP 87 (ensure_file) COMPLETE
90922024-08-22T02:18:03.397Z[ host-image] Aug 22 02:18:01.289 INFO O| Aug 22 02:18:01.288 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90932024-08-22T02:18:03.403Z[ host-image] Aug 22 02:18:01.298 INFO O| Aug 22 02:18:01.298 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
90942024-08-22T02:18:03.404Z[ host-image] Aug 22 02:18:01.298 INFO O| Aug 22 02:18:01.298 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
90952024-08-22T02:18:03.416Z[ host-image] Aug 22 02:18:01.310 INFO O| Aug 22 02:18:01.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
90962024-08-22T02:18:03.416Z[ host-image] Aug 22 02:18:01.310 INFO O| Aug 22 02:18:01.310 INFO ok!
90972024-08-22T02:18:03.416Z[ host-image] Aug 22 02:18:01.310 INFO O| Aug 22 02:18:01.310 INFO STEP 88 (ensure_file) COMPLETE
90982024-08-22T02:18:03.416Z[ host-image] Aug 22 02:18:01.310 INFO O| Aug 22 02:18:01.310 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90992024-08-22T02:18:03.426Z[ host-image] Aug 22 02:18:01.320 INFO O| Aug 22 02:18:01.320 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
91002024-08-22T02:18:03.429Z[ host-image] Aug 22 02:18:01.320 INFO O| Aug 22 02:18:01.320 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
91012024-08-22T02:18:03.936Z[ host-image] Aug 22 02:18:01.830 INFO O| Aug 22 02:18:01.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
91022024-08-22T02:18:03.936Z[ host-image] Aug 22 02:18:01.830 INFO O| Aug 22 02:18:01.830 INFO ok!
91032024-08-22T02:18:03.945Z[ host-image] Aug 22 02:18:01.830 INFO O| Aug 22 02:18:01.830 INFO STEP 89 (ensure_file) COMPLETE
91042024-08-22T02:18:03.945Z[ host-image] Aug 22 02:18:01.830 INFO O| Aug 22 02:18:01.830 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91052024-08-22T02:18:03.951Z[ host-image] Aug 22 02:18:01.842 INFO O| Aug 22 02:18:01.842 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
91062024-08-22T02:18:03.951Z[ host-image] Aug 22 02:18:01.842 INFO O| Aug 22 02:18:01.842 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
91072024-08-22T02:18:03.951Z[ host-image] Aug 22 02:18:01.842 INFO O| Aug 22 02:18:01.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
91082024-08-22T02:18:03.951Z[ host-image] Aug 22 02:18:01.842 INFO O| Aug 22 02:18:01.842 INFO ok!
91092024-08-22T02:18:03.951Z[ host-image] Aug 22 02:18:01.842 INFO O| Aug 22 02:18:01.842 INFO STEP 90 (ensure_file) COMPLETE
91102024-08-22T02:18:03.951Z[ host-image] Aug 22 02:18:01.842 INFO O| Aug 22 02:18:01.842 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91112024-08-22T02:18:03.958Z[ host-image] Aug 22 02:18:01.853 INFO O| Aug 22 02:18:01.852 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91122024-08-22T02:18:03.960Z[ host-image] Aug 22 02:18:01.853 INFO O| Aug 22 02:18:01.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
91132024-08-22T02:18:03.960Z[ host-image] Aug 22 02:18:01.853 INFO O| Aug 22 02:18:01.853 INFO STEP 91 (ensure_dir) COMPLETE
91142024-08-22T02:18:03.960Z[ host-image] Aug 22 02:18:01.853 INFO O| Aug 22 02:18:01.853 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91152024-08-22T02:18:03.969Z[ host-image] Aug 22 02:18:01.863 INFO O| Aug 22 02:18:01.863 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
91162024-08-22T02:18:03.969Z[ host-image] Aug 22 02:18:01.863 INFO O| Aug 22 02:18:01.863 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/upstairs_repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d ...
91172024-08-22T02:18:03.971Z[ host-image] Aug 22 02:18:01.863 INFO O| Aug 22 02:18:01.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
91182024-08-22T02:18:03.971Z[ host-image] Aug 22 02:18:01.863 INFO O| Aug 22 02:18:01.863 INFO ok!
91192024-08-22T02:18:03.971Z[ host-image] Aug 22 02:18:01.863 INFO O| Aug 22 02:18:01.863 INFO STEP 92 (ensure_file) COMPLETE
91202024-08-22T02:18:03.971Z[ host-image] Aug 22 02:18:01.863 INFO O| Aug 22 02:18:01.863 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91212024-08-22T02:18:03.979Z[ host-image] Aug 22 02:18:01.873 INFO O| Aug 22 02:18:01.873 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
91222024-08-22T02:18:03.979Z[ host-image] Aug 22 02:18:01.873 INFO O| Aug 22 02:18:01.873 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/upstairs_raw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d ...
91232024-08-22T02:18:03.982Z[ host-image] Aug 22 02:18:01.874 INFO O| Aug 22 02:18:01.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
91242024-08-22T02:18:03.982Z[ host-image] Aug 22 02:18:01.874 INFO O| Aug 22 02:18:01.874 INFO ok!
91252024-08-22T02:18:03.982Z[ host-image] Aug 22 02:18:01.874 INFO O| Aug 22 02:18:01.874 INFO STEP 93 (ensure_file) COMPLETE
91262024-08-22T02:18:03.982Z[ host-image] Aug 22 02:18:01.874 INFO O| Aug 22 02:18:01.874 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91272024-08-22T02:18:03.989Z[ host-image] Aug 22 02:18:01.884 INFO O| Aug 22 02:18:01.884 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
91282024-08-22T02:18:03.992Z[ host-image] Aug 22 02:18:01.884 INFO O| Aug 22 02:18:01.884 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d ...
91292024-08-22T02:18:03.992Z[ host-image] Aug 22 02:18:01.884 INFO O| Aug 22 02:18:01.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
91302024-08-22T02:18:03.992Z[ host-image] Aug 22 02:18:01.884 INFO O| Aug 22 02:18:01.884 INFO ok!
91312024-08-22T02:18:03.992Z[ host-image] Aug 22 02:18:01.884 INFO O| Aug 22 02:18:01.884 INFO STEP 94 (ensure_file) COMPLETE
91322024-08-22T02:18:03.992Z[ host-image] Aug 22 02:18:01.884 INFO O| Aug 22 02:18:01.884 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91332024-08-22T02:18:04.002Z[ host-image] Aug 22 02:18:01.896 INFO O| Aug 22 02:18:01.896 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
91342024-08-22T02:18:04.002Z[ host-image] Aug 22 02:18:01.896 INFO O| Aug 22 02:18:01.896 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/upstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d ...
91352024-08-22T02:18:04.004Z[ host-image] Aug 22 02:18:01.896 INFO O| Aug 22 02:18:01.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
91362024-08-22T02:18:04.004Z[ host-image] Aug 22 02:18:01.896 INFO O| Aug 22 02:18:01.896 INFO ok!
91372024-08-22T02:18:04.004Z[ host-image] Aug 22 02:18:01.896 INFO O| Aug 22 02:18:01.896 INFO STEP 95 (ensure_file) COMPLETE
91382024-08-22T02:18:04.004Z[ host-image] Aug 22 02:18:01.896 INFO O| Aug 22 02:18:01.896 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91392024-08-22T02:18:04.014Z[ host-image] Aug 22 02:18:01.908 INFO O| Aug 22 02:18:01.908 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
91402024-08-22T02:18:04.014Z[ host-image] Aug 22 02:18:01.908 INFO O| Aug 22 02:18:01.908 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/upstairs_action.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d ...
91412024-08-22T02:18:04.016Z[ host-image] Aug 22 02:18:01.908 INFO O| Aug 22 02:18:01.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
91422024-08-22T02:18:04.016Z[ host-image] Aug 22 02:18:01.908 INFO O| Aug 22 02:18:01.908 INFO ok!
91432024-08-22T02:18:04.016Z[ host-image] Aug 22 02:18:01.908 INFO O| Aug 22 02:18:01.908 INFO STEP 96 (ensure_file) COMPLETE
91442024-08-22T02:18:04.016Z[ host-image] Aug 22 02:18:01.908 INFO O| Aug 22 02:18:01.908 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91452024-08-22T02:18:04.024Z[ host-image] Aug 22 02:18:01.918 INFO O| Aug 22 02:18:01.918 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
91462024-08-22T02:18:04.024Z[ host-image] Aug 22 02:18:01.918 INFO O| Aug 22 02:18:01.918 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
91472024-08-22T02:18:04.027Z[ host-image] Aug 22 02:18:01.918 INFO O| Aug 22 02:18:01.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
91482024-08-22T02:18:04.027Z[ host-image] Aug 22 02:18:01.919 INFO O| Aug 22 02:18:01.918 INFO ok!
91492024-08-22T02:18:04.027Z[ host-image] Aug 22 02:18:01.919 INFO O| Aug 22 02:18:01.918 INFO STEP 97 (ensure_file) COMPLETE
91502024-08-22T02:18:04.027Z[ host-image] Aug 22 02:18:01.919 INFO O| Aug 22 02:18:01.918 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91512024-08-22T02:18:04.034Z[ host-image] Aug 22 02:18:01.929 INFO O| Aug 22 02:18:01.929 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
91522024-08-22T02:18:04.037Z[ host-image] Aug 22 02:18:01.929 INFO O| Aug 22 02:18:01.929 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/trace-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d ...
91532024-08-22T02:18:04.037Z[ host-image] Aug 22 02:18:01.929 INFO O| Aug 22 02:18:01.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
91542024-08-22T02:18:04.037Z[ host-image] Aug 22 02:18:01.929 INFO O| Aug 22 02:18:01.929 INFO ok!
91552024-08-22T02:18:04.037Z[ host-image] Aug 22 02:18:01.929 INFO O| Aug 22 02:18:01.929 INFO STEP 98 (ensure_file) COMPLETE
91562024-08-22T02:18:04.037Z[ host-image] Aug 22 02:18:01.929 INFO O| Aug 22 02:18:01.929 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91572024-08-22T02:18:04.045Z[ host-image] Aug 22 02:18:01.939 INFO O| Aug 22 02:18:01.939 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
91582024-08-22T02:18:04.045Z[ host-image] Aug 22 02:18:01.939 INFO O| Aug 22 02:18:01.939 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/sled_upstairs_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d ...
91592024-08-22T02:18:04.047Z[ host-image] Aug 22 02:18:01.939 INFO O| Aug 22 02:18:01.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
91602024-08-22T02:18:04.047Z[ host-image] Aug 22 02:18:01.939 INFO O| Aug 22 02:18:01.939 INFO ok!
91612024-08-22T02:18:04.047Z[ host-image] Aug 22 02:18:01.939 INFO O| Aug 22 02:18:01.939 INFO STEP 99 (ensure_file) COMPLETE
91622024-08-22T02:18:04.047Z[ host-image] Aug 22 02:18:01.939 INFO O| Aug 22 02:18:01.939 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91632024-08-22T02:18:04.055Z[ host-image] Aug 22 02:18:01.949 INFO O| Aug 22 02:18:01.949 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
91642024-08-22T02:18:04.055Z[ host-image] Aug 22 02:18:01.949 INFO O| Aug 22 02:18:01.949 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/single_up_info.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d ...
91652024-08-22T02:18:04.055Z[ host-image] Aug 22 02:18:01.949 INFO O| Aug 22 02:18:01.949 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
91662024-08-22T02:18:04.057Z[ host-image] Aug 22 02:18:01.949 INFO O| Aug 22 02:18:01.949 INFO ok!
91672024-08-22T02:18:04.057Z[ host-image] Aug 22 02:18:01.949 INFO O| Aug 22 02:18:01.949 INFO STEP 100 (ensure_file) COMPLETE
91682024-08-22T02:18:04.057Z[ host-image] Aug 22 02:18:01.949 INFO O| Aug 22 02:18:01.949 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91692024-08-22T02:18:04.065Z[ host-image] Aug 22 02:18:01.960 INFO O| Aug 22 02:18:01.960 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
91702024-08-22T02:18:04.065Z[ host-image] Aug 22 02:18:01.960 INFO O| Aug 22 02:18:01.960 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
91712024-08-22T02:18:04.068Z[ host-image] Aug 22 02:18:01.960 INFO O| Aug 22 02:18:01.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
91722024-08-22T02:18:04.068Z[ host-image] Aug 22 02:18:01.960 INFO O| Aug 22 02:18:01.960 INFO ok!
91732024-08-22T02:18:04.068Z[ host-image] Aug 22 02:18:01.960 INFO O| Aug 22 02:18:01.960 INFO STEP 101 (ensure_file) COMPLETE
91742024-08-22T02:18:04.068Z[ host-image] Aug 22 02:18:01.960 INFO O| Aug 22 02:18:01.960 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91752024-08-22T02:18:04.076Z[ host-image] Aug 22 02:18:01.970 INFO O| Aug 22 02:18:01.970 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
91762024-08-22T02:18:04.076Z[ host-image] Aug 22 02:18:01.970 INFO O| Aug 22 02:18:01.970 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/perf-vol.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d ...
91772024-08-22T02:18:04.078Z[ host-image] Aug 22 02:18:01.970 INFO O| Aug 22 02:18:01.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
91782024-08-22T02:18:04.078Z[ host-image] Aug 22 02:18:01.970 INFO O| Aug 22 02:18:01.970 INFO ok!
91792024-08-22T02:18:04.078Z[ host-image] Aug 22 02:18:01.970 INFO O| Aug 22 02:18:01.970 INFO STEP 102 (ensure_file) COMPLETE
91802024-08-22T02:18:04.078Z[ host-image] Aug 22 02:18:01.970 INFO O| Aug 22 02:18:01.970 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91812024-08-22T02:18:04.086Z[ host-image] Aug 22 02:18:01.981 INFO O| Aug 22 02:18:01.981 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
91822024-08-22T02:18:04.086Z[ host-image] Aug 22 02:18:01.981 INFO O| Aug 22 02:18:01.981 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/perf-upstairs-wf.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d ...
91832024-08-22T02:18:04.089Z[ host-image] Aug 22 02:18:01.981 INFO O| Aug 22 02:18:01.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
91842024-08-22T02:18:04.089Z[ host-image] Aug 22 02:18:01.981 INFO O| Aug 22 02:18:01.981 INFO ok!
91852024-08-22T02:18:04.089Z[ host-image] Aug 22 02:18:01.981 INFO O| Aug 22 02:18:01.981 INFO STEP 103 (ensure_file) COMPLETE
91862024-08-22T02:18:04.089Z[ host-image] Aug 22 02:18:01.981 INFO O| Aug 22 02:18:01.981 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91872024-08-22T02:18:04.098Z[ host-image] Aug 22 02:18:01.992 INFO O| Aug 22 02:18:01.992 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
91882024-08-22T02:18:04.098Z[ host-image] Aug 22 02:18:01.992 INFO O| Aug 22 02:18:01.992 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/perf-reqwest.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d ...
91892024-08-22T02:18:04.100Z[ host-image] Aug 22 02:18:01.992 INFO O| Aug 22 02:18:01.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
91902024-08-22T02:18:04.100Z[ host-image] Aug 22 02:18:01.992 INFO O| Aug 22 02:18:01.992 INFO ok!
91912024-08-22T02:18:04.100Z[ host-image] Aug 22 02:18:01.992 INFO O| Aug 22 02:18:01.992 INFO STEP 104 (ensure_file) COMPLETE
91922024-08-22T02:18:04.100Z[ host-image] Aug 22 02:18:01.992 INFO O| Aug 22 02:18:01.992 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91932024-08-22T02:18:04.109Z[ host-image] Aug 22 02:18:02.003 INFO O| Aug 22 02:18:02.003 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
91942024-08-22T02:18:04.111Z[ host-image] Aug 22 02:18:02.003 INFO O| Aug 22 02:18:02.003 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/perf-online-repair.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d ...
91952024-08-22T02:18:04.112Z[ host-image] Aug 22 02:18:02.004 INFO O| Aug 22 02:18:02.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
91962024-08-22T02:18:04.112Z[ host-image] Aug 22 02:18:02.004 INFO O| Aug 22 02:18:02.004 INFO ok!
91972024-08-22T02:18:04.112Z[ host-image] Aug 22 02:18:02.004 INFO O| Aug 22 02:18:02.004 INFO STEP 105 (ensure_file) COMPLETE
91982024-08-22T02:18:04.112Z[ host-image] Aug 22 02:18:02.004 INFO O| Aug 22 02:18:02.004 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91992024-08-22T02:18:04.120Z[ host-image] Aug 22 02:18:02.015 INFO O| Aug 22 02:18:02.015 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
92002024-08-22T02:18:04.120Z[ host-image] Aug 22 02:18:02.015 INFO O| Aug 22 02:18:02.015 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-net.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d ...
92012024-08-22T02:18:04.123Z[ host-image] Aug 22 02:18:02.015 INFO O| Aug 22 02:18:02.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
92022024-08-22T02:18:04.123Z[ host-image] Aug 22 02:18:02.015 INFO O| Aug 22 02:18:02.015 INFO ok!
92032024-08-22T02:18:04.123Z[ host-image] Aug 22 02:18:02.015 INFO O| Aug 22 02:18:02.015 INFO STEP 106 (ensure_file) COMPLETE
92042024-08-22T02:18:04.123Z[ host-image] Aug 22 02:18:02.015 INFO O| Aug 22 02:18:02.015 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92052024-08-22T02:18:04.131Z[ host-image] Aug 22 02:18:02.025 INFO O| Aug 22 02:18:02.025 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
92062024-08-22T02:18:04.134Z[ host-image] Aug 22 02:18:02.025 INFO O| Aug 22 02:18:02.025 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/perf-ds-client.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d ...
92072024-08-22T02:18:04.134Z[ host-image] Aug 22 02:18:02.025 INFO O| Aug 22 02:18:02.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
92082024-08-22T02:18:04.134Z[ host-image] Aug 22 02:18:02.026 INFO O| Aug 22 02:18:02.025 INFO ok!
92092024-08-22T02:18:04.134Z[ host-image] Aug 22 02:18:02.026 INFO O| Aug 22 02:18:02.025 INFO STEP 107 (ensure_file) COMPLETE
92102024-08-22T02:18:04.134Z[ host-image] Aug 22 02:18:02.026 INFO O| Aug 22 02:18:02.025 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92112024-08-22T02:18:04.142Z[ host-image] Aug 22 02:18:02.036 INFO O| Aug 22 02:18:02.036 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
92122024-08-22T02:18:04.142Z[ host-image] Aug 22 02:18:02.036 INFO O| Aug 22 02:18:02.036 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d ...
92132024-08-22T02:18:04.145Z[ host-image] Aug 22 02:18:02.036 INFO O| Aug 22 02:18:02.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
92142024-08-22T02:18:04.145Z[ host-image] Aug 22 02:18:02.036 INFO O| Aug 22 02:18:02.036 INFO ok!
92152024-08-22T02:18:04.145Z[ host-image] Aug 22 02:18:02.036 INFO O| Aug 22 02:18:02.036 INFO STEP 108 (ensure_file) COMPLETE
92162024-08-22T02:18:04.145Z[ host-image] Aug 22 02:18:02.036 INFO O| Aug 22 02:18:02.036 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92172024-08-22T02:18:04.153Z[ host-image] Aug 22 02:18:02.047 INFO O| Aug 22 02:18:02.047 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
92182024-08-22T02:18:04.153Z[ host-image] Aug 22 02:18:02.047 INFO O| Aug 22 02:18:02.047 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-tick.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d ...
92192024-08-22T02:18:04.155Z[ host-image] Aug 22 02:18:02.047 INFO O| Aug 22 02:18:02.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
92202024-08-22T02:18:04.155Z[ host-image] Aug 22 02:18:02.047 INFO O| Aug 22 02:18:02.047 INFO ok!
92212024-08-22T02:18:04.155Z[ host-image] Aug 22 02:18:02.047 INFO O| Aug 22 02:18:02.047 INFO STEP 109 (ensure_file) COMPLETE
92222024-08-22T02:18:04.155Z[ host-image] Aug 22 02:18:02.047 INFO O| Aug 22 02:18:02.047 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92232024-08-22T02:18:04.163Z[ host-image] Aug 22 02:18:02.057 INFO O| Aug 22 02:18:02.057 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
92242024-08-22T02:18:04.163Z[ host-image] Aug 22 02:18:02.057 INFO O| Aug 22 02:18:02.057 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-three.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d ...
92252024-08-22T02:18:04.165Z[ host-image] Aug 22 02:18:02.057 INFO O| Aug 22 02:18:02.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
92262024-08-22T02:18:04.165Z[ host-image] Aug 22 02:18:02.057 INFO O| Aug 22 02:18:02.057 INFO ok!
92272024-08-22T02:18:04.165Z[ host-image] Aug 22 02:18:02.057 INFO O| Aug 22 02:18:02.057 INFO STEP 110 (ensure_file) COMPLETE
92282024-08-22T02:18:04.166Z[ host-image] Aug 22 02:18:02.057 INFO O| Aug 22 02:18:02.057 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92292024-08-22T02:18:04.174Z[ host-image] Aug 22 02:18:02.068 INFO O| Aug 22 02:18:02.068 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
92302024-08-22T02:18:04.177Z[ host-image] Aug 22 02:18:02.068 INFO O| Aug 22 02:18:02.068 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/perf-downstairs-os.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d ...
92312024-08-22T02:18:04.177Z[ host-image] Aug 22 02:18:02.069 INFO O| Aug 22 02:18:02.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
92322024-08-22T02:18:04.177Z[ host-image] Aug 22 02:18:02.069 INFO O| Aug 22 02:18:02.068 INFO ok!
92332024-08-22T02:18:04.177Z[ host-image] Aug 22 02:18:02.069 INFO O| Aug 22 02:18:02.069 INFO STEP 111 (ensure_file) COMPLETE
92342024-08-22T02:18:04.177Z[ host-image] Aug 22 02:18:02.069 INFO O| Aug 22 02:18:02.069 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92352024-08-22T02:18:04.184Z[ host-image] Aug 22 02:18:02.078 INFO O| Aug 22 02:18:02.078 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
92362024-08-22T02:18:04.184Z[ host-image] Aug 22 02:18:02.078 INFO O| Aug 22 02:18:02.078 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh ...
92372024-08-22T02:18:04.187Z[ host-image] Aug 22 02:18:02.078 INFO O| Aug 22 02:18:02.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
92382024-08-22T02:18:04.187Z[ host-image] Aug 22 02:18:02.078 INFO O| Aug 22 02:18:02.078 INFO ok!
92392024-08-22T02:18:04.187Z[ host-image] Aug 22 02:18:02.078 INFO O| Aug 22 02:18:02.078 INFO STEP 112 (ensure_file) COMPLETE
92402024-08-22T02:18:04.187Z[ host-image] Aug 22 02:18:02.078 INFO O| Aug 22 02:18:02.078 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92412024-08-22T02:18:04.194Z[ host-image] Aug 22 02:18:02.089 INFO O| Aug 22 02:18:02.089 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
92422024-08-22T02:18:04.194Z[ host-image] Aug 22 02:18:02.089 INFO O| Aug 22 02:18:02.089 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.sh -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh ...
92432024-08-22T02:18:04.198Z[ host-image] Aug 22 02:18:02.089 INFO O| Aug 22 02:18:02.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
92442024-08-22T02:18:04.198Z[ host-image] Aug 22 02:18:02.089 INFO O| Aug 22 02:18:02.089 INFO ok!
92452024-08-22T02:18:04.198Z[ host-image] Aug 22 02:18:02.089 INFO O| Aug 22 02:18:02.089 INFO STEP 113 (ensure_file) COMPLETE
92462024-08-22T02:18:04.198Z[ host-image] Aug 22 02:18:02.089 INFO O| Aug 22 02:18:02.089 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92472024-08-22T02:18:04.206Z[ host-image] Aug 22 02:18:02.101 INFO O| Aug 22 02:18:02.101 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
92482024-08-22T02:18:04.207Z[ host-image] Aug 22 02:18:02.101 INFO O| Aug 22 02:18:02.101 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/downstairs_count.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d ...
92492024-08-22T02:18:04.210Z[ host-image] Aug 22 02:18:02.101 INFO O| Aug 22 02:18:02.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
92502024-08-22T02:18:04.210Z[ host-image] Aug 22 02:18:02.101 INFO O| Aug 22 02:18:02.101 INFO ok!
92512024-08-22T02:18:04.210Z[ host-image] Aug 22 02:18:02.101 INFO O| Aug 22 02:18:02.101 INFO STEP 114 (ensure_file) COMPLETE
92522024-08-22T02:18:04.210Z[ host-image] Aug 22 02:18:02.101 INFO O| Aug 22 02:18:02.101 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92532024-08-22T02:18:04.217Z[ host-image] Aug 22 02:18:02.111 INFO O| Aug 22 02:18:02.111 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
92542024-08-22T02:18:04.217Z[ host-image] Aug 22 02:18:02.111 INFO O| Aug 22 02:18:02.111 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/all_downstairs.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d ...
92552024-08-22T02:18:04.220Z[ host-image] Aug 22 02:18:02.112 INFO O| Aug 22 02:18:02.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
92562024-08-22T02:18:04.220Z[ host-image] Aug 22 02:18:02.112 INFO O| Aug 22 02:18:02.112 INFO ok!
92572024-08-22T02:18:04.220Z[ host-image] Aug 22 02:18:02.112 INFO O| Aug 22 02:18:02.112 INFO STEP 115 (ensure_file) COMPLETE
92582024-08-22T02:18:04.220Z[ host-image] Aug 22 02:18:02.112 INFO O| Aug 22 02:18:02.112 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92592024-08-22T02:18:04.228Z[ host-image] Aug 22 02:18:02.122 INFO O| Aug 22 02:18:02.122 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
92602024-08-22T02:18:04.228Z[ host-image] Aug 22 02:18:02.122 INFO O| Aug 22 02:18:02.122 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
92612024-08-22T02:18:04.232Z[ host-image] Aug 22 02:18:02.122 INFO O| Aug 22 02:18:02.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
92622024-08-22T02:18:04.232Z[ host-image] Aug 22 02:18:02.122 INFO O| Aug 22 02:18:02.122 INFO ok!
92632024-08-22T02:18:04.232Z[ host-image] Aug 22 02:18:02.122 INFO O| Aug 22 02:18:02.122 INFO STEP 116 (ensure_file) COMPLETE
92642024-08-22T02:18:04.232Z[ host-image] Aug 22 02:18:02.122 INFO O| Aug 22 02:18:02.122 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92652024-08-22T02:18:04.239Z[ host-image] Aug 22 02:18:02.133 INFO O| Aug 22 02:18:02.133 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
92662024-08-22T02:18:04.243Z[ host-image] Aug 22 02:18:02.133 INFO O| Aug 22 02:18:02.133 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/dtrace-info.txt -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt ...
92672024-08-22T02:18:04.243Z[ host-image] Aug 22 02:18:02.133 INFO O| Aug 22 02:18:02.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
92682024-08-22T02:18:04.244Z[ host-image] Aug 22 02:18:02.133 INFO O| Aug 22 02:18:02.133 INFO ok!
92692024-08-22T02:18:04.244Z[ host-image] Aug 22 02:18:02.133 INFO O| Aug 22 02:18:02.133 INFO STEP 117 (ensure_file) COMPLETE
92702024-08-22T02:18:04.244Z[ host-image] Aug 22 02:18:02.133 INFO O| Aug 22 02:18:02.133 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92712024-08-22T02:18:04.249Z[ host-image] Aug 22 02:18:02.143 INFO O| Aug 22 02:18:02.143 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
92722024-08-22T02:18:04.252Z[ host-image] Aug 22 02:18:02.143 INFO O| Aug 22 02:18:02.143 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
92732024-08-22T02:18:04.252Z[ host-image] Aug 22 02:18:02.144 INFO O| Aug 22 02:18:02.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
92742024-08-22T02:18:04.252Z[ host-image] Aug 22 02:18:02.144 INFO O| Aug 22 02:18:02.144 INFO ok!
92752024-08-22T02:18:04.252Z[ host-image] Aug 22 02:18:02.144 INFO O| Aug 22 02:18:02.144 INFO STEP 118 (ensure_file) COMPLETE
92762024-08-22T02:18:04.252Z[ host-image] Aug 22 02:18:02.144 INFO O| Aug 22 02:18:02.144 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92772024-08-22T02:18:04.260Z[ host-image] Aug 22 02:18:02.154 INFO O| Aug 22 02:18:02.154 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
92782024-08-22T02:18:04.260Z[ host-image] Aug 22 02:18:02.154 INFO O| Aug 22 02:18:02.154 INFO copying /tmp/.tmpV1BSpj/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
92792024-08-22T02:18:06.860Z[ recovery-image] Aug 22 02:18:04.754 INFO E| Compiling bitflags v1.3.2
92802024-08-22T02:18:06.860Z[ recovery-image] Aug 22 02:18:04.754 INFO E| Compiling adler v1.0.2
92812024-08-22T02:18:06.863Z[ recovery-image] Aug 22 02:18:04.754 INFO E| Compiling log v0.4.21
92822024-08-22T02:18:06.863Z[ recovery-image] Aug 22 02:18:04.754 INFO E| Compiling plain v0.2.3
92832024-08-22T02:18:06.863Z[ recovery-image] Aug 22 02:18:04.754 INFO E| Compiling bit_field v0.10.2
92842024-08-22T02:18:06.863Z[ recovery-image] Aug 22 02:18:04.754 INFO E| Compiling scroll v0.12.0
92852024-08-22T02:18:06.863Z[ recovery-image] Aug 22 02:18:04.754 INFO E| Compiling static_assertions v1.1.0
92862024-08-22T02:18:06.963Z[ recovery-image] Aug 22 02:18:04.857 INFO E| Compiling raw-cpuid v10.7.0
92872024-08-22T02:18:06.975Z[ recovery-image] Aug 22 02:18:04.869 INFO E| Compiling cpio_reader v0.1.1
92882024-08-22T02:18:07.039Z[ recovery-image] Aug 22 02:18:04.932 INFO E| Compiling miniz_oxide v0.7.2
92892024-08-22T02:18:07.272Z[ recovery-image] Aug 22 02:18:05.165 INFO E| Compiling bitstruct v0.1.1
92902024-08-22T02:18:07.503Z[ recovery-image] Aug 22 02:18:05.396 INFO E| Compiling goblin v0.8.0
92912024-08-22T02:18:10.471Z[ host-image] Aug 22 02:18:08.365 INFO O| Aug 22 02:18:08.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
92922024-08-22T02:18:10.471Z[ host-image] Aug 22 02:18:08.365 INFO O| Aug 22 02:18:08.365 INFO ok!
92932024-08-22T02:18:10.474Z[ host-image] Aug 22 02:18:08.365 INFO O| Aug 22 02:18:08.365 INFO STEP 119 (ensure_file) COMPLETE
92942024-08-22T02:18:10.474Z[ host-image] Aug 22 02:18:08.365 INFO O| Aug 22 02:18:08.365 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92952024-08-22T02:18:10.490Z[ host-image] Aug 22 02:18:08.384 INFO O| Aug 22 02:18:08.384 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
92962024-08-22T02:18:10.490Z[ host-image] Aug 22 02:18:08.384 INFO O| Aug 22 02:18:08.384 INFO STEP 120 (ensure_dir) COMPLETE
92972024-08-22T02:18:10.493Z[ host-image] Aug 22 02:18:08.384 INFO O| Aug 22 02:18:08.384 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92982024-08-22T02:18:10.510Z[ host-image] Aug 22 02:18:08.403 INFO O| Aug 22 02:18:08.402 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
92992024-08-22T02:18:10.510Z[ host-image] Aug 22 02:18:08.403 INFO O| Aug 22 02:18:08.402 INFO STEP 121 (ensure_dir) COMPLETE
93002024-08-22T02:18:10.512Z[ host-image] Aug 22 02:18:08.403 INFO O| Aug 22 02:18:08.402 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93012024-08-22T02:18:10.526Z[ host-image] Aug 22 02:18:08.419 INFO O| Aug 22 02:18:08.419 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
93022024-08-22T02:18:10.529Z[ host-image] Aug 22 02:18:08.419 INFO O| Aug 22 02:18:08.419 INFO STEP 122 (ensure_dir) COMPLETE
93032024-08-22T02:18:10.529Z[ host-image] Aug 22 02:18:08.419 INFO O| Aug 22 02:18:08.419 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93042024-08-22T02:18:10.543Z[ host-image] Aug 22 02:18:08.436 INFO O| Aug 22 02:18:08.436 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
93052024-08-22T02:18:10.543Z[ host-image] Aug 22 02:18:08.437 INFO O| Aug 22 02:18:08.436 INFO STEP 123 (ensure_dir) COMPLETE
93062024-08-22T02:18:10.546Z[ host-image] Aug 22 02:18:08.437 INFO O| Aug 22 02:18:08.436 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93072024-08-22T02:18:10.559Z[ host-image] Aug 22 02:18:08.452 INFO O| Aug 22 02:18:08.452 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
93082024-08-22T02:18:10.559Z[ host-image] Aug 22 02:18:08.452 INFO O| Aug 22 02:18:08.452 INFO copying /tmp/.tmpV1BSpj/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml ...
93092024-08-22T02:18:10.561Z[ host-image] Aug 22 02:18:08.453 INFO O| Aug 22 02:18:08.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
93102024-08-22T02:18:10.561Z[ host-image] Aug 22 02:18:08.453 INFO O| Aug 22 02:18:08.453 INFO ok!
93112024-08-22T02:18:10.562Z[ host-image] Aug 22 02:18:08.453 INFO O| Aug 22 02:18:08.453 INFO STEP 124 (ensure_file) COMPLETE
93122024-08-22T02:18:10.562Z[ host-image] Aug 22 02:18:08.453 INFO O| Aug 22 02:18:08.453 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93132024-08-22T02:18:10.579Z[ host-image] Aug 22 02:18:08.472 INFO O| Aug 22 02:18:08.472 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93142024-08-22T02:18:10.579Z[ host-image] Aug 22 02:18:08.472 INFO O| Aug 22 02:18:08.472 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
93152024-08-22T02:18:10.579Z[ host-image] Aug 22 02:18:08.472 INFO O| Aug 22 02:18:08.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
93162024-08-22T02:18:10.581Z[ host-image] Aug 22 02:18:08.472 INFO O| Aug 22 02:18:08.472 INFO STEP 125 (ensure_dir) COMPLETE
93172024-08-22T02:18:10.582Z[ host-image] Aug 22 02:18:08.473 INFO O| Aug 22 02:18:08.472 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93182024-08-22T02:18:10.592Z[ host-image] Aug 22 02:18:08.486 INFO O| Aug 22 02:18:08.486 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
93192024-08-22T02:18:10.592Z[ host-image] Aug 22 02:18:08.486 INFO O| Aug 22 02:18:08.486 INFO copying /tmp/.tmpV1BSpj/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
93202024-08-22T02:18:10.595Z[ host-image] Aug 22 02:18:08.486 INFO O| Aug 22 02:18:08.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
93212024-08-22T02:18:10.595Z[ host-image] Aug 22 02:18:08.486 INFO O| Aug 22 02:18:08.486 INFO ok!
93222024-08-22T02:18:10.595Z[ host-image] Aug 22 02:18:08.486 INFO O| Aug 22 02:18:08.486 INFO STEP 126 (ensure_file) COMPLETE
93232024-08-22T02:18:10.595Z[ host-image] Aug 22 02:18:08.486 INFO O| Aug 22 02:18:08.486 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93242024-08-22T02:18:10.609Z[ host-image] Aug 22 02:18:08.503 INFO O| Aug 22 02:18:08.502 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
93252024-08-22T02:18:10.612Z[ host-image] Aug 22 02:18:08.503 INFO O| Aug 22 02:18:08.503 INFO STEP 127 (remove_files) COMPLETE
93262024-08-22T02:18:10.612Z[ host-image] Aug 22 02:18:08.503 INFO O| Aug 22 02:18:08.503 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93272024-08-22T02:18:10.629Z[ host-image] Aug 22 02:18:08.522 INFO O| Aug 22 02:18:08.522 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
93282024-08-22T02:18:10.631Z[ host-image] Aug 22 02:18:08.523 INFO O| Aug 22 02:18:08.523 INFO STEP 128 (remove_files) COMPLETE
93292024-08-22T02:18:10.631Z[ host-image] Aug 22 02:18:08.523 INFO O| Aug 22 02:18:08.523 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93302024-08-22T02:18:10.648Z[ host-image] Aug 22 02:18:08.541 INFO O| Aug 22 02:18:08.541 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
93312024-08-22T02:18:10.651Z[ host-image] Aug 22 02:18:08.542 INFO O| Aug 22 02:18:08.542 INFO STEP 129 (remove_files) COMPLETE
93322024-08-22T02:18:10.651Z[ host-image] Aug 22 02:18:08.542 INFO O| Aug 22 02:18:08.542 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93332024-08-22T02:18:10.707Z[ host-image] Aug 22 02:18:08.600 INFO O| Aug 22 02:18:08.600 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
93342024-08-22T02:18:10.710Z[ host-image] Aug 22 02:18:08.600 INFO O| Aug 22 02:18:08.600 INFO STEP 130 (remove_files) COMPLETE
93352024-08-22T02:18:10.710Z[ host-image] Aug 22 02:18:08.600 INFO O| Aug 22 02:18:08.600 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93362024-08-22T02:18:10.759Z[ host-image] Aug 22 02:18:08.652 INFO O| Aug 22 02:18:08.652 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
93372024-08-22T02:18:10.761Z[ host-image] Aug 22 02:18:08.653 INFO O| Aug 22 02:18:08.652 INFO STEP 131 (remove_files) COMPLETE
93382024-08-22T02:18:10.761Z[ host-image] Aug 22 02:18:08.653 INFO O| Aug 22 02:18:08.652 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93392024-08-22T02:18:10.777Z[ host-image] Aug 22 02:18:08.670 INFO O| Aug 22 02:18:08.670 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
93402024-08-22T02:18:10.779Z[ host-image] Aug 22 02:18:08.670 INFO O| Aug 22 02:18:08.670 INFO STEP 132 (remove_files) COMPLETE
93412024-08-22T02:18:10.779Z[ host-image] Aug 22 02:18:08.670 INFO O| Aug 22 02:18:08.670 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93422024-08-22T02:18:10.821Z[ host-image] Aug 22 02:18:08.714 INFO O| Aug 22 02:18:08.714 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
93432024-08-22T02:18:10.821Z[ host-image] Aug 22 02:18:08.714 INFO O| Aug 22 02:18:08.714 INFO STEP 133 (remove_files) COMPLETE
93442024-08-22T02:18:10.821Z[ host-image] Aug 22 02:18:08.714 INFO O| Aug 22 02:18:08.714 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93452024-08-22T02:18:10.855Z[ host-image] Aug 22 02:18:08.748 INFO O| Aug 22 02:18:08.748 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
93462024-08-22T02:18:10.855Z[ host-image] Aug 22 02:18:08.748 INFO O| Aug 22 02:18:08.748 INFO STEP 134 (remove_files) COMPLETE
93472024-08-22T02:18:10.855Z[ host-image] Aug 22 02:18:08.748 INFO O| Aug 22 02:18:08.748 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93482024-08-22T02:18:10.953Z[ host-image] Aug 22 02:18:08.846 INFO O| Aug 22 02:18:08.846 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
93492024-08-22T02:18:10.955Z[ host-image] Aug 22 02:18:08.846 INFO O| Aug 22 02:18:08.846 INFO STEP 135 (remove_files) COMPLETE
93502024-08-22T02:18:10.955Z[ host-image] Aug 22 02:18:08.846 INFO O| Aug 22 02:18:08.846 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93512024-08-22T02:18:10.991Z[ host-image] Aug 22 02:18:08.885 INFO O| Aug 22 02:18:08.885 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
93522024-08-22T02:18:10.994Z[ host-image] Aug 22 02:18:08.885 INFO O| Aug 22 02:18:08.885 INFO STEP 136 (remove_files) COMPLETE
93532024-08-22T02:18:10.994Z[ host-image] Aug 22 02:18:08.885 INFO O| Aug 22 02:18:08.885 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93542024-08-22T02:18:11.013Z[ host-image] Aug 22 02:18:08.906 INFO O| Aug 22 02:18:08.906 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
93552024-08-22T02:18:11.015Z[ host-image] Aug 22 02:18:08.906 INFO O| Aug 22 02:18:08.906 INFO STEP 137 (remove_files) COMPLETE
93562024-08-22T02:18:11.015Z[ host-image] Aug 22 02:18:08.906 INFO O| Aug 22 02:18:08.906 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93572024-08-22T02:18:11.033Z[ host-image] Aug 22 02:18:08.926 INFO O| Aug 22 02:18:08.926 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
93582024-08-22T02:18:11.036Z[ host-image] Aug 22 02:18:08.927 INFO O| Aug 22 02:18:08.927 INFO STEP 138 (remove_files) COMPLETE
93592024-08-22T02:18:11.036Z[ host-image] Aug 22 02:18:08.927 INFO O| Aug 22 02:18:08.927 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93602024-08-22T02:18:11.053Z[ host-image] Aug 22 02:18:08.946 INFO O| Aug 22 02:18:08.946 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
93612024-08-22T02:18:11.055Z[ host-image] Aug 22 02:18:08.946 INFO O| Aug 22 02:18:08.946 INFO STEP 139 (remove_files) COMPLETE
93622024-08-22T02:18:11.055Z[ host-image] Aug 22 02:18:08.946 INFO O| Aug 22 02:18:08.946 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93632024-08-22T02:18:11.072Z[ host-image] Aug 22 02:18:08.965 INFO O| Aug 22 02:18:08.965 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
93642024-08-22T02:18:11.075Z[ host-image] Aug 22 02:18:08.965 INFO O| Aug 22 02:18:08.965 INFO STEP 140 (remove_files) COMPLETE
93652024-08-22T02:18:11.075Z[ host-image] Aug 22 02:18:08.965 INFO O| Aug 22 02:18:08.965 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93662024-08-22T02:18:11.157Z[ host-image] Aug 22 02:18:09.050 INFO O| Aug 22 02:18:09.050 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
93672024-08-22T02:18:11.157Z[ host-image] Aug 22 02:18:09.050 INFO O| Aug 22 02:18:09.050 INFO STEP 141 (remove_files) COMPLETE
93682024-08-22T02:18:11.160Z[ host-image] Aug 22 02:18:09.050 INFO O| Aug 22 02:18:09.050 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93692024-08-22T02:18:11.175Z[ host-image] Aug 22 02:18:09.068 INFO O| Aug 22 02:18:09.068 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
93702024-08-22T02:18:11.175Z[ host-image] Aug 22 02:18:09.068 INFO O| Aug 22 02:18:09.068 INFO STEP 142 (remove_files) COMPLETE
93712024-08-22T02:18:11.177Z[ host-image] Aug 22 02:18:09.068 INFO O| Aug 22 02:18:09.068 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93722024-08-22T02:18:11.190Z[ host-image] Aug 22 02:18:09.083 INFO O| Aug 22 02:18:09.083 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
93732024-08-22T02:18:11.190Z[ host-image] Aug 22 02:18:09.084 INFO O| Aug 22 02:18:09.084 INFO STEP 143 (remove_files) COMPLETE
93742024-08-22T02:18:11.193Z[ host-image] Aug 22 02:18:09.084 INFO O| Aug 22 02:18:09.084 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93752024-08-22T02:18:11.208Z[ host-image] Aug 22 02:18:09.101 INFO O| Aug 22 02:18:09.101 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
93762024-08-22T02:18:11.210Z[ host-image] Aug 22 02:18:09.101 INFO O| Aug 22 02:18:09.101 INFO STEP 144 (remove_files) COMPLETE
93772024-08-22T02:18:11.210Z[ host-image] Aug 22 02:18:09.101 INFO O| Aug 22 02:18:09.101 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93782024-08-22T02:18:11.223Z[ host-image] Aug 22 02:18:09.116 INFO O| Aug 22 02:18:09.116 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
93792024-08-22T02:18:11.223Z[ host-image] Aug 22 02:18:09.116 INFO O| Aug 22 02:18:09.116 INFO STEP 145 (remove_files) COMPLETE
93802024-08-22T02:18:11.226Z[ host-image] Aug 22 02:18:09.116 INFO O| Aug 22 02:18:09.116 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93812024-08-22T02:18:11.235Z[ host-image] Aug 22 02:18:09.128 INFO O| Aug 22 02:18:09.128 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
93822024-08-22T02:18:11.237Z[ host-image] Aug 22 02:18:09.128 INFO O| Aug 22 02:18:09.128 INFO STEP 146 (remove_files) COMPLETE
93832024-08-22T02:18:11.237Z[ host-image] Aug 22 02:18:09.128 INFO O| Aug 22 02:18:09.128 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93842024-08-22T02:18:11.251Z[ host-image] Aug 22 02:18:09.143 INFO O| Aug 22 02:18:09.143 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
93852024-08-22T02:18:11.251Z[ host-image] Aug 22 02:18:09.143 INFO O| Aug 22 02:18:09.143 INFO STEP 147 (remove_files) COMPLETE
93862024-08-22T02:18:11.251Z[ host-image] Aug 22 02:18:09.143 INFO O| Aug 22 02:18:09.143 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93872024-08-22T02:18:11.264Z[ host-image] Aug 22 02:18:09.158 INFO O| Aug 22 02:18:09.158 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
93882024-08-22T02:18:11.268Z[ host-image] Aug 22 02:18:09.158 INFO O| Aug 22 02:18:09.158 INFO STEP 148 (remove_files) COMPLETE
93892024-08-22T02:18:11.268Z[ host-image] Aug 22 02:18:09.158 INFO O| Aug 22 02:18:09.158 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93902024-08-22T02:18:11.278Z[ host-image] Aug 22 02:18:09.172 INFO O| Aug 22 02:18:09.172 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
93912024-08-22T02:18:11.278Z[ host-image] Aug 22 02:18:09.172 INFO O| Aug 22 02:18:09.172 INFO STEP 149 (remove_files) COMPLETE
93922024-08-22T02:18:11.281Z[ host-image] Aug 22 02:18:09.172 INFO O| Aug 22 02:18:09.172 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93932024-08-22T02:18:11.290Z[ host-image] Aug 22 02:18:09.184 INFO O| Aug 22 02:18:09.183 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
93942024-08-22T02:18:11.290Z[ host-image] Aug 22 02:18:09.184 INFO O| Aug 22 02:18:09.184 INFO STEP 150 (remove_files) COMPLETE
93952024-08-22T02:18:11.290Z[ host-image] Aug 22 02:18:09.184 INFO O| Aug 22 02:18:09.184 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93962024-08-22T02:18:11.303Z[ host-image] Aug 22 02:18:09.197 INFO O| Aug 22 02:18:09.196 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
93972024-08-22T02:18:11.303Z[ host-image] Aug 22 02:18:09.197 INFO O| Aug 22 02:18:09.197 INFO STEP 151 (remove_files) COMPLETE
93982024-08-22T02:18:11.306Z[ host-image] Aug 22 02:18:09.197 INFO O| Aug 22 02:18:09.197 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
93992024-08-22T02:18:11.319Z[ host-image] Aug 22 02:18:09.213 INFO O| Aug 22 02:18:09.213 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
94002024-08-22T02:18:11.319Z[ host-image] Aug 22 02:18:09.213 INFO O| Aug 22 02:18:09.213 INFO STEP 152 (remove_files) COMPLETE
94012024-08-22T02:18:11.319Z[ host-image] Aug 22 02:18:09.213 INFO O| Aug 22 02:18:09.213 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94022024-08-22T02:18:11.334Z[ host-image] Aug 22 02:18:09.228 INFO O| Aug 22 02:18:09.228 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
94032024-08-22T02:18:11.334Z[ host-image] Aug 22 02:18:09.228 INFO O| Aug 22 02:18:09.228 INFO STEP 153 (remove_files) COMPLETE
94042024-08-22T02:18:11.337Z[ host-image] Aug 22 02:18:09.228 INFO O| Aug 22 02:18:09.228 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94052024-08-22T02:18:11.349Z[ host-image] Aug 22 02:18:09.242 INFO O| Aug 22 02:18:09.242 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
94062024-08-22T02:18:11.351Z[ host-image] Aug 22 02:18:09.242 INFO O| Aug 22 02:18:09.242 INFO STEP 154 (remove_files) COMPLETE
94072024-08-22T02:18:11.351Z[ host-image] Aug 22 02:18:09.242 INFO O| Aug 22 02:18:09.242 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
94082024-08-22T02:18:11.362Z[ host-image] Aug 22 02:18:09.255 INFO O| Aug 22 02:18:09.255 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
94092024-08-22T02:18:11.362Z[ host-image] Aug 22 02:18:09.255 INFO O| Aug 22 02:18:09.255 INFO STEP 155 (remove_files) COMPLETE
94102024-08-22T02:18:11.364Z[ host-image] Aug 22 02:18:09.255 INFO O| Aug 22 02:18:09.255 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94112024-08-22T02:18:11.378Z[ host-image] Aug 22 02:18:09.271 INFO O| Aug 22 02:18:09.271 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
94122024-08-22T02:18:11.378Z[ host-image] Aug 22 02:18:09.271 INFO O| Aug 22 02:18:09.271 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
94132024-08-22T02:18:15.438Z[ recovery-image] Aug 22 02:18:13.331 INFO E| Finished `release` profile [optimized] target(s) in 44.94s
94142024-08-22T02:18:15.457Z[ recovery-image] Aug 22 02:18:13.350 INFO building host image...
94152024-08-22T02:18:15.460Z[ recovery-image] Aug 22 02:18:13.350 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-recovery/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
94162024-08-22T02:18:15.894Z[ recovery-image] Aug 22 02:18:13.786 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
94172024-08-22T02:18:17.292Z[ recovery-image] Aug 22 02:18:15.185 INFO image complete! materials are in "/work/os-recovery"
94182024-08-22T02:18:17.296Z[ recovery-image]
94192024-08-22T02:18:17.296Z[ recovery-image] real 6:57.036686517
94202024-08-22T02:18:17.296Z[ recovery-image] user 4:44.898518840
94212024-08-22T02:18:17.296Z[ recovery-image] sys 1:00.754609620
94222024-08-22T02:18:17.296Z[ recovery-image] trap 0.249499480
94232024-08-22T02:18:17.296Z[ recovery-image] tflt 0.364906692
94242024-08-22T02:18:17.296Z[ recovery-image] dflt 1.337822228
94252024-08-22T02:18:17.296Z[ recovery-image] kflt 0.000038635
94262024-08-22T02:18:17.296Z[ recovery-image] lock 16:13.041713283
94272024-08-22T02:18:17.296Z[ recovery-image] slp 41:31.708838436
94282024-08-22T02:18:17.296Z[ recovery-image] lat 1:27.313222881
94292024-08-22T02:18:17.296Z[ recovery-image] stop 4.626404129
94302024-08-22T02:18:17.296ZAug 22 02:18:15.188 INFO [recovery-image] process exited with exit status: 0 (417.050518477s)
94312024-08-22T02:18:19.775Z[ host-image] Aug 22 02:18:17.667 INFO O| Aug 22 02:18:17.667 INFO O| Loading smf(7) service descriptions: 1/742/743/744/745/746/747/748/749/7410/7411/7412/7413/7414/7415/7416/7417/7418/7419/7420/7421/7422/7423/7424/7425/7426/7427/7428/7429/7430/7431/7432/7433/7434/7435/7436/7437/7438/7439/7440/7441/7442/7443/7444/7445/7446/7447/7448/7449/7450/7451/7452/7453/7454/7455/7456/7457/7458/7459/7460/7461/7462/7463/7464/7465/7466/7467/7468/7469/7470/7471/7472/7473/7474/74
94322024-08-22T02:18:19.775Z[ host-image] Aug 22 02:18:17.667 INFO O| Aug 22 02:18:17.667 INFO E| svccfg: Loaded 74 smf(7) service descriptions
94332024-08-22T02:18:19.789Z[ host-image] Aug 22 02:18:17.682 INFO O| Aug 22 02:18:17.681 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
94342024-08-22T02:18:19.867Z[ host-image] Aug 22 02:18:17.759 INFO O| Aug 22 02:18:17.759 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
94352024-08-22T02:18:19.867Z[ host-image] Aug 22 02:18:17.759 INFO O| Aug 22 02:18:17.759 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
94362024-08-22T02:18:19.870Z[ host-image] Aug 22 02:18:17.761 INFO O| Aug 22 02:18:17.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
94372024-08-22T02:18:19.870Z[ host-image] Aug 22 02:18:17.761 INFO O| Aug 22 02:18:17.761 INFO ok!
94382024-08-22T02:18:19.870Z[ host-image] Aug 22 02:18:17.761 INFO O| Aug 22 02:18:17.761 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
94392024-08-22T02:18:19.870Z[ host-image] Aug 22 02:18:17.761 INFO O| Aug 22 02:18:17.761 INFO STEP 156 (seed_smf) COMPLETE
94402024-08-22T02:18:19.870Z[ host-image] Aug 22 02:18:17.761 INFO O| Aug 22 02:18:17.761 INFO steps complete; finalising image!
94412024-08-22T02:18:19.870Z[ host-image] Aug 22 02:18:17.761 INFO O| Aug 22 02:18:17.761 INFO TRIM POOL: TEMPORARY-gimlet-zfs
94422024-08-22T02:18:20.011Z[ host-image] Aug 22 02:18:17.903 INFO O| Aug 22 02:18:17.903 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Thu Aug 22 02:18:17 2024)
94432024-08-22T02:18:20.231Z[ host-image] Aug 22 02:18:18.123 INFO O| Aug 22 02:18:18.123 INFO temporary pool has 662M used, 170M avail, 1.88x compressratio
94442024-08-22T02:18:20.231Z[ host-image] Aug 22 02:18:18.123 INFO O| Aug 22 02:18:18.123 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
94452024-08-22T02:18:20.500Z[ host-image] Aug 22 02:18:18.392 INFO O| Aug 22 02:18:18.392 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
94462024-08-22T02:18:20.500Z[ host-image] Aug 22 02:18:18.392 INFO O| Aug 22 02:18:18.392 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
94472024-08-22T02:18:21.518Z[ host-image] Aug 22 02:18:19.410 INFO O| Aug 22 02:18:19.409 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
94482024-08-22T02:18:21.518Z[ host-image] Aug 22 02:18:19.410 INFO O| Aug 22 02:18:19.410 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
94492024-08-22T02:18:21.520Z[ host-image] Aug 22 02:18:19.410 INFO O| Aug 22 02:18:19.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
94502024-08-22T02:18:21.520Z[ host-image] Aug 22 02:18:19.410 INFO O| Aug 22 02:18:19.410 INFO completed processing gimlet/zfs
94512024-08-22T02:18:21.520Z[ host-image] Aug 22 02:18:19.410 INFO O| Aug 22 02:18:19.410 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
94522024-08-22T02:18:27.818Z[ host-image] Aug 22 02:18:25.709 INFO O| Aug 22 02:18:25.709 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
94532024-08-22T02:18:27.910Z[ host-image] Aug 22 02:18:25.802 INFO BUILD STRING "heads/stlouis-0-g60122b5709\n"
94542024-08-22T02:18:27.910Z[ host-image] Aug 22 02:18:25.802 INFO expanded image name: "ci 9f09cb8/${os_short_commit} 2024-08-22 01:50" -> "ci 9f09cb8/60122b5 2024-08-22 01:50"
94552024-08-22T02:18:27.913Z[ host-image] Aug 22 02:18:25.802 INFO output artefacts stored in: "/work/os-host"
94562024-08-22T02:18:27.913Z[ host-image] Aug 22 02:18:25.802 INFO collecting git info from project "amd-host-image-builder"...
94572024-08-22T02:18:27.924Z[ host-image] Aug 22 02:18:25.816 INFO collecting git info from project "bootserver"...
94582024-08-22T02:18:27.929Z[ host-image] Aug 22 02:18:25.820 INFO collecting git info from project "amd-firmware"...
94592024-08-22T02:18:27.937Z[ host-image] Aug 22 02:18:25.828 INFO collecting git info from project "pilot"...
94602024-08-22T02:18:27.942Z[ host-image] Aug 22 02:18:25.833 INFO collecting git info from project "pinprick"...
94612024-08-22T02:18:27.947Z[ host-image] Aug 22 02:18:25.838 INFO collecting git info from project "image-builder"...
94622024-08-22T02:18:27.951Z[ host-image] Aug 22 02:18:25.842 INFO collecting git info from project "chelsio-t6-roms"...
94632024-08-22T02:18:27.955Z[ host-image] Aug 22 02:18:25.847 INFO collecting git info from project "phbl"...
94642024-08-22T02:18:27.960Z[ host-image] Aug 22 02:18:25.851 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
94652024-08-22T02:18:28.316Z[ host-image] Aug 22 02:18:26.207 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
94662024-08-22T02:18:28.652Z[ host-image] Aug 22 02:18:26.543 INFO creating Oxide boot image...
94672024-08-22T02:18:28.652Z[ host-image] Aug 22 02:18:26.544 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 9f09cb8/60122b5 2024-08-22 01:50", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
94682024-08-22T02:18:29.586Z[ host-image] Aug 22 02:18:27.477 INFO O| ok, image written!
94692024-08-22T02:18:29.588Z[ host-image] Aug 22 02:18:27.477 INFO O| ok, boot_image_csum file written!
94702024-08-22T02:18:29.591Z[ host-image] Aug 22 02:18:27.480 INFO creating boot archive (CPIO)...
94712024-08-22T02:18:29.591Z[ host-image] Aug 22 02:18:27.480 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None
94722024-08-22T02:18:29.598Z[ host-image] Aug 22 02:18:27.489 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
94732024-08-22T02:18:29.598Z[ host-image] Aug 22 02:18:27.489 INFO E| + outfile=/work/os-host/cpio
94742024-08-22T02:18:29.600Z[ host-image] Aug 22 02:18:27.489 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
94752024-08-22T02:18:29.600Z[ host-image] Aug 22 02:18:27.491 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
94762024-08-22T02:18:29.602Z[ host-image] Aug 22 02:18:27.491 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
94772024-08-22T02:18:29.636Z[ host-image] Aug 22 02:18:27.527 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
94782024-08-22T02:18:29.637Z[ host-image] Aug 22 02:18:27.528 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
94792024-08-22T02:18:29.644Z[ host-image] Aug 22 02:18:27.535 INFO creating compressed cpio/unix for nanobl-rs...
94802024-08-22T02:18:29.644Z[ host-image] Aug 22 02:18:27.535 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/rpool/images/build/host/work/gimlet/ramdisk/platform/oxide/kernel/amd64/unix\' >\'/work/os-host/unix.z\'"], pwd: None
94812024-08-22T02:18:29.929Z[ host-image] Aug 22 02:18:27.820 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
94822024-08-22T02:18:34.264Z[ host-image] Aug 22 02:18:32.155 INFO creating reset image...
94832024-08-22T02:18:34.270Z[ host-image] Aug 22 02:18:32.155 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
94842024-08-22T02:18:34.346Z[ host-image] Aug 22 02:18:32.237 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
94852024-08-22T02:18:34.348Z[ host-image] Aug 22 02:18:32.237 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
94862024-08-22T02:18:34.408Z[ host-image] Aug 22 02:18:32.299 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
94872024-08-22T02:18:36.595Z[ host-image] Aug 22 02:18:34.485 INFO E| Finished `release` profile [optimized] target(s) in 2.23s
94882024-08-22T02:18:36.608Z[ host-image] Aug 22 02:18:34.498 INFO building host image...
94892024-08-22T02:18:36.610Z[ host-image] Aug 22 02:18:34.498 INFO exec: ["/work/oxidecomputer/helios/projects/amd-host-image-builder/target/debug/amd-host-image-builder", "-B", "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5", "--output-file", "/work/os-host/rom", "--reset-image", "/work/oxidecomputer/helios/projects/phbl/target/x86_64-oxide-none-elf/release/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
94902024-08-22T02:18:37.065Z[ host-image] Aug 22 02:18:34.954 INFO finishing image archive at "/work/os-host/os.tar.gz"...
94912024-08-22T02:19:22.679Z[ host-image] Aug 22 02:19:20.563 INFO image complete! materials are in "/work/os-host"
94922024-08-22T02:19:22.683Z[ host-image]
94932024-08-22T02:19:22.683Z[ host-image] real 8:16.199061713
94942024-08-22T02:19:22.683Z[ host-image] user 4:02.870127755
94952024-08-22T02:19:22.683Z[ host-image] sys 50.380342497
94962024-08-22T02:19:22.683Z[ host-image] trap 0.137960833
94972024-08-22T02:19:22.683Z[ host-image] tflt 0.018171895
94982024-08-22T02:19:22.683Z[ host-image] dflt 0.008194354
94992024-08-22T02:19:22.683Z[ host-image] kflt 0.000000000
95002024-08-22T02:19:22.685Z[ host-image] lock 8:28.710358646
95012024-08-22T02:19:22.685Z[ host-image] slp 44:53.307419188
95022024-08-22T02:19:22.686Z[ host-image] lat 1:08.699007887
95032024-08-22T02:19:22.686Z[ host-image] stop 0.768794895
95042024-08-22T02:19:22.686ZAug 22 02:19:20.567 INFO [host-image] process exited with exit status: 0 (496.211738063s)
95052024-08-22T02:19:22.686ZAug 22 02:19:20.567 INFO [tuf-repo] running task
95062024-08-22T02:19:29.614ZAug 22 02:19:27.497 INFO assembling repository in `/tmp/tufaceousFDyhXT`, component: OmicronRepoAssembler
95072024-08-22T02:19:34.042ZAug 22 02:19:31.924 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
95082024-08-22T02:19:34.228ZAug 22 02:19:32.111 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
95092024-08-22T02:19:45.559ZAug 22 02:19:43.440 INFO [tuf-repo] task succeeded (22.8737026s)
95102024-08-22T02:19:45.559ZAug 22 02:19:43.440 INFO all jobs completed in 1742.272156422s
95112024-08-22T02:19:46.089Zprocess exited: duration 2281311 ms, exit code 0
 
95122024-08-22T02:19:46.100Zfound 33 output files
95132024-08-22T02:19:46.100Zuploading: /work/manifest.toml (8404 bytes)
95142024-08-22T02:19:47.110Zuploaded: /work/manifest.toml
95152024-08-22T02:19:47.110Zuploading: /work/repo.zip (1781329576 bytes)
95162024-08-22T02:20:18.822Zuploaded: /work/repo.zip
95172024-08-22T02:20:18.822Zuploading: /work/repo.zip.sha256.txt (65 bytes)
95182024-08-22T02:20:19.830Zuploaded: /work/repo.zip.sha256.txt
95192024-08-22T02:20:19.831Zuploading: /work/helios-setup.log (52068 bytes)
95202024-08-22T02:20:20.842Zuploaded: /work/helios-setup.log
95212024-08-22T02:20:20.842Zuploading: /work/host-image.log (194380 bytes)
95222024-08-22T02:20:21.859Zuploaded: /work/host-image.log
95232024-08-22T02:20:21.859Zuploading: /work/host-package.log (18948 bytes)
95242024-08-22T02:20:22.868Zuploaded: /work/host-package.log
95252024-08-22T02:20:22.868Zuploading: /work/host-target.log (101 bytes)
95262024-08-22T02:20:23.875Zuploaded: /work/host-target.log
95272024-08-22T02:20:23.875Zuploading: /work/omicron-package.log (4543 bytes)
95282024-08-22T02:20:24.884Zuploaded: /work/omicron-package.log
95292024-08-22T02:20:24.884Zuploading: /work/phbl-toolchain.log (881 bytes)
95302024-08-22T02:20:25.890Zuploaded: /work/phbl-toolchain.log
95312024-08-22T02:20:25.890Zuploading: /work/recovery-image.log (590611 bytes)
95322024-08-22T02:20:26.918Zuploaded: /work/recovery-image.log
95332024-08-22T02:20:26.919Zuploading: /work/recovery-package.log (282 bytes)
95342024-08-22T02:20:27.926Zuploaded: /work/recovery-package.log
95352024-08-22T02:20:27.926Zuploading: /work/recovery-target.log (98 bytes)
95362024-08-22T02:20:28.933Zuploaded: /work/recovery-target.log
95372024-08-22T02:20:28.936Zuploading: /work/stamp-clickhouse.log (117 bytes)
95382024-08-22T02:20:29.942Zuploaded: /work/stamp-clickhouse.log
95392024-08-22T02:20:29.942Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
95402024-08-22T02:20:30.950Zuploaded: /work/stamp-clickhouse_keeper.log
95412024-08-22T02:20:30.950Zuploading: /work/stamp-cockroachdb.log (118 bytes)
95422024-08-22T02:20:31.957Zuploaded: /work/stamp-cockroachdb.log
95432024-08-22T02:20:31.958Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
95442024-08-22T02:20:32.965Zuploaded: /work/stamp-crucible-dtrace.log
95452024-08-22T02:20:32.966Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
95462024-08-22T02:20:33.973Zuploaded: /work/stamp-crucible-pantry-zone.log
95472024-08-22T02:20:33.976Zuploading: /work/stamp-crucible-zone.log (120 bytes)
95482024-08-22T02:20:34.981Zuploaded: /work/stamp-crucible-zone.log
95492024-08-22T02:20:34.982Zuploading: /work/stamp-external-dns.log (119 bytes)
95502024-08-22T02:20:35.989Zuploaded: /work/stamp-external-dns.log
95512024-08-22T02:20:35.989Zuploading: /work/stamp-installinator.log (103 bytes)
95522024-08-22T02:20:36.997Zuploaded: /work/stamp-installinator.log
95532024-08-22T02:20:36.999Zuploading: /work/stamp-internal-dns.log (119 bytes)
95542024-08-22T02:20:38.005Zuploaded: /work/stamp-internal-dns.log
95552024-08-22T02:20:38.005Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
95562024-08-22T02:20:39.013Zuploaded: /work/stamp-mg-ddm-gz.log
95572024-08-22T02:20:39.013Zuploading: /work/stamp-nexus.log (112 bytes)
95582024-08-22T02:20:40.021Zuploaded: /work/stamp-nexus.log
95592024-08-22T02:20:40.023Zuploading: /work/stamp-ntp.log (110 bytes)
95602024-08-22T02:20:41.029Zuploaded: /work/stamp-ntp.log
95612024-08-22T02:20:41.029Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
95622024-08-22T02:20:42.037Zuploaded: /work/stamp-omicron-sled-agent.log
95632024-08-22T02:20:42.037Zuploading: /work/stamp-overlay.log (114 bytes)
95642024-08-22T02:20:43.044Zuploaded: /work/stamp-overlay.log
95652024-08-22T02:20:43.045Zuploading: /work/stamp-oximeter.log (115 bytes)
95662024-08-22T02:20:44.052Zuploaded: /work/stamp-oximeter.log
95672024-08-22T02:20:44.054Zuploading: /work/stamp-oxlog.log (109 bytes)
95682024-08-22T02:20:45.060Zuploaded: /work/stamp-oxlog.log
95692024-08-22T02:20:45.066Zuploading: /work/stamp-probe.log (112 bytes)
95702024-08-22T02:20:46.071Zuploaded: /work/stamp-probe.log
95712024-08-22T02:20:46.071Zuploading: /work/stamp-propolis-server.log (122 bytes)
95722024-08-22T02:20:47.079Zuploaded: /work/stamp-propolis-server.log
95732024-08-22T02:20:47.079Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
95742024-08-22T02:20:48.087Zuploaded: /work/stamp-pumpkind-gz.log
95752024-08-22T02:20:48.087Zuploading: /work/stamp-switch-asic.log (118 bytes)
95762024-08-22T02:20:49.095Zuploaded: /work/stamp-switch-asic.log
95772024-08-22T02:20:49.097Zuploading: /work/verify-libraries.log (1888 bytes)
95782024-08-22T02:20:50.103Zuploaded: /work/verify-libraries.log