01J4HTEPS5JP0VCG97B5BF3YD3: 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: 01J4HTF6FN5NP0HZD0VYR8ZXD2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-05T17:50:54.585Zjob assigned to worker 01J4HTJYG70W22EBX2ZP6YKV1R (queued for 3 m 2 s)
 
22024-08-05T17:51:02.431Zstarting task 0: "setup"
32024-08-05T17:51:02.492Z++ uname -s
42024-08-05T17:51:02.495Z+ kern=SunOS
52024-08-05T17:51:02.495Z+ case "$kern" in
62024-08-05T17:51:02.495Z+ groupadd -g 12345 build
72024-08-05T17:51:02.503Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-05T17:51:04.507Z+ zfs create -o mountpoint=/work rpool/work
92024-08-05T17:51:04.591Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-05T17:51:04.595Z+ home_fs=zfs
112024-08-05T17:51:04.595Z+ [[ zfs == autofs ]]
122024-08-05T17:51:04.595Z+ mkdir -p /home/build
132024-08-05T17:51:04.598Z+ chown build:build /home/build /work
142024-08-05T17:51:06.598Z+ chmod 0700 /home/build /work
152024-08-05T17:51:06.601Zprocess exited: duration 4169 ms, exit code 0
 
162024-08-05T17:51:06.607Zstarting task 1: "rust-toolchain"
172024-08-05T17:51:06.613Z+ printf ' * toolchain channel = "%s"
182024-08-05T17:51:06.613Z' 1.78.0
192024-08-05T17:51:06.613Z * toolchain channel = "1.78.0"
202024-08-05T17:51:06.613Z * toolchain profile = "default"
212024-08-05T17:51:06.613Z+ printf ' * toolchain profile = "%s"
222024-08-05T17:51:06.613Z' default
232024-08-05T17:51:06.616Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-05T17:51:06.616Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-08-05T17:51:06.717Zinfo: downloading installer
262024-08-05T17:51:08.004Zinfo: profile set to 'default'
272024-08-05T17:51:08.004Zinfo: default host triple is x86_64-unknown-illumos
282024-08-05T17:51:08.007Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-08-05T17:51:08.134Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-08-05T17:51:08.134Zinfo: downloading component 'cargo'
312024-08-05T17:51:08.820Zinfo: downloading component 'clippy'
322024-08-05T17:51:09.049Zinfo: downloading component 'rust-docs'
332024-08-05T17:51:09.955Zinfo: downloading component 'rust-std'
342024-08-05T17:51:11.404Zinfo: downloading component 'rustc'
352024-08-05T17:51:15.067Zinfo: downloading component 'rustfmt'
362024-08-05T17:51:15.267Zinfo: installing component 'cargo'
372024-08-05T17:51:16.094Zinfo: installing component 'clippy'
382024-08-05T17:51:16.457Zinfo: installing component 'rust-docs'
392024-08-05T17:51:18.004Zinfo: installing component 'rust-std'
402024-08-05T17:51:19.777Zinfo: installing component 'rustc'
412024-08-05T17:51:24.002Zinfo: installing component 'rustfmt'
422024-08-05T17:51:24.340Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-08-05T17:51:24.340Z
442024-08-05T17:51:24.601Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-08-05T17:51:24.601Z
462024-08-05T17:51:24.603Z
472024-08-05T17:51:24.603ZRust is installed now. Great!
482024-08-05T17:51:24.603Z
492024-08-05T17:51:24.603ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-05T17:51:24.603Zenvironment variable. This has not been done automatically.
512024-08-05T17:51:24.603Z
522024-08-05T17:51:24.604ZTo configure your current shell, you need to source
532024-08-05T17:51:24.604Zthe corresponding env file under $HOME/.cargo.
542024-08-05T17:51:24.604Z
552024-08-05T17:51:24.604ZThis is usually done by running one of the following (note the leading DOT):
562024-08-05T17:51:24.604Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-05T17:51:24.604Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-05T17:51:24.668Z+ rustc --version
592024-08-05T17:51:24.729Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-08-05T17:51:24.732Zprocess exited: duration 18122 ms, exit code 0
 
612024-08-05T17:51:24.738Zstarting task 2: "authentication"
622024-08-05T17:51:24.759Zprocess exited: duration 21 ms, exit code 0
 
632024-08-05T17:51:24.766Zstarting task 3: "clone repository"
642024-08-05T17:51:24.771Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-05T17:51:24.773Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-05T17:51:24.929ZCloning into '/work/oxidecomputer/omicron'...
672024-08-05T17:51:30.862Z+ cd /work/oxidecomputer/omicron
682024-08-05T17:51:30.864Z+ git fetch origin d719e838ffd90920fc5d0150c614b1ead9904180
692024-08-05T17:51:31.176ZFrom https://github.com/oxidecomputer/omicron
702024-08-05T17:51:31.176Z * branch d719e838ffd90920fc5d0150c614b1ead9904180 -> FETCH_HEAD
712024-08-05T17:51:31.185Z+ [[ -n eliza/omdb-migration ]]
722024-08-05T17:51:31.188Z++ git branch --show-current
732024-08-05T17:51:31.190Z+ current=main
742024-08-05T17:51:31.191Z+ [[ main != eliza/omdb-migration ]]
752024-08-05T17:51:31.191Z+ git branch -f eliza/omdb-migration d719e838ffd90920fc5d0150c614b1ead9904180
762024-08-05T17:51:31.193Z+ git checkout -f eliza/omdb-migration
772024-08-05T17:51:31.337ZSwitched to branch 'eliza/omdb-migration'
782024-08-05T17:51:31.340Z+ git reset --hard d719e838ffd90920fc5d0150c614b1ead9904180
792024-08-05T17:51:31.483ZHEAD is now at d719e838f reduce repetition of `tabled` structs
802024-08-05T17:51:31.486Zprocess exited: duration 6717 ms, exit code 0
 
812024-08-05T17:51:31.491Zstarting task 4: "build"
822024-08-05T17:51:31.497Z+ cargo --version
832024-08-05T17:51:31.552Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-08-05T17:51:31.555Z+ rustc --version
852024-08-05T17:51:31.609Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-08-05T17:51:31.612Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-08-05T17:51:49.353Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-08-05T17:51:51.690Z Startup: Caching catalogs ... Done
892024-08-05T17:51:55.560ZPlanning: Solver setup ... Done (3.287s)
902024-08-05T17:51:55.621ZPlanning: Running solver ... Done (0.060s)
912024-08-05T17:51:55.673ZPlanning: Finding local manifests ... Done (0.004s)
922024-08-05T17:51:55.687ZPlanning: Fetching manifests: 0/4 0% complete
932024-08-05T17:51:55.989ZPlanning: Fetching manifests: 4/4 100% complete
942024-08-05T17:51:56.039ZPlanning: Package planning ... Done (0.050s)
952024-08-05T17:51:56.089ZPlanning: Merging actions ... Done (0.050s)
962024-08-05T17:51:57.334ZPlanning: Checking for conflicting actions ... Done (1.245s)
972024-08-05T17:51:57.346ZPlanning: Consolidating action changes ... Done (0.011s)
982024-08-05T17:52:04.450ZPlanning: Evaluating mediators ... Done (7.103s)
992024-08-05T17:52:04.460ZPlanning: Planning completed in 12.70 seconds
1002024-08-05T17:52:05.562Z Packages to install: 4
1012024-08-05T17:52:05.562Z Mediators to change: 2
1022024-08-05T17:52:05.562Z Services to change: 1
1032024-08-05T17:52:05.562Z Estimated space available: 155.77 GB
1042024-08-05T17:52:05.562ZEstimated space to be consumed: 1.47 GB
1052024-08-05T17:52:05.564Z Create boot environment: No
1062024-08-05T17:52:05.565ZCreate backup boot environment: No
1072024-08-05T17:52:05.565Z Rebuild boot archive: No
1082024-08-05T17:52:05.565Z
1092024-08-05T17:52:05.565ZChanged mediators:
1102024-08-05T17:52:05.565Z mediator clang:
1112024-08-05T17:52:05.565Z version: None -> 15 (system default)
1122024-08-05T17:52:05.565Z
1132024-08-05T17:52:05.565Z mediator llvm:
1142024-08-05T17:52:05.565Z version: 14 (system default) -> 15 (system default)
1152024-08-05T17:52:05.565Z
1162024-08-05T17:52:05.565ZChanged packages:
1172024-08-05T17:52:05.565Zhelios-dev
1182024-08-05T17:52:05.565Z developer/build-essential
1192024-08-05T17:52:05.565Z None -> 11-2.0
1202024-08-05T17:52:05.565Z library/libxmlsec1
1212024-08-05T17:52:05.565Z None -> 1.2.35-2.0
1222024-08-05T17:52:05.565Z ooce/developer/clang-15
1232024-08-05T17:52:05.565Z None -> 15.0.7-2.0
1242024-08-05T17:52:05.565Z ooce/developer/llvm-15
1252024-08-05T17:52:05.565Z None -> 15.0.7-2.0
1262024-08-05T17:52:05.565Z
1272024-08-05T17:52:05.565ZServices:
1282024-08-05T17:52:05.565Z restart_fmri:
1292024-08-05T17:52:05.565Z svc:/system/update-man-index:default
1302024-08-05T17:52:05.821Z
1312024-08-05T17:52:05.821ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322024-08-05T17:52:10.825ZDownload: 1294/3290 items 103.1/212.6MB 48% complete (20.6M/s)
1332024-08-05T17:52:15.826ZDownload: 3196/3290 items 154.5/212.6MB 72% complete (15.4M/s)
1342024-08-05T17:52:17.552ZDownload: Completed 212.60 MB in 11.73 seconds (18.1M/s)
1352024-08-05T17:52:18.040Z Actions: 1/3689 actions (Installing new actions)
1362024-08-05T17:52:23.052Z Actions: 3549/3689 actions (Installing new actions)
1372024-08-05T17:52:23.889Z Actions: Completed 3689 actions in 5.85 seconds.
1382024-08-05T17:52:24.146Z Done (0.253s)
1392024-08-05T17:52:24.146Z Done (0.000s)
1402024-08-05T17:52:24.500Z Done (0.353s)
1412024-08-05T17:52:30.974Z Done (6.305s)
1422024-08-05T17:52:31.261Z Done (0.223s)
1432024-08-05T17:52:31.264Z Done (0.000s)
1442024-08-05T17:52:31.874Z Done (0.000s)
1452024-08-05T17:52:32.460ZPlanning: Evaluating mediator changes ... Done
1462024-08-05T17:52:32.621ZPlanning: Checking for conflicting actions ... Done
1472024-08-05T17:52:32.624ZPlanning: Consolidating action changes ... Done
1482024-08-05T17:52:32.889ZPlanning: Evaluating mediators ... Done
1492024-08-05T17:52:32.891ZPlanning: Planning completed in 0.43 seconds
1502024-08-05T17:52:32.921Z Mediators to change: 2
1512024-08-05T17:52:32.921Z Create boot environment: No
1522024-08-05T17:52:32.924ZCreate backup boot environment: No
1532024-08-05T17:52:33.022Z Done
1542024-08-05T17:52:33.022Z Done
1552024-08-05T17:52:33.241Z Done
1562024-08-05T17:52:36.732Z Done
1572024-08-05T17:52:36.816Z Done
1582024-08-05T17:52:36.820Z Done
1592024-08-05T17:52:37.179Z Done
1602024-08-05T17:52:37.794ZPlanning: Evaluating mediator changes ... Done
1612024-08-05T17:52:37.797ZPlanning: Merging actions ... Done
1622024-08-05T17:52:37.990ZPlanning: Checking for conflicting actions ... Done
1632024-08-05T17:52:37.994ZPlanning: Consolidating action changes ... Done
1642024-08-05T17:52:38.258ZPlanning: Evaluating mediators ... Done
1652024-08-05T17:52:38.314ZPlanning: Planning completed in 0.76 seconds
1662024-08-05T17:52:38.350Z Packages to change: 1
1672024-08-05T17:52:38.350Z Mediators to change: 1
1682024-08-05T17:52:38.353Z Services to change: 1
1692024-08-05T17:52:38.353Z Create boot environment: No
1702024-08-05T17:52:38.353ZCreate backup boot environment: Yes
1712024-08-05T17:52:40.399Z Actions: 1/6 actions (Updating modified actions)
1722024-08-05T17:52:40.536Z Actions: Completed 6 actions in 0.14 seconds.
1732024-08-05T17:52:40.539Z Done
1742024-08-05T17:52:40.539Z Done
1752024-08-05T17:52:40.611Z Done
1762024-08-05T17:52:44.219Z Done
1772024-08-05T17:52:44.300Z Done
1782024-08-05T17:52:44.302Z Done
1792024-08-05T17:52:44.611Z Done
1802024-08-05T17:52:45.055ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1812024-08-05T17:52:45.055Zclang system 15 system
1822024-08-05T17:52:45.055Zcsh system system illumos
1832024-08-05T17:52:45.055Zctags system system illumos
1842024-08-05T17:52:45.055Zgcc vendor 12 vendor
1852024-08-05T17:52:45.055Zgcc system 10 system
1862024-08-05T17:52:45.055Zgcc system 7 system
1872024-08-05T17:52:45.055Zgo system 1.20 system
1882024-08-05T17:52:45.055Zgo system 1.19 system
1892024-08-05T17:52:45.055Zllvm system 15 system
1902024-08-05T17:52:45.055Zllvm system 14 system
1912024-08-05T17:52:45.055Zmariadb system 10.6 system
1922024-08-05T17:52:45.055Zmta vendor vendor dma
1932024-08-05T17:52:45.055Zopenjdk system 17 system
1942024-08-05T17:52:45.055Zopenjdk system 11 system
1952024-08-05T17:52:45.055Zopenjdk system 1.8 system
1962024-08-05T17:52:45.055Zopenssl vendor 3 vendor
1972024-08-05T17:52:45.055Zperl system 5.36 system
1982024-08-05T17:52:45.055Zpostgresql system 15 system
1992024-08-05T17:52:45.055Zpostgresql system 13 system
2002024-08-05T17:52:45.055Zpython vendor 3 vendor
2012024-08-05T17:52:45.055Zpython system 2 system
2022024-08-05T17:52:45.055Zpython3 system 3.11 system
2032024-08-05T17:52:45.055Zruby system 3.0 system
2042024-08-05T17:52:45.055Zwords vendor vendor american-english
2052024-08-05T17:52:45.055Zwords system system australian-english
2062024-08-05T17:52:45.055Zwords system system british-english
2072024-08-05T17:52:45.055Zwords system system canadian-english
2082024-08-05T17:52:45.055Zwords system system french
2092024-08-05T17:52:45.056Zwords system system italian
2102024-08-05T17:52:45.056Zwords system system ngerman
2112024-08-05T17:52:45.056Zwords system system ogerman
2122024-08-05T17:52:45.056Zwords system system spanish
2132024-08-05T17:52:45.395ZPUBLISHER TYPE STATUS P LOCATION
2142024-08-05T17:52:45.395Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2152024-08-05T17:52:47.068ZFMRI IFO
2162024-08-05T17:52:47.068Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2172024-08-05T17:52:47.068Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2182024-08-05T17:52:47.068Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2192024-08-05T17:52:47.068Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2202024-08-05T17:52:47.068Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2212024-08-05T17:52:47.068Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2222024-08-05T17:52:47.068Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2232024-08-05T17:52:47.068Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2242024-08-05T17:52:47.068Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2252024-08-05T17:52:47.068Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2262024-08-05T17:52:47.068Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2272024-08-05T17:52:47.068Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2282024-08-05T17:52:47.608Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2292024-08-05T17:52:47.995Z Updating git repository `https://github.com/oxidecomputer/zone`
2302024-08-05T17:52:48.384Z Updating crates.io index
2312024-08-05T17:52:48.438Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2322024-08-05T17:52:49.247Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2332024-08-05T17:52:50.020Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2342024-08-05T17:52:50.442Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2352024-08-05T17:52:51.993Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2362024-08-05T17:52:52.358Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2372024-08-05T17:52:52.598Z Updating git repository `https://github.com/oxidecomputer/propolis`
2382024-08-05T17:52:53.759Z Updating git repository `https://github.com/oxidecomputer/crucible`
2392024-08-05T17:52:55.950Z Updating git repository `https://github.com/oxidecomputer/opte`
2402024-08-05T17:52:57.054Z Updating git repository `https://github.com/oxidecomputer/falcon`
2412024-08-05T17:52:57.815Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422024-08-05T17:52:58.343Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2432024-08-05T17:52:58.753Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2442024-08-05T17:52:59.030Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2452024-08-05T17:52:59.357Z Updating git repository `https://github.com/oxidecomputer/tofino`
2462024-08-05T17:52:59.642Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2472024-08-05T17:52:59.958Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2482024-08-05T17:53:00.224Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2492024-08-05T17:53:00.645Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2502024-08-05T17:53:00.959Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512024-08-05T17:53:01.242Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2522024-08-05T17:53:01.639Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532024-08-05T17:53:02.254Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2542024-08-05T17:53:02.680Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2552024-08-05T17:53:03.096Z Updating git repository `https://github.com/oxidecomputer/typify`
2562024-08-05T17:53:05.364Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2572024-08-05T17:53:05.687Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2582024-08-05T17:53:05.985Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2592024-08-05T17:53:06.543Z Updating git repository `https://github.com/oxidecomputer/rfb`
2602024-08-05T17:53:07.644Z Downloading crates ...
2612024-08-05T17:53:07.746Z Downloaded foreign-types-shared v0.1.1
2622024-08-05T17:53:07.761Z Downloaded pretty-hex v0.4.1
2632024-08-05T17:53:07.764Z Downloaded anstyle-parse v0.2.4
2642024-08-05T17:53:07.768Z Downloaded equivalent v1.0.1
2652024-08-05T17:53:07.770Z Downloaded is-terminal v0.4.12
2662024-08-05T17:53:07.770Z Downloaded plain v0.2.3
2672024-08-05T17:53:07.774Z Downloaded powerfmt v0.2.0
2682024-08-05T17:53:07.774Z Downloaded pkg-config v0.3.30
2692024-08-05T17:53:07.777Z Downloaded pin-utils v0.1.0
2702024-08-05T17:53:07.777Z Downloaded pin-project-lite v0.2.14
2712024-08-05T17:53:07.781Z Downloaded strum v0.26.3
2722024-08-05T17:53:07.784Z Downloaded tinyvec_macros v0.1.1
2732024-08-05T17:53:07.784Z Downloaded time-core v0.1.2
2742024-08-05T17:53:07.787Z Downloaded swrite v0.1.0
2752024-08-05T17:53:07.787Z Downloaded want v0.3.1
2762024-08-05T17:53:07.787Z Downloaded fs-err v2.11.0
2772024-08-05T17:53:07.789Z Downloaded dof v0.3.0
2782024-08-05T17:53:07.792Z Downloaded tower-service v0.3.2
2792024-08-05T17:53:07.792Z Downloaded usdt-attr-macro v0.5.0
2802024-08-05T17:53:07.792Z Downloaded futures-macro v0.3.30
2812024-08-05T17:53:07.795Z Downloaded rustls-pemfile v1.0.4
2822024-08-05T17:53:07.795Z Downloaded futures-executor v0.3.30
2832024-08-05T17:53:07.797Z Downloaded usdt-macro v0.5.0
2842024-08-05T17:53:07.798Z Downloaded anstream v0.6.14
2852024-08-05T17:53:07.800Z Downloaded scroll_derive v0.12.0
2862024-08-05T17:53:07.800Z Downloaded http-body v0.4.6
2872024-08-05T17:53:07.803Z Downloaded xattr v1.3.1
2882024-08-05T17:53:07.805Z Downloaded filetime v0.2.23
2892024-08-05T17:53:07.806Z Downloaded mime v0.3.17
2902024-08-05T17:53:07.808Z Downloaded hyper-tls v0.5.0
2912024-08-05T17:53:07.811Z Downloaded slog-bunyan v2.5.0
2922024-08-05T17:53:07.811Z Downloaded thread_local v1.1.8
2932024-08-05T17:53:07.811Z Downloaded signal-hook-registry v1.4.2
2942024-08-05T17:53:07.813Z Downloaded serde_spanned v0.6.6
2952024-08-05T17:53:07.813Z Downloaded httpdate v1.0.3
2962024-08-05T17:53:07.816Z Downloaded macaddr v1.0.1
2972024-08-05T17:53:07.816Z Downloaded tokio-macros v2.3.0
2982024-08-05T17:53:07.820Z Downloaded toml_datetime v0.6.6
2992024-08-05T17:53:07.820Z Downloaded thiserror v1.0.63
3002024-08-05T17:53:07.823Z Downloaded dtrace-parser v0.2.0
3012024-08-05T17:53:07.825Z Downloaded crc32fast v1.4.0
3022024-08-05T17:53:07.825Z Downloaded try-lock v0.2.5
3032024-08-05T17:53:07.828Z Downloaded pest_generator v2.7.10
3042024-08-05T17:53:07.828Z Downloaded deranged v0.3.11
3052024-08-05T17:53:07.828Z Downloaded cargo_metadata v0.18.1
3062024-08-05T17:53:07.831Z Downloaded sync_wrapper v0.1.2
3072024-08-05T17:53:07.831Z Downloaded proc-macro-error v1.0.4
3082024-08-05T17:53:07.834Z Downloaded camino v1.1.7
3092024-08-05T17:53:07.836Z Downloaded slab v0.4.9
3102024-08-05T17:53:07.840Z Downloaded strsim v0.11.1
3112024-08-05T17:53:07.840Z Downloaded serde_tokenstream v0.2.1
3122024-08-05T17:53:07.842Z Downloaded scopeguard v1.2.0
3132024-08-05T17:53:07.843Z Downloaded match_cfg v0.1.0
3142024-08-05T17:53:07.845Z Downloaded openssl-macros v0.1.1
3152024-08-05T17:53:07.845Z Downloaded slog-term v2.9.1
3162024-08-05T17:53:07.848Z Downloaded slog-json v2.6.1
3172024-08-05T17:53:07.848Z Downloaded proc-macro2 v1.0.86
3182024-08-05T17:53:07.851Z Downloaded futures-channel v0.3.30
3192024-08-05T17:53:07.853Z Downloaded adler v1.0.2
3202024-08-05T17:53:07.856Z Downloaded zerocopy-derive v0.7.34
3212024-08-05T17:53:07.859Z Downloaded lock_api v0.4.12
3222024-08-05T17:53:07.862Z Downloaded clap_derive v4.5.8
3232024-08-05T17:53:07.862Z Downloaded scroll v0.12.0
3242024-08-05T17:53:07.864Z Downloaded version_check v0.9.4
3252024-08-05T17:53:07.864Z Downloaded utf8parse v0.2.1
3262024-08-05T17:53:07.864Z Downloaded thread-id v4.2.1
3272024-08-05T17:53:07.867Z Downloaded dirs-sys-next v0.1.2
3282024-08-05T17:53:07.867Z Downloaded cpufeatures v0.2.12
3292024-08-05T17:53:07.869Z Downloaded cargo-platform v0.1.8
3302024-08-05T17:53:07.869Z Downloaded terminal_size v0.3.0
3312024-08-05T17:53:07.872Z Downloaded parking_lot_core v0.9.10
3322024-08-05T17:53:07.872Z Downloaded strum_macros v0.26.4
3332024-08-05T17:53:07.875Z Downloaded usdt-impl v0.5.0
3342024-08-05T17:53:07.878Z Downloaded usdt v0.5.0
3352024-08-05T17:53:07.878Z Downloaded socket2 v0.5.7
3362024-08-05T17:53:07.880Z Downloaded heck v0.4.1
3372024-08-05T17:53:07.880Z Downloaded itoa v1.0.11
3382024-08-05T17:53:07.883Z Downloaded hostname v0.3.1
3392024-08-05T17:53:07.883Z Downloaded typenum v1.17.0
3402024-08-05T17:53:07.886Z Downloaded slog v2.7.0
3412024-08-05T17:53:07.888Z Downloaded num_cpus v1.16.0
3422024-08-05T17:53:07.891Z Downloaded percent-encoding v2.3.1
3432024-08-05T17:53:07.891Z Downloaded tokio-native-tls v0.3.1
3442024-08-05T17:53:07.894Z Downloaded futures-task v0.3.30
3452024-08-05T17:53:07.894Z Downloaded crossbeam-utils v0.8.19
3462024-08-05T17:53:07.897Z Downloaded cargo_toml v0.20.4
3472024-08-05T17:53:07.899Z Downloaded memmap v0.7.0
3482024-08-05T17:53:07.899Z Downloaded semver v1.0.23
3492024-08-05T17:53:07.902Z Downloaded futures-core v0.3.30
3502024-08-05T17:53:07.902Z Downloaded unicode-bidi v0.3.15
3512024-08-05T17:53:07.905Z Downloaded ryu v1.0.18
3522024-08-05T17:53:07.908Z Downloaded time-macros v0.2.18
3532024-08-05T17:53:07.910Z Downloaded term v0.7.0
3542024-08-05T17:53:07.913Z Downloaded sha2 v0.10.8
3552024-08-05T17:53:07.916Z Downloaded tracing-core v0.1.32
3562024-08-05T17:53:07.918Z Downloaded toml v0.8.15
3572024-08-05T17:53:07.921Z Downloaded unicode-ident v1.0.12
3582024-08-05T17:53:07.924Z Downloaded tar v0.4.41
3592024-08-05T17:53:07.927Z Downloaded serde v1.0.204
3602024-08-05T17:53:07.930Z Downloaded pest_derive v2.7.10
3612024-08-05T17:53:07.930Z Downloaded url v2.5.2
3622024-08-05T17:53:07.934Z Downloaded once_cell v1.19.0
3632024-08-05T17:53:07.936Z Downloaded ucd-trie v0.1.6
3642024-08-05T17:53:07.939Z Downloaded native-tls v0.2.11
3652024-08-05T17:53:07.939Z Downloaded ipnet v2.9.0
3662024-08-05T17:53:07.942Z Downloaded papergrid v0.11.0
3672024-08-05T17:53:07.945Z Downloaded bitflags v2.6.0
3682024-08-05T17:53:07.949Z Downloaded pest_meta v2.7.10
3692024-08-05T17:53:07.952Z Downloaded miniz_oxide v0.7.2
3702024-08-05T17:53:07.955Z Downloaded httparse v1.8.0
3712024-08-05T17:53:07.957Z Downloaded parking_lot v0.12.2
3722024-08-05T17:53:07.962Z Downloaded cc v1.0.97
3732024-08-05T17:53:07.965Z Downloaded base64 v0.21.7
3742024-08-05T17:53:07.965Z Downloaded tracing v0.1.40
3752024-08-05T17:53:07.968Z Downloaded indexmap v2.2.6
3762024-08-05T17:53:07.972Z Downloaded futures v0.3.30
3772024-08-05T17:53:07.977Z Downloaded unicode-normalization v0.1.23
3782024-08-05T17:53:07.980Z Downloaded http v0.2.12
3792024-08-05T17:53:07.984Z Downloaded toml_edit v0.22.16
3802024-08-05T17:53:08.005Z Downloaded mio v0.8.11
3812024-08-05T17:53:08.010Z Downloaded time v0.3.36
3822024-08-05T17:53:08.017Z Downloaded serde_json v1.0.120
3832024-08-05T17:53:08.024Z Downloaded zerocopy v0.7.34
3842024-08-05T17:53:08.039Z Downloaded tabled v0.15.0
3852024-08-05T17:53:08.054Z Downloaded winnow v0.6.8
3862024-08-05T17:53:08.063Z Downloaded syn v2.0.72
3872024-08-05T17:53:08.073Z Downloaded vcpkg v0.2.15
3882024-08-05T17:53:08.110Z Downloaded rustix v0.38.34
3892024-08-05T17:53:08.131Z Downloaded unicode-width v0.1.13
3902024-08-05T17:53:08.138Z Downloaded openssl v0.10.66
3912024-08-05T17:53:08.147Z Downloaded tokio v1.38.1
3922024-08-05T17:53:08.182Z Downloaded idna v0.5.0
3932024-08-05T17:53:08.188Z Downloaded hyper v0.14.28
3942024-08-05T17:53:08.195Z Downloaded syn v1.0.109
3952024-08-05T17:53:08.204Z Downloaded h2 v0.3.26
3962024-08-05T17:53:08.210Z Downloaded goblin v0.8.2
3972024-08-05T17:53:08.216Z Downloaded futures-util v0.3.30
3982024-08-05T17:53:08.226Z Downloaded libc v0.2.155
3992024-08-05T17:53:08.252Z Downloaded clap_builder v4.5.9
4002024-08-05T17:53:08.258Z Downloaded reqwest v0.11.27
4012024-08-05T17:53:08.265Z Downloaded pest v2.7.10
4022024-08-05T17:53:08.269Z Downloaded encoding_rs v0.8.34
4032024-08-05T17:53:08.289Z Downloaded hashbrown v0.14.5
4042024-08-05T17:53:08.293Z Downloaded openssl-sys v0.9.103
4052024-08-05T17:53:08.298Z Downloaded memchr v2.7.2
4062024-08-05T17:53:08.302Z Downloaded crossbeam-channel v0.5.12
4072024-08-05T17:53:08.306Z Downloaded flate2 v1.0.30
4082024-08-05T17:53:08.310Z Downloaded tokio-util v0.7.11
4092024-08-05T17:53:08.316Z Downloaded log v0.4.21
4102024-08-05T17:53:08.319Z Downloaded bytes v1.6.0
4112024-08-05T17:53:08.322Z Downloaded tinyvec v1.6.0
4122024-08-05T17:53:08.325Z Downloaded serde_derive v1.0.204
4132024-08-05T17:53:08.328Z Downloaded clap v4.5.9
4142024-08-05T17:53:08.335Z Downloaded tabled_derive v0.7.0
4152024-08-05T17:53:08.337Z Downloaded slog-async v2.8.0
4162024-08-05T17:53:08.337Z Downloaded futures-io v0.3.30
4172024-08-05T17:53:08.337Z Downloaded form_urlencoded v1.2.1
4182024-08-05T17:53:08.340Z Downloaded errno v0.3.9
4192024-08-05T17:53:08.340Z Downloaded crypto-common v0.1.6
4202024-08-05T17:53:08.340Z Downloaded clap_lex v0.7.0
4212024-08-05T17:53:08.343Z Downloaded cfg-if v1.0.0
4222024-08-05T17:53:08.343Z Downloaded smallvec v1.13.2
4232024-08-05T17:53:08.346Z Downloaded bytecount v0.6.8
4242024-08-05T17:53:08.346Z Downloaded anyhow v1.0.86
4252024-08-05T17:53:08.349Z Downloaded quote v1.0.36
4262024-08-05T17:53:08.352Z Downloaded digest v0.10.7
4272024-08-05T17:53:08.355Z Downloaded autocfg v1.3.0
4282024-08-05T17:53:08.355Z Downloaded rustversion v1.0.17
4292024-08-05T17:53:08.357Z Downloaded proc-macro-error-attr v1.0.4
4302024-08-05T17:53:08.357Z Downloaded foreign-types v0.3.2
4312024-08-05T17:53:08.357Z Downloaded thiserror-impl v1.0.63
4322024-08-05T17:53:08.360Z Downloaded serde_urlencoded v0.7.1
4332024-08-05T17:53:08.360Z Downloaded heck v0.5.0
4342024-08-05T17:53:08.363Z Downloaded futures-sink v0.3.30
4352024-08-05T17:53:08.363Z Downloaded generic-array v0.14.7
4362024-08-05T17:53:08.366Z Downloaded anstyle-query v1.0.3
4372024-08-05T17:53:08.366Z Downloaded fnv v1.0.7
4382024-08-05T17:53:08.366Z Downloaded dirs-next v2.0.0
4392024-08-05T17:53:08.366Z Downloaded colorchoice v1.0.1
4402024-08-05T17:53:08.368Z Downloaded anstyle v1.0.7
4412024-08-05T17:53:08.368Z Downloaded byteorder v1.5.0
4422024-08-05T17:53:08.371Z Downloaded block-buffer v0.10.4
4432024-08-05T17:53:08.371Z Downloaded take_mut v0.2.2
4442024-08-05T17:53:08.371Z Downloaded openssl-probe v0.1.5
4452024-08-05T17:53:08.374Z Downloaded num-conv v0.1.0
4462024-08-05T17:53:08.374Z Downloaded is_terminal_polyfill v1.70.0
4472024-08-05T17:53:08.374Z Downloaded num_threads v0.1.7
4482024-08-05T17:53:08.667Z Compiling proc-macro2 v1.0.86
4492024-08-05T17:53:08.667Z Compiling unicode-ident v1.0.12
4502024-08-05T17:53:08.672Z Compiling libc v0.2.155
4512024-08-05T17:53:08.672Z Compiling version_check v0.9.4
4522024-08-05T17:53:08.672Z Compiling cfg-if v1.0.0
4532024-08-05T17:53:08.672Z Compiling once_cell v1.19.0
4542024-08-05T17:53:08.703Z Compiling itoa v1.0.11
4552024-08-05T17:53:08.717Z Compiling serde v1.0.204
4562024-08-05T17:53:08.828Z Compiling autocfg v1.3.0
4572024-08-05T17:53:08.896Z Compiling memchr v2.7.2
4582024-08-05T17:53:09.015Z Compiling thiserror v1.0.63
4592024-08-05T17:53:09.129Z Compiling ryu v1.0.18
4602024-08-05T17:53:09.428Z Compiling pin-project-lite v0.2.14
4612024-08-05T17:53:09.534Z Compiling bitflags v2.6.0
4622024-08-05T17:53:09.555Z Compiling parking_lot_core v0.9.10
4632024-08-05T17:53:09.724Z Compiling lock_api v0.4.12
4642024-08-05T17:53:09.889Z Compiling cc v1.0.97
4652024-08-05T17:53:10.339Z Compiling ucd-trie v0.1.6
4662024-08-05T17:53:10.788Z Compiling vcpkg v0.2.15
4672024-08-05T17:53:11.667Z Compiling pkg-config v0.3.30
4682024-08-05T17:53:11.906Z Compiling slab v0.4.9
4692024-08-05T17:53:11.930Z Compiling bytes v1.6.0
4702024-08-05T17:53:11.930Z Compiling scopeguard v1.2.0
4712024-08-05T17:53:12.226Z Compiling futures-sink v0.3.30
4722024-08-05T17:53:12.394Z Compiling smallvec v1.13.2
4732024-08-05T17:53:12.530Z Compiling futures-core v0.3.30
4742024-08-05T17:53:12.707Z Compiling byteorder v1.5.0
4752024-08-05T17:53:12.783Z Compiling quote v1.0.36
4762024-08-05T17:53:12.824Z Compiling log v0.4.21
4772024-08-05T17:53:13.160Z Compiling syn v2.0.72
4782024-08-05T17:53:13.192Z Compiling serde_json v1.0.120
4792024-08-05T17:53:13.218Z Compiling openssl-sys v0.9.103
4802024-08-05T17:53:13.218Z Compiling fnv v1.0.7
4812024-08-05T17:53:13.354Z Compiling equivalent v1.0.1
4822024-08-05T17:53:13.380Z Compiling hashbrown v0.14.5
4832024-08-05T17:53:13.472Z Compiling num_cpus v1.16.0
4842024-08-05T17:53:13.499Z Compiling parking_lot v0.12.2
4852024-08-05T17:53:13.559Z Compiling signal-hook-registry v1.4.2
4862024-08-05T17:53:13.602Z Compiling socket2 v0.5.7
4872024-08-05T17:53:13.756Z Compiling mio v0.8.11
4882024-08-05T17:53:13.793Z Compiling futures-channel v0.3.30
4892024-08-05T17:53:14.390Z Compiling typenum v1.17.0
4902024-08-05T17:53:14.451Z Compiling futures-task v0.3.30
4912024-08-05T17:53:14.589Z Compiling indexmap v2.2.6
4922024-08-05T17:53:14.685Z Compiling futures-io v0.3.30
4932024-08-05T17:53:14.752Z Compiling pin-utils v0.1.0
4942024-08-05T17:53:15.008Z Compiling rustix v0.38.34
4952024-08-05T17:53:15.069Z Compiling errno v0.3.9
4962024-08-05T17:53:15.202Z Compiling generic-array v0.14.7
4972024-08-05T17:53:15.297Z Compiling openssl v0.10.66
4982024-08-05T17:53:15.326Z Compiling slog v2.7.0
4992024-08-05T17:53:15.470Z Compiling foreign-types-shared v0.1.1
5002024-08-05T17:53:15.594Z Compiling foreign-types v0.3.2
5012024-08-05T17:53:15.745Z Compiling http v0.2.12
5022024-08-05T17:53:15.864Z Compiling proc-macro-error-attr v1.0.4
5032024-08-05T17:53:15.888Z Compiling usdt-impl v0.5.0
5042024-08-05T17:53:16.081Z Compiling tracing-core v0.1.32
5052024-08-05T17:53:16.182Z Compiling native-tls v0.2.11
5062024-08-05T17:53:16.413Z Compiling syn v1.0.109
5072024-08-05T17:53:16.475Z Compiling num-conv v0.1.0
5082024-08-05T17:53:16.752Z Compiling httparse v1.8.0
5092024-08-05T17:53:16.776Z Compiling tinyvec_macros v0.1.1
5102024-08-05T17:53:16.855Z Compiling powerfmt v0.2.0
5112024-08-05T17:53:16.969Z Compiling time-core v0.1.2
5122024-08-05T17:53:17.150Z Compiling time-macros v0.2.18
5132024-08-05T17:53:17.174Z Compiling deranged v0.3.11
5142024-08-05T17:53:17.317Z Compiling tinyvec v1.6.0
5152024-08-05T17:53:17.424Z Compiling tracing v0.1.40
5162024-08-05T17:53:18.094Z Compiling thread-id v4.2.1
5172024-08-05T17:53:18.694Z Compiling proc-macro-error v1.0.4
5182024-08-05T17:53:18.739Z Compiling plain v0.2.3
5192024-08-05T17:53:18.890Z Compiling try-lock v0.2.5
5202024-08-05T17:53:18.956Z Compiling crossbeam-utils v0.8.19
5212024-08-05T17:53:18.992Z Compiling percent-encoding v2.3.1
5222024-08-05T17:53:18.995Z Compiling rustversion v1.0.17
5232024-08-05T17:53:19.035Z Compiling openssl-probe v0.1.5
5242024-08-05T17:53:19.199Z Compiling num_threads v0.1.7
5252024-08-05T17:53:19.331Z Compiling utf8parse v0.2.1
5262024-08-05T17:53:19.365Z Compiling heck v0.5.0
5272024-08-05T17:53:19.385Z Compiling form_urlencoded v1.2.1
5282024-08-05T17:53:19.509Z Compiling anstyle-parse v0.2.4
5292024-08-05T17:53:19.598Z Compiling want v0.3.1
5302024-08-05T17:53:19.807Z Compiling unicode-normalization v0.1.23
5312024-08-05T17:53:19.903Z Compiling http-body v0.4.6
5322024-08-05T17:53:20.339Z Compiling dirs-sys-next v0.1.2
5332024-08-05T17:53:20.589Z Compiling time v0.3.36
5342024-08-05T17:53:20.625Z Compiling anstyle-query v1.0.3
5352024-08-05T17:53:20.762Z Compiling anstyle v1.0.7
5362024-08-05T17:53:20.835Z Compiling pretty-hex v0.4.1
5372024-08-05T17:53:20.861Z Compiling colorchoice v1.0.1
5382024-08-05T17:53:20.985Z Compiling winnow v0.6.8
5392024-08-05T17:53:21.018Z Compiling tower-service v0.3.2
5402024-08-05T17:53:21.043Z Compiling is_terminal_polyfill v1.70.0
5412024-08-05T17:53:21.148Z Compiling semver v1.0.23
5422024-08-05T17:53:21.177Z Compiling unicode-bidi v0.3.15
5432024-08-05T17:53:21.235Z Compiling httpdate v1.0.3
5442024-08-05T17:53:21.667Z Compiling camino v1.1.7
5452024-08-05T17:53:21.749Z Compiling crc32fast v1.4.0
5462024-08-05T17:53:21.854Z Compiling idna v0.5.0
5472024-08-05T17:53:22.319Z Compiling anstream v0.6.14
5482024-08-05T17:53:22.683Z Compiling dirs-next v2.0.0
5492024-08-05T17:53:23.251Z Compiling crypto-common v0.1.6
5502024-08-05T17:53:23.468Z Compiling block-buffer v0.10.4
5512024-08-05T17:53:23.493Z Compiling terminal_size v0.3.0
5522024-08-05T17:53:23.715Z Compiling fs-err v2.11.0
5532024-08-05T17:53:23.818Z Compiling thread_local v1.1.8
5542024-08-05T17:53:23.986Z Compiling strsim v0.11.1
5552024-08-05T17:53:24.366Z Compiling match_cfg v0.1.0
5562024-08-05T17:53:24.433Z Compiling unicode-width v0.1.13
5572024-08-05T17:53:24.457Z Compiling base64 v0.21.7
5582024-08-05T17:53:24.480Z Compiling anyhow v1.0.86
5592024-08-05T17:53:24.505Z Compiling heck v0.4.1
5602024-08-05T17:53:24.688Z Compiling slog-async v2.8.0
5612024-08-05T17:53:24.881Z Compiling adler v1.0.2
5622024-08-05T17:53:24.995Z Compiling bytecount v0.6.8
5632024-08-05T17:53:25.018Z Compiling clap_lex v0.7.0
5642024-08-05T17:53:25.099Z Compiling miniz_oxide v0.7.2
5652024-08-05T17:53:25.202Z Compiling papergrid v0.11.0
5662024-08-05T17:53:25.242Z Compiling rustls-pemfile v1.0.4
5672024-08-05T17:53:25.266Z Compiling hostname v0.3.1
5682024-08-05T17:53:25.269Z Compiling clap_builder v4.5.9
5692024-08-05T17:53:25.548Z Compiling crossbeam-channel v0.5.12
5702024-08-05T17:53:25.669Z Compiling digest v0.10.7
5712024-08-05T17:53:25.694Z Compiling term v0.7.0
5722024-08-05T17:53:26.093Z Compiling url v2.5.2
5732024-08-05T17:53:26.196Z Compiling serde_derive v1.0.204
5742024-08-05T17:53:26.508Z Compiling thiserror-impl v1.0.63
5752024-08-05T17:53:26.681Z Compiling zerocopy-derive v0.7.34
5762024-08-05T17:53:26.706Z Compiling tokio-macros v2.3.0
5772024-08-05T17:53:27.367Z Compiling futures-macro v0.3.30
5782024-08-05T17:53:28.049Z Compiling scroll_derive v0.12.0
5792024-08-05T17:53:28.479Z Compiling tokio v1.38.1
5802024-08-05T17:53:29.066Z Compiling zerocopy v0.7.34
5812024-08-05T17:53:29.526Z Compiling futures-util v0.3.30
5822024-08-05T17:53:29.595Z Compiling openssl-macros v0.1.1
5832024-08-05T17:53:29.595Z Compiling scroll v0.12.0
5842024-08-05T17:53:30.153Z Compiling goblin v0.8.2
5852024-08-05T17:53:30.194Z Compiling pest v2.7.10
5862024-08-05T17:53:30.747Z Compiling tabled_derive v0.7.0
5872024-08-05T17:53:33.201Z Compiling pest_meta v2.7.10
5882024-08-05T17:53:33.404Z Compiling clap_derive v4.5.8
5892024-08-05T17:53:35.705Z Compiling pest_generator v2.7.10
5902024-08-05T17:53:37.797Z Compiling tokio-util v0.7.11
5912024-08-05T17:53:38.532Z Compiling pest_derive v2.7.10
5922024-08-05T17:53:39.129Z Compiling h2 v0.3.26
5932024-08-05T17:53:39.188Z Compiling tokio-native-tls v0.3.1
5942024-08-05T17:53:39.214Z Compiling futures-executor v0.3.30
5952024-08-05T17:53:39.318Z Compiling dtrace-parser v0.2.0
5962024-08-05T17:53:39.534Z Compiling strum_macros v0.26.4
5972024-08-05T17:53:40.220Z Compiling xattr v1.3.1
5982024-08-05T17:53:40.515Z Compiling is-terminal v0.4.12
5992024-08-05T17:53:40.651Z Compiling memmap v0.7.0
6002024-08-05T17:53:40.753Z Compiling filetime v0.2.23
6012024-08-05T17:53:41.011Z Compiling encoding_rs v0.8.34
6022024-08-05T17:53:41.108Z Compiling mime v0.3.17
6032024-08-05T17:53:41.746Z Compiling serde_tokenstream v0.2.1
6042024-08-05T17:53:41.982Z Compiling serde_spanned v0.6.6
6052024-08-05T17:53:42.210Z Compiling toml_datetime v0.6.6
6062024-08-05T17:53:42.246Z Compiling serde_urlencoded v0.7.1
6072024-08-05T17:53:42.748Z Compiling toml_edit v0.22.16
6082024-08-05T17:53:43.806Z Compiling dof v0.3.0
6092024-08-05T17:53:43.891Z Compiling hyper v0.14.28
6102024-08-05T17:53:44.920Z Compiling slog-json v2.6.1
6112024-08-05T17:53:45.685Z Compiling cargo-platform v0.1.8
6122024-08-05T17:53:46.112Z Compiling toml v0.8.15
6132024-08-05T17:53:46.298Z Compiling sync_wrapper v0.1.2
6142024-08-05T17:53:46.322Z Compiling usdt-attr-macro v0.5.0
6152024-08-05T17:53:46.441Z Compiling usdt-macro v0.5.0
6162024-08-05T17:53:46.505Z Compiling take_mut v0.2.2
6172024-08-05T17:53:46.586Z Compiling cpufeatures v0.2.12
6182024-08-05T17:53:46.671Z Compiling ipnet v2.9.0
6192024-08-05T17:53:46.695Z Compiling sha2 v0.10.8
6202024-08-05T17:53:47.774Z Compiling hyper-tls v0.5.0
6212024-08-05T17:53:47.848Z Compiling usdt v0.5.0
6222024-08-05T17:53:47.879Z Compiling cargo_toml v0.20.4
6232024-08-05T17:53:47.930Z Compiling cargo_metadata v0.18.1
6242024-08-05T17:53:47.933Z Compiling slog-bunyan v2.5.0
6252024-08-05T17:53:48.101Z Compiling reqwest v0.11.27
6262024-08-05T17:53:48.127Z Compiling strum v0.26.3
6272024-08-05T17:53:48.308Z Compiling macaddr v1.0.1
6282024-08-05T17:53:48.349Z Compiling tar v0.4.41
6292024-08-05T17:53:48.786Z Compiling slog-term v2.9.1
6302024-08-05T17:53:50.077Z Compiling flate2 v1.0.30
6312024-08-05T17:53:50.179Z Compiling futures v0.3.30
6322024-08-05T17:53:50.232Z Compiling clap v4.5.9
6332024-08-05T17:53:50.305Z Compiling tabled v0.15.0
6342024-08-05T17:53:50.974Z Compiling swrite v0.1.0
6352024-08-05T17:53:55.261Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6362024-08-05T17:54:03.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
6372024-08-05T17:54:03.772Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6382024-08-05T17:54:03.831ZAug 05 17:54:02.393 INFO Starting download, target: Clickhouse
6392024-08-05T17:54:03.831ZAug 05 17:54:02.393 INFO Starting download, target: Cockroach
6402024-08-05T17:54:03.834ZAug 05 17:54:02.393 INFO Starting download, target: Console
6412024-08-05T17:54:03.835ZAug 05 17:54:02.394 INFO Starting download, target: DendriteOpenapi
6422024-08-05T17:54:03.835ZAug 05 17:54:02.394 INFO Starting download, target: DendriteStub
6432024-08-05T17:54:03.835ZAug 05 17:54:02.394 INFO Starting download, target: MaghemiteMgd
6442024-08-05T17:54:03.835ZAug 05 17:54:02.394 INFO Starting download, target: TransceiverControl
6452024-08-05T17:54:03.835ZAug 05 17:54:02.394 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6462024-08-05T17:54:03.835ZAug 05 17:54:02.394 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi
6472024-08-05T17:54:03.835ZAug 05 17:54:02.394 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6482024-08-05T17:54:03.835ZAug 05 17:54:02.394 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6492024-08-05T17:54:03.835ZAug 05 17:54:02.394 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6502024-08-05T17:54:03.835ZAug 05 17:54:02.395 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6512024-08-05T17:54:03.835ZAug 05 17:54:02.395 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6522024-08-05T17:54:04.108ZAug 05 17:54:02.670 INFO Download complete, target: DendriteOpenapi
6532024-08-05T17:54:04.282ZAug 05 17:54:02.842 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6542024-08-05T17:54:04.382ZAug 05 17:54:02.938 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6552024-08-05T17:54:04.643ZAug 05 17:54:03.205 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6562024-08-05T17:54:04.706ZAug 05 17:54:03.268 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6572024-08-05T17:54:04.823ZAug 05 17:54:03.385 INFO Download complete, target: Console
6582024-08-05T17:54:05.122ZAug 05 17:54:03.684 INFO Download complete, target: TransceiverControl
6592024-08-05T17:54:05.972ZAug 05 17:54:04.534 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6602024-08-05T17:54:05.972ZAug 05 17:54:04.534 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6612024-08-05T17:54:06.058ZAug 05 17:54:04.620 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6622024-08-05T17:54:07.698ZAug 05 17:54:06.260 INFO Download complete, target: DendriteStub
6632024-08-05T17:54:07.924ZAug 05 17:54:06.486 INFO Download complete, target: MaghemiteMgd
6642024-08-05T17:54:14.601ZAug 05 17:54:13.162 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6652024-08-05T17:54:14.941ZAug 05 17:54:13.502 INFO Checking that binary works, target: Cockroach
6662024-08-05T17:54:15.156ZAug 05 17:54:13.716 INFO Download complete, target: Cockroach
6672024-08-05T17:54:20.525ZAug 05 17:54:19.085 INFO Checking that binary works, target: Clickhouse
6682024-08-05T17:54:21.023ZAug 05 17:54:19.583 INFO Download complete, target: Clickhouse
6692024-08-05T17:54:21.030ZAll prerequisites installed successfully
6702024-08-05T17:54:21.033Z
6712024-08-05T17:54:21.033Zreal 2:49.207188649
6722024-08-05T17:54:21.033Zuser 5:52.493872674
6732024-08-05T17:54:21.034Zsys 1:20.218395411
6742024-08-05T17:54:21.034Ztrap 0.222218260
6752024-08-05T17:54:21.034Ztflt 5.592695457
6762024-08-05T17:54:21.034Zdflt 7.012677314
6772024-08-05T17:54:21.034Zkflt 0.323373646
6782024-08-05T17:54:21.034Zlock 13:18.303151367
6792024-08-05T17:54:21.034Zslp 18:25.182205625
6802024-08-05T17:54:21.034Zlat 18.288603973
6812024-08-05T17:54:21.034Zstop 1:01.898200326
6822024-08-05T17:54:21.034Z+ source ./tools/include/force-git-over-https.sh
6832024-08-05T17:54:21.034Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
6842024-08-05T17:54:21.034Z++ (( i = 0 ))
6852024-08-05T17:54:21.034Z++ (( i < 5 ))
6862024-08-05T17:54:21.034Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
6872024-08-05T17:54:21.037Z++ (( i++ ))
6882024-08-05T17:54:21.037Z++ (( i < 5 ))
6892024-08-05T17:54:21.037Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
6902024-08-05T17:54:21.040Z++ (( i++ ))
6912024-08-05T17:54:21.040Z++ (( i < 5 ))
6922024-08-05T17:54:21.040Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
6932024-08-05T17:54:21.042Z++ (( i++ ))
6942024-08-05T17:54:21.042Z++ (( i < 5 ))
6952024-08-05T17:54:21.042Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
6962024-08-05T17:54:21.045Z++ (( i++ ))
6972024-08-05T17:54:21.046Z++ (( i < 5 ))
6982024-08-05T17:54:21.046Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
6992024-08-05T17:54:21.048Z++ (( i++ ))
7002024-08-05T17:54:21.048Z++ (( i < 5 ))
7012024-08-05T17:54:21.048Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
7022024-08-05T17:54:21.049Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
7032024-08-05T17:54:21.049Z+ rc=0
7042024-08-05T17:54:21.049Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
7052024-08-05T17:54:54.720Z+ case $rc in
7062024-08-05T17:54:54.720Z+ pfexec zfs create -p rpool/images/build/host
7072024-08-05T17:54:54.886Z+ pfexec zfs create -p rpool/images/build/recovery
7082024-08-05T17:54:54.948Z+ cargo xtask releng --output-dir /work
7092024-08-05T17:54:55.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
7102024-08-05T17:54:55.536Z Running `target/debug/xtask releng --output-dir /work`
7112024-08-05T17:54:56.041Z Downloading crates ...
7122024-08-05T17:54:56.186Z Downloaded arrayref v0.3.7
7132024-08-05T17:54:56.189Z Downloaded aead v0.5.2
7142024-08-05T17:54:56.193Z Downloaded cfg_aliases v0.1.1
7152024-08-05T17:54:56.196Z Downloaded crunchy v0.2.2
7162024-08-05T17:54:56.196Z Downloaded allocator-api2 v0.2.18
7172024-08-05T17:54:56.199Z Downloaded bitstruct v0.1.1
7182024-08-05T17:54:56.206Z Downloaded async-stream-impl v0.3.5
7192024-08-05T17:54:56.210Z Downloaded cstr-argument v0.1.2
7202024-08-05T17:54:56.210Z Downloaded normalize-line-endings v0.3.0
7212024-08-05T17:54:56.214Z Downloaded atty v0.2.14
7222024-08-05T17:54:56.214Z Downloaded new_debug_unreachable v1.0.6
7232024-08-05T17:54:56.217Z Downloaded atomicwrites v0.4.3
7242024-08-05T17:54:56.217Z Downloaded assert_matches v1.5.0
7252024-08-05T17:54:56.217Z Downloaded async-stream v0.3.5
7262024-08-05T17:54:56.221Z Downloaded mime_guess v2.0.4
7272024-08-05T17:54:56.224Z Downloaded cobs v0.2.3
7282024-08-05T17:54:56.227Z Downloaded phf_shared v0.10.0
7292024-08-05T17:54:56.227Z Downloaded parse-size v1.0.0
7302024-08-05T17:54:56.227Z Downloaded crc v3.2.1
7312024-08-05T17:54:56.240Z Downloaded base16ct v0.2.0
7322024-08-05T17:54:56.240Z Downloaded opaque-debug v0.3.1
7332024-08-05T17:54:56.240Z Downloaded pretty-hex v0.2.1
7342024-08-05T17:54:56.240Z Downloaded peg-runtime v0.8.3
7352024-08-05T17:54:56.240Z Downloaded data-encoding v2.6.0
7362024-08-05T17:54:56.240Z Downloaded bb8 v0.8.5
7372024-08-05T17:54:56.240Z Downloaded portpicker v0.1.1
7382024-08-05T17:54:56.240Z Downloaded oso-derive v0.27.3
7392024-08-05T17:54:56.240Z Downloaded newline-converter v0.3.0
7402024-08-05T17:54:56.245Z Downloaded ascii v1.1.0
7412024-08-05T17:54:56.245Z Downloaded buf-list v1.0.3
7422024-08-05T17:54:56.247Z Downloaded defmt-parser v0.3.4
7432024-08-05T17:54:56.247Z Downloaded quick-error v1.2.3
7442024-08-05T17:54:56.250Z Downloaded async-trait v0.1.81
7452024-08-05T17:54:56.253Z Downloaded argon2 v0.5.3
7462024-08-05T17:54:56.257Z Downloaded rand_chacha v0.3.1
7472024-08-05T17:54:56.257Z Downloaded predicates v3.1.0
7482024-08-05T17:54:56.260Z Downloaded newtype_derive v0.1.6
7492024-08-05T17:54:56.260Z Downloaded paste v1.0.15
7502024-08-05T17:54:56.263Z Downloaded pkcs8 v0.10.2
7512024-08-05T17:54:56.267Z Downloaded parse-display v0.9.1
7522024-08-05T17:54:56.269Z Downloaded parking_lot v0.11.2
7532024-08-05T17:54:56.269Z Downloaded ref-cast v1.0.23
7542024-08-05T17:54:56.272Z Downloaded rand_xorshift v0.3.0
7552024-08-05T17:54:56.275Z Downloaded postgres-protocol v0.6.6
7562024-08-05T17:54:56.278Z Downloaded pin-project-internal v1.1.5
7572024-08-05T17:54:56.281Z Downloaded nu-ansi-term v0.50.0
7582024-08-05T17:54:56.284Z Downloaded ciborium v0.2.2
7592024-08-05T17:54:56.287Z Downloaded foreign-types v0.5.0
7602024-08-05T17:54:56.287Z Downloaded foreign-types-macros v0.2.3
7612024-08-05T17:54:56.287Z Downloaded number_prefix v0.4.0
7622024-08-05T17:54:56.290Z Downloaded waitgroup v0.1.2
7632024-08-05T17:54:56.290Z Downloaded predicates-core v1.0.6
7642024-08-05T17:54:56.290Z Downloaded const_format_proc_macros v0.2.32
7652024-08-05T17:54:56.293Z Downloaded tls_codec_derive v0.4.1
7662024-08-05T17:54:56.296Z Downloaded path-slash v0.1.5
7672024-08-05T17:54:56.296Z Downloaded der_derive v0.7.2
7682024-08-05T17:54:56.299Z Downloaded precomputed-hash v0.1.1
7692024-08-05T17:54:56.299Z Downloaded castaway v0.2.2
7702024-08-05T17:54:56.302Z Downloaded addr2line v0.21.0
7712024-08-05T17:54:56.302Z Downloaded toolchain_find v0.4.0
7722024-08-05T17:54:56.304Z Downloaded zeroize_derive v1.4.2
7732024-08-05T17:54:56.304Z Downloaded chacha20 v0.9.1
7742024-08-05T17:54:56.307Z Downloaded pin-project v1.1.5
7752024-08-05T17:54:56.318Z Downloaded crc-catalog v2.4.0
7762024-08-05T17:54:56.322Z Downloaded is_ci v1.2.0
7772024-08-05T17:54:56.322Z Downloaded derive_builder_core v0.20.0
7782024-08-05T17:54:56.325Z Downloaded topological-sort v0.2.2
7792024-08-05T17:54:56.325Z Downloaded packed_struct_codegen v0.10.1
7802024-08-05T17:54:56.325Z Downloaded num v0.4.3
7812024-08-05T17:54:56.329Z Downloaded cookie v0.18.1
7822024-08-05T17:54:56.332Z Downloaded num_enum v0.5.11
7832024-08-05T17:54:56.335Z Downloaded newtype-uuid v1.1.0
7842024-08-05T17:54:56.338Z Downloaded tui-tree-widget v0.21.0
7852024-08-05T17:54:56.338Z Downloaded nanorand v0.7.0
7862024-08-05T17:54:56.341Z Downloaded derive-where v1.2.7
7872024-08-05T17:54:56.344Z Downloaded radium v0.7.0
7882024-08-05T17:54:56.347Z Downloaded diesel_table_macro_syntax v0.1.0
7892024-08-05T17:54:56.347Z Downloaded humantime v2.1.0
7902024-08-05T17:54:56.347Z Downloaded rand_seeder v0.2.3
7912024-08-05T17:54:56.349Z Downloaded zeroize v1.7.0
7922024-08-05T17:54:56.352Z Downloaded vte_generate_state_changes v0.1.1
7932024-08-05T17:54:56.352Z Downloaded multer v3.1.0
7942024-08-05T17:54:56.355Z Downloaded ciborium-ll v0.2.2
7952024-08-05T17:54:56.355Z Downloaded base64ct v1.6.0
7962024-08-05T17:54:56.358Z Downloaded ipnetwork v0.20.0
7972024-08-05T17:54:56.361Z Downloaded camino-tempfile v1.1.1
7982024-08-05T17:54:56.363Z Downloaded bcs v0.1.6
7992024-08-05T17:54:56.366Z Downloaded hubpack v0.1.2
8002024-08-05T17:54:56.366Z Downloaded fxhash v0.2.1
8012024-08-05T17:54:56.366Z Downloaded float-ord v0.3.2
8022024-08-05T17:54:56.369Z Downloaded float-cmp v0.9.0
8032024-08-05T17:54:56.369Z Downloaded flagset v0.4.5
8042024-08-05T17:54:56.372Z Downloaded fixedbitset v0.4.2
8052024-08-05T17:54:56.372Z Downloaded erased-serde v0.3.31
8062024-08-05T17:54:56.375Z Downloaded serde_plain v1.0.2
8072024-08-05T17:54:56.375Z Downloaded num-traits v0.2.19
8082024-08-05T17:54:56.378Z Downloaded cookie_store v0.20.0
8092024-08-05T17:54:56.381Z Downloaded structmeta v0.2.0
8102024-08-05T17:54:56.381Z Downloaded serde_repr v0.1.19
8112024-08-05T17:54:56.384Z Downloaded strip-ansi-escapes v0.2.0
8122024-08-05T17:54:56.387Z Downloaded sigpipe v0.1.3
8132024-08-05T17:54:56.387Z Downloaded num-rational v0.4.2
8142024-08-05T17:54:56.389Z Downloaded rustfmt-wrapper v0.2.1
8152024-08-05T17:54:56.389Z Downloaded managed v0.8.0
8162024-08-05T17:54:56.392Z Downloaded num-complex v0.4.6
8172024-08-05T17:54:56.395Z Downloaded parking_lot_core v0.8.6
8182024-08-05T17:54:56.397Z Downloaded static_assertions v1.1.0
8192024-08-05T17:54:56.397Z Downloaded stable_deref_trait v1.2.0
8202024-08-05T17:54:56.400Z Downloaded scheduled-thread-pool v0.2.7
8212024-08-05T17:54:56.400Z Downloaded peg-macros v0.8.4
8222024-08-05T17:54:56.403Z Downloaded blake2 v0.10.6
8232024-08-05T17:54:56.406Z Downloaded unicode-xid v0.2.4
8242024-08-05T17:54:56.406Z Downloaded unicode-truncate v1.0.0
8252024-08-05T17:54:56.409Z Downloaded ref-cast-impl v1.0.23
8262024-08-05T17:54:56.409Z Downloaded pkcs1 v0.7.5
8272024-08-05T17:54:56.411Z Downloaded walkdir v2.5.0
8282024-08-05T17:54:56.414Z Downloaded env_logger v0.10.2
8292024-08-05T17:54:56.416Z Downloaded inout v0.1.3
8302024-08-05T17:54:56.419Z Downloaded http-range v0.1.5
8312024-08-05T17:54:56.419Z Downloaded derive_more v0.99.18
8322024-08-05T17:54:56.423Z Downloaded heck v0.3.3
8332024-08-05T17:54:56.426Z Downloaded matches v0.1.10
8342024-08-05T17:54:56.426Z Downloaded shlex v1.3.0
8352024-08-05T17:54:56.428Z Downloaded md-5 v0.10.6
8362024-08-05T17:54:56.428Z Downloaded lru v0.12.3
8372024-08-05T17:54:56.431Z Downloaded arc-swap v1.7.1
8382024-08-05T17:54:56.434Z Downloaded rusty-fork v0.3.0
8392024-08-05T17:54:56.437Z Downloaded structmeta v0.3.0
8402024-08-05T17:54:56.437Z Downloaded smf v0.2.3
8412024-08-05T17:54:56.440Z Downloaded termtree v0.4.1
8422024-08-05T17:54:56.440Z Downloaded tokio-tungstenite v0.21.0
8432024-08-05T17:54:56.442Z Downloaded tokio-rustls v0.25.0
8442024-08-05T17:54:56.445Z Downloaded stringprep v0.1.4
8452024-08-05T17:54:56.448Z Downloaded universal-hash v0.5.1
8462024-08-05T17:54:56.448Z Downloaded endian-type v0.1.2
8472024-08-05T17:54:56.448Z Downloaded oso v0.27.3
8482024-08-05T17:54:56.451Z Downloaded thiserror-no-std v2.0.2
8492024-08-05T17:54:56.454Z Downloaded rpassword v7.3.1
8502024-08-05T17:54:56.457Z Downloaded termios v0.3.3
8512024-08-05T17:54:56.460Z Downloaded wait-timeout v0.2.0
8522024-08-05T17:54:56.460Z Downloaded crossbeam-epoch v0.9.18
8532024-08-05T17:54:56.462Z Downloaded rcgen v0.12.1
8542024-08-05T17:54:56.465Z Downloaded fallible-iterator v0.2.0
8552024-08-05T17:54:56.467Z Downloaded hmac v0.12.1
8562024-08-05T17:54:56.470Z Downloaded num-bigint v0.4.5
8572024-08-05T17:54:56.473Z Downloaded group v0.13.0
8582024-08-05T17:54:56.476Z Downloaded hostname v0.4.0
8592024-08-05T17:54:56.478Z Downloaded rustls-pki-types v1.7.0
8602024-08-05T17:54:56.481Z Downloaded fastrand v2.1.0
8612024-08-05T17:54:56.481Z Downloaded untrusted v0.7.1
8622024-08-05T17:54:56.483Z Downloaded siphasher v0.3.11
8632024-08-05T17:54:56.486Z Downloaded slog-envlogger v2.2.0
8642024-08-05T17:54:56.486Z Downloaded slog-dtrace v0.3.0
8652024-08-05T17:54:56.489Z Downloaded signature v2.2.0
8662024-08-05T17:54:56.489Z Downloaded signal-hook-tokio v0.3.1
8672024-08-05T17:54:56.492Z Downloaded schemars_derive v0.8.21
8682024-08-05T17:54:56.492Z Downloaded maplit v1.0.2
8692024-08-05T17:54:56.494Z Downloaded mockall_derive v0.12.1
8702024-08-05T17:54:56.494Z Downloaded der v0.7.9
8712024-08-05T17:54:56.499Z Downloaded utf-8 v0.7.6
8722024-08-05T17:54:56.502Z Downloaded enum-as-inner v0.5.1
8732024-08-05T17:54:56.502Z Downloaded ena v0.14.3
8742024-08-05T17:54:56.505Z Downloaded sqlparser_derive v0.2.2
8752024-08-05T17:54:56.508Z Downloaded foreign-types-shared v0.3.1
8762024-08-05T17:54:56.508Z Downloaded rayon-core v1.12.1
8772024-08-05T17:54:56.510Z Downloaded postcard v1.0.8
8782024-08-05T17:54:56.513Z Downloaded const_format v0.2.32
8792024-08-05T17:54:56.517Z Downloaded rtoolbox v0.0.2
8802024-08-05T17:54:56.520Z Downloaded serde-big-array v0.5.1
8812024-08-05T17:54:56.522Z Downloaded flume v0.11.0
8822024-08-05T17:54:56.525Z Downloaded spin v0.5.2
8832024-08-05T17:54:56.525Z Downloaded structmeta-derive v0.3.0
8842024-08-05T17:54:56.528Z Downloaded subtle v2.5.0
8852024-08-05T17:54:56.528Z Downloaded supports-color v3.0.0
8862024-08-05T17:54:56.530Z Downloaded strum_macros v0.25.3
8872024-08-05T17:54:56.533Z Downloaded stability v0.2.0
8882024-08-05T17:54:56.533Z Downloaded maybe-uninit v2.0.0
8892024-08-05T17:54:56.536Z Downloaded embedded-io v0.4.0
8902024-08-05T17:54:56.536Z Downloaded sct v0.7.1
8912024-08-05T17:54:56.539Z Downloaded glob v0.3.1
8922024-08-05T17:54:56.541Z Downloaded zone_cfg_derive v0.1.2
8932024-08-05T17:54:56.541Z Downloaded same-file v1.0.6
8942024-08-05T17:54:56.544Z Downloaded tls_codec v0.4.1
8952024-08-05T17:54:56.544Z Downloaded rustc_version v0.4.0
8962024-08-05T17:54:56.547Z Downloaded rustc_version v0.1.7
8972024-08-05T17:54:56.547Z Downloaded vsss-rs v3.3.4
8982024-08-05T17:54:56.549Z Downloaded tabwriter v1.4.0
8992024-08-05T17:54:56.552Z Downloaded toml v0.5.11
9002024-08-05T17:54:56.555Z Downloaded subprocess v0.2.9
9012024-08-05T17:54:56.557Z Downloaded zerocopy v0.6.6
9022024-08-05T17:54:56.560Z Downloaded rand v0.8.5
9032024-08-05T17:54:56.563Z Downloaded lazycell v1.3.0
9042024-08-05T17:54:56.563Z Downloaded secrecy v0.8.0
9052024-08-05T17:54:56.565Z Downloaded rustc-hash v1.1.0
9062024-08-05T17:54:56.574Z Downloaded env_logger v0.9.3
9072024-08-05T17:54:56.577Z Downloaded downcast v0.11.0
9082024-08-05T17:54:56.579Z Downloaded unarray v0.1.4
9092024-08-05T17:54:56.580Z Downloaded unicode-linebreak v0.1.5
9102024-08-05T17:54:56.582Z Downloaded serde-hex v0.1.0
9112024-08-05T17:54:56.582Z Downloaded half v2.4.1
9122024-08-05T17:54:56.585Z Downloaded semver v0.1.20
9132024-08-05T17:54:56.588Z Downloaded whoami v1.5.1
9142024-08-05T17:54:56.588Z Downloaded shell-words v1.1.0
9152024-08-05T17:54:56.591Z Downloaded linear-map v1.2.0
9162024-08-05T17:54:56.591Z Downloaded unicode-segmentation v1.11.0
9172024-08-05T17:54:56.593Z Downloaded sqlformat v0.2.4
9182024-08-05T17:54:56.597Z Downloaded spki v0.7.3
9192024-08-05T17:54:56.597Z Downloaded diff v0.1.13
9202024-08-05T17:54:56.600Z Downloaded tokio-rustls v0.24.1
9212024-08-05T17:54:56.602Z Downloaded slog-scope v4.4.0
9222024-08-05T17:54:56.605Z Downloaded rustls-pemfile v2.1.2
9232024-08-05T17:54:56.607Z Downloaded uuid v1.10.0
9242024-08-05T17:54:56.610Z Downloaded yasna v0.5.2
9252024-08-05T17:54:56.613Z Downloaded hash32 v0.3.1
9262024-08-05T17:54:56.613Z Downloaded toml v0.7.8
9272024-08-05T17:54:56.615Z Downloaded smallvec v0.6.14
9282024-08-05T17:54:56.618Z Downloaded lazy_static v1.5.0
9292024-08-05T17:54:56.621Z Downloaded lalrpop-util v0.19.12
9302024-08-05T17:54:56.621Z Downloaded ron v0.7.1
9312024-08-05T17:54:56.625Z Downloaded heapless v0.8.0
9322024-08-05T17:54:56.629Z Downloaded wyz v0.5.1
9332024-08-05T17:54:56.629Z Downloaded libefi-sys v0.1.0
9342024-08-05T17:54:56.633Z Downloaded signal-hook-mio v0.2.3
9352024-08-05T17:54:56.633Z Downloaded libsw v3.3.1
9362024-08-05T17:54:56.633Z Downloaded hash32 v0.2.1
9372024-08-05T17:54:56.636Z Downloaded fd-lock v4.0.2
9382024-08-05T17:54:56.639Z Downloaded zip v0.6.6
9392024-08-05T17:54:56.641Z Downloaded slog-stdlog v4.1.1
9402024-08-05T17:54:56.644Z Downloaded hyper-rustls v0.24.2
9412024-08-05T17:54:56.646Z Downloaded rustc-demangle v0.1.24
9422024-08-05T17:54:56.647Z Downloaded home v0.5.9
9432024-08-05T17:54:56.649Z Downloaded thiserror-impl-no-std v2.0.2
9442024-08-05T17:54:56.649Z Downloaded smawk v0.3.2
9452024-08-05T17:54:56.652Z Downloaded untrusted v0.9.0
9462024-08-05T17:54:56.652Z Downloaded tempfile v3.10.1
9472024-08-05T17:54:56.654Z Downloaded steno v0.4.1
9482024-08-05T17:54:56.658Z Downloaded headers v0.3.9
9492024-08-05T17:54:56.663Z Downloaded indexmap v1.9.3
9502024-08-05T17:54:56.666Z Downloaded num-bigint-dig v0.8.4
9512024-08-05T17:54:56.671Z Downloaded dyn-clone v1.0.17
9522024-08-05T17:54:56.674Z Downloaded libloading v0.8.3
9532024-08-05T17:54:56.676Z Downloaded textwrap v0.16.1
9542024-08-05T17:54:56.679Z Downloaded test-strategy v0.3.1
9552024-08-05T17:54:56.682Z Downloaded spin v0.9.8
9562024-08-05T17:54:56.685Z Downloaded samael v0.0.15
9572024-08-05T17:54:56.688Z Downloaded trust-dns-server v0.22.1
9582024-08-05T17:54:56.693Z Downloaded socket2 v0.4.10
9592024-08-05T17:54:56.696Z Downloaded toml_edit v0.19.15
9602024-08-05T17:54:56.711Z Downloaded regex-automata v0.1.10
9612024-08-05T17:54:56.716Z Downloaded signal-hook v0.3.17
9622024-08-05T17:54:56.719Z Downloaded fatfs v0.3.6
9632024-08-05T17:54:56.722Z Downloaded indicatif v0.17.8
9642024-08-05T17:54:56.725Z Downloaded rsa v0.9.6
9652024-08-05T17:54:56.731Z Downloaded getrandom v0.2.14
9662024-08-05T17:54:56.734Z Downloaded ron v0.8.1
9672024-08-05T17:54:56.738Z Downloaded hashbrown v0.13.2
9682024-08-05T17:54:56.743Z Downloaded tokio-postgres v0.7.10
9692024-08-05T17:54:56.747Z Downloaded http v1.1.0
9702024-08-05T17:54:56.751Z Downloaded serde_with v3.8.3
9712024-08-05T17:54:56.759Z Downloaded tough v0.17.1
9722024-08-05T17:54:56.767Z Downloaded heapless v0.7.17
9732024-08-05T17:54:56.771Z Downloaded trust-dns-client v0.22.0
9742024-08-05T17:54:56.776Z Downloaded itertools v0.10.5
9752024-08-05T17:54:56.783Z Downloaded x509-cert v0.2.5
9762024-08-05T17:54:56.789Z Downloaded quick-xml v0.31.0
9772024-08-05T17:54:56.795Z Downloaded typed-path v0.7.1
9782024-08-05T17:54:56.800Z Downloaded reedline v0.31.0
9792024-08-05T17:54:56.807Z Downloaded rayon v1.10.0
9802024-08-05T17:54:56.817Z Downloaded libxml v0.3.3
9812024-08-05T17:54:56.823Z Downloaded hashbrown v0.12.3
9822024-08-05T17:54:56.827Z Downloaded rustyline v14.0.0
9832024-08-05T17:54:56.832Z Downloaded hkdf v0.12.4
9842024-08-05T17:54:56.835Z Downloaded proptest v1.4.0
9852024-08-05T17:54:56.843Z Downloaded itertools v0.12.1
9862024-08-05T17:54:56.849Z Downloaded rustls-webpki v0.102.4
9872024-08-05T17:54:56.867Z Downloaded regex v1.10.5
9882024-08-05T17:54:56.879Z Downloaded libm v0.2.8
9892024-08-05T17:54:56.887Z Downloaded lalrpop v0.19.12
9902024-08-05T17:54:56.898Z Downloaded sqlparser v0.45.0
9912024-08-05T17:54:56.903Z Downloaded diesel v2.1.6
9922024-08-05T17:54:56.920Z Downloaded nix v0.27.1
9932024-08-05T17:54:56.930Z Downloaded polar-core v0.27.3
9942024-08-05T17:54:56.939Z Downloaded object v0.32.2
9952024-08-05T17:54:56.949Z Downloaded smoltcp v0.9.1
9962024-08-05T17:54:56.959Z Downloaded openapiv3 v2.0.0
9972024-08-05T17:54:56.971Z Downloaded idna v0.3.0
9982024-08-05T17:54:56.977Z Downloaded idna v0.2.3
9992024-08-05T17:54:56.983Z Downloaded smoltcp v0.11.0
10002024-08-05T17:54:56.996Z Downloaded gimli v0.28.1
10012024-08-05T17:54:57.004Z Downloaded regress v0.9.1
10022024-08-05T17:54:57.012Z Downloaded webpki-roots v0.25.4
10032024-08-05T17:54:57.016Z Downloaded sled v0.34.7
10042024-08-05T17:54:57.026Z Downloaded bstr v1.9.1
10052024-08-05T17:54:57.036Z Downloaded rustls v0.22.4
10062024-08-05T17:54:57.048Z Downloaded regex-automata v0.4.6
10072024-08-05T17:54:57.064Z Downloaded petgraph v0.6.5
10082024-08-05T17:54:57.080Z Downloaded sha3 v0.10.8
10092024-08-05T17:54:57.086Z Downloaded zerocopy-derive v0.6.6
10102024-08-05T17:54:57.095Z Downloaded trust-dns-proto v0.22.0
10112024-08-05T17:54:57.104Z Downloaded ratatui v0.27.0
10122024-08-05T17:54:57.121Z Downloaded bzip2-sys v0.1.11+1.0.8
10132024-08-05T17:54:57.133Z Downloaded regex-syntax v0.8.3
10142024-08-05T17:54:57.140Z Downloaded rustls v0.21.12
10152024-08-05T17:54:57.150Z Downloaded regex-syntax v0.6.29
10162024-08-05T17:54:57.157Z Downloaded finl_unicode v1.2.0
10172024-08-05T17:54:57.169Z Downloaded nix v0.28.0
10182024-08-05T17:54:57.179Z Downloaded csv v1.3.0
10192024-08-05T17:54:57.197Z Downloaded bstr v0.2.17
10202024-08-05T17:54:57.206Z Downloaded curve25519-dalek v4.1.3
10212024-08-05T17:54:57.214Z Downloaded winnow v0.5.40
10222024-08-05T17:54:57.221Z Downloaded chrono v0.4.38
10232024-08-05T17:54:57.228Z Downloaded radix_trie v0.2.1
10242024-08-05T17:54:57.232Z Downloaded object v0.30.4
10252024-08-05T17:54:57.242Z Downloaded bindgen v0.69.4
10262024-08-05T17:54:57.248Z Downloaded itertools v0.13.0
10272024-08-05T17:54:57.254Z Downloaded rustls-webpki v0.101.7
10282024-08-05T17:54:57.268Z Downloaded bitvec v1.0.1
10292024-08-05T17:54:57.283Z Downloaded blake3 v1.5.1
10302024-08-05T17:54:57.289Z Downloaded aho-corasick v1.1.3
10312024-08-05T17:54:57.295Z Downloaded portable-atomic v1.6.0
10322024-08-05T17:54:57.300Z Downloaded trust-dns-resolver v0.22.0
10332024-08-05T17:54:57.304Z Downloaded serde_yaml v0.9.34+deprecated
10342024-08-05T17:54:57.307Z Downloaded tungstenite v0.21.0
10352024-08-05T17:54:57.310Z Downloaded tungstenite v0.20.1
10362024-08-05T17:54:57.313Z Downloaded expectorate v1.1.0
10372024-08-05T17:54:57.316Z Downloaded nom v7.1.3
10382024-08-05T17:54:57.320Z Downloaded elliptic-curve v0.13.8
10392024-08-05T17:54:57.324Z Downloaded unicode_categories v0.1.1
10402024-08-05T17:54:57.326Z Downloaded zone v0.1.8
10412024-08-05T17:54:57.326Z Downloaded tracing-attributes v0.1.27
10422024-08-05T17:54:57.329Z Downloaded similar v2.5.0
10432024-08-05T17:54:57.332Z Downloaded lru-cache v0.1.2
10442024-08-05T17:54:57.335Z Downloaded iana-time-zone v0.1.60
10452024-08-05T17:54:57.338Z Downloaded hyper-staticfile v0.9.5
10462024-08-05T17:54:57.338Z Downloaded tap v1.0.1
10472024-08-05T17:54:57.341Z Downloaded globset v0.4.14
10482024-08-05T17:54:57.341Z Downloaded crossterm v0.27.0
10492024-08-05T17:54:57.345Z Downloaded sha1 v0.10.6
10502024-08-05T17:54:57.348Z Downloaded unicase v2.7.0
10512024-08-05T17:54:57.350Z Downloaded which v4.4.2
10522024-08-05T17:54:57.350Z Downloaded strum_macros v0.24.3
10532024-08-05T17:54:57.353Z Downloaded ident_case v1.0.1
10542024-08-05T17:54:57.353Z Downloaded headers-core v0.2.0
10552024-08-05T17:54:57.353Z Downloaded getopts v0.2.21
10562024-08-05T17:54:57.356Z Downloaded diesel_derives v2.1.4
10572024-08-05T17:54:57.358Z Downloaded backtrace v0.3.71
10582024-08-05T17:54:57.362Z Downloaded ff v0.13.0
10592024-08-05T17:54:57.364Z Downloaded unsafe-libyaml v0.2.11
10602024-08-05T17:54:57.367Z Downloaded publicsuffix v2.2.3
10612024-08-05T17:54:57.370Z Downloaded snafu v0.8.2
10622024-08-05T17:54:57.374Z Downloaded schemars v0.8.21
10632024-08-05T17:54:57.385Z Downloaded tiny-keccak v2.0.2
10642024-08-05T17:54:57.387Z Downloaded linked-hash-map v0.5.6
10652024-08-05T17:54:57.390Z Downloaded structmeta-derive v0.2.0
10662024-08-05T17:54:57.390Z Downloaded vte v0.11.1
10672024-08-05T17:54:57.392Z Downloaded crypto-bigint v0.5.5
10682024-08-05T17:54:57.396Z Downloaded indent_write v2.2.0
10692024-08-05T17:54:57.399Z Downloaded impl-trait-for-tuples v0.2.2
10702024-08-05T17:54:57.402Z Downloaded termcolor v1.4.1
10712024-08-05T17:54:57.402Z Downloaded prettyplease v0.2.20
10722024-08-05T17:54:57.404Z Downloaded sec1 v0.7.3
10732024-08-05T17:54:57.407Z Downloaded highway v1.1.0
10742024-08-05T17:54:57.407Z Downloaded keccak v0.1.5
10752024-08-05T17:54:57.410Z Downloaded funty v2.0.0
10762024-08-05T17:54:57.410Z Downloaded compact_str v0.7.1
10772024-08-05T17:54:57.412Z Downloaded chacha20poly1305 v0.10.1
10782024-08-05T17:54:57.415Z Downloaded base64 v0.13.1
10792024-08-05T17:54:57.417Z Downloaded tokio-stream v0.1.15
10802024-08-05T17:54:57.420Z Downloaded snafu-derive v0.8.2
10812024-08-05T17:54:57.422Z Downloaded memmap2 v0.9.4
10822024-08-05T17:54:57.422Z Downloaded serde_with_macros v3.8.3
10832024-08-05T17:54:57.425Z Downloaded serde_derive_internals v0.29.1
10842024-08-05T17:54:57.425Z Downloaded memoffset v0.9.1
10852024-08-05T17:54:57.428Z Downloaded crc-any v2.5.0
10862024-08-05T17:54:57.431Z Downloaded resolv-conf v0.7.0
10872024-08-05T17:54:57.431Z Downloaded kstat-rs v0.2.4
10882024-08-05T17:54:57.431Z Downloaded hex v0.4.3
10892024-08-05T17:54:57.433Z Downloaded gethostname v0.4.3
10902024-08-05T17:54:57.433Z Downloaded omicron-zone-package v0.11.0
10912024-08-05T17:54:57.436Z Downloaded base64 v0.22.1
10922024-08-05T17:54:57.439Z Downloaded fragile v2.0.0
10932024-08-05T17:54:57.441Z Downloaded display-error-chain v0.2.0
10942024-08-05T17:54:57.444Z Downloaded difflib v0.4.0
10952024-08-05T17:54:57.444Z Downloaded postgres-types v0.2.6
10962024-08-05T17:54:57.447Z Downloaded clang-sys v1.7.0
10972024-08-05T17:54:57.450Z Downloaded bitflags v1.3.2
10982024-08-05T17:54:57.452Z Downloaded password-hash v0.5.0
10992024-08-05T17:54:57.452Z Downloaded owo-colors v4.0.0
11002024-08-05T17:54:57.455Z Downloaded darling_core v0.20.9
11012024-08-05T17:54:57.465Z Downloaded derive_builder v0.20.0
11022024-08-05T17:54:57.467Z Downloaded tokio-tungstenite v0.20.1
11032024-08-05T17:54:57.468Z Downloaded string_cache v0.8.7
11042024-08-05T17:54:57.470Z Downloaded serde_path_to_error v0.1.16
11052024-08-05T17:54:57.470Z Downloaded serde_arrays v0.1.0
11062024-08-05T17:54:57.473Z Downloaded indoc v1.0.9
11072024-08-05T17:54:57.473Z Downloaded defmt-macros v0.3.9
11082024-08-05T17:54:57.475Z Downloaded cookie v0.17.0
11092024-08-05T17:54:57.478Z Downloaded constant_time_eq v0.3.0
11102024-08-05T17:54:57.480Z Downloaded console v0.15.8
11112024-08-05T17:54:57.483Z Downloaded bzip2 v0.4.4
11122024-08-05T17:54:57.483Z Downloaded either v1.12.0
11132024-08-05T17:54:57.485Z Downloaded uzers v0.11.3
11142024-08-05T17:54:57.485Z Downloaded bit-set v0.5.3
11152024-08-05T17:54:57.488Z Downloaded predicates-tree v1.0.9
11162024-08-05T17:54:57.488Z Downloaded phf_shared v0.11.2
11172024-08-05T17:54:57.490Z Downloaded nibble_vec v0.1.0
11182024-08-05T17:54:57.490Z Downloaded pem v3.0.4
11192024-08-05T17:54:57.493Z Downloaded parse-display-derive v0.9.1
11202024-08-05T17:54:57.493Z Downloaded mockall v0.12.1
11212024-08-05T17:54:57.493Z Downloaded darling v0.20.9
11222024-08-05T17:54:57.496Z Downloaded const-oid v0.9.6
11232024-08-05T17:54:57.498Z Downloaded ahash v0.8.11
11242024-08-05T17:54:57.501Z Downloaded num-integer v0.1.46
11252024-08-05T17:54:57.504Z Downloaded debug-ignore v1.0.5
11262024-08-05T17:54:57.504Z Downloaded bitfield v0.14.0
11272024-08-05T17:54:57.507Z Downloaded arrayvec v0.7.4
11282024-08-05T17:54:57.507Z Downloaded instant v0.1.12
11292024-08-05T17:54:57.509Z Downloaded hubpack_derive v0.1.1
11302024-08-05T17:54:57.509Z Downloaded cexpr v0.6.0
11312024-08-05T17:54:57.509Z Downloaded derive_builder_macro v0.20.0
11322024-08-05T17:54:57.512Z Downloaded block-padding v0.3.3
11332024-08-05T17:54:57.512Z Downloaded minimal-lexical v0.2.1
11342024-08-05T17:54:57.515Z Downloaded cancel-safe-futures v0.1.5
11352024-08-05T17:54:57.518Z Downloaded multimap v0.10.0
11362024-08-05T17:54:57.520Z Downloaded curve25519-dalek-derive v0.1.1
11372024-08-05T17:54:57.520Z Downloaded crossbeam-deque v0.8.5
11382024-08-05T17:54:57.520Z Downloaded rand_core v0.6.4
11392024-08-05T17:54:57.523Z Downloaded poly1305 v0.8.0
11402024-08-05T17:54:57.525Z Downloaded packed_struct v0.10.1
11412024-08-05T17:54:57.525Z Downloaded csv-core v0.1.11
11422024-08-05T17:54:57.528Z Downloaded backoff v0.4.0
11432024-08-05T17:54:57.528Z Downloaded async-recursion v1.1.1
11442024-08-05T17:54:57.532Z Downloaded num-derive v0.4.2
11452024-08-05T17:54:57.534Z Downloaded num_enum_derive v0.5.11
11462024-08-05T17:54:57.534Z Downloaded crucible-workspace-hack v0.1.0
11472024-08-05T17:54:57.534Z Downloaded ciborium-io v0.2.2
11482024-08-05T17:54:57.536Z Downloaded r2d2 v0.8.10
11492024-08-05T17:54:57.537Z Downloaded ppv-lite86 v0.2.17
11502024-08-05T17:54:57.539Z Downloaded peg v0.8.4
11512024-08-05T17:54:57.542Z Downloaded nodrop v0.1.14
11522024-08-05T17:54:57.542Z Downloaded darling_macro v0.20.9
11532024-08-05T17:54:57.542Z Downloaded bitstruct_derive v0.1.0
11542024-08-05T17:54:57.545Z Downloaded psl-types v2.0.11
11552024-08-05T17:54:57.545Z Downloaded proc-macro-crate v1.3.1
11562024-08-05T17:54:57.545Z Downloaded phf v0.11.2
11572024-08-05T17:54:57.545Z Downloaded pem-rfc7468 v0.7.0
11582024-08-05T17:54:57.548Z Downloaded olpc-cjson v0.1.3
11592024-08-05T17:54:57.548Z Downloaded num-iter v0.1.45
11602024-08-05T17:54:57.551Z Downloaded defmt v0.3.8
11612024-08-05T17:54:57.553Z Downloaded array-init v0.0.4
11622024-08-05T17:54:57.553Z Downloaded convert_case v0.4.0
11632024-08-05T17:54:57.553Z Downloaded cassowary v0.3.0
11642024-08-05T17:54:57.556Z Downloaded atomic-waker v1.1.2
11652024-08-05T17:54:57.556Z Downloaded ascii-canvas v3.0.0
11662024-08-05T17:54:57.556Z Downloaded colored v2.1.0
11672024-08-05T17:54:57.560Z Downloaded cipher v0.4.4
11682024-08-05T17:54:57.563Z Downloaded bitfield-struct v0.6.1
11692024-08-05T17:54:57.563Z Downloaded bit-vec v0.6.3
11702024-08-05T17:54:57.575Z Downloaded ring v0.17.8
11712024-08-05T17:54:57.670Z Downloaded ring v0.16.20
11722024-08-05T17:54:57.876Z Compiling proc-macro2 v1.0.86
11732024-08-05T17:54:57.878Z Compiling unicode-ident v1.0.12
11742024-08-05T17:54:57.879Z Compiling libc v0.2.155
11752024-08-05T17:54:57.879Z Compiling serde v1.0.204
11762024-08-05T17:54:57.879Z Compiling autocfg v1.3.0
11772024-08-05T17:54:57.879Z Compiling version_check v0.9.4
11782024-08-05T17:54:57.879Z Compiling cfg-if v1.0.0
11792024-08-05T17:54:58.103Z Compiling cc v1.0.97
11802024-08-05T17:54:58.122Z Compiling parking_lot_core v0.9.10
11812024-08-05T17:54:58.139Z Compiling libm v0.2.8
11822024-08-05T17:54:58.557Z Compiling serde_json v1.0.120
11832024-08-05T17:54:58.560Z Compiling memchr v2.7.2
11842024-08-05T17:54:58.779Z Compiling lock_api v0.4.12
11852024-08-05T17:54:58.947Z Compiling ahash v0.8.11
11862024-08-05T17:54:58.995Z Compiling num-traits v0.2.19
11872024-08-05T17:54:59.089Z Compiling typenum v1.17.0
11882024-08-05T17:54:59.364Z Compiling scopeguard v1.2.0
11892024-08-05T17:54:59.468Z Compiling once_cell v1.19.0
11902024-08-05T17:54:59.908Z Compiling quote v1.0.36
11912024-08-05T17:55:00.206Z Compiling getrandom v0.2.14
11922024-08-05T17:55:00.245Z Compiling generic-array v0.14.7
11932024-08-05T17:55:00.398Z Compiling byteorder v1.5.0
11942024-08-05T17:55:00.683Z Compiling syn v2.0.72
11952024-08-05T17:55:00.746Z Compiling log v0.4.21
11962024-08-05T17:55:00.921Z Compiling itoa v1.0.11
11972024-08-05T17:55:01.042Z Compiling thiserror v1.0.63
11982024-08-05T17:55:01.361Z Compiling slab v0.4.9
11992024-08-05T17:55:01.361Z Compiling pkg-config v0.3.30
12002024-08-05T17:55:01.393Z Compiling ring v0.17.8
12012024-08-05T17:55:01.537Z Compiling smallvec v1.13.2
12022024-08-05T17:55:01.651Z Compiling ryu v1.0.18
12032024-08-05T17:55:01.705Z Compiling semver v1.0.23
12042024-08-05T17:55:02.007Z Compiling spin v0.9.8
12052024-08-05T17:55:02.166Z Compiling pin-project-lite v0.2.14
12062024-08-05T17:55:02.209Z Compiling vcpkg v0.2.15
12072024-08-05T17:55:02.660Z Compiling allocator-api2 v0.2.18
12082024-08-05T17:55:02.723Z Compiling rand_core v0.6.4
12092024-08-05T17:55:03.216Z Compiling parking_lot v0.12.2
12102024-08-05T17:55:03.735Z Compiling schemars v0.8.21
12112024-08-05T17:55:04.032Z Compiling openssl-sys v0.9.103
12122024-08-05T17:55:04.079Z Compiling signal-hook-registry v1.4.2
12132024-08-05T17:55:04.165Z Compiling time-core v0.1.2
12142024-08-05T17:55:04.894Z Compiling num-conv v0.1.0
12152024-08-05T17:55:05.174Z Compiling mio v0.8.11
12162024-08-05T17:55:05.266Z Compiling time-macros v0.2.18
12172024-08-05T17:55:05.838Z Compiling futures-core v0.3.30
12182024-08-05T17:55:05.886Z Compiling httparse v1.8.0
12192024-08-05T17:55:05.997Z Compiling heck v0.5.0
12202024-08-05T17:55:06.140Z Compiling rustix v0.38.34
12212024-08-05T17:55:07.128Z Compiling num_cpus v1.16.0
12222024-08-05T17:55:07.178Z Compiling socket2 v0.5.7
12232024-08-05T17:55:07.229Z Compiling openssl v0.10.66
12242024-08-05T17:55:07.367Z Compiling fnv v1.0.7
12252024-08-05T17:55:07.528Z Compiling equivalent v1.0.1
12262024-08-05T17:55:07.672Z Compiling subtle v2.5.0
12272024-08-05T17:55:07.695Z Compiling const-oid v0.9.6
12282024-08-05T17:55:08.040Z Compiling tinyvec_macros v0.1.1
12292024-08-05T17:55:08.304Z Compiling rustls v0.21.12
12302024-08-05T17:55:08.397Z Compiling iana-time-zone v0.1.60
12312024-08-05T17:55:08.435Z Compiling syn v1.0.109
12322024-08-05T17:55:08.600Z Compiling serde_derive_internals v0.29.1
12332024-08-05T17:55:08.725Z Compiling native-tls v0.2.11
12342024-08-05T17:55:08.808Z Compiling tinyvec v1.6.0
12352024-08-05T17:55:09.076Z Compiling crossbeam-utils v0.8.19
12362024-08-05T17:55:09.134Z Compiling futures-sink v0.3.30
12372024-08-05T17:55:09.914Z Compiling cookie v0.17.0
12382024-08-05T17:55:10.516Z Compiling unicode-normalization v0.1.23
12392024-08-05T17:55:10.711Z Compiling ucd-trie v0.1.6
12402024-08-05T17:55:11.179Z Compiling futures-channel v0.3.30
12412024-08-05T17:55:11.552Z Compiling slog v2.7.0
12422024-08-05T17:55:11.697Z Compiling unicode-bidi v0.3.15
12432024-08-05T17:55:12.052Z Compiling futures-io v0.3.30
12442024-08-05T17:55:12.091Z Compiling futures-task v0.3.30
12452024-08-05T17:55:12.412Z Compiling pin-utils v0.1.0
12462024-08-05T17:55:12.434Z Compiling dyn-clone v1.0.17
12472024-08-05T17:55:12.638Z Compiling untrusted v0.9.0
12482024-08-05T17:55:12.855Z Compiling aho-corasick v1.1.3
12492024-08-05T17:55:13.439Z Compiling regex-syntax v0.8.3
12502024-08-05T17:55:13.678Z Compiling crc32fast v1.4.0
12512024-08-05T17:55:13.982Z Compiling powerfmt v0.2.0
12522024-08-05T17:55:14.396Z Compiling deranged v0.3.11
12532024-08-05T17:55:14.638Z Compiling usdt-impl v0.5.0
12542024-08-05T17:55:14.781Z Compiling serde_derive v1.0.204
12552024-08-05T17:55:14.992Z Compiling zerocopy-derive v0.7.34
12562024-08-05T17:55:15.120Z Compiling zeroize_derive v1.4.2
12572024-08-05T17:55:16.656Z Compiling tokio-macros v2.3.0
12582024-08-05T17:55:16.758Z Compiling thiserror-impl v1.0.63
12592024-08-05T17:55:17.365Z Compiling zerocopy v0.7.34
12602024-08-05T17:55:17.771Z Compiling futures-macro v0.3.30
12612024-08-05T17:55:18.364Z Compiling zeroize v1.7.0
12622024-08-05T17:55:19.727Z Compiling hashbrown v0.14.5
12632024-08-05T17:55:19.883Z Compiling schemars_derive v0.8.21
12642024-08-05T17:55:19.967Z Compiling tracing-attributes v0.1.27
12652024-08-05T17:55:21.812Z Compiling der_derive v0.7.2
12662024-08-05T17:55:22.716Z Compiling openssl-macros v0.1.1
12672024-08-05T17:55:23.219Z Compiling scroll_derive v0.12.0
12682024-08-05T17:55:23.372Z Compiling pest v2.7.10
12692024-08-05T17:55:23.550Z Compiling crypto-common v0.1.6
12702024-08-05T17:55:23.640Z Compiling futures-util v0.3.30
12712024-08-05T17:55:24.242Z Compiling block-buffer v0.10.4
12722024-08-05T17:55:24.517Z Compiling digest v0.10.7
12732024-08-05T17:55:24.767Z Compiling regex-automata v0.4.6
12742024-08-05T17:55:25.439Z Compiling heck v0.4.1
12752024-08-05T17:55:25.887Z Compiling percent-encoding v2.3.1
12762024-08-05T17:55:26.542Z Compiling pest_meta v2.7.10
12772024-08-05T17:55:26.571Z Compiling num_threads v0.1.7
12782024-08-05T17:55:27.031Z Compiling time v0.3.36
12792024-08-05T17:55:29.752Z Compiling bytes v1.6.0
12802024-08-05T17:55:31.871Z Compiling bitflags v2.6.0
12812024-08-05T17:55:32.590Z Compiling tokio v1.38.1
12822024-08-05T17:55:32.651Z Compiling indexmap v2.2.6
12832024-08-05T17:55:33.201Z Compiling uuid v1.10.0
12842024-08-05T17:55:34.191Z Compiling chrono v0.4.38
12852024-08-05T17:55:34.241Z Compiling serde_tokenstream v0.2.1
12862024-08-05T17:55:35.354Z Compiling http v0.2.12
12872024-08-05T17:55:38.176Z Compiling pest_generator v2.7.10
12882024-08-05T17:55:39.081Z Compiling rustc_version v0.4.0
12892024-08-05T17:55:39.888Z Compiling heapless v0.7.17
12902024-08-05T17:55:40.087Z Compiling pest_derive v2.7.10
12912024-08-05T17:55:40.368Z Compiling scroll v0.12.0
12922024-08-05T17:55:41.061Z Compiling zerocopy-derive v0.6.6
12932024-08-05T17:55:41.537Z Compiling tracing-core v0.1.32
12942024-08-05T17:55:41.991Z Compiling backtrace v0.3.71
12952024-08-05T17:55:42.614Z Compiling errno v0.3.9
12962024-08-05T17:55:43.102Z Compiling ppv-lite86 v0.2.17
12972024-08-05T17:55:43.199Z Compiling plain v0.2.3
12982024-08-05T17:55:44.089Z Compiling base64 v0.21.7
12992024-08-05T17:55:44.106Z Compiling signal-hook v0.3.17
13002024-08-05T17:55:44.277Z Compiling rand_chacha v0.3.1
13012024-08-05T17:55:44.391Z Compiling goblin v0.8.2
13022024-08-05T17:55:45.087Z Compiling tracing v0.1.40
13032024-08-05T17:55:45.339Z Compiling tokio-util v0.7.11
13042024-08-05T17:55:46.089Z Compiling regex v1.10.5
13052024-08-05T17:55:46.142Z Compiling async-trait v0.1.81
13062024-08-05T17:55:47.510Z Compiling strsim v0.11.1
13072024-08-05T17:55:47.726Z Compiling pretty-hex v0.4.1
13082024-08-05T17:55:47.745Z Compiling rustversion v1.0.17
13092024-08-05T17:55:48.771Z Compiling rand v0.8.5
13102024-08-05T17:55:49.946Z Compiling dtrace-parser v0.2.0
13112024-08-05T17:55:50.324Z Compiling form_urlencoded v1.2.1
13122024-08-05T17:55:50.885Z Compiling dof v0.3.0
13132024-08-05T17:55:51.291Z Compiling thread-id v4.2.1
13142024-08-05T17:55:51.559Z Compiling base64ct v1.6.0
13152024-08-05T17:55:51.577Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13162024-08-05T17:55:51.605Z Compiling smoltcp v0.9.1
13172024-08-05T17:55:51.993Z Compiling foreign-types-shared v0.1.1
13182024-08-05T17:55:52.107Z Compiling try-lock v0.2.5
13192024-08-05T17:55:52.238Z Compiling unicode-width v0.1.13
13202024-08-05T17:55:52.270Z Compiling anyhow v1.0.86
13212024-08-05T17:55:52.453Z Compiling want v0.3.1
13222024-08-05T17:55:52.763Z Compiling pem-rfc7468 v0.7.0
13232024-08-05T17:55:52.781Z Compiling foreign-types v0.3.2
13242024-08-05T17:55:54.382Z Compiling h2 v0.3.26
13252024-08-05T17:55:54.971Z Compiling hmac v0.12.1
13262024-08-05T17:55:55.117Z Compiling http-body v0.4.6
13272024-08-05T17:55:55.194Z Compiling clap_derive v4.5.8
13282024-08-05T17:55:56.135Z Compiling flagset v0.4.5
13292024-08-05T17:55:56.490Z Compiling httpdate v1.0.3
13302024-08-05T17:55:57.401Z Compiling tower-service v0.3.2
13312024-08-05T17:55:58.286Z Compiling siphasher v0.3.11
13322024-08-05T17:55:58.730Z Compiling der v0.7.9
13332024-08-05T17:56:02.668Z Compiling hyper v0.14.28
13342024-08-05T17:56:11.832Z Compiling sct v0.7.1
13352024-08-05T17:56:12.319Z Compiling rustls-webpki v0.101.7
13362024-08-05T17:56:14.163Z Compiling openapiv3 v2.0.0
13372024-08-05T17:56:15.955Z Compiling hubpack_derive v0.1.1
13382024-08-05T17:56:17.033Z Compiling idna v0.5.0
13392024-08-05T17:56:18.646Z Compiling lazy_static v1.5.0
13402024-08-05T17:56:18.995Z Compiling fs-err v2.11.0
13412024-08-05T17:56:19.204Z Compiling cpufeatures v0.2.12
13422024-08-05T17:56:19.319Z Compiling finl_unicode v1.2.0
13432024-08-05T17:56:19.341Z Compiling adler v1.0.2
13442024-08-05T17:56:19.539Z Compiling openssl-probe v0.1.5
13452024-08-05T17:56:19.685Z Compiling anstyle v1.0.7
13462024-08-05T17:56:19.945Z Compiling utf8parse v0.2.1
13472024-08-05T17:56:20.107Z Compiling anstyle-parse v0.2.4
13482024-08-05T17:56:20.440Z Compiling stringprep v0.1.4
13492024-08-05T17:56:21.024Z Compiling miniz_oxide v0.7.2
13502024-08-05T17:56:21.263Z Compiling sha2 v0.10.8
13512024-08-05T17:56:22.246Z Compiling url v2.5.2
13522024-08-05T17:56:24.069Z Compiling spki v0.7.3
13532024-08-05T17:56:24.644Z Compiling usdt-attr-macro v0.5.0
13542024-08-05T17:56:24.664Z Compiling usdt-macro v0.5.0
13552024-08-05T17:56:26.127Z Compiling md-5 v0.10.6
13562024-08-05T17:56:26.238Z Compiling serde_spanned v0.6.6
13572024-08-05T17:56:26.350Z Compiling toml_datetime v0.6.6
13582024-08-05T17:56:26.442Z Compiling regress v0.9.1
13592024-08-05T17:56:26.805Z Compiling idna v0.3.0
13602024-08-05T17:56:28.311Z Compiling diesel_table_macro_syntax v0.1.0
13612024-08-05T17:56:28.702Z Compiling num-integer v0.1.46
13622024-08-05T17:56:29.618Z Compiling hash32 v0.2.1
13632024-08-05T17:56:29.725Z Compiling encoding_rs v0.8.34
13642024-08-05T17:56:30.024Z Compiling psl-types v2.0.11
13652024-08-05T17:56:30.231Z Compiling fallible-iterator v0.2.0
13662024-08-05T17:56:30.914Z Compiling is_terminal_polyfill v1.70.0
13672024-08-05T17:56:31.039Z Compiling stable_deref_trait v1.2.0
13682024-08-05T17:56:31.118Z Compiling gimli v0.28.1
13692024-08-05T17:56:31.137Z Compiling anstyle-query v1.0.3
13702024-08-05T17:56:31.251Z Compiling colorchoice v1.0.1
13712024-08-05T17:56:31.270Z Compiling mime v0.3.17
13722024-08-05T17:56:31.433Z Compiling anstream v0.6.14
13732024-08-05T17:56:31.596Z Compiling publicsuffix v2.2.3
13742024-08-05T17:56:32.355Z Compiling postgres-protocol v0.6.6
13752024-08-05T17:56:33.579Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
13762024-08-05T17:56:35.058Z Compiling diesel_derives v2.1.4
13772024-08-05T17:56:35.995Z Compiling addr2line v0.21.0
13782024-08-05T17:56:36.598Z Compiling tokio-rustls v0.24.1
13792024-08-05T17:56:38.295Z Compiling pkcs8 v0.10.2
13802024-08-05T17:56:38.834Z Compiling terminal_size v0.3.0
13812024-08-05T17:56:39.019Z Compiling tokio-native-tls v0.3.1
13822024-08-05T17:56:39.295Z Compiling phf_shared v0.11.2
13832024-08-05T17:56:39.394Z Compiling strum_macros v0.25.3
13842024-08-05T17:56:40.282Z Compiling serde_urlencoded v0.7.1
13852024-08-05T17:56:41.142Z Compiling enum-as-inner v0.5.1
13862024-08-05T17:56:41.159Z Compiling block-padding v0.3.3
13872024-08-05T17:56:41.382Z Compiling serde_repr v0.1.19
13882024-08-05T17:56:42.174Z Compiling ff v0.13.0
13892024-08-05T17:56:42.437Z Compiling scheduled-thread-pool v0.2.7
13902024-08-05T17:56:42.956Z Compiling object v0.32.2
13912024-08-05T17:56:43.210Z Compiling matches v0.1.10
13922024-08-05T17:56:43.305Z Compiling ipnet v2.9.0
13932024-08-05T17:56:43.601Z Compiling rustc-demangle v0.1.24
13942024-08-05T17:56:44.487Z Compiling bitflags v1.3.2
13952024-08-05T17:56:44.593Z Compiling clap_lex v0.7.0
13962024-08-05T17:56:45.492Z Compiling managed v0.8.0
13972024-08-05T17:56:45.973Z Compiling bit-vec v0.6.3
13982024-08-05T17:56:46.147Z Compiling base16ct v0.2.0
13992024-08-05T17:56:46.260Z Compiling either v1.12.0
14002024-08-05T17:56:46.389Z Compiling regex-automata v0.1.10
14012024-08-05T17:56:46.418Z Compiling winnow v0.5.40
14022024-08-05T17:56:46.693Z Compiling sec1 v0.7.3
14032024-08-05T17:56:46.696Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14042024-08-05T17:56:46.859Z Compiling bstr v0.2.17
14052024-08-05T17:56:47.260Z Compiling clap_builder v4.5.9
14062024-08-05T17:56:48.254Z Compiling idna v0.2.3
14072024-08-05T17:56:48.685Z Compiling r2d2 v0.8.10
14082024-08-05T17:56:49.193Z Compiling group v0.13.0
14092024-08-05T17:56:49.794Z Compiling inout v0.1.3
14102024-08-05T17:56:50.052Z Compiling toml_edit v0.19.15
14112024-08-05T17:56:50.199Z Compiling phf v0.11.2
14122024-08-05T17:56:50.239Z Compiling hyper-tls v0.5.0
14132024-08-05T17:56:50.484Z Compiling signal-hook-mio v0.2.3
14142024-08-05T17:56:50.643Z Compiling hyper-rustls v0.24.2
14152024-08-05T17:56:50.690Z Compiling cookie_store v0.20.0
14162024-08-05T17:56:50.998Z Compiling postgres-types v0.2.6
14172024-08-05T17:56:51.009Z Compiling num-bigint v0.4.5
14182024-08-05T17:56:52.806Z Compiling hubpack v0.1.2
14192024-08-05T17:56:53.255Z Compiling phf_shared v0.10.0
14202024-08-05T17:56:53.631Z Compiling rustls-pemfile v1.0.4
14212024-08-05T17:56:53.941Z Compiling hkdf v0.12.4
14222024-08-05T17:56:54.533Z Compiling zerocopy v0.6.6
14232024-08-05T17:56:54.593Z Compiling ipnetwork v0.20.0
14242024-08-05T17:56:54.929Z Compiling futures-executor v0.3.30
14252024-08-05T17:56:55.007Z Compiling crypto-bigint v0.5.5
14262024-08-05T17:56:55.285Z Compiling float-cmp v0.9.0
14272024-08-05T17:56:55.356Z Compiling memmap v0.7.0
14282024-08-05T17:56:55.427Z Compiling fixedbitset v0.4.2
14292024-08-05T17:56:55.484Z Compiling normalize-line-endings v0.3.0
14302024-08-05T17:56:55.511Z Compiling minimal-lexical v0.2.1
14312024-08-05T17:56:55.610Z Compiling predicates-core v1.0.6
14322024-08-05T17:56:55.686Z Compiling webpki-roots v0.25.4
14332024-08-05T17:56:55.828Z Compiling difflib v0.4.0
14342024-08-05T17:56:55.846Z Compiling data-encoding v2.6.0
14352024-08-05T17:56:55.922Z Compiling sync_wrapper v0.1.2
14362024-08-05T17:56:56.050Z Compiling precomputed-hash v0.1.1
14372024-08-05T17:56:56.159Z Compiling whoami v1.5.1
14382024-08-05T17:56:56.178Z Compiling unicode-segmentation v1.11.0
14392024-08-05T17:56:56.894Z Compiling new_debug_unreachable v1.0.6
14402024-08-05T17:56:57.052Z Compiling winnow v0.6.8
14412024-08-05T17:56:57.156Z Compiling static_assertions v1.1.0
14422024-08-05T17:56:57.310Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
14432024-08-05T17:56:57.411Z Compiling reqwest v0.11.27
14442024-08-05T17:56:57.513Z Compiling string_cache v0.8.7
14452024-08-05T17:56:57.928Z Compiling elliptic-curve v0.13.8
14462024-08-05T17:56:58.602Z Compiling similar v2.5.0
14472024-08-05T17:56:58.666Z Compiling tokio-postgres v0.7.10
14482024-08-05T17:56:58.909Z Compiling trust-dns-proto v0.22.0
14492024-08-05T17:57:00.668Z Compiling toml_edit v0.22.16
14502024-08-05T17:57:00.768Z Compiling predicates v3.1.0
14512024-08-05T17:57:02.314Z Compiling nom v7.1.3
14522024-08-05T17:57:03.419Z Compiling petgraph v0.6.5
14532024-08-05T17:57:03.570Z Compiling usdt v0.5.0
14542024-08-05T17:57:05.352Z Compiling futures v0.3.30
14552024-08-05T17:57:05.466Z Compiling diesel v2.1.6
14562024-08-05T17:57:06.686Z Compiling yasna v0.5.2
14572024-08-05T17:57:06.866Z Compiling toml v0.7.8
14582024-08-05T17:57:08.197Z Compiling clap v4.5.9
14592024-08-05T17:57:08.232Z Compiling crossterm v0.27.0
14602024-08-05T17:57:08.287Z Compiling cipher v0.4.4
14612024-08-05T17:57:08.318Z Compiling crossbeam-epoch v0.9.18
14622024-08-05T17:57:08.401Z Compiling flate2 v1.0.30
14632024-08-05T17:57:08.778Z Compiling itertools v0.10.5
14642024-08-05T17:57:09.033Z Compiling itertools v0.12.1
14652024-08-05T17:57:09.316Z Compiling bit-set v0.5.3
14662024-08-05T17:57:09.598Z Compiling num-iter v0.1.45
14672024-08-05T17:57:09.803Z Compiling console v0.15.8
14682024-08-05T17:57:11.613Z Compiling tokio-stream v0.1.15
14692024-08-05T17:57:12.254Z Compiling bstr v1.9.1
14702024-08-05T17:57:12.374Z Compiling hex v0.4.3
14712024-08-05T17:57:13.832Z Compiling lalrpop-util v0.19.12
14722024-08-05T17:57:13.885Z Compiling camino v1.1.7
14732024-08-05T17:57:14.038Z Compiling radium v0.7.0
14742024-08-05T17:57:14.441Z Compiling unicode-xid v0.2.4
14752024-08-05T17:57:14.604Z Compiling peg-runtime v0.8.3
14762024-08-05T17:57:20.879Z Compiling is-terminal v0.4.12
14772024-08-05T17:57:22.972Z Compiling tap v1.0.1
14782024-08-05T17:57:24.732Z Compiling rustls-pki-types v1.7.0
14792024-08-05T17:57:26.140Z Compiling maybe-uninit v2.0.0
14802024-08-05T17:57:26.571Z Compiling ident_case v1.0.1
14812024-08-05T17:57:26.778Z Compiling darling_core v0.20.9
14822024-08-05T17:57:38.723Z Compiling wyz v0.5.1
14832024-08-05T17:57:41.231Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14842024-08-05T17:57:41.569Z Compiling getopts v0.2.21
14852024-08-05T17:57:42.535Z Compiling bzip2-sys v0.1.11+1.0.8
14862024-08-05T17:57:42.914Z Compiling dirs-sys-next v0.1.2
14872024-08-05T17:57:42.990Z Compiling base64 v0.22.1
14882024-08-05T17:57:43.285Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14892024-08-05T17:57:43.553Z Compiling unsafe-libyaml v0.2.11
14902024-08-05T17:57:43.978Z Compiling packed_struct v0.10.1
14912024-08-05T17:57:44.033Z Compiling paste v1.0.15
14922024-08-05T17:57:44.497Z Compiling funty v2.0.0
14932024-08-05T17:57:45.208Z Compiling num-bigint-dig v0.8.4
14942024-08-05T17:57:45.263Z Compiling rustls v0.22.4
14952024-08-05T17:57:45.559Z Compiling serde_yaml v0.9.34+deprecated
14962024-08-05T17:57:46.365Z Compiling bitvec v1.0.1
14972024-08-05T17:57:46.752Z Compiling dirs-next v2.0.0
14982024-08-05T17:57:49.454Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
14992024-08-05T17:57:50.826Z Compiling darling_macro v0.20.9
15002024-08-05T17:57:51.846Z Compiling rustls-webpki v0.102.4
15012024-08-05T17:57:56.166Z Compiling packed_struct_codegen v0.10.1
15022024-08-05T17:57:56.579Z Compiling structmeta-derive v0.3.0
15032024-08-05T17:57:57.032Z Compiling thread_local v1.1.8
15042024-08-05T17:57:57.773Z Compiling indexmap v1.9.3
15052024-08-05T17:57:57.840Z Compiling multer v3.1.0
15062024-08-05T17:57:58.064Z Compiling slog-async v2.8.0
15072024-08-05T17:57:58.562Z Compiling nodrop v0.1.14
15082024-08-05T17:57:58.640Z Compiling match_cfg v0.1.0
15092024-08-05T17:57:58.693Z Compiling fastrand v2.1.0
15102024-08-05T17:57:58.788Z Compiling crc-catalog v2.4.0
15112024-08-05T17:57:58.872Z Compiling rayon-core v1.12.1
15122024-08-05T17:57:58.938Z Compiling crc v3.2.1
15132024-08-05T17:57:59.169Z Compiling tempfile v3.10.1
15142024-08-05T17:57:59.292Z Compiling structmeta v0.3.0
15152024-08-05T17:58:00.942Z Compiling hostname v0.3.1
15162024-08-05T17:58:01.124Z Compiling array-init v0.0.4
15172024-08-05T17:58:02.685Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15182024-08-05T17:58:03.406Z Compiling smallvec v0.6.14
15192024-08-05T17:58:03.478Z Compiling darling v0.20.9
15202024-08-05T17:58:03.769Z Compiling term v0.7.0
15212024-08-05T17:58:09.258Z Compiling crossbeam-deque v0.8.5
15222024-08-05T17:58:09.282Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15232024-08-05T17:58:09.642Z Compiling pkcs1 v0.7.5
15242024-08-05T17:58:11.290Z Compiling slog-json v2.6.1
15252024-08-05T17:58:12.463Z Compiling crossbeam-channel v0.5.12
15262024-08-05T17:58:13.697Z Compiling http v1.1.0
15272024-08-05T17:58:14.117Z Compiling signature v2.2.0
15282024-08-05T17:58:14.810Z Compiling async-stream-impl v0.3.5
15292024-08-05T17:58:16.095Z Compiling pin-project-internal v1.1.5
15302024-08-05T17:58:18.553Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
15312024-08-05T17:58:19.579Z Compiling termcolor v1.4.1
15322024-08-05T17:58:19.906Z Compiling same-file v1.0.6
15332024-08-05T17:58:20.200Z Compiling hashbrown v0.12.3
15342024-08-05T17:58:20.271Z Compiling take_mut v0.2.2
15352024-08-05T17:58:20.440Z Compiling bitfield v0.14.0
15362024-08-05T17:58:21.661Z Compiling atomic-waker v1.1.2
15372024-08-05T17:58:21.887Z Compiling waitgroup v0.1.2
15382024-08-05T17:58:25.803Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
15392024-08-05T17:58:30.576Z Compiling walkdir v2.5.0
15402024-08-05T17:58:30.790Z Compiling env_logger v0.10.2
15412024-08-05T17:58:33.957Z Compiling pin-project v1.1.5
15422024-08-05T17:58:34.163Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15432024-08-05T17:58:34.800Z Compiling async-stream v0.3.5
15442024-08-05T17:58:35.177Z Compiling rsa v0.9.6
15452024-08-05T17:58:37.924Z Compiling slog-bunyan v2.5.0
15462024-08-05T17:58:38.311Z Compiling tokio-rustls v0.25.0
15472024-08-05T17:58:38.578Z Compiling slog-term v2.9.1
15482024-08-05T17:58:38.783Z Compiling serde-hex v0.1.0
15492024-08-05T17:58:40.651Z Compiling serde_with_macros v3.8.3
15502024-08-05T17:58:41.300Z Compiling bzip2 v0.4.4
15512024-08-05T17:58:41.776Z Compiling parse-display-derive v0.9.1
15522024-08-05T17:58:42.290Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15532024-08-05T17:58:42.929Z Compiling toml v0.8.15
15542024-08-05T17:58:43.428Z Compiling rustls-pemfile v2.1.2
15552024-08-05T17:58:46.859Z Compiling x509-cert v0.2.5
15562024-08-05T17:58:47.884Z Compiling sha1 v0.10.6
15572024-08-05T17:58:48.124Z Compiling strum_macros v0.26.4
15582024-08-05T17:58:48.655Z Compiling newtype-uuid v1.1.0
15592024-08-05T17:58:48.787Z Compiling xattr v1.3.1
15602024-08-05T17:58:49.009Z Compiling ron v0.8.1
15612024-08-05T17:58:49.989Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
15622024-08-05T17:58:50.357Z Compiling serde_path_to_error v0.1.16
15632024-08-05T17:58:51.350Z Compiling snafu-derive v0.8.2
15642024-08-05T17:58:52.681Z Compiling hashbrown v0.13.2
15652024-08-05T17:58:52.922Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15662024-08-05T17:58:53.647Z Compiling blake3 v1.5.1
15672024-08-05T17:58:53.808Z Compiling ring v0.16.20
15682024-08-05T17:58:54.061Z Compiling hostname v0.4.0
15692024-08-05T17:58:54.185Z Compiling filetime v0.2.23
15702024-08-05T17:58:54.328Z Compiling instant v0.1.12
15712024-08-05T17:58:54.501Z Compiling buf-list v1.0.3
15722024-08-05T17:58:54.524Z Compiling crc-any v2.5.0
15732024-08-05T17:58:55.087Z Compiling debug-ignore v1.0.5
15742024-08-05T17:58:55.352Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
15752024-08-05T17:58:56.195Z Compiling backoff v0.4.0
15762024-08-05T17:58:56.373Z Compiling snafu v0.8.2
15772024-08-05T17:58:56.545Z Compiling tar v0.4.41
15782024-08-05T17:58:58.095Z Compiling object v0.30.4
15792024-08-05T17:58:58.833Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15802024-08-05T17:58:59.041Z Compiling strum v0.26.3
15812024-08-05T17:58:59.232Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
15822024-08-05T17:59:01.023Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15832024-08-05T17:59:01.222Z Compiling parse-display v0.9.1
15842024-08-05T17:59:01.571Z Compiling serde_with v3.8.3
15852024-08-05T17:59:01.822Z Compiling zip v0.6.6
15862024-08-05T17:59:03.085Z Compiling rayon v1.10.0
15872024-08-05T17:59:04.740Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15882024-08-05T17:59:05.434Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
15892024-08-05T17:59:06.124Z Compiling camino-tempfile v1.1.1
15902024-08-05T17:59:06.890Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15912024-08-05T17:59:08.414Z Compiling globset v0.4.14
15922024-08-05T17:59:08.897Z Compiling pem v3.0.4
15932024-08-05T17:59:10.460Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15942024-08-05T17:59:10.618Z Compiling olpc-cjson v0.1.3
15952024-08-05T17:59:10.650Z Compiling macaddr v1.0.1
15962024-08-05T17:59:10.942Z Compiling serde_plain v1.0.2
15972024-08-05T17:59:11.104Z Compiling async-recursion v1.1.1
15982024-08-05T17:59:11.245Z Compiling memmap2 v0.9.4
15992024-08-05T17:59:11.475Z Compiling arrayref v0.3.7
16002024-08-05T17:59:11.583Z Compiling arrayvec v0.7.4
16012024-08-05T17:59:11.798Z Compiling untrusted v0.7.1
16022024-08-05T17:59:11.989Z Compiling constant_time_eq v0.3.0
16032024-08-05T17:59:12.052Z Compiling spin v0.5.2
16042024-08-05T17:59:12.163Z Compiling path-slash v0.1.5
16052024-08-05T17:59:12.361Z Compiling typed-path v0.7.1
16062024-08-05T17:59:12.426Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
16072024-08-05T17:59:15.804Z Compiling tough v0.17.1
16082024-08-05T17:59:17.196Z Compiling cargo-platform v0.1.8
16092024-08-05T17:59:18.321Z Compiling topological-sort v0.2.2
16102024-08-05T17:59:18.592Z Compiling parse-size v1.0.0
16112024-08-05T17:59:18.880Z Compiling omicron-zone-package v0.11.0
16122024-08-05T17:59:19.138Z Compiling cargo_metadata v0.18.1
16132024-08-05T17:59:20.039Z Compiling shell-words v1.1.0
16142024-08-05T17:59:20.590Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16152024-08-05T17:59:32.391Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
16162024-08-05T17:59:41.586Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
16172024-08-05T17:59:56.094Z Finished `release` profile [optimized] target(s) in 5m 00s
16182024-08-05T17:59:56.210Z Running `target/release/omicron-releng --output-dir /work`
16192024-08-05T17:59:56.252ZAug 05 17:59:54.773 DEBG changing working directory to /work/oxidecomputer/omicron
16202024-08-05T17:59:56.330ZAug 05 17:59:54.853 DEBG running: git rev-parse HEAD
16212024-08-05T17:59:56.337ZAug 05 17:59:54.860 DEBG process exited with exit status: 0 (6.440514ms)
16222024-08-05T17:59:56.337ZAug 05 17:59:54.860 INFO version: 10.0.0-0.ci+gitd719e838ffd
16232024-08-05T17:59:56.376ZAug 05 17:59:54.899 INFO cloning helios to /work/oxidecomputer/helios
16242024-08-05T17:59:56.376ZAug 05 17:59:54.899 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
16252024-08-05T17:59:56.381ZCloning into '/work/oxidecomputer/helios'...
16262024-08-05T17:59:56.869ZAug 05 17:59:55.393 DEBG process exited with exit status: 0 (493.349527ms)
16272024-08-05T17:59:56.870ZAug 05 17:59:55.393 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
16282024-08-05T17:59:56.877Z# branch.oid ed78304311f495f06e380799bd1395aabc13c0d6
16292024-08-05T17:59:56.877Z# branch.head master
16302024-08-05T17:59:56.877Z# branch.upstream origin/master
16312024-08-05T17:59:56.877Z# branch.ab +0 -0
16322024-08-05T17:59:56.880ZAug 05 17:59:55.401 DEBG process exited with exit status: 0 (8.237626ms)
16332024-08-05T17:59:56.880ZAug 05 17:59:55.401 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
16342024-08-05T17:59:57.571ZAug 05 17:59:56.094 DEBG process exited with exit status: 0 (692.719295ms)
16352024-08-05T17:59:57.571ZAug 05 17:59:56.094 DEBG running: zfs list rpool/images/build/host
16362024-08-05T17:59:57.577ZNAME USED AVAIL REFER MOUNTPOINT
16372024-08-05T17:59:57.577Zrpool/images/build/host 24K 153G 24K /rpool/images/build/host
16382024-08-05T17:59:57.580ZAug 05 17:59:56.101 DEBG process exited with exit status: 0 (7.152632ms)
16392024-08-05T17:59:57.580ZAug 05 17:59:56.101 DEBG running: zfs list rpool/images/build/recovery
16402024-08-05T17:59:57.584ZNAME USED AVAIL REFER MOUNTPOINT
16412024-08-05T17:59:57.584Zrpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery
16422024-08-05T17:59:57.587ZAug 05 17:59:56.108 DEBG process exited with exit status: 0 (6.308776ms)
16432024-08-05T17:59:57.587ZAug 05 17:59:56.109 INFO [hubris-staging] running task
16442024-08-05T17:59:57.587ZAug 05 17:59:56.109 INFO [hubris-production] running task
16452024-08-05T17:59:57.587ZAug 05 17:59:56.109 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
16462024-08-05T17:59:57.589ZAug 05 17:59:56.112 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
16472024-08-05T17:59:58.152Z[ helios-setup] cd tools/helios-build && cargo build --quiet
16482024-08-05T17:59:58.403Z[ omicron-package] Blocking waiting for file lock on package cache
16492024-08-05T17:59:59.115ZAug 05 17:59:57.638 INFO [hubris-production] task succeeded (1.528832576s)
16502024-08-05T17:59:59.154Z[ omicron-package] Compiling proc-macro-crate v1.3.1
16512024-08-05T17:59:59.154Z[ omicron-package] Compiling heapless v0.8.0
16522024-08-05T17:59:59.262Z[ omicron-package] Compiling hash32 v0.3.1
16532024-08-05T17:59:59.284Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16542024-08-05T17:59:59.291Z[ omicron-package] Compiling smoltcp v0.11.0
16552024-08-05T17:59:59.310Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
16562024-08-05T17:59:59.314Z[ omicron-package] Compiling embedded-io v0.4.0
16572024-08-05T17:59:59.314Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16582024-08-05T17:59:59.517Z[ omicron-package] Compiling cobs v0.2.3
16592024-08-05T17:59:59.553Z[ omicron-package] Compiling foreign-types-macros v0.2.3
16602024-08-05T17:59:59.657Z[ omicron-package] Compiling proc-macro-error v1.0.4
16612024-08-05T17:59:59.697Z[ omicron-package] Compiling postcard v1.0.8
16622024-08-05T17:59:59.697Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
16632024-08-05T18:00:00.026Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
16642024-08-05T18:00:00.070Z[ omicron-package] Compiling foreign-types-shared v0.3.1
16652024-08-05T18:00:00.154Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16662024-08-05T18:00:00.400Z[ omicron-package] Compiling num_enum_derive v0.5.11
16672024-08-05T18:00:01.035Z[ omicron-package] Compiling tabwriter v1.4.0
16682024-08-05T18:00:01.197Z[ omicron-package] Compiling foreign-types v0.5.0
16692024-08-05T18:00:01.200Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16702024-08-05T18:00:01.200Z[ omicron-package] Compiling cstr-argument v0.1.2
16712024-08-05T18:00:01.200Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
16722024-08-05T18:00:01.639Z[ omicron-package] Compiling pretty-hex v0.2.1
16732024-08-05T18:00:01.992Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
16742024-08-05T18:00:02.098Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
16752024-08-05T18:00:02.722Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16762024-08-05T18:00:03.047Z[ omicron-package] Compiling colored v2.1.0
16772024-08-05T18:00:03.183Z[ omicron-package] Compiling socket2 v0.4.10
16782024-08-05T18:00:03.186Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16792024-08-05T18:00:03.592Z[ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
16802024-08-05T18:00:04.135Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
16812024-08-05T18:00:04.185Z[ omicron-package] Compiling num-derive v0.4.2
16822024-08-05T18:00:04.382Z[ omicron-package] Compiling sigpipe v0.1.3
16832024-08-05T18:00:04.787Z[ omicron-package] Compiling num_enum v0.5.11
16842024-08-05T18:00:05.023Z[ omicron-package] Compiling libefi-sys v0.1.0
16852024-08-05T18:00:05.124Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16862024-08-05T18:00:05.206Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
16872024-08-05T18:00:05.518Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
16882024-08-05T18:00:06.083Z[ omicron-package] Compiling smf v0.2.3
16892024-08-05T18:00:06.525Z[ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
16902024-08-05T18:00:06.590Z[ omicron-package] Compiling bitfield-struct v0.6.1
16912024-08-05T18:00:06.699Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
16922024-08-05T18:00:07.595Z[ omicron-package] Compiling portable-atomic v1.6.0
16932024-08-05T18:00:08.975Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
16942024-08-05T18:00:09.493Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16952024-08-05T18:00:10.961Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16962024-08-05T18:00:11.113Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
16972024-08-05T18:00:11.340Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16982024-08-05T18:00:11.706Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16992024-08-05T18:00:12.248ZAug 05 18:00:10.769 INFO [hubris-staging] task succeeded (14.660548616s)
17002024-08-05T18:00:12.595Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17012024-08-05T18:00:13.286Z[ omicron-package] Compiling gethostname v0.4.3
17022024-08-05T18:00:13.626Z[ omicron-package] Compiling number_prefix v0.4.0
17032024-08-05T18:00:15.351Z[ omicron-package] Compiling indicatif v0.17.8
17042024-08-05T18:00:15.505Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17052024-08-05T18:00:18.068Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17062024-08-05T18:00:18.627Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17072024-08-05T18:00:21.278Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
17082024-08-05T18:00:21.775Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17092024-08-05T18:00:23.493Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
17102024-08-05T18:00:40.982Z[ helios-setup] Aug 05 18:00:39.500 INFO helios repository root is: /work/oxidecomputer/helios
17112024-08-05T18:00:40.985Z[ helios-setup] Aug 05 18:00:39.502 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
17122024-08-05T18:00:40.985Z[ helios-setup] Aug 05 18:00:39.502 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
17132024-08-05T18:00:40.989Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
17142024-08-05T18:00:42.213Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
17152024-08-05T18:00:42.227Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
17162024-08-05T18:00:45.221Z[ omicron-package] Finished `release` profile [optimized] target(s) in 47.62s
17172024-08-05T18:00:45.395Z[ omicron-package]
17182024-08-05T18:00:45.395Z[ omicron-package] real 47.767314888
17192024-08-05T18:00:45.397Z[ omicron-package] user 2:55.490662500
17202024-08-05T18:00:45.397Z[ omicron-package] sys 24.448805123
17212024-08-05T18:00:45.397Z[ omicron-package] trap 0.195008657
17222024-08-05T18:00:45.398Z[ omicron-package] tflt 0.370373317
17232024-08-05T18:00:45.398Z[ omicron-package] dflt 0.688030971
17242024-08-05T18:00:45.398Z[ omicron-package] kflt 0.008417038
17252024-08-05T18:00:45.398Z[ omicron-package] lock 5:49.630184795
17262024-08-05T18:00:45.398Z[ omicron-package] slp 6:40.454515941
17272024-08-05T18:00:45.398Z[ omicron-package] lat 1:35.389141949
17282024-08-05T18:00:45.398Z[ omicron-package] stop 45.561233278
17292024-08-05T18:00:45.398ZAug 05 18:00:43.913 INFO [omicron-package] process exited with exit status: 0 (47.803950521s)
17302024-08-05T18:00:45.398ZAug 05 18:00:43.913 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
17312024-08-05T18:00:45.443ZAug 05 18:00:43.960 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
17322024-08-05T18:00:45.454Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
17332024-08-05T18:00:45.457Z[ host-target] Created new build target 'host' and set it as active
17342024-08-05T18:00:45.457ZAug 05 18:00:43.975 INFO [host-target] process exited with exit status: 0 (61.063607ms)
17352024-08-05T18:00:45.457ZAug 05 18:00:43.975 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
17362024-08-05T18:00:45.461Z[ recovery-target] Created new build target 'recovery' and set it as active
17372024-08-05T18:00:45.465Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
17382024-08-05T18:00:45.465ZAug 05 18:00:43.981 INFO [recovery-target] process exited with exit status: 0 (20.461522ms)
17392024-08-05T18:00:45.471Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
17402024-08-05T18:00:46.386Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
17412024-08-05T18:00:46.396Z[ helios-setup] Aug 05 18:00:44.913 INFO clone ok!, project: amd-host-image-builder
17422024-08-05T18:00:46.399Z[ helios-setup] Aug 05 18:00:44.913 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
17432024-08-05T18:00:46.399Z[ helios-setup] Aug 05 18:00:44.913 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
17442024-08-05T18:00:46.399Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
17452024-08-05T18:00:46.568Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17462024-08-05T18:00:46.568Z[ host-package] Compiling camino v1.1.7
17472024-08-05T18:00:46.571Z[ host-package] Compiling password-hash v0.5.0
17482024-08-05T18:00:46.571Z[ host-package] Compiling blake2 v0.10.6
17492024-08-05T18:00:46.571Z[ host-package] Compiling derive-where v1.2.7
17502024-08-05T18:00:46.669Z[ host-package] Compiling humantime v2.1.0
17512024-08-05T18:00:46.671Z[ host-package] Compiling newline-converter v0.3.0
17522024-08-05T18:00:46.680Z[ host-package] Compiling toml v0.8.15
17532024-08-05T18:00:46.913Z[ host-package] Compiling expectorate v1.1.0
17542024-08-05T18:00:46.947Z[ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17552024-08-05T18:00:46.954Z[ helios-setup] Aug 05 18:00:45.472 INFO clone ok!, project: bootserver
17562024-08-05T18:00:46.957Z[ helios-setup] Aug 05 18:00:45.472 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
17572024-08-05T18:00:46.957Z[ helios-setup] Aug 05 18:00:45.472 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
17582024-08-05T18:00:46.960Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
17592024-08-05T18:00:47.123Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17602024-08-05T18:00:47.428Z[ host-package] Compiling argon2 v0.5.3
17612024-08-05T18:00:47.591Z[ helios-setup] Aug 05 18:00:46.108 INFO clone ok!, project: pinprick
17622024-08-05T18:00:47.594Z[ helios-setup] Aug 05 18:00:46.109 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
17632024-08-05T18:00:47.594Z[ helios-setup] Aug 05 18:00:46.109 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
17642024-08-05T18:00:47.594Z[ helios-setup] Aug 05 18:00:46.109 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
17652024-08-05T18:00:47.594Z[ helios-setup] Aug 05 18:00:46.109 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
17662024-08-05T18:00:47.596Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
17672024-08-05T18:00:47.661Z[ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17682024-08-05T18:00:47.709Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17692024-08-05T18:00:47.918Z[ host-package] Compiling dirs-sys-next v0.1.2
17702024-08-05T18:00:47.971Z[ host-package] Compiling prettyplease v0.2.20
17712024-08-05T18:00:48.260Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17722024-08-05T18:00:48.334Z[ host-package] Compiling dirs-next v2.0.0
17732024-08-05T18:00:48.449Z[ host-package] Compiling semver v0.1.20
17742024-08-05T18:00:48.535Z[ host-package] Compiling term v0.7.0
17752024-08-05T18:00:48.650Z[ helios-setup] Aug 05 18:00:47.167 INFO clone ok!, project: pilot
17762024-08-05T18:00:48.653Z[ helios-setup] Aug 05 18:00:47.167 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
17772024-08-05T18:00:48.653Z[ helios-setup] Aug 05 18:00:47.168 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
17782024-08-05T18:00:48.653Z[ helios-setup] Aug 05 18:00:47.168 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
17792024-08-05T18:00:48.656Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
17802024-08-05T18:00:48.926Z[ host-package] Compiling rustc_version v0.1.7
17812024-08-05T18:00:48.973Z[ host-package] Compiling is-terminal v0.4.12
17822024-08-05T18:00:49.083Z[ host-package] Compiling home v0.5.9
17832024-08-05T18:00:49.101Z[ host-package] Compiling convert_case v0.4.0
17842024-08-05T18:00:49.330Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
17852024-08-05T18:00:49.349Z[ host-package] Compiling newtype_derive v0.1.6
17862024-08-05T18:00:49.851Z[ host-package] Compiling derive_more v0.99.18
17872024-08-05T18:00:49.870Z[ host-package] Compiling rustls-pki-types v1.7.0
17882024-08-05T18:00:49.898Z[ host-package] Compiling steno v0.4.1
17892024-08-05T18:00:50.084Z[ host-package] Compiling rustls v0.22.4
17902024-08-05T18:00:50.112Z[ host-package] Compiling thread_local v1.1.8
17912024-08-05T18:00:50.677Z[ host-package] Compiling rustls-webpki v0.102.4
17922024-08-05T18:00:50.719Z[ host-package] Compiling match_cfg v0.1.0
17932024-08-05T18:00:50.824Z[ host-package] Compiling linked-hash-map v0.5.6
17942024-08-05T18:00:51.254Z[ host-package] Compiling lru-cache v0.1.2
17952024-08-05T18:00:51.474Z[ host-package] Compiling hostname v0.3.1
17962024-08-05T18:00:52.803Z[ host-package] Compiling multer v3.1.0
17972024-08-05T18:00:52.875Z[ host-package] Compiling slog-async v2.8.0
17982024-08-05T18:00:52.955Z[ host-package] Compiling slog-json v2.6.1
17992024-08-05T18:00:53.005Z[ host-package] Compiling crossbeam-channel v0.5.12
18002024-08-05T18:00:53.384Z[ host-package] Compiling http v1.1.0
18012024-08-05T18:00:53.874Z[ host-package] Compiling take_mut v0.2.2
18022024-08-05T18:00:54.047Z[ host-package] Compiling base64 v0.22.1
18032024-08-05T18:00:54.122Z[ host-package] Compiling atomic-waker v1.1.2
18042024-08-05T18:00:54.352Z[ host-package] Compiling waitgroup v0.1.2
18052024-08-05T18:00:54.828Z[ host-package] Compiling rustls-pemfile v2.1.2
18062024-08-05T18:00:55.776Z[ host-package] Compiling slog-bunyan v2.5.0
18072024-08-05T18:00:55.938Z[ host-package] Compiling slog-term v2.9.1
18082024-08-05T18:00:56.023Z[ host-package] Compiling async-stream v0.3.5
18092024-08-05T18:00:56.097Z[ helios-setup] Aug 05 18:00:54.614 INFO clone ok!, project: amd-firmware
18102024-08-05T18:00:56.101Z[ helios-setup] Aug 05 18:00:54.614 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
18112024-08-05T18:00:56.101Z[ helios-setup] Aug 05 18:00:54.614 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
18122024-08-05T18:00:56.104Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
18132024-08-05T18:00:56.339Z[ host-package] Compiling tokio-rustls v0.25.0
18142024-08-05T18:00:56.430Z[ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
18152024-08-05T18:00:56.512Z[ host-package] Compiling sha1 v0.10.6
18162024-08-05T18:00:56.599Z[ host-package] Compiling newtype-uuid v1.1.0
18172024-08-05T18:00:56.773Z[ host-package] Compiling serde_path_to_error v0.1.16
18182024-08-05T18:00:56.896Z[ host-package] Compiling hostname v0.4.0
18192024-08-05T18:00:56.925Z[ host-package] Compiling slog-dtrace v0.3.0
18202024-08-05T18:00:57.121Z[ host-package] Compiling instant v0.1.12
18212024-08-05T18:00:57.147Z[ host-package] Compiling debug-ignore v1.0.5
18222024-08-05T18:00:57.281Z[ host-package] Compiling backoff v0.4.0
18232024-08-05T18:00:57.308Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18242024-08-05T18:00:57.328Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
18252024-08-05T18:00:57.378Z[ helios-setup] Aug 05 18:00:55.895 INFO clone ok!, project: chelsio-t6-roms
18262024-08-05T18:00:57.382Z[ helios-setup] Aug 05 18:00:55.895 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
18272024-08-05T18:00:57.382Z[ helios-setup] Aug 05 18:00:55.895 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
18282024-08-05T18:00:57.385Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
18292024-08-05T18:00:57.636Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18302024-08-05T18:00:57.657Z[ host-package] Compiling parse-display v0.9.1
18312024-08-05T18:00:57.719Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18322024-08-05T18:00:57.807Z[ host-package] Compiling serde_with v3.8.3
18332024-08-05T18:00:58.134Z[ helios-setup] Aug 05 18:00:56.650 INFO clone ok!, project: image-builder
18342024-08-05T18:00:58.137Z[ helios-setup] Aug 05 18:00:56.650 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
18352024-08-05T18:00:58.137Z[ helios-setup] Aug 05 18:00:56.650 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
18362024-08-05T18:00:58.140Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
18372024-08-05T18:00:58.291Z[ host-package] Compiling strum v0.26.3
18382024-08-05T18:00:58.478Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18392024-08-05T18:00:59.010Z[ helios-setup] Aug 05 18:00:57.526 INFO clone ok!, project: phbl
18402024-08-05T18:00:59.013Z[ helios-setup] Aug 05 18:00:57.526 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
18412024-08-05T18:00:59.661Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18422024-08-05T18:01:00.334Z[ helios-setup] Aug 05 18:00:58.850 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
18432024-08-05T18:01:00.468Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18442024-08-05T18:01:00.683Z[ host-package] Compiling num-rational v0.4.2
18452024-08-05T18:01:00.921Z[ helios-setup] Aug 05 18:00:59.437 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
18462024-08-05T18:01:00.921Z[ helios-setup] Aug 05 18:00:59.437 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
18472024-08-05T18:01:01.335Z[ host-package] Compiling num-complex v0.4.6
18482024-08-05T18:01:01.491Z[ helios-setup] Aug 05 18:01:00.007 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
18492024-08-05T18:01:02.038Z[ helios-setup] Aug 05 18:01:00.554 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
18502024-08-05T18:01:02.038Z[ helios-setup] Aug 05 18:01:00.554 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
18512024-08-05T18:01:02.447Z[ host-package] Compiling macaddr v1.0.1
18522024-08-05T18:01:02.464Z[ host-package] Compiling swrite v0.1.0
18532024-08-05T18:01:02.482Z[ host-package] Compiling num v0.4.3
18542024-08-05T18:01:02.552Z[ helios-setup] Aug 05 18:01:01.068 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
18552024-08-05T18:01:03.001Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18562024-08-05T18:01:03.099Z[ helios-setup] Aug 05 18:01:01.614 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
18572024-08-05T18:01:03.102Z[ helios-setup] Aug 05 18:01:01.615 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
18582024-08-05T18:01:03.102Z[ helios-setup] Aug 05 18:01:01.615 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
18592024-08-05T18:01:03.102Z[ helios-setup] Aug 05 18:01:01.615 INFO ok!
18602024-08-05T18:01:03.102Z[ helios-setup] Aug 05 18:01:01.615 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
18612024-08-05T18:01:03.102Z[ helios-setup] Aug 05 18:01:01.615 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
18622024-08-05T18:01:03.102Z[ helios-setup] Aug 05 18:01:01.615 INFO ok!
18632024-08-05T18:01:03.102Z[ helios-setup] Aug 05 18:01:01.615 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
18642024-08-05T18:01:03.102Z[ helios-setup] Aug 05 18:01:01.615 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
18652024-08-05T18:01:03.102Z[ helios-setup] Aug 05 18:01:01.615 INFO ok!
18662024-08-05T18:01:03.102Z[ helios-setup] Aug 05 18:01:01.615 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
18672024-08-05T18:01:03.102Z[ helios-setup] Aug 05 18:01:01.615 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
18682024-08-05T18:01:03.108Z[ helios-setup] Aug 05 18:01:01.624 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
18692024-08-05T18:01:03.326Z[ helios-setup] Aug 05 18:01:01.842 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
18702024-08-05T18:01:03.326Z[ helios-setup] Aug 05 18:01:01.842 INFO E| info: downloading component 'cargo'
18712024-08-05T18:01:04.184Z[ host-package] Compiling float-ord v0.3.2
18722024-08-05T18:01:04.309Z[ host-package] Compiling quick-error v1.2.3
18732024-08-05T18:01:04.470Z[ host-package] Compiling resolv-conf v0.7.0
18742024-08-05T18:01:05.141Z[ helios-setup] Aug 05 18:01:03.656 INFO E| info: downloading component 'clippy'
18752024-08-05T18:01:05.429Z[ host-package] Compiling trust-dns-resolver v0.22.0
18762024-08-05T18:01:05.455Z[ helios-setup] Aug 05 18:01:03.971 INFO E| info: downloading component 'rust-docs'
18772024-08-05T18:01:05.590Z[ host-package] Compiling rayon-core v1.12.1
18782024-08-05T18:01:05.631Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
18792024-08-05T18:01:06.180Z[ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
18802024-08-05T18:01:06.500Z[ host-package] Compiling crossbeam-deque v0.8.5
18812024-08-05T18:01:06.611Z[ helios-setup] Aug 05 18:01:05.126 INFO E| info: downloading component 'rust-src'
18822024-08-05T18:01:06.807Z[ helios-setup] Aug 05 18:01:05.322 INFO E| info: downloading component 'rust-std'
18832024-08-05T18:01:06.858Z[ host-package] Compiling display-error-chain v0.2.0
18842024-08-05T18:01:07.041Z[ host-package] Compiling fastrand v2.1.0
18852024-08-05T18:01:07.564Z[ host-package] Compiling same-file v1.0.6
18862024-08-05T18:01:07.821Z[ host-package] Compiling walkdir v2.5.0
18872024-08-05T18:01:08.522Z[ host-package] Compiling tempfile v3.10.1
18882024-08-05T18:01:08.746Z[ helios-setup] Aug 05 18:01:07.262 INFO E| info: downloading component 'rustc'
18892024-08-05T18:01:11.066Z[ host-package] Compiling half v2.4.1
18902024-08-05T18:01:11.848Z[ host-package] Compiling utf-8 v0.7.6
18912024-08-05T18:01:11.879Z[ host-package] Compiling ciborium-io v0.2.2
18922024-08-05T18:01:12.019Z[ host-package] Compiling ciborium-ll v0.2.2
18932024-08-05T18:01:12.214Z[ host-package] Compiling ring v0.16.20
18942024-08-05T18:01:12.565Z[ host-package] Compiling blake3 v1.5.1
18952024-08-05T18:01:12.959Z[ host-package] Compiling rayon v1.10.0
18962024-08-05T18:01:14.072Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18972024-08-05T18:01:14.688Z[ helios-setup] Aug 05 18:01:13.202 INFO E| info: downloading component 'rustfmt'
18982024-08-05T18:01:15.266Z[ helios-setup] Aug 05 18:01:13.781 INFO E| info: installing component 'cargo'
18992024-08-05T18:01:16.647Z[ helios-setup] Aug 05 18:01:15.161 INFO E| info: installing component 'clippy'
19002024-08-05T18:01:17.143Z[ helios-setup] Aug 05 18:01:15.658 INFO E| info: installing component 'rust-docs'
19012024-08-05T18:01:18.376Z[ host-package] Compiling xattr v1.3.1
19022024-08-05T18:01:18.696Z[ host-package] Compiling nibble_vec v0.1.0
19032024-08-05T18:01:18.950Z[ host-package] Compiling filetime v0.2.23
19042024-08-05T18:01:19.374Z[ host-package] Compiling memmap2 v0.9.4
19052024-08-05T18:01:19.844Z[ host-package] Compiling spin v0.5.2
19062024-08-05T18:01:19.903Z[ host-package] Compiling constant_time_eq v0.3.0
19072024-08-05T18:01:20.137Z[ host-package] Compiling cancel-safe-futures v0.1.5
19082024-08-05T18:01:20.265Z[ host-package] Compiling arrayvec v0.7.4
19092024-08-05T18:01:20.687Z[ host-package] Compiling arrayref v0.3.7
19102024-08-05T18:01:20.821Z[ host-package] Compiling untrusted v0.7.1
19112024-08-05T18:01:20.899Z[ host-package] Compiling endian-type v0.1.2
19122024-08-05T18:01:21.195Z[ host-package] Compiling radix_trie v0.2.1
19132024-08-05T18:01:22.514Z[ helios-setup] Aug 05 18:01:21.028 INFO E| info: installing component 'rust-src'
19142024-08-05T18:01:23.491Z[ helios-setup] Aug 05 18:01:22.005 INFO E| info: installing component 'rust-std'
19152024-08-05T18:01:23.979Z[ host-package] Compiling tar v0.4.41
19162024-08-05T18:01:25.264Z[ host-package] Compiling ciborium v0.2.2
19172024-08-05T18:01:26.261Z[ host-package] Compiling camino-tempfile v1.1.1
19182024-08-05T18:01:26.276Z[ helios-setup] Aug 05 18:01:24.789 INFO E| info: installing component 'rustc'
19192024-08-05T18:01:26.816Z[ host-package] Compiling toolchain_find v0.4.0
19202024-08-05T18:01:27.505Z[ host-package] Compiling glob v0.3.1
19212024-08-05T18:01:27.836Z[ host-package] Compiling topological-sort v0.2.2
19222024-08-05T18:01:28.075Z[ host-package] Compiling maplit v1.0.2
19232024-08-05T18:01:28.268Z[ host-package] Compiling crunchy v0.2.2
19242024-08-05T18:01:28.286Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
19252024-08-05T18:01:28.397Z[ host-package] Compiling clang-sys v1.7.0
19262024-08-05T18:01:28.844Z[ host-package] Compiling omicron-zone-package v0.11.0
19272024-08-05T18:01:29.311Z[ host-package] Compiling rustfmt-wrapper v0.2.1
19282024-08-05T18:01:29.961Z[ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19292024-08-05T18:01:30.516Z[ host-package] Compiling tiny-keccak v2.0.2
19302024-08-05T18:01:30.750Z[ host-package] Compiling arc-swap v1.7.1
19312024-08-05T18:01:31.419Z[ host-package] Compiling slog-scope v4.4.0
19322024-08-05T18:01:31.969Z[ host-package] Compiling ascii-canvas v3.0.0
19332024-08-05T18:01:32.377Z[ host-package] Compiling ena v0.14.3
19342024-08-05T18:01:32.380Z[ helios-setup] Aug 05 18:01:30.892 INFO E| info: installing component 'rustfmt'
19352024-08-05T18:01:32.681Z[ host-package] Compiling libloading v0.8.3
19362024-08-05T18:01:32.848Z[ host-package] Compiling bindgen v0.69.4
19372024-08-05T18:01:33.090Z[ host-package] Compiling diff v0.1.13
19382024-08-05T18:01:33.274Z[ helios-setup] Aug 05 18:01:31.786 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
19392024-08-05T18:01:33.426Z[ host-package] Compiling regex-syntax v0.6.29
19402024-08-05T18:01:33.506Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19412024-08-05T18:01:33.961Z[ host-package] Compiling slog-stdlog v4.1.1
19422024-08-05T18:01:34.092Z[ helios-setup] Aug 05 18:01:32.605 INFO E| From https://github.com/oxidecomputer/amd-apcb
19432024-08-05T18:01:34.092Z[ helios-setup] Aug 05 18:01:32.605 INFO E| * [new branch] issue-113 -> origin/issue-113
19442024-08-05T18:01:34.092Z[ helios-setup] Aug 05 18:01:32.605 INFO E| * [new branch] main -> origin/main
19452024-08-05T18:01:34.095Z[ helios-setup] Aug 05 18:01:32.605 INFO E| * [new ref] -> origin/HEAD
19462024-08-05T18:01:34.095Z[ helios-setup] Aug 05 18:01:32.605 INFO E| * [new tag] v0.1.3 -> v0.1.3
19472024-08-05T18:01:34.096Z[ helios-setup] Aug 05 18:01:32.605 INFO E| * [new tag] v0.1.4 -> v0.1.4
19482024-08-05T18:01:34.096Z[ helios-setup] Aug 05 18:01:32.605 INFO E| * [new tag] v0.1.5 -> v0.1.5
19492024-08-05T18:01:34.096Z[ helios-setup] Aug 05 18:01:32.606 INFO E| * [new tag] v0.2.0 -> v0.2.0
19502024-08-05T18:01:34.096Z[ helios-setup] Aug 05 18:01:32.606 INFO E| * [new tag] v0.3.0 -> v0.3.0
19512024-08-05T18:01:34.096Z[ helios-setup] Aug 05 18:01:32.606 INFO E| * [new tag] v0.3.1 -> v0.3.1
19522024-08-05T18:01:34.096Z[ helios-setup] Aug 05 18:01:32.606 INFO E| * [new tag] v0.3.2 -> v0.3.2
19532024-08-05T18:01:34.096Z[ helios-setup] Aug 05 18:01:32.606 INFO E| * [new tag] v0.3.3 -> v0.3.3
19542024-08-05T18:01:34.127Z[ helios-setup] Aug 05 18:01:32.640 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
19552024-08-05T18:01:34.919Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19562024-08-05T18:01:35.004Z[ host-package] Compiling tungstenite v0.21.0
19572024-08-05T18:01:35.112Z[ helios-setup] Aug 05 18:01:33.624 INFO E| From https://github.com/oxidecomputer/amd-efs
19582024-08-05T18:01:35.112Z[ helios-setup] Aug 05 18:01:33.624 INFO E| * [new branch] empty -> origin/empty
19592024-08-05T18:01:35.115Z[ helios-setup] Aug 05 18:01:33.624 INFO E| * [new branch] issue-99 -> origin/issue-99
19602024-08-05T18:01:35.115Z[ helios-setup] Aug 05 18:01:33.624 INFO E| * [new branch] main -> origin/main
19612024-08-05T18:01:35.115Z[ helios-setup] Aug 05 18:01:33.624 INFO E| * [new branch] review -> origin/review
19622024-08-05T18:01:35.115Z[ helios-setup] Aug 05 18:01:33.625 INFO E| * [new ref] -> origin/HEAD
19632024-08-05T18:01:35.115Z[ helios-setup] Aug 05 18:01:33.625 INFO E| * [new tag] v0.2.0 -> v0.2.0
19642024-08-05T18:01:35.115Z[ helios-setup] Aug 05 18:01:33.625 INFO E| * [new tag] v0.2.1 -> v0.2.1
19652024-08-05T18:01:35.115Z[ helios-setup] Aug 05 18:01:33.625 INFO E| * [new tag] v0.2.2 -> v0.2.2
19662024-08-05T18:01:35.115Z[ helios-setup] Aug 05 18:01:33.625 INFO E| * [new tag] v0.2.3 -> v0.2.3
19672024-08-05T18:01:35.115Z[ helios-setup] Aug 05 18:01:33.625 INFO E| * [new tag] v0.2.4 -> v0.2.4
19682024-08-05T18:01:35.115Z[ helios-setup] Aug 05 18:01:33.625 INFO E| * [new tag] v0.2.5 -> v0.2.5
19692024-08-05T18:01:35.115Z[ helios-setup] Aug 05 18:01:33.626 INFO E| * [new tag] v0.2.6 -> v0.2.6
19702024-08-05T18:01:35.115Z[ helios-setup] Aug 05 18:01:33.626 INFO E| * [new tag] v0.2.7 -> v0.2.7
19712024-08-05T18:01:35.115Z[ helios-setup] Aug 05 18:01:33.626 INFO E| * [new tag] v0.3.0 -> v0.3.0
19722024-08-05T18:01:35.115Z[ helios-setup] Aug 05 18:01:33.626 INFO E| * [new tag] v0.3.1 -> v0.3.1
19732024-08-05T18:01:35.115Z[ helios-setup] Aug 05 18:01:33.626 INFO E| * [new tag] v0.4.0 -> v0.4.0
19742024-08-05T18:01:35.137Z[ helios-setup] Aug 05 18:01:33.649 INFO E| Updating crates.io index
19752024-08-05T18:01:35.420Z[ helios-setup] Aug 05 18:01:33.933 INFO E| Downloading crates ...
19762024-08-05T18:01:35.577Z[ helios-setup] Aug 05 18:01:34.090 INFO E| Downloaded pest_meta v2.7.11
19772024-08-05T18:01:35.581Z[ helios-setup] Aug 05 18:01:34.094 INFO E| Downloaded bytesize v1.3.0
19782024-08-05T18:01:35.584Z[ helios-setup] Aug 05 18:01:34.095 INFO E| Downloaded scroll_derive v0.10.5
19792024-08-05T18:01:35.587Z[ helios-setup] Aug 05 18:01:34.097 INFO E| Downloaded ansi_term v0.12.1
19802024-08-05T18:01:35.619Z[ helios-setup] Aug 05 18:01:34.131 INFO E| Downloaded textwrap v0.11.0
19812024-08-05T18:01:35.621Z[ helios-setup] Aug 05 18:01:34.134 INFO E| Downloaded strum_macros v0.23.1
19822024-08-05T18:01:35.625Z[ helios-setup] Aug 05 18:01:34.136 INFO E| Downloaded strum v0.23.0
19832024-08-05T18:01:35.627Z[ helios-setup] Aug 05 18:01:34.138 INFO E| Downloaded structopt-derive v0.4.18
19842024-08-05T18:01:35.627Z[ helios-setup] Aug 05 18:01:34.140 INFO E| Downloaded semver-parser v0.7.0
19852024-08-05T18:01:35.630Z[ helios-setup] Aug 05 18:01:34.141 INFO E| Downloaded strsim v0.8.0
19862024-08-05T18:01:35.633Z[ helios-setup] Aug 05 18:01:34.143 INFO E| Downloaded vec_map v0.8.2
19872024-08-05T18:01:35.633Z[ helios-setup] Aug 05 18:01:34.145 INFO E| Downloaded pre v0.2.1
19882024-08-05T18:01:35.635Z[ helios-setup] Aug 05 18:01:34.146 INFO E| Downloaded pre-proc-macro v0.2.1
19892024-08-05T18:01:35.638Z[ helios-setup] Aug 05 18:01:34.149 INFO E| Downloaded pest_generator v2.7.11
19902024-08-05T18:01:35.641Z[ helios-setup] Aug 05 18:01:34.151 INFO E| Downloaded pest_derive v2.7.11
19912024-08-05T18:01:35.643Z[ helios-setup] Aug 05 18:01:34.154 INFO E| Downloaded scroll v0.10.2
19922024-08-05T18:01:35.646Z[ helios-setup] Aug 05 18:01:34.157 INFO E| Downloaded structopt v0.3.26
19932024-08-05T18:01:35.657Z[ helios-setup] Aug 05 18:01:34.169 INFO E| Downloaded modular-bitfield v0.11.2
19942024-08-05T18:01:35.674Z[ helios-setup] Aug 05 18:01:34.186 INFO E| Downloaded pest v2.7.11
19952024-08-05T18:01:35.681Z[ helios-setup] Aug 05 18:01:34.193 INFO E| Downloaded memchr v2.7.4
19962024-08-05T18:01:35.689Z[ helios-setup] Aug 05 18:01:34.202 INFO E| Downloaded syn v2.0.71
19972024-08-05T18:01:35.704Z[ helios-setup] Aug 05 18:01:34.216 INFO E| Downloaded goblin v0.4.3
19982024-08-05T18:01:35.712Z[ helios-setup] Aug 05 18:01:34.224 INFO E| Downloaded clap v2.34.0
19992024-08-05T18:01:35.722Z[ helios-setup] Aug 05 18:01:34.234 INFO E| Downloaded log v0.4.22
20002024-08-05T18:01:35.725Z[ helios-setup] Aug 05 18:01:34.237 INFO E| Downloaded semver v0.9.0
20012024-08-05T18:01:35.728Z[ helios-setup] Aug 05 18:01:34.239 INFO E| Downloaded cfg-if v0.1.10
20022024-08-05T18:01:35.730Z[ helios-setup] Aug 05 18:01:34.241 INFO E| Downloaded rustc_version v0.2.3
20032024-08-05T18:01:35.730Z[ helios-setup] Aug 05 18:01:34.242 INFO E| Downloaded proc-macro-crate v0.1.5
20042024-08-05T18:01:35.733Z[ helios-setup] Aug 05 18:01:34.244 INFO E| Downloaded parse_int v0.6.0
20052024-08-05T18:01:35.733Z[ helios-setup] Aug 05 18:01:34.245 INFO E| Downloaded num-derive v0.3.3
20062024-08-05T18:01:35.736Z[ helios-setup] Aug 05 18:01:34.247 INFO E| Downloaded modular-bitfield-impl v0.11.2
20072024-08-05T18:01:35.738Z[ helios-setup] Aug 05 18:01:34.249 INFO E| Downloaded memoffset v0.5.6
20082024-08-05T18:01:35.738Z[ helios-setup] Aug 05 18:01:34.251 INFO E| Downloaded four-cc v0.3.0
20092024-08-05T18:01:35.741Z[ helios-setup] Aug 05 18:01:34.252 INFO E| Downloaded fletcher v0.1.0
20102024-08-05T18:01:35.826Z[ helios-setup] Aug 05 18:01:34.338 INFO E| Compiling proc-macro2 v1.0.86
20112024-08-05T18:01:35.829Z[ helios-setup] Aug 05 18:01:34.339 INFO E| Compiling unicode-ident v1.0.12
20122024-08-05T18:01:35.829Z[ helios-setup] Aug 05 18:01:34.339 INFO E| Compiling syn v1.0.109
20132024-08-05T18:01:35.829Z[ helios-setup] Aug 05 18:01:34.339 INFO E| Compiling version_check v0.9.4
20142024-08-05T18:01:35.829Z[ helios-setup] Aug 05 18:01:34.339 INFO E| Compiling thiserror v1.0.63
20152024-08-05T18:01:35.829Z[ helios-setup] Aug 05 18:01:34.339 INFO E| Compiling autocfg v1.3.0
20162024-08-05T18:01:35.829Z[ helios-setup] Aug 05 18:01:34.339 INFO E| Compiling semver-parser v0.7.0
20172024-08-05T18:01:35.829Z[ helios-setup] Aug 05 18:01:34.340 INFO E| Compiling serde v1.0.204
20182024-08-05T18:01:37.108Z[ helios-setup] Aug 05 18:01:35.619 INFO E| Compiling semver v0.9.0
20192024-08-05T18:01:37.296Z[ helios-setup] Aug 05 18:01:35.807 INFO E| Compiling serde_json v1.0.120
20202024-08-05T18:01:37.433Z[ helios-setup] Aug 05 18:01:35.945 INFO E| Compiling schemars v0.8.21
20212024-08-05T18:01:37.484Z[ helios-setup] Aug 05 18:01:35.996 INFO E| Compiling unicode-segmentation v1.11.0
20222024-08-05T18:01:37.609Z[ helios-setup] Aug 05 18:01:36.121 INFO E| Compiling rustc_version v0.2.3
20232024-08-05T18:01:37.635Z[ helios-setup] Aug 05 18:01:36.146 INFO E| Compiling proc-macro-error-attr v1.0.4
20242024-08-05T18:01:38.240Z[ helios-setup] Aug 05 18:01:36.749 INFO E| Compiling proc-macro-error v1.0.4
20252024-08-05T18:01:38.296Z[ helios-setup] Aug 05 18:01:36.808 INFO E| Compiling num-traits v0.2.19
20262024-08-05T18:01:38.302Z[ helios-setup] Aug 05 18:01:36.813 INFO E| Compiling itoa v1.0.11
20272024-08-05T18:01:38.465Z[ helios-setup] Aug 05 18:01:36.977 INFO E| Compiling ryu v1.0.18
20282024-08-05T18:01:38.637Z[ helios-setup] Aug 05 18:01:37.148 INFO E| Compiling pre-proc-macro v0.2.1
20292024-08-05T18:01:38.775Z[ helios-setup] Aug 05 18:01:37.287 INFO E| Compiling memoffset v0.5.6
20302024-08-05T18:01:39.065Z[ helios-setup] Aug 05 18:01:37.577 INFO E| Compiling heck v0.3.3
20312024-08-05T18:01:39.115Z[ helios-setup] Aug 05 18:01:37.626 INFO E| Compiling lazy_static v1.5.0
20322024-08-05T18:01:39.175Z[ helios-setup] Aug 05 18:01:37.687 INFO E| Compiling memchr v2.7.4
20332024-08-05T18:01:39.286Z[ helios-setup] Aug 05 18:01:37.798 INFO E| Compiling rustversion v1.0.17
20342024-08-05T18:01:39.286Z[ helios-setup] Aug 05 18:01:37.798 INFO E| Compiling libc v0.2.155
20352024-08-05T18:01:39.606Z[ helios-setup] Aug 05 18:01:38.118 INFO E| Compiling paste v1.0.15
20362024-08-05T18:01:39.746Z[ helios-setup] Aug 05 18:01:38.257 INFO E| Compiling quote v1.0.36
20372024-08-05T18:01:39.801Z[ helios-setup] Aug 05 18:01:38.313 INFO E| Compiling ucd-trie v0.1.6
20382024-08-05T18:01:40.641Z[ helios-setup] Aug 05 18:01:39.153 INFO E| Compiling syn v2.0.71
20392024-08-05T18:01:40.900Z[ helios-setup] Aug 05 18:01:39.411 INFO E| Compiling dyn-clone v1.0.17
20402024-08-05T18:01:41.299Z[ host-package] Compiling lalrpop v0.19.12
20412024-08-05T18:01:41.351Z[ helios-setup] Aug 05 18:01:39.863 INFO E| Compiling pre v0.2.1
20422024-08-05T18:01:41.788Z[ helios-setup] Aug 05 18:01:40.299 INFO E| Compiling once_cell v1.19.0
20432024-08-05T18:01:42.093Z[ helios-setup] Aug 05 18:01:40.591 INFO E| Compiling byteorder v1.5.0
20442024-08-05T18:01:42.625Z[ helios-setup] Aug 05 18:01:41.136 INFO E| Compiling static_assertions v1.1.0
20452024-08-05T18:01:42.715Z[ helios-setup] Aug 05 18:01:41.227 INFO E| Compiling cfg-if v0.1.10
20462024-08-05T18:01:42.980Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20472024-08-05T18:01:43.255Z[ helios-setup] Aug 05 18:01:41.766 INFO E| Compiling unicode-width v0.1.13
20482024-08-05T18:01:43.793Z[ helios-setup] Aug 05 18:01:42.305 INFO E| Compiling textwrap v0.11.0
20492024-08-05T18:01:44.560Z[ helios-setup] Aug 05 18:01:43.071 INFO E| Compiling atty v0.2.14
20502024-08-05T18:01:44.829Z[ helios-setup] Aug 05 18:01:43.340 INFO E| Compiling strum v0.23.0
20512024-08-05T18:01:44.923Z[ helios-setup] Aug 05 18:01:43.435 INFO E| Compiling ansi_term v0.12.1
20522024-08-05T18:01:45.115Z[ helios-setup] Aug 05 18:01:43.626 INFO E| Compiling vec_map v0.8.2
20532024-08-05T18:01:45.310Z[ helios-setup] Aug 05 18:01:43.821 INFO E| Compiling bitflags v1.3.2
20542024-08-05T18:01:45.359Z[ host-package] Compiling which v4.4.2
20552024-08-05T18:01:45.395Z[ helios-setup] Aug 05 18:01:43.906 INFO E| Compiling fletcher v0.1.0
20562024-08-05T18:01:45.662Z[ helios-setup] Aug 05 18:01:44.173 INFO E| Compiling parse_int v0.6.0
20572024-08-05T18:01:45.671Z[ helios-setup] Aug 05 18:01:44.183 INFO E| Compiling strsim v0.8.0
20582024-08-05T18:01:46.058Z[ helios-setup] Aug 05 18:01:44.568 INFO E| Compiling clap v2.34.0
20592024-08-05T18:01:46.104Z[ helios-setup] Aug 05 18:01:44.615 INFO E| Compiling plain v0.2.3
20602024-08-05T18:01:46.130Z[ helios-setup] Aug 05 18:01:44.641 INFO E| Compiling log v0.4.22
20612024-08-05T18:01:46.206Z[ helios-setup] Aug 05 18:01:44.717 INFO E| Compiling bytesize v1.3.0
20622024-08-05T18:01:46.389Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20632024-08-05T18:01:47.018Z[ host-package] Compiling cexpr v0.6.0
20642024-08-05T18:01:49.356Z[ helios-setup] Aug 05 18:01:47.866 INFO E| Compiling serde_derive_internals v0.29.1
20652024-08-05T18:01:49.735Z[ helios-setup] Aug 05 18:01:48.246 INFO E| Compiling toml v0.5.11
20662024-08-05T18:01:49.836Z[ host-package] Compiling libsw v3.3.1
20672024-08-05T18:01:50.435Z[ host-package] Compiling atty v0.2.14
20682024-08-05T18:01:50.833Z[ host-package] Compiling ref-cast v1.0.23
20692024-08-05T18:01:51.690Z[ host-package] Compiling rustc-hash v1.1.0
20702024-08-05T18:01:52.110Z[ host-package] Compiling shlex v1.3.0
20712024-08-05T18:01:52.560Z[ host-package] Compiling owo-colors v4.0.0
20722024-08-05T18:01:52.841Z[ host-package] Compiling linear-map v1.2.0
20732024-08-05T18:01:53.492Z[ host-package] Compiling lazycell v1.3.0
20742024-08-05T18:01:53.810Z[ helios-setup] Aug 05 18:01:52.320 INFO E| Compiling proc-macro-crate v0.1.5
20752024-08-05T18:01:54.818Z[ helios-setup] Aug 05 18:01:53.326 INFO E| Compiling thiserror-impl v1.0.63
20762024-08-05T18:01:54.834Z[ helios-setup] Aug 05 18:01:53.344 INFO E| Compiling serde_derive v1.0.204
20772024-08-05T18:01:55.248Z[ helios-setup] Aug 05 18:01:53.758 INFO E| Compiling schemars_derive v0.8.21
20782024-08-05T18:01:55.332Z[ helios-setup] Aug 05 18:01:53.842 INFO E| Compiling zerocopy-derive v0.6.6
20792024-08-05T18:01:58.283Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20802024-08-05T18:01:59.491Z[ helios-setup] Aug 05 18:01:58.001 INFO E| Compiling zerocopy v0.6.6
20812024-08-05T18:02:00.390Z[ helios-setup] Aug 05 18:01:58.900 INFO E| Compiling pest v2.7.11
20822024-08-05T18:02:01.660Z[ helios-setup] Aug 05 18:02:00.169 INFO E| Compiling modular-bitfield-impl v0.11.2
20832024-08-05T18:02:01.660Z[ helios-setup] Aug 05 18:02:00.169 INFO E| Compiling num-derive v0.3.3
20842024-08-05T18:02:01.660Z[ helios-setup] Aug 05 18:02:00.169 INFO E| Compiling strum_macros v0.23.1
20852024-08-05T18:02:01.737Z[ helios-setup] Aug 05 18:02:00.246 INFO E| Compiling scroll_derive v0.10.5
20862024-08-05T18:02:04.572Z[ helios-setup] Aug 05 18:02:03.081 INFO E| Compiling structopt-derive v0.4.18
20872024-08-05T18:02:05.031Z[ helios-setup] Aug 05 18:02:03.539 INFO E| Compiling scroll v0.10.2
20882024-08-05T18:02:05.291Z[ host-package] Compiling tokio-tungstenite v0.21.0
20892024-08-05T18:02:05.449Z[ host-package] Compiling slog-envlogger v2.2.0
20902024-08-05T18:02:06.076Z[ helios-setup] Aug 05 18:02:04.584 INFO E| Compiling pest_meta v2.7.11
20912024-08-05T18:02:06.256Z[ helios-setup] Aug 05 18:02:04.765 INFO E| Compiling goblin v0.4.3
20922024-08-05T18:02:06.656Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20932024-08-05T18:02:07.073Z[ helios-setup] Aug 05 18:02:05.581 INFO E| Compiling modular-bitfield v0.11.2
20942024-08-05T18:02:09.060Z[ helios-setup] Aug 05 18:02:07.568 INFO E| Compiling pest_generator v2.7.11
20952024-08-05T18:02:09.612Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20962024-08-05T18:02:10.030Z[ helios-setup] Aug 05 18:02:08.538 INFO E| Compiling structopt v0.3.26
20972024-08-05T18:02:10.131Z[ host-package] Compiling derive_builder_core v0.20.0
20982024-08-05T18:02:11.659Z[ host-package] Compiling headers-core v0.2.0
20992024-08-05T18:02:11.904Z[ host-package] Compiling fxhash v0.2.1
21002024-08-05T18:02:12.362Z[ host-package] Compiling libxml v0.3.3
21012024-08-05T18:02:12.881Z[ host-package] Compiling ref-cast-impl v1.0.23
21022024-08-05T18:02:13.113Z[ host-package] Compiling headers v0.3.9
21032024-08-05T18:02:13.406Z[ host-package] Compiling derive_builder_macro v0.20.0
21042024-08-05T18:02:14.117Z[ helios-setup] Aug 05 18:02:12.625 INFO E| Compiling pest_derive v2.7.11
21052024-08-05T18:02:14.692Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21062024-08-05T18:02:14.978Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
21072024-08-05T18:02:15.386Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21082024-08-05T18:02:18.064Z[ host-package] Compiling strum_macros v0.24.3
21092024-08-05T18:02:18.583Z[ helios-setup] Aug 05 18:02:17.089 INFO E| Compiling json5 v0.4.1
21102024-08-05T18:02:18.920Z[ host-package] Compiling cookie v0.18.1
21112024-08-05T18:02:19.480Z[ host-package] Compiling unicase v2.7.0
21122024-08-05T18:02:19.920Z[ host-package] Compiling samael v0.0.15
21132024-08-05T18:02:20.141Z[ host-package] Compiling indoc v1.0.9
21142024-08-05T18:02:22.335Z[ host-package] Compiling derive_builder v0.20.0
21152024-08-05T18:02:23.167Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
21162024-08-05T18:02:23.539Z[ host-package] Compiling oso-derive v0.27.3
21172024-08-05T18:02:24.140Z[ helios-setup] Aug 05 18:02:22.647 INFO E| Compiling four-cc v0.3.0
21182024-08-05T18:02:24.140Z[ helios-setup] Aug 05 18:02:22.647 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b)
21192024-08-05T18:02:24.303Z[ helios-setup] Aug 05 18:02:22.810 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b)
21202024-08-05T18:02:24.799Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
21212024-08-05T18:02:28.227Z[ host-package] Compiling polar-core v0.27.3
21222024-08-05T18:02:28.573Z[ host-package] Compiling quick-xml v0.31.0
21232024-08-05T18:02:29.927Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21242024-08-05T18:02:30.327Z[ host-package] Compiling parking_lot_core v0.8.6
21252024-08-05T18:02:30.885Z[ host-package] Compiling cfg_aliases v0.1.1
21262024-08-05T18:02:31.019Z[ host-package] Compiling nix v0.28.0
21272024-08-05T18:02:33.342Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21282024-08-05T18:02:35.405Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21292024-08-05T18:02:36.295Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21302024-08-05T18:02:36.734Z[ host-package] Compiling bb8 v0.8.5
21312024-08-05T18:02:37.222Z[ host-package] Compiling const_format_proc_macros v0.2.32
21322024-08-05T18:02:38.137Z[ host-package] Compiling curve25519-dalek v4.1.3
21332024-08-05T18:02:38.663Z[ host-package] Compiling vte_generate_state_changes v0.1.1
21342024-08-05T18:02:39.278Z[ host-package] Compiling keccak v0.1.5
21352024-08-05T18:02:39.362Z[ host-package] Compiling vte v0.11.1
21362024-08-05T18:02:39.778Z[ host-package] Compiling sha3 v0.10.8
21372024-08-05T18:02:40.433Z[ host-package] Compiling const_format v0.2.32
21382024-08-05T18:02:40.920Z[ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21392024-08-05T18:02:41.863Z[ host-package] Compiling fd-lock v4.0.2
21402024-08-05T18:02:42.036Z[ host-package] Compiling universal-hash v0.5.1
21412024-08-05T18:02:42.141Z[ host-package] Compiling secrecy v0.8.0
21422024-08-05T18:02:42.323Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
21432024-08-05T18:02:42.474Z[ host-package] Compiling curve25519-dalek-derive v0.1.1
21442024-08-05T18:02:42.616Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21452024-08-05T18:02:43.067Z[ host-package] Compiling opaque-debug v0.3.1
21462024-08-05T18:02:43.242Z[ host-package] Compiling bytecount v0.6.8
21472024-08-05T18:02:43.695Z[ host-package] Compiling papergrid v0.11.0
21482024-08-05T18:02:45.542Z[ host-package] Compiling thiserror-no-std v2.0.2
21492024-08-05T18:02:45.689Z[ host-package] Compiling poly1305 v0.8.0
21502024-08-05T18:02:47.445Z[ host-package] Compiling parking_lot v0.11.2
21512024-08-05T18:02:49.867Z[ host-package] Compiling strip-ansi-escapes v0.2.0
21522024-08-05T18:02:50.855Z[ host-package] Compiling trust-dns-client v0.22.0
21532024-08-05T18:02:53.346Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21542024-08-05T18:02:53.737Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
21552024-08-05T18:02:56.100Z[ host-package] Compiling tabled_derive v0.7.0
21562024-08-05T18:02:57.631Z[ host-package] Compiling oso v0.27.3
21572024-08-05T18:02:58.757Z[ host-package] Compiling chacha20 v0.9.1
21582024-08-05T18:02:59.293Z[ host-package] Compiling aead v0.5.2
21592024-08-05T18:02:59.627Z[ host-package] Compiling peg-macros v0.8.4
21602024-08-05T18:02:59.693Z[ host-package] Compiling kstat-rs v0.2.4
21612024-08-05T18:03:00.812Z[ host-package] Compiling toml v0.5.11
21622024-08-05T18:03:03.549Z[ host-package] Compiling sqlparser_derive v0.2.2
21632024-08-05T18:03:03.567Z[ host-package] Compiling nu-ansi-term v0.50.0
21642024-08-05T18:03:05.053Z[ host-package] Compiling unicode_categories v0.1.1
21652024-08-05T18:03:05.213Z[ host-package] Compiling rustyline v14.0.0
21662024-08-05T18:03:05.299Z[ helios-setup] Aug 05 18:03:03.800 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
21672024-08-05T18:03:05.533Z[ host-package] Compiling sqlformat v0.2.4
21682024-08-05T18:03:11.716Z[ host-package] Compiling sqlparser v0.45.0
21692024-08-05T18:03:14.446Z[ host-package] Compiling reedline v0.31.0
21702024-08-05T18:03:18.319Z[ host-package] Compiling peg v0.8.4
21712024-08-05T18:03:18.496Z[ host-package] Compiling trust-dns-server v0.22.1
21722024-08-05T18:03:19.171Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21732024-08-05T18:03:19.597Z[ helios-setup] Aug 05 18:03:18.097 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
21742024-08-05T18:03:20.228Z[ host-package] Compiling chacha20poly1305 v0.10.1
21752024-08-05T18:03:20.516Z[ host-package] Compiling tabled v0.15.0
21762024-08-05T18:03:28.333Z[ host-package] Compiling mime_guess v2.0.4
21772024-08-05T18:03:29.630Z[ host-package] Compiling sled v0.34.7
21782024-08-05T18:03:39.915Z[ host-package] Compiling vsss-rs v3.3.4
21792024-08-05T18:03:40.235Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21802024-08-05T18:03:41.108Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21812024-08-05T18:03:42.335Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
21822024-08-05T18:03:44.496Z[ host-package] Compiling env_logger v0.9.3
21832024-08-05T18:03:45.172Z[ host-package] Compiling tungstenite v0.20.1
21842024-08-05T18:03:52.071Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21852024-08-05T18:04:06.379Z[ helios-setup] Aug 05 18:04:04.874 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 33s
21862024-08-05T18:04:06.412Z[ helios-setup] Aug 05 18:04:04.907 INFO building project "amd-host-image-builder" ok (183 seconds)
21872024-08-05T18:04:06.412Z[ helios-setup] Aug 05 18:04:04.908 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
21882024-08-05T18:04:06.412Z[ helios-setup] Aug 05 18:04:04.908 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
21892024-08-05T18:04:06.648Z[ helios-setup] Aug 05 18:04:05.143 INFO E| Downloading crates ...
21902024-08-05T18:04:06.795Z[ helios-setup] Aug 05 18:04:05.290 INFO E| Downloaded block-buffer v0.10.3
21912024-08-05T18:04:06.798Z[ helios-setup] Aug 05 18:04:05.292 INFO E| Downloaded digest v0.10.3
21922024-08-05T18:04:06.801Z[ helios-setup] Aug 05 18:04:05.296 INFO E| Downloaded cpufeatures v0.2.5
21932024-08-05T18:04:06.803Z[ helios-setup] Aug 05 18:04:05.298 INFO E| Downloaded flate2 v1.0.25
21942024-08-05T18:04:06.810Z[ helios-setup] Aug 05 18:04:05.306 INFO E| Downloaded generic-array v0.14.6
21952024-08-05T18:04:06.813Z[ helios-setup] Aug 05 18:04:05.308 INFO E| Downloaded unicode-width v0.1.10
21962024-08-05T18:04:06.816Z[ helios-setup] Aug 05 18:04:05.310 INFO E| Downloaded typenum v1.15.0
21972024-08-05T18:04:06.819Z[ helios-setup] Aug 05 18:04:05.314 INFO E| Downloaded sha2 v0.10.5
21982024-08-05T18:04:06.821Z[ helios-setup] Aug 05 18:04:05.317 INFO E| Downloaded miniz_oxide v0.6.2
21992024-08-05T18:04:06.828Z[ helios-setup] Aug 05 18:04:05.320 INFO E| Downloaded bytes v1.2.1
22002024-08-05T18:04:06.831Z[ helios-setup] Aug 05 18:04:05.325 INFO E| Downloaded anyhow v1.0.62
22012024-08-05T18:04:06.993Z[ helios-setup] Aug 05 18:04:05.488 INFO E| Compiling version_check v0.9.4
22022024-08-05T18:04:06.993Z[ helios-setup] Aug 05 18:04:05.488 INFO E| Compiling typenum v1.15.0
22032024-08-05T18:04:06.996Z[ helios-setup] Aug 05 18:04:05.488 INFO E| Compiling crc32fast v1.3.2
22042024-08-05T18:04:06.996Z[ helios-setup] Aug 05 18:04:05.488 INFO E| Compiling cfg-if v1.0.0
22052024-08-05T18:04:06.996Z[ helios-setup] Aug 05 18:04:05.489 INFO E| Compiling adler v1.0.2
22062024-08-05T18:04:06.996Z[ helios-setup] Aug 05 18:04:05.489 INFO E| Compiling anyhow v1.0.62
22072024-08-05T18:04:06.997Z[ helios-setup] Aug 05 18:04:05.489 INFO E| Compiling cpufeatures v0.2.5
22082024-08-05T18:04:06.997Z[ helios-setup] Aug 05 18:04:05.489 INFO E| Compiling unicode-width v0.1.10
22092024-08-05T18:04:07.211Z[ helios-setup] Aug 05 18:04:05.707 INFO E| Compiling bitflags v1.3.2
22102024-08-05T18:04:07.263Z[ helios-setup] Aug 05 18:04:05.759 INFO E| Compiling bytes v1.2.1
22112024-08-05T18:04:07.308Z[ helios-setup] Aug 05 18:04:05.803 INFO E| Compiling miniz_oxide v0.6.2
22122024-08-05T18:04:07.645Z[ helios-setup] Aug 05 18:04:06.140 INFO E| Compiling getopts v0.2.21
22132024-08-05T18:04:08.317Z[ helios-setup] Aug 05 18:04:06.812 INFO E| Compiling generic-array v0.14.6
22142024-08-05T18:04:08.630Z[ helios-setup] Aug 05 18:04:07.125 INFO E| Compiling flate2 v1.0.25
22152024-08-05T18:04:12.579Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22162024-08-05T18:04:13.326Z[ helios-setup] Aug 05 18:04:11.820 INFO E| Compiling crypto-common v0.1.6
22172024-08-05T18:04:13.326Z[ helios-setup] Aug 05 18:04:11.821 INFO E| Compiling block-buffer v0.10.3
22182024-08-05T18:04:13.553Z[ helios-setup] Aug 05 18:04:12.047 INFO E| Compiling digest v0.10.3
22192024-08-05T18:04:13.908Z[ helios-setup] Aug 05 18:04:12.402 INFO E| Compiling sha2 v0.10.5
22202024-08-05T18:04:14.437Z[ helios-setup] Aug 05 18:04:12.931 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
22212024-08-05T18:04:19.975Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22222024-08-05T18:04:20.244Z[ helios-setup] Aug 05 18:04:18.738 INFO E| Finished `release` profile [optimized] target(s) in 13.74s
22232024-08-05T18:04:20.259Z[ helios-setup] Aug 05 18:04:18.753 INFO building project "bootserver" ok (13 seconds)
22242024-08-05T18:04:20.259Z[ helios-setup] Aug 05 18:04:18.753 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
22252024-08-05T18:04:20.262Z[ helios-setup] Aug 05 18:04:18.753 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
22262024-08-05T18:04:20.585Z[ helios-setup] Aug 05 18:04:19.078 INFO E| Compiling adler v1.0.2
22272024-08-05T18:04:20.730Z[ helios-setup] Aug 05 18:04:19.219 INFO E| Compiling miniz_oxide v0.7.2
22282024-08-05T18:04:20.901Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
22292024-08-05T18:04:22.686Z[ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22302024-08-05T18:04:23.053Z[ host-package] Compiling bcs v0.1.6
22312024-08-05T18:04:23.440Z[ host-package] Compiling bitstruct_derive v0.1.0
22322024-08-05T18:04:23.787Z[ helios-setup] Aug 05 18:04:22.280 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
22332024-08-05T18:04:24.175Z[ host-package] Compiling nanorand v0.7.0
22342024-08-05T18:04:24.701Z[ helios-setup] Aug 05 18:04:23.194 INFO E| Finished `release` profile [optimized] target(s) in 4.33s
22352024-08-05T18:04:24.709Z[ helios-setup] Aug 05 18:04:23.202 INFO building project "pinprick" ok (4 seconds)
22362024-08-05T18:04:24.709Z[ helios-setup] Aug 05 18:04:23.202 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
22372024-08-05T18:04:24.712Z[ helios-setup] Aug 05 18:04:23.202 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
22382024-08-05T18:04:25.057Z[ helios-setup] Aug 05 18:04:23.550 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
22392024-08-05T18:04:25.150Z[ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22402024-08-05T18:04:25.167Z[ host-package] Compiling memoffset v0.9.1
22412024-08-05T18:04:25.301Z[ host-package] Compiling highway v1.1.0
22422024-08-05T18:04:25.666Z[ helios-setup] Aug 05 18:04:24.159 INFO E| From https://github.com/jclulow/hiercmd
22432024-08-05T18:04:25.666Z[ helios-setup] Aug 05 18:04:24.159 INFO E| * [new branch] main -> origin/main
22442024-08-05T18:04:25.666Z[ helios-setup] Aug 05 18:04:24.159 INFO E| * [new ref] -> origin/HEAD
22452024-08-05T18:04:25.733Z[ helios-setup] Aug 05 18:04:24.226 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
22462024-08-05T18:04:26.250Z[ helios-setup] Aug 05 18:04:24.742 INFO E| From https://github.com/jclulow/network-interface
22472024-08-05T18:04:26.250Z[ helios-setup] Aug 05 18:04:24.743 INFO E| * [new branch] illumos -> origin/illumos
22482024-08-05T18:04:26.253Z[ helios-setup] Aug 05 18:04:24.743 INFO E| * [new branch] main -> origin/main
22492024-08-05T18:04:26.253Z[ helios-setup] Aug 05 18:04:24.743 INFO E| * [new ref] -> origin/HEAD
22502024-08-05T18:04:26.270Z[ helios-setup] Aug 05 18:04:24.764 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
22512024-08-05T18:04:26.771Z[ host-package] Compiling ascii v1.1.0
22522024-08-05T18:04:26.875Z[ helios-setup] Aug 05 18:04:25.368 INFO E| From https://github.com/oxidecomputer/boot-image-tools
22532024-08-05T18:04:26.875Z[ helios-setup] Aug 05 18:04:25.368 INFO E| * [new branch] compliance -> origin/compliance
22542024-08-05T18:04:26.875Z[ helios-setup] Aug 05 18:04:25.368 INFO E| * [new branch] libdlpi-sys -> origin/libdlpi-sys
22552024-08-05T18:04:26.878Z[ helios-setup] Aug 05 18:04:25.369 INFO E| * [new branch] main -> origin/main
22562024-08-05T18:04:26.878Z[ helios-setup] Aug 05 18:04:25.369 INFO E| * [new ref] -> origin/HEAD
22572024-08-05T18:04:26.934Z[ helios-setup] Aug 05 18:04:25.427 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
22582024-08-05T18:04:27.500Z[ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
22592024-08-05T18:04:27.588Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22602024-08-05T18:04:27.731Z[ helios-setup] Aug 05 18:04:26.224 INFO E| From https://github.com/oxidecomputer/facade
22612024-08-05T18:04:27.731Z[ helios-setup] Aug 05 18:04:26.224 INFO E| * [new branch] 0XV2-serials -> origin/0XV2-serials
22622024-08-05T18:04:27.734Z[ helios-setup] Aug 05 18:04:26.225 INFO E| * [new branch] checklist -> origin/checklist
22632024-08-05T18:04:27.734Z[ helios-setup] Aug 05 18:04:26.225 INFO E| * [new branch] dependabot/cargo/h2-0.3.26 -> origin/dependabot/cargo/h2-0.3.26
22642024-08-05T18:04:27.734Z[ helios-setup] Aug 05 18:04:26.225 INFO E| * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11
22652024-08-05T18:04:27.734Z[ helios-setup] Aug 05 18:04:26.225 INFO E| * [new branch] dramtest -> origin/dramtest
22662024-08-05T18:04:27.734Z[ helios-setup] Aug 05 18:04:26.225 INFO E| * [new branch] facts -> origin/facts
22672024-08-05T18:04:27.734Z[ helios-setup] Aug 05 18:04:26.226 INFO E| * [new branch] fix-broken-ffi -> origin/fix-broken-ffi
22682024-08-05T18:04:27.735Z[ helios-setup] Aug 05 18:04:26.226 INFO E| * [new branch] flihp/attestation-verifier -> origin/flihp/attestation-verifier
22692024-08-05T18:04:27.735Z[ helios-setup] Aug 05 18:04:26.226 INFO E| * [new branch] flihp/platform-id_permslip -> origin/flihp/platform-id_permslip
22702024-08-05T18:04:27.735Z[ helios-setup] Aug 05 18:04:26.226 INFO E| * [new branch] flihp/platform-id_permslip-prebase -> origin/flihp/platform-id_permslip-prebase
22712024-08-05T18:04:27.735Z[ helios-setup] Aug 05 18:04:26.226 INFO E| * [new branch] gimlet-f -> origin/gimlet-f
22722024-08-05T18:04:27.735Z[ helios-setup] Aug 05 18:04:26.227 INFO E| * [new branch] guardrails -> origin/guardrails
22732024-08-05T18:04:27.735Z[ helios-setup] Aug 05 18:04:26.227 INFO E| * [new branch] idcerts -> origin/idcerts
22742024-08-05T18:04:27.735Z[ helios-setup] Aug 05 18:04:26.227 INFO E| * [new branch] jhendricks/fix-usage -> origin/jhendricks/fix-usage
22752024-08-05T18:04:27.735Z[ helios-setup] Aug 05 18:04:26.227 INFO E| * [new branch] jhendricks/micron7450 -> origin/jhendricks/micron7450
22762024-08-05T18:04:27.735Z[ helios-setup] Aug 05 18:04:26.227 INFO E| * [new branch] jhendricks/readme -> origin/jhendricks/readme
22772024-08-05T18:04:27.735Z[ helios-setup] Aug 05 18:04:26.227 INFO E| * [new branch] main -> origin/main
22782024-08-05T18:04:27.735Z[ helios-setup] Aug 05 18:04:26.228 INFO E| * [new branch] meanwell -> origin/meanwell
22792024-08-05T18:04:27.738Z[ helios-setup] Aug 05 18:04:26.228 INFO E| * [new branch] parents -> origin/parents
22802024-08-05T18:04:27.738Z[ helios-setup] Aug 05 18:04:26.228 INFO E| * [new branch] psc -> origin/psc
22812024-08-05T18:04:27.738Z[ helios-setup] Aug 05 18:04:26.228 INFO E| * [new branch] rackstatus -> origin/rackstatus
22822024-08-05T18:04:27.738Z[ helios-setup] Aug 05 18:04:26.228 INFO E| * [new branch] sessions -> origin/sessions
22832024-08-05T18:04:27.738Z[ helios-setup] Aug 05 18:04:26.229 INFO E| * [new branch] sidecar_loopback_test -> origin/sidecar_loopback_test
22842024-08-05T18:04:27.738Z[ helios-setup] Aug 05 18:04:26.229 INFO E| * [new branch] sshauth -> origin/sshauth
22852024-08-05T18:04:27.738Z[ helios-setup] Aug 05 18:04:26.229 INFO E| * [new branch] unsupervised -> origin/unsupervised
22862024-08-05T18:04:27.738Z[ helios-setup] Aug 05 18:04:26.229 INFO E| * [new branch] x11 -> origin/x11
22872024-08-05T18:04:27.738Z[ helios-setup] Aug 05 18:04:26.229 INFO E| * [new ref] -> origin/HEAD
22882024-08-05T18:04:27.827Z[ helios-setup] Aug 05 18:04:26.320 INFO E| Updating crates.io index
22892024-08-05T18:04:28.486Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22902024-08-05T18:04:28.716Z[ helios-setup] Aug 05 18:04:27.209 INFO E| Downloading crates ...
22912024-08-05T18:04:28.878Z[ helios-setup] Aug 05 18:04:27.371 INFO E| Downloaded autocfg v1.1.0
22922024-08-05T18:04:28.883Z[ helios-setup] Aug 05 18:04:27.376 INFO E| Downloaded ahash v0.7.6
22932024-08-05T18:04:28.890Z[ helios-setup] Aug 05 18:04:27.383 INFO E| Downloaded const-random-macro v0.1.15
22942024-08-05T18:04:28.893Z[ helios-setup] Aug 05 18:04:27.386 INFO E| Downloaded futures-sink v0.3.28
22952024-08-05T18:04:28.909Z[ helios-setup] Aug 05 18:04:27.402 INFO E| Downloaded strsim v0.10.0
22962024-08-05T18:04:28.912Z[ helios-setup] Aug 05 18:04:27.405 INFO E| Downloaded const-random v0.1.15
22972024-08-05T18:04:28.915Z[ helios-setup] Aug 05 18:04:27.407 INFO E| Downloaded smawk v0.3.1
22982024-08-05T18:04:28.918Z[ helios-setup] Aug 05 18:04:27.409 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
22992024-08-05T18:04:28.921Z[ helios-setup] Aug 05 18:04:27.413 INFO E| Downloaded crossbeam-deque v0.8.2
23002024-08-05T18:04:28.923Z[ helios-setup] Aug 05 18:04:27.415 INFO E| Downloaded slog-async v2.7.0
23012024-08-05T18:04:28.927Z[ helios-setup] Aug 05 18:04:27.420 INFO E| Downloaded sha1 v0.10.5
23022024-08-05T18:04:28.930Z[ helios-setup] Aug 05 18:04:27.423 INFO E| Downloaded paste v1.0.12
23032024-08-05T18:04:28.936Z[ helios-setup] Aug 05 18:04:27.429 INFO E| Downloaded num-integer v0.1.45
23042024-08-05T18:04:28.939Z[ helios-setup] Aug 05 18:04:27.433 INFO E| Downloaded serde_spanned v0.6.1
23052024-08-05T18:04:28.942Z[ helios-setup] Aug 05 18:04:27.435 INFO E| Downloaded memoffset v0.7.1
23062024-08-05T18:04:28.945Z[ helios-setup] Aug 05 18:04:27.437 INFO E| Downloaded toolchain_find v0.2.0
23072024-08-05T18:04:28.948Z[ helios-setup] Aug 05 18:04:27.439 INFO E| Downloaded smallvec v1.10.0
23082024-08-05T18:04:28.951Z[ helios-setup] Aug 05 18:04:27.442 INFO E| Downloaded sha2 v0.10.6
23092024-08-05T18:04:28.954Z[ helios-setup] Aug 05 18:04:27.446 INFO E| Downloaded want v0.3.0
23102024-08-05T18:04:28.956Z[ helios-setup] Aug 05 18:04:27.448 INFO E| Downloaded rustls-pemfile v1.0.2
23112024-08-05T18:04:28.959Z[ helios-setup] Aug 05 18:04:27.452 INFO E| Downloaded cargo-lock v8.0.3
23122024-08-05T18:04:28.963Z[ helios-setup] Aug 05 18:04:27.457 INFO E| Downloaded concolor-override v1.0.0
23132024-08-05T18:04:28.966Z[ helios-setup] Aug 05 18:04:27.458 INFO E| Downloaded try-lock v0.2.4
23142024-08-05T18:04:28.969Z[ helios-setup] Aug 05 18:04:27.460 INFO E| Downloaded terminal_size v0.2.6
23152024-08-05T18:04:28.971Z[ helios-setup] Aug 05 18:04:27.462 INFO E| Downloaded toml_datetime v0.6.1
23162024-08-05T18:04:28.972Z[ helios-setup] Aug 05 18:04:27.464 INFO E| Downloaded built v0.6.0
23172024-08-05T18:04:28.974Z[ helios-setup] Aug 05 18:04:27.466 INFO E| Downloaded signal-hook-registry v1.4.0
23182024-08-05T18:04:28.977Z[ helios-setup] Aug 05 18:04:27.468 INFO E| Downloaded project-root v0.2.2
23192024-08-05T18:04:28.977Z[ helios-setup] Aug 05 18:04:27.470 INFO E| Downloaded walkdir v2.3.3
23202024-08-05T18:04:28.980Z[ helios-setup] Aug 05 18:04:27.473 INFO E| Downloaded futures-core v0.3.28
23212024-08-05T18:04:28.983Z[ helios-setup] Aug 05 18:04:27.475 INFO E| Downloaded semver-parser v0.10.2
23222024-08-05T18:04:28.985Z[ helios-setup] Aug 05 18:04:27.478 INFO E| Downloaded log v0.4.17
23232024-08-05T18:04:28.988Z[ helios-setup] Aug 05 18:04:27.481 INFO E| Downloaded slab v0.4.7
23242024-08-05T18:04:28.992Z[ helios-setup] Aug 05 18:04:27.483 INFO E| Downloaded schemars_derive v0.8.12
23252024-08-05T18:04:28.994Z[ helios-setup] Aug 05 18:04:27.486 INFO E| Downloaded thiserror-impl v1.0.38
23262024-08-05T18:04:28.995Z[ helios-setup] Aug 05 18:04:27.488 INFO E| Downloaded semver v0.11.0
23272024-08-05T18:04:28.997Z[ helios-setup] Aug 05 18:04:27.490 INFO E| Downloaded ahash v0.8.3
23282024-08-05T18:04:29.001Z[ helios-setup] Aug 05 18:04:27.494 INFO E| Downloaded serde_path_to_error v0.1.11
23292024-08-05T18:04:29.004Z[ helios-setup] Aug 05 18:04:27.497 INFO E| Downloaded rhai_codegen v1.5.0
23302024-08-05T18:04:29.018Z[ helios-setup] Aug 05 18:04:27.511 INFO E| Downloaded futures-task v0.3.28
23312024-08-05T18:04:29.021Z[ helios-setup] Aug 05 18:04:27.514 INFO E| Downloaded semver v1.0.17
23322024-08-05T18:04:29.025Z[ helios-setup] Aug 05 18:04:27.518 INFO E| Downloaded percent-encoding v2.2.0
23332024-08-05T18:04:29.036Z[ helios-setup] Aug 05 18:04:27.521 INFO E| Downloaded tokio-rustls v0.24.0
23342024-08-05T18:04:29.040Z[ helios-setup] Aug 05 18:04:27.525 INFO E| Downloaded serde_tokenstream v0.2.0
23352024-08-05T18:04:29.043Z[ helios-setup] Aug 05 18:04:27.533 INFO E| Downloaded either v1.8.0
23362024-08-05T18:04:29.059Z[ helios-setup] Aug 05 18:04:27.537 INFO E| Downloaded serde_derive_internals v0.26.0
23372024-08-05T18:04:29.059Z[ helios-setup] Aug 05 18:04:27.540 INFO E| Downloaded ryu v1.0.13
23382024-08-05T18:04:29.062Z[ helios-setup] Aug 05 18:04:27.545 INFO E| Downloaded ucd-trie v0.1.5
23392024-08-05T18:04:29.062Z[ helios-setup] Aug 05 18:04:27.548 INFO E| Downloaded uuid v1.3.0
23402024-08-05T18:04:29.070Z[ helios-setup] Aug 05 18:04:27.563 INFO E| Downloaded unicode-bidi v0.3.13
23412024-08-05T18:04:29.192Z[ helios-setup] Aug 05 18:04:27.569 INFO E| Downloaded url v2.3.1
23422024-08-05T18:04:29.195Z[ helios-setup] Aug 05 18:04:27.578 INFO E| Downloaded unsafe-libyaml v0.2.8
23432024-08-05T18:04:29.195Z[ helios-setup] Aug 05 18:04:27.586 INFO E| Downloaded tracing v0.1.37
23442024-08-05T18:04:29.195Z[ helios-setup] Aug 05 18:04:27.595 INFO E| Downloaded unicode-normalization v0.1.22
23452024-08-05T18:04:29.195Z[ helios-setup] Aug 05 18:04:27.603 INFO E| Downloaded serde_json v1.0.95
23462024-08-05T18:04:29.195Z[ helios-setup] Aug 05 18:04:27.619 INFO E| Downloaded cc v1.0.78
23472024-08-05T18:04:29.195Z[ helios-setup] Aug 05 18:04:27.624 INFO E| Downloaded syn v1.0.107
23482024-08-05T18:04:29.195Z[ helios-setup] Aug 05 18:04:27.646 INFO E| Downloaded memchr v2.5.0
23492024-08-05T18:04:29.195Z[ helios-setup] Aug 05 18:04:27.655 INFO E| Downloaded rustls-webpki v0.100.1
23502024-08-05T18:04:29.195Z[ helios-setup] Aug 05 18:04:27.666 INFO E| Downloaded tokio v1.27.0
23512024-08-05T18:04:29.237Z[ helios-setup] Aug 05 18:04:27.730 INFO E| Downloaded schemars v0.8.12
23522024-08-05T18:04:29.257Z[ helios-setup] Aug 05 18:04:27.750 INFO E| Downloaded mio v0.8.5
23532024-08-05T18:04:29.266Z[ helios-setup] Aug 05 18:04:27.759 INFO E| Downloaded pest v2.5.7
23542024-08-05T18:04:29.275Z[ helios-setup] Aug 05 18:04:27.768 INFO E| Downloaded crossbeam-channel v0.5.6
23552024-08-05T18:04:29.282Z[ helios-setup] Aug 05 18:04:27.775 INFO E| Downloaded futures-util v0.3.28
23562024-08-05T18:04:29.303Z[ helios-setup] Aug 05 18:04:27.796 INFO E| Downloaded aho-corasick v0.7.20
23572024-08-05T18:04:29.309Z[ helios-setup] Aug 05 18:04:27.802 INFO E| Downloaded reqwest v0.11.16
23582024-08-05T18:04:29.321Z[ helios-setup] Aug 05 18:04:27.814 INFO E| Downloaded h2 v0.3.16
23592024-08-05T18:04:29.331Z[ helios-setup] Aug 05 18:04:27.824 INFO E| Downloaded rayon v1.6.1
23602024-08-05T18:04:29.343Z[ helios-setup] Aug 05 18:04:27.836 INFO E| Downloaded chrono v0.4.24
23612024-08-05T18:04:29.354Z[ helios-setup] Aug 05 18:04:27.847 INFO E| Downloaded hyper v0.14.25
23622024-08-05T18:04:29.367Z[ helios-setup] Aug 05 18:04:27.859 INFO E| Downloaded git2 v0.16.1
23632024-08-05T18:04:29.379Z[ helios-setup] Aug 05 18:04:27.872 INFO E| Downloaded regex v1.7.3
23642024-08-05T18:04:29.392Z[ helios-setup] Aug 05 18:04:27.885 INFO E| Downloaded clap_builder v4.2.1
23652024-08-05T18:04:29.403Z[ helios-setup] Aug 05 18:04:27.896 INFO E| Downloaded rustls v0.21.0
23662024-08-05T18:04:29.425Z[ helios-setup] Aug 05 18:04:27.918 INFO E| Downloaded rustix v0.37.3
23672024-08-05T18:04:29.448Z[ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
23682024-08-05T18:04:29.452Z[ helios-setup] Aug 05 18:04:27.945 INFO E| Downloaded regress v0.5.0
23692024-08-05T18:04:29.464Z[ helios-setup] Aug 05 18:04:27.957 INFO E| Downloaded rhai v1.14.0
23702024-08-05T18:04:29.489Z[ helios-setup] Aug 05 18:04:27.982 INFO E| Downloaded openapiv3 v1.0.2
23712024-08-05T18:04:29.510Z[ helios-setup] Aug 05 18:04:28.003 INFO E| Downloaded rayon-core v1.10.2
23722024-08-05T18:04:29.515Z[ helios-setup] Aug 05 18:04:28.009 INFO E| Downloaded http v0.2.9
23732024-08-05T18:04:29.522Z[ helios-setup] Aug 05 18:04:28.015 INFO E| Downloaded crossbeam-utils v0.8.14
23742024-08-05T18:04:29.527Z[ helios-setup] Aug 05 18:04:28.020 INFO E| Downloaded crossbeam-epoch v0.9.13
23752024-08-05T18:04:29.532Z[ helios-setup] Aug 05 18:04:28.025 INFO E| Downloaded winnow v0.4.1
23762024-08-05T18:04:29.580Z[ helios-setup] Aug 05 18:04:28.073 INFO E| Downloaded num-traits v0.2.15
23772024-08-05T18:04:29.585Z[ helios-setup] Aug 05 18:04:28.078 INFO E| Downloaded libc v0.2.139
23782024-08-05T18:04:29.651Z[ helios-setup] Aug 05 18:04:28.144 INFO E| Downloaded unicode-linebreak v0.1.4
23792024-08-05T18:04:29.655Z[ helios-setup] Aug 05 18:04:28.147 INFO E| Downloaded toml_edit v0.19.8
23802024-08-05T18:04:29.684Z[ helios-setup] Aug 05 18:04:28.177 INFO E| Downloaded pin-project-lite v0.2.9
23812024-08-05T18:04:29.691Z[ helios-setup] Aug 05 18:04:28.184 INFO E| Downloaded tokio-util v0.7.7
23822024-08-05T18:04:29.702Z[ helios-setup] Aug 05 18:04:28.195 INFO E| Downloaded tracing-core v0.1.30
23832024-08-05T18:04:29.707Z[ helios-setup] Aug 05 18:04:28.199 INFO E| Downloaded socket2 v0.4.9
23842024-08-05T18:04:29.709Z[ helios-setup] Aug 05 18:04:28.202 INFO E| Downloaded serde_yaml v0.9.21
23852024-08-05T18:04:29.715Z[ helios-setup] Aug 05 18:04:28.208 INFO E| Downloaded sct v0.7.0
23862024-08-05T18:04:29.722Z[ helios-setup] Aug 05 18:04:28.215 INFO E| Downloaded scopeguard v1.1.0
23872024-08-05T18:04:29.725Z[ helios-setup] Aug 05 18:04:28.217 INFO E| Downloaded parking_lot_core v0.9.6
23882024-08-05T18:04:29.728Z[ helios-setup] Aug 05 18:04:28.221 INFO E| Downloaded io-lifetimes v1.0.10
23892024-08-05T18:04:29.731Z[ helios-setup] Aug 05 18:04:28.225 INFO E| Downloaded clap v4.2.1
23902024-08-05T18:04:29.764Z[ helios-setup] Aug 05 18:04:28.256 INFO E| Downloaded typenum v1.16.0
23912024-08-05T18:04:29.767Z[ helios-setup] Aug 05 18:04:28.260 INFO E| Downloaded base64 v0.21.0
23922024-08-05T18:04:29.772Z[ helios-setup] Aug 05 18:04:28.265 INFO E| Downloaded toml v0.7.3
23932024-08-05T18:04:29.777Z[ helios-setup] Aug 05 18:04:28.270 INFO E| Downloaded textwrap v0.16.0
23942024-08-05T18:04:29.780Z[ helios-setup] Aug 05 18:04:28.274 INFO E| Downloaded lock_api v0.4.9
23952024-08-05T18:04:29.783Z[ host-package] Compiling bitstruct v0.1.1
23962024-08-05T18:04:29.783Z[ helios-setup] Aug 05 18:04:28.276 INFO E| Downloaded getrandom v0.2.8
23972024-08-05T18:04:29.787Z[ helios-setup] Aug 05 18:04:28.280 INFO E| Downloaded tungstenite v0.18.0
23982024-08-05T18:04:29.793Z[ helios-setup] Aug 05 18:04:28.286 INFO E| Downloaded smartstring v1.0.1
23992024-08-05T18:04:29.796Z[ helios-setup] Aug 05 18:04:28.289 INFO E| Downloaded futures-channel v0.3.28
24002024-08-05T18:04:29.799Z[ helios-setup] Aug 05 18:04:28.292 INFO E| Downloaded clap_derive v4.2.0
24012024-08-05T18:04:29.802Z[ helios-setup] Aug 05 18:04:28.296 INFO E| Downloaded encoding_rs v0.8.32
24022024-08-05T18:04:29.862Z[ helios-setup] Aug 05 18:04:28.355 INFO E| Downloaded bytes v1.4.0
24032024-08-05T18:04:29.867Z[ helios-setup] Aug 05 18:04:28.360 INFO E| Downloaded unicode-ident v1.0.8
24042024-08-05T18:04:29.872Z[ helios-setup] Aug 05 18:04:28.365 INFO E| Downloaded tokio-tungstenite v0.18.0
24052024-08-05T18:04:29.876Z[ helios-setup] Aug 05 18:04:28.369 INFO E| Downloaded parking_lot v0.12.1
24062024-08-05T18:04:29.879Z[ helios-setup] Aug 05 18:04:28.373 INFO E| Downloaded once_cell v1.17.0
24072024-08-05T18:04:29.883Z[ helios-setup] Aug 05 18:04:28.376 INFO E| Downloaded futures v0.3.28
24082024-08-05T18:04:29.891Z[ helios-setup] Aug 05 18:04:28.385 INFO E| Downloaded async-trait v0.1.68
24092024-08-05T18:04:29.897Z[ helios-setup] Aug 05 18:04:28.390 INFO E| Downloaded camino v1.1.4
24102024-08-05T18:04:29.903Z[ helios-setup] Aug 05 18:04:28.396 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
24112024-08-05T18:04:29.946Z[ host-package] Compiling flume v0.11.0
24122024-08-05T18:04:29.988Z[ helios-setup] Aug 05 18:04:28.481 INFO E| Downloaded time v0.1.45
24132024-08-05T18:04:29.991Z[ helios-setup] Aug 05 18:04:28.483 INFO E| Downloaded tempfile v3.5.0
24142024-08-05T18:04:29.994Z[ helios-setup] Aug 05 18:04:28.486 INFO E| Downloaded rustfmt-wrapper v0.2.0
24152024-08-05T18:04:29.997Z[ helios-setup] Aug 05 18:04:28.488 INFO E| Downloaded proc-macro-crate v1.2.1
24162024-08-05T18:04:29.997Z[ helios-setup] Aug 05 18:04:28.490 INFO E| Downloaded num_enum_derive v0.5.7
24172024-08-05T18:04:29.999Z[ helios-setup] Aug 05 18:04:28.491 INFO E| Downloaded num_enum v0.5.7
24182024-08-05T18:04:30.003Z[ helios-setup] Aug 05 18:04:28.496 INFO E| Downloaded lazy_static v1.4.0
24192024-08-05T18:04:30.007Z[ helios-setup] Aug 05 18:04:28.498 INFO E| Downloaded itoa v1.0.6
24202024-08-05T18:04:30.010Z[ helios-setup] Aug 05 18:04:28.500 INFO E| Downloaded is-terminal v0.4.7
24212024-08-05T18:04:30.010Z[ helios-setup] Aug 05 18:04:28.501 INFO E| Downloaded http-body v0.4.5
24222024-08-05T18:04:30.013Z[ helios-setup] Aug 05 18:04:28.503 INFO E| Downloaded home v0.5.4
24232024-08-05T18:04:30.013Z[ helios-setup] Aug 05 18:04:28.504 INFO E| Downloaded futures-macro v0.3.28
24242024-08-05T18:04:30.013Z[ helios-setup] Aug 05 18:04:28.506 INFO E| Downloaded futures-executor v0.3.28
24252024-08-05T18:04:30.016Z[ helios-setup] Aug 05 18:04:28.507 INFO E| Downloaded digest v0.10.6
24262024-08-05T18:04:30.019Z[ helios-setup] Aug 05 18:04:28.510 INFO E| Downloaded bincode v1.3.3
24272024-08-05T18:04:30.022Z[ helios-setup] Aug 05 18:04:28.513 INFO E| Downloaded thiserror v1.0.38
24282024-08-05T18:04:30.025Z[ helios-setup] Aug 05 18:04:28.519 INFO E| Downloaded slog-bunyan v2.4.0
24292024-08-05T18:04:30.028Z[ helios-setup] Aug 05 18:04:28.520 INFO E| Downloaded libz-sys v1.1.8
24302024-08-05T18:04:30.106Z[ helios-setup] Aug 05 18:04:28.599 INFO E| Downloaded pkg-config v0.3.26
24312024-08-05T18:04:30.110Z[ helios-setup] Aug 05 18:04:28.601 INFO E| Downloaded ipnet v2.7.2
24322024-08-05T18:04:30.113Z[ helios-setup] Aug 05 18:04:28.603 INFO E| Downloaded anstyle-parse v0.1.1
24332024-08-05T18:04:30.115Z[ helios-setup] Aug 05 18:04:28.606 INFO E| Downloaded tokio-macros v2.0.0
24342024-08-05T18:04:30.115Z[ helios-setup] Aug 05 18:04:28.607 INFO E| Downloaded form_urlencoded v1.1.0
24352024-08-05T18:04:30.115Z[ helios-setup] Aug 05 18:04:28.608 INFO E| Downloaded errno v0.3.1
24362024-08-05T18:04:30.118Z[ helios-setup] Aug 05 18:04:28.610 INFO E| Downloaded byteorder v1.4.3
24372024-08-05T18:04:30.121Z[ helios-setup] Aug 05 18:04:28.613 INFO E| Downloaded futures-io v0.3.28
24382024-08-05T18:04:30.121Z[ helios-setup] Aug 05 18:04:28.614 INFO E| Downloaded jobserver v0.1.26
24392024-08-05T18:04:30.124Z[ helios-setup] Aug 05 18:04:28.616 INFO E| Downloaded iana-time-zone v0.1.56
24402024-08-05T18:04:30.127Z[ helios-setup] Aug 05 18:04:28.619 INFO E| Downloaded httpdate v1.0.2
24412024-08-05T18:04:30.129Z[ helios-setup] Aug 05 18:04:28.620 INFO E| Downloaded num_cpus v1.15.0
24422024-08-05T18:04:30.133Z[ helios-setup] Aug 05 18:04:28.624 INFO E| Downloaded anstream v0.2.6
24432024-08-05T18:04:30.158Z[ helios-setup] Aug 05 18:04:28.651 INFO E| Downloaded fastrand v1.9.0
24442024-08-05T18:04:30.161Z[ helios-setup] Aug 05 18:04:28.652 INFO E| Downloaded dyn-clone v1.0.11
24452024-08-05T18:04:30.161Z[ helios-setup] Aug 05 18:04:28.654 INFO E| Downloaded concolor-query v0.3.3
24462024-08-05T18:04:30.170Z[ helios-setup] Aug 05 18:04:28.656 INFO E| Downloaded clap_lex v0.4.1
24472024-08-05T18:04:30.170Z[ helios-setup] Aug 05 18:04:28.657 INFO E| Downloaded anyhow v1.0.68
24482024-08-05T18:04:30.171Z[ helios-setup] Aug 05 18:04:28.662 INFO E| Downloaded anstyle v0.3.5
24492024-08-05T18:04:30.255Z[ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
24502024-08-05T18:04:30.414Z[ helios-setup] Aug 05 18:04:28.906 INFO E| Compiling proc-macro2 v1.0.86
24512024-08-05T18:04:30.414Z[ helios-setup] Aug 05 18:04:28.907 INFO E| Compiling libc v0.2.139
24522024-08-05T18:04:30.414Z[ helios-setup] Aug 05 18:04:28.907 INFO E| Compiling unicode-ident v1.0.8
24532024-08-05T18:04:30.414Z[ helios-setup] Aug 05 18:04:28.907 INFO E| Compiling autocfg v1.1.0
24542024-08-05T18:04:30.414Z[ helios-setup] Aug 05 18:04:28.907 INFO E| Compiling cfg-if v1.0.0
24552024-08-05T18:04:30.417Z[ helios-setup] Aug 05 18:04:28.907 INFO E| Compiling version_check v0.9.4
24562024-08-05T18:04:30.417Z[ helios-setup] Aug 05 18:04:28.907 INFO E| Compiling serde v1.0.204
24572024-08-05T18:04:30.417Z[ helios-setup] Aug 05 18:04:28.907 INFO E| Compiling syn v1.0.107
24582024-08-05T18:04:30.870Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24592024-08-05T18:04:30.921Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24602024-08-05T18:04:31.145Z[ helios-setup] Aug 05 18:04:29.637 INFO E| Compiling memchr v2.5.0
24612024-08-05T18:04:32.153Z[ helios-setup] Aug 05 18:04:30.646 INFO E| Compiling once_cell v1.17.0
24622024-08-05T18:04:32.358Z[ helios-setup] Aug 05 18:04:30.851 INFO E| Compiling log v0.4.17
24632024-08-05T18:04:32.497Z[ helios-setup] Aug 05 18:04:30.990 INFO E| Compiling thiserror v1.0.38
24642024-08-05T18:04:33.012Z[ helios-setup] Aug 05 18:04:31.505 INFO E| Compiling itoa v1.0.6
24652024-08-05T18:04:33.234Z[ helios-setup] Aug 05 18:04:31.727 INFO E| Compiling serde_json v1.0.95
24662024-08-05T18:04:34.193Z[ helios-setup] Aug 05 18:04:32.685 INFO E| Compiling indexmap v1.9.3
24672024-08-05T18:04:34.487Z[ helios-setup] Aug 05 18:04:32.979 INFO E| Compiling quote v1.0.36
24682024-08-05T18:04:34.574Z[ helios-setup] Aug 05 18:04:33.067 INFO E| Compiling getrandom v0.2.8
24692024-08-05T18:04:35.152Z[ helios-setup] Aug 05 18:04:33.644 INFO E| Compiling syn v2.0.72
24702024-08-05T18:04:35.567Z[ helios-setup] Aug 05 18:04:34.060 INFO E| Compiling jobserver v0.1.26
24712024-08-05T18:04:35.704Z[ helios-setup] Aug 05 18:04:34.197 INFO E| Compiling pin-project-lite v0.2.9
24722024-08-05T18:04:35.798Z[ helios-setup] Aug 05 18:04:34.291 INFO E| Compiling scopeguard v1.1.0
24732024-08-05T18:04:36.167Z[ helios-setup] Aug 05 18:04:34.660 INFO E| Compiling cc v1.0.78
24742024-08-05T18:04:36.171Z[ helios-setup] Aug 05 18:04:34.661 INFO E| Compiling num-integer v0.1.45
24752024-08-05T18:04:36.221Z[ helios-setup] Aug 05 18:04:34.713 INFO E| Compiling bytes v1.4.0
24762024-08-05T18:04:36.221Z[ helios-setup] Aug 05 18:04:34.713 INFO E| Compiling futures-core v0.3.28
24772024-08-05T18:04:37.135Z[ helios-setup] Aug 05 18:04:35.627 INFO E| Compiling ryu v1.0.13
24782024-08-05T18:04:38.279Z[ helios-setup] Aug 05 18:04:36.771 INFO E| Compiling lock_api v0.4.9
24792024-08-05T18:04:38.577Z[ helios-setup] Aug 05 18:04:37.069 INFO E| Compiling typenum v1.16.0
24802024-08-05T18:04:38.950Z[ helios-setup] Aug 05 18:04:37.441 INFO E| Compiling bitflags v1.3.2
24812024-08-05T18:04:39.192Z[ helios-setup] Aug 05 18:04:37.683 INFO E| Compiling parking_lot_core v0.9.6
24822024-08-05T18:04:39.677Z[ helios-setup] Aug 05 18:04:38.154 INFO E| Compiling num_cpus v1.15.0
24832024-08-05T18:04:39.846Z[ helios-setup] Aug 05 18:04:38.338 INFO E| Compiling generic-array v0.14.6
24842024-08-05T18:04:39.953Z[ helios-setup] Aug 05 18:04:38.444 INFO E| Compiling slab v0.4.7
24852024-08-05T18:04:39.964Z[ helios-setup] Aug 05 18:04:38.456 INFO E| Compiling futures-sink v0.3.28
24862024-08-05T18:04:40.276Z[ helios-setup] Aug 05 18:04:38.768 INFO E| Compiling futures-channel v0.3.28
24872024-08-05T18:04:40.454Z[ helios-setup] Aug 05 18:04:38.939 INFO E| Compiling futures-task v0.3.28
24882024-08-05T18:04:41.085Z[ helios-setup] Aug 05 18:04:39.577 INFO E| Compiling tokio v1.27.0
24892024-08-05T18:04:41.180Z[ helios-setup] Aug 05 18:04:39.672 INFO E| Compiling schemars v0.8.12
24902024-08-05T18:04:41.184Z[ helios-setup] Aug 05 18:04:39.674 INFO E| Compiling futures-util v0.3.28
24912024-08-05T18:04:42.227Z[ helios-setup] Aug 05 18:04:40.719 INFO E| Compiling mio v0.8.5
24922024-08-05T18:04:42.231Z[ helios-setup] Aug 05 18:04:40.719 INFO E| Compiling signal-hook-registry v1.4.0
24932024-08-05T18:04:42.450Z[ helios-setup] Aug 05 18:04:40.941 INFO E| Compiling socket2 v0.4.9
24942024-08-05T18:04:43.119Z[ helios-setup] Aug 05 18:04:41.610 INFO E| Compiling ahash v0.7.6
24952024-08-05T18:04:43.185Z[ helios-setup] Aug 05 18:04:41.676 INFO E| Compiling num-traits v0.2.15
24962024-08-05T18:04:44.140Z[ helios-setup] Aug 05 18:04:42.631 INFO E| Compiling crunchy v0.2.2
24972024-08-05T18:04:44.430Z[ helios-setup] Aug 05 18:04:42.921 INFO E| Compiling io-lifetimes v1.0.10
24982024-08-05T18:04:44.857Z[ host-package] Compiling tokio-tungstenite v0.20.1
24992024-08-05T18:04:45.353Z[ helios-setup] Aug 05 18:04:43.843 INFO E| Compiling futures-io v0.3.28
25002024-08-05T18:04:45.601Z[ helios-setup] Aug 05 18:04:44.092 INFO E| Compiling pin-utils v0.1.0
25012024-08-05T18:04:46.241Z[ helios-setup] Aug 05 18:04:44.732 INFO E| Compiling ahash v0.8.3
25022024-08-05T18:04:46.369Z[ helios-setup] Aug 05 18:04:44.859 INFO E| Compiling rustix v0.37.3
25032024-08-05T18:04:46.450Z[ helios-setup] Aug 05 18:04:44.940 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
25042024-08-05T18:04:46.928Z[ helios-setup] Aug 05 18:04:45.419 INFO E| Compiling tiny-keccak v2.0.2
25052024-08-05T18:04:47.025Z[ helios-setup] Aug 05 18:04:45.516 INFO E| Compiling hashbrown v0.12.3
25062024-08-05T18:04:47.642Z[ helios-setup] Aug 05 18:04:46.133 INFO E| Compiling serde_derive_internals v0.26.0
25072024-08-05T18:04:47.957Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082024-08-05T18:04:48.113Z[ helios-setup] Aug 05 18:04:46.604 INFO E| Compiling block-buffer v0.10.3
25092024-08-05T18:04:48.116Z[ helios-setup] Aug 05 18:04:46.605 INFO E| Compiling crypto-common v0.1.6
25102024-08-05T18:04:48.274Z[ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25112024-08-05T18:04:49.235Z[ helios-setup] Aug 05 18:04:47.724 INFO E| Compiling errno v0.3.1
25122024-08-05T18:04:49.721Z[ helios-setup] Aug 05 18:04:48.212 INFO E| Compiling slog v2.7.0
25132024-08-05T18:04:49.808Z[ helios-setup] Aug 05 18:04:48.299 INFO E| Compiling crossbeam-utils v0.8.14
25142024-08-05T18:04:49.975Z[ helios-setup] Aug 05 18:04:48.465 INFO E| Compiling fnv v1.0.7
25152024-08-05T18:04:50.189Z[ helios-setup] Aug 05 18:04:48.680 INFO E| Compiling pkg-config v0.3.26
25162024-08-05T18:04:50.494Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25172024-08-05T18:04:50.606Z[ helios-setup] Aug 05 18:04:49.097 INFO E| Compiling http v0.2.9
25182024-08-05T18:04:53.023Z[ helios-setup] Aug 05 18:04:51.514 INFO E| Compiling digest v0.10.6
25192024-08-05T18:04:54.004Z[ helios-setup] Aug 05 18:04:52.494 INFO E| Compiling aho-corasick v0.7.20
25202024-08-05T18:04:54.051Z[ helios-setup] Aug 05 18:04:52.542 INFO E| Compiling cpufeatures v0.2.5
25212024-08-05T18:04:54.271Z[ host-package] Compiling serde_arrays v0.1.0
25222024-08-05T18:04:54.348Z[ helios-setup] Aug 05 18:04:52.838 INFO E| Compiling tinyvec_macros v0.1.1
25232024-08-05T18:04:54.435Z[ helios-setup] Aug 05 18:04:52.925 INFO E| Compiling regex-syntax v0.6.29
25242024-08-05T18:04:54.676Z[ host-package] Compiling erased-serde v0.3.31
25252024-08-05T18:04:54.764Z[ helios-setup] Aug 05 18:04:53.254 INFO E| Compiling heck v0.4.1
25262024-08-05T18:04:55.967Z[ helios-setup] Aug 05 18:04:54.457 INFO E| Compiling httparse v1.8.0
25272024-08-05T18:04:56.488Z[ helios-setup] Aug 05 18:04:54.978 INFO E| Compiling anyhow v1.0.68
25282024-08-05T18:04:56.782Z[ helios-setup] Aug 05 18:04:55.272 INFO E| Compiling unicode-width v0.1.10
25292024-08-05T18:04:57.002Z[ helios-setup] Aug 05 18:04:55.492 INFO E| Compiling percent-encoding v2.2.0
25302024-08-05T18:04:57.566Z[ helios-setup] Aug 05 18:04:56.056 INFO E| Compiling form_urlencoded v1.1.0
25312024-08-05T18:04:58.095Z[ helios-setup] Aug 05 18:04:56.585 INFO E| Compiling const-random-macro v0.1.15
25322024-08-05T18:04:58.490Z[ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25332024-08-05T18:04:58.592Z[ helios-setup] Aug 05 18:04:57.082 INFO E| Compiling tinyvec v1.6.0
25342024-08-05T18:04:58.853Z[ helios-setup] Aug 05 18:04:57.343 INFO E| Compiling hashbrown v0.13.2
25352024-08-05T18:04:59.445Z[ helios-setup] Aug 05 18:04:57.934 INFO E| Compiling thiserror-impl v1.0.38
25362024-08-05T18:04:59.506Z[ helios-setup] Aug 05 18:04:57.995 INFO E| Compiling schemars_derive v0.8.12
25372024-08-05T18:04:59.697Z[ helios-setup] Aug 05 18:04:58.186 INFO E| Compiling serde_derive v1.0.204
25382024-08-05T18:05:00.201Z[ helios-setup] Aug 05 18:04:58.690 INFO E| Compiling tokio-macros v2.0.0
25392024-08-05T18:05:00.275Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25402024-08-05T18:05:01.668Z[ helios-setup] Aug 05 18:05:00.158 INFO E| Compiling futures-macro v0.3.28
25412024-08-05T18:05:01.885Z[ helios-setup] Aug 05 18:05:00.375 INFO E| Compiling regex v1.7.3
25422024-08-05T18:05:03.446Z[ helios-setup] Aug 05 18:05:01.935 INFO E| Compiling chrono v0.4.24
25432024-08-05T18:05:04.677Z[ helios-setup] Aug 05 18:05:03.166 INFO E| Compiling libz-sys v1.1.8
25442024-08-05T18:05:07.269Z[ helios-setup] Aug 05 18:05:05.758 INFO E| Compiling dyn-clone v1.0.11
25452024-08-05T18:05:07.694Z[ helios-setup] Aug 05 18:05:06.183 INFO E| Compiling uuid v1.3.0
25462024-08-05T18:05:07.994Z[ helios-setup] Aug 05 18:05:06.483 INFO E| Compiling unicode-normalization v0.1.22
25472024-08-05T18:05:07.994Z[ helios-setup] Aug 05 18:05:06.483 INFO E| Compiling regress v0.5.0
25482024-08-05T18:05:08.798Z[ helios-setup] Aug 05 18:05:07.287 INFO E| Compiling const-random v0.1.15
25492024-08-05T18:05:10.453Z[ helios-setup] Aug 05 18:05:08.941 INFO E| Compiling getopts v0.2.21
25502024-08-05T18:05:11.703Z[ helios-setup] Aug 05 18:05:10.192 INFO E| Compiling tracing-core v0.1.30
25512024-08-05T18:05:11.848Z[ helios-setup] Aug 05 18:05:10.336 INFO E| Compiling memoffset v0.7.1
25522024-08-05T18:05:11.972Z[ helios-setup] Aug 05 18:05:10.460 INFO E| Compiling unicode-bidi v0.3.13
25532024-08-05T18:05:12.118Z[ helios-setup] Aug 05 18:05:10.606 INFO E| Compiling num-conv v0.1.0
25542024-08-05T18:05:12.916Z[ helios-setup] Aug 05 18:05:11.404 INFO E| Compiling ucd-trie v0.1.5
25552024-08-05T18:05:13.116Z[ helios-setup] Aug 05 18:05:11.604 INFO E| Compiling powerfmt v0.2.0
25562024-08-05T18:05:14.241Z[ helios-setup] Aug 05 18:05:12.729 INFO E| Compiling time-core v0.1.2
25572024-08-05T18:05:14.906Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25582024-08-05T18:05:15.547Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25592024-08-05T18:05:15.779Z[ helios-setup] Aug 05 18:05:14.267 INFO E| Compiling idna v0.3.0
25602024-08-05T18:05:16.508Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
25612024-08-05T18:05:17.190Z[ helios-setup] Aug 05 18:05:15.678 INFO E| Compiling time-macros v0.2.18
25622024-08-05T18:05:17.524Z[ helios-setup] Aug 05 18:05:16.012 INFO E| Compiling deranged v0.3.11
25632024-08-05T18:05:18.092Z[ host-package] Compiling heck v0.3.3
25642024-08-05T18:05:19.165Z[ host-package] Compiling rand_seeder v0.2.3
25652024-08-05T18:05:19.917Z[ host-package] Compiling castaway v0.2.2
25662024-08-05T18:05:20.105Z[ helios-setup] Aug 05 18:05:18.592 INFO E| Compiling pest v2.5.7
25672024-08-05T18:05:20.289Z[ host-package] Compiling csv-core v0.1.11
25682024-08-05T18:05:20.509Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
25692024-08-05T18:05:21.282Z[ host-package] Compiling http-range v0.1.5
25702024-08-05T18:05:21.545Z[ helios-setup] Aug 05 18:05:20.032 INFO E| Compiling tracing v0.1.37
25712024-08-05T18:05:21.845Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
25722024-08-05T18:05:22.543Z[ host-package] Compiling hyper-staticfile v0.9.5
25732024-08-05T18:05:22.765Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25742024-08-05T18:05:23.315Z[ helios-setup] Aug 05 18:05:21.802 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
25752024-08-05T18:05:24.324Z[ host-package] Compiling csv v1.3.0
25762024-08-05T18:05:24.348Z[ helios-setup] Aug 05 18:05:22.834 INFO E| Compiling time v0.1.45
25772024-08-05T18:05:25.379Z[ helios-setup] Aug 05 18:05:23.866 INFO E| Compiling crossbeam-epoch v0.9.13
25782024-08-05T18:05:25.770Z[ helios-setup] Aug 05 18:05:24.256 INFO E| Compiling iana-time-zone v0.1.56
25792024-08-05T18:05:26.463Z[ helios-setup] Aug 05 18:05:24.949 INFO E| Compiling num_threads v0.1.6
25802024-08-05T18:05:26.836Z[ helios-setup] Aug 05 18:05:25.322 INFO E| Compiling semver v1.0.17
25812024-08-05T18:05:27.759Z[ helios-setup] Aug 05 18:05:26.245 INFO E| Compiling time v0.3.36
25822024-08-05T18:05:27.818Z[ host-package] Compiling compact_str v0.7.1
25832024-08-05T18:05:28.147Z[ helios-setup] Aug 05 18:05:26.634 INFO E| Compiling semver-parser v0.10.2
25842024-08-05T18:05:29.309Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25852024-08-05T18:05:29.312Z[ helios-setup] Aug 05 18:05:26.848 INFO E| Compiling toml v0.5.11
25862024-08-05T18:05:29.312Z[ host-package] Compiling zone_cfg_derive v0.1.2
25872024-08-05T18:05:29.312Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
25882024-08-05T18:05:29.312Z[ helios-setup] Aug 05 18:05:27.505 INFO E| Compiling smallvec v1.10.0
25892024-08-05T18:05:30.932Z[ host-package] Compiling nix v0.27.1
25902024-08-05T18:05:31.286Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25912024-08-05T18:05:31.790Z[ helios-setup] Aug 05 18:05:30.276 INFO E| Compiling parking_lot v0.12.1
25922024-08-05T18:05:32.596Z[ helios-setup] Aug 05 18:05:31.082 INFO E| Compiling serde_tokenstream v0.2.0
25932024-08-05T18:05:35.386Z[ helios-setup] Aug 05 18:05:33.871 INFO E| Compiling url v2.3.1
25942024-08-05T18:05:37.195Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25952024-08-05T18:05:38.626Z[ helios-setup] Aug 05 18:05:37.112 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
25962024-08-05T18:05:41.110Z[ helios-setup] Aug 05 18:05:39.595 INFO E| Compiling crossbeam-channel v0.5.6
25972024-08-05T18:05:43.030Z[ helios-setup] Aug 05 18:05:41.515 INFO E| Compiling dirs-sys-next v0.1.2
25982024-08-05T18:05:44.523Z[ helios-setup] Aug 05 18:05:43.006 INFO E| Compiling same-file v1.0.6
25992024-08-05T18:05:45.060Z[ helios-setup] Aug 05 18:05:43.544 INFO E| Compiling try-lock v0.2.4
26002024-08-05T18:05:45.499Z[ helios-setup] Aug 05 18:05:43.984 INFO E| Compiling crc32fast v1.3.2
26012024-08-05T18:05:46.338Z[ helios-setup] Aug 05 18:05:44.823 INFO E| Compiling want v0.3.0
26022024-08-05T18:05:46.413Z[ helios-setup] Aug 05 18:05:44.898 INFO E| Compiling walkdir v2.3.3
26032024-08-05T18:05:46.754Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
26042024-08-05T18:05:47.216Z[ helios-setup] Aug 05 18:05:45.701 INFO E| Compiling dirs-next v2.0.0
26052024-08-05T18:05:47.440Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
26062024-08-05T18:05:48.127Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
26072024-08-05T18:05:49.054Z[ host-package] Compiling unicode-truncate v1.0.0
26082024-08-05T18:05:49.171Z[ host-package] Compiling itertools v0.13.0
26092024-08-05T18:05:49.407Z[ host-package] Compiling lru v0.12.3
26102024-08-05T18:05:49.968Z[ host-package] Compiling serde-big-array v0.5.1
26112024-08-05T18:05:50.201Z[ helios-setup] Aug 05 18:05:48.685 INFO E| Compiling proc-macro-crate v1.2.1
26122024-08-05T18:05:50.268Z[ host-package] Compiling stability v0.2.0
26132024-08-05T18:05:50.859Z[ host-package] Compiling cassowary v0.3.0
26142024-08-05T18:05:50.942Z[ helios-setup] Aug 05 18:05:49.426 INFO E| Compiling tokio-util v0.7.7
26152024-08-05T18:05:51.002Z[ helios-setup] Aug 05 18:05:49.485 INFO E| Compiling semver v0.11.0
26162024-08-05T18:05:52.226Z[ host-package] Compiling base64 v0.13.1
26172024-08-05T18:05:53.515Z[ helios-setup] Aug 05 18:05:51.998 INFO E| Compiling h2 v0.3.16
26182024-08-05T18:05:54.136Z[ helios-setup] Aug 05 18:05:52.619 INFO E| Compiling futures-executor v0.3.28
26192024-08-05T18:05:54.490Z[ host-package] Compiling ron v0.7.1
26202024-08-05T18:05:56.404Z[ helios-setup] Aug 05 18:05:54.887 INFO E| Compiling http-body v0.4.5
26212024-08-05T18:05:56.513Z[ helios-setup] Aug 05 18:05:54.996 INFO E| Compiling ring v0.16.20
26222024-08-05T18:05:57.417Z[ host-package] Compiling ratatui v0.27.0
26232024-08-05T18:05:57.830Z[ helios-setup] Aug 05 18:05:56.313 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26242024-08-05T18:05:59.219Z[ helios-setup] Aug 05 18:05:57.702 INFO E| Compiling rand_core v0.6.4
26252024-08-05T18:05:59.875Z[ helios-setup] Aug 05 18:05:58.358 INFO E| Compiling thread_local v1.1.7
26262024-08-05T18:06:00.311Z[ helios-setup] Aug 05 18:05:58.794 INFO E| Compiling rayon-core v1.10.2
26272024-08-05T18:06:01.276Z[ helios-setup] Aug 05 18:05:59.759 INFO E| Compiling ppv-lite86 v0.2.17
26282024-08-05T18:06:01.739Z[ helios-setup] Aug 05 18:06:00.222 INFO E| Compiling adler v1.0.2
26292024-08-05T18:06:02.364Z[ helios-setup] Aug 05 18:06:00.845 INFO E| Compiling tower-service v0.3.2
26302024-08-05T18:06:02.593Z[ helios-setup] Aug 05 18:06:01.075 INFO E| Compiling home v0.5.4
26312024-08-05T18:06:02.904Z[ helios-setup] Aug 05 18:06:01.386 INFO E| Compiling lazy_static v1.4.0
26322024-08-05T18:06:03.540Z[ helios-setup] Aug 05 18:06:02.023 INFO E| Compiling base64 v0.21.0
26332024-08-05T18:06:03.844Z[ helios-setup] Aug 05 18:06:02.326 INFO E| Compiling fastrand v1.9.0
26342024-08-05T18:06:05.141Z[ helios-setup] Aug 05 18:06:03.623 INFO E| Compiling httpdate v1.0.2
26352024-08-05T18:06:05.508Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26362024-08-05T18:06:06.020Z[ helios-setup] Aug 05 18:06:04.502 INFO E| Compiling utf8parse v0.2.1
26372024-08-05T18:06:06.279Z[ helios-setup] Aug 05 18:06:04.761 INFO E| Compiling anstyle-parse v0.1.1
26382024-08-05T18:06:06.450Z[ helios-setup] Aug 05 18:06:04.933 INFO E| Compiling hyper v0.14.25
26392024-08-05T18:06:06.988Z[ helios-setup] Aug 05 18:06:05.469 INFO E| Compiling tempfile v3.5.0
26402024-08-05T18:06:08.496Z[ helios-setup] Aug 05 18:06:06.978 INFO E| Compiling toolchain_find v0.2.0
26412024-08-05T18:06:09.408Z[ helios-setup] Aug 05 18:06:07.890 INFO E| Compiling rand_chacha v0.3.1
26422024-08-05T18:06:09.814Z[ helios-setup] Aug 05 18:06:08.295 INFO E| Compiling miniz_oxide v0.6.2
26432024-08-05T18:06:23.950Z[ helios-setup] Aug 05 18:06:22.430 INFO E| Compiling futures v0.3.28
26442024-08-05T18:06:24.311Z[ helios-setup] Aug 05 18:06:22.791 INFO E| Compiling cargo-lock v8.0.3
26452024-08-05T18:06:26.677Z[ helios-setup] Aug 05 18:06:25.157 INFO E| Compiling num_enum_derive v0.5.7
26462024-08-05T18:06:30.418Z[ host-package] Compiling zone v0.1.8
26472024-08-05T18:06:31.583Z[ helios-setup] Aug 05 18:06:30.062 INFO E| Compiling crossbeam-deque v0.8.2
26482024-08-05T18:06:32.273Z[ helios-setup] Aug 05 18:06:30.752 INFO E| Compiling term v0.7.0
26492024-08-05T18:06:33.795Z[ helios-setup] Aug 05 18:06:32.274 INFO E| Compiling serde_urlencoded v0.7.1
26502024-08-05T18:06:34.661Z[ helios-setup] Aug 05 18:06:33.140 INFO E| Compiling is-terminal v0.4.7
26512024-08-05T18:06:34.974Z[ helios-setup] Aug 05 18:06:33.453 INFO E| Compiling sha1 v0.10.5
26522024-08-05T18:06:35.362Z[ helios-setup] Aug 05 18:06:33.841 INFO E| Compiling sha2 v0.10.6
26532024-08-05T18:06:36.374Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
26542024-08-05T18:06:37.038Z[ helios-setup] Aug 05 18:06:35.517 INFO E| Compiling atty v0.2.14
26552024-08-05T18:06:37.324Z[ helios-setup] Aug 05 18:06:35.803 INFO E| Compiling concolor-override v1.0.0
26562024-08-05T18:06:37.929Z[ helios-setup] Aug 05 18:06:36.407 INFO E| Compiling concolor-query v0.3.3
26572024-08-05T18:06:39.134Z[ helios-setup] Aug 05 18:06:37.613 INFO E| Compiling anstyle v0.3.5
26582024-08-05T18:06:40.778Z[ helios-setup] Aug 05 18:06:39.257 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
26592024-08-05T18:06:41.155Z[ helios-setup] Aug 05 18:06:39.634 INFO E| Compiling anstream v0.2.6
26602024-08-05T18:06:41.585Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26612024-08-05T18:06:43.325Z[ helios-setup] Aug 05 18:06:41.803 INFO E| Compiling slog-term v2.9.0
26622024-08-05T18:06:44.101Z[ helios-setup] Aug 05 18:06:42.579 INFO E| Compiling flate2 v1.0.25
26632024-08-05T18:06:45.067Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
26642024-08-05T18:06:45.959Z[ helios-setup] Aug 05 18:06:44.436 INFO E| Compiling num_enum v0.5.7
26652024-08-05T18:06:46.328Z[ helios-setup] Aug 05 18:06:44.805 INFO E| Compiling rand v0.8.5
26662024-08-05T18:06:46.969Z[ helios-setup] Aug 05 18:06:45.446 INFO E| Compiling rustfmt-wrapper v0.2.0
26672024-08-05T18:06:48.491Z[ helios-setup] Aug 05 18:06:46.968 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26682024-08-05T18:06:48.601Z[ helios-setup] Aug 05 18:06:47.078 INFO E| Compiling openapiv3 v1.0.2
26692024-08-05T18:06:48.856Z[ helios-setup] Aug 05 18:06:47.333 INFO E| Compiling encoding_rs v0.8.32
26702024-08-05T18:06:49.467Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
26712024-08-05T18:06:50.835Z[ helios-setup] Aug 05 18:06:49.312 INFO E| Compiling unsafe-libyaml v0.2.8
26722024-08-05T18:06:54.660Z[ helios-setup] Aug 05 18:06:53.137 INFO E| Compiling ipnet v2.7.2
26732024-08-05T18:06:55.268Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
26742024-08-05T18:06:56.920Z[ helios-setup] Aug 05 18:06:55.397 INFO E| Compiling byteorder v1.4.3
26752024-08-05T18:06:58.061Z[ helios-setup] Aug 05 18:06:56.538 INFO E| Compiling untrusted v0.7.1
26762024-08-05T18:06:58.159Z[ helios-setup] Aug 05 18:06:56.636 INFO E| Compiling clap_lex v0.4.1
26772024-08-05T18:06:58.692Z[ helios-setup] Aug 05 18:06:57.169 INFO E| Compiling strsim v0.10.0
26782024-08-05T18:06:59.228Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
26792024-08-05T18:06:59.772Z[ helios-setup] Aug 05 18:06:58.248 INFO E| Compiling utf-8 v0.7.6
26802024-08-05T18:06:59.776Z[ helios-setup] Aug 05 18:06:58.249 INFO E| Compiling spin v0.5.2
26812024-08-05T18:06:59.929Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26822024-08-05T18:07:00.218Z[ helios-setup] Aug 05 18:06:58.694 INFO E| Compiling project-root v0.2.2
26832024-08-05T18:07:00.453Z[ helios-setup] Aug 05 18:06:58.929 INFO E| Compiling base64 v0.13.1
26842024-08-05T18:07:00.831Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
26852024-08-05T18:07:01.032Z[ helios-setup] Aug 05 18:06:59.508 INFO E| Compiling either v1.8.0
26862024-08-05T18:07:01.506Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26872024-08-05T18:07:02.029Z[ helios-setup] Aug 05 18:07:00.505 INFO E| Compiling mime v0.3.17
26882024-08-05T18:07:02.172Z[ helios-setup] Aug 05 18:07:00.648 INFO E| Compiling rayon v1.6.1
26892024-08-05T18:07:02.255Z[ helios-setup] Aug 05 18:07:00.731 INFO E| Compiling tungstenite v0.18.0
26902024-08-05T18:07:02.353Z[ helios-setup] Aug 05 18:07:00.829 INFO E| Compiling clap_builder v4.2.1
26912024-08-05T18:07:04.314Z[ helios-setup] Aug 05 18:07:02.789 INFO E| Compiling reqwest v0.11.16
26922024-08-05T18:07:09.854Z[ helios-setup] Aug 05 18:07:08.330 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
26932024-08-05T18:07:11.514Z[ host-package] Compiling signal-hook-tokio v0.3.1
26942024-08-05T18:07:12.223Z[ host-package] Compiling portpicker v0.1.1
26952024-08-05T18:07:12.765Z[ helios-setup] Aug 05 18:07:11.240 INFO E| Compiling serde_yaml v0.9.21
26962024-08-05T18:07:13.306Z[ host-package] Compiling unicode-linebreak v0.1.5
26972024-08-05T18:07:13.672Z[ helios-setup] Aug 05 18:07:12.146 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
26982024-08-05T18:07:14.528Z[ host-package] Compiling smawk v0.3.2
26992024-08-05T18:07:15.101Z[ host-package] Compiling textwrap v0.16.1
27002024-08-05T18:07:15.589Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27012024-08-05T18:07:16.344Z[ helios-setup] Aug 05 18:07:14.818 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
27022024-08-05T18:07:21.247Z[ helios-setup] Aug 05 18:07:19.721 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
27032024-08-05T18:07:21.319Z[ helios-setup] Aug 05 18:07:19.792 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
27042024-08-05T18:07:21.969Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27052024-08-05T18:07:23.099Z[ helios-setup] Aug 05 18:07:21.572 INFO E| Compiling clap_derive v4.2.0
27062024-08-05T18:07:29.191Z[ helios-setup] Aug 05 18:07:27.664 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
27072024-08-05T18:07:32.941Z[ helios-setup] Aug 05 18:07:31.413 INFO E| Compiling clap v4.2.1
27082024-08-05T18:07:33.242Z[ helios-setup] Aug 05 18:07:31.715 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27092024-08-05T18:07:35.617Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27102024-08-05T18:07:39.378Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27112024-08-05T18:07:41.545Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27122024-08-05T18:07:41.968Z[ helios-setup] Aug 05 18:07:40.440 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27132024-08-05T18:07:43.689Z[ helios-setup] Aug 05 18:07:42.161 INFO E| Compiling tokio-tungstenite v0.18.0
27142024-08-05T18:07:45.165Z[ helios-setup] Aug 05 18:07:43.636 INFO E| Compiling smartstring v1.0.1
27152024-08-05T18:07:45.462Z[ helios-setup] Aug 05 18:07:43.933 INFO E| Compiling rustls v0.21.0
27162024-08-05T18:07:46.305Z[ helios-setup] Aug 05 18:07:44.776 INFO E| Compiling sct v0.7.0
27172024-08-05T18:07:47.160Z[ helios-setup] Aug 05 18:07:45.631 INFO E| Compiling rustls-webpki v0.100.1
27182024-08-05T18:07:47.344Z[ helios-setup] Aug 05 18:07:45.815 INFO E| Compiling toml_datetime v0.6.1
27192024-08-05T18:07:48.849Z[ helios-setup] Aug 05 18:07:47.319 INFO E| Compiling serde_spanned v0.6.1
27202024-08-05T18:07:49.154Z[ host-package] Compiling rcgen v0.12.1
27212024-08-05T18:07:49.384Z[ helios-setup] Aug 05 18:07:47.855 INFO E| Compiling static_assertions v1.1.0
27222024-08-05T18:07:49.884Z[ helios-setup] Aug 05 18:07:48.355 INFO E| Compiling slog-async v2.7.0
27232024-08-05T18:07:51.345Z[ helios-setup] Aug 05 18:07:49.816 INFO E| Compiling paste v1.0.12
27242024-08-05T18:07:51.403Z[ helios-setup] Aug 05 18:07:49.874 INFO E| Compiling winnow v0.4.1
27252024-08-05T18:07:52.940Z[ helios-setup] Aug 05 18:07:51.410 INFO E| Compiling match_cfg v0.1.0
27262024-08-05T18:07:53.102Z[ helios-setup] Aug 05 18:07:51.573 INFO E| Compiling camino v1.1.4
27272024-08-05T18:07:54.713Z[ helios-setup] Aug 05 18:07:53.183 INFO E| Compiling async-trait v0.1.68
27282024-08-05T18:07:55.824Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27292024-08-05T18:07:56.215Z[ helios-setup] Aug 05 18:07:54.685 INFO E| Compiling hostname v0.3.1
27302024-08-05T18:07:57.007Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
27312024-08-05T18:07:58.346Z[ helios-setup] Aug 05 18:07:56.816 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
27322024-08-05T18:07:59.350Z[ helios-setup] Aug 05 18:07:57.820 INFO E| Compiling toml_edit v0.19.8
27332024-08-05T18:08:08.002Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27342024-08-05T18:08:08.394Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
27352024-08-05T18:08:08.824Z[ host-package] Compiling atomicwrites v0.4.3
27362024-08-05T18:08:09.151Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27372024-08-05T18:08:10.164Z[ host-package] Compiling fatfs v0.3.6
27382024-08-05T18:08:10.665Z[ helios-setup] Aug 05 18:08:09.132 INFO E| Compiling slog-json v2.6.1
27392024-08-05T18:08:11.962Z[ helios-setup] Aug 05 18:08:10.431 INFO E| Compiling unicode-linebreak v0.1.4
27402024-08-05T18:08:14.537Z[ helios-setup] Aug 05 18:08:13.005 INFO E| Compiling async-stream-impl v0.3.5
27412024-08-05T18:08:15.563Z[ host-package] Compiling rtoolbox v0.0.2
27422024-08-05T18:08:16.374Z[ host-package] Compiling subprocess v0.2.9
27432024-08-05T18:08:16.907Z[ helios-setup] Aug 05 18:08:15.375 INFO E| Compiling rhai_codegen v1.5.0
27442024-08-05T18:08:17.385Z[ helios-setup] Aug 05 18:08:15.853 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
27452024-08-05T18:08:18.050Z[ helios-setup] Aug 05 18:08:16.517 INFO E| Compiling take_mut v0.2.2
27462024-08-05T18:08:19.108Z[ helios-setup] Aug 05 18:08:17.576 INFO E| Compiling async-stream v0.3.5
27472024-08-05T18:08:20.599Z[ helios-setup] Aug 05 18:08:19.066 INFO E| Compiling slog-bunyan v2.4.0
27482024-08-05T18:08:21.239Z[ helios-setup] Aug 05 18:08:19.707 INFO E| Compiling toml v0.7.3
27492024-08-05T18:08:22.159Z[ host-package] Compiling assert_matches v1.5.0
27502024-08-05T18:08:22.458Z[ helios-setup] Aug 05 18:08:20.925 INFO E| Compiling rhai v1.14.0
27512024-08-05T18:08:22.647Z[ host-package] Compiling is_ci v1.2.0
27522024-08-05T18:08:23.322Z[ host-package] Compiling supports-color v3.0.0
27532024-08-05T18:08:25.122Z[ helios-setup] Aug 05 18:08:23.589 INFO E| Compiling tokio-rustls v0.24.0
27542024-08-05T18:08:25.487Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27552024-08-05T18:08:27.937Z[ host-package] Compiling rpassword v7.3.1
27562024-08-05T18:08:28.772Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27572024-08-05T18:08:29.130Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27582024-08-05T18:08:29.502Z[ helios-setup] Aug 05 18:08:27.968 INFO E| Compiling rustls-pemfile v1.0.2
27592024-08-05T18:08:30.705Z[ helios-setup] Aug 05 18:08:29.171 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
27602024-08-05T18:08:31.259Z[ helios-setup] Aug 05 18:08:29.725 INFO E| Compiling serde_path_to_error v0.1.11
27612024-08-05T18:08:32.086Z[ helios-setup] Aug 05 18:08:30.552 INFO E| Compiling bincode v1.3.3
27622024-08-05T18:08:33.446Z[ helios-setup] Aug 05 18:08:31.912 INFO E| Compiling terminal_size v0.2.6
27632024-08-05T18:08:33.519Z[ host-package] Compiling tui-tree-widget v0.21.0
27642024-08-05T18:08:33.827Z[ helios-setup] Aug 05 18:08:32.292 INFO E| Compiling smawk v0.3.1
27652024-08-05T18:08:34.258Z[ helios-setup] Aug 05 18:08:32.724 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
27662024-08-05T18:08:34.433Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
27672024-08-05T18:08:34.667Z[ helios-setup] Aug 05 18:08:33.133 INFO E| Compiling textwrap v0.16.0
27682024-08-05T18:08:40.176Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
27692024-08-05T18:08:42.802Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
27702024-08-05T18:08:43.577Z[ host-package] Compiling uzers v0.11.3
27712024-08-05T18:08:48.656Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
27722024-08-05T18:08:48.775Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
27732024-08-05T18:08:51.986Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
27742024-08-05T18:08:58.850Z[ helios-setup] Aug 05 18:08:57.313 INFO E| Compiling git2 v0.16.1
27752024-08-05T18:09:05.638Z[ helios-setup] Aug 05 18:09:04.100 INFO E| Compiling built v0.6.0
27762024-08-05T18:09:10.179Z[ helios-setup] Aug 05 18:09:08.641 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27772024-08-05T18:09:11.900Z[ helios-setup] Aug 05 18:09:10.362 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
27782024-08-05T18:09:12.604Z[ helios-setup] Aug 05 18:09:11.065 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
27792024-08-05T18:09:13.478Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27802024-08-05T18:09:28.157Z[ host-package] Compiling multimap v0.10.0
27812024-08-05T18:09:31.103Z[ helios-setup] Aug 05 18:09:29.563 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
27822024-08-05T18:09:33.408Z[ helios-setup] Aug 05 18:09:31.865 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
27832024-08-05T18:10:20.142Z[ helios-setup] Aug 05 18:10:18.596 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
27842024-08-05T18:11:36.229Z[ helios-setup] Aug 05 18:11:34.675 INFO E| Finished `release` profile [optimized] target(s) in 7m 11s
27852024-08-05T18:11:36.372Z[ helios-setup] Aug 05 18:11:34.818 INFO building project "pilot" ok (431 seconds)
27862024-08-05T18:11:36.373Z[ helios-setup] Aug 05 18:11:34.818 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
27872024-08-05T18:11:36.376Z[ helios-setup] Aug 05 18:11:34.818 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27882024-08-05T18:11:36.622Z[ helios-setup] Aug 05 18:11:35.068 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27892024-08-05T18:11:37.240Z[ helios-setup] Aug 05 18:11:35.685 INFO E| From https://github.com/jclulow/rust-jmclib
27902024-08-05T18:11:37.240Z[ helios-setup] Aug 05 18:11:35.685 INFO E| * [new branch] master -> origin/master
27912024-08-05T18:11:37.240Z[ helios-setup] Aug 05 18:11:35.685 INFO E| * [new ref] -> origin/HEAD
27922024-08-05T18:11:37.262Z[ helios-setup] Aug 05 18:11:35.708 INFO E| Updating crates.io index
27932024-08-05T18:11:37.435Z[ helios-setup] Aug 05 18:11:35.879 INFO E| Downloading crates ...
27942024-08-05T18:11:37.558Z[ helios-setup] Aug 05 18:11:36.004 INFO E| Downloaded getrandom v0.2.10
27952024-08-05T18:11:37.564Z[ helios-setup] Aug 05 18:11:36.010 INFO E| Downloaded serde_derive v1.0.193
27962024-08-05T18:11:37.572Z[ helios-setup] Aug 05 18:11:36.015 INFO E| Downloaded opaque-debug v0.3.0
27972024-08-05T18:11:37.572Z[ helios-setup] Aug 05 18:11:36.016 INFO E| Downloaded block-buffer v0.9.0
27982024-08-05T18:11:37.575Z[ helios-setup] Aug 05 18:11:36.018 INFO E| Downloaded libdevinfo-sys v1.0.0
27992024-08-05T18:11:37.582Z[ helios-setup] Aug 05 18:11:36.028 INFO E| Downloaded digest v0.9.0
28002024-08-05T18:11:37.585Z[ helios-setup] Aug 05 18:11:36.030 INFO E| Downloaded tempfile v3.7.0
28012024-08-05T18:11:37.588Z[ helios-setup] Aug 05 18:11:36.033 INFO E| Downloaded sha-1 v0.9.8
28022024-08-05T18:11:37.591Z[ helios-setup] Aug 05 18:11:36.036 INFO E| Downloaded itoa v1.0.9
28032024-08-05T18:11:37.594Z[ helios-setup] Aug 05 18:11:36.038 INFO E| Downloaded fastrand v2.0.0
28042024-08-05T18:11:37.597Z[ helios-setup] Aug 05 18:11:36.040 INFO E| Downloaded cpufeatures v0.2.9
28052024-08-05T18:11:37.597Z[ helios-setup] Aug 05 18:11:36.043 INFO E| Downloaded quote v1.0.31
28062024-08-05T18:11:37.601Z[ helios-setup] Aug 05 18:11:36.047 INFO E| Downloaded md-5 v0.9.1
28072024-08-05T18:11:37.625Z[ helios-setup] Aug 05 18:11:36.071 INFO E| Downloaded bitflags v2.3.3
28082024-08-05T18:11:37.629Z[ helios-setup] Aug 05 18:11:36.075 INFO E| Downloaded uuid v0.8.2
28092024-08-05T18:11:37.635Z[ helios-setup] Aug 05 18:11:36.080 INFO E| Downloaded serde v1.0.193
28102024-08-05T18:11:37.640Z[ helios-setup] Aug 05 18:11:36.086 INFO E| Downloaded unicode-ident v1.0.11
28112024-08-05T18:11:37.645Z[ helios-setup] Aug 05 18:11:36.091 INFO E| Downloaded ryu v1.0.15
28122024-08-05T18:11:37.651Z[ helios-setup] Aug 05 18:11:36.097 INFO E| Downloaded proc-macro2 v1.0.66
28132024-08-05T18:11:37.656Z[ helios-setup] Aug 05 18:11:36.101 INFO E| Downloaded once_cell v1.18.0
28142024-08-05T18:11:37.660Z[ helios-setup] Aug 05 18:11:36.106 INFO E| Downloaded anyhow v1.0.72
28152024-08-05T18:11:37.666Z[ helios-setup] Aug 05 18:11:36.112 INFO E| Downloaded serde_json v1.0.103
28162024-08-05T18:11:37.714Z[ helios-setup] Aug 05 18:11:36.160 INFO E| Downloaded syn v2.0.32
28172024-08-05T18:11:37.736Z[ helios-setup] Aug 05 18:11:36.182 INFO E| Downloaded rustix v0.38.4
28182024-08-05T18:11:37.769Z[ helios-setup] Aug 05 18:11:36.214 INFO E| Downloaded libc v0.2.147
28192024-08-05T18:11:38.015Z[ helios-setup] Aug 05 18:11:36.461 INFO E| Compiling libc v0.2.147
28202024-08-05T18:11:38.015Z[ helios-setup] Aug 05 18:11:36.461 INFO E| Compiling proc-macro2 v1.0.66
28212024-08-05T18:11:38.016Z[ helios-setup] Aug 05 18:11:36.461 INFO E| Compiling cfg-if v1.0.0
28222024-08-05T18:11:38.019Z[ helios-setup] Aug 05 18:11:36.461 INFO E| Compiling unicode-ident v1.0.11
28232024-08-05T18:11:38.019Z[ helios-setup] Aug 05 18:11:36.461 INFO E| Compiling version_check v0.9.4
28242024-08-05T18:11:38.019Z[ helios-setup] Aug 05 18:11:36.462 INFO E| Compiling typenum v1.16.0
28252024-08-05T18:11:38.019Z[ helios-setup] Aug 05 18:11:36.462 INFO E| Compiling serde v1.0.193
28262024-08-05T18:11:38.019Z[ helios-setup] Aug 05 18:11:36.462 INFO E| Compiling time-core v0.1.2
28272024-08-05T18:11:38.246Z[ helios-setup] Aug 05 18:11:36.692 INFO E| Compiling itoa v1.0.9
28282024-08-05T18:11:38.575Z[ helios-setup] Aug 05 18:11:37.017 INFO E| Compiling rustix v0.38.4
28292024-08-05T18:11:38.608Z[ helios-setup] Aug 05 18:11:37.053 INFO E| Compiling powerfmt v0.2.0
28302024-08-05T18:11:38.659Z[ helios-setup] Aug 05 18:11:37.104 INFO E| Compiling slog v2.7.0
28312024-08-05T18:11:39.394Z[ helios-setup] Aug 05 18:11:37.839 INFO E| Compiling num-conv v0.1.0
28322024-08-05T18:11:39.467Z[ helios-setup] Aug 05 18:11:37.912 INFO E| Compiling generic-array v0.14.7
28332024-08-05T18:11:39.472Z[ helios-setup] Aug 05 18:11:37.917 INFO E| Compiling deranged v0.3.11
28342024-08-05T18:11:39.858Z[ helios-setup] Aug 05 18:11:38.303 INFO E| Compiling time-macros v0.2.18
28352024-08-05T18:11:39.911Z[ helios-setup] Aug 05 18:11:38.357 INFO E| Compiling num_threads v0.1.6
28362024-08-05T18:11:39.975Z[ helios-setup] Aug 05 18:11:38.420 INFO E| Compiling bitflags v2.3.3
28372024-08-05T18:11:40.054Z[ helios-setup] Aug 05 18:11:38.500 INFO E| Compiling once_cell v1.18.0
28382024-08-05T18:11:40.926Z[ helios-setup] Aug 05 18:11:39.370 INFO E| Compiling thread_local v1.1.7
28392024-08-05T18:11:40.991Z[ helios-setup] Aug 05 18:11:39.436 INFO E| Compiling opaque-debug v0.3.0
28402024-08-05T18:11:41.083Z[ helios-setup] Aug 05 18:11:39.528 INFO E| Compiling anyhow v1.0.72
28412024-08-05T18:11:41.869Z[ helios-setup] Aug 05 18:11:40.314 INFO E| Compiling quote v1.0.31
28422024-08-05T18:11:42.193Z[ helios-setup] Aug 05 18:11:40.638 INFO E| Compiling fastrand v2.0.0
28432024-08-05T18:11:42.241Z[ helios-setup] Aug 05 18:11:40.686 INFO E| Compiling dirs-sys-next v0.1.2
28442024-08-05T18:11:42.772Z[ helios-setup] Aug 05 18:11:41.217 INFO E| Compiling syn v2.0.32
28452024-08-05T18:11:43.065Z[ helios-setup] Aug 05 18:11:41.510 INFO E| Compiling dirs-next v2.0.0
28462024-08-05T18:11:43.248Z[ helios-setup] Aug 05 18:11:41.693 INFO E| Compiling errno v0.3.1
28472024-08-05T18:11:43.380Z[ helios-setup] Aug 05 18:11:41.825 INFO E| Compiling term v0.7.0
28482024-08-05T18:11:43.449Z[ helios-setup] Aug 05 18:11:41.894 INFO E| Compiling atty v0.2.14
28492024-08-05T18:11:43.463Z[ helios-setup] Aug 05 18:11:41.908 INFO E| Compiling serde_json v1.0.103
28502024-08-05T18:11:43.902Z[ helios-setup] Aug 05 18:11:42.346 INFO E| Compiling getrandom v0.2.10
28512024-08-05T18:11:44.563Z[ helios-setup] Aug 05 18:11:43.007 INFO E| Compiling cpufeatures v0.2.9
28522024-08-05T18:11:44.618Z[ helios-setup] Aug 05 18:11:43.062 INFO E| Compiling ryu v1.0.15
28532024-08-05T18:11:44.659Z[ helios-setup] Aug 05 18:11:43.102 INFO E| Compiling unicode-width v0.1.10
28542024-08-05T18:11:44.872Z[ helios-setup] Aug 05 18:11:43.315 INFO E| Compiling digest v0.9.0
28552024-08-05T18:11:44.885Z[ helios-setup] Aug 05 18:11:43.320 INFO E| Compiling block-buffer v0.9.0
28562024-08-05T18:11:45.162Z[ helios-setup] Aug 05 18:11:43.606 INFO E| Compiling same-file v1.0.6
28572024-08-05T18:11:45.183Z[ helios-setup] Aug 05 18:11:43.626 INFO E| Compiling sha-1 v0.9.8
28582024-08-05T18:11:45.183Z[ helios-setup] Aug 05 18:11:43.627 INFO E| Compiling md-5 v0.9.1
28592024-08-05T18:11:45.331Z[ helios-setup] Aug 05 18:11:43.775 INFO E| Compiling getopts v0.2.21
28602024-08-05T18:11:45.567Z[ helios-setup] Aug 05 18:11:44.009 INFO E| Compiling walkdir v2.3.3
28612024-08-05T18:11:45.649Z[ helios-setup] Aug 05 18:11:44.093 INFO E| Compiling time v0.3.36
28622024-08-05T18:11:46.403Z[ helios-setup] Aug 05 18:11:44.847 INFO E| Compiling glob v0.3.1
28632024-08-05T18:11:47.085Z[ helios-setup] Aug 05 18:11:45.530 INFO E| Compiling libdevinfo-sys v1.0.0
28642024-08-05T18:11:47.276Z[ helios-setup] Aug 05 18:11:45.721 INFO E| Compiling tempfile v3.7.0
28652024-08-05T18:11:49.316Z[ helios-setup] Aug 05 18:11:47.761 INFO E| Compiling slog-term v2.9.0
28662024-08-05T18:11:53.256Z[ helios-setup] Aug 05 18:11:51.699 INFO E| Compiling serde_derive v1.0.193
28672024-08-05T18:12:04.243Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
28682024-08-05T18:12:10.475Z[ helios-setup] Aug 05 18:12:08.917 INFO E| Compiling toml v0.5.11
28692024-08-05T18:12:10.475Z[ helios-setup] Aug 05 18:12:08.917 INFO E| Compiling uuid v0.8.2
28702024-08-05T18:12:10.536Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28712024-08-05T18:12:12.888Z[ helios-setup] Aug 05 18:12:11.329 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
28722024-08-05T18:12:16.661Z[ helios-setup] Aug 05 18:12:15.102 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
28732024-08-05T18:12:31.621Z[ helios-setup] Aug 05 18:12:30.060 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.15s
28742024-08-05T18:12:31.677Z[ helios-setup] Aug 05 18:12:30.117 INFO building project "image-builder" ok (55 seconds)
28752024-08-05T18:12:31.681Z[ helios-setup] rm -f helios-build
28762024-08-05T18:12:31.685Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
28772024-08-05T18:12:31.688Z[ helios-setup]
28782024-08-05T18:12:31.688Z[ helios-setup] Setup complete! ./helios-build is now available.
28792024-08-05T18:12:31.692Z[ helios-setup]
28802024-08-05T18:12:31.692Z[ helios-setup]
28812024-08-05T18:12:31.692Z[ helios-setup] real 12:34.013392331
28822024-08-05T18:12:31.692Z[ helios-setup] user 29:37.321017958
28832024-08-05T18:12:31.692Z[ helios-setup] sys 3:48.785459499
28842024-08-05T18:12:31.692Z[ helios-setup] trap 1.627352505
28852024-08-05T18:12:31.692Z[ helios-setup] tflt 8.412686925
28862024-08-05T18:12:31.692Z[ helios-setup] dflt 40.360914425
28872024-08-05T18:12:31.692Z[ helios-setup] kflt 0.058528014
28882024-08-05T18:12:31.692Z[ helios-setup] lock 2:01:04.147934402
28892024-08-05T18:12:31.692Z[ helios-setup] slp 3:08:41.528647039
28902024-08-05T18:12:31.692Z[ helios-setup] lat 33:33.078681216
28912024-08-05T18:12:31.692Z[ helios-setup] stop 4:15.837104873
28922024-08-05T18:12:31.695ZAug 05 18:12:30.132 INFO [helios-setup] process exited with exit status: 0 (754.019163104s)
28932024-08-05T18:12:31.695ZAug 05 18:12:30.132 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
28942024-08-05T18:12:31.713Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos'
28952024-08-05T18:12:31.912Z[ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18)
28962024-08-05T18:12:31.915Z[ phbl-toolchain] info: downloading component 'cargo'
28972024-08-05T18:12:32.905Z[ phbl-toolchain] info: downloading component 'clippy'
28982024-08-05T18:12:33.346Z[ phbl-toolchain] info: downloading component 'llvm-tools'
28992024-08-05T18:12:37.508Z[ phbl-toolchain] info: downloading component 'miri'
29002024-08-05T18:12:38.160Z[ phbl-toolchain] info: downloading component 'rust-docs'
29012024-08-05T18:12:39.260Z[ phbl-toolchain] info: downloading component 'rust-src'
29022024-08-05T18:12:39.884Z[ phbl-toolchain] info: downloading component 'rust-std'
29032024-08-05T18:12:42.277Z[ phbl-toolchain] info: downloading component 'rustc'
29042024-08-05T18:12:47.979Z[ phbl-toolchain] info: downloading component 'rustfmt'
29052024-08-05T18:12:48.331Z[ phbl-toolchain] info: installing component 'cargo'
29062024-08-05T18:12:49.724Z[ phbl-toolchain] info: installing component 'clippy'
29072024-08-05T18:12:50.264Z[ phbl-toolchain] info: installing component 'llvm-tools'
29082024-08-05T18:12:55.794Z[ phbl-toolchain] info: installing component 'miri'
29092024-08-05T18:12:56.157Z[ phbl-toolchain] info: installing component 'rust-docs'
29102024-08-05T18:13:03.663Z[ phbl-toolchain] info: installing component 'rust-src'
29112024-08-05T18:13:04.514Z[ phbl-toolchain] info: installing component 'rust-std'
29122024-08-05T18:13:07.067Z[ phbl-toolchain] info: installing component 'rustc'
29132024-08-05T18:13:12.985Z[ phbl-toolchain] info: installing component 'rustfmt'
29142024-08-05T18:13:13.686Z[ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15)
29152024-08-05T18:13:13.690ZAug 05 18:13:12.124 INFO [phbl-toolchain] process exited with exit status: 0 (41.991879818s)
29162024-08-05T18:19:05.139Z[ host-package] Finished `release` profile [optimized] target(s) in 18m 19s
29172024-08-05T18:19:57.583ZAug 05 18:19:55.974 INFO [host-package] process exited with exit status: 0 (1151.998806981s)
29182024-08-05T18:19:57.586ZAug 05 18:19:55.974 INFO [host-stamp] running task
29192024-08-05T18:19:57.587ZAug 05 18:19:55.974 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
29202024-08-05T18:19:57.590ZAug 05 18:19:55.980 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+gitd719e838ffd
29212024-08-05T18:19:57.595ZAug 05 18:19:55.986 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+gitd719e838ffd
29222024-08-05T18:19:57.600ZAug 05 18:19:55.991 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+gitd719e838ffd
29232024-08-05T18:19:57.605Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
29242024-08-05T18:19:57.608Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
29252024-08-05T18:19:57.608Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
29262024-08-05T18:19:57.608ZAug 05 18:19:55.998 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+gitd719e838ffd
29272024-08-05T18:19:57.615Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
29282024-08-05T18:19:57.618ZAug 05 18:19:56.007 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+gitd719e838ffd
29292024-08-05T18:19:57.618Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
29302024-08-05T18:19:57.627ZAug 05 18:19:56.015 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+gitd719e838ffd
29312024-08-05T18:19:57.630Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
29322024-08-05T18:19:57.633ZAug 05 18:19:56.023 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+gitd719e838ffd
29332024-08-05T18:19:57.637Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
29342024-08-05T18:19:57.644ZAug 05 18:19:56.030 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+gitd719e838ffd
29352024-08-05T18:19:57.656Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
29362024-08-05T18:19:57.659ZAug 05 18:19:56.046 INFO [stamp-overlay] process exited with exit status: 0 (66.013282ms)
29372024-08-05T18:19:57.659Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
29382024-08-05T18:19:57.659Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
29392024-08-05T18:19:57.662Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
29402024-08-05T18:19:57.662Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
29412024-08-05T18:19:57.662ZAug 05 18:19:56.052 INFO [stamp-oxlog] process exited with exit status: 0 (37.138598ms)
29422024-08-05T18:19:57.665ZAug 05 18:19:56.054 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (30.881738ms)
29432024-08-05T18:19:57.766Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
29442024-08-05T18:19:57.769ZAug 05 18:19:56.160 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (129.512585ms)
29452024-08-05T18:19:57.871Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
29462024-08-05T18:19:57.874ZAug 05 18:19:56.264 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (266.505772ms)
29472024-08-05T18:19:57.942Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
29482024-08-05T18:19:57.945ZAug 05 18:19:56.335 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (328.519764ms)
29492024-08-05T18:19:58.808Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
29502024-08-05T18:19:58.811ZAug 05 18:19:57.201 INFO [stamp-propolis-server] process exited with exit status: 0 (1.210471749s)
29512024-08-05T18:19:58.912Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29522024-08-05T18:20:01.244Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29532024-08-05T18:20:07.818Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
29542024-08-05T18:20:07.821ZAug 05 18:20:06.210 INFO [stamp-switch-asic] process exited with exit status: 0 (10.22387562s)
29552024-08-05T18:20:07.821ZAug 05 18:20:06.210 INFO [host-stamp] task succeeded (10.236237324s)
29562024-08-05T18:20:07.821ZAug 05 18:20:06.210 INFO [host-proto] running task
29572024-08-05T18:20:08.153ZAug 05 18:20:06.542 INFO [host-proto] task succeeded (332.157645ms)
29582024-08-05T18:20:08.153ZAug 05 18:20:06.542 INFO [host-profile] running task
29592024-08-05T18:20:08.157ZAug 05 18:20:06.543 INFO [host-profile] task succeeded (395.035µs)
29602024-08-05T18:20:08.157ZAug 05 18:20:06.543 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpNjVOGb/proto/host/root -N 'ci d719e83/${os_short_commit} 2024-08-05 17:59' -s host -B
29612024-08-05T18:20:08.169Z[ host-image] Aug 05 18:20:06.558 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
29622024-08-05T18:20:08.172Z[ host-image] Aug 05 18:20:06.558 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
29632024-08-05T18:20:08.183Z[ host-image] Aug 05 18:20:06.572 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpNjVOGb/proto/host/root"
29642024-08-05T18:20:08.183Z[ host-image] Aug 05 18:20:06.572 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
29652024-08-05T18:20:08.186Z[ host-image] Aug 05 18:20:06.572 INFO image builder template: ramdisk-01-os...
29662024-08-05T18:20:08.186Z[ host-image] Aug 05 18:20:06.572 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/.tmpNjVOGb/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
29672024-08-05T18:20:08.208Z[ host-image] Aug 05 18:20:06.597 INFO O| Aug 05 18:20:06.597 INFO CREATE DATASET: rpool/images/build/host/output
29682024-08-05T18:20:08.477Z[ host-image] Aug 05 18:20:06.866 INFO O| Aug 05 18:20:06.866 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
29692024-08-05T18:20:08.482Z[ host-image] Aug 05 18:20:06.871 INFO O| Aug 05 18:20:06.871 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
29702024-08-05T18:20:08.648Z[ host-image] Aug 05 18:20:07.036 INFO O| Aug 05 18:20:07.036 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
29712024-08-05T18:20:08.698Z[ host-image] Aug 05 18:20:07.087 INFO O| Aug 05 18:20:07.086 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
29722024-08-05T18:20:08.700Z[ host-image] Aug 05 18:20:07.087 INFO O| Aug 05 18:20:07.087 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
29732024-08-05T18:20:08.701Z[ host-image] Aug 05 18:20:07.087 INFO O| Aug 05 18:20:07.087 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
29742024-08-05T18:20:08.701Z[ host-image] Aug 05 18:20:07.087 INFO O| Aug 05 18:20:07.087 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
29752024-08-05T18:20:08.706Z[ host-image] Aug 05 18:20:07.095 INFO O| Aug 05 18:20:07.095 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
29762024-08-05T18:20:08.865Z[ host-image] Aug 05 18:20:07.254 INFO O| Aug 05 18:20:07.254 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
29772024-08-05T18:20:08.879Z[ host-image] Aug 05 18:20:07.268 INFO O| Aug 05 18:20:07.268 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
29782024-08-05T18:20:09.245Z[ host-image] Aug 05 18:20:07.634 INFO O| Aug 05 18:20:07.634 INFO O| Caching catalogs ... Done
29792024-08-05T18:20:09.332Z[ host-image] Aug 05 18:20:07.721 INFO O| Aug 05 18:20:07.721 INFO STEP 0 (pkg_image_create) COMPLETE
29802024-08-05T18:20:09.332Z[ host-image] Aug 05 18:20:07.721 INFO O| Aug 05 18:20:07.721 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
29812024-08-05T18:20:09.332Z[ host-image] Aug 05 18:20:07.721 INFO O| Aug 05 18:20:07.721 INFO skip step because feature "repo_redist" is not enabled
29822024-08-05T18:20:09.335Z[ host-image] Aug 05 18:20:07.721 INFO O| Aug 05 18:20:07.721 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
29832024-08-05T18:20:09.344Z[ host-image] Aug 05 18:20:07.733 INFO O| Aug 05 18:20:07.733 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"]
29842024-08-05T18:20:09.704Z[ host-image] Aug 05 18:20:08.093 INFO O| Aug 05 18:20:08.093 INFO STEP 2 (pkg_set_publisher) COMPLETE
29852024-08-05T18:20:09.704Z[ host-image] Aug 05 18:20:08.093 INFO O| Aug 05 18:20:08.093 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
29862024-08-05T18:20:09.720Z[ host-image] Aug 05 18:20:08.109 INFO O| Aug 05 18:20:08.109 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"]
29872024-08-05T18:20:10.073Z[ host-image] Aug 05 18:20:08.462 INFO O| Aug 05 18:20:08.461 INFO STEP 3 (pkg_set_publisher) COMPLETE
29882024-08-05T18:20:10.073Z[ host-image] Aug 05 18:20:08.462 INFO O| Aug 05 18:20:08.461 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
29892024-08-05T18:20:10.076Z[ host-image] Aug 05 18:20:08.462 INFO O| Aug 05 18:20:08.461 INFO skip step because feature "repo_redist" is not enabled
29902024-08-05T18:20:10.076Z[ host-image] Aug 05 18:20:08.462 INFO O| Aug 05 18:20:08.461 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
29912024-08-05T18:20:10.498Z[ host-image] Aug 05 18:20:08.886 INFO O| Aug 05 18:20:08.886 INFO variant opensolaris.zone is already global
29922024-08-05T18:20:10.498Z[ host-image] Aug 05 18:20:08.886 INFO O| Aug 05 18:20:08.886 INFO STEP 5 (pkg_change_variant) COMPLETE
29932024-08-05T18:20:10.501Z[ host-image] Aug 05 18:20:08.886 INFO O| Aug 05 18:20:08.886 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
29942024-08-05T18:20:11.019Z[ host-image] Aug 05 18:20:09.408 INFO O| Aug 05 18:20:09.408 INFO variant opensolaris.imagetype is full; changing to partial
29952024-08-05T18:20:11.019Z[ host-image] Aug 05 18:20:09.408 INFO O| Aug 05 18:20:09.408 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
29962024-08-05T18:20:15.065Z[ host-image] Aug 05 18:20:13.453 INFO O| Aug 05 18:20:13.453 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
29972024-08-05T18:20:18.539Z[ host-image] Aug 05 18:20:16.927 INFO O| Aug 05 18:20:16.927 INFO O| Startup: Caching catalogs ... Done
29982024-08-05T18:20:18.615Z[ host-image] Aug 05 18:20:17.002 INFO O| Aug 05 18:20:17.002 INFO O| Planning: Planning completed in 0.00 seconds
29992024-08-05T18:20:18.619Z[ host-image] Aug 05 18:20:17.004 INFO O| Aug 05 18:20:17.004 INFO O| Planning: Consolidating action changes ... Done
30002024-08-05T18:20:18.619Z[ host-image] Aug 05 18:20:17.004 INFO O| Aug 05 18:20:17.004 INFO O| Planning: Evaluating mediators ... Done
30012024-08-05T18:20:18.619Z[ host-image] Aug 05 18:20:17.004 INFO O| Aug 05 18:20:17.004 INFO O| Planning: Planning completed in 0.00 seconds
30022024-08-05T18:20:18.619Z[ host-image] Aug 05 18:20:17.005 INFO O| Aug 05 18:20:17.005 INFO O| Variants/Facets to change: 1
30032024-08-05T18:20:18.683Z[ host-image] Aug 05 18:20:17.071 INFO O| Aug 05 18:20:17.070 INFO O| Done
30042024-08-05T18:20:18.683Z[ host-image] Aug 05 18:20:17.071 INFO O| Aug 05 18:20:17.070 INFO O| Done
30052024-08-05T18:20:19.284Z[ host-image] Aug 05 18:20:17.671 INFO O| Aug 05 18:20:17.671 INFO O| Done
30062024-08-05T18:20:19.334Z[ host-image] Aug 05 18:20:17.722 INFO O| Aug 05 18:20:17.722 INFO O| Done
30072024-08-05T18:20:19.337Z[ host-image] Aug 05 18:20:17.724 INFO O| Aug 05 18:20:17.724 INFO O| Done
30082024-08-05T18:20:19.337Z[ host-image] Aug 05 18:20:17.724 INFO O| Aug 05 18:20:17.724 INFO O| Done
30092024-08-05T18:20:19.340Z[ host-image] Aug 05 18:20:17.726 INFO O| Aug 05 18:20:17.726 INFO O| Done
30102024-08-05T18:20:19.768Z[ host-image] Aug 05 18:20:18.155 INFO O| Aug 05 18:20:18.155 INFO STEP 6 (pkg_change_variant) COMPLETE
30112024-08-05T18:20:19.768Z[ host-image] Aug 05 18:20:18.155 INFO O| Aug 05 18:20:18.155 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
30122024-08-05T18:20:19.771Z[ host-image] Aug 05 18:20:18.155 INFO O| Aug 05 18:20:18.155 INFO skip step because feature "debug_variant" is not enabled
30132024-08-05T18:20:19.771Z[ host-image] Aug 05 18:20:18.155 INFO O| Aug 05 18:20:18.155 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
30142024-08-05T18:20:20.228Z[ host-image] Aug 05 18:20:18.615 INFO O| Aug 05 18:20:18.615 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
30152024-08-05T18:20:20.632Z[ host-image] Aug 05 18:20:19.020 INFO O| Aug 05 18:20:19.019 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
30162024-08-05T18:20:20.635Z[ host-image] Aug 05 18:20:19.021 INFO O| Aug 05 18:20:19.021 INFO O| Planning: Planning completed in 0.00 seconds
30172024-08-05T18:20:20.635Z[ host-image] Aug 05 18:20:19.021 INFO O| Aug 05 18:20:19.021 INFO O| Planning: Consolidating action changes ... Done
30182024-08-05T18:20:20.635Z[ host-image] Aug 05 18:20:19.021 INFO O| Aug 05 18:20:19.021 INFO O| Planning: Evaluating mediators ... Done
30192024-08-05T18:20:20.635Z[ host-image] Aug 05 18:20:19.022 INFO O| Aug 05 18:20:19.022 INFO O| Planning: Planning completed in 0.00 seconds
30202024-08-05T18:20:20.635Z[ host-image] Aug 05 18:20:19.022 INFO O| Aug 05 18:20:19.022 INFO O| Variants/Facets to change: 1
30212024-08-05T18:20:20.648Z[ host-image] Aug 05 18:20:19.036 INFO O| Aug 05 18:20:19.036 INFO O| Done
30222024-08-05T18:20:20.648Z[ host-image] Aug 05 18:20:19.036 INFO O| Aug 05 18:20:19.036 INFO O| Done
30232024-08-05T18:20:20.871Z[ host-image] Aug 05 18:20:19.258 INFO O| Aug 05 18:20:19.258 INFO O| Done
30242024-08-05T18:20:20.904Z[ host-image] Aug 05 18:20:19.292 INFO O| Aug 05 18:20:19.292 INFO O| Done
30252024-08-05T18:20:20.907Z[ host-image] Aug 05 18:20:19.292 INFO O| Aug 05 18:20:19.292 INFO O| Done
30262024-08-05T18:20:20.907Z[ host-image] Aug 05 18:20:19.292 INFO O| Aug 05 18:20:19.292 INFO O| Done
30272024-08-05T18:20:20.907Z[ host-image] Aug 05 18:20:19.294 INFO O| Aug 05 18:20:19.294 INFO O| Done
30282024-08-05T18:20:20.961Z[ host-image] Aug 05 18:20:19.349 INFO O| Aug 05 18:20:19.349 INFO STEP 8 (pkg_change_facet) COMPLETE
30292024-08-05T18:20:20.962Z[ host-image] Aug 05 18:20:19.349 INFO O| Aug 05 18:20:19.349 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
30302024-08-05T18:20:20.962Z[ host-image] Aug 05 18:20:19.349 INFO O| Aug 05 18:20:19.349 INFO skip step because feature "recovery" is not enabled
30312024-08-05T18:20:20.965Z[ host-image] Aug 05 18:20:19.349 INFO O| Aug 05 18:20:19.349 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
30322024-08-05T18:20:20.965Z[ host-image] Aug 05 18:20:19.349 INFO O| Aug 05 18:20:19.349 INFO skip step because feature "recovery" is not enabled
30332024-08-05T18:20:20.965Z[ host-image] Aug 05 18:20:19.349 INFO O| Aug 05 18:20:19.349 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
30342024-08-05T18:20:20.975Z[ host-image] Aug 05 18:20:19.363 INFO O| Aug 05 18:20:19.363 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"]
30352024-08-05T18:20:21.386Z[ host-image] Aug 05 18:20:19.773 INFO O| Aug 05 18:20:19.773 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
30362024-08-05T18:20:22.722Z[recovery-package] Finished `release` profile [optimized] target(s) in 24.90s
30372024-08-05T18:20:24.302ZAug 05 18:20:22.689 INFO [recovery-package] process exited with exit status: 0 (26.714444656s)
30382024-08-05T18:20:24.302ZAug 05 18:20:22.689 INFO [recovery-stamp] running task
30392024-08-05T18:20:24.306ZAug 05 18:20:22.689 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
30402024-08-05T18:20:24.306ZAug 05 18:20:22.689 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+gitd719e838ffd
30412024-08-05T18:20:24.313ZAug 05 18:20:22.700 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gitd719e838ffd
30422024-08-05T18:20:24.323Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
30432024-08-05T18:20:24.327Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
30442024-08-05T18:20:24.392Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
30452024-08-05T18:20:24.395ZAug 05 18:20:22.783 INFO [stamp-installinator] process exited with exit status: 0 (82.806216ms)
30462024-08-05T18:20:24.420Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
30472024-08-05T18:20:24.424ZAug 05 18:20:22.811 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (122.187097ms)
30482024-08-05T18:20:24.427ZAug 05 18:20:22.812 INFO [recovery-stamp] task succeeded (122.706162ms)
30492024-08-05T18:20:24.427ZAug 05 18:20:22.812 INFO [recovery-proto] running task
30502024-08-05T18:20:24.427ZAug 05 18:20:22.812 INFO [tuf-stamp] running task
30512024-08-05T18:20:24.427ZAug 05 18:20:22.812 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+gitd719e838ffd
30522024-08-05T18:20:24.434ZAug 05 18:20:22.822 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+gitd719e838ffd
30532024-08-05T18:20:24.445Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
30542024-08-05T18:20:24.448ZAug 05 18:20:22.832 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+gitd719e838ffd
30552024-08-05T18:20:24.454ZAug 05 18:20:22.841 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+gitd719e838ffd
30562024-08-05T18:20:24.460Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
30572024-08-05T18:20:24.463ZAug 05 18:20:22.850 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+gitd719e838ffd
30582024-08-05T18:20:24.471Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
30592024-08-05T18:20:24.474ZAug 05 18:20:22.859 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+gitd719e838ffd
30602024-08-05T18:20:24.502Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
30612024-08-05T18:20:24.507Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
30622024-08-05T18:20:24.507ZAug 05 18:20:22.890 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+gitd719e838ffd
30632024-08-05T18:20:24.554Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
30642024-08-05T18:20:24.557Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
30652024-08-05T18:20:24.557ZAug 05 18:20:22.943 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+gitd719e838ffd
30662024-08-05T18:20:24.580Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
30672024-08-05T18:20:24.584ZAug 05 18:20:22.968 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+gitd719e838ffd
30682024-08-05T18:20:24.611ZAug 05 18:20:22.998 INFO [recovery-proto] task succeeded (186.60496ms)
30692024-08-05T18:20:24.614ZAug 05 18:20:22.999 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpNjVOGb/proto/recovery/root -N 'recovery d719e83/${os_short_commit} 2024-08-05 17:59' -s recovery -R
30702024-08-05T18:20:24.641Z[ recovery-image] Aug 05 18:20:23.028 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
30712024-08-05T18:20:24.641Z[ recovery-image] Aug 05 18:20:23.028 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
30722024-08-05T18:20:24.657Z[ recovery-image] Aug 05 18:20:23.044 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpNjVOGb/proto/recovery/root"
30732024-08-05T18:20:24.657Z[ recovery-image] Aug 05 18:20:23.044 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
30742024-08-05T18:20:24.660Z[ recovery-image] Aug 05 18:20:23.044 INFO image builder template: ramdisk-01-os...
30752024-08-05T18:20:24.660Z[ recovery-image] Aug 05 18:20:23.045 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/.tmpNjVOGb/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
30762024-08-05T18:20:24.681Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
30772024-08-05T18:20:24.684ZAug 05 18:20:23.069 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+gitd719e838ffd
30782024-08-05T18:20:24.719Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
30792024-08-05T18:20:24.722ZAug 05 18:20:23.107 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+gitd719e838ffd
30802024-08-05T18:20:24.743Z[ recovery-image] Aug 05 18:20:23.129 INFO O| Aug 05 18:20:23.116 INFO CREATE DATASET: rpool/images/build/recovery/output
30812024-08-05T18:20:24.746ZAug 05 18:20:23.131 INFO [stamp-probe] process exited with exit status: 0 (318.043005ms)
30822024-08-05T18:20:24.746Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
30832024-08-05T18:20:24.773Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
30842024-08-05T18:20:25.039Z[ recovery-image] Aug 05 18:20:23.426 INFO O| Aug 05 18:20:23.409 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
30852024-08-05T18:20:25.040Z[ recovery-image] Aug 05 18:20:23.426 INFO O| Aug 05 18:20:23.416 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
30862024-08-05T18:20:25.047Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
30872024-08-05T18:20:25.170ZAug 05 18:20:23.558 INFO [stamp-ntp] process exited with exit status: 0 (663.146113ms)
30882024-08-05T18:20:25.352Z[ recovery-image] Aug 05 18:20:23.739 INFO O| Aug 05 18:20:23.739 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
30892024-08-05T18:20:25.417Z[ recovery-image] Aug 05 18:20:23.804 INFO O| Aug 05 18:20:23.804 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
30902024-08-05T18:20:25.420Z[ recovery-image] Aug 05 18:20:23.804 INFO O| Aug 05 18:20:23.804 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
30912024-08-05T18:20:25.420Z[ recovery-image] Aug 05 18:20:23.805 INFO O| Aug 05 18:20:23.805 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
30922024-08-05T18:20:25.420Z[ recovery-image] Aug 05 18:20:23.805 INFO O| Aug 05 18:20:23.805 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
30932024-08-05T18:20:25.428Z[ recovery-image] Aug 05 18:20:23.815 INFO O| Aug 05 18:20:23.815 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
30942024-08-05T18:20:25.753Z[ recovery-image] Aug 05 18:20:24.140 INFO O| Aug 05 18:20:24.140 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
30952024-08-05T18:20:25.812Z[ recovery-image] Aug 05 18:20:24.199 INFO O| Aug 05 18:20:24.199 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
30962024-08-05T18:20:25.915Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
30972024-08-05T18:20:25.958ZAug 05 18:20:24.346 INFO [stamp-external-dns] process exited with exit status: 0 (1.486651721s)
30982024-08-05T18:20:26.106Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
30992024-08-05T18:20:26.129ZAug 05 18:20:24.516 INFO [stamp-internal-dns] process exited with exit status: 0 (1.547529194s)
31002024-08-05T18:20:26.286Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
31012024-08-05T18:20:26.301Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
31022024-08-05T18:20:26.314ZAug 05 18:20:24.701 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.618090086s)
31032024-08-05T18:20:26.314Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
31042024-08-05T18:20:26.500Z[ recovery-image] Aug 05 18:20:24.887 INFO O| Aug 05 18:20:24.887 INFO O| Caching catalogs ... Done
31052024-08-05T18:20:26.543Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
31062024-08-05T18:20:26.567ZAug 05 18:20:24.954 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.011258442s)
31072024-08-05T18:20:26.613Z[ recovery-image] Aug 05 18:20:25.000 INFO O| Aug 05 18:20:25.000 INFO STEP 0 (pkg_image_create) COMPLETE
31082024-08-05T18:20:26.614Z[ recovery-image] Aug 05 18:20:25.000 INFO O| Aug 05 18:20:25.000 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31092024-08-05T18:20:26.614Z[ recovery-image] Aug 05 18:20:25.001 INFO O| Aug 05 18:20:25.000 INFO skip step because feature "repo_redist" is not enabled
31102024-08-05T18:20:26.614Z[ recovery-image] Aug 05 18:20:25.001 INFO O| Aug 05 18:20:25.000 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31112024-08-05T18:20:26.621Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
31122024-08-05T18:20:26.624ZAug 05 18:20:25.012 INFO [stamp-oximeter] process exited with exit status: 0 (2.189899281s)
31132024-08-05T18:20:26.629Z[ recovery-image] Aug 05 18:20:25.016 INFO O| Aug 05 18:20:25.016 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"]
31142024-08-05T18:20:27.095Z[ recovery-image] Aug 05 18:20:25.481 INFO O| Aug 05 18:20:25.481 INFO STEP 2 (pkg_set_publisher) COMPLETE
31152024-08-05T18:20:27.095Z[ recovery-image] Aug 05 18:20:25.481 INFO O| Aug 05 18:20:25.481 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31162024-08-05T18:20:27.109Z[ recovery-image] Aug 05 18:20:25.496 INFO O| Aug 05 18:20:25.496 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"]
31172024-08-05T18:20:27.595Z[ recovery-image] Aug 05 18:20:25.982 INFO O| Aug 05 18:20:25.982 INFO STEP 3 (pkg_set_publisher) COMPLETE
31182024-08-05T18:20:27.595Z[ recovery-image] Aug 05 18:20:25.982 INFO O| Aug 05 18:20:25.982 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31192024-08-05T18:20:27.595Z[ recovery-image] Aug 05 18:20:25.982 INFO O| Aug 05 18:20:25.982 INFO skip step because feature "repo_redist" is not enabled
31202024-08-05T18:20:27.595Z[ recovery-image] Aug 05 18:20:25.982 INFO O| Aug 05 18:20:25.982 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31212024-08-05T18:20:28.101Z[ recovery-image] Aug 05 18:20:26.488 INFO O| Aug 05 18:20:26.488 INFO variant opensolaris.zone is already global
31222024-08-05T18:20:28.101Z[ recovery-image] Aug 05 18:20:26.488 INFO O| Aug 05 18:20:26.488 INFO STEP 5 (pkg_change_variant) COMPLETE
31232024-08-05T18:20:28.104Z[ recovery-image] Aug 05 18:20:26.488 INFO O| Aug 05 18:20:26.488 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31242024-08-05T18:20:28.184Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
31252024-08-05T18:20:28.188ZAug 05 18:20:26.575 INFO [stamp-nexus] process exited with exit status: 0 (3.733903105s)
31262024-08-05T18:20:28.571Z[ recovery-image] Aug 05 18:20:26.958 INFO O| Aug 05 18:20:26.957 INFO variant opensolaris.imagetype is full; changing to partial
31272024-08-05T18:20:28.571Z[ recovery-image] Aug 05 18:20:26.958 INFO O| Aug 05 18:20:26.958 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
31282024-08-05T18:20:29.948Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
31292024-08-05T18:20:29.951ZAug 05 18:20:28.338 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.488426576s)
31302024-08-05T18:20:32.984Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31312024-08-05T18:20:33.030Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
31322024-08-05T18:20:33.033ZAug 05 18:20:31.419 INFO [stamp-clickhouse] process exited with exit status: 0 (8.586638726s)
31332024-08-05T18:20:33.111Z[verify-libraries] Compiling heck v0.4.1
31342024-08-05T18:20:33.111Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31352024-08-05T18:20:33.115Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31362024-08-05T18:20:33.115Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31372024-08-05T18:20:33.172Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
31382024-08-05T18:20:33.176Z[verify-libraries] Compiling indent_write v2.2.0
31392024-08-05T18:20:33.179Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31402024-08-05T18:20:33.179Z[verify-libraries] Compiling termios v0.3.3
31412024-08-05T18:20:33.182ZAug 05 18:20:31.566 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.459108037s)
31422024-08-05T18:20:33.182ZAug 05 18:20:31.566 INFO [tuf-stamp] task succeeded (8.754715604s)
31432024-08-05T18:20:33.435Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
31442024-08-05T18:20:33.558Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31452024-08-05T18:20:33.615Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31462024-08-05T18:20:33.974Z[ recovery-image] Aug 05 18:20:32.359 INFO O| Aug 05 18:20:32.359 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31472024-08-05T18:20:34.522Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
31482024-08-05T18:20:39.125Z[ recovery-image] Aug 05 18:20:37.511 INFO O| Aug 05 18:20:37.511 INFO O| Startup: Caching catalogs ... Done
31492024-08-05T18:20:39.193Z[ recovery-image] Aug 05 18:20:37.578 INFO O| Aug 05 18:20:37.578 INFO O| Planning: Planning completed in 0.00 seconds
31502024-08-05T18:20:39.196Z[ recovery-image] Aug 05 18:20:37.580 INFO O| Aug 05 18:20:37.580 INFO O| Planning: Consolidating action changes ... Done
31512024-08-05T18:20:39.196Z[ recovery-image] Aug 05 18:20:37.580 INFO O| Aug 05 18:20:37.580 INFO O| Planning: Evaluating mediators ... Done
31522024-08-05T18:20:39.196Z[ recovery-image] Aug 05 18:20:37.580 INFO O| Aug 05 18:20:37.580 INFO O| Planning: Planning completed in 0.00 seconds
31532024-08-05T18:20:39.196Z[ recovery-image] Aug 05 18:20:37.581 INFO O| Aug 05 18:20:37.581 INFO O| Variants/Facets to change: 1
31542024-08-05T18:20:39.230Z[ recovery-image] Aug 05 18:20:37.616 INFO O| Aug 05 18:20:37.616 INFO O| Done
31552024-08-05T18:20:39.230Z[ recovery-image] Aug 05 18:20:37.616 INFO O| Aug 05 18:20:37.616 INFO O| Done
31562024-08-05T18:20:39.837Z[ recovery-image] Aug 05 18:20:38.222 INFO O| Aug 05 18:20:38.222 INFO O| Done
31572024-08-05T18:20:39.883Z[ recovery-image] Aug 05 18:20:38.269 INFO O| Aug 05 18:20:38.268 INFO O| Done
31582024-08-05T18:20:39.886Z[ recovery-image] Aug 05 18:20:38.272 INFO O| Aug 05 18:20:38.271 INFO O| Done
31592024-08-05T18:20:39.886Z[ recovery-image] Aug 05 18:20:38.272 INFO O| Aug 05 18:20:38.272 INFO O| Done
31602024-08-05T18:20:39.889Z[ recovery-image] Aug 05 18:20:38.274 INFO O| Aug 05 18:20:38.274 INFO O| Done
31612024-08-05T18:20:40.380Z[ recovery-image] Aug 05 18:20:38.765 INFO O| Aug 05 18:20:38.765 INFO STEP 6 (pkg_change_variant) COMPLETE
31622024-08-05T18:20:40.383Z[ recovery-image] Aug 05 18:20:38.765 INFO O| Aug 05 18:20:38.765 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31632024-08-05T18:20:40.383Z[ recovery-image] Aug 05 18:20:38.765 INFO O| Aug 05 18:20:38.765 INFO skip step because feature "debug_variant" is not enabled
31642024-08-05T18:20:40.383Z[ recovery-image] Aug 05 18:20:38.765 INFO O| Aug 05 18:20:38.765 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31652024-08-05T18:20:41.050Z[ recovery-image] Aug 05 18:20:39.435 INFO O| Aug 05 18:20:39.435 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
31662024-08-05T18:20:42.070Z[ recovery-image] Aug 05 18:20:40.455 INFO O| Aug 05 18:20:40.455 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31672024-08-05T18:20:42.073Z[ recovery-image] Aug 05 18:20:40.457 INFO O| Aug 05 18:20:40.457 INFO O| Planning: Planning completed in 0.00 seconds
31682024-08-05T18:20:42.073Z[ recovery-image] Aug 05 18:20:40.457 INFO O| Aug 05 18:20:40.457 INFO O| Planning: Consolidating action changes ... Done
31692024-08-05T18:20:42.073Z[ recovery-image] Aug 05 18:20:40.458 INFO O| Aug 05 18:20:40.458 INFO O| Planning: Evaluating mediators ... Done
31702024-08-05T18:20:42.073Z[ recovery-image] Aug 05 18:20:40.458 INFO O| Aug 05 18:20:40.458 INFO O| Planning: Planning completed in 0.00 seconds
31712024-08-05T18:20:42.073Z[ recovery-image] Aug 05 18:20:40.459 INFO O| Aug 05 18:20:40.458 INFO O| Variants/Facets to change: 1
31722024-08-05T18:20:42.117Z[ recovery-image] Aug 05 18:20:40.503 INFO O| Aug 05 18:20:40.502 INFO O| Done
31732024-08-05T18:20:42.117Z[ recovery-image] Aug 05 18:20:40.503 INFO O| Aug 05 18:20:40.502 INFO O| Done
31742024-08-05T18:20:42.556Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31752024-08-05T18:20:42.662Z[ recovery-image] Aug 05 18:20:41.047 INFO O| Aug 05 18:20:41.047 INFO O| Done
31762024-08-05T18:20:42.709Z[ recovery-image] Aug 05 18:20:41.095 INFO O| Aug 05 18:20:41.095 INFO O| Done
31772024-08-05T18:20:42.712Z[ recovery-image] Aug 05 18:20:41.096 INFO O| Aug 05 18:20:41.096 INFO O| Done
31782024-08-05T18:20:42.713Z[ recovery-image] Aug 05 18:20:41.096 INFO O| Aug 05 18:20:41.096 INFO O| Done
31792024-08-05T18:20:42.713Z[ recovery-image] Aug 05 18:20:41.098 INFO O| Aug 05 18:20:41.098 INFO O| Done
31802024-08-05T18:20:42.836Z[ recovery-image] Aug 05 18:20:41.221 INFO O| Aug 05 18:20:41.221 INFO STEP 8 (pkg_change_facet) COMPLETE
31812024-08-05T18:20:42.837Z[ recovery-image] Aug 05 18:20:41.222 INFO O| Aug 05 18:20:41.221 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31822024-08-05T18:20:43.256Z[ host-image] Aug 05 18:20:41.641 INFO O| Aug 05 18:20:41.641 INFO O| Planning: Solver setup ... Done
31832024-08-05T18:20:43.475Z[ recovery-image] Aug 05 18:20:41.860 INFO O| Aug 05 18:20:41.860 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
31842024-08-05T18:20:44.402Z[ recovery-image] Aug 05 18:20:42.787 INFO O| Aug 05 18:20:42.787 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
31852024-08-05T18:20:44.405Z[ recovery-image] Aug 05 18:20:42.789 INFO O| Aug 05 18:20:42.789 INFO O| Planning: Planning completed in 0.00 seconds
31862024-08-05T18:20:44.405Z[ recovery-image] Aug 05 18:20:42.790 INFO O| Aug 05 18:20:42.789 INFO O| Planning: Consolidating action changes ... Done
31872024-08-05T18:20:44.405Z[ recovery-image] Aug 05 18:20:42.790 INFO O| Aug 05 18:20:42.790 INFO O| Planning: Evaluating mediators ... Done
31882024-08-05T18:20:44.405Z[ recovery-image] Aug 05 18:20:42.790 INFO O| Aug 05 18:20:42.790 INFO O| Planning: Planning completed in 0.00 seconds
31892024-08-05T18:20:44.408Z[ recovery-image] Aug 05 18:20:42.791 INFO O| Aug 05 18:20:42.790 INFO O| Variants/Facets to change: 1
31902024-08-05T18:20:44.474Z[ recovery-image] Aug 05 18:20:42.859 INFO O| Aug 05 18:20:42.859 INFO O| Done
31912024-08-05T18:20:44.474Z[ recovery-image] Aug 05 18:20:42.859 INFO O| Aug 05 18:20:42.859 INFO O| Done
31922024-08-05T18:20:44.934Z[ recovery-image] Aug 05 18:20:43.319 INFO O| Aug 05 18:20:43.319 INFO O| Done
31932024-08-05T18:20:45.006Z[ recovery-image] Aug 05 18:20:43.390 INFO O| Aug 05 18:20:43.390 INFO O| Done
31942024-08-05T18:20:45.009Z[ recovery-image] Aug 05 18:20:43.392 INFO O| Aug 05 18:20:43.392 INFO O| Done
31952024-08-05T18:20:45.010Z[ recovery-image] Aug 05 18:20:43.392 INFO O| Aug 05 18:20:43.392 INFO O| Done
31962024-08-05T18:20:45.010Z[ recovery-image] Aug 05 18:20:43.394 INFO O| Aug 05 18:20:43.394 INFO O| Done
31972024-08-05T18:20:45.211Z[ recovery-image] Aug 05 18:20:43.595 INFO O| Aug 05 18:20:43.595 INFO STEP 9 (pkg_change_facet) COMPLETE
31982024-08-05T18:20:45.211Z[ recovery-image] Aug 05 18:20:43.595 INFO O| Aug 05 18:20:43.595 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
31992024-08-05T18:20:45.907Z[ recovery-image] Aug 05 18:20:44.292 INFO O| Aug 05 18:20:44.292 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
32002024-08-05T18:20:46.864Z[ recovery-image] Aug 05 18:20:45.249 INFO O| Aug 05 18:20:45.249 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32012024-08-05T18:20:46.868Z[ recovery-image] Aug 05 18:20:45.251 INFO O| Aug 05 18:20:45.251 INFO O| Planning: Planning completed in 0.00 seconds
32022024-08-05T18:20:46.868Z[ recovery-image] Aug 05 18:20:45.252 INFO O| Aug 05 18:20:45.252 INFO O| Planning: Consolidating action changes ... Done
32032024-08-05T18:20:46.868Z[ recovery-image] Aug 05 18:20:45.252 INFO O| Aug 05 18:20:45.252 INFO O| Planning: Evaluating mediators ... Done
32042024-08-05T18:20:46.871Z[ recovery-image] Aug 05 18:20:45.253 INFO O| Aug 05 18:20:45.252 INFO O| Planning: Planning completed in 0.00 seconds
32052024-08-05T18:20:46.871Z[ recovery-image] Aug 05 18:20:45.253 INFO O| Aug 05 18:20:45.253 INFO O| Variants/Facets to change: 1
32062024-08-05T18:20:46.933Z[ recovery-image] Aug 05 18:20:45.317 INFO O| Aug 05 18:20:45.317 INFO O| Done
32072024-08-05T18:20:46.933Z[ recovery-image] Aug 05 18:20:45.317 INFO O| Aug 05 18:20:45.317 INFO O| Done
32082024-08-05T18:20:47.577Z[ recovery-image] Aug 05 18:20:45.961 INFO O| Aug 05 18:20:45.961 INFO O| Done
32092024-08-05T18:20:47.635Z[ recovery-image] Aug 05 18:20:46.020 INFO O| Aug 05 18:20:46.020 INFO O| Done
32102024-08-05T18:20:47.638Z[ recovery-image] Aug 05 18:20:46.021 INFO O| Aug 05 18:20:46.021 INFO O| Done
32112024-08-05T18:20:47.638Z[ recovery-image] Aug 05 18:20:46.021 INFO O| Aug 05 18:20:46.021 INFO O| Done
32122024-08-05T18:20:47.641Z[ recovery-image] Aug 05 18:20:46.023 INFO O| Aug 05 18:20:46.023 INFO O| Done
32132024-08-05T18:20:47.743Z[ recovery-image] Aug 05 18:20:46.127 INFO O| Aug 05 18:20:46.127 INFO STEP 10 (pkg_change_facet) COMPLETE
32142024-08-05T18:20:47.743Z[ recovery-image] Aug 05 18:20:46.127 INFO O| Aug 05 18:20:46.127 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
32152024-08-05T18:20:47.762Z[ recovery-image] Aug 05 18:20:46.147 INFO O| Aug 05 18:20:46.147 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"]
32162024-08-05T18:20:48.733Z[ recovery-image] Aug 05 18:20:47.117 INFO O| Aug 05 18:20:47.117 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
32172024-08-05T18:21:03.678Z[ host-image] Aug 05 18:21:02.060 INFO O| Aug 05 18:21:02.060 INFO O| Planning: Running solver ... Done
32182024-08-05T18:21:03.928Z[ host-image] Aug 05 18:21:02.311 INFO O| Aug 05 18:21:02.311 INFO O| Planning: Finding local manifests ... Done
32192024-08-05T18:21:03.945Z[ host-image] Aug 05 18:21:02.328 INFO O| Aug 05 18:21:02.328 INFO O| Planning: Fetching manifests: 0/124 0% complete
32202024-08-05T18:21:08.467Z[ host-image] Aug 05 18:21:06.849 INFO O| Aug 05 18:21:06.848 INFO O| Planning: Fetching manifests: 124/124 100% complete
32212024-08-05T18:21:09.723Z[ host-image] Aug 05 18:21:08.105 INFO O| Aug 05 18:21:08.105 INFO O| Planning: Package planning ... Done
32222024-08-05T18:21:11.409Z[ host-image] Aug 05 18:21:09.791 INFO O| Aug 05 18:21:09.791 INFO O| Planning: Merging actions ... Done
32232024-08-05T18:21:11.981Z[ host-image] Aug 05 18:21:10.363 INFO O| Aug 05 18:21:10.363 INFO O| Planning: Checking for conflicting actions ... Done
32242024-08-05T18:21:12.282Z[ host-image] Aug 05 18:21:10.664 INFO O| Aug 05 18:21:10.664 INFO O| Planning: Consolidating action changes ... Done
32252024-08-05T18:21:12.805Z[ host-image] Aug 05 18:21:11.187 INFO O| Aug 05 18:21:11.187 INFO O| Planning: Evaluating mediators ... Done
32262024-08-05T18:21:17.490Z[ recovery-image] Aug 05 18:21:15.871 INFO O| Aug 05 18:21:15.871 INFO O| Planning: Solver setup ... Done
32272024-08-05T18:21:19.456Z[ host-image] Aug 05 18:21:17.837 INFO O| Aug 05 18:21:17.837 INFO O| Planning: Planning completed in 58.06 seconds
32282024-08-05T18:21:19.464Z[ host-image] Aug 05 18:21:17.844 INFO O| Aug 05 18:21:17.844 INFO O| Packages to install: 124
32292024-08-05T18:21:19.473Z[ host-image] Aug 05 18:21:17.845 INFO O| Aug 05 18:21:17.845 INFO O| Mediators to change: 4
32302024-08-05T18:21:19.473Z[ host-image] Aug 05 18:21:17.845 INFO O| Aug 05 18:21:17.845 INFO O| Services to change: 6
32312024-08-05T18:21:19.582Z[ host-image] Aug 05 18:21:17.963 INFO O| Aug 05 18:21:17.963 INFO O| Download: 0/22724 items 0.0/196.3MB 0% complete
32322024-08-05T18:21:24.587Z[ host-image] Aug 05 18:21:22.967 INFO O| Aug 05 18:21:22.967 INFO O| Download: 1195/22724 items 8.5/196.3MB 4% complete (1.8M/s)
32332024-08-05T18:21:29.897Z[ host-image] Aug 05 18:21:28.277 INFO O| Aug 05 18:21:28.277 INFO O| Download: 1792/22724 items 13.2/196.3MB 6% complete (1.3M/s)
32342024-08-05T18:21:31.330Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32352024-08-05T18:21:34.910Z[ host-image] Aug 05 18:21:33.289 INFO O| Aug 05 18:21:33.289 INFO O| Download: 2316/22724 items 27.2/196.3MB 13% complete (1.8M/s)
32362024-08-05T18:21:36.908Z[ recovery-image] Aug 05 18:21:35.287 INFO O| Aug 05 18:21:35.287 INFO O| Planning: Running solver ... Done
32372024-08-05T18:21:37.153Z[ recovery-image] Aug 05 18:21:35.532 INFO O| Aug 05 18:21:35.532 INFO O| Planning: Finding local manifests ... Done
32382024-08-05T18:21:37.185Z[ recovery-image] Aug 05 18:21:35.564 INFO O| Aug 05 18:21:35.564 INFO O| Planning: Fetching manifests: 0/124 0% complete
32392024-08-05T18:21:37.914Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32402024-08-05T18:21:39.942Z[ host-image] Aug 05 18:21:38.321 INFO O| Aug 05 18:21:38.320 INFO O| Download: 3313/22724 items 34.1/196.3MB 17% complete (2.1M/s)
32412024-08-05T18:21:40.060Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32422024-08-05T18:21:41.602Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32432024-08-05T18:21:42.509Z[ recovery-image] Aug 05 18:21:40.888 INFO O| Aug 05 18:21:40.888 INFO O| Planning: Fetching manifests: 124/124 100% complete
32442024-08-05T18:21:43.650Z[ recovery-image] Aug 05 18:21:42.029 INFO O| Aug 05 18:21:42.029 INFO O| Planning: Package planning ... Done
32452024-08-05T18:21:44.404Z[ recovery-image] Aug 05 18:21:42.782 INFO O| Aug 05 18:21:42.782 INFO O| Planning: Merging actions ... Done
32462024-08-05T18:21:44.587Z[ recovery-image] Aug 05 18:21:42.966 INFO O| Aug 05 18:21:42.966 INFO O| Planning: Checking for conflicting actions ... Done
32472024-08-05T18:21:44.776Z[ recovery-image] Aug 05 18:21:43.154 INFO O| Aug 05 18:21:43.154 INFO O| Planning: Consolidating action changes ... Done
32482024-08-05T18:21:44.942Z[ host-image] Aug 05 18:21:43.321 INFO O| Aug 05 18:21:43.320 INFO O| Download: 4478/22724 items 41.8/196.3MB 21% complete (1.4M/s)
32492024-08-05T18:21:45.219Z[ recovery-image] Aug 05 18:21:43.596 INFO O| Aug 05 18:21:43.596 INFO O| Planning: Evaluating mediators ... Done
32502024-08-05T18:21:47.441Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32512024-08-05T18:21:49.959Z[ host-image] Aug 05 18:21:48.336 INFO O| Aug 05 18:21:48.336 INFO O| Download: 5208/22724 items 45.9/196.3MB 23% complete (1.2M/s)
32522024-08-05T18:21:51.454Z[ recovery-image] Aug 05 18:21:49.831 INFO O| Aug 05 18:21:49.831 INFO O| Planning: Planning completed in 62.71 seconds
32532024-08-05T18:21:51.462Z[ recovery-image] Aug 05 18:21:49.839 INFO O| Aug 05 18:21:49.839 INFO O| Packages to install: 124
32542024-08-05T18:21:51.465Z[ recovery-image] Aug 05 18:21:49.839 INFO O| Aug 05 18:21:49.839 INFO O| Mediators to change: 4
32552024-08-05T18:21:51.465Z[ recovery-image] Aug 05 18:21:49.839 INFO O| Aug 05 18:21:49.839 INFO O| Services to change: 5
32562024-08-05T18:21:51.545Z[ recovery-image] Aug 05 18:21:49.923 INFO O| Aug 05 18:21:49.923 INFO O| Download: 0/15831 items 0.0/173.1MB 0% complete
32572024-08-05T18:21:54.961Z[ host-image] Aug 05 18:21:53.338 INFO O| Aug 05 18:21:53.338 INFO O| Download: 6011/22724 items 46.4/196.3MB 23% complete (514k/s)
32582024-08-05T18:21:56.551Z[ recovery-image] Aug 05 18:21:54.928 INFO O| Aug 05 18:21:54.928 INFO O| Download: 918/15831 items 7.7/173.1MB 4% complete (1.6M/s)
32592024-08-05T18:21:59.982Z[ host-image] Aug 05 18:21:58.357 INFO O| Aug 05 18:21:58.357 INFO O| Download: 6881/22724 items 49.7/196.3MB 25% complete (347k/s)
32602024-08-05T18:22:02.138Z[ recovery-image] Aug 05 18:22:00.515 INFO O| Aug 05 18:22:00.515 INFO O| Download: 1163/15831 items 10.0/173.1MB 5% complete (1.0M/s)
32612024-08-05T18:22:04.983Z[ host-image] Aug 05 18:22:03.359 INFO O| Aug 05 18:22:03.359 INFO O| Download: 7910/22724 items 59.4/196.3MB 30% complete (1.3M/s)
32622024-08-05T18:22:07.417Z[ recovery-image] Aug 05 18:22:05.793 INFO O| Aug 05 18:22:05.793 INFO O| Download: 1509/15831 items 21.8/173.1MB 12% complete (1.4M/s)
32632024-08-05T18:22:09.988Z[ host-image] Aug 05 18:22:08.363 INFO O| Aug 05 18:22:08.363 INFO O| Download: 8348/22724 items 68.9/196.3MB 35% complete (2.0M/s)
32642024-08-05T18:22:12.422Z[ recovery-image] Aug 05 18:22:10.797 INFO O| Aug 05 18:22:10.797 INFO O| Download: 2241/15831 items 31.2/173.1MB 17% complete (2.0M/s)
32652024-08-05T18:22:15.013Z[ host-image] Aug 05 18:22:13.387 INFO O| Aug 05 18:22:13.387 INFO O| Download: 9367/22724 items 81.2/196.3MB 41% complete (2.1M/s)
32662024-08-05T18:22:17.423Z[ recovery-image] Aug 05 18:22:15.798 INFO O| Aug 05 18:22:15.798 INFO O| Download: 3100/15831 items 37.3/173.1MB 21% complete (1.6M/s)
32672024-08-05T18:22:20.024Z[ host-image] Aug 05 18:22:18.398 INFO O| Aug 05 18:22:18.398 INFO O| Download: 10294/22724 items 87.4/196.3MB 44% complete (1.8M/s)
32682024-08-05T18:22:22.466Z[ recovery-image] Aug 05 18:22:20.840 INFO O| Aug 05 18:22:20.840 INFO O| Download: 3627/15831 items 39.5/173.1MB 22% complete (862k/s)
32692024-08-05T18:22:25.150Z[ host-image] Aug 05 18:22:23.524 INFO O| Aug 05 18:22:23.524 INFO O| Download: 10883/22724 items 90.1/196.3MB 45% complete (1018k/s)
32702024-08-05T18:22:27.481Z[ recovery-image] Aug 05 18:22:25.855 INFO O| Aug 05 18:22:25.855 INFO O| Download: 4726/15831 items 42.9/173.1MB 24% complete (580k/s)
32712024-08-05T18:22:30.407Z[ host-image] Aug 05 18:22:28.780 INFO O| Aug 05 18:22:28.780 INFO O| Download: 11280/22724 items 95.3/196.3MB 48% complete (953k/s)
32722024-08-05T18:22:32.482Z[ recovery-image] Aug 05 18:22:30.855 INFO O| Aug 05 18:22:30.855 INFO O| Download: 5636/15831 items 44.4/173.1MB 25% complete (440k/s)
32732024-08-05T18:22:35.687Z[ host-image] Aug 05 18:22:34.059 INFO O| Aug 05 18:22:34.059 INFO O| Download: 12166/22724 items 108.5/196.3MB 55% complete (1.8M/s)
32742024-08-05T18:22:37.580Z[ recovery-image] Aug 05 18:22:35.952 INFO O| Aug 05 18:22:35.952 INFO O| Download: 5932/15831 items 53.6/173.1MB 30% complete (1.0M/s)
32752024-08-05T18:22:40.689Z[ host-image] Aug 05 18:22:39.060 INFO O| Aug 05 18:22:39.060 INFO O| Download: 13504/22724 items 110.0/196.3MB 56% complete (1.4M/s)
32762024-08-05T18:22:42.754Z[ recovery-image] Aug 05 18:22:41.126 INFO O| Aug 05 18:22:41.126 INFO O| Download: 6171/15831 items 61.8/173.1MB 35% complete (1.8M/s)
32772024-08-05T18:22:46.883Z[ host-image] Aug 05 18:22:45.197 INFO O| Aug 05 18:22:45.197 INFO O| Download: 14414/22724 items 111.6/196.3MB 56% complete (971k/s)
32782024-08-05T18:22:47.758Z[ recovery-image] Aug 05 18:22:46.129 INFO O| Aug 05 18:22:46.129 INFO O| Download: 7578/15831 items 73.6/173.1MB 42% complete (2.1M/s)
32792024-08-05T18:22:51.844Z[ host-image] Aug 05 18:22:50.214 INFO O| Aug 05 18:22:50.214 INFO O| Download: 15235/22724 items 120.2/196.3MB 61% complete (1.0M/s)
32802024-08-05T18:22:53.065Z[ recovery-image] Aug 05 18:22:51.435 INFO O| Aug 05 18:22:51.435 INFO O| Download: 7967/15831 items 78.7/173.1MB 45% complete (2.0M/s)
32812024-08-05T18:22:56.863Z[ host-image] Aug 05 18:22:55.233 INFO O| Aug 05 18:22:55.233 INFO O| Download: 15662/22724 items 125.7/196.3MB 64% complete (1.4M/s)
32822024-08-05T18:22:58.082Z[ recovery-image] Aug 05 18:22:56.452 INFO O| Aug 05 18:22:56.452 INFO O| Download: 8772/15831 items 88.9/173.1MB 51% complete (1.3M/s)
32832024-08-05T18:23:01.868Z[ host-image] Aug 05 18:23:00.238 INFO O| Aug 05 18:23:00.237 INFO O| Download: 16442/22724 items 134.5/196.3MB 68% complete (1.4M/s)
32842024-08-05T18:23:03.093Z[ recovery-image] Aug 05 18:23:01.463 INFO O| Aug 05 18:23:01.462 INFO O| Download: 9369/15831 items 92.8/173.1MB 53% complete (1.4M/s)
32852024-08-05T18:23:06.870Z[ host-image] Aug 05 18:23:05.239 INFO O| Aug 05 18:23:05.239 INFO O| Download: 17316/22724 items 139.7/196.3MB 71% complete (1.4M/s)
32862024-08-05T18:23:08.094Z[ recovery-image] Aug 05 18:23:06.463 INFO O| Aug 05 18:23:06.463 INFO O| Download: 10219/15831 items 93.2/173.1MB 53% complete (514k/s)
32872024-08-05T18:23:11.871Z[ host-image] Aug 05 18:23:10.239 INFO O| Aug 05 18:23:10.239 INFO O| Download: 17878/22724 items 154.8/196.3MB 78% complete (2.0M/s)
32882024-08-05T18:23:13.225Z[ recovery-image] Aug 05 18:23:11.594 INFO O| Aug 05 18:23:11.593 INFO O| Download: 11041/15831 items 95.2/173.1MB 54% complete (218k/s)
32892024-08-05T18:23:16.873Z[ host-image] Aug 05 18:23:15.241 INFO O| Aug 05 18:23:15.241 INFO O| Download: 18844/22724 items 162.0/196.3MB 82% complete (2.2M/s)
32902024-08-05T18:23:18.288Z[ recovery-image] Aug 05 18:23:16.656 INFO O| Aug 05 18:23:16.656 INFO O| Download: 11500/15831 items 111.1/173.1MB 64% complete (1.6M/s)
32912024-08-05T18:23:21.875Z[ host-image] Aug 05 18:23:20.242 INFO O| Aug 05 18:23:20.242 INFO O| Download: 20026/22724 items 167.4/196.3MB 85% complete (1.3M/s)
32922024-08-05T18:23:23.605Z[ recovery-image] Aug 05 18:23:21.972 INFO O| Aug 05 18:23:21.971 INFO O| Download: 11915/15831 items 128.1/173.1MB 73% complete (3.4M/s)
32932024-08-05T18:23:26.975Z[ host-image] Aug 05 18:23:25.342 INFO O| Aug 05 18:23:25.342 INFO O| Download: 20933/22724 items 175.8/196.3MB 89% complete (1.4M/s)
32942024-08-05T18:23:28.610Z[ recovery-image] Aug 05 18:23:26.976 INFO O| Aug 05 18:23:26.976 INFO O| Download: 12082/15831 items 137.2/173.1MB 79% complete (2.8M/s)
32952024-08-05T18:23:32.097Z[ host-image] Aug 05 18:23:30.464 INFO O| Aug 05 18:23:30.463 INFO O| Download: 21731/22724 items 184.2/196.3MB 93% complete (1.6M/s)
32962024-08-05T18:23:33.634Z[ recovery-image] Aug 05 18:23:32.000 INFO O| Aug 05 18:23:32.000 INFO O| Download: 13008/15831 items 140.6/173.1MB 81% complete (1.3M/s)
32972024-08-05T18:23:37.278Z[ host-image] Aug 05 18:23:35.643 INFO O| Aug 05 18:23:35.643 INFO O| Download: 22014/22724 items 189.7/196.3MB 96% complete (1.4M/s)
32982024-08-05T18:23:38.657Z[ recovery-image] Aug 05 18:23:37.023 INFO O| Aug 05 18:23:37.023 INFO O| Download: 14324/15831 items 146.5/173.1MB 84% complete (942k/s)
32992024-08-05T18:23:42.866Z[ host-image] Aug 05 18:23:41.231 INFO O| Aug 05 18:23:41.231 INFO O| Download: 22720/22724 items 196.3/196.3MB 99% complete (1.2M/s)
33002024-08-05T18:23:42.990Z[ host-image] Aug 05 18:23:41.355 INFO O| Aug 05 18:23:41.355 INFO O| Download: Completed 196.33 MB in 143.39 seconds (1.4M/s)
33012024-08-05T18:23:43.998Z[ recovery-image] Aug 05 18:23:42.363 INFO O| Aug 05 18:23:42.363 INFO O| Download: 14820/15831 items 154.0/173.1MB 88% complete (1.3M/s)
33022024-08-05T18:23:44.785Z[ host-image] Aug 05 18:23:43.150 INFO O| Aug 05 18:23:43.149 INFO O| Actions: 1/49256 actions (Installing new actions)
33032024-08-05T18:23:49.092Z[ recovery-image] Aug 05 18:23:47.456 INFO O| Aug 05 18:23:47.456 INFO O| Download: 15546/15831 items 166.1/173.1MB 95% complete (1.9M/s)
33042024-08-05T18:23:49.786Z[ host-image] Aug 05 18:23:48.150 INFO O| Aug 05 18:23:48.150 INFO O| Actions: 9934/49256 actions (Installing new actions)
33052024-08-05T18:23:52.296Z[ recovery-image] Aug 05 18:23:50.660 INFO O| Aug 05 18:23:50.660 INFO O| Download: Completed 173.13 MB in 120.74 seconds (1.4M/s)
33062024-08-05T18:23:53.827Z[ recovery-image] Aug 05 18:23:52.191 INFO O| Aug 05 18:23:52.191 INFO O| Actions: 1/24963 actions (Installing new actions)
33072024-08-05T18:23:54.797Z[ host-image] Aug 05 18:23:53.161 INFO O| Aug 05 18:23:53.161 INFO O| Actions: 16262/49256 actions (Installing new actions)
33082024-08-05T18:23:58.828Z[ recovery-image] Aug 05 18:23:57.192 INFO O| Aug 05 18:23:57.192 INFO O| Actions: 7939/24963 actions (Installing new actions)
33092024-08-05T18:23:59.798Z[ host-image] Aug 05 18:23:58.161 INFO O| Aug 05 18:23:58.161 INFO O| Actions: 21327/49256 actions (Installing new actions)
33102024-08-05T18:24:03.830Z[ recovery-image] Aug 05 18:24:02.193 INFO O| Aug 05 18:24:02.193 INFO O| Actions: 13623/24963 actions (Installing new actions)
33112024-08-05T18:24:04.834Z[ host-image] Aug 05 18:24:03.196 INFO O| Aug 05 18:24:03.196 INFO O| Actions: 26795/49256 actions (Installing new actions)
33122024-08-05T18:24:08.831Z[ recovery-image] Aug 05 18:24:07.193 INFO O| Aug 05 18:24:07.193 INFO O| Actions: 20371/24963 actions (Installing new actions)
33132024-08-05T18:24:09.835Z[ host-image] Aug 05 18:24:08.197 INFO O| Aug 05 18:24:08.197 INFO O| Actions: 48750/49256 actions (Installing new actions)
33142024-08-05T18:24:10.941Z[ host-image] Aug 05 18:24:09.303 INFO O| Aug 05 18:24:09.303 INFO O| Actions: Completed 49256 actions in 26.15 seconds.
33152024-08-05T18:24:11.231Z[ host-image] Aug 05 18:24:09.593 INFO O| Aug 05 18:24:09.593 INFO O| Done
33162024-08-05T18:24:11.231Z[ host-image] Aug 05 18:24:09.593 INFO O| Aug 05 18:24:09.593 INFO O| Done
33172024-08-05T18:24:11.260Z[ recovery-image] Aug 05 18:24:09.621 INFO O| Aug 05 18:24:09.619 INFO O| Actions: Completed 24963 actions in 17.42 seconds.
33182024-08-05T18:24:11.668Z[ recovery-image] Aug 05 18:24:10.030 INFO O| Aug 05 18:24:10.030 INFO O| Done
33192024-08-05T18:24:11.668Z[ recovery-image] Aug 05 18:24:10.030 INFO O| Aug 05 18:24:10.030 INFO O| Done
33202024-08-05T18:24:12.114Z[ host-image] Aug 05 18:24:10.476 INFO O| Aug 05 18:24:10.476 INFO O| Done
33212024-08-05T18:24:12.582Z[ recovery-image] Aug 05 18:24:10.944 INFO O| Aug 05 18:24:10.944 INFO O| Done
33222024-08-05T18:24:14.281Z[ recovery-image] Aug 05 18:24:12.643 INFO O| Aug 05 18:24:12.642 INFO O| Done
33232024-08-05T18:24:14.320Z[ recovery-image] Aug 05 18:24:12.682 INFO O| Aug 05 18:24:12.682 INFO O| Done
33242024-08-05T18:24:14.461Z[ host-image] Aug 05 18:24:12.823 INFO O| Aug 05 18:24:12.823 INFO O| Done
33252024-08-05T18:24:14.536Z[ host-image] Aug 05 18:24:12.898 INFO O| Aug 05 18:24:12.898 INFO O| Done
33262024-08-05T18:24:24.619Z[ recovery-image] Aug 05 18:24:22.980 INFO O| Aug 05 18:24:22.980 INFO O| Done
33272024-08-05T18:24:25.633Z[ recovery-image] Aug 05 18:24:23.994 INFO O| Aug 05 18:24:23.994 INFO O| Done
33282024-08-05T18:24:25.957Z[ recovery-image] Aug 05 18:24:24.317 INFO O| Aug 05 18:24:24.317 INFO STEP 11 (pkg_install) COMPLETE
33292024-08-05T18:24:25.960Z[ recovery-image] Aug 05 18:24:24.317 INFO O| Aug 05 18:24:24.317 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33302024-08-05T18:24:25.960Z[ recovery-image] Aug 05 18:24:24.317 INFO O| Aug 05 18:24:24.317 INFO skip step because feature "recovery" is enabled
33312024-08-05T18:24:25.960Z[ recovery-image] Aug 05 18:24:24.317 INFO O| Aug 05 18:24:24.317 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33322024-08-05T18:24:25.960Z[ recovery-image] Aug 05 18:24:24.317 INFO O| Aug 05 18:24:24.317 INFO skip step because feature "omicron1" is not enabled
33332024-08-05T18:24:25.960Z[ recovery-image] Aug 05 18:24:24.317 INFO O| Aug 05 18:24:24.317 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33342024-08-05T18:24:25.976Z[ recovery-image] Aug 05 18:24:24.337 INFO O| Aug 05 18:24:24.337 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
33352024-08-05T18:24:27.220Z[ recovery-image] Aug 05 18:24:25.580 INFO O| Aug 05 18:24:25.580 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33362024-08-05T18:24:29.802Z[ recovery-image] Aug 05 18:24:28.162 INFO O| Aug 05 18:24:28.162 INFO O| Planning: Solver setup ... Done
33372024-08-05T18:24:29.809Z[ recovery-image] Aug 05 18:24:28.169 INFO O| Aug 05 18:24:28.169 INFO O| Planning: Running solver ... Done
33382024-08-05T18:24:29.870Z[ recovery-image] Aug 05 18:24:28.230 INFO O| Aug 05 18:24:28.230 INFO O| Planning: Finding local manifests ... Done
33392024-08-05T18:24:29.873Z[ recovery-image] Aug 05 18:24:28.232 INFO O| Aug 05 18:24:28.232 INFO O| Planning: Fetching manifests: 0/1 0% complete
33402024-08-05T18:24:30.012Z[ recovery-image] Aug 05 18:24:28.371 INFO O| Aug 05 18:24:28.371 INFO O| Planning: Fetching manifests: 1/1 100% complete
33412024-08-05T18:24:30.049Z[ recovery-image] Aug 05 18:24:28.409 INFO O| Aug 05 18:24:28.408 INFO O| Planning: Package planning ... Done
33422024-08-05T18:24:30.052Z[ recovery-image] Aug 05 18:24:28.410 INFO O| Aug 05 18:24:28.410 INFO O| Planning: Merging actions ... Done
33432024-08-05T18:24:30.124Z[ recovery-image] Aug 05 18:24:28.484 INFO O| Aug 05 18:24:28.484 INFO O| Planning: Checking for conflicting actions ... Done
33442024-08-05T18:24:30.127Z[ recovery-image] Aug 05 18:24:28.485 INFO O| Aug 05 18:24:28.484 INFO O| Planning: Consolidating action changes ... Done
33452024-08-05T18:24:30.466Z[ recovery-image] Aug 05 18:24:28.826 INFO O| Aug 05 18:24:28.825 INFO O| Planning: Evaluating mediators ... Done
33462024-08-05T18:24:30.469Z[ recovery-image] Aug 05 18:24:28.826 INFO O| Aug 05 18:24:28.826 INFO O| Planning: Planning completed in 3.25 seconds
33472024-08-05T18:24:30.472Z[ recovery-image] Aug 05 18:24:28.829 INFO O| Aug 05 18:24:28.829 INFO O| Packages to install: 1
33482024-08-05T18:24:30.491Z[ recovery-image] Aug 05 18:24:28.851 INFO O| Aug 05 18:24:28.851 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
33492024-08-05T18:24:31.246Z[ host-image] Aug 05 18:24:29.605 INFO O| Aug 05 18:24:29.605 INFO O| Done
33502024-08-05T18:24:31.800Z[ recovery-image] Aug 05 18:24:30.160 INFO O| Aug 05 18:24:30.159 INFO O| Download: Completed 20.86 MB in 1.31 seconds (15.9M/s)
33512024-08-05T18:24:31.891Z[ recovery-image] Aug 05 18:24:30.251 INFO O| Aug 05 18:24:30.251 INFO O| Actions: 1/22 actions (Installing new actions)
33522024-08-05T18:24:32.247Z[ host-image] Aug 05 18:24:30.607 INFO O| Aug 05 18:24:30.607 INFO O| Done
33532024-08-05T18:24:32.625Z[ host-image] Aug 05 18:24:30.985 INFO O| Aug 05 18:24:30.985 INFO STEP 11 (pkg_install) COMPLETE
33542024-08-05T18:24:32.625Z[ host-image] Aug 05 18:24:30.985 INFO O| Aug 05 18:24:30.985 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33552024-08-05T18:24:32.644Z[ host-image] Aug 05 18:24:31.004 INFO O| Aug 05 18:24:31.004 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
33562024-08-05T18:24:32.927Z[ recovery-image] Aug 05 18:24:31.286 INFO O| Aug 05 18:24:31.286 INFO O| Actions: Completed 22 actions in 1.04 seconds.
33572024-08-05T18:24:33.426Z[ recovery-image] Aug 05 18:24:31.785 INFO O| Aug 05 18:24:31.785 INFO O| Done
33582024-08-05T18:24:33.426Z[ recovery-image] Aug 05 18:24:31.785 INFO O| Aug 05 18:24:31.785 INFO O| Done
33592024-08-05T18:24:33.688Z[ host-image] Aug 05 18:24:32.048 INFO O| Aug 05 18:24:32.048 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
33602024-08-05T18:24:34.181Z[ recovery-image] Aug 05 18:24:32.540 INFO O| Aug 05 18:24:32.540 INFO O| Done
33612024-08-05T18:24:35.847Z[ recovery-image] Aug 05 18:24:34.206 INFO O| Aug 05 18:24:34.206 INFO O| Done
33622024-08-05T18:24:35.879Z[ recovery-image] Aug 05 18:24:34.231 INFO O| Aug 05 18:24:34.231 INFO O| Done
33632024-08-05T18:24:35.879Z[ recovery-image] Aug 05 18:24:34.231 INFO O| Aug 05 18:24:34.231 INFO O| Done
33642024-08-05T18:24:35.894Z[ recovery-image] Aug 05 18:24:34.254 INFO O| Aug 05 18:24:34.253 INFO O| Done
33652024-08-05T18:24:36.081Z[ recovery-image] Aug 05 18:24:34.440 INFO O| Aug 05 18:24:34.440 INFO STEP 14 (pkg_install) COMPLETE
33662024-08-05T18:24:36.082Z[ recovery-image] Aug 05 18:24:34.440 INFO O| Aug 05 18:24:34.440 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33672024-08-05T18:24:36.082Z[ recovery-image] Aug 05 18:24:34.441 INFO O| Aug 05 18:24:34.440 INFO skip step because feature "mfg" is not enabled
33682024-08-05T18:24:36.089Z[ recovery-image] Aug 05 18:24:34.441 INFO O| Aug 05 18:24:34.440 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33692024-08-05T18:24:36.089Z[ recovery-image] Aug 05 18:24:34.441 INFO O| Aug 05 18:24:34.440 INFO skip step because feature "compliance" is not enabled
33702024-08-05T18:24:36.089Z[ recovery-image] Aug 05 18:24:34.441 INFO O| Aug 05 18:24:34.440 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33712024-08-05T18:24:36.089Z[ recovery-image] Aug 05 18:24:34.441 INFO O| Aug 05 18:24:34.440 INFO skip step because feature "stress" is not enabled
33722024-08-05T18:24:36.089Z[ recovery-image] Aug 05 18:24:34.441 INFO O| Aug 05 18:24:34.440 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
33732024-08-05T18:24:36.089Z[ recovery-image] Aug 05 18:24:34.441 INFO O| Aug 05 18:24:34.440 INFO skip step because feature "nfs" is not enabled
33742024-08-05T18:24:36.089Z[ recovery-image] Aug 05 18:24:34.441 INFO O| Aug 05 18:24:34.441 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
33752024-08-05T18:24:36.089Z[ recovery-image] Aug 05 18:24:34.441 INFO O| Aug 05 18:24:34.441 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
33762024-08-05T18:24:36.144Z[ recovery-image] Aug 05 18:24:34.503 INFO O| Aug 05 18:24:34.503 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
33772024-08-05T18:24:36.246Z[ recovery-image] Aug 05 18:24:34.604 INFO O| Aug 05 18:24:34.604 INFO completed processing gimlet/ramdisk-01-os
33782024-08-05T18:24:36.249Z[ recovery-image] Aug 05 18:24:34.607 INFO image builder template: ramdisk-02-trim...
33792024-08-05T18:24:36.249Z[ recovery-image] Aug 05 18:24:34.607 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/.tmpNjVOGb/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
33802024-08-05T18:24:36.297Z[ recovery-image] Aug 05 18:24:34.656 INFO O| Aug 05 18:24:34.656 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
33812024-08-05T18:24:36.323Z[ recovery-image] Aug 05 18:24:34.682 INFO O| Aug 05 18:24:34.682 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
33822024-08-05T18:24:36.431Z[ recovery-image] Aug 05 18:24:34.790 INFO O| Aug 05 18:24:34.790 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
33832024-08-05T18:24:36.505Z[ recovery-image] Aug 05 18:24:34.865 INFO O| Aug 05 18:24:34.864 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
33842024-08-05T18:24:36.508Z[ recovery-image] Aug 05 18:24:34.865 INFO O| Aug 05 18:24:34.865 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
33852024-08-05T18:24:36.516Z[ recovery-image] Aug 05 18:24:34.875 INFO O| Aug 05 18:24:34.875 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
33862024-08-05T18:24:36.523Z[ recovery-image] Aug 05 18:24:34.883 INFO O| Aug 05 18:24:34.883 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
33872024-08-05T18:24:36.532Z[ recovery-image] Aug 05 18:24:34.892 INFO O| Aug 05 18:24:34.891 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
33882024-08-05T18:24:36.911Z[ host-image] Aug 05 18:24:35.270 INFO O| Aug 05 18:24:35.270 INFO O| Planning: Solver setup ... Done
33892024-08-05T18:24:36.918Z[ host-image] Aug 05 18:24:35.277 INFO O| Aug 05 18:24:35.277 INFO O| Planning: Running solver ... Done
33902024-08-05T18:24:36.922Z[ recovery-image] Aug 05 18:24:35.282 INFO O| Aug 05 18:24:35.282 INFO rolled back to input snapshot; work may begin
33912024-08-05T18:24:36.922Z[ recovery-image] Aug 05 18:24:35.282 INFO O| Aug 05 18:24:35.282 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
33922024-08-05T18:24:36.964Z[ recovery-image] Aug 05 18:24:35.323 INFO O| Aug 05 18:24:35.323 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
33932024-08-05T18:24:36.984Z[ recovery-image] Aug 05 18:24:35.342 INFO O| Aug 05 18:24:35.342 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
33942024-08-05T18:24:36.987Z[ host-image] Aug 05 18:24:35.345 INFO O| Aug 05 18:24:35.345 INFO O| Planning: Finding local manifests ... Done
33952024-08-05T18:24:36.990Z[ host-image] Aug 05 18:24:35.347 INFO O| Aug 05 18:24:35.347 INFO O| Planning: Fetching manifests: 0/4 0% complete
33962024-08-05T18:24:37.079Z[ recovery-image] Aug 05 18:24:35.438 INFO O| Aug 05 18:24:35.438 INFO STEP 0 (remove_files) COMPLETE
33972024-08-05T18:24:37.080Z[ recovery-image] Aug 05 18:24:35.438 INFO O| Aug 05 18:24:35.438 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
33982024-08-05T18:24:37.112Z[ recovery-image] Aug 05 18:24:35.471 INFO O| Aug 05 18:24:35.471 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
33992024-08-05T18:24:37.115Z[ recovery-image] Aug 05 18:24:35.474 INFO O| Aug 05 18:24:35.474 INFO STEP 1 (remove_files) COMPLETE
34002024-08-05T18:24:37.115Z[ recovery-image] Aug 05 18:24:35.474 INFO O| Aug 05 18:24:35.474 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34012024-08-05T18:24:37.134Z[ recovery-image] Aug 05 18:24:35.493 INFO O| Aug 05 18:24:35.493 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
34022024-08-05T18:24:37.179Z[ recovery-image] Aug 05 18:24:35.538 INFO O| Aug 05 18:24:35.538 INFO STEP 2 (remove_files) COMPLETE
34032024-08-05T18:24:37.179Z[ recovery-image] Aug 05 18:24:35.538 INFO O| Aug 05 18:24:35.538 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34042024-08-05T18:24:37.199Z[ recovery-image] Aug 05 18:24:35.558 INFO O| Aug 05 18:24:35.558 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
34052024-08-05T18:24:37.202Z[ recovery-image] Aug 05 18:24:35.561 INFO O| Aug 05 18:24:35.561 INFO STEP 3 (remove_files) COMPLETE
34062024-08-05T18:24:37.202Z[ recovery-image] Aug 05 18:24:35.561 INFO O| Aug 05 18:24:35.561 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34072024-08-05T18:24:37.207Z[ host-image] Aug 05 18:24:35.567 INFO O| Aug 05 18:24:35.567 INFO O| Planning: Fetching manifests: 4/4 100% complete
34082024-08-05T18:24:37.221Z[ recovery-image] Aug 05 18:24:35.580 INFO O| Aug 05 18:24:35.580 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
34092024-08-05T18:24:37.228Z[ recovery-image] Aug 05 18:24:35.586 INFO O| Aug 05 18:24:35.586 INFO STEP 4 (remove_files) COMPLETE
34102024-08-05T18:24:37.228Z[ recovery-image] Aug 05 18:24:35.587 INFO O| Aug 05 18:24:35.586 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34112024-08-05T18:24:37.254Z[ host-image] Aug 05 18:24:35.613 INFO O| Aug 05 18:24:35.613 INFO O| Planning: Package planning ... Done
34122024-08-05T18:24:37.261Z[ host-image] Aug 05 18:24:35.621 INFO O| Aug 05 18:24:35.620 INFO O| Planning: Merging actions ... Done
34132024-08-05T18:24:37.308Z[ recovery-image] Aug 05 18:24:35.667 INFO O| Aug 05 18:24:35.667 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
34142024-08-05T18:24:37.311Z[ recovery-image] Aug 05 18:24:35.668 INFO O| Aug 05 18:24:35.668 INFO STEP 5 (remove_files) COMPLETE
34152024-08-05T18:24:37.311Z[ recovery-image] Aug 05 18:24:35.668 INFO O| Aug 05 18:24:35.668 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34162024-08-05T18:24:37.327Z[ recovery-image] Aug 05 18:24:35.686 INFO O| Aug 05 18:24:35.686 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
34172024-08-05T18:24:37.346Z[ recovery-image] Aug 05 18:24:35.705 INFO O| Aug 05 18:24:35.705 INFO STEP 6 (remove_files) COMPLETE
34182024-08-05T18:24:37.346Z[ recovery-image] Aug 05 18:24:35.705 INFO O| Aug 05 18:24:35.705 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34192024-08-05T18:24:37.346Z[ recovery-image] Aug 05 18:24:35.705 INFO O| Aug 05 18:24:35.705 INFO skip step because feature "recovery" is enabled
34202024-08-05T18:24:37.349Z[ recovery-image] Aug 05 18:24:35.705 INFO O| Aug 05 18:24:35.705 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34212024-08-05T18:24:37.349Z[ recovery-image] Aug 05 18:24:35.705 INFO O| Aug 05 18:24:35.705 INFO skip step because feature "recovery" is enabled
34222024-08-05T18:24:37.349Z[ recovery-image] Aug 05 18:24:35.705 INFO O| Aug 05 18:24:35.705 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34232024-08-05T18:24:37.349Z[ recovery-image] Aug 05 18:24:35.706 INFO O| Aug 05 18:24:35.705 INFO skip step because feature "recovery" is enabled
34242024-08-05T18:24:37.349Z[ recovery-image] Aug 05 18:24:35.706 INFO O| Aug 05 18:24:35.705 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34252024-08-05T18:24:37.366Z[ recovery-image] Aug 05 18:24:35.725 INFO O| Aug 05 18:24:35.725 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
34262024-08-05T18:24:37.372Z[ recovery-image] Aug 05 18:24:35.731 INFO O| Aug 05 18:24:35.731 INFO STEP 10 (remove_files) COMPLETE
34272024-08-05T18:24:37.372Z[ recovery-image] Aug 05 18:24:35.731 INFO O| Aug 05 18:24:35.731 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34282024-08-05T18:24:37.400Z[ recovery-image] Aug 05 18:24:35.759 INFO O| Aug 05 18:24:35.759 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
34292024-08-05T18:24:37.403Z[ recovery-image] Aug 05 18:24:35.761 INFO O| Aug 05 18:24:35.760 INFO STEP 11 (remove_files) COMPLETE
34302024-08-05T18:24:37.403Z[ recovery-image] Aug 05 18:24:35.761 INFO O| Aug 05 18:24:35.761 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34312024-08-05T18:24:37.435Z[ recovery-image] Aug 05 18:24:35.794 INFO O| Aug 05 18:24:35.794 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
34322024-08-05T18:24:37.438Z[ recovery-image] Aug 05 18:24:35.797 INFO O| Aug 05 18:24:35.796 INFO STEP 12 (remove_files) COMPLETE
34332024-08-05T18:24:37.438Z[ recovery-image] Aug 05 18:24:35.797 INFO O| Aug 05 18:24:35.797 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34342024-08-05T18:24:37.442Z[ host-image] Aug 05 18:24:35.801 INFO O| Aug 05 18:24:35.801 INFO O| Planning: Checking for conflicting actions ... Done
34352024-08-05T18:24:37.445Z[ host-image] Aug 05 18:24:35.804 INFO O| Aug 05 18:24:35.803 INFO O| Planning: Consolidating action changes ... Done
34362024-08-05T18:24:37.507Z[ recovery-image] Aug 05 18:24:35.866 INFO O| Aug 05 18:24:35.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
34372024-08-05T18:24:37.785Z[ recovery-image] Aug 05 18:24:36.144 INFO O| Aug 05 18:24:36.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
34382024-08-05T18:24:37.792Z[ recovery-image] Aug 05 18:24:36.152 INFO O| Aug 05 18:24:36.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
34392024-08-05T18:24:37.795Z[ recovery-image] Aug 05 18:24:36.152 INFO O| Aug 05 18:24:36.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
34402024-08-05T18:24:37.805Z[ recovery-image] Aug 05 18:24:36.164 INFO O| Aug 05 18:24:36.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
34412024-08-05T18:24:37.938Z[ recovery-image] Aug 05 18:24:36.297 INFO O| Aug 05 18:24:36.297 INFO STEP 13 (remove_files) COMPLETE
34422024-08-05T18:24:37.938Z[ recovery-image] Aug 05 18:24:36.297 INFO O| Aug 05 18:24:36.297 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34432024-08-05T18:24:37.959Z[ recovery-image] Aug 05 18:24:36.318 INFO O| Aug 05 18:24:36.318 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
34442024-08-05T18:24:37.962Z[ recovery-image] Aug 05 18:24:36.320 INFO O| Aug 05 18:24:36.320 INFO STEP 14 (remove_files) COMPLETE
34452024-08-05T18:24:37.962Z[ recovery-image] Aug 05 18:24:36.320 INFO O| Aug 05 18:24:36.320 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34462024-08-05T18:24:38.005Z[ recovery-image] Aug 05 18:24:36.364 INFO O| Aug 05 18:24:36.364 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
34472024-08-05T18:24:38.010Z[ host-image] Aug 05 18:24:36.369 INFO O| Aug 05 18:24:36.369 INFO O| Planning: Evaluating mediators ... Done
34482024-08-05T18:24:38.013Z[ host-image] Aug 05 18:24:36.371 INFO O| Aug 05 18:24:36.371 INFO O| Planning: Planning completed in 4.32 seconds
34492024-08-05T18:24:38.016Z[ recovery-image] Aug 05 18:24:36.373 INFO O| Aug 05 18:24:36.373 INFO STEP 15 (remove_files) COMPLETE
34502024-08-05T18:24:38.016Z[ recovery-image] Aug 05 18:24:36.373 INFO O| Aug 05 18:24:36.373 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34512024-08-05T18:24:38.016Z[ host-image] Aug 05 18:24:36.373 INFO O| Aug 05 18:24:36.373 INFO O| Packages to install: 4
34522024-08-05T18:24:38.016Z[ host-image] Aug 05 18:24:36.374 INFO O| Aug 05 18:24:36.373 INFO O| Services to change: 2
34532024-08-05T18:24:38.046Z[ host-image] Aug 05 18:24:36.405 INFO O| Aug 05 18:24:36.404 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
34542024-08-05T18:24:38.078Z[ recovery-image] Aug 05 18:24:36.437 INFO O| Aug 05 18:24:36.437 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
34552024-08-05T18:24:38.081Z[ recovery-image] Aug 05 18:24:36.438 INFO O| Aug 05 18:24:36.438 INFO STEP 16 (remove_files) COMPLETE
34562024-08-05T18:24:38.081Z[ recovery-image] Aug 05 18:24:36.438 INFO O| Aug 05 18:24:36.438 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34572024-08-05T18:24:38.097Z[ recovery-image] Aug 05 18:24:36.456 INFO O| Aug 05 18:24:36.456 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
34582024-08-05T18:24:38.100Z[ recovery-image] Aug 05 18:24:36.458 INFO O| Aug 05 18:24:36.458 INFO STEP 17 (remove_files) COMPLETE
34592024-08-05T18:24:38.100Z[ recovery-image] Aug 05 18:24:36.458 INFO O| Aug 05 18:24:36.458 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34602024-08-05T18:24:38.117Z[ recovery-image] Aug 05 18:24:36.476 INFO O| Aug 05 18:24:36.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
34612024-08-05T18:24:38.117Z[ recovery-image] Aug 05 18:24:36.476 INFO O| Aug 05 18:24:36.476 INFO STEP 18 (remove_files) COMPLETE
34622024-08-05T18:24:38.120Z[ recovery-image] Aug 05 18:24:36.476 INFO O| Aug 05 18:24:36.476 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34632024-08-05T18:24:38.137Z[ recovery-image] Aug 05 18:24:36.496 INFO O| Aug 05 18:24:36.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
34642024-08-05T18:24:38.137Z[ recovery-image] Aug 05 18:24:36.496 INFO O| Aug 05 18:24:36.496 INFO STEP 19 (remove_files) COMPLETE
34652024-08-05T18:24:38.140Z[ recovery-image] Aug 05 18:24:36.496 INFO O| Aug 05 18:24:36.496 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34662024-08-05T18:24:38.188Z[ recovery-image] Aug 05 18:24:36.547 INFO O| Aug 05 18:24:36.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
34672024-08-05T18:24:38.191Z[ recovery-image] Aug 05 18:24:36.547 INFO O| Aug 05 18:24:36.547 INFO STEP 20 (remove_files) COMPLETE
34682024-08-05T18:24:38.191Z[ recovery-image] Aug 05 18:24:36.547 INFO O| Aug 05 18:24:36.547 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34692024-08-05T18:24:38.209Z[ recovery-image] Aug 05 18:24:36.568 INFO O| Aug 05 18:24:36.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
34702024-08-05T18:24:38.212Z[ recovery-image] Aug 05 18:24:36.568 INFO O| Aug 05 18:24:36.568 INFO STEP 21 (remove_files) COMPLETE
34712024-08-05T18:24:38.212Z[ recovery-image] Aug 05 18:24:36.568 INFO O| Aug 05 18:24:36.568 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34722024-08-05T18:24:38.251Z[ recovery-image] Aug 05 18:24:36.610 INFO O| Aug 05 18:24:36.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
34732024-08-05T18:24:38.251Z[ recovery-image] Aug 05 18:24:36.610 INFO O| Aug 05 18:24:36.610 INFO STEP 22 (remove_files) COMPLETE
34742024-08-05T18:24:38.251Z[ recovery-image] Aug 05 18:24:36.610 INFO O| Aug 05 18:24:36.610 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34752024-08-05T18:24:38.270Z[ recovery-image] Aug 05 18:24:36.628 INFO O| Aug 05 18:24:36.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
34762024-08-05T18:24:38.270Z[ recovery-image] Aug 05 18:24:36.628 INFO O| Aug 05 18:24:36.628 INFO STEP 23 (remove_files) COMPLETE
34772024-08-05T18:24:38.270Z[ recovery-image] Aug 05 18:24:36.628 INFO O| Aug 05 18:24:36.628 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34782024-08-05T18:24:38.298Z[ recovery-image] Aug 05 18:24:36.657 INFO O| Aug 05 18:24:36.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
34792024-08-05T18:24:38.298Z[ recovery-image] Aug 05 18:24:36.657 INFO O| Aug 05 18:24:36.657 INFO STEP 24 (remove_files) COMPLETE
34802024-08-05T18:24:38.298Z[ recovery-image] Aug 05 18:24:36.657 INFO O| Aug 05 18:24:36.657 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34812024-08-05T18:24:38.321Z[ recovery-image] Aug 05 18:24:36.679 INFO O| Aug 05 18:24:36.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
34822024-08-05T18:24:38.321Z[ recovery-image] Aug 05 18:24:36.679 INFO O| Aug 05 18:24:36.679 INFO STEP 25 (remove_files) COMPLETE
34832024-08-05T18:24:38.321Z[ recovery-image] Aug 05 18:24:36.679 INFO O| Aug 05 18:24:36.679 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34842024-08-05T18:24:38.342Z[ recovery-image] Aug 05 18:24:36.701 INFO O| Aug 05 18:24:36.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
34852024-08-05T18:24:38.342Z[ recovery-image] Aug 05 18:24:36.701 INFO O| Aug 05 18:24:36.701 INFO STEP 26 (remove_files) COMPLETE
34862024-08-05T18:24:38.342Z[ recovery-image] Aug 05 18:24:36.701 INFO O| Aug 05 18:24:36.701 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34872024-08-05T18:24:38.362Z[ recovery-image] Aug 05 18:24:36.720 INFO O| Aug 05 18:24:36.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
34882024-08-05T18:24:38.362Z[ recovery-image] Aug 05 18:24:36.721 INFO O| Aug 05 18:24:36.720 INFO STEP 27 (remove_files) COMPLETE
34892024-08-05T18:24:38.362Z[ recovery-image] Aug 05 18:24:36.721 INFO O| Aug 05 18:24:36.721 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34902024-08-05T18:24:38.381Z[ recovery-image] Aug 05 18:24:36.739 INFO O| Aug 05 18:24:36.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
34912024-08-05T18:24:38.381Z[ recovery-image] Aug 05 18:24:36.739 INFO O| Aug 05 18:24:36.739 INFO STEP 28 (remove_files) COMPLETE
34922024-08-05T18:24:38.381Z[ recovery-image] Aug 05 18:24:36.739 INFO O| Aug 05 18:24:36.739 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34932024-08-05T18:24:38.398Z[ recovery-image] Aug 05 18:24:36.756 INFO O| Aug 05 18:24:36.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
34942024-08-05T18:24:38.398Z[ recovery-image] Aug 05 18:24:36.757 INFO O| Aug 05 18:24:36.757 INFO STEP 29 (remove_files) COMPLETE
34952024-08-05T18:24:38.398Z[ recovery-image] Aug 05 18:24:36.757 INFO O| Aug 05 18:24:36.757 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34962024-08-05T18:24:38.428Z[ recovery-image] Aug 05 18:24:36.787 INFO O| Aug 05 18:24:36.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
34972024-08-05T18:24:38.428Z[ recovery-image] Aug 05 18:24:36.787 INFO O| Aug 05 18:24:36.787 INFO STEP 30 (remove_files) COMPLETE
34982024-08-05T18:24:38.431Z[ recovery-image] Aug 05 18:24:36.788 INFO O| Aug 05 18:24:36.787 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
34992024-08-05T18:24:38.451Z[ recovery-image] Aug 05 18:24:36.810 INFO O| Aug 05 18:24:36.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
35002024-08-05T18:24:38.451Z[ recovery-image] Aug 05 18:24:36.811 INFO O| Aug 05 18:24:36.810 INFO STEP 31 (remove_files) COMPLETE
35012024-08-05T18:24:38.454Z[ recovery-image] Aug 05 18:24:36.811 INFO O| Aug 05 18:24:36.811 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35022024-08-05T18:24:38.470Z[ recovery-image] Aug 05 18:24:36.829 INFO O| Aug 05 18:24:36.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
35032024-08-05T18:24:38.470Z[ recovery-image] Aug 05 18:24:36.830 INFO O| Aug 05 18:24:36.829 INFO STEP 32 (remove_files) COMPLETE
35042024-08-05T18:24:38.473Z[ recovery-image] Aug 05 18:24:36.830 INFO O| Aug 05 18:24:36.830 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35052024-08-05T18:24:38.491Z[ recovery-image] Aug 05 18:24:36.850 INFO O| Aug 05 18:24:36.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
35062024-08-05T18:24:38.491Z[ recovery-image] Aug 05 18:24:36.850 INFO O| Aug 05 18:24:36.850 INFO STEP 33 (remove_files) COMPLETE
35072024-08-05T18:24:38.494Z[ recovery-image] Aug 05 18:24:36.850 INFO O| Aug 05 18:24:36.850 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35082024-08-05T18:24:38.511Z[ recovery-image] Aug 05 18:24:36.870 INFO O| Aug 05 18:24:36.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
35092024-08-05T18:24:38.511Z[ recovery-image] Aug 05 18:24:36.870 INFO O| Aug 05 18:24:36.870 INFO STEP 34 (remove_files) COMPLETE
35102024-08-05T18:24:38.514Z[ recovery-image] Aug 05 18:24:36.870 INFO O| Aug 05 18:24:36.870 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35112024-08-05T18:24:38.530Z[ recovery-image] Aug 05 18:24:36.889 INFO O| Aug 05 18:24:36.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
35122024-08-05T18:24:38.530Z[ recovery-image] Aug 05 18:24:36.889 INFO O| Aug 05 18:24:36.889 INFO STEP 35 (remove_files) COMPLETE
35132024-08-05T18:24:38.530Z[ recovery-image] Aug 05 18:24:36.889 INFO O| Aug 05 18:24:36.889 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35142024-08-05T18:24:38.547Z[ recovery-image] Aug 05 18:24:36.906 INFO O| Aug 05 18:24:36.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
35152024-08-05T18:24:38.547Z[ recovery-image] Aug 05 18:24:36.906 INFO O| Aug 05 18:24:36.906 INFO STEP 36 (remove_files) COMPLETE
35162024-08-05T18:24:38.550Z[ recovery-image] Aug 05 18:24:36.906 INFO O| Aug 05 18:24:36.906 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35172024-08-05T18:24:38.564Z[ recovery-image] Aug 05 18:24:36.923 INFO O| Aug 05 18:24:36.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
35182024-08-05T18:24:38.564Z[ recovery-image] Aug 05 18:24:36.923 INFO O| Aug 05 18:24:36.923 INFO STEP 37 (remove_files) COMPLETE
35192024-08-05T18:24:38.564Z[ recovery-image] Aug 05 18:24:36.923 INFO O| Aug 05 18:24:36.923 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35202024-08-05T18:24:38.600Z[ recovery-image] Aug 05 18:24:36.958 INFO O| Aug 05 18:24:36.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
35212024-08-05T18:24:38.600Z[ recovery-image] Aug 05 18:24:36.958 INFO O| Aug 05 18:24:36.958 INFO STEP 38 (remove_files) COMPLETE
35222024-08-05T18:24:38.600Z[ recovery-image] Aug 05 18:24:36.958 INFO O| Aug 05 18:24:36.958 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35232024-08-05T18:24:38.635Z[ recovery-image] Aug 05 18:24:36.993 INFO O| Aug 05 18:24:36.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
35242024-08-05T18:24:38.635Z[ recovery-image] Aug 05 18:24:36.993 INFO O| Aug 05 18:24:36.993 INFO STEP 39 (remove_files) COMPLETE
35252024-08-05T18:24:38.635Z[ recovery-image] Aug 05 18:24:36.993 INFO O| Aug 05 18:24:36.993 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35262024-08-05T18:24:38.653Z[ recovery-image] Aug 05 18:24:37.012 INFO O| Aug 05 18:24:37.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
35272024-08-05T18:24:38.653Z[ recovery-image] Aug 05 18:24:37.012 INFO O| Aug 05 18:24:37.012 INFO STEP 40 (remove_files) COMPLETE
35282024-08-05T18:24:38.653Z[ recovery-image] Aug 05 18:24:37.012 INFO O| Aug 05 18:24:37.012 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35292024-08-05T18:24:38.671Z[ recovery-image] Aug 05 18:24:37.029 INFO O| Aug 05 18:24:37.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
35302024-08-05T18:24:38.671Z[ recovery-image] Aug 05 18:24:37.029 INFO O| Aug 05 18:24:37.029 INFO STEP 41 (remove_files) COMPLETE
35312024-08-05T18:24:38.671Z[ recovery-image] Aug 05 18:24:37.029 INFO O| Aug 05 18:24:37.029 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35322024-08-05T18:24:38.688Z[ recovery-image] Aug 05 18:24:37.047 INFO O| Aug 05 18:24:37.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
35332024-08-05T18:24:38.688Z[ recovery-image] Aug 05 18:24:37.047 INFO O| Aug 05 18:24:37.047 INFO STEP 42 (remove_files) COMPLETE
35342024-08-05T18:24:38.688Z[ recovery-image] Aug 05 18:24:37.047 INFO O| Aug 05 18:24:37.047 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35352024-08-05T18:24:38.706Z[ recovery-image] Aug 05 18:24:37.064 INFO O| Aug 05 18:24:37.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
35362024-08-05T18:24:38.706Z[ recovery-image] Aug 05 18:24:37.064 INFO O| Aug 05 18:24:37.064 INFO STEP 43 (remove_files) COMPLETE
35372024-08-05T18:24:38.706Z[ recovery-image] Aug 05 18:24:37.064 INFO O| Aug 05 18:24:37.064 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35382024-08-05T18:24:38.727Z[ recovery-image] Aug 05 18:24:37.086 INFO O| Aug 05 18:24:37.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
35392024-08-05T18:24:38.727Z[ recovery-image] Aug 05 18:24:37.086 INFO O| Aug 05 18:24:37.086 INFO STEP 44 (remove_files) COMPLETE
35402024-08-05T18:24:38.730Z[ recovery-image] Aug 05 18:24:37.086 INFO O| Aug 05 18:24:37.086 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35412024-08-05T18:24:38.746Z[ recovery-image] Aug 05 18:24:37.105 INFO O| Aug 05 18:24:37.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
35422024-08-05T18:24:38.746Z[ recovery-image] Aug 05 18:24:37.105 INFO O| Aug 05 18:24:37.105 INFO STEP 45 (remove_files) COMPLETE
35432024-08-05T18:24:38.746Z[ recovery-image] Aug 05 18:24:37.105 INFO O| Aug 05 18:24:37.105 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35442024-08-05T18:24:38.764Z[ recovery-image] Aug 05 18:24:37.122 INFO O| Aug 05 18:24:37.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
35452024-08-05T18:24:38.764Z[ recovery-image] Aug 05 18:24:37.122 INFO O| Aug 05 18:24:37.122 INFO STEP 46 (remove_files) COMPLETE
35462024-08-05T18:24:38.764Z[ recovery-image] Aug 05 18:24:37.122 INFO O| Aug 05 18:24:37.122 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35472024-08-05T18:24:38.782Z[ recovery-image] Aug 05 18:24:37.141 INFO O| Aug 05 18:24:37.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
35482024-08-05T18:24:38.782Z[ recovery-image] Aug 05 18:24:37.141 INFO O| Aug 05 18:24:37.141 INFO STEP 47 (remove_files) COMPLETE
35492024-08-05T18:24:38.782Z[ recovery-image] Aug 05 18:24:37.141 INFO O| Aug 05 18:24:37.141 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35502024-08-05T18:24:38.800Z[ recovery-image] Aug 05 18:24:37.160 INFO O| Aug 05 18:24:37.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
35512024-08-05T18:24:38.801Z[ recovery-image] Aug 05 18:24:37.160 INFO O| Aug 05 18:24:37.160 INFO STEP 48 (remove_files) COMPLETE
35522024-08-05T18:24:38.803Z[ recovery-image] Aug 05 18:24:37.160 INFO O| Aug 05 18:24:37.160 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35532024-08-05T18:24:38.818Z[ recovery-image] Aug 05 18:24:37.177 INFO O| Aug 05 18:24:37.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
35542024-08-05T18:24:38.821Z[ recovery-image] Aug 05 18:24:37.177 INFO O| Aug 05 18:24:37.177 INFO STEP 49 (remove_files) COMPLETE
35552024-08-05T18:24:38.821Z[ recovery-image] Aug 05 18:24:37.177 INFO O| Aug 05 18:24:37.177 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35562024-08-05T18:24:38.844Z[ recovery-image] Aug 05 18:24:37.203 INFO O| Aug 05 18:24:37.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
35572024-08-05T18:24:38.847Z[ recovery-image] Aug 05 18:24:37.203 INFO O| Aug 05 18:24:37.203 INFO STEP 50 (remove_files) COMPLETE
35582024-08-05T18:24:38.847Z[ recovery-image] Aug 05 18:24:37.203 INFO O| Aug 05 18:24:37.203 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35592024-08-05T18:24:38.879Z[ recovery-image] Aug 05 18:24:37.238 INFO O| Aug 05 18:24:37.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
35602024-08-05T18:24:38.879Z[ recovery-image] Aug 05 18:24:37.238 INFO O| Aug 05 18:24:37.238 INFO STEP 51 (remove_files) COMPLETE
35612024-08-05T18:24:38.879Z[ recovery-image] Aug 05 18:24:37.238 INFO O| Aug 05 18:24:37.238 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35622024-08-05T18:24:38.912Z[ recovery-image] Aug 05 18:24:37.270 INFO O| Aug 05 18:24:37.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
35632024-08-05T18:24:38.915Z[ recovery-image] Aug 05 18:24:37.270 INFO O| Aug 05 18:24:37.270 INFO STEP 52 (remove_files) COMPLETE
35642024-08-05T18:24:38.915Z[ recovery-image] Aug 05 18:24:37.270 INFO O| Aug 05 18:24:37.270 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35652024-08-05T18:24:38.932Z[ recovery-image] Aug 05 18:24:37.290 INFO O| Aug 05 18:24:37.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
35662024-08-05T18:24:38.932Z[ recovery-image] Aug 05 18:24:37.290 INFO O| Aug 05 18:24:37.290 INFO STEP 53 (remove_files) COMPLETE
35672024-08-05T18:24:38.935Z[ recovery-image] Aug 05 18:24:37.290 INFO O| Aug 05 18:24:37.290 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35682024-08-05T18:24:38.959Z[ recovery-image] Aug 05 18:24:37.309 INFO O| Aug 05 18:24:37.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
35692024-08-05T18:24:38.959Z[ recovery-image] Aug 05 18:24:37.309 INFO O| Aug 05 18:24:37.309 INFO STEP 54 (remove_files) COMPLETE
35702024-08-05T18:24:38.959Z[ recovery-image] Aug 05 18:24:37.309 INFO O| Aug 05 18:24:37.309 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35712024-08-05T18:24:38.969Z[ recovery-image] Aug 05 18:24:37.328 INFO O| Aug 05 18:24:37.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
35722024-08-05T18:24:38.969Z[ recovery-image] Aug 05 18:24:37.328 INFO O| Aug 05 18:24:37.328 INFO STEP 55 (remove_files) COMPLETE
35732024-08-05T18:24:38.969Z[ recovery-image] Aug 05 18:24:37.328 INFO O| Aug 05 18:24:37.328 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35742024-08-05T18:24:38.986Z[ recovery-image] Aug 05 18:24:37.345 INFO O| Aug 05 18:24:37.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
35752024-08-05T18:24:38.986Z[ recovery-image] Aug 05 18:24:37.345 INFO O| Aug 05 18:24:37.345 INFO STEP 56 (remove_files) COMPLETE
35762024-08-05T18:24:38.986Z[ recovery-image] Aug 05 18:24:37.345 INFO O| Aug 05 18:24:37.345 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35772024-08-05T18:24:39.005Z[ recovery-image] Aug 05 18:24:37.363 INFO O| Aug 05 18:24:37.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
35782024-08-05T18:24:39.005Z[ recovery-image] Aug 05 18:24:37.363 INFO O| Aug 05 18:24:37.363 INFO STEP 57 (remove_files) COMPLETE
35792024-08-05T18:24:39.005Z[ recovery-image] Aug 05 18:24:37.363 INFO O| Aug 05 18:24:37.363 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35802024-08-05T18:24:39.021Z[ recovery-image] Aug 05 18:24:37.380 INFO O| Aug 05 18:24:37.380 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
35812024-08-05T18:24:39.021Z[ recovery-image] Aug 05 18:24:37.380 INFO O| Aug 05 18:24:37.380 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
35822024-08-05T18:24:39.024Z[ recovery-image] Aug 05 18:24:37.380 INFO O| Aug 05 18:24:37.380 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
35832024-08-05T18:24:39.024Z[ recovery-image] Aug 05 18:24:37.380 INFO O| Aug 05 18:24:37.380 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
35842024-08-05T18:24:39.024Z[ recovery-image] Aug 05 18:24:37.381 INFO O| Aug 05 18:24:37.380 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
35852024-08-05T18:24:39.024Z[ recovery-image] Aug 05 18:24:37.381 INFO O| Aug 05 18:24:37.381 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
35862024-08-05T18:24:39.024Z[ recovery-image] Aug 05 18:24:37.381 INFO O| Aug 05 18:24:37.381 INFO ok!
35872024-08-05T18:24:39.024Z[ recovery-image] Aug 05 18:24:37.381 INFO O| Aug 05 18:24:37.381 INFO STEP 58 (ensure_file) COMPLETE
35882024-08-05T18:24:39.024Z[ recovery-image] Aug 05 18:24:37.381 INFO O| Aug 05 18:24:37.381 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35892024-08-05T18:24:39.103Z[ recovery-image] Aug 05 18:24:37.462 INFO O| Aug 05 18:24:37.462 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
35902024-08-05T18:24:39.103Z[ recovery-image] Aug 05 18:24:37.462 INFO O| Aug 05 18:24:37.462 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
35912024-08-05T18:24:39.107Z[ recovery-image] Aug 05 18:24:37.462 INFO O| Aug 05 18:24:37.462 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
35922024-08-05T18:24:39.107Z[ recovery-image] Aug 05 18:24:37.463 INFO O| Aug 05 18:24:37.462 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
35932024-08-05T18:24:39.107Z[ recovery-image] Aug 05 18:24:37.463 INFO O| Aug 05 18:24:37.463 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
35942024-08-05T18:24:39.107Z[ recovery-image] Aug 05 18:24:37.463 INFO O| Aug 05 18:24:37.463 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
35952024-08-05T18:24:39.107Z[ recovery-image] Aug 05 18:24:37.463 INFO O| Aug 05 18:24:37.463 INFO ok!
35962024-08-05T18:24:39.107Z[ recovery-image] Aug 05 18:24:37.463 INFO O| Aug 05 18:24:37.463 INFO STEP 59 (ensure_file) COMPLETE
35972024-08-05T18:24:39.107Z[ recovery-image] Aug 05 18:24:37.463 INFO O| Aug 05 18:24:37.463 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
35982024-08-05T18:24:39.164Z[ recovery-image] Aug 05 18:24:37.522 INFO O| Aug 05 18:24:37.522 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
35992024-08-05T18:24:39.164Z[ recovery-image] Aug 05 18:24:37.523 INFO O| Aug 05 18:24:37.522 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
36002024-08-05T18:24:39.167Z[ recovery-image] Aug 05 18:24:37.523 INFO O| Aug 05 18:24:37.523 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
36012024-08-05T18:24:39.167Z[ recovery-image] Aug 05 18:24:37.523 INFO O| Aug 05 18:24:37.523 INFO ok!
36022024-08-05T18:24:39.167Z[ recovery-image] Aug 05 18:24:37.523 INFO O| Aug 05 18:24:37.523 INFO STEP 60 (ensure_file) COMPLETE
36032024-08-05T18:24:39.167Z[ recovery-image] Aug 05 18:24:37.523 INFO O| Aug 05 18:24:37.523 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36042024-08-05T18:24:39.182Z[ recovery-image] Aug 05 18:24:37.541 INFO O| Aug 05 18:24:37.541 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
36052024-08-05T18:24:39.182Z[ recovery-image] Aug 05 18:24:37.541 INFO O| Aug 05 18:24:37.541 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
36062024-08-05T18:24:39.182Z[ recovery-image] Aug 05 18:24:37.541 INFO O| Aug 05 18:24:37.541 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
36072024-08-05T18:24:39.182Z[ recovery-image] Aug 05 18:24:37.541 INFO O| Aug 05 18:24:37.541 INFO ok!
36082024-08-05T18:24:39.185Z[ recovery-image] Aug 05 18:24:37.541 INFO O| Aug 05 18:24:37.541 INFO STEP 61 (ensure_file) COMPLETE
36092024-08-05T18:24:39.185Z[ recovery-image] Aug 05 18:24:37.541 INFO O| Aug 05 18:24:37.541 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36102024-08-05T18:24:39.200Z[ recovery-image] Aug 05 18:24:37.559 INFO O| Aug 05 18:24:37.559 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
36112024-08-05T18:24:39.200Z[ recovery-image] Aug 05 18:24:37.559 INFO O| Aug 05 18:24:37.559 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
36122024-08-05T18:24:39.200Z[ recovery-image] Aug 05 18:24:37.559 INFO O| Aug 05 18:24:37.559 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
36132024-08-05T18:24:39.203Z[ recovery-image] Aug 05 18:24:37.559 INFO O| Aug 05 18:24:37.559 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
36142024-08-05T18:24:39.203Z[ recovery-image] Aug 05 18:24:37.559 INFO O| Aug 05 18:24:37.559 INFO ok!
36152024-08-05T18:24:39.203Z[ recovery-image] Aug 05 18:24:37.559 INFO O| Aug 05 18:24:37.559 INFO STEP 62 (ensure_file) COMPLETE
36162024-08-05T18:24:39.203Z[ recovery-image] Aug 05 18:24:37.559 INFO O| Aug 05 18:24:37.559 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36172024-08-05T18:24:39.228Z[ recovery-image] Aug 05 18:24:37.578 INFO O| Aug 05 18:24:37.578 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
36182024-08-05T18:24:39.228Z[ recovery-image] Aug 05 18:24:37.578 INFO O| Aug 05 18:24:37.578 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
36192024-08-05T18:24:39.228Z[ host-image] Aug 05 18:24:37.580 INFO O| Aug 05 18:24:37.580 INFO O| Download: Completed 1.39 MB in 1.18 seconds (1.2M/s)
36202024-08-05T18:24:39.240Z[ recovery-image] Aug 05 18:24:37.578 INFO O| Aug 05 18:24:37.578 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
36212024-08-05T18:24:39.240Z[ recovery-image] Aug 05 18:24:37.578 INFO O| Aug 05 18:24:37.578 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
36222024-08-05T18:24:39.240Z[ recovery-image] Aug 05 18:24:37.578 INFO O| Aug 05 18:24:37.578 INFO ok!
36232024-08-05T18:24:39.240Z[ recovery-image] Aug 05 18:24:37.578 INFO O| Aug 05 18:24:37.578 INFO STEP 63 (ensure_file) COMPLETE
36242024-08-05T18:24:39.240Z[ recovery-image] Aug 05 18:24:37.578 INFO O| Aug 05 18:24:37.578 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36252024-08-05T18:24:39.240Z[ recovery-image] Aug 05 18:24:37.598 INFO O| Aug 05 18:24:37.597 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme does not exist
36262024-08-05T18:24:39.240Z[ recovery-image] Aug 05 18:24:37.598 INFO O| Aug 05 18:24:37.597 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-nvme -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme ...
36272024-08-05T18:24:39.240Z[ recovery-image] Aug 05 18:24:37.598 INFO O| Aug 05 18:24:37.597 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme
36282024-08-05T18:24:39.240Z[ recovery-image] Aug 05 18:24:37.598 INFO O| Aug 05 18:24:37.597 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme
36292024-08-05T18:24:39.240Z[ recovery-image] Aug 05 18:24:37.598 INFO O| Aug 05 18:24:37.597 INFO ok!
36302024-08-05T18:24:39.240Z[ recovery-image] Aug 05 18:24:37.598 INFO O| Aug 05 18:24:37.598 INFO STEP 64 (ensure_file) COMPLETE
36312024-08-05T18:24:39.240Z[ recovery-image] Aug 05 18:24:37.598 INFO O| Aug 05 18:24:37.598 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36322024-08-05T18:24:39.272Z[ host-image] Aug 05 18:24:37.630 INFO O| Aug 05 18:24:37.630 INFO O| Actions: 1/238 actions (Installing new actions)
36332024-08-05T18:24:39.332Z[ recovery-image] Aug 05 18:24:37.654 INFO O| Aug 05 18:24:37.645 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
36342024-08-05T18:24:39.332Z[ recovery-image] Aug 05 18:24:37.654 INFO O| Aug 05 18:24:37.645 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
36352024-08-05T18:24:39.332Z[ recovery-image] Aug 05 18:24:37.654 INFO O| Aug 05 18:24:37.645 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
36362024-08-05T18:24:39.332Z[ recovery-image] Aug 05 18:24:37.654 INFO O| Aug 05 18:24:37.646 INFO ok!
36372024-08-05T18:24:39.332Z[ recovery-image] Aug 05 18:24:37.654 INFO O| Aug 05 18:24:37.646 INFO STEP 65 (assemble_files) COMPLETE
36382024-08-05T18:24:39.332Z[ recovery-image] Aug 05 18:24:37.654 INFO O| Aug 05 18:24:37.646 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36392024-08-05T18:24:39.360Z[ recovery-image] Aug 05 18:24:37.719 INFO O| Aug 05 18:24:37.699 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
36402024-08-05T18:24:39.360Z[ recovery-image] Aug 05 18:24:37.719 INFO O| Aug 05 18:24:37.699 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
36412024-08-05T18:24:39.363Z[ recovery-image] Aug 05 18:24:37.719 INFO O| Aug 05 18:24:37.699 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
36422024-08-05T18:24:39.363Z[ recovery-image] Aug 05 18:24:37.719 INFO O| Aug 05 18:24:37.700 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
36432024-08-05T18:24:39.363Z[ recovery-image] Aug 05 18:24:37.719 INFO O| Aug 05 18:24:37.700 INFO ok!
36442024-08-05T18:24:39.363Z[ recovery-image] Aug 05 18:24:37.719 INFO O| Aug 05 18:24:37.700 INFO STEP 66 (ensure_file) COMPLETE
36452024-08-05T18:24:39.363Z[ recovery-image] Aug 05 18:24:37.719 INFO O| Aug 05 18:24:37.700 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36462024-08-05T18:24:39.363Z[ recovery-image] Aug 05 18:24:37.719 INFO O| Aug 05 18:24:37.700 INFO skip step because feature "omicron1" is not enabled
36472024-08-05T18:24:39.363Z[ recovery-image] Aug 05 18:24:37.719 INFO O| Aug 05 18:24:37.700 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36482024-08-05T18:24:39.363Z[ recovery-image] Aug 05 18:24:37.719 INFO O| Aug 05 18:24:37.700 INFO skip step because feature "omicron1" is not enabled
36492024-08-05T18:24:39.363Z[ recovery-image] Aug 05 18:24:37.719 INFO O| Aug 05 18:24:37.700 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36502024-08-05T18:24:39.363Z[ recovery-image] Aug 05 18:24:37.719 INFO O| Aug 05 18:24:37.700 INFO skip step because feature "omicron1" is not enabled
36512024-08-05T18:24:39.363Z[ recovery-image] Aug 05 18:24:37.719 INFO O| Aug 05 18:24:37.700 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
36522024-08-05T18:24:39.370Z[ recovery-image] Aug 05 18:24:37.729 INFO O| Aug 05 18:24:37.729 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
36532024-08-05T18:24:39.370Z[ recovery-image] Aug 05 18:24:37.729 INFO O| Aug 05 18:24:37.729 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
36542024-08-05T18:24:39.957Z[ host-image] Aug 05 18:24:38.316 INFO O| Aug 05 18:24:38.316 INFO O| Actions: Completed 238 actions in 0.69 seconds.
36552024-08-05T18:24:40.375Z[ host-image] Aug 05 18:24:38.733 INFO O| Aug 05 18:24:38.733 INFO O| Done
36562024-08-05T18:24:40.375Z[ host-image] Aug 05 18:24:38.733 INFO O| Aug 05 18:24:38.733 INFO O| Done
36572024-08-05T18:24:41.269Z[ host-image] Aug 05 18:24:39.627 INFO O| Aug 05 18:24:39.627 INFO O| Done
36582024-08-05T18:24:42.681Z[ recovery-image] Aug 05 18:24:41.040 INFO O| Aug 05 18:24:41.040 INFO STEP 70 (pack_tar) COMPLETE
36592024-08-05T18:24:42.681Z[ recovery-image] Aug 05 18:24:41.040 INFO O| Aug 05 18:24:41.040 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36602024-08-05T18:24:42.684Z[ recovery-image] Aug 05 18:24:41.040 INFO O| Aug 05 18:24:41.040 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
36612024-08-05T18:24:42.871Z[ recovery-image] Aug 05 18:24:41.230 INFO O| Aug 05 18:24:41.230 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
36622024-08-05T18:24:42.979Z[ recovery-image] Aug 05 18:24:41.337 INFO O| Aug 05 18:24:41.337 INFO completed processing gimlet/ramdisk-02-trim
36632024-08-05T18:24:42.982Z[ recovery-image] Aug 05 18:24:41.340 INFO image builder template: ramdisk-03-recovery-trim...
36642024-08-05T18:24:42.984Z[ recovery-image] Aug 05 18:24:41.341 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/.tmpNjVOGb/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
36652024-08-05T18:24:43.146Z[ recovery-image] Aug 05 18:24:41.505 INFO O| Aug 05 18:24:41.504 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
36662024-08-05T18:24:43.168Z[ recovery-image] Aug 05 18:24:41.526 INFO O| Aug 05 18:24:41.526 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
36672024-08-05T18:24:43.246Z[ recovery-image] Aug 05 18:24:41.605 INFO O| Aug 05 18:24:41.605 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
36682024-08-05T18:24:43.307Z[ recovery-image] Aug 05 18:24:41.665 INFO O| Aug 05 18:24:41.665 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
36692024-08-05T18:24:43.310Z[ recovery-image] Aug 05 18:24:41.665 INFO O| Aug 05 18:24:41.665 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36702024-08-05T18:24:43.322Z[ recovery-image] Aug 05 18:24:41.681 INFO O| Aug 05 18:24:41.681 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
36712024-08-05T18:24:43.330Z[ recovery-image] Aug 05 18:24:41.689 INFO O| Aug 05 18:24:41.689 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
36722024-08-05T18:24:43.362Z[ recovery-image] Aug 05 18:24:41.719 INFO O| Aug 05 18:24:41.719 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
36732024-08-05T18:24:43.826Z[ recovery-image] Aug 05 18:24:42.184 INFO O| Aug 05 18:24:42.184 INFO rolled back to input snapshot; work may begin
36742024-08-05T18:24:43.826Z[ recovery-image] Aug 05 18:24:42.184 INFO O| Aug 05 18:24:42.184 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36752024-08-05T18:24:43.847Z[ recovery-image] Aug 05 18:24:42.205 INFO O| Aug 05 18:24:42.205 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
36762024-08-05T18:24:43.880Z[ recovery-image] Aug 05 18:24:42.238 INFO O| Aug 05 18:24:42.238 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
36772024-08-05T18:24:43.968Z[ recovery-image] Aug 05 18:24:42.326 INFO O| Aug 05 18:24:42.326 INFO STEP 0 (remove_files) COMPLETE
36782024-08-05T18:24:43.968Z[ recovery-image] Aug 05 18:24:42.326 INFO O| Aug 05 18:24:42.326 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
36792024-08-05T18:24:43.989Z[ recovery-image] Aug 05 18:24:42.347 INFO O| Aug 05 18:24:42.347 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
36802024-08-05T18:24:44.087Z[ host-image] Aug 05 18:24:42.445 INFO O| Aug 05 18:24:42.445 INFO O| Done
36812024-08-05T18:24:44.140Z[ host-image] Aug 05 18:24:42.499 INFO O| Aug 05 18:24:42.498 INFO O| Done
36822024-08-05T18:24:44.143Z[ host-image] Aug 05 18:24:42.499 INFO O| Aug 05 18:24:42.499 INFO O| Done
36832024-08-05T18:24:44.169Z[ host-image] Aug 05 18:24:42.528 INFO O| Aug 05 18:24:42.528 INFO O| Done
36842024-08-05T18:24:44.325Z[ recovery-image] Aug 05 18:24:42.683 INFO O| Aug 05 18:24:42.683 INFO STEP 1 (remove_files) COMPLETE
36852024-08-05T18:24:44.325Z[ recovery-image] Aug 05 18:24:42.683 INFO O| Aug 05 18:24:42.683 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
36862024-08-05T18:24:44.395Z[ host-image] Aug 05 18:24:42.753 INFO O| Aug 05 18:24:42.753 INFO STEP 12 (pkg_install) COMPLETE
36872024-08-05T18:24:44.395Z[ host-image] Aug 05 18:24:42.753 INFO O| Aug 05 18:24:42.753 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36882024-08-05T18:24:44.398Z[ recovery-image] Aug 05 18:24:42.753 INFO O| Aug 05 18:24:42.753 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
36892024-08-05T18:24:44.411Z[ host-image] Aug 05 18:24:42.770 INFO O| Aug 05 18:24:42.770 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
36902024-08-05T18:24:44.463Z[ recovery-image] Aug 05 18:24:42.821 INFO O| Aug 05 18:24:42.820 INFO STEP 2 (remove_files) COMPLETE
36912024-08-05T18:24:44.463Z[ recovery-image] Aug 05 18:24:42.821 INFO O| Aug 05 18:24:42.821 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
36922024-08-05T18:24:44.494Z[ recovery-image] Aug 05 18:24:42.852 INFO O| Aug 05 18:24:42.852 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
36932024-08-05T18:24:44.610Z[ recovery-image] Aug 05 18:24:42.968 INFO O| Aug 05 18:24:42.968 INFO STEP 3 (remove_files) COMPLETE
36942024-08-05T18:24:44.610Z[ recovery-image] Aug 05 18:24:42.968 INFO O| Aug 05 18:24:42.968 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
36952024-08-05T18:24:44.630Z[ recovery-image] Aug 05 18:24:42.988 INFO O| Aug 05 18:24:42.988 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
36962024-08-05T18:24:44.894Z[ recovery-image] Aug 05 18:24:43.252 INFO O| Aug 05 18:24:43.252 INFO STEP 4 (remove_files) COMPLETE
36972024-08-05T18:24:44.894Z[ recovery-image] Aug 05 18:24:43.252 INFO O| Aug 05 18:24:43.252 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
36982024-08-05T18:24:44.927Z[ recovery-image] Aug 05 18:24:43.285 INFO O| Aug 05 18:24:43.285 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
36992024-08-05T18:24:44.997Z[ recovery-image] Aug 05 18:24:43.355 INFO O| Aug 05 18:24:43.355 INFO STEP 5 (remove_files) COMPLETE
37002024-08-05T18:24:44.997Z[ recovery-image] Aug 05 18:24:43.355 INFO O| Aug 05 18:24:43.355 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37012024-08-05T18:24:45.051Z[ recovery-image] Aug 05 18:24:43.409 INFO O| Aug 05 18:24:43.409 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
37022024-08-05T18:24:45.092Z[ recovery-image] Aug 05 18:24:43.449 INFO O| Aug 05 18:24:43.449 INFO STEP 6 (remove_files) COMPLETE
37032024-08-05T18:24:45.092Z[ recovery-image] Aug 05 18:24:43.450 INFO O| Aug 05 18:24:43.449 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37042024-08-05T18:24:45.130Z[ recovery-image] Aug 05 18:24:43.488 INFO O| Aug 05 18:24:43.488 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
37052024-08-05T18:24:45.133Z[ recovery-image] Aug 05 18:24:43.490 INFO O| Aug 05 18:24:43.490 INFO STEP 7 (remove_files) COMPLETE
37062024-08-05T18:24:45.133Z[ recovery-image] Aug 05 18:24:43.490 INFO O| Aug 05 18:24:43.490 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37072024-08-05T18:24:45.211Z[ recovery-image] Aug 05 18:24:43.569 INFO O| Aug 05 18:24:43.569 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
37082024-08-05T18:24:45.238Z[ recovery-image] Aug 05 18:24:43.596 INFO O| Aug 05 18:24:43.596 INFO STEP 8 (remove_files) COMPLETE
37092024-08-05T18:24:45.238Z[ recovery-image] Aug 05 18:24:43.596 INFO O| Aug 05 18:24:43.596 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37102024-08-05T18:24:45.263Z[ recovery-image] Aug 05 18:24:43.621 INFO O| Aug 05 18:24:43.621 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
37112024-08-05T18:24:45.266Z[ recovery-image] Aug 05 18:24:43.621 INFO O| Aug 05 18:24:43.621 INFO STEP 9 (remove_files) COMPLETE
37122024-08-05T18:24:45.266Z[ recovery-image] Aug 05 18:24:43.621 INFO O| Aug 05 18:24:43.621 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37132024-08-05T18:24:45.309Z[ recovery-image] Aug 05 18:24:43.667 INFO O| Aug 05 18:24:43.667 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
37142024-08-05T18:24:45.312Z[ recovery-image] Aug 05 18:24:43.669 INFO O| Aug 05 18:24:43.669 INFO STEP 10 (remove_files) COMPLETE
37152024-08-05T18:24:45.312Z[ recovery-image] Aug 05 18:24:43.669 INFO O| Aug 05 18:24:43.669 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37162024-08-05T18:24:45.337Z[ recovery-image] Aug 05 18:24:43.695 INFO O| Aug 05 18:24:43.695 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
37172024-08-05T18:24:45.501Z[ host-image] Aug 05 18:24:43.859 INFO O| Aug 05 18:24:43.859 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37182024-08-05T18:24:45.906Z[ recovery-image] Aug 05 18:24:44.264 INFO O| Aug 05 18:24:44.264 INFO STEP 11 (remove_files) COMPLETE
37192024-08-05T18:24:45.906Z[ recovery-image] Aug 05 18:24:44.264 INFO O| Aug 05 18:24:44.264 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37202024-08-05T18:24:45.969Z[ recovery-image] Aug 05 18:24:44.327 INFO O| Aug 05 18:24:44.327 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
37212024-08-05T18:24:45.977Z[ recovery-image] Aug 05 18:24:44.334 INFO O| Aug 05 18:24:44.334 INFO STEP 12 (remove_files) COMPLETE
37222024-08-05T18:24:45.977Z[ recovery-image] Aug 05 18:24:44.334 INFO O| Aug 05 18:24:44.334 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37232024-08-05T18:24:46.009Z[ recovery-image] Aug 05 18:24:44.367 INFO O| Aug 05 18:24:44.367 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
37242024-08-05T18:24:46.013Z[ recovery-image] Aug 05 18:24:44.370 INFO O| Aug 05 18:24:44.370 INFO STEP 13 (remove_files) COMPLETE
37252024-08-05T18:24:46.013Z[ recovery-image] Aug 05 18:24:44.370 INFO O| Aug 05 18:24:44.370 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37262024-08-05T18:24:46.048Z[ recovery-image] Aug 05 18:24:44.406 INFO O| Aug 05 18:24:44.406 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
37272024-08-05T18:24:46.051Z[ recovery-image] Aug 05 18:24:44.407 INFO O| Aug 05 18:24:44.407 INFO STEP 14 (remove_files) COMPLETE
37282024-08-05T18:24:46.051Z[ recovery-image] Aug 05 18:24:44.407 INFO O| Aug 05 18:24:44.407 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37292024-08-05T18:24:46.087Z[ recovery-image] Aug 05 18:24:44.446 INFO O| Aug 05 18:24:44.446 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
37302024-08-05T18:24:46.090Z[ recovery-image] Aug 05 18:24:44.447 INFO O| Aug 05 18:24:44.447 INFO STEP 15 (remove_files) COMPLETE
37312024-08-05T18:24:46.090Z[ recovery-image] Aug 05 18:24:44.447 INFO O| Aug 05 18:24:44.447 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37322024-08-05T18:24:46.138Z[ recovery-image] Aug 05 18:24:44.496 INFO O| Aug 05 18:24:44.496 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
37332024-08-05T18:24:46.237Z[ recovery-image] Aug 05 18:24:44.595 INFO O| Aug 05 18:24:44.595 INFO STEP 16 (remove_files) COMPLETE
37342024-08-05T18:24:46.237Z[ recovery-image] Aug 05 18:24:44.595 INFO O| Aug 05 18:24:44.595 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37352024-08-05T18:24:46.261Z[ recovery-image] Aug 05 18:24:44.619 INFO O| Aug 05 18:24:44.619 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
37362024-08-05T18:24:46.264Z[ recovery-image] Aug 05 18:24:44.619 INFO O| Aug 05 18:24:44.619 INFO STEP 17 (remove_files) COMPLETE
37372024-08-05T18:24:46.264Z[ recovery-image] Aug 05 18:24:44.619 INFO O| Aug 05 18:24:44.619 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37382024-08-05T18:24:46.289Z[ recovery-image] Aug 05 18:24:44.647 INFO O| Aug 05 18:24:44.647 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
37392024-08-05T18:24:46.293Z[ recovery-image] Aug 05 18:24:44.648 INFO O| Aug 05 18:24:44.648 INFO STEP 18 (remove_files) COMPLETE
37402024-08-05T18:24:46.293Z[ recovery-image] Aug 05 18:24:44.648 INFO O| Aug 05 18:24:44.648 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37412024-08-05T18:24:46.364Z[ recovery-image] Aug 05 18:24:44.722 INFO O| Aug 05 18:24:44.722 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
37422024-08-05T18:24:46.587Z[ recovery-image] Aug 05 18:24:44.944 INFO O| Aug 05 18:24:44.944 INFO STEP 19 (remove_files) COMPLETE
37432024-08-05T18:24:46.587Z[ recovery-image] Aug 05 18:24:44.944 INFO O| Aug 05 18:24:44.944 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37442024-08-05T18:24:46.625Z[ recovery-image] Aug 05 18:24:44.983 INFO O| Aug 05 18:24:44.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
37452024-08-05T18:24:46.671Z[ recovery-image] Aug 05 18:24:45.029 INFO O| Aug 05 18:24:45.029 INFO STEP 20 (remove_files) COMPLETE
37462024-08-05T18:24:46.671Z[ recovery-image] Aug 05 18:24:45.029 INFO O| Aug 05 18:24:45.029 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37472024-08-05T18:24:46.721Z[ recovery-image] Aug 05 18:24:45.079 INFO O| Aug 05 18:24:45.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
37482024-08-05T18:24:46.721Z[ recovery-image] Aug 05 18:24:45.079 INFO O| Aug 05 18:24:45.079 INFO STEP 21 (remove_files) COMPLETE
37492024-08-05T18:24:46.721Z[ recovery-image] Aug 05 18:24:45.079 INFO O| Aug 05 18:24:45.079 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37502024-08-05T18:24:46.739Z[ recovery-image] Aug 05 18:24:45.097 INFO O| Aug 05 18:24:45.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
37512024-08-05T18:24:46.742Z[ recovery-image] Aug 05 18:24:45.097 INFO O| Aug 05 18:24:45.097 INFO STEP 22 (remove_files) COMPLETE
37522024-08-05T18:24:46.742Z[ recovery-image] Aug 05 18:24:45.097 INFO O| Aug 05 18:24:45.097 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37532024-08-05T18:24:46.756Z[ recovery-image] Aug 05 18:24:45.114 INFO O| Aug 05 18:24:45.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
37542024-08-05T18:24:46.756Z[ recovery-image] Aug 05 18:24:45.115 INFO O| Aug 05 18:24:45.115 INFO STEP 23 (remove_files) COMPLETE
37552024-08-05T18:24:46.759Z[ recovery-image] Aug 05 18:24:45.115 INFO O| Aug 05 18:24:45.115 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37562024-08-05T18:24:46.780Z[ recovery-image] Aug 05 18:24:45.138 INFO O| Aug 05 18:24:45.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
37572024-08-05T18:24:46.786Z[ recovery-image] Aug 05 18:24:45.144 INFO O| Aug 05 18:24:45.144 INFO STEP 24 (remove_files) COMPLETE
37582024-08-05T18:24:46.787Z[ recovery-image] Aug 05 18:24:45.144 INFO O| Aug 05 18:24:45.144 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37592024-08-05T18:24:46.822Z[ recovery-image] Aug 05 18:24:45.180 INFO O| Aug 05 18:24:45.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
37602024-08-05T18:24:46.823Z[ recovery-image] Aug 05 18:24:45.181 INFO O| Aug 05 18:24:45.181 INFO STEP 25 (remove_files) COMPLETE
37612024-08-05T18:24:46.826Z[ recovery-image] Aug 05 18:24:45.181 INFO O| Aug 05 18:24:45.181 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37622024-08-05T18:24:46.864Z[ recovery-image] Aug 05 18:24:45.222 INFO O| Aug 05 18:24:45.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
37632024-08-05T18:24:46.864Z[ recovery-image] Aug 05 18:24:45.222 INFO O| Aug 05 18:24:45.222 INFO STEP 26 (remove_files) COMPLETE
37642024-08-05T18:24:46.867Z[ recovery-image] Aug 05 18:24:45.222 INFO O| Aug 05 18:24:45.222 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37652024-08-05T18:24:46.887Z[ recovery-image] Aug 05 18:24:45.245 INFO O| Aug 05 18:24:45.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
37662024-08-05T18:24:46.910Z[ recovery-image] Aug 05 18:24:45.267 INFO O| Aug 05 18:24:45.267 INFO STEP 27 (remove_files) COMPLETE
37672024-08-05T18:24:46.910Z[ recovery-image] Aug 05 18:24:45.267 INFO O| Aug 05 18:24:45.267 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37682024-08-05T18:24:46.941Z[ recovery-image] Aug 05 18:24:45.299 INFO O| Aug 05 18:24:45.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
37692024-08-05T18:24:46.966Z[ recovery-image] Aug 05 18:24:45.323 INFO O| Aug 05 18:24:45.323 INFO STEP 28 (remove_files) COMPLETE
37702024-08-05T18:24:46.966Z[ recovery-image] Aug 05 18:24:45.323 INFO O| Aug 05 18:24:45.323 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37712024-08-05T18:24:47.006Z[ recovery-image] Aug 05 18:24:45.364 INFO O| Aug 05 18:24:45.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
37722024-08-05T18:24:47.006Z[ recovery-image] Aug 05 18:24:45.364 INFO O| Aug 05 18:24:45.364 INFO STEP 29 (remove_files) COMPLETE
37732024-08-05T18:24:47.006Z[ recovery-image] Aug 05 18:24:45.364 INFO O| Aug 05 18:24:45.364 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37742024-08-05T18:24:47.036Z[ recovery-image] Aug 05 18:24:45.394 INFO O| Aug 05 18:24:45.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
37752024-08-05T18:24:47.036Z[ recovery-image] Aug 05 18:24:45.394 INFO O| Aug 05 18:24:45.394 INFO STEP 30 (remove_files) COMPLETE
37762024-08-05T18:24:47.039Z[ recovery-image] Aug 05 18:24:45.394 INFO O| Aug 05 18:24:45.394 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37772024-08-05T18:24:47.073Z[ recovery-image] Aug 05 18:24:45.430 INFO O| Aug 05 18:24:45.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
37782024-08-05T18:24:47.073Z[ recovery-image] Aug 05 18:24:45.430 INFO O| Aug 05 18:24:45.430 INFO STEP 31 (remove_files) COMPLETE
37792024-08-05T18:24:47.073Z[ recovery-image] Aug 05 18:24:45.430 INFO O| Aug 05 18:24:45.430 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37802024-08-05T18:24:47.133Z[ recovery-image] Aug 05 18:24:45.491 INFO O| Aug 05 18:24:45.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
37812024-08-05T18:24:47.157Z[ recovery-image] Aug 05 18:24:45.515 INFO O| Aug 05 18:24:45.515 INFO STEP 32 (remove_files) COMPLETE
37822024-08-05T18:24:47.158Z[ recovery-image] Aug 05 18:24:45.515 INFO O| Aug 05 18:24:45.515 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37832024-08-05T18:24:47.176Z[ recovery-image] Aug 05 18:24:45.533 INFO O| Aug 05 18:24:45.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
37842024-08-05T18:24:47.176Z[ recovery-image] Aug 05 18:24:45.533 INFO O| Aug 05 18:24:45.533 INFO STEP 33 (remove_files) COMPLETE
37852024-08-05T18:24:47.176Z[ recovery-image] Aug 05 18:24:45.533 INFO O| Aug 05 18:24:45.533 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37862024-08-05T18:24:47.193Z[ recovery-image] Aug 05 18:24:45.551 INFO O| Aug 05 18:24:45.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
37872024-08-05T18:24:47.215Z[ recovery-image] Aug 05 18:24:45.572 INFO O| Aug 05 18:24:45.572 INFO STEP 34 (remove_files) COMPLETE
37882024-08-05T18:24:47.215Z[ recovery-image] Aug 05 18:24:45.572 INFO O| Aug 05 18:24:45.572 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37892024-08-05T18:24:47.246Z[ recovery-image] Aug 05 18:24:45.604 INFO O| Aug 05 18:24:45.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
37902024-08-05T18:24:47.249Z[ recovery-image] Aug 05 18:24:45.605 INFO O| Aug 05 18:24:45.605 INFO STEP 35 (remove_files) COMPLETE
37912024-08-05T18:24:47.249Z[ recovery-image] Aug 05 18:24:45.605 INFO O| Aug 05 18:24:45.605 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37922024-08-05T18:24:47.266Z[ recovery-image] Aug 05 18:24:45.624 INFO O| Aug 05 18:24:45.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
37932024-08-05T18:24:47.266Z[ recovery-image] Aug 05 18:24:45.624 INFO O| Aug 05 18:24:45.624 INFO STEP 36 (remove_files) COMPLETE
37942024-08-05T18:24:47.266Z[ recovery-image] Aug 05 18:24:45.624 INFO O| Aug 05 18:24:45.624 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37952024-08-05T18:24:47.322Z[ recovery-image] Aug 05 18:24:45.680 INFO O| Aug 05 18:24:45.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
37962024-08-05T18:24:47.344Z[ recovery-image] Aug 05 18:24:45.701 INFO O| Aug 05 18:24:45.701 INFO STEP 37 (remove_files) COMPLETE
37972024-08-05T18:24:47.344Z[ recovery-image] Aug 05 18:24:45.701 INFO O| Aug 05 18:24:45.701 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
37982024-08-05T18:24:47.402Z[ recovery-image] Aug 05 18:24:45.760 INFO O| Aug 05 18:24:45.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
37992024-08-05T18:24:47.402Z[ recovery-image] Aug 05 18:24:45.760 INFO O| Aug 05 18:24:45.760 INFO STEP 38 (remove_files) COMPLETE
38002024-08-05T18:24:47.405Z[ recovery-image] Aug 05 18:24:45.760 INFO O| Aug 05 18:24:45.760 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38012024-08-05T18:24:47.425Z[ recovery-image] Aug 05 18:24:45.782 INFO O| Aug 05 18:24:45.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
38022024-08-05T18:24:47.425Z[ recovery-image] Aug 05 18:24:45.782 INFO O| Aug 05 18:24:45.782 INFO STEP 39 (remove_files) COMPLETE
38032024-08-05T18:24:47.425Z[ recovery-image] Aug 05 18:24:45.782 INFO O| Aug 05 18:24:45.782 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38042024-08-05T18:24:47.444Z[ recovery-image] Aug 05 18:24:45.802 INFO O| Aug 05 18:24:45.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
38052024-08-05T18:24:47.444Z[ recovery-image] Aug 05 18:24:45.802 INFO O| Aug 05 18:24:45.802 INFO STEP 40 (remove_files) COMPLETE
38062024-08-05T18:24:47.444Z[ recovery-image] Aug 05 18:24:45.802 INFO O| Aug 05 18:24:45.802 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38072024-08-05T18:24:47.462Z[ recovery-image] Aug 05 18:24:45.820 INFO O| Aug 05 18:24:45.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
38082024-08-05T18:24:47.462Z[ recovery-image] Aug 05 18:24:45.820 INFO O| Aug 05 18:24:45.820 INFO STEP 41 (remove_files) COMPLETE
38092024-08-05T18:24:47.465Z[ recovery-image] Aug 05 18:24:45.820 INFO O| Aug 05 18:24:45.820 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38102024-08-05T18:24:47.480Z[ recovery-image] Aug 05 18:24:45.837 INFO O| Aug 05 18:24:45.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
38112024-08-05T18:24:47.480Z[ recovery-image] Aug 05 18:24:45.837 INFO O| Aug 05 18:24:45.837 INFO STEP 42 (remove_files) COMPLETE
38122024-08-05T18:24:47.480Z[ recovery-image] Aug 05 18:24:45.837 INFO O| Aug 05 18:24:45.837 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38132024-08-05T18:24:47.496Z[ recovery-image] Aug 05 18:24:45.854 INFO O| Aug 05 18:24:45.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
38142024-08-05T18:24:47.496Z[ recovery-image] Aug 05 18:24:45.854 INFO O| Aug 05 18:24:45.854 INFO STEP 43 (remove_files) COMPLETE
38152024-08-05T18:24:47.497Z[ recovery-image] Aug 05 18:24:45.854 INFO O| Aug 05 18:24:45.854 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38162024-08-05T18:24:47.513Z[ recovery-image] Aug 05 18:24:45.871 INFO O| Aug 05 18:24:45.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
38172024-08-05T18:24:47.513Z[ recovery-image] Aug 05 18:24:45.871 INFO O| Aug 05 18:24:45.871 INFO STEP 44 (remove_files) COMPLETE
38182024-08-05T18:24:47.513Z[ recovery-image] Aug 05 18:24:45.871 INFO O| Aug 05 18:24:45.871 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38192024-08-05T18:24:47.530Z[ recovery-image] Aug 05 18:24:45.888 INFO O| Aug 05 18:24:45.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
38202024-08-05T18:24:47.533Z[ recovery-image] Aug 05 18:24:45.888 INFO O| Aug 05 18:24:45.888 INFO STEP 45 (remove_files) COMPLETE
38212024-08-05T18:24:47.533Z[ recovery-image] Aug 05 18:24:45.888 INFO O| Aug 05 18:24:45.888 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38222024-08-05T18:24:47.548Z[ recovery-image] Aug 05 18:24:45.906 INFO O| Aug 05 18:24:45.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
38232024-08-05T18:24:47.548Z[ recovery-image] Aug 05 18:24:45.906 INFO O| Aug 05 18:24:45.906 INFO STEP 46 (remove_files) COMPLETE
38242024-08-05T18:24:47.548Z[ recovery-image] Aug 05 18:24:45.906 INFO O| Aug 05 18:24:45.906 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38252024-08-05T18:24:47.565Z[ recovery-image] Aug 05 18:24:45.923 INFO O| Aug 05 18:24:45.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
38262024-08-05T18:24:47.565Z[ recovery-image] Aug 05 18:24:45.923 INFO O| Aug 05 18:24:45.923 INFO STEP 47 (remove_files) COMPLETE
38272024-08-05T18:24:47.568Z[ recovery-image] Aug 05 18:24:45.923 INFO O| Aug 05 18:24:45.923 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38282024-08-05T18:24:47.583Z[ recovery-image] Aug 05 18:24:45.941 INFO O| Aug 05 18:24:45.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
38292024-08-05T18:24:47.586Z[ recovery-image] Aug 05 18:24:45.941 INFO O| Aug 05 18:24:45.941 INFO STEP 48 (remove_files) COMPLETE
38302024-08-05T18:24:47.586Z[ recovery-image] Aug 05 18:24:45.941 INFO O| Aug 05 18:24:45.941 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38312024-08-05T18:24:47.601Z[ recovery-image] Aug 05 18:24:45.959 INFO O| Aug 05 18:24:45.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
38322024-08-05T18:24:47.604Z[ recovery-image] Aug 05 18:24:45.960 INFO O| Aug 05 18:24:45.960 INFO STEP 49 (remove_files) COMPLETE
38332024-08-05T18:24:47.604Z[ recovery-image] Aug 05 18:24:45.960 INFO O| Aug 05 18:24:45.960 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38342024-08-05T18:24:47.620Z[ recovery-image] Aug 05 18:24:45.978 INFO O| Aug 05 18:24:45.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
38352024-08-05T18:24:47.623Z[ recovery-image] Aug 05 18:24:45.978 INFO O| Aug 05 18:24:45.978 INFO STEP 50 (remove_files) COMPLETE
38362024-08-05T18:24:47.623Z[ recovery-image] Aug 05 18:24:45.979 INFO O| Aug 05 18:24:45.978 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38372024-08-05T18:24:47.637Z[ recovery-image] Aug 05 18:24:45.995 INFO O| Aug 05 18:24:45.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
38382024-08-05T18:24:47.637Z[ recovery-image] Aug 05 18:24:45.995 INFO O| Aug 05 18:24:45.995 INFO STEP 51 (remove_files) COMPLETE
38392024-08-05T18:24:47.640Z[ recovery-image] Aug 05 18:24:45.995 INFO O| Aug 05 18:24:45.995 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38402024-08-05T18:24:47.659Z[ recovery-image] Aug 05 18:24:46.013 INFO O| Aug 05 18:24:46.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
38412024-08-05T18:24:47.659Z[ recovery-image] Aug 05 18:24:46.013 INFO O| Aug 05 18:24:46.013 INFO STEP 52 (remove_files) COMPLETE
38422024-08-05T18:24:47.659Z[ recovery-image] Aug 05 18:24:46.013 INFO O| Aug 05 18:24:46.013 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38432024-08-05T18:24:47.673Z[ recovery-image] Aug 05 18:24:46.031 INFO O| Aug 05 18:24:46.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
38442024-08-05T18:24:47.676Z[ recovery-image] Aug 05 18:24:46.032 INFO O| Aug 05 18:24:46.031 INFO STEP 53 (remove_files) COMPLETE
38452024-08-05T18:24:47.676Z[ recovery-image] Aug 05 18:24:46.032 INFO O| Aug 05 18:24:46.032 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38462024-08-05T18:24:47.691Z[ recovery-image] Aug 05 18:24:46.049 INFO O| Aug 05 18:24:46.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
38472024-08-05T18:24:47.694Z[ recovery-image] Aug 05 18:24:46.049 INFO O| Aug 05 18:24:46.049 INFO STEP 54 (remove_files) COMPLETE
38482024-08-05T18:24:47.694Z[ recovery-image] Aug 05 18:24:46.049 INFO O| Aug 05 18:24:46.049 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38492024-08-05T18:24:47.708Z[ recovery-image] Aug 05 18:24:46.066 INFO O| Aug 05 18:24:46.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
38502024-08-05T18:24:47.708Z[ recovery-image] Aug 05 18:24:46.066 INFO O| Aug 05 18:24:46.066 INFO STEP 55 (remove_files) COMPLETE
38512024-08-05T18:24:47.708Z[ recovery-image] Aug 05 18:24:46.066 INFO O| Aug 05 18:24:46.066 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38522024-08-05T18:24:47.725Z[ recovery-image] Aug 05 18:24:46.084 INFO O| Aug 05 18:24:46.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
38532024-08-05T18:24:47.728Z[ recovery-image] Aug 05 18:24:46.084 INFO O| Aug 05 18:24:46.084 INFO STEP 56 (remove_files) COMPLETE
38542024-08-05T18:24:47.728Z[ recovery-image] Aug 05 18:24:46.084 INFO O| Aug 05 18:24:46.084 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38552024-08-05T18:24:47.742Z[ recovery-image] Aug 05 18:24:46.100 INFO O| Aug 05 18:24:46.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
38562024-08-05T18:24:47.742Z[ recovery-image] Aug 05 18:24:46.100 INFO O| Aug 05 18:24:46.100 INFO STEP 57 (remove_files) COMPLETE
38572024-08-05T18:24:47.745Z[ recovery-image] Aug 05 18:24:46.100 INFO O| Aug 05 18:24:46.100 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38582024-08-05T18:24:47.755Z[ recovery-image] Aug 05 18:24:46.113 INFO O| Aug 05 18:24:46.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
38592024-08-05T18:24:47.755Z[ recovery-image] Aug 05 18:24:46.113 INFO O| Aug 05 18:24:46.113 INFO STEP 58 (remove_files) COMPLETE
38602024-08-05T18:24:47.755Z[ recovery-image] Aug 05 18:24:46.113 INFO O| Aug 05 18:24:46.113 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38612024-08-05T18:24:47.767Z[ recovery-image] Aug 05 18:24:46.125 INFO O| Aug 05 18:24:46.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
38622024-08-05T18:24:47.770Z[ recovery-image] Aug 05 18:24:46.125 INFO O| Aug 05 18:24:46.125 INFO STEP 59 (remove_files) COMPLETE
38632024-08-05T18:24:47.770Z[ recovery-image] Aug 05 18:24:46.125 INFO O| Aug 05 18:24:46.125 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38642024-08-05T18:24:47.782Z[ recovery-image] Aug 05 18:24:46.140 INFO O| Aug 05 18:24:46.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
38652024-08-05T18:24:47.783Z[ recovery-image] Aug 05 18:24:46.141 INFO O| Aug 05 18:24:46.140 INFO STEP 60 (remove_files) COMPLETE
38662024-08-05T18:24:47.785Z[ recovery-image] Aug 05 18:24:46.141 INFO O| Aug 05 18:24:46.141 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38672024-08-05T18:24:47.799Z[ recovery-image] Aug 05 18:24:46.157 INFO O| Aug 05 18:24:46.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
38682024-08-05T18:24:47.799Z[ recovery-image] Aug 05 18:24:46.157 INFO O| Aug 05 18:24:46.157 INFO STEP 61 (remove_files) COMPLETE
38692024-08-05T18:24:47.802Z[ recovery-image] Aug 05 18:24:46.157 INFO O| Aug 05 18:24:46.157 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38702024-08-05T18:24:47.817Z[ recovery-image] Aug 05 18:24:46.175 INFO O| Aug 05 18:24:46.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
38712024-08-05T18:24:47.817Z[ recovery-image] Aug 05 18:24:46.175 INFO O| Aug 05 18:24:46.175 INFO STEP 62 (remove_files) COMPLETE
38722024-08-05T18:24:47.817Z[ recovery-image] Aug 05 18:24:46.175 INFO O| Aug 05 18:24:46.175 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38732024-08-05T18:24:47.835Z[ recovery-image] Aug 05 18:24:46.192 INFO O| Aug 05 18:24:46.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
38742024-08-05T18:24:47.835Z[ recovery-image] Aug 05 18:24:46.193 INFO O| Aug 05 18:24:46.192 INFO STEP 63 (remove_files) COMPLETE
38752024-08-05T18:24:47.835Z[ recovery-image] Aug 05 18:24:46.193 INFO O| Aug 05 18:24:46.192 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38762024-08-05T18:24:47.852Z[ recovery-image] Aug 05 18:24:46.210 INFO O| Aug 05 18:24:46.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
38772024-08-05T18:24:47.852Z[ recovery-image] Aug 05 18:24:46.210 INFO O| Aug 05 18:24:46.210 INFO STEP 64 (remove_files) COMPLETE
38782024-08-05T18:24:47.855Z[ recovery-image] Aug 05 18:24:46.210 INFO O| Aug 05 18:24:46.210 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38792024-08-05T18:24:47.866Z[ recovery-image] Aug 05 18:24:46.225 INFO O| Aug 05 18:24:46.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
38802024-08-05T18:24:47.867Z[ recovery-image] Aug 05 18:24:46.225 INFO O| Aug 05 18:24:46.225 INFO STEP 65 (remove_files) COMPLETE
38812024-08-05T18:24:47.870Z[ recovery-image] Aug 05 18:24:46.225 INFO O| Aug 05 18:24:46.225 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38822024-08-05T18:24:47.882Z[ recovery-image] Aug 05 18:24:46.240 INFO O| Aug 05 18:24:46.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
38832024-08-05T18:24:47.882Z[ recovery-image] Aug 05 18:24:46.240 INFO O| Aug 05 18:24:46.240 INFO STEP 66 (remove_files) COMPLETE
38842024-08-05T18:24:47.882Z[ recovery-image] Aug 05 18:24:46.240 INFO O| Aug 05 18:24:46.240 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38852024-08-05T18:24:47.896Z[ recovery-image] Aug 05 18:24:46.254 INFO O| Aug 05 18:24:46.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
38862024-08-05T18:24:47.896Z[ recovery-image] Aug 05 18:24:46.254 INFO O| Aug 05 18:24:46.254 INFO STEP 67 (remove_files) COMPLETE
38872024-08-05T18:24:47.898Z[ recovery-image] Aug 05 18:24:46.254 INFO O| Aug 05 18:24:46.254 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38882024-08-05T18:24:47.910Z[ recovery-image] Aug 05 18:24:46.268 INFO O| Aug 05 18:24:46.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
38892024-08-05T18:24:47.913Z[ recovery-image] Aug 05 18:24:46.268 INFO O| Aug 05 18:24:46.268 INFO STEP 68 (remove_files) COMPLETE
38902024-08-05T18:24:47.913Z[ recovery-image] Aug 05 18:24:46.268 INFO O| Aug 05 18:24:46.268 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38912024-08-05T18:24:47.921Z[ recovery-image] Aug 05 18:24:46.279 INFO O| Aug 05 18:24:46.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
38922024-08-05T18:24:47.921Z[ recovery-image] Aug 05 18:24:46.279 INFO O| Aug 05 18:24:46.279 INFO STEP 69 (remove_files) COMPLETE
38932024-08-05T18:24:47.924Z[ recovery-image] Aug 05 18:24:46.279 INFO O| Aug 05 18:24:46.279 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38942024-08-05T18:24:47.931Z[ recovery-image] Aug 05 18:24:46.290 INFO O| Aug 05 18:24:46.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
38952024-08-05T18:24:47.931Z[ recovery-image] Aug 05 18:24:46.290 INFO O| Aug 05 18:24:46.290 INFO STEP 70 (remove_files) COMPLETE
38962024-08-05T18:24:47.934Z[ recovery-image] Aug 05 18:24:46.290 INFO O| Aug 05 18:24:46.290 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
38972024-08-05T18:24:47.946Z[ recovery-image] Aug 05 18:24:46.304 INFO O| Aug 05 18:24:46.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
38982024-08-05T18:24:47.946Z[ recovery-image] Aug 05 18:24:46.305 INFO O| Aug 05 18:24:46.304 INFO STEP 71 (remove_files) COMPLETE
38992024-08-05T18:24:47.949Z[ recovery-image] Aug 05 18:24:46.305 INFO O| Aug 05 18:24:46.305 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39002024-08-05T18:24:47.957Z[ recovery-image] Aug 05 18:24:46.316 INFO O| Aug 05 18:24:46.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
39012024-08-05T18:24:47.958Z[ recovery-image] Aug 05 18:24:46.316 INFO O| Aug 05 18:24:46.316 INFO STEP 72 (remove_files) COMPLETE
39022024-08-05T18:24:47.960Z[ recovery-image] Aug 05 18:24:46.316 INFO O| Aug 05 18:24:46.316 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39032024-08-05T18:24:47.963Z[ host-image] Aug 05 18:24:46.319 INFO O| Aug 05 18:24:46.319 INFO O| Planning: Solver setup ... Done
39042024-08-05T18:24:47.967Z[ host-image] Aug 05 18:24:46.326 INFO O| Aug 05 18:24:46.326 INFO O| Planning: Running solver ... Done
39052024-08-05T18:24:47.971Z[ recovery-image] Aug 05 18:24:46.330 INFO O| Aug 05 18:24:46.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
39062024-08-05T18:24:47.971Z[ recovery-image] Aug 05 18:24:46.330 INFO O| Aug 05 18:24:46.330 INFO STEP 73 (remove_files) COMPLETE
39072024-08-05T18:24:47.974Z[ recovery-image] Aug 05 18:24:46.330 INFO O| Aug 05 18:24:46.330 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39082024-08-05T18:24:47.984Z[ recovery-image] Aug 05 18:24:46.342 INFO O| Aug 05 18:24:46.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
39092024-08-05T18:24:47.984Z[ recovery-image] Aug 05 18:24:46.342 INFO O| Aug 05 18:24:46.342 INFO STEP 74 (remove_files) COMPLETE
39102024-08-05T18:24:47.987Z[ recovery-image] Aug 05 18:24:46.342 INFO O| Aug 05 18:24:46.342 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39112024-08-05T18:24:47.996Z[ recovery-image] Aug 05 18:24:46.354 INFO O| Aug 05 18:24:46.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
39122024-08-05T18:24:47.999Z[ recovery-image] Aug 05 18:24:46.354 INFO O| Aug 05 18:24:46.354 INFO STEP 75 (remove_files) COMPLETE
39132024-08-05T18:24:47.999Z[ recovery-image] Aug 05 18:24:46.354 INFO O| Aug 05 18:24:46.354 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39142024-08-05T18:24:48.012Z[ recovery-image] Aug 05 18:24:46.370 INFO O| Aug 05 18:24:46.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
39152024-08-05T18:24:48.013Z[ recovery-image] Aug 05 18:24:46.371 INFO O| Aug 05 18:24:46.370 INFO STEP 76 (remove_files) COMPLETE
39162024-08-05T18:24:48.016Z[ recovery-image] Aug 05 18:24:46.371 INFO O| Aug 05 18:24:46.370 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39172024-08-05T18:24:48.020Z[ host-image] Aug 05 18:24:46.378 INFO O| Aug 05 18:24:46.378 INFO O| Planning: Finding local manifests ... Done
39182024-08-05T18:24:48.023Z[ host-image] Aug 05 18:24:46.380 INFO O| Aug 05 18:24:46.380 INFO O| Planning: Fetching manifests: 0/6 0% complete
39192024-08-05T18:24:48.027Z[ recovery-image] Aug 05 18:24:46.385 INFO O| Aug 05 18:24:46.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
39202024-08-05T18:24:48.027Z[ recovery-image] Aug 05 18:24:46.385 INFO O| Aug 05 18:24:46.385 INFO STEP 77 (remove_files) COMPLETE
39212024-08-05T18:24:48.030Z[ recovery-image] Aug 05 18:24:46.385 INFO O| Aug 05 18:24:46.385 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39222024-08-05T18:24:48.041Z[ recovery-image] Aug 05 18:24:46.399 INFO O| Aug 05 18:24:46.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
39232024-08-05T18:24:48.041Z[ recovery-image] Aug 05 18:24:46.399 INFO O| Aug 05 18:24:46.399 INFO STEP 78 (remove_files) COMPLETE
39242024-08-05T18:24:48.041Z[ recovery-image] Aug 05 18:24:46.399 INFO O| Aug 05 18:24:46.399 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39252024-08-05T18:24:48.056Z[ recovery-image] Aug 05 18:24:46.414 INFO O| Aug 05 18:24:46.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
39262024-08-05T18:24:48.056Z[ recovery-image] Aug 05 18:24:46.414 INFO O| Aug 05 18:24:46.414 INFO STEP 79 (remove_files) COMPLETE
39272024-08-05T18:24:48.059Z[ recovery-image] Aug 05 18:24:46.414 INFO O| Aug 05 18:24:46.414 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39282024-08-05T18:24:48.069Z[ recovery-image] Aug 05 18:24:46.427 INFO O| Aug 05 18:24:46.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
39292024-08-05T18:24:48.069Z[ recovery-image] Aug 05 18:24:46.427 INFO O| Aug 05 18:24:46.427 INFO STEP 80 (remove_files) COMPLETE
39302024-08-05T18:24:48.069Z[ recovery-image] Aug 05 18:24:46.427 INFO O| Aug 05 18:24:46.427 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39312024-08-05T18:24:48.081Z[ recovery-image] Aug 05 18:24:46.439 INFO O| Aug 05 18:24:46.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
39322024-08-05T18:24:48.081Z[ recovery-image] Aug 05 18:24:46.439 INFO O| Aug 05 18:24:46.439 INFO STEP 81 (remove_files) COMPLETE
39332024-08-05T18:24:48.081Z[ recovery-image] Aug 05 18:24:46.439 INFO O| Aug 05 18:24:46.439 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39342024-08-05T18:24:48.093Z[ recovery-image] Aug 05 18:24:46.451 INFO O| Aug 05 18:24:46.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
39352024-08-05T18:24:48.093Z[ recovery-image] Aug 05 18:24:46.451 INFO O| Aug 05 18:24:46.451 INFO STEP 82 (remove_files) COMPLETE
39362024-08-05T18:24:48.096Z[ recovery-image] Aug 05 18:24:46.451 INFO O| Aug 05 18:24:46.451 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39372024-08-05T18:24:48.108Z[ recovery-image] Aug 05 18:24:46.466 INFO O| Aug 05 18:24:46.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
39382024-08-05T18:24:48.111Z[ recovery-image] Aug 05 18:24:46.467 INFO O| Aug 05 18:24:46.466 INFO STEP 83 (remove_files) COMPLETE
39392024-08-05T18:24:48.111Z[ recovery-image] Aug 05 18:24:46.467 INFO O| Aug 05 18:24:46.467 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39402024-08-05T18:24:48.119Z[ recovery-image] Aug 05 18:24:46.477 INFO O| Aug 05 18:24:46.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
39412024-08-05T18:24:48.119Z[ recovery-image] Aug 05 18:24:46.478 INFO O| Aug 05 18:24:46.478 INFO STEP 84 (remove_files) COMPLETE
39422024-08-05T18:24:48.122Z[ recovery-image] Aug 05 18:24:46.478 INFO O| Aug 05 18:24:46.478 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39432024-08-05T18:24:48.131Z[ recovery-image] Aug 05 18:24:46.489 INFO O| Aug 05 18:24:46.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
39442024-08-05T18:24:48.131Z[ recovery-image] Aug 05 18:24:46.489 INFO O| Aug 05 18:24:46.489 INFO STEP 85 (remove_files) COMPLETE
39452024-08-05T18:24:48.134Z[ recovery-image] Aug 05 18:24:46.489 INFO O| Aug 05 18:24:46.489 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39462024-08-05T18:24:48.142Z[ recovery-image] Aug 05 18:24:46.500 INFO O| Aug 05 18:24:46.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
39472024-08-05T18:24:48.142Z[ recovery-image] Aug 05 18:24:46.500 INFO O| Aug 05 18:24:46.500 INFO STEP 86 (remove_files) COMPLETE
39482024-08-05T18:24:48.145Z[ recovery-image] Aug 05 18:24:46.500 INFO O| Aug 05 18:24:46.500 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39492024-08-05T18:24:48.156Z[ recovery-image] Aug 05 18:24:46.514 INFO O| Aug 05 18:24:46.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
39502024-08-05T18:24:48.159Z[ recovery-image] Aug 05 18:24:46.515 INFO O| Aug 05 18:24:46.515 INFO STEP 87 (remove_files) COMPLETE
39512024-08-05T18:24:48.159Z[ recovery-image] Aug 05 18:24:46.515 INFO O| Aug 05 18:24:46.515 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39522024-08-05T18:24:48.170Z[ recovery-image] Aug 05 18:24:46.528 INFO O| Aug 05 18:24:46.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
39532024-08-05T18:24:48.170Z[ recovery-image] Aug 05 18:24:46.529 INFO O| Aug 05 18:24:46.529 INFO STEP 88 (remove_files) COMPLETE
39542024-08-05T18:24:48.170Z[ recovery-image] Aug 05 18:24:46.529 INFO O| Aug 05 18:24:46.529 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39552024-08-05T18:24:48.182Z[ recovery-image] Aug 05 18:24:46.540 INFO O| Aug 05 18:24:46.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
39562024-08-05T18:24:48.182Z[ recovery-image] Aug 05 18:24:46.540 INFO O| Aug 05 18:24:46.540 INFO STEP 89 (remove_files) COMPLETE
39572024-08-05T18:24:48.182Z[ recovery-image] Aug 05 18:24:46.540 INFO O| Aug 05 18:24:46.540 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39582024-08-05T18:24:48.189Z[ host-image] Aug 05 18:24:46.547 INFO O| Aug 05 18:24:46.547 INFO O| Planning: Fetching manifests: 6/6 100% complete
39592024-08-05T18:24:48.197Z[ recovery-image] Aug 05 18:24:46.555 INFO O| Aug 05 18:24:46.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
39602024-08-05T18:24:48.197Z[ recovery-image] Aug 05 18:24:46.555 INFO O| Aug 05 18:24:46.555 INFO STEP 90 (remove_files) COMPLETE
39612024-08-05T18:24:48.200Z[ recovery-image] Aug 05 18:24:46.555 INFO O| Aug 05 18:24:46.555 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39622024-08-05T18:24:48.213Z[ recovery-image] Aug 05 18:24:46.571 INFO O| Aug 05 18:24:46.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
39632024-08-05T18:24:48.213Z[ recovery-image] Aug 05 18:24:46.571 INFO O| Aug 05 18:24:46.571 INFO STEP 91 (remove_files) COMPLETE
39642024-08-05T18:24:48.213Z[ recovery-image] Aug 05 18:24:46.571 INFO O| Aug 05 18:24:46.571 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39652024-08-05T18:24:48.226Z[ recovery-image] Aug 05 18:24:46.584 INFO O| Aug 05 18:24:46.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
39662024-08-05T18:24:48.226Z[ recovery-image] Aug 05 18:24:46.584 INFO O| Aug 05 18:24:46.584 INFO STEP 92 (remove_files) COMPLETE
39672024-08-05T18:24:48.229Z[ recovery-image] Aug 05 18:24:46.585 INFO O| Aug 05 18:24:46.584 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39682024-08-05T18:24:48.234Z[ host-image] Aug 05 18:24:46.593 INFO O| Aug 05 18:24:46.592 INFO O| Planning: Package planning ... Done
39692024-08-05T18:24:48.242Z[ recovery-image] Aug 05 18:24:46.600 INFO O| Aug 05 18:24:46.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
39702024-08-05T18:24:48.242Z[ recovery-image] Aug 05 18:24:46.600 INFO O| Aug 05 18:24:46.600 INFO STEP 93 (remove_files) COMPLETE
39712024-08-05T18:24:48.242Z[ recovery-image] Aug 05 18:24:46.600 INFO O| Aug 05 18:24:46.600 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39722024-08-05T18:24:48.255Z[ recovery-image] Aug 05 18:24:46.613 INFO O| Aug 05 18:24:46.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
39732024-08-05T18:24:48.255Z[ recovery-image] Aug 05 18:24:46.613 INFO O| Aug 05 18:24:46.613 INFO STEP 94 (remove_files) COMPLETE
39742024-08-05T18:24:48.258Z[ recovery-image] Aug 05 18:24:46.613 INFO O| Aug 05 18:24:46.613 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39752024-08-05T18:24:48.264Z[ host-image] Aug 05 18:24:46.623 INFO O| Aug 05 18:24:46.623 INFO O| Planning: Merging actions ... Done
39762024-08-05T18:24:48.268Z[ recovery-image] Aug 05 18:24:46.625 INFO O| Aug 05 18:24:46.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
39772024-08-05T18:24:48.268Z[ recovery-image] Aug 05 18:24:46.625 INFO O| Aug 05 18:24:46.625 INFO STEP 95 (remove_files) COMPLETE
39782024-08-05T18:24:48.268Z[ recovery-image] Aug 05 18:24:46.625 INFO O| Aug 05 18:24:46.625 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39792024-08-05T18:24:48.282Z[ recovery-image] Aug 05 18:24:46.640 INFO O| Aug 05 18:24:46.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
39802024-08-05T18:24:48.282Z[ recovery-image] Aug 05 18:24:46.641 INFO O| Aug 05 18:24:46.640 INFO STEP 96 (remove_files) COMPLETE
39812024-08-05T18:24:48.283Z[ recovery-image] Aug 05 18:24:46.641 INFO O| Aug 05 18:24:46.641 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39822024-08-05T18:24:48.299Z[ recovery-image] Aug 05 18:24:46.657 INFO O| Aug 05 18:24:46.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
39832024-08-05T18:24:48.299Z[ recovery-image] Aug 05 18:24:46.657 INFO O| Aug 05 18:24:46.657 INFO STEP 97 (remove_files) COMPLETE
39842024-08-05T18:24:48.302Z[ recovery-image] Aug 05 18:24:46.657 INFO O| Aug 05 18:24:46.657 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39852024-08-05T18:24:48.315Z[ recovery-image] Aug 05 18:24:46.673 INFO O| Aug 05 18:24:46.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
39862024-08-05T18:24:48.316Z[ recovery-image] Aug 05 18:24:46.674 INFO O| Aug 05 18:24:46.674 INFO STEP 98 (remove_files) COMPLETE
39872024-08-05T18:24:48.318Z[ recovery-image] Aug 05 18:24:46.674 INFO O| Aug 05 18:24:46.674 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39882024-08-05T18:24:48.328Z[ recovery-image] Aug 05 18:24:46.686 INFO O| Aug 05 18:24:46.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
39892024-08-05T18:24:48.328Z[ recovery-image] Aug 05 18:24:46.686 INFO O| Aug 05 18:24:46.686 INFO STEP 99 (remove_files) COMPLETE
39902024-08-05T18:24:48.328Z[ recovery-image] Aug 05 18:24:46.686 INFO O| Aug 05 18:24:46.686 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39912024-08-05T18:24:48.343Z[ recovery-image] Aug 05 18:24:46.701 INFO O| Aug 05 18:24:46.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
39922024-08-05T18:24:48.345Z[ recovery-image] Aug 05 18:24:46.701 INFO O| Aug 05 18:24:46.701 INFO STEP 100 (remove_files) COMPLETE
39932024-08-05T18:24:48.345Z[ recovery-image] Aug 05 18:24:46.701 INFO O| Aug 05 18:24:46.701 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39942024-08-05T18:24:48.358Z[ recovery-image] Aug 05 18:24:46.716 INFO O| Aug 05 18:24:46.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
39952024-08-05T18:24:48.358Z[ recovery-image] Aug 05 18:24:46.716 INFO O| Aug 05 18:24:46.716 INFO STEP 101 (remove_files) COMPLETE
39962024-08-05T18:24:48.361Z[ recovery-image] Aug 05 18:24:46.716 INFO O| Aug 05 18:24:46.716 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
39972024-08-05T18:24:48.368Z[ host-image] Aug 05 18:24:46.727 INFO O| Aug 05 18:24:46.727 INFO O| Planning: Checking for conflicting actions ... Done
39982024-08-05T18:24:48.372Z[ recovery-image] Aug 05 18:24:46.730 INFO O| Aug 05 18:24:46.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
39992024-08-05T18:24:48.374Z[ recovery-image] Aug 05 18:24:46.730 INFO O| Aug 05 18:24:46.730 INFO STEP 102 (remove_files) COMPLETE
40002024-08-05T18:24:48.374Z[ recovery-image] Aug 05 18:24:46.730 INFO O| Aug 05 18:24:46.730 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40012024-08-05T18:24:48.378Z[ host-image] Aug 05 18:24:46.733 INFO O| Aug 05 18:24:46.733 INFO O| Planning: Consolidating action changes ... Done
40022024-08-05T18:24:48.387Z[ recovery-image] Aug 05 18:24:46.745 INFO O| Aug 05 18:24:46.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
40032024-08-05T18:24:48.390Z[ recovery-image] Aug 05 18:24:46.745 INFO O| Aug 05 18:24:46.745 INFO STEP 103 (remove_files) COMPLETE
40042024-08-05T18:24:48.390Z[ recovery-image] Aug 05 18:24:46.745 INFO O| Aug 05 18:24:46.745 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40052024-08-05T18:24:48.400Z[ recovery-image] Aug 05 18:24:46.758 INFO O| Aug 05 18:24:46.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
40062024-08-05T18:24:48.400Z[ recovery-image] Aug 05 18:24:46.758 INFO O| Aug 05 18:24:46.758 INFO STEP 104 (remove_files) COMPLETE
40072024-08-05T18:24:48.400Z[ recovery-image] Aug 05 18:24:46.758 INFO O| Aug 05 18:24:46.758 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40082024-08-05T18:24:48.410Z[ recovery-image] Aug 05 18:24:46.769 INFO O| Aug 05 18:24:46.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
40092024-08-05T18:24:48.413Z[ recovery-image] Aug 05 18:24:46.769 INFO O| Aug 05 18:24:46.769 INFO STEP 105 (remove_files) COMPLETE
40102024-08-05T18:24:48.414Z[ recovery-image] Aug 05 18:24:46.769 INFO O| Aug 05 18:24:46.769 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40112024-08-05T18:24:48.425Z[ recovery-image] Aug 05 18:24:46.783 INFO O| Aug 05 18:24:46.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
40122024-08-05T18:24:48.425Z[ recovery-image] Aug 05 18:24:46.783 INFO O| Aug 05 18:24:46.783 INFO STEP 106 (remove_files) COMPLETE
40132024-08-05T18:24:48.427Z[ recovery-image] Aug 05 18:24:46.783 INFO O| Aug 05 18:24:46.783 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40142024-08-05T18:24:48.439Z[ recovery-image] Aug 05 18:24:46.797 INFO O| Aug 05 18:24:46.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
40152024-08-05T18:24:48.444Z[ recovery-image] Aug 05 18:24:46.802 INFO O| Aug 05 18:24:46.802 INFO STEP 107 (remove_files) COMPLETE
40162024-08-05T18:24:48.444Z[ recovery-image] Aug 05 18:24:46.802 INFO O| Aug 05 18:24:46.802 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40172024-08-05T18:24:48.456Z[ recovery-image] Aug 05 18:24:46.814 INFO O| Aug 05 18:24:46.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
40182024-08-05T18:24:48.456Z[ recovery-image] Aug 05 18:24:46.814 INFO O| Aug 05 18:24:46.814 INFO STEP 108 (remove_files) COMPLETE
40192024-08-05T18:24:48.459Z[ recovery-image] Aug 05 18:24:46.814 INFO O| Aug 05 18:24:46.814 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40202024-08-05T18:24:48.474Z[ recovery-image] Aug 05 18:24:46.832 INFO O| Aug 05 18:24:46.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
40212024-08-05T18:24:48.474Z[ recovery-image] Aug 05 18:24:46.832 INFO O| Aug 05 18:24:46.832 INFO STEP 109 (remove_files) COMPLETE
40222024-08-05T18:24:48.474Z[ recovery-image] Aug 05 18:24:46.832 INFO O| Aug 05 18:24:46.832 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40232024-08-05T18:24:48.489Z[ recovery-image] Aug 05 18:24:46.847 INFO O| Aug 05 18:24:46.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
40242024-08-05T18:24:48.489Z[ recovery-image] Aug 05 18:24:46.847 INFO O| Aug 05 18:24:46.847 INFO STEP 110 (remove_files) COMPLETE
40252024-08-05T18:24:48.489Z[ recovery-image] Aug 05 18:24:46.847 INFO O| Aug 05 18:24:46.847 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40262024-08-05T18:24:48.502Z[ recovery-image] Aug 05 18:24:46.860 INFO O| Aug 05 18:24:46.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
40272024-08-05T18:24:48.502Z[ recovery-image] Aug 05 18:24:46.860 INFO O| Aug 05 18:24:46.860 INFO STEP 111 (remove_files) COMPLETE
40282024-08-05T18:24:48.502Z[ recovery-image] Aug 05 18:24:46.861 INFO O| Aug 05 18:24:46.860 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40292024-08-05T18:24:48.516Z[ recovery-image] Aug 05 18:24:46.874 INFO O| Aug 05 18:24:46.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
40302024-08-05T18:24:48.516Z[ recovery-image] Aug 05 18:24:46.874 INFO O| Aug 05 18:24:46.874 INFO STEP 112 (remove_files) COMPLETE
40312024-08-05T18:24:48.519Z[ recovery-image] Aug 05 18:24:46.874 INFO O| Aug 05 18:24:46.874 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40322024-08-05T18:24:48.529Z[ recovery-image] Aug 05 18:24:46.887 INFO O| Aug 05 18:24:46.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
40332024-08-05T18:24:48.529Z[ recovery-image] Aug 05 18:24:46.887 INFO O| Aug 05 18:24:46.887 INFO STEP 113 (remove_files) COMPLETE
40342024-08-05T18:24:48.531Z[ recovery-image] Aug 05 18:24:46.887 INFO O| Aug 05 18:24:46.887 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40352024-08-05T18:24:48.540Z[ recovery-image] Aug 05 18:24:46.898 INFO O| Aug 05 18:24:46.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
40362024-08-05T18:24:48.540Z[ recovery-image] Aug 05 18:24:46.898 INFO O| Aug 05 18:24:46.898 INFO STEP 114 (remove_files) COMPLETE
40372024-08-05T18:24:48.543Z[ recovery-image] Aug 05 18:24:46.898 INFO O| Aug 05 18:24:46.898 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40382024-08-05T18:24:48.551Z[ recovery-image] Aug 05 18:24:46.909 INFO O| Aug 05 18:24:46.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
40392024-08-05T18:24:48.551Z[ recovery-image] Aug 05 18:24:46.909 INFO O| Aug 05 18:24:46.909 INFO STEP 115 (remove_files) COMPLETE
40402024-08-05T18:24:48.554Z[ recovery-image] Aug 05 18:24:46.909 INFO O| Aug 05 18:24:46.909 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40412024-08-05T18:24:48.562Z[ recovery-image] Aug 05 18:24:46.920 INFO O| Aug 05 18:24:46.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
40422024-08-05T18:24:48.562Z[ recovery-image] Aug 05 18:24:46.920 INFO O| Aug 05 18:24:46.920 INFO STEP 116 (remove_files) COMPLETE
40432024-08-05T18:24:48.565Z[ recovery-image] Aug 05 18:24:46.920 INFO O| Aug 05 18:24:46.920 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40442024-08-05T18:24:48.573Z[ recovery-image] Aug 05 18:24:46.932 INFO O| Aug 05 18:24:46.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
40452024-08-05T18:24:48.574Z[ recovery-image] Aug 05 18:24:46.932 INFO O| Aug 05 18:24:46.932 INFO STEP 117 (remove_files) COMPLETE
40462024-08-05T18:24:48.576Z[ recovery-image] Aug 05 18:24:46.932 INFO O| Aug 05 18:24:46.932 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40472024-08-05T18:24:48.589Z[ recovery-image] Aug 05 18:24:46.947 INFO O| Aug 05 18:24:46.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
40482024-08-05T18:24:48.589Z[ recovery-image] Aug 05 18:24:46.947 INFO O| Aug 05 18:24:46.947 INFO STEP 118 (remove_files) COMPLETE
40492024-08-05T18:24:48.591Z[ recovery-image] Aug 05 18:24:46.947 INFO O| Aug 05 18:24:46.947 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40502024-08-05T18:24:48.603Z[ recovery-image] Aug 05 18:24:46.961 INFO O| Aug 05 18:24:46.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
40512024-08-05T18:24:48.603Z[ recovery-image] Aug 05 18:24:46.961 INFO O| Aug 05 18:24:46.961 INFO STEP 119 (remove_files) COMPLETE
40522024-08-05T18:24:48.606Z[ recovery-image] Aug 05 18:24:46.961 INFO O| Aug 05 18:24:46.961 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40532024-08-05T18:24:48.617Z[ recovery-image] Aug 05 18:24:46.975 INFO O| Aug 05 18:24:46.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
40542024-08-05T18:24:48.620Z[ recovery-image] Aug 05 18:24:46.975 INFO O| Aug 05 18:24:46.975 INFO STEP 120 (remove_files) COMPLETE
40552024-08-05T18:24:48.620Z[ recovery-image] Aug 05 18:24:46.976 INFO O| Aug 05 18:24:46.975 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40562024-08-05T18:24:48.633Z[ recovery-image] Aug 05 18:24:46.991 INFO O| Aug 05 18:24:46.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
40572024-08-05T18:24:48.636Z[ recovery-image] Aug 05 18:24:46.991 INFO O| Aug 05 18:24:46.991 INFO STEP 121 (remove_files) COMPLETE
40582024-08-05T18:24:48.636Z[ recovery-image] Aug 05 18:24:46.991 INFO O| Aug 05 18:24:46.991 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40592024-08-05T18:24:48.651Z[ recovery-image] Aug 05 18:24:47.009 INFO O| Aug 05 18:24:47.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
40602024-08-05T18:24:48.651Z[ recovery-image] Aug 05 18:24:47.009 INFO O| Aug 05 18:24:47.009 INFO STEP 122 (remove_files) COMPLETE
40612024-08-05T18:24:48.651Z[ recovery-image] Aug 05 18:24:47.009 INFO O| Aug 05 18:24:47.009 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40622024-08-05T18:24:48.667Z[ recovery-image] Aug 05 18:24:47.025 INFO O| Aug 05 18:24:47.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
40632024-08-05T18:24:48.667Z[ recovery-image] Aug 05 18:24:47.025 INFO O| Aug 05 18:24:47.025 INFO STEP 123 (remove_files) COMPLETE
40642024-08-05T18:24:48.670Z[ recovery-image] Aug 05 18:24:47.025 INFO O| Aug 05 18:24:47.025 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40652024-08-05T18:24:48.683Z[ recovery-image] Aug 05 18:24:47.041 INFO O| Aug 05 18:24:47.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
40662024-08-05T18:24:48.683Z[ recovery-image] Aug 05 18:24:47.041 INFO O| Aug 05 18:24:47.041 INFO STEP 124 (remove_files) COMPLETE
40672024-08-05T18:24:48.683Z[ recovery-image] Aug 05 18:24:47.041 INFO O| Aug 05 18:24:47.041 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40682024-08-05T18:24:48.689Z[ host-image] Aug 05 18:24:47.047 INFO O| Aug 05 18:24:47.047 INFO O| Planning: Evaluating mediators ... Done
40692024-08-05T18:24:48.693Z[ host-image] Aug 05 18:24:47.051 INFO O| Aug 05 18:24:47.051 INFO O| Planning: Planning completed in 3.19 seconds
40702024-08-05T18:24:48.695Z[ host-image] Aug 05 18:24:47.053 INFO O| Aug 05 18:24:47.052 INFO O| Packages to install: 6
40712024-08-05T18:24:48.695Z[ host-image] Aug 05 18:24:47.053 INFO O| Aug 05 18:24:47.053 INFO O| Mediators to change: 1
40722024-08-05T18:24:48.695Z[ host-image] Aug 05 18:24:47.053 INFO O| Aug 05 18:24:47.053 INFO O| Services to change: 1
40732024-08-05T18:24:48.698Z[ recovery-image] Aug 05 18:24:47.054 INFO O| Aug 05 18:24:47.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
40742024-08-05T18:24:48.698Z[ recovery-image] Aug 05 18:24:47.054 INFO O| Aug 05 18:24:47.054 INFO STEP 125 (remove_files) COMPLETE
40752024-08-05T18:24:48.698Z[ recovery-image] Aug 05 18:24:47.054 INFO O| Aug 05 18:24:47.054 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40762024-08-05T18:24:48.707Z[ recovery-image] Aug 05 18:24:47.065 INFO O| Aug 05 18:24:47.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
40772024-08-05T18:24:48.707Z[ recovery-image] Aug 05 18:24:47.065 INFO O| Aug 05 18:24:47.065 INFO STEP 126 (remove_files) COMPLETE
40782024-08-05T18:24:48.710Z[ recovery-image] Aug 05 18:24:47.065 INFO O| Aug 05 18:24:47.065 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40792024-08-05T18:24:48.710Z[ host-image] Aug 05 18:24:47.066 INFO O| Aug 05 18:24:47.066 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
40802024-08-05T18:24:48.718Z[ recovery-image] Aug 05 18:24:47.076 INFO O| Aug 05 18:24:47.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
40812024-08-05T18:24:48.718Z[ recovery-image] Aug 05 18:24:47.076 INFO O| Aug 05 18:24:47.076 INFO STEP 127 (remove_files) COMPLETE
40822024-08-05T18:24:48.721Z[ recovery-image] Aug 05 18:24:47.076 INFO O| Aug 05 18:24:47.076 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40832024-08-05T18:24:48.732Z[ recovery-image] Aug 05 18:24:47.090 INFO O| Aug 05 18:24:47.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
40842024-08-05T18:24:48.732Z[ recovery-image] Aug 05 18:24:47.090 INFO O| Aug 05 18:24:47.090 INFO STEP 128 (remove_files) COMPLETE
40852024-08-05T18:24:48.735Z[ recovery-image] Aug 05 18:24:47.090 INFO O| Aug 05 18:24:47.090 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40862024-08-05T18:24:48.742Z[ recovery-image] Aug 05 18:24:47.101 INFO O| Aug 05 18:24:47.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
40872024-08-05T18:24:48.742Z[ recovery-image] Aug 05 18:24:47.101 INFO O| Aug 05 18:24:47.101 INFO STEP 129 (remove_files) COMPLETE
40882024-08-05T18:24:48.745Z[ recovery-image] Aug 05 18:24:47.101 INFO O| Aug 05 18:24:47.101 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40892024-08-05T18:24:48.753Z[ recovery-image] Aug 05 18:24:47.111 INFO O| Aug 05 18:24:47.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
40902024-08-05T18:24:48.756Z[ recovery-image] Aug 05 18:24:47.111 INFO O| Aug 05 18:24:47.111 INFO STEP 130 (remove_files) COMPLETE
40912024-08-05T18:24:48.756Z[ recovery-image] Aug 05 18:24:47.111 INFO O| Aug 05 18:24:47.111 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40922024-08-05T18:24:48.764Z[ recovery-image] Aug 05 18:24:47.122 INFO O| Aug 05 18:24:47.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
40932024-08-05T18:24:48.764Z[ recovery-image] Aug 05 18:24:47.123 INFO O| Aug 05 18:24:47.123 INFO STEP 131 (remove_files) COMPLETE
40942024-08-05T18:24:48.767Z[ recovery-image] Aug 05 18:24:47.123 INFO O| Aug 05 18:24:47.123 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40952024-08-05T18:24:48.777Z[ recovery-image] Aug 05 18:24:47.135 INFO O| Aug 05 18:24:47.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
40962024-08-05T18:24:48.777Z[ recovery-image] Aug 05 18:24:47.135 INFO O| Aug 05 18:24:47.135 INFO STEP 132 (remove_files) COMPLETE
40972024-08-05T18:24:48.780Z[ recovery-image] Aug 05 18:24:47.135 INFO O| Aug 05 18:24:47.135 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
40982024-08-05T18:24:48.791Z[ recovery-image] Aug 05 18:24:47.149 INFO O| Aug 05 18:24:47.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
40992024-08-05T18:24:48.791Z[ recovery-image] Aug 05 18:24:47.149 INFO O| Aug 05 18:24:47.149 INFO STEP 133 (remove_files) COMPLETE
41002024-08-05T18:24:48.791Z[ recovery-image] Aug 05 18:24:47.149 INFO O| Aug 05 18:24:47.149 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41012024-08-05T18:24:48.804Z[ recovery-image] Aug 05 18:24:47.162 INFO O| Aug 05 18:24:47.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
41022024-08-05T18:24:48.804Z[ recovery-image] Aug 05 18:24:47.162 INFO O| Aug 05 18:24:47.162 INFO STEP 134 (remove_files) COMPLETE
41032024-08-05T18:24:48.807Z[ recovery-image] Aug 05 18:24:47.162 INFO O| Aug 05 18:24:47.162 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41042024-08-05T18:24:48.818Z[ recovery-image] Aug 05 18:24:47.176 INFO O| Aug 05 18:24:47.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
41052024-08-05T18:24:48.818Z[ recovery-image] Aug 05 18:24:47.176 INFO O| Aug 05 18:24:47.176 INFO STEP 135 (remove_files) COMPLETE
41062024-08-05T18:24:48.818Z[ recovery-image] Aug 05 18:24:47.176 INFO O| Aug 05 18:24:47.176 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41072024-08-05T18:24:48.831Z[ recovery-image] Aug 05 18:24:47.189 INFO O| Aug 05 18:24:47.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
41082024-08-05T18:24:48.831Z[ recovery-image] Aug 05 18:24:47.189 INFO O| Aug 05 18:24:47.189 INFO STEP 136 (remove_files) COMPLETE
41092024-08-05T18:24:48.834Z[ recovery-image] Aug 05 18:24:47.189 INFO O| Aug 05 18:24:47.189 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41102024-08-05T18:24:48.844Z[ recovery-image] Aug 05 18:24:47.202 INFO O| Aug 05 18:24:47.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
41112024-08-05T18:24:48.844Z[ recovery-image] Aug 05 18:24:47.202 INFO O| Aug 05 18:24:47.202 INFO STEP 137 (remove_files) COMPLETE
41122024-08-05T18:24:48.847Z[ recovery-image] Aug 05 18:24:47.202 INFO O| Aug 05 18:24:47.202 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41132024-08-05T18:24:48.858Z[ recovery-image] Aug 05 18:24:47.216 INFO O| Aug 05 18:24:47.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
41142024-08-05T18:24:48.858Z[ recovery-image] Aug 05 18:24:47.216 INFO O| Aug 05 18:24:47.216 INFO STEP 138 (remove_files) COMPLETE
41152024-08-05T18:24:48.860Z[ recovery-image] Aug 05 18:24:47.216 INFO O| Aug 05 18:24:47.216 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41162024-08-05T18:24:48.869Z[ recovery-image] Aug 05 18:24:47.227 INFO O| Aug 05 18:24:47.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
41172024-08-05T18:24:48.869Z[ recovery-image] Aug 05 18:24:47.227 INFO O| Aug 05 18:24:47.227 INFO STEP 139 (remove_files) COMPLETE
41182024-08-05T18:24:48.872Z[ recovery-image] Aug 05 18:24:47.227 INFO O| Aug 05 18:24:47.227 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41192024-08-05T18:24:48.880Z[ recovery-image] Aug 05 18:24:47.238 INFO O| Aug 05 18:24:47.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
41202024-08-05T18:24:48.882Z[ recovery-image] Aug 05 18:24:47.238 INFO O| Aug 05 18:24:47.238 INFO STEP 140 (remove_files) COMPLETE
41212024-08-05T18:24:48.882Z[ recovery-image] Aug 05 18:24:47.238 INFO O| Aug 05 18:24:47.238 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-08-05T18:24:48.890Z[ recovery-image] Aug 05 18:24:47.248 INFO O| Aug 05 18:24:47.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
41232024-08-05T18:24:48.890Z[ recovery-image] Aug 05 18:24:47.249 INFO O| Aug 05 18:24:47.248 INFO STEP 141 (remove_files) COMPLETE
41242024-08-05T18:24:48.890Z[ recovery-image] Aug 05 18:24:47.249 INFO O| Aug 05 18:24:47.249 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-08-05T18:24:48.901Z[ recovery-image] Aug 05 18:24:47.259 INFO O| Aug 05 18:24:47.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
41262024-08-05T18:24:48.901Z[ recovery-image] Aug 05 18:24:47.259 INFO O| Aug 05 18:24:47.259 INFO STEP 142 (remove_files) COMPLETE
41272024-08-05T18:24:48.904Z[ recovery-image] Aug 05 18:24:47.259 INFO O| Aug 05 18:24:47.259 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41282024-08-05T18:24:48.912Z[ recovery-image] Aug 05 18:24:47.270 INFO O| Aug 05 18:24:47.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
41292024-08-05T18:24:48.914Z[ recovery-image] Aug 05 18:24:47.270 INFO O| Aug 05 18:24:47.270 INFO STEP 143 (remove_files) COMPLETE
41302024-08-05T18:24:48.914Z[ recovery-image] Aug 05 18:24:47.270 INFO O| Aug 05 18:24:47.270 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41312024-08-05T18:24:48.922Z[ recovery-image] Aug 05 18:24:47.280 INFO O| Aug 05 18:24:47.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
41322024-08-05T18:24:48.922Z[ recovery-image] Aug 05 18:24:47.280 INFO O| Aug 05 18:24:47.280 INFO STEP 144 (remove_files) COMPLETE
41332024-08-05T18:24:48.925Z[ recovery-image] Aug 05 18:24:47.280 INFO O| Aug 05 18:24:47.280 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-08-05T18:24:48.932Z[ recovery-image] Aug 05 18:24:47.291 INFO O| Aug 05 18:24:47.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
41352024-08-05T18:24:48.935Z[ recovery-image] Aug 05 18:24:47.291 INFO O| Aug 05 18:24:47.291 INFO STEP 145 (remove_files) COMPLETE
41362024-08-05T18:24:48.935Z[ recovery-image] Aug 05 18:24:47.291 INFO O| Aug 05 18:24:47.291 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-08-05T18:24:48.943Z[ recovery-image] Aug 05 18:24:47.301 INFO O| Aug 05 18:24:47.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
41382024-08-05T18:24:48.946Z[ recovery-image] Aug 05 18:24:47.301 INFO O| Aug 05 18:24:47.301 INFO STEP 146 (remove_files) COMPLETE
41392024-08-05T18:24:48.946Z[ recovery-image] Aug 05 18:24:47.301 INFO O| Aug 05 18:24:47.301 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-08-05T18:24:48.954Z[ recovery-image] Aug 05 18:24:47.312 INFO O| Aug 05 18:24:47.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
41412024-08-05T18:24:48.956Z[ recovery-image] Aug 05 18:24:47.312 INFO O| Aug 05 18:24:47.312 INFO STEP 147 (remove_files) COMPLETE
41422024-08-05T18:24:48.956Z[ recovery-image] Aug 05 18:24:47.312 INFO O| Aug 05 18:24:47.312 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-08-05T18:24:48.966Z[ recovery-image] Aug 05 18:24:47.324 INFO O| Aug 05 18:24:47.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
41442024-08-05T18:24:48.966Z[ recovery-image] Aug 05 18:24:47.324 INFO O| Aug 05 18:24:47.324 INFO STEP 148 (remove_files) COMPLETE
41452024-08-05T18:24:48.969Z[ recovery-image] Aug 05 18:24:47.324 INFO O| Aug 05 18:24:47.324 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-08-05T18:24:48.976Z[ recovery-image] Aug 05 18:24:47.334 INFO O| Aug 05 18:24:47.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
41472024-08-05T18:24:48.976Z[ recovery-image] Aug 05 18:24:47.334 INFO O| Aug 05 18:24:47.334 INFO STEP 149 (remove_files) COMPLETE
41482024-08-05T18:24:48.979Z[ recovery-image] Aug 05 18:24:47.334 INFO O| Aug 05 18:24:47.334 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-08-05T18:24:48.986Z[ recovery-image] Aug 05 18:24:47.345 INFO O| Aug 05 18:24:47.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
41502024-08-05T18:24:48.986Z[ recovery-image] Aug 05 18:24:47.345 INFO O| Aug 05 18:24:47.345 INFO STEP 150 (remove_files) COMPLETE
41512024-08-05T18:24:48.986Z[ recovery-image] Aug 05 18:24:47.345 INFO O| Aug 05 18:24:47.345 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-08-05T18:24:48.997Z[ recovery-image] Aug 05 18:24:47.355 INFO O| Aug 05 18:24:47.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
41532024-08-05T18:24:48.997Z[ recovery-image] Aug 05 18:24:47.355 INFO O| Aug 05 18:24:47.355 INFO STEP 151 (remove_files) COMPLETE
41542024-08-05T18:24:49.000Z[ recovery-image] Aug 05 18:24:47.355 INFO O| Aug 05 18:24:47.355 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-08-05T18:24:49.008Z[ recovery-image] Aug 05 18:24:47.366 INFO O| Aug 05 18:24:47.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
41562024-08-05T18:24:49.011Z[ recovery-image] Aug 05 18:24:47.366 INFO O| Aug 05 18:24:47.366 INFO STEP 152 (remove_files) COMPLETE
41572024-08-05T18:24:49.011Z[ recovery-image] Aug 05 18:24:47.366 INFO O| Aug 05 18:24:47.366 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-08-05T18:24:49.019Z[ recovery-image] Aug 05 18:24:47.377 INFO O| Aug 05 18:24:47.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
41592024-08-05T18:24:49.022Z[ recovery-image] Aug 05 18:24:47.378 INFO O| Aug 05 18:24:47.378 INFO STEP 153 (remove_files) COMPLETE
41602024-08-05T18:24:49.022Z[ recovery-image] Aug 05 18:24:47.378 INFO O| Aug 05 18:24:47.378 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-08-05T18:24:49.031Z[ recovery-image] Aug 05 18:24:47.389 INFO O| Aug 05 18:24:47.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
41622024-08-05T18:24:49.031Z[ recovery-image] Aug 05 18:24:47.389 INFO O| Aug 05 18:24:47.389 INFO STEP 154 (remove_files) COMPLETE
41632024-08-05T18:24:49.031Z[ recovery-image] Aug 05 18:24:47.389 INFO O| Aug 05 18:24:47.389 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-08-05T18:24:49.042Z[ recovery-image] Aug 05 18:24:47.400 INFO O| Aug 05 18:24:47.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
41652024-08-05T18:24:49.042Z[ recovery-image] Aug 05 18:24:47.400 INFO O| Aug 05 18:24:47.400 INFO STEP 155 (remove_files) COMPLETE
41662024-08-05T18:24:49.045Z[ recovery-image] Aug 05 18:24:47.400 INFO O| Aug 05 18:24:47.400 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-08-05T18:24:49.052Z[ recovery-image] Aug 05 18:24:47.411 INFO O| Aug 05 18:24:47.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
41682024-08-05T18:24:49.053Z[ recovery-image] Aug 05 18:24:47.411 INFO O| Aug 05 18:24:47.411 INFO STEP 156 (remove_files) COMPLETE
41692024-08-05T18:24:49.055Z[ recovery-image] Aug 05 18:24:47.411 INFO O| Aug 05 18:24:47.411 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-08-05T18:24:49.064Z[ recovery-image] Aug 05 18:24:47.422 INFO O| Aug 05 18:24:47.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
41712024-08-05T18:24:49.064Z[ recovery-image] Aug 05 18:24:47.422 INFO O| Aug 05 18:24:47.422 INFO STEP 157 (remove_files) COMPLETE
41722024-08-05T18:24:49.064Z[ recovery-image] Aug 05 18:24:47.422 INFO O| Aug 05 18:24:47.422 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-08-05T18:24:49.075Z[ recovery-image] Aug 05 18:24:47.433 INFO O| Aug 05 18:24:47.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
41742024-08-05T18:24:49.078Z[ recovery-image] Aug 05 18:24:47.433 INFO O| Aug 05 18:24:47.433 INFO STEP 158 (remove_files) COMPLETE
41752024-08-05T18:24:49.078Z[ recovery-image] Aug 05 18:24:47.433 INFO O| Aug 05 18:24:47.433 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-08-05T18:24:49.086Z[ recovery-image] Aug 05 18:24:47.444 INFO O| Aug 05 18:24:47.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
41772024-08-05T18:24:49.088Z[ recovery-image] Aug 05 18:24:47.444 INFO O| Aug 05 18:24:47.444 INFO STEP 159 (remove_files) COMPLETE
41782024-08-05T18:24:49.089Z[ recovery-image] Aug 05 18:24:47.444 INFO O| Aug 05 18:24:47.444 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-08-05T18:24:49.096Z[ recovery-image] Aug 05 18:24:47.454 INFO O| Aug 05 18:24:47.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
41802024-08-05T18:24:49.099Z[ recovery-image] Aug 05 18:24:47.454 INFO O| Aug 05 18:24:47.454 INFO STEP 160 (remove_files) COMPLETE
41812024-08-05T18:24:49.099Z[ recovery-image] Aug 05 18:24:47.454 INFO O| Aug 05 18:24:47.454 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-08-05T18:24:49.106Z[ recovery-image] Aug 05 18:24:47.464 INFO O| Aug 05 18:24:47.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
41832024-08-05T18:24:49.106Z[ recovery-image] Aug 05 18:24:47.464 INFO O| Aug 05 18:24:47.464 INFO STEP 161 (remove_files) COMPLETE
41842024-08-05T18:24:49.106Z[ recovery-image] Aug 05 18:24:47.464 INFO O| Aug 05 18:24:47.464 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-08-05T18:24:49.117Z[ recovery-image] Aug 05 18:24:47.475 INFO O| Aug 05 18:24:47.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
41862024-08-05T18:24:49.117Z[ recovery-image] Aug 05 18:24:47.475 INFO O| Aug 05 18:24:47.475 INFO STEP 162 (remove_files) COMPLETE
41872024-08-05T18:24:49.119Z[ recovery-image] Aug 05 18:24:47.475 INFO O| Aug 05 18:24:47.475 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-08-05T18:24:49.127Z[ recovery-image] Aug 05 18:24:47.485 INFO O| Aug 05 18:24:47.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
41892024-08-05T18:24:49.130Z[ recovery-image] Aug 05 18:24:47.485 INFO O| Aug 05 18:24:47.485 INFO STEP 163 (remove_files) COMPLETE
41902024-08-05T18:24:49.130Z[ recovery-image] Aug 05 18:24:47.485 INFO O| Aug 05 18:24:47.485 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-08-05T18:24:49.137Z[ recovery-image] Aug 05 18:24:47.495 INFO O| Aug 05 18:24:47.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
41922024-08-05T18:24:49.137Z[ recovery-image] Aug 05 18:24:47.495 INFO O| Aug 05 18:24:47.495 INFO STEP 164 (remove_files) COMPLETE
41932024-08-05T18:24:49.140Z[ recovery-image] Aug 05 18:24:47.495 INFO O| Aug 05 18:24:47.495 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-08-05T18:24:49.147Z[ recovery-image] Aug 05 18:24:47.505 INFO O| Aug 05 18:24:47.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
41952024-08-05T18:24:49.149Z[ recovery-image] Aug 05 18:24:47.505 INFO O| Aug 05 18:24:47.505 INFO STEP 165 (remove_files) COMPLETE
41962024-08-05T18:24:49.149Z[ recovery-image] Aug 05 18:24:47.505 INFO O| Aug 05 18:24:47.505 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-08-05T18:24:49.156Z[ recovery-image] Aug 05 18:24:47.515 INFO O| Aug 05 18:24:47.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
41982024-08-05T18:24:49.157Z[ recovery-image] Aug 05 18:24:47.515 INFO O| Aug 05 18:24:47.515 INFO STEP 166 (remove_files) COMPLETE
41992024-08-05T18:24:49.159Z[ recovery-image] Aug 05 18:24:47.515 INFO O| Aug 05 18:24:47.515 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-08-05T18:24:49.166Z[ recovery-image] Aug 05 18:24:47.524 INFO O| Aug 05 18:24:47.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
42012024-08-05T18:24:49.166Z[ recovery-image] Aug 05 18:24:47.525 INFO O| Aug 05 18:24:47.524 INFO STEP 167 (remove_files) COMPLETE
42022024-08-05T18:24:49.166Z[ recovery-image] Aug 05 18:24:47.525 INFO O| Aug 05 18:24:47.525 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-08-05T18:24:49.177Z[ recovery-image] Aug 05 18:24:47.535 INFO O| Aug 05 18:24:47.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
42042024-08-05T18:24:49.177Z[ recovery-image] Aug 05 18:24:47.535 INFO O| Aug 05 18:24:47.535 INFO STEP 168 (remove_files) COMPLETE
42052024-08-05T18:24:49.180Z[ recovery-image] Aug 05 18:24:47.535 INFO O| Aug 05 18:24:47.535 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-08-05T18:24:49.187Z[ recovery-image] Aug 05 18:24:47.546 INFO O| Aug 05 18:24:47.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
42072024-08-05T18:24:49.187Z[ recovery-image] Aug 05 18:24:47.546 INFO O| Aug 05 18:24:47.546 INFO STEP 169 (remove_files) COMPLETE
42082024-08-05T18:24:49.190Z[ recovery-image] Aug 05 18:24:47.546 INFO O| Aug 05 18:24:47.546 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-08-05T18:24:49.197Z[ recovery-image] Aug 05 18:24:47.555 INFO O| Aug 05 18:24:47.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
42102024-08-05T18:24:49.200Z[ recovery-image] Aug 05 18:24:47.556 INFO O| Aug 05 18:24:47.556 INFO STEP 170 (remove_files) COMPLETE
42112024-08-05T18:24:49.200Z[ recovery-image] Aug 05 18:24:47.556 INFO O| Aug 05 18:24:47.556 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42122024-08-05T18:24:49.207Z[ recovery-image] Aug 05 18:24:47.565 INFO O| Aug 05 18:24:47.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
42132024-08-05T18:24:49.207Z[ recovery-image] Aug 05 18:24:47.565 INFO O| Aug 05 18:24:47.565 INFO STEP 171 (remove_files) COMPLETE
42142024-08-05T18:24:49.210Z[ recovery-image] Aug 05 18:24:47.566 INFO O| Aug 05 18:24:47.565 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42152024-08-05T18:24:49.217Z[ recovery-image] Aug 05 18:24:47.575 INFO O| Aug 05 18:24:47.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
42162024-08-05T18:24:49.220Z[ recovery-image] Aug 05 18:24:47.576 INFO O| Aug 05 18:24:47.576 INFO STEP 172 (remove_files) COMPLETE
42172024-08-05T18:24:49.220Z[ recovery-image] Aug 05 18:24:47.576 INFO O| Aug 05 18:24:47.576 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42182024-08-05T18:24:49.228Z[ recovery-image] Aug 05 18:24:47.586 INFO O| Aug 05 18:24:47.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
42192024-08-05T18:24:49.228Z[ recovery-image] Aug 05 18:24:47.586 INFO O| Aug 05 18:24:47.586 INFO STEP 173 (remove_files) COMPLETE
42202024-08-05T18:24:49.232Z[ recovery-image] Aug 05 18:24:47.587 INFO O| Aug 05 18:24:47.586 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-08-05T18:24:49.239Z[ recovery-image] Aug 05 18:24:47.597 INFO O| Aug 05 18:24:47.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
42222024-08-05T18:24:49.242Z[ recovery-image] Aug 05 18:24:47.597 INFO O| Aug 05 18:24:47.597 INFO STEP 174 (remove_files) COMPLETE
42232024-08-05T18:24:49.242Z[ recovery-image] Aug 05 18:24:47.597 INFO O| Aug 05 18:24:47.597 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-08-05T18:24:49.249Z[ recovery-image] Aug 05 18:24:47.607 INFO O| Aug 05 18:24:47.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
42252024-08-05T18:24:49.251Z[ recovery-image] Aug 05 18:24:47.607 INFO O| Aug 05 18:24:47.607 INFO STEP 175 (remove_files) COMPLETE
42262024-08-05T18:24:49.251Z[ recovery-image] Aug 05 18:24:47.607 INFO O| Aug 05 18:24:47.607 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-08-05T18:24:49.261Z[ recovery-image] Aug 05 18:24:47.619 INFO O| Aug 05 18:24:47.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
42282024-08-05T18:24:49.261Z[ recovery-image] Aug 05 18:24:47.619 INFO O| Aug 05 18:24:47.619 INFO STEP 176 (remove_files) COMPLETE
42292024-08-05T18:24:49.261Z[ recovery-image] Aug 05 18:24:47.619 INFO O| Aug 05 18:24:47.619 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42302024-08-05T18:24:49.273Z[ recovery-image] Aug 05 18:24:47.631 INFO O| Aug 05 18:24:47.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
42312024-08-05T18:24:49.275Z[ recovery-image] Aug 05 18:24:47.631 INFO O| Aug 05 18:24:47.631 INFO STEP 177 (remove_files) COMPLETE
42322024-08-05T18:24:49.275Z[ recovery-image] Aug 05 18:24:47.631 INFO O| Aug 05 18:24:47.631 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42332024-08-05T18:24:49.283Z[ recovery-image] Aug 05 18:24:47.641 INFO O| Aug 05 18:24:47.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
42342024-08-05T18:24:49.286Z[ recovery-image] Aug 05 18:24:47.641 INFO O| Aug 05 18:24:47.641 INFO STEP 178 (remove_files) COMPLETE
42352024-08-05T18:24:49.286Z[ recovery-image] Aug 05 18:24:47.641 INFO O| Aug 05 18:24:47.641 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42362024-08-05T18:24:49.293Z[ recovery-image] Aug 05 18:24:47.651 INFO O| Aug 05 18:24:47.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
42372024-08-05T18:24:49.296Z[ recovery-image] Aug 05 18:24:47.651 INFO O| Aug 05 18:24:47.651 INFO STEP 179 (remove_files) COMPLETE
42382024-08-05T18:24:49.296Z[ recovery-image] Aug 05 18:24:47.651 INFO O| Aug 05 18:24:47.651 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42392024-08-05T18:24:49.303Z[ recovery-image] Aug 05 18:24:47.661 INFO O| Aug 05 18:24:47.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
42402024-08-05T18:24:49.306Z[ recovery-image] Aug 05 18:24:47.661 INFO O| Aug 05 18:24:47.661 INFO STEP 180 (remove_files) COMPLETE
42412024-08-05T18:24:49.306Z[ recovery-image] Aug 05 18:24:47.661 INFO O| Aug 05 18:24:47.661 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42422024-08-05T18:24:49.313Z[ recovery-image] Aug 05 18:24:47.671 INFO O| Aug 05 18:24:47.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
42432024-08-05T18:24:49.313Z[ recovery-image] Aug 05 18:24:47.672 INFO O| Aug 05 18:24:47.671 INFO STEP 181 (remove_files) COMPLETE
42442024-08-05T18:24:49.316Z[ recovery-image] Aug 05 18:24:47.672 INFO O| Aug 05 18:24:47.672 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42452024-08-05T18:24:49.324Z[ recovery-image] Aug 05 18:24:47.682 INFO O| Aug 05 18:24:47.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
42462024-08-05T18:24:49.324Z[ recovery-image] Aug 05 18:24:47.682 INFO O| Aug 05 18:24:47.682 INFO STEP 182 (remove_files) COMPLETE
42472024-08-05T18:24:49.330Z[ recovery-image] Aug 05 18:24:47.682 INFO O| Aug 05 18:24:47.682 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42482024-08-05T18:24:49.335Z[ recovery-image] Aug 05 18:24:47.692 INFO O| Aug 05 18:24:47.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
42492024-08-05T18:24:49.335Z[ recovery-image] Aug 05 18:24:47.692 INFO O| Aug 05 18:24:47.692 INFO STEP 183 (remove_files) COMPLETE
42502024-08-05T18:24:49.335Z[ recovery-image] Aug 05 18:24:47.692 INFO O| Aug 05 18:24:47.692 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42512024-08-05T18:24:49.344Z[ recovery-image] Aug 05 18:24:47.703 INFO O| Aug 05 18:24:47.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
42522024-08-05T18:24:49.345Z[ recovery-image] Aug 05 18:24:47.703 INFO O| Aug 05 18:24:47.703 INFO STEP 184 (remove_files) COMPLETE
42532024-08-05T18:24:49.345Z[ recovery-image] Aug 05 18:24:47.703 INFO O| Aug 05 18:24:47.703 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42542024-08-05T18:24:49.354Z[ recovery-image] Aug 05 18:24:47.712 INFO O| Aug 05 18:24:47.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
42552024-08-05T18:24:49.354Z[ recovery-image] Aug 05 18:24:47.713 INFO O| Aug 05 18:24:47.712 INFO STEP 185 (remove_files) COMPLETE
42562024-08-05T18:24:49.357Z[ recovery-image] Aug 05 18:24:47.713 INFO O| Aug 05 18:24:47.713 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42572024-08-05T18:24:49.364Z[ recovery-image] Aug 05 18:24:47.722 INFO O| Aug 05 18:24:47.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
42582024-08-05T18:24:49.367Z[ recovery-image] Aug 05 18:24:47.722 INFO O| Aug 05 18:24:47.722 INFO STEP 186 (remove_files) COMPLETE
42592024-08-05T18:24:49.367Z[ recovery-image] Aug 05 18:24:47.722 INFO O| Aug 05 18:24:47.722 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42602024-08-05T18:24:49.374Z[ recovery-image] Aug 05 18:24:47.732 INFO O| Aug 05 18:24:47.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
42612024-08-05T18:24:49.374Z[ recovery-image] Aug 05 18:24:47.732 INFO O| Aug 05 18:24:47.732 INFO STEP 187 (remove_files) COMPLETE
42622024-08-05T18:24:49.377Z[ recovery-image] Aug 05 18:24:47.732 INFO O| Aug 05 18:24:47.732 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42632024-08-05T18:24:49.384Z[ recovery-image] Aug 05 18:24:47.742 INFO O| Aug 05 18:24:47.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
42642024-08-05T18:24:49.387Z[ recovery-image] Aug 05 18:24:47.742 INFO O| Aug 05 18:24:47.742 INFO STEP 188 (remove_files) COMPLETE
42652024-08-05T18:24:49.387Z[ recovery-image] Aug 05 18:24:47.742 INFO O| Aug 05 18:24:47.742 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-08-05T18:24:49.394Z[ recovery-image] Aug 05 18:24:47.752 INFO O| Aug 05 18:24:47.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
42672024-08-05T18:24:49.397Z[ recovery-image] Aug 05 18:24:47.752 INFO O| Aug 05 18:24:47.752 INFO STEP 189 (remove_files) COMPLETE
42682024-08-05T18:24:49.397Z[ recovery-image] Aug 05 18:24:47.752 INFO O| Aug 05 18:24:47.752 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-08-05T18:24:49.405Z[ recovery-image] Aug 05 18:24:47.763 INFO O| Aug 05 18:24:47.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
42702024-08-05T18:24:49.405Z[ recovery-image] Aug 05 18:24:47.763 INFO O| Aug 05 18:24:47.763 INFO STEP 190 (remove_files) COMPLETE
42712024-08-05T18:24:49.405Z[ recovery-image] Aug 05 18:24:47.763 INFO O| Aug 05 18:24:47.763 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-08-05T18:24:49.416Z[ recovery-image] Aug 05 18:24:47.774 INFO O| Aug 05 18:24:47.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
42732024-08-05T18:24:49.416Z[ recovery-image] Aug 05 18:24:47.774 INFO O| Aug 05 18:24:47.774 INFO STEP 191 (remove_files) COMPLETE
42742024-08-05T18:24:49.419Z[ recovery-image] Aug 05 18:24:47.774 INFO O| Aug 05 18:24:47.774 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42752024-08-05T18:24:49.426Z[ recovery-image] Aug 05 18:24:47.784 INFO O| Aug 05 18:24:47.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
42762024-08-05T18:24:49.426Z[ recovery-image] Aug 05 18:24:47.784 INFO O| Aug 05 18:24:47.784 INFO STEP 192 (remove_files) COMPLETE
42772024-08-05T18:24:49.434Z[ recovery-image] Aug 05 18:24:47.784 INFO O| Aug 05 18:24:47.784 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42782024-08-05T18:24:49.438Z[ recovery-image] Aug 05 18:24:47.794 INFO O| Aug 05 18:24:47.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
42792024-08-05T18:24:49.438Z[ recovery-image] Aug 05 18:24:47.794 INFO O| Aug 05 18:24:47.794 INFO STEP 193 (remove_files) COMPLETE
42802024-08-05T18:24:49.438Z[ recovery-image] Aug 05 18:24:47.794 INFO O| Aug 05 18:24:47.794 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42812024-08-05T18:24:49.446Z[ recovery-image] Aug 05 18:24:47.804 INFO O| Aug 05 18:24:47.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
42822024-08-05T18:24:49.449Z[ recovery-image] Aug 05 18:24:47.804 INFO O| Aug 05 18:24:47.804 INFO STEP 194 (remove_files) COMPLETE
42832024-08-05T18:24:49.449Z[ recovery-image] Aug 05 18:24:47.804 INFO O| Aug 05 18:24:47.804 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42842024-08-05T18:24:49.456Z[ recovery-image] Aug 05 18:24:47.814 INFO O| Aug 05 18:24:47.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
42852024-08-05T18:24:49.456Z[ recovery-image] Aug 05 18:24:47.814 INFO O| Aug 05 18:24:47.814 INFO STEP 195 (remove_files) COMPLETE
42862024-08-05T18:24:49.459Z[ recovery-image] Aug 05 18:24:47.814 INFO O| Aug 05 18:24:47.814 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42872024-08-05T18:24:49.466Z[ recovery-image] Aug 05 18:24:47.824 INFO O| Aug 05 18:24:47.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
42882024-08-05T18:24:49.466Z[ recovery-image] Aug 05 18:24:47.824 INFO O| Aug 05 18:24:47.824 INFO STEP 196 (remove_files) COMPLETE
42892024-08-05T18:24:49.469Z[ recovery-image] Aug 05 18:24:47.824 INFO O| Aug 05 18:24:47.824 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-08-05T18:24:49.476Z[ recovery-image] Aug 05 18:24:47.834 INFO O| Aug 05 18:24:47.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
42912024-08-05T18:24:49.476Z[ recovery-image] Aug 05 18:24:47.834 INFO O| Aug 05 18:24:47.834 INFO STEP 197 (remove_files) COMPLETE
42922024-08-05T18:24:49.476Z[ recovery-image] Aug 05 18:24:47.834 INFO O| Aug 05 18:24:47.834 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-08-05T18:24:49.485Z[ recovery-image] Aug 05 18:24:47.843 INFO O| Aug 05 18:24:47.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
42942024-08-05T18:24:49.488Z[ recovery-image] Aug 05 18:24:47.844 INFO O| Aug 05 18:24:47.844 INFO STEP 198 (remove_files) COMPLETE
42952024-08-05T18:24:49.488Z[ recovery-image] Aug 05 18:24:47.844 INFO O| Aug 05 18:24:47.844 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-08-05T18:24:49.495Z[ recovery-image] Aug 05 18:24:47.853 INFO O| Aug 05 18:24:47.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
42972024-08-05T18:24:49.495Z[ recovery-image] Aug 05 18:24:47.853 INFO O| Aug 05 18:24:47.853 INFO STEP 199 (remove_files) COMPLETE
42982024-08-05T18:24:49.498Z[ recovery-image] Aug 05 18:24:47.853 INFO O| Aug 05 18:24:47.853 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-08-05T18:24:49.505Z[ recovery-image] Aug 05 18:24:47.863 INFO O| Aug 05 18:24:47.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
43002024-08-05T18:24:49.505Z[ recovery-image] Aug 05 18:24:47.864 INFO O| Aug 05 18:24:47.864 INFO STEP 200 (remove_files) COMPLETE
43012024-08-05T18:24:49.506Z[ recovery-image] Aug 05 18:24:47.864 INFO O| Aug 05 18:24:47.864 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-08-05T18:24:49.516Z[ recovery-image] Aug 05 18:24:47.874 INFO O| Aug 05 18:24:47.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
43032024-08-05T18:24:49.519Z[ recovery-image] Aug 05 18:24:47.874 INFO O| Aug 05 18:24:47.874 INFO STEP 201 (remove_files) COMPLETE
43042024-08-05T18:24:49.519Z[ recovery-image] Aug 05 18:24:47.874 INFO O| Aug 05 18:24:47.874 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-08-05T18:24:49.526Z[ recovery-image] Aug 05 18:24:47.884 INFO O| Aug 05 18:24:47.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
43062024-08-05T18:24:49.527Z[ recovery-image] Aug 05 18:24:47.884 INFO O| Aug 05 18:24:47.884 INFO STEP 202 (remove_files) COMPLETE
43072024-08-05T18:24:49.529Z[ recovery-image] Aug 05 18:24:47.885 INFO O| Aug 05 18:24:47.884 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-08-05T18:24:49.537Z[ recovery-image] Aug 05 18:24:47.895 INFO O| Aug 05 18:24:47.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
43092024-08-05T18:24:49.537Z[ recovery-image] Aug 05 18:24:47.895 INFO O| Aug 05 18:24:47.895 INFO STEP 203 (remove_files) COMPLETE
43102024-08-05T18:24:49.540Z[ recovery-image] Aug 05 18:24:47.895 INFO O| Aug 05 18:24:47.895 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-08-05T18:24:49.547Z[ recovery-image] Aug 05 18:24:47.905 INFO O| Aug 05 18:24:47.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
43122024-08-05T18:24:49.547Z[ recovery-image] Aug 05 18:24:47.905 INFO O| Aug 05 18:24:47.905 INFO STEP 204 (remove_files) COMPLETE
43132024-08-05T18:24:49.550Z[ recovery-image] Aug 05 18:24:47.905 INFO O| Aug 05 18:24:47.905 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-08-05T18:24:49.557Z[ recovery-image] Aug 05 18:24:47.915 INFO O| Aug 05 18:24:47.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
43152024-08-05T18:24:49.560Z[ recovery-image] Aug 05 18:24:47.915 INFO O| Aug 05 18:24:47.915 INFO STEP 205 (remove_files) COMPLETE
43162024-08-05T18:24:49.560Z[ recovery-image] Aug 05 18:24:47.915 INFO O| Aug 05 18:24:47.915 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-08-05T18:24:49.567Z[ recovery-image] Aug 05 18:24:47.925 INFO O| Aug 05 18:24:47.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
43182024-08-05T18:24:49.569Z[ recovery-image] Aug 05 18:24:47.925 INFO O| Aug 05 18:24:47.925 INFO STEP 206 (remove_files) COMPLETE
43192024-08-05T18:24:49.569Z[ recovery-image] Aug 05 18:24:47.925 INFO O| Aug 05 18:24:47.925 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-08-05T18:24:49.577Z[ recovery-image] Aug 05 18:24:47.935 INFO O| Aug 05 18:24:47.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
43212024-08-05T18:24:49.577Z[ recovery-image] Aug 05 18:24:47.935 INFO O| Aug 05 18:24:47.935 INFO STEP 207 (remove_files) COMPLETE
43222024-08-05T18:24:49.580Z[ recovery-image] Aug 05 18:24:47.935 INFO O| Aug 05 18:24:47.935 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-08-05T18:24:49.587Z[ recovery-image] Aug 05 18:24:47.945 INFO O| Aug 05 18:24:47.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
43242024-08-05T18:24:49.587Z[ recovery-image] Aug 05 18:24:47.945 INFO O| Aug 05 18:24:47.945 INFO STEP 208 (remove_files) COMPLETE
43252024-08-05T18:24:49.587Z[ recovery-image] Aug 05 18:24:47.945 INFO O| Aug 05 18:24:47.945 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-08-05T18:24:49.597Z[ recovery-image] Aug 05 18:24:47.955 INFO O| Aug 05 18:24:47.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
43272024-08-05T18:24:49.597Z[ recovery-image] Aug 05 18:24:47.955 INFO O| Aug 05 18:24:47.955 INFO STEP 209 (remove_files) COMPLETE
43282024-08-05T18:24:49.597Z[ recovery-image] Aug 05 18:24:47.955 INFO O| Aug 05 18:24:47.955 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-08-05T18:24:49.608Z[ recovery-image] Aug 05 18:24:47.966 INFO O| Aug 05 18:24:47.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
43302024-08-05T18:24:49.611Z[ recovery-image] Aug 05 18:24:47.966 INFO O| Aug 05 18:24:47.966 INFO STEP 210 (remove_files) COMPLETE
43312024-08-05T18:24:49.611Z[ recovery-image] Aug 05 18:24:47.966 INFO O| Aug 05 18:24:47.966 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-08-05T18:24:49.618Z[ recovery-image] Aug 05 18:24:47.976 INFO O| Aug 05 18:24:47.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
43332024-08-05T18:24:49.621Z[ recovery-image] Aug 05 18:24:47.976 INFO O| Aug 05 18:24:47.976 INFO STEP 211 (remove_files) COMPLETE
43342024-08-05T18:24:49.621Z[ recovery-image] Aug 05 18:24:47.976 INFO O| Aug 05 18:24:47.976 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-08-05T18:24:49.628Z[ recovery-image] Aug 05 18:24:47.986 INFO O| Aug 05 18:24:47.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
43362024-08-05T18:24:49.628Z[ recovery-image] Aug 05 18:24:47.986 INFO O| Aug 05 18:24:47.986 INFO STEP 212 (remove_files) COMPLETE
43372024-08-05T18:24:49.628Z[ recovery-image] Aug 05 18:24:47.986 INFO O| Aug 05 18:24:47.986 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-08-05T18:24:49.638Z[ recovery-image] Aug 05 18:24:47.996 INFO O| Aug 05 18:24:47.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
43392024-08-05T18:24:49.638Z[ recovery-image] Aug 05 18:24:47.996 INFO O| Aug 05 18:24:47.996 INFO STEP 213 (remove_files) COMPLETE
43402024-08-05T18:24:49.638Z[ recovery-image] Aug 05 18:24:47.996 INFO O| Aug 05 18:24:47.996 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-08-05T18:24:49.649Z[ recovery-image] Aug 05 18:24:48.007 INFO O| Aug 05 18:24:48.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
43422024-08-05T18:24:49.649Z[ recovery-image] Aug 05 18:24:48.007 INFO O| Aug 05 18:24:48.007 INFO STEP 214 (remove_files) COMPLETE
43432024-08-05T18:24:49.649Z[ recovery-image] Aug 05 18:24:48.007 INFO O| Aug 05 18:24:48.007 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-08-05T18:24:49.659Z[ recovery-image] Aug 05 18:24:48.017 INFO O| Aug 05 18:24:48.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
43452024-08-05T18:24:49.659Z[ recovery-image] Aug 05 18:24:48.017 INFO O| Aug 05 18:24:48.017 INFO STEP 215 (remove_files) COMPLETE
43462024-08-05T18:24:49.662Z[ recovery-image] Aug 05 18:24:48.017 INFO O| Aug 05 18:24:48.017 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-08-05T18:24:49.669Z[ recovery-image] Aug 05 18:24:48.027 INFO O| Aug 05 18:24:48.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
43482024-08-05T18:24:49.669Z[ recovery-image] Aug 05 18:24:48.027 INFO O| Aug 05 18:24:48.027 INFO STEP 216 (remove_files) COMPLETE
43492024-08-05T18:24:49.669Z[ recovery-image] Aug 05 18:24:48.027 INFO O| Aug 05 18:24:48.027 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-08-05T18:24:49.679Z[ recovery-image] Aug 05 18:24:48.037 INFO O| Aug 05 18:24:48.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
43512024-08-05T18:24:49.679Z[ recovery-image] Aug 05 18:24:48.037 INFO O| Aug 05 18:24:48.037 INFO STEP 217 (remove_files) COMPLETE
43522024-08-05T18:24:49.679Z[ recovery-image] Aug 05 18:24:48.037 INFO O| Aug 05 18:24:48.037 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-08-05T18:24:49.689Z[ recovery-image] Aug 05 18:24:48.047 INFO O| Aug 05 18:24:48.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
43542024-08-05T18:24:49.689Z[ recovery-image] Aug 05 18:24:48.047 INFO O| Aug 05 18:24:48.047 INFO STEP 218 (remove_files) COMPLETE
43552024-08-05T18:24:49.692Z[ recovery-image] Aug 05 18:24:48.047 INFO O| Aug 05 18:24:48.047 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-08-05T18:24:49.699Z[ recovery-image] Aug 05 18:24:48.057 INFO O| Aug 05 18:24:48.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
43572024-08-05T18:24:49.702Z[ recovery-image] Aug 05 18:24:48.057 INFO O| Aug 05 18:24:48.057 INFO STEP 219 (remove_files) COMPLETE
43582024-08-05T18:24:49.702Z[ recovery-image] Aug 05 18:24:48.057 INFO O| Aug 05 18:24:48.057 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-08-05T18:24:49.709Z[ recovery-image] Aug 05 18:24:48.067 INFO O| Aug 05 18:24:48.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
43602024-08-05T18:24:49.709Z[ recovery-image] Aug 05 18:24:48.067 INFO O| Aug 05 18:24:48.067 INFO STEP 220 (remove_files) COMPLETE
43612024-08-05T18:24:49.709Z[ recovery-image] Aug 05 18:24:48.067 INFO O| Aug 05 18:24:48.067 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-08-05T18:24:49.721Z[ recovery-image] Aug 05 18:24:48.079 INFO O| Aug 05 18:24:48.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
43632024-08-05T18:24:49.721Z[ recovery-image] Aug 05 18:24:48.079 INFO O| Aug 05 18:24:48.079 INFO STEP 221 (remove_files) COMPLETE
43642024-08-05T18:24:49.724Z[ recovery-image] Aug 05 18:24:48.079 INFO O| Aug 05 18:24:48.079 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-08-05T18:24:49.733Z[ recovery-image] Aug 05 18:24:48.091 INFO O| Aug 05 18:24:48.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
43662024-08-05T18:24:49.733Z[ recovery-image] Aug 05 18:24:48.091 INFO O| Aug 05 18:24:48.091 INFO STEP 222 (remove_files) COMPLETE
43672024-08-05T18:24:49.733Z[ recovery-image] Aug 05 18:24:48.091 INFO O| Aug 05 18:24:48.091 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-08-05T18:24:49.744Z[ recovery-image] Aug 05 18:24:48.102 INFO O| Aug 05 18:24:48.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
43692024-08-05T18:24:49.744Z[ recovery-image] Aug 05 18:24:48.102 INFO O| Aug 05 18:24:48.102 INFO STEP 223 (remove_files) COMPLETE
43702024-08-05T18:24:49.747Z[ recovery-image] Aug 05 18:24:48.102 INFO O| Aug 05 18:24:48.102 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-08-05T18:24:49.755Z[ recovery-image] Aug 05 18:24:48.112 INFO O| Aug 05 18:24:48.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
43722024-08-05T18:24:49.755Z[ recovery-image] Aug 05 18:24:48.113 INFO O| Aug 05 18:24:48.112 INFO STEP 224 (remove_files) COMPLETE
43732024-08-05T18:24:49.755Z[ recovery-image] Aug 05 18:24:48.113 INFO O| Aug 05 18:24:48.113 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-08-05T18:24:49.765Z[ recovery-image] Aug 05 18:24:48.123 INFO O| Aug 05 18:24:48.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
43752024-08-05T18:24:49.783Z[ recovery-image] Aug 05 18:24:48.123 INFO O| Aug 05 18:24:48.123 INFO STEP 225 (remove_files) COMPLETE
43762024-08-05T18:24:49.783Z[ recovery-image] Aug 05 18:24:48.123 INFO O| Aug 05 18:24:48.123 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-08-05T18:24:49.788Z[ recovery-image] Aug 05 18:24:48.134 INFO O| Aug 05 18:24:48.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
43782024-08-05T18:24:49.789Z[ recovery-image] Aug 05 18:24:48.134 INFO O| Aug 05 18:24:48.134 INFO STEP 226 (remove_files) COMPLETE
43792024-08-05T18:24:49.789Z[ recovery-image] Aug 05 18:24:48.134 INFO O| Aug 05 18:24:48.134 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-08-05T18:24:49.789Z[ recovery-image] Aug 05 18:24:48.145 INFO O| Aug 05 18:24:48.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
43812024-08-05T18:24:49.789Z[ recovery-image] Aug 05 18:24:48.145 INFO O| Aug 05 18:24:48.145 INFO STEP 227 (remove_files) COMPLETE
43822024-08-05T18:24:49.789Z[ recovery-image] Aug 05 18:24:48.145 INFO O| Aug 05 18:24:48.145 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-08-05T18:24:49.798Z[ recovery-image] Aug 05 18:24:48.156 INFO O| Aug 05 18:24:48.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
43842024-08-05T18:24:49.799Z[ recovery-image] Aug 05 18:24:48.156 INFO O| Aug 05 18:24:48.156 INFO STEP 228 (remove_files) COMPLETE
43852024-08-05T18:24:49.799Z[ recovery-image] Aug 05 18:24:48.157 INFO O| Aug 05 18:24:48.156 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-08-05T18:24:49.809Z[ recovery-image] Aug 05 18:24:48.167 INFO O| Aug 05 18:24:48.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
43872024-08-05T18:24:49.812Z[ recovery-image] Aug 05 18:24:48.167 INFO O| Aug 05 18:24:48.167 INFO STEP 229 (remove_files) COMPLETE
43882024-08-05T18:24:49.812Z[ recovery-image] Aug 05 18:24:48.167 INFO O| Aug 05 18:24:48.167 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-08-05T18:24:49.821Z[ recovery-image] Aug 05 18:24:48.179 INFO O| Aug 05 18:24:48.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
43902024-08-05T18:24:49.824Z[ recovery-image] Aug 05 18:24:48.179 INFO O| Aug 05 18:24:48.179 INFO STEP 230 (remove_files) COMPLETE
43912024-08-05T18:24:49.824Z[ recovery-image] Aug 05 18:24:48.179 INFO O| Aug 05 18:24:48.179 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-08-05T18:24:49.831Z[ recovery-image] Aug 05 18:24:48.189 INFO O| Aug 05 18:24:48.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
43932024-08-05T18:24:49.831Z[ recovery-image] Aug 05 18:24:48.189 INFO O| Aug 05 18:24:48.189 INFO STEP 231 (remove_files) COMPLETE
43942024-08-05T18:24:49.834Z[ recovery-image] Aug 05 18:24:48.189 INFO O| Aug 05 18:24:48.189 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-08-05T18:24:49.841Z[ recovery-image] Aug 05 18:24:48.199 INFO O| Aug 05 18:24:48.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
43962024-08-05T18:24:49.844Z[ recovery-image] Aug 05 18:24:48.199 INFO O| Aug 05 18:24:48.199 INFO STEP 232 (remove_files) COMPLETE
43972024-08-05T18:24:49.844Z[ recovery-image] Aug 05 18:24:48.199 INFO O| Aug 05 18:24:48.199 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-08-05T18:24:49.852Z[ recovery-image] Aug 05 18:24:48.210 INFO O| Aug 05 18:24:48.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
43992024-08-05T18:24:49.852Z[ recovery-image] Aug 05 18:24:48.210 INFO O| Aug 05 18:24:48.210 INFO STEP 233 (remove_files) COMPLETE
44002024-08-05T18:24:49.855Z[ recovery-image] Aug 05 18:24:48.210 INFO O| Aug 05 18:24:48.210 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-08-05T18:24:49.864Z[ recovery-image] Aug 05 18:24:48.222 INFO O| Aug 05 18:24:48.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
44022024-08-05T18:24:49.864Z[ recovery-image] Aug 05 18:24:48.222 INFO O| Aug 05 18:24:48.222 INFO STEP 234 (remove_files) COMPLETE
44032024-08-05T18:24:49.866Z[ recovery-image] Aug 05 18:24:48.222 INFO O| Aug 05 18:24:48.222 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-08-05T18:24:49.876Z[ recovery-image] Aug 05 18:24:48.234 INFO O| Aug 05 18:24:48.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
44052024-08-05T18:24:49.879Z[ recovery-image] Aug 05 18:24:48.234 INFO O| Aug 05 18:24:48.234 INFO STEP 235 (remove_files) COMPLETE
44062024-08-05T18:24:49.879Z[ recovery-image] Aug 05 18:24:48.234 INFO O| Aug 05 18:24:48.234 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-08-05T18:24:49.886Z[ recovery-image] Aug 05 18:24:48.244 INFO O| Aug 05 18:24:48.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
44082024-08-05T18:24:49.886Z[ recovery-image] Aug 05 18:24:48.244 INFO O| Aug 05 18:24:48.244 INFO STEP 236 (remove_files) COMPLETE
44092024-08-05T18:24:49.887Z[ recovery-image] Aug 05 18:24:48.245 INFO O| Aug 05 18:24:48.244 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-08-05T18:24:49.898Z[ recovery-image] Aug 05 18:24:48.256 INFO O| Aug 05 18:24:48.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
44112024-08-05T18:24:49.898Z[ recovery-image] Aug 05 18:24:48.256 INFO O| Aug 05 18:24:48.256 INFO STEP 237 (remove_files) COMPLETE
44122024-08-05T18:24:49.901Z[ recovery-image] Aug 05 18:24:48.256 INFO O| Aug 05 18:24:48.256 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-08-05T18:24:49.909Z[ recovery-image] Aug 05 18:24:48.267 INFO O| Aug 05 18:24:48.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
44142024-08-05T18:24:49.909Z[ recovery-image] Aug 05 18:24:48.267 INFO O| Aug 05 18:24:48.267 INFO STEP 238 (remove_files) COMPLETE
44152024-08-05T18:24:49.909Z[ recovery-image] Aug 05 18:24:48.267 INFO O| Aug 05 18:24:48.267 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-08-05T18:24:49.919Z[ recovery-image] Aug 05 18:24:48.277 INFO O| Aug 05 18:24:48.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
44172024-08-05T18:24:49.919Z[ recovery-image] Aug 05 18:24:48.277 INFO O| Aug 05 18:24:48.277 INFO STEP 239 (remove_files) COMPLETE
44182024-08-05T18:24:49.922Z[ recovery-image] Aug 05 18:24:48.277 INFO O| Aug 05 18:24:48.277 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-08-05T18:24:49.930Z[ recovery-image] Aug 05 18:24:48.288 INFO O| Aug 05 18:24:48.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
44202024-08-05T18:24:49.930Z[ recovery-image] Aug 05 18:24:48.288 INFO O| Aug 05 18:24:48.288 INFO STEP 240 (remove_files) COMPLETE
44212024-08-05T18:24:49.933Z[ recovery-image] Aug 05 18:24:48.288 INFO O| Aug 05 18:24:48.288 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-08-05T18:24:49.940Z[ recovery-image] Aug 05 18:24:48.298 INFO O| Aug 05 18:24:48.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
44232024-08-05T18:24:49.940Z[ recovery-image] Aug 05 18:24:48.298 INFO O| Aug 05 18:24:48.298 INFO STEP 241 (remove_files) COMPLETE
44242024-08-05T18:24:49.942Z[ recovery-image] Aug 05 18:24:48.298 INFO O| Aug 05 18:24:48.298 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-08-05T18:24:49.950Z[ recovery-image] Aug 05 18:24:48.308 INFO O| Aug 05 18:24:48.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
44262024-08-05T18:24:49.950Z[ recovery-image] Aug 05 18:24:48.308 INFO O| Aug 05 18:24:48.308 INFO STEP 242 (remove_files) COMPLETE
44272024-08-05T18:24:49.953Z[ recovery-image] Aug 05 18:24:48.308 INFO O| Aug 05 18:24:48.308 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-08-05T18:24:49.961Z[ recovery-image] Aug 05 18:24:48.319 INFO O| Aug 05 18:24:48.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
44292024-08-05T18:24:49.961Z[ recovery-image] Aug 05 18:24:48.319 INFO O| Aug 05 18:24:48.319 INFO STEP 243 (remove_files) COMPLETE
44302024-08-05T18:24:49.963Z[ recovery-image] Aug 05 18:24:48.319 INFO O| Aug 05 18:24:48.319 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-08-05T18:24:49.971Z[ recovery-image] Aug 05 18:24:48.329 INFO O| Aug 05 18:24:48.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
44322024-08-05T18:24:49.971Z[ recovery-image] Aug 05 18:24:48.329 INFO O| Aug 05 18:24:48.329 INFO STEP 244 (remove_files) COMPLETE
44332024-08-05T18:24:49.974Z[ recovery-image] Aug 05 18:24:48.329 INFO O| Aug 05 18:24:48.329 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-08-05T18:24:49.982Z[ recovery-image] Aug 05 18:24:48.340 INFO O| Aug 05 18:24:48.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
44352024-08-05T18:24:49.982Z[ recovery-image] Aug 05 18:24:48.340 INFO O| Aug 05 18:24:48.340 INFO STEP 245 (remove_files) COMPLETE
44362024-08-05T18:24:49.982Z[ recovery-image] Aug 05 18:24:48.340 INFO O| Aug 05 18:24:48.340 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-08-05T18:24:49.993Z[ recovery-image] Aug 05 18:24:48.351 INFO O| Aug 05 18:24:48.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
44382024-08-05T18:24:49.993Z[ recovery-image] Aug 05 18:24:48.351 INFO O| Aug 05 18:24:48.351 INFO STEP 246 (remove_files) COMPLETE
44392024-08-05T18:24:49.993Z[ recovery-image] Aug 05 18:24:48.351 INFO O| Aug 05 18:24:48.351 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-08-05T18:24:50.004Z[ recovery-image] Aug 05 18:24:48.361 INFO O| Aug 05 18:24:48.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
44412024-08-05T18:24:50.004Z[ recovery-image] Aug 05 18:24:48.361 INFO O| Aug 05 18:24:48.361 INFO STEP 247 (remove_files) COMPLETE
44422024-08-05T18:24:50.007Z[ recovery-image] Aug 05 18:24:48.361 INFO O| Aug 05 18:24:48.361 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-08-05T18:24:50.014Z[ recovery-image] Aug 05 18:24:48.372 INFO O| Aug 05 18:24:48.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
44442024-08-05T18:24:50.014Z[ recovery-image] Aug 05 18:24:48.372 INFO O| Aug 05 18:24:48.372 INFO STEP 248 (remove_files) COMPLETE
44452024-08-05T18:24:50.017Z[ recovery-image] Aug 05 18:24:48.372 INFO O| Aug 05 18:24:48.372 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-08-05T18:24:50.025Z[ recovery-image] Aug 05 18:24:48.382 INFO O| Aug 05 18:24:48.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
44472024-08-05T18:24:50.027Z[ recovery-image] Aug 05 18:24:48.382 INFO O| Aug 05 18:24:48.382 INFO STEP 249 (remove_files) COMPLETE
44482024-08-05T18:24:50.027Z[ recovery-image] Aug 05 18:24:48.382 INFO O| Aug 05 18:24:48.382 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-08-05T18:24:50.037Z[ recovery-image] Aug 05 18:24:48.395 INFO O| Aug 05 18:24:48.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
44502024-08-05T18:24:50.037Z[ recovery-image] Aug 05 18:24:48.395 INFO O| Aug 05 18:24:48.395 INFO STEP 250 (remove_files) COMPLETE
44512024-08-05T18:24:50.040Z[ recovery-image] Aug 05 18:24:48.395 INFO O| Aug 05 18:24:48.395 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-08-05T18:24:50.048Z[ recovery-image] Aug 05 18:24:48.406 INFO O| Aug 05 18:24:48.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
44532024-08-05T18:24:50.051Z[ recovery-image] Aug 05 18:24:48.406 INFO O| Aug 05 18:24:48.406 INFO STEP 251 (remove_files) COMPLETE
44542024-08-05T18:24:50.052Z[ recovery-image] Aug 05 18:24:48.406 INFO O| Aug 05 18:24:48.406 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-08-05T18:24:50.059Z[ recovery-image] Aug 05 18:24:48.417 INFO O| Aug 05 18:24:48.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
44562024-08-05T18:24:50.059Z[ recovery-image] Aug 05 18:24:48.417 INFO O| Aug 05 18:24:48.417 INFO STEP 252 (remove_files) COMPLETE
44572024-08-05T18:24:50.062Z[ recovery-image] Aug 05 18:24:48.417 INFO O| Aug 05 18:24:48.417 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-08-05T18:24:50.070Z[ recovery-image] Aug 05 18:24:48.427 INFO O| Aug 05 18:24:48.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
44592024-08-05T18:24:50.073Z[ recovery-image] Aug 05 18:24:48.428 INFO O| Aug 05 18:24:48.428 INFO STEP 253 (remove_files) COMPLETE
44602024-08-05T18:24:50.073Z[ recovery-image] Aug 05 18:24:48.428 INFO O| Aug 05 18:24:48.428 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-08-05T18:24:50.080Z[ recovery-image] Aug 05 18:24:48.438 INFO O| Aug 05 18:24:48.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
44622024-08-05T18:24:50.080Z[ recovery-image] Aug 05 18:24:48.438 INFO O| Aug 05 18:24:48.438 INFO STEP 254 (remove_files) COMPLETE
44632024-08-05T18:24:50.080Z[ recovery-image] Aug 05 18:24:48.438 INFO O| Aug 05 18:24:48.438 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-08-05T18:24:50.091Z[ recovery-image] Aug 05 18:24:48.448 INFO O| Aug 05 18:24:48.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
44652024-08-05T18:24:50.091Z[ recovery-image] Aug 05 18:24:48.448 INFO O| Aug 05 18:24:48.448 INFO STEP 255 (remove_files) COMPLETE
44662024-08-05T18:24:50.094Z[ recovery-image] Aug 05 18:24:48.448 INFO O| Aug 05 18:24:48.448 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-08-05T18:24:50.101Z[ recovery-image] Aug 05 18:24:48.459 INFO O| Aug 05 18:24:48.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
44682024-08-05T18:24:50.101Z[ recovery-image] Aug 05 18:24:48.459 INFO O| Aug 05 18:24:48.459 INFO STEP 256 (remove_files) COMPLETE
44692024-08-05T18:24:50.104Z[ recovery-image] Aug 05 18:24:48.459 INFO O| Aug 05 18:24:48.459 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702024-08-05T18:24:50.112Z[ recovery-image] Aug 05 18:24:48.470 INFO O| Aug 05 18:24:48.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
44712024-08-05T18:24:50.115Z[ recovery-image] Aug 05 18:24:48.470 INFO O| Aug 05 18:24:48.470 INFO STEP 257 (remove_files) COMPLETE
44722024-08-05T18:24:50.115Z[ recovery-image] Aug 05 18:24:48.470 INFO O| Aug 05 18:24:48.470 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732024-08-05T18:24:50.123Z[ recovery-image] Aug 05 18:24:48.480 INFO O| Aug 05 18:24:48.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
44742024-08-05T18:24:50.126Z[ recovery-image] Aug 05 18:24:48.481 INFO O| Aug 05 18:24:48.481 INFO STEP 258 (remove_files) COMPLETE
44752024-08-05T18:24:50.126Z[ recovery-image] Aug 05 18:24:48.481 INFO O| Aug 05 18:24:48.481 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762024-08-05T18:24:50.133Z[ recovery-image] Aug 05 18:24:48.491 INFO O| Aug 05 18:24:48.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
44772024-08-05T18:24:50.136Z[ recovery-image] Aug 05 18:24:48.491 INFO O| Aug 05 18:24:48.491 INFO STEP 259 (remove_files) COMPLETE
44782024-08-05T18:24:50.136Z[ recovery-image] Aug 05 18:24:48.491 INFO O| Aug 05 18:24:48.491 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792024-08-05T18:24:50.143Z[ recovery-image] Aug 05 18:24:48.501 INFO O| Aug 05 18:24:48.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
44802024-08-05T18:24:50.143Z[ recovery-image] Aug 05 18:24:48.501 INFO O| Aug 05 18:24:48.501 INFO STEP 260 (remove_files) COMPLETE
44812024-08-05T18:24:50.146Z[ recovery-image] Aug 05 18:24:48.501 INFO O| Aug 05 18:24:48.501 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822024-08-05T18:24:50.154Z[ recovery-image] Aug 05 18:24:48.512 INFO O| Aug 05 18:24:48.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
44832024-08-05T18:24:50.154Z[ recovery-image] Aug 05 18:24:48.512 INFO O| Aug 05 18:24:48.512 INFO STEP 261 (remove_files) COMPLETE
44842024-08-05T18:24:50.156Z[ recovery-image] Aug 05 18:24:48.512 INFO O| Aug 05 18:24:48.512 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852024-08-05T18:24:50.164Z[ recovery-image] Aug 05 18:24:48.522 INFO O| Aug 05 18:24:48.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
44862024-08-05T18:24:50.166Z[ recovery-image] Aug 05 18:24:48.522 INFO O| Aug 05 18:24:48.522 INFO STEP 262 (remove_files) COMPLETE
44872024-08-05T18:24:50.166Z[ recovery-image] Aug 05 18:24:48.522 INFO O| Aug 05 18:24:48.522 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882024-08-05T18:24:50.174Z[ recovery-image] Aug 05 18:24:48.532 INFO O| Aug 05 18:24:48.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
44892024-08-05T18:24:50.177Z[ recovery-image] Aug 05 18:24:48.532 INFO O| Aug 05 18:24:48.532 INFO STEP 263 (remove_files) COMPLETE
44902024-08-05T18:24:50.177Z[ recovery-image] Aug 05 18:24:48.532 INFO O| Aug 05 18:24:48.532 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912024-08-05T18:24:50.185Z[ recovery-image] Aug 05 18:24:48.543 INFO O| Aug 05 18:24:48.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
44922024-08-05T18:24:50.187Z[ recovery-image] Aug 05 18:24:48.543 INFO O| Aug 05 18:24:48.543 INFO STEP 264 (remove_files) COMPLETE
44932024-08-05T18:24:50.187Z[ recovery-image] Aug 05 18:24:48.543 INFO O| Aug 05 18:24:48.543 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942024-08-05T18:24:50.195Z[ recovery-image] Aug 05 18:24:48.553 INFO O| Aug 05 18:24:48.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
44952024-08-05T18:24:50.195Z[ recovery-image] Aug 05 18:24:48.553 INFO O| Aug 05 18:24:48.553 INFO STEP 265 (remove_files) COMPLETE
44962024-08-05T18:24:50.198Z[ recovery-image] Aug 05 18:24:48.553 INFO O| Aug 05 18:24:48.553 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972024-08-05T18:24:50.207Z[ recovery-image] Aug 05 18:24:48.565 INFO O| Aug 05 18:24:48.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
44982024-08-05T18:24:50.207Z[ recovery-image] Aug 05 18:24:48.565 INFO O| Aug 05 18:24:48.565 INFO STEP 266 (remove_files) COMPLETE
44992024-08-05T18:24:50.210Z[ recovery-image] Aug 05 18:24:48.565 INFO O| Aug 05 18:24:48.565 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002024-08-05T18:24:50.217Z[ recovery-image] Aug 05 18:24:48.575 INFO O| Aug 05 18:24:48.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
45012024-08-05T18:24:50.217Z[ recovery-image] Aug 05 18:24:48.575 INFO O| Aug 05 18:24:48.575 INFO STEP 267 (remove_files) COMPLETE
45022024-08-05T18:24:50.220Z[ recovery-image] Aug 05 18:24:48.575 INFO O| Aug 05 18:24:48.575 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032024-08-05T18:24:50.227Z[ recovery-image] Aug 05 18:24:48.586 INFO O| Aug 05 18:24:48.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
45042024-08-05T18:24:50.231Z[ recovery-image] Aug 05 18:24:48.586 INFO O| Aug 05 18:24:48.586 INFO STEP 268 (remove_files) COMPLETE
45052024-08-05T18:24:50.231Z[ recovery-image] Aug 05 18:24:48.586 INFO O| Aug 05 18:24:48.586 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062024-08-05T18:24:50.238Z[ recovery-image] Aug 05 18:24:48.596 INFO O| Aug 05 18:24:48.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
45072024-08-05T18:24:50.238Z[ recovery-image] Aug 05 18:24:48.596 INFO O| Aug 05 18:24:48.596 INFO STEP 269 (remove_files) COMPLETE
45082024-08-05T18:24:50.241Z[ recovery-image] Aug 05 18:24:48.596 INFO O| Aug 05 18:24:48.596 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092024-08-05T18:24:50.248Z[ recovery-image] Aug 05 18:24:48.606 INFO O| Aug 05 18:24:48.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
45102024-08-05T18:24:50.251Z[ recovery-image] Aug 05 18:24:48.607 INFO O| Aug 05 18:24:48.607 INFO STEP 270 (remove_files) COMPLETE
45112024-08-05T18:24:50.251Z[ recovery-image] Aug 05 18:24:48.607 INFO O| Aug 05 18:24:48.607 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122024-08-05T18:24:50.260Z[ recovery-image] Aug 05 18:24:48.618 INFO O| Aug 05 18:24:48.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
45132024-08-05T18:24:50.263Z[ recovery-image] Aug 05 18:24:48.618 INFO O| Aug 05 18:24:48.618 INFO STEP 271 (remove_files) COMPLETE
45142024-08-05T18:24:50.263Z[ recovery-image] Aug 05 18:24:48.618 INFO O| Aug 05 18:24:48.618 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152024-08-05T18:24:50.272Z[ recovery-image] Aug 05 18:24:48.630 INFO O| Aug 05 18:24:48.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
45162024-08-05T18:24:50.275Z[ recovery-image] Aug 05 18:24:48.630 INFO O| Aug 05 18:24:48.630 INFO STEP 272 (remove_files) COMPLETE
45172024-08-05T18:24:50.275Z[ recovery-image] Aug 05 18:24:48.630 INFO O| Aug 05 18:24:48.630 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182024-08-05T18:24:50.282Z[ recovery-image] Aug 05 18:24:48.640 INFO O| Aug 05 18:24:48.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
45192024-08-05T18:24:50.285Z[ recovery-image] Aug 05 18:24:48.641 INFO O| Aug 05 18:24:48.640 INFO STEP 273 (remove_files) COMPLETE
45202024-08-05T18:24:50.285Z[ recovery-image] Aug 05 18:24:48.641 INFO O| Aug 05 18:24:48.640 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212024-08-05T18:24:50.295Z[ recovery-image] Aug 05 18:24:48.653 INFO O| Aug 05 18:24:48.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
45222024-08-05T18:24:50.297Z[ recovery-image] Aug 05 18:24:48.653 INFO O| Aug 05 18:24:48.653 INFO STEP 274 (remove_files) COMPLETE
45232024-08-05T18:24:50.298Z[ recovery-image] Aug 05 18:24:48.653 INFO O| Aug 05 18:24:48.653 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242024-08-05T18:24:50.305Z[ recovery-image] Aug 05 18:24:48.663 INFO O| Aug 05 18:24:48.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
45252024-08-05T18:24:50.305Z[ recovery-image] Aug 05 18:24:48.663 INFO O| Aug 05 18:24:48.663 INFO STEP 275 (remove_files) COMPLETE
45262024-08-05T18:24:50.305Z[ recovery-image] Aug 05 18:24:48.663 INFO O| Aug 05 18:24:48.663 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272024-08-05T18:24:50.315Z[ recovery-image] Aug 05 18:24:48.673 INFO O| Aug 05 18:24:48.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
45282024-08-05T18:24:50.318Z[ recovery-image] Aug 05 18:24:48.673 INFO O| Aug 05 18:24:48.673 INFO STEP 276 (remove_files) COMPLETE
45292024-08-05T18:24:50.318Z[ recovery-image] Aug 05 18:24:48.673 INFO O| Aug 05 18:24:48.673 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45302024-08-05T18:24:50.325Z[ recovery-image] Aug 05 18:24:48.683 INFO O| Aug 05 18:24:48.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
45312024-08-05T18:24:50.325Z[ recovery-image] Aug 05 18:24:48.683 INFO O| Aug 05 18:24:48.683 INFO STEP 277 (remove_files) COMPLETE
45322024-08-05T18:24:50.328Z[ recovery-image] Aug 05 18:24:48.683 INFO O| Aug 05 18:24:48.683 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45332024-08-05T18:24:50.335Z[ recovery-image] Aug 05 18:24:48.693 INFO O| Aug 05 18:24:48.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
45342024-08-05T18:24:50.335Z[ recovery-image] Aug 05 18:24:48.693 INFO O| Aug 05 18:24:48.693 INFO STEP 278 (remove_files) COMPLETE
45352024-08-05T18:24:50.338Z[ recovery-image] Aug 05 18:24:48.693 INFO O| Aug 05 18:24:48.693 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45362024-08-05T18:24:50.347Z[ recovery-image] Aug 05 18:24:48.705 INFO O| Aug 05 18:24:48.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
45372024-08-05T18:24:50.350Z[ recovery-image] Aug 05 18:24:48.705 INFO O| Aug 05 18:24:48.705 INFO STEP 279 (remove_files) COMPLETE
45382024-08-05T18:24:50.350Z[ recovery-image] Aug 05 18:24:48.705 INFO O| Aug 05 18:24:48.705 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45392024-08-05T18:24:50.359Z[ recovery-image] Aug 05 18:24:48.717 INFO O| Aug 05 18:24:48.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
45402024-08-05T18:24:50.359Z[ recovery-image] Aug 05 18:24:48.717 INFO O| Aug 05 18:24:48.717 INFO STEP 280 (remove_files) COMPLETE
45412024-08-05T18:24:50.359Z[ recovery-image] Aug 05 18:24:48.717 INFO O| Aug 05 18:24:48.717 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45422024-08-05T18:24:50.369Z[ recovery-image] Aug 05 18:24:48.727 INFO O| Aug 05 18:24:48.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
45432024-08-05T18:24:50.369Z[ recovery-image] Aug 05 18:24:48.727 INFO O| Aug 05 18:24:48.727 INFO STEP 281 (remove_files) COMPLETE
45442024-08-05T18:24:50.372Z[ recovery-image] Aug 05 18:24:48.727 INFO O| Aug 05 18:24:48.727 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45452024-08-05T18:24:50.380Z[ recovery-image] Aug 05 18:24:48.738 INFO O| Aug 05 18:24:48.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
45462024-08-05T18:24:50.380Z[ recovery-image] Aug 05 18:24:48.738 INFO O| Aug 05 18:24:48.738 INFO STEP 282 (remove_files) COMPLETE
45472024-08-05T18:24:50.383Z[ recovery-image] Aug 05 18:24:48.738 INFO O| Aug 05 18:24:48.738 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45482024-08-05T18:24:50.391Z[ recovery-image] Aug 05 18:24:48.749 INFO O| Aug 05 18:24:48.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
45492024-08-05T18:24:50.394Z[ recovery-image] Aug 05 18:24:48.750 INFO O| Aug 05 18:24:48.750 INFO STEP 283 (remove_files) COMPLETE
45502024-08-05T18:24:50.394Z[ recovery-image] Aug 05 18:24:48.750 INFO O| Aug 05 18:24:48.750 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45512024-08-05T18:24:50.402Z[ recovery-image] Aug 05 18:24:48.760 INFO O| Aug 05 18:24:48.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
45522024-08-05T18:24:50.402Z[ recovery-image] Aug 05 18:24:48.760 INFO O| Aug 05 18:24:48.760 INFO STEP 284 (remove_files) COMPLETE
45532024-08-05T18:24:50.405Z[ recovery-image] Aug 05 18:24:48.760 INFO O| Aug 05 18:24:48.760 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45542024-08-05T18:24:50.412Z[ recovery-image] Aug 05 18:24:48.770 INFO O| Aug 05 18:24:48.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
45552024-08-05T18:24:50.415Z[ recovery-image] Aug 05 18:24:48.770 INFO O| Aug 05 18:24:48.770 INFO STEP 285 (remove_files) COMPLETE
45562024-08-05T18:24:50.415Z[ recovery-image] Aug 05 18:24:48.770 INFO O| Aug 05 18:24:48.770 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45572024-08-05T18:24:50.422Z[ recovery-image] Aug 05 18:24:48.780 INFO O| Aug 05 18:24:48.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
45582024-08-05T18:24:50.422Z[ recovery-image] Aug 05 18:24:48.780 INFO O| Aug 05 18:24:48.780 INFO STEP 286 (remove_files) COMPLETE
45592024-08-05T18:24:50.425Z[ recovery-image] Aug 05 18:24:48.780 INFO O| Aug 05 18:24:48.780 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45602024-08-05T18:24:50.433Z[ recovery-image] Aug 05 18:24:48.791 INFO O| Aug 05 18:24:48.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
45612024-08-05T18:24:50.433Z[ recovery-image] Aug 05 18:24:48.791 INFO O| Aug 05 18:24:48.791 INFO STEP 287 (remove_files) COMPLETE
45622024-08-05T18:24:50.436Z[ recovery-image] Aug 05 18:24:48.791 INFO O| Aug 05 18:24:48.791 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45632024-08-05T18:24:50.443Z[ recovery-image] Aug 05 18:24:48.801 INFO O| Aug 05 18:24:48.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
45642024-08-05T18:24:50.446Z[ recovery-image] Aug 05 18:24:48.801 INFO O| Aug 05 18:24:48.801 INFO STEP 288 (remove_files) COMPLETE
45652024-08-05T18:24:50.446Z[ recovery-image] Aug 05 18:24:48.801 INFO O| Aug 05 18:24:48.801 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45662024-08-05T18:24:50.453Z[ recovery-image] Aug 05 18:24:48.811 INFO O| Aug 05 18:24:48.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
45672024-08-05T18:24:50.453Z[ recovery-image] Aug 05 18:24:48.811 INFO O| Aug 05 18:24:48.811 INFO STEP 289 (remove_files) COMPLETE
45682024-08-05T18:24:50.456Z[ recovery-image] Aug 05 18:24:48.811 INFO O| Aug 05 18:24:48.811 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45692024-08-05T18:24:50.463Z[ recovery-image] Aug 05 18:24:48.821 INFO O| Aug 05 18:24:48.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
45702024-08-05T18:24:50.463Z[ recovery-image] Aug 05 18:24:48.821 INFO O| Aug 05 18:24:48.821 INFO STEP 290 (remove_files) COMPLETE
45712024-08-05T18:24:50.466Z[ recovery-image] Aug 05 18:24:48.821 INFO O| Aug 05 18:24:48.821 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45722024-08-05T18:24:50.473Z[ recovery-image] Aug 05 18:24:48.831 INFO O| Aug 05 18:24:48.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
45732024-08-05T18:24:50.473Z[ recovery-image] Aug 05 18:24:48.831 INFO O| Aug 05 18:24:48.831 INFO STEP 291 (remove_files) COMPLETE
45742024-08-05T18:24:50.476Z[ recovery-image] Aug 05 18:24:48.831 INFO O| Aug 05 18:24:48.831 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45752024-08-05T18:24:50.484Z[ recovery-image] Aug 05 18:24:48.841 INFO O| Aug 05 18:24:48.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
45762024-08-05T18:24:50.487Z[ recovery-image] Aug 05 18:24:48.841 INFO O| Aug 05 18:24:48.841 INFO STEP 292 (remove_files) COMPLETE
45772024-08-05T18:24:50.487Z[ recovery-image] Aug 05 18:24:48.841 INFO O| Aug 05 18:24:48.841 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782024-08-05T18:24:50.494Z[ recovery-image] Aug 05 18:24:48.852 INFO O| Aug 05 18:24:48.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
45792024-08-05T18:24:50.494Z[ recovery-image] Aug 05 18:24:48.852 INFO O| Aug 05 18:24:48.852 INFO STEP 293 (remove_files) COMPLETE
45802024-08-05T18:24:50.494Z[ recovery-image] Aug 05 18:24:48.852 INFO O| Aug 05 18:24:48.852 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45812024-08-05T18:24:50.504Z[ recovery-image] Aug 05 18:24:48.862 INFO O| Aug 05 18:24:48.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
45822024-08-05T18:24:50.504Z[ recovery-image] Aug 05 18:24:48.862 INFO O| Aug 05 18:24:48.862 INFO STEP 294 (remove_files) COMPLETE
45832024-08-05T18:24:50.508Z[ recovery-image] Aug 05 18:24:48.862 INFO O| Aug 05 18:24:48.862 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842024-08-05T18:24:50.514Z[ recovery-image] Aug 05 18:24:48.872 INFO O| Aug 05 18:24:48.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
45852024-08-05T18:24:50.514Z[ recovery-image] Aug 05 18:24:48.872 INFO O| Aug 05 18:24:48.872 INFO STEP 295 (remove_files) COMPLETE
45862024-08-05T18:24:50.514Z[ recovery-image] Aug 05 18:24:48.872 INFO O| Aug 05 18:24:48.872 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872024-08-05T18:24:50.524Z[ recovery-image] Aug 05 18:24:48.882 INFO O| Aug 05 18:24:48.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
45882024-08-05T18:24:50.524Z[ recovery-image] Aug 05 18:24:48.882 INFO O| Aug 05 18:24:48.882 INFO STEP 296 (remove_files) COMPLETE
45892024-08-05T18:24:50.527Z[ recovery-image] Aug 05 18:24:48.882 INFO O| Aug 05 18:24:48.882 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902024-08-05T18:24:50.535Z[ recovery-image] Aug 05 18:24:48.893 INFO O| Aug 05 18:24:48.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
45912024-08-05T18:24:50.535Z[ recovery-image] Aug 05 18:24:48.893 INFO O| Aug 05 18:24:48.893 INFO STEP 297 (remove_files) COMPLETE
45922024-08-05T18:24:50.535Z[ recovery-image] Aug 05 18:24:48.893 INFO O| Aug 05 18:24:48.893 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932024-08-05T18:24:50.545Z[ recovery-image] Aug 05 18:24:48.903 INFO O| Aug 05 18:24:48.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
45942024-08-05T18:24:50.545Z[ recovery-image] Aug 05 18:24:48.903 INFO O| Aug 05 18:24:48.903 INFO STEP 298 (remove_files) COMPLETE
45952024-08-05T18:24:50.545Z[ recovery-image] Aug 05 18:24:48.903 INFO O| Aug 05 18:24:48.903 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-08-05T18:24:50.557Z[ recovery-image] Aug 05 18:24:48.913 INFO O| Aug 05 18:24:48.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
45972024-08-05T18:24:50.560Z[ recovery-image] Aug 05 18:24:48.913 INFO O| Aug 05 18:24:48.913 INFO STEP 299 (remove_files) COMPLETE
45982024-08-05T18:24:50.560Z[ recovery-image] Aug 05 18:24:48.913 INFO O| Aug 05 18:24:48.913 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-08-05T18:24:50.566Z[ recovery-image] Aug 05 18:24:48.924 INFO O| Aug 05 18:24:48.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
46002024-08-05T18:24:50.566Z[ recovery-image] Aug 05 18:24:48.924 INFO O| Aug 05 18:24:48.924 INFO STEP 300 (remove_files) COMPLETE
46012024-08-05T18:24:50.570Z[ recovery-image] Aug 05 18:24:48.924 INFO O| Aug 05 18:24:48.924 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022024-08-05T18:24:50.576Z[ recovery-image] Aug 05 18:24:48.934 INFO O| Aug 05 18:24:48.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
46032024-08-05T18:24:50.580Z[ recovery-image] Aug 05 18:24:48.934 INFO O| Aug 05 18:24:48.934 INFO STEP 301 (remove_files) COMPLETE
46042024-08-05T18:24:50.580Z[ recovery-image] Aug 05 18:24:48.934 INFO O| Aug 05 18:24:48.934 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052024-08-05T18:24:50.587Z[ recovery-image] Aug 05 18:24:48.945 INFO O| Aug 05 18:24:48.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
46062024-08-05T18:24:50.587Z[ recovery-image] Aug 05 18:24:48.945 INFO O| Aug 05 18:24:48.945 INFO STEP 302 (remove_files) COMPLETE
46072024-08-05T18:24:50.591Z[ recovery-image] Aug 05 18:24:48.945 INFO O| Aug 05 18:24:48.945 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46082024-08-05T18:24:50.598Z[ recovery-image] Aug 05 18:24:48.955 INFO O| Aug 05 18:24:48.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
46092024-08-05T18:24:50.598Z[ recovery-image] Aug 05 18:24:48.955 INFO O| Aug 05 18:24:48.955 INFO STEP 303 (remove_files) COMPLETE
46102024-08-05T18:24:50.598Z[ recovery-image] Aug 05 18:24:48.955 INFO O| Aug 05 18:24:48.955 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46112024-08-05T18:24:50.609Z[ recovery-image] Aug 05 18:24:48.966 INFO O| Aug 05 18:24:48.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
46122024-08-05T18:24:50.609Z[ recovery-image] Aug 05 18:24:48.966 INFO O| Aug 05 18:24:48.966 INFO STEP 304 (remove_files) COMPLETE
46132024-08-05T18:24:50.609Z[ recovery-image] Aug 05 18:24:48.966 INFO O| Aug 05 18:24:48.966 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-08-05T18:24:50.619Z[ recovery-image] Aug 05 18:24:48.976 INFO O| Aug 05 18:24:48.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
46152024-08-05T18:24:50.622Z[ recovery-image] Aug 05 18:24:48.976 INFO O| Aug 05 18:24:48.976 INFO STEP 305 (remove_files) COMPLETE
46162024-08-05T18:24:50.622Z[ recovery-image] Aug 05 18:24:48.976 INFO O| Aug 05 18:24:48.976 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-08-05T18:24:50.629Z[ recovery-image] Aug 05 18:24:48.987 INFO O| Aug 05 18:24:48.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
46182024-08-05T18:24:50.632Z[ recovery-image] Aug 05 18:24:48.987 INFO O| Aug 05 18:24:48.987 INFO STEP 306 (remove_files) COMPLETE
46192024-08-05T18:24:50.632Z[ recovery-image] Aug 05 18:24:48.987 INFO O| Aug 05 18:24:48.987 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-08-05T18:24:50.640Z[ recovery-image] Aug 05 18:24:48.997 INFO O| Aug 05 18:24:48.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
46212024-08-05T18:24:50.640Z[ recovery-image] Aug 05 18:24:48.997 INFO O| Aug 05 18:24:48.997 INFO STEP 307 (remove_files) COMPLETE
46222024-08-05T18:24:50.640Z[ recovery-image] Aug 05 18:24:48.998 INFO O| Aug 05 18:24:48.997 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-08-05T18:24:50.652Z[ recovery-image] Aug 05 18:24:49.010 INFO O| Aug 05 18:24:49.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
46242024-08-05T18:24:50.652Z[ recovery-image] Aug 05 18:24:49.010 INFO O| Aug 05 18:24:49.010 INFO STEP 308 (remove_files) COMPLETE
46252024-08-05T18:24:50.653Z[ recovery-image] Aug 05 18:24:49.010 INFO O| Aug 05 18:24:49.010 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-08-05T18:24:50.663Z[ recovery-image] Aug 05 18:24:49.021 INFO O| Aug 05 18:24:49.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
46272024-08-05T18:24:50.663Z[ recovery-image] Aug 05 18:24:49.021 INFO O| Aug 05 18:24:49.021 INFO STEP 309 (remove_files) COMPLETE
46282024-08-05T18:24:50.663Z[ recovery-image] Aug 05 18:24:49.021 INFO O| Aug 05 18:24:49.021 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-08-05T18:24:50.674Z[ recovery-image] Aug 05 18:24:49.032 INFO O| Aug 05 18:24:49.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
46302024-08-05T18:24:50.677Z[ recovery-image] Aug 05 18:24:49.032 INFO O| Aug 05 18:24:49.032 INFO STEP 310 (remove_files) COMPLETE
46312024-08-05T18:24:50.677Z[ recovery-image] Aug 05 18:24:49.032 INFO O| Aug 05 18:24:49.032 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-08-05T18:24:50.685Z[ recovery-image] Aug 05 18:24:49.043 INFO O| Aug 05 18:24:49.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
46332024-08-05T18:24:50.687Z[ recovery-image] Aug 05 18:24:49.043 INFO O| Aug 05 18:24:49.043 INFO STEP 311 (remove_files) COMPLETE
46342024-08-05T18:24:50.687Z[ recovery-image] Aug 05 18:24:49.043 INFO O| Aug 05 18:24:49.043 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-08-05T18:24:50.695Z[ recovery-image] Aug 05 18:24:49.053 INFO O| Aug 05 18:24:49.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
46362024-08-05T18:24:50.695Z[ recovery-image] Aug 05 18:24:49.053 INFO O| Aug 05 18:24:49.053 INFO STEP 312 (remove_files) COMPLETE
46372024-08-05T18:24:50.695Z[ recovery-image] Aug 05 18:24:49.053 INFO O| Aug 05 18:24:49.053 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-08-05T18:24:50.706Z[ recovery-image] Aug 05 18:24:49.064 INFO O| Aug 05 18:24:49.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
46392024-08-05T18:24:50.706Z[ recovery-image] Aug 05 18:24:49.064 INFO O| Aug 05 18:24:49.064 INFO STEP 313 (remove_files) COMPLETE
46402024-08-05T18:24:50.706Z[ recovery-image] Aug 05 18:24:49.064 INFO O| Aug 05 18:24:49.064 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-08-05T18:24:50.716Z[ recovery-image] Aug 05 18:24:49.074 INFO O| Aug 05 18:24:49.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
46422024-08-05T18:24:50.716Z[ recovery-image] Aug 05 18:24:49.074 INFO O| Aug 05 18:24:49.074 INFO STEP 314 (remove_files) COMPLETE
46432024-08-05T18:24:50.720Z[ recovery-image] Aug 05 18:24:49.074 INFO O| Aug 05 18:24:49.074 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-08-05T18:24:50.727Z[ recovery-image] Aug 05 18:24:49.085 INFO O| Aug 05 18:24:49.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
46452024-08-05T18:24:50.730Z[ recovery-image] Aug 05 18:24:49.085 INFO O| Aug 05 18:24:49.085 INFO STEP 315 (remove_files) COMPLETE
46462024-08-05T18:24:50.730Z[ recovery-image] Aug 05 18:24:49.085 INFO O| Aug 05 18:24:49.085 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-08-05T18:24:50.737Z[ recovery-image] Aug 05 18:24:49.095 INFO O| Aug 05 18:24:49.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
46482024-08-05T18:24:50.737Z[ recovery-image] Aug 05 18:24:49.095 INFO O| Aug 05 18:24:49.095 INFO STEP 316 (remove_files) COMPLETE
46492024-08-05T18:24:50.740Z[ recovery-image] Aug 05 18:24:49.095 INFO O| Aug 05 18:24:49.095 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-08-05T18:24:50.748Z[ recovery-image] Aug 05 18:24:49.106 INFO O| Aug 05 18:24:49.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
46512024-08-05T18:24:50.748Z[ recovery-image] Aug 05 18:24:49.106 INFO O| Aug 05 18:24:49.106 INFO STEP 317 (remove_files) COMPLETE
46522024-08-05T18:24:50.748Z[ recovery-image] Aug 05 18:24:49.106 INFO O| Aug 05 18:24:49.106 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-08-05T18:24:50.759Z[ recovery-image] Aug 05 18:24:49.117 INFO O| Aug 05 18:24:49.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
46542024-08-05T18:24:50.759Z[ recovery-image] Aug 05 18:24:49.117 INFO O| Aug 05 18:24:49.117 INFO STEP 318 (remove_files) COMPLETE
46552024-08-05T18:24:50.759Z[ recovery-image] Aug 05 18:24:49.117 INFO O| Aug 05 18:24:49.117 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-08-05T18:24:50.769Z[ recovery-image] Aug 05 18:24:49.127 INFO O| Aug 05 18:24:49.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
46572024-08-05T18:24:50.769Z[ recovery-image] Aug 05 18:24:49.127 INFO O| Aug 05 18:24:49.127 INFO STEP 319 (remove_files) COMPLETE
46582024-08-05T18:24:50.769Z[ recovery-image] Aug 05 18:24:49.127 INFO O| Aug 05 18:24:49.127 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-08-05T18:24:50.780Z[ recovery-image] Aug 05 18:24:49.137 INFO O| Aug 05 18:24:49.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
46602024-08-05T18:24:50.780Z[ recovery-image] Aug 05 18:24:49.138 INFO O| Aug 05 18:24:49.137 INFO STEP 320 (remove_files) COMPLETE
46612024-08-05T18:24:50.782Z[ recovery-image] Aug 05 18:24:49.138 INFO O| Aug 05 18:24:49.137 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-08-05T18:24:50.790Z[ recovery-image] Aug 05 18:24:49.148 INFO O| Aug 05 18:24:49.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
46632024-08-05T18:24:50.790Z[ recovery-image] Aug 05 18:24:49.148 INFO O| Aug 05 18:24:49.148 INFO STEP 321 (remove_files) COMPLETE
46642024-08-05T18:24:50.793Z[ recovery-image] Aug 05 18:24:49.148 INFO O| Aug 05 18:24:49.148 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-08-05T18:24:50.801Z[ recovery-image] Aug 05 18:24:49.159 INFO O| Aug 05 18:24:49.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
46662024-08-05T18:24:50.801Z[ recovery-image] Aug 05 18:24:49.159 INFO O| Aug 05 18:24:49.159 INFO STEP 322 (remove_files) COMPLETE
46672024-08-05T18:24:50.801Z[ recovery-image] Aug 05 18:24:49.159 INFO O| Aug 05 18:24:49.159 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-08-05T18:24:50.811Z[ recovery-image] Aug 05 18:24:49.169 INFO O| Aug 05 18:24:49.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
46692024-08-05T18:24:50.811Z[ recovery-image] Aug 05 18:24:49.169 INFO O| Aug 05 18:24:49.169 INFO STEP 323 (remove_files) COMPLETE
46702024-08-05T18:24:50.814Z[ recovery-image] Aug 05 18:24:49.169 INFO O| Aug 05 18:24:49.169 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-08-05T18:24:50.822Z[ recovery-image] Aug 05 18:24:49.180 INFO O| Aug 05 18:24:49.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
46722024-08-05T18:24:50.822Z[ recovery-image] Aug 05 18:24:49.180 INFO O| Aug 05 18:24:49.180 INFO STEP 324 (remove_files) COMPLETE
46732024-08-05T18:24:50.825Z[ recovery-image] Aug 05 18:24:49.180 INFO O| Aug 05 18:24:49.180 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-08-05T18:24:50.832Z[ recovery-image] Aug 05 18:24:49.190 INFO O| Aug 05 18:24:49.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
46752024-08-05T18:24:50.835Z[ recovery-image] Aug 05 18:24:49.190 INFO O| Aug 05 18:24:49.190 INFO STEP 325 (remove_files) COMPLETE
46762024-08-05T18:24:50.835Z[ recovery-image] Aug 05 18:24:49.190 INFO O| Aug 05 18:24:49.190 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-08-05T18:24:50.844Z[ recovery-image] Aug 05 18:24:49.202 INFO O| Aug 05 18:24:49.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
46782024-08-05T18:24:50.844Z[ recovery-image] Aug 05 18:24:49.202 INFO O| Aug 05 18:24:49.202 INFO STEP 326 (remove_files) COMPLETE
46792024-08-05T18:24:50.844Z[ recovery-image] Aug 05 18:24:49.202 INFO O| Aug 05 18:24:49.202 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-08-05T18:24:50.855Z[ recovery-image] Aug 05 18:24:49.213 INFO O| Aug 05 18:24:49.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
46812024-08-05T18:24:50.855Z[ recovery-image] Aug 05 18:24:49.213 INFO O| Aug 05 18:24:49.213 INFO STEP 327 (remove_files) COMPLETE
46822024-08-05T18:24:50.855Z[ recovery-image] Aug 05 18:24:49.213 INFO O| Aug 05 18:24:49.213 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-08-05T18:24:50.865Z[ recovery-image] Aug 05 18:24:49.223 INFO O| Aug 05 18:24:49.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
46842024-08-05T18:24:50.868Z[ recovery-image] Aug 05 18:24:49.223 INFO O| Aug 05 18:24:49.223 INFO STEP 328 (remove_files) COMPLETE
46852024-08-05T18:24:50.868Z[ recovery-image] Aug 05 18:24:49.223 INFO O| Aug 05 18:24:49.223 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-08-05T18:24:50.876Z[ recovery-image] Aug 05 18:24:49.234 INFO O| Aug 05 18:24:49.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
46872024-08-05T18:24:50.876Z[ recovery-image] Aug 05 18:24:49.234 INFO O| Aug 05 18:24:49.234 INFO STEP 329 (remove_files) COMPLETE
46882024-08-05T18:24:50.879Z[ recovery-image] Aug 05 18:24:49.234 INFO O| Aug 05 18:24:49.234 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-08-05T18:24:50.887Z[ recovery-image] Aug 05 18:24:49.245 INFO O| Aug 05 18:24:49.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
46902024-08-05T18:24:50.887Z[ recovery-image] Aug 05 18:24:49.245 INFO O| Aug 05 18:24:49.245 INFO STEP 330 (remove_files) COMPLETE
46912024-08-05T18:24:50.890Z[ recovery-image] Aug 05 18:24:49.245 INFO O| Aug 05 18:24:49.245 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-08-05T18:24:50.897Z[ recovery-image] Aug 05 18:24:49.255 INFO O| Aug 05 18:24:49.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
46932024-08-05T18:24:50.897Z[ recovery-image] Aug 05 18:24:49.255 INFO O| Aug 05 18:24:49.255 INFO STEP 331 (remove_files) COMPLETE
46942024-08-05T18:24:50.897Z[ recovery-image] Aug 05 18:24:49.255 INFO O| Aug 05 18:24:49.255 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-08-05T18:24:50.908Z[ recovery-image] Aug 05 18:24:49.266 INFO O| Aug 05 18:24:49.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
46962024-08-05T18:24:50.911Z[ recovery-image] Aug 05 18:24:49.266 INFO O| Aug 05 18:24:49.266 INFO STEP 332 (remove_files) COMPLETE
46972024-08-05T18:24:50.911Z[ recovery-image] Aug 05 18:24:49.266 INFO O| Aug 05 18:24:49.266 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-08-05T18:24:50.919Z[ recovery-image] Aug 05 18:24:49.277 INFO O| Aug 05 18:24:49.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
46992024-08-05T18:24:50.919Z[ recovery-image] Aug 05 18:24:49.277 INFO O| Aug 05 18:24:49.277 INFO STEP 333 (remove_files) COMPLETE
47002024-08-05T18:24:50.921Z[ recovery-image] Aug 05 18:24:49.277 INFO O| Aug 05 18:24:49.277 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-08-05T18:24:50.929Z[ recovery-image] Aug 05 18:24:49.287 INFO O| Aug 05 18:24:49.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
47022024-08-05T18:24:50.932Z[ recovery-image] Aug 05 18:24:49.287 INFO O| Aug 05 18:24:49.287 INFO STEP 334 (remove_files) COMPLETE
47032024-08-05T18:24:50.932Z[ recovery-image] Aug 05 18:24:49.287 INFO O| Aug 05 18:24:49.287 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-08-05T18:24:50.940Z[ recovery-image] Aug 05 18:24:49.298 INFO O| Aug 05 18:24:49.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
47052024-08-05T18:24:50.940Z[ recovery-image] Aug 05 18:24:49.298 INFO O| Aug 05 18:24:49.298 INFO STEP 335 (remove_files) COMPLETE
47062024-08-05T18:24:50.943Z[ recovery-image] Aug 05 18:24:49.298 INFO O| Aug 05 18:24:49.298 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-08-05T18:24:50.951Z[ recovery-image] Aug 05 18:24:49.309 INFO O| Aug 05 18:24:49.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
47082024-08-05T18:24:50.954Z[ recovery-image] Aug 05 18:24:49.309 INFO O| Aug 05 18:24:49.309 INFO STEP 336 (remove_files) COMPLETE
47092024-08-05T18:24:50.954Z[ recovery-image] Aug 05 18:24:49.309 INFO O| Aug 05 18:24:49.309 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-08-05T18:24:50.961Z[ recovery-image] Aug 05 18:24:49.319 INFO O| Aug 05 18:24:49.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
47112024-08-05T18:24:50.961Z[ recovery-image] Aug 05 18:24:49.319 INFO O| Aug 05 18:24:49.319 INFO STEP 337 (remove_files) COMPLETE
47122024-08-05T18:24:50.964Z[ recovery-image] Aug 05 18:24:49.319 INFO O| Aug 05 18:24:49.319 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-08-05T18:24:50.972Z[ recovery-image] Aug 05 18:24:49.330 INFO O| Aug 05 18:24:49.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
47142024-08-05T18:24:50.972Z[ recovery-image] Aug 05 18:24:49.330 INFO O| Aug 05 18:24:49.330 INFO STEP 338 (remove_files) COMPLETE
47152024-08-05T18:24:50.975Z[ recovery-image] Aug 05 18:24:49.330 INFO O| Aug 05 18:24:49.330 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-08-05T18:24:50.983Z[ recovery-image] Aug 05 18:24:49.341 INFO O| Aug 05 18:24:49.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
47172024-08-05T18:24:50.983Z[ recovery-image] Aug 05 18:24:49.341 INFO O| Aug 05 18:24:49.341 INFO STEP 339 (remove_files) COMPLETE
47182024-08-05T18:24:50.983Z[ recovery-image] Aug 05 18:24:49.341 INFO O| Aug 05 18:24:49.341 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-08-05T18:24:50.993Z[ recovery-image] Aug 05 18:24:49.351 INFO O| Aug 05 18:24:49.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
47202024-08-05T18:24:50.993Z[ recovery-image] Aug 05 18:24:49.351 INFO O| Aug 05 18:24:49.351 INFO STEP 340 (remove_files) COMPLETE
47212024-08-05T18:24:50.996Z[ recovery-image] Aug 05 18:24:49.351 INFO O| Aug 05 18:24:49.351 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-08-05T18:24:51.004Z[ recovery-image] Aug 05 18:24:49.362 INFO O| Aug 05 18:24:49.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
47232024-08-05T18:24:51.004Z[ recovery-image] Aug 05 18:24:49.362 INFO O| Aug 05 18:24:49.362 INFO STEP 341 (remove_files) COMPLETE
47242024-08-05T18:24:51.007Z[ recovery-image] Aug 05 18:24:49.362 INFO O| Aug 05 18:24:49.362 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-08-05T18:24:51.014Z[ recovery-image] Aug 05 18:24:49.372 INFO O| Aug 05 18:24:49.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
47262024-08-05T18:24:51.014Z[ recovery-image] Aug 05 18:24:49.372 INFO O| Aug 05 18:24:49.372 INFO STEP 342 (remove_files) COMPLETE
47272024-08-05T18:24:51.014Z[ recovery-image] Aug 05 18:24:49.372 INFO O| Aug 05 18:24:49.372 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-08-05T18:24:51.024Z[ recovery-image] Aug 05 18:24:49.382 INFO O| Aug 05 18:24:49.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
47292024-08-05T18:24:51.027Z[ recovery-image] Aug 05 18:24:49.382 INFO O| Aug 05 18:24:49.382 INFO STEP 343 (remove_files) COMPLETE
47302024-08-05T18:24:51.027Z[ recovery-image] Aug 05 18:24:49.382 INFO O| Aug 05 18:24:49.382 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-08-05T18:24:51.034Z[ recovery-image] Aug 05 18:24:49.392 INFO O| Aug 05 18:24:49.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
47322024-08-05T18:24:51.034Z[ recovery-image] Aug 05 18:24:49.392 INFO O| Aug 05 18:24:49.392 INFO STEP 344 (remove_files) COMPLETE
47332024-08-05T18:24:51.037Z[ recovery-image] Aug 05 18:24:49.392 INFO O| Aug 05 18:24:49.392 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-08-05T18:24:51.044Z[ recovery-image] Aug 05 18:24:49.402 INFO O| Aug 05 18:24:49.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
47352024-08-05T18:24:51.044Z[ recovery-image] Aug 05 18:24:49.402 INFO O| Aug 05 18:24:49.402 INFO STEP 345 (remove_files) COMPLETE
47362024-08-05T18:24:51.047Z[ recovery-image] Aug 05 18:24:49.402 INFO O| Aug 05 18:24:49.402 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-08-05T18:24:51.054Z[ recovery-image] Aug 05 18:24:49.412 INFO O| Aug 05 18:24:49.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
47382024-08-05T18:24:51.057Z[ recovery-image] Aug 05 18:24:49.412 INFO O| Aug 05 18:24:49.412 INFO STEP 346 (remove_files) COMPLETE
47392024-08-05T18:24:51.057Z[ recovery-image] Aug 05 18:24:49.412 INFO O| Aug 05 18:24:49.412 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-08-05T18:24:51.065Z[ recovery-image] Aug 05 18:24:49.423 INFO O| Aug 05 18:24:49.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
47412024-08-05T18:24:51.068Z[ recovery-image] Aug 05 18:24:49.423 INFO O| Aug 05 18:24:49.423 INFO STEP 347 (remove_files) COMPLETE
47422024-08-05T18:24:51.068Z[ recovery-image] Aug 05 18:24:49.423 INFO O| Aug 05 18:24:49.423 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-08-05T18:24:51.076Z[ recovery-image] Aug 05 18:24:49.434 INFO O| Aug 05 18:24:49.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
47442024-08-05T18:24:51.076Z[ recovery-image] Aug 05 18:24:49.434 INFO O| Aug 05 18:24:49.434 INFO STEP 348 (remove_files) COMPLETE
47452024-08-05T18:24:51.079Z[ recovery-image] Aug 05 18:24:49.434 INFO O| Aug 05 18:24:49.434 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-08-05T18:24:51.087Z[ recovery-image] Aug 05 18:24:49.445 INFO O| Aug 05 18:24:49.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
47472024-08-05T18:24:51.090Z[ recovery-image] Aug 05 18:24:49.445 INFO O| Aug 05 18:24:49.445 INFO STEP 349 (remove_files) COMPLETE
47482024-08-05T18:24:51.090Z[ recovery-image] Aug 05 18:24:49.445 INFO O| Aug 05 18:24:49.445 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-08-05T18:24:51.099Z[ recovery-image] Aug 05 18:24:49.456 INFO O| Aug 05 18:24:49.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
47502024-08-05T18:24:51.102Z[ recovery-image] Aug 05 18:24:49.457 INFO O| Aug 05 18:24:49.457 INFO STEP 350 (remove_files) COMPLETE
47512024-08-05T18:24:51.102Z[ recovery-image] Aug 05 18:24:49.457 INFO O| Aug 05 18:24:49.457 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-08-05T18:24:51.109Z[ recovery-image] Aug 05 18:24:49.467 INFO O| Aug 05 18:24:49.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
47532024-08-05T18:24:51.109Z[ recovery-image] Aug 05 18:24:49.467 INFO O| Aug 05 18:24:49.467 INFO STEP 351 (remove_files) COMPLETE
47542024-08-05T18:24:51.109Z[ recovery-image] Aug 05 18:24:49.467 INFO O| Aug 05 18:24:49.467 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-08-05T18:24:51.120Z[ recovery-image] Aug 05 18:24:49.478 INFO O| Aug 05 18:24:49.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
47562024-08-05T18:24:51.120Z[ recovery-image] Aug 05 18:24:49.478 INFO O| Aug 05 18:24:49.478 INFO STEP 352 (remove_files) COMPLETE
47572024-08-05T18:24:51.120Z[ recovery-image] Aug 05 18:24:49.478 INFO O| Aug 05 18:24:49.478 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-08-05T18:24:51.131Z[ recovery-image] Aug 05 18:24:49.488 INFO O| Aug 05 18:24:49.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
47592024-08-05T18:24:51.131Z[ recovery-image] Aug 05 18:24:49.488 INFO O| Aug 05 18:24:49.488 INFO STEP 353 (remove_files) COMPLETE
47602024-08-05T18:24:51.133Z[ recovery-image] Aug 05 18:24:49.488 INFO O| Aug 05 18:24:49.488 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-08-05T18:24:51.141Z[ recovery-image] Aug 05 18:24:49.499 INFO O| Aug 05 18:24:49.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
47622024-08-05T18:24:51.141Z[ recovery-image] Aug 05 18:24:49.499 INFO O| Aug 05 18:24:49.499 INFO STEP 354 (remove_files) COMPLETE
47632024-08-05T18:24:51.144Z[ recovery-image] Aug 05 18:24:49.499 INFO O| Aug 05 18:24:49.499 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-08-05T18:24:51.152Z[ recovery-image] Aug 05 18:24:49.510 INFO O| Aug 05 18:24:49.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
47652024-08-05T18:24:51.152Z[ recovery-image] Aug 05 18:24:49.510 INFO O| Aug 05 18:24:49.510 INFO STEP 355 (remove_files) COMPLETE
47662024-08-05T18:24:51.155Z[ recovery-image] Aug 05 18:24:49.510 INFO O| Aug 05 18:24:49.510 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-08-05T18:24:51.163Z[ recovery-image] Aug 05 18:24:49.520 INFO O| Aug 05 18:24:49.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
47682024-08-05T18:24:51.165Z[ recovery-image] Aug 05 18:24:49.521 INFO O| Aug 05 18:24:49.520 INFO STEP 356 (remove_files) COMPLETE
47692024-08-05T18:24:51.165Z[ recovery-image] Aug 05 18:24:49.521 INFO O| Aug 05 18:24:49.520 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-08-05T18:24:51.173Z[ recovery-image] Aug 05 18:24:49.531 INFO O| Aug 05 18:24:49.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
47712024-08-05T18:24:51.176Z[ recovery-image] Aug 05 18:24:49.531 INFO O| Aug 05 18:24:49.531 INFO STEP 357 (remove_files) COMPLETE
47722024-08-05T18:24:51.176Z[ recovery-image] Aug 05 18:24:49.531 INFO O| Aug 05 18:24:49.531 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-08-05T18:24:51.184Z[ recovery-image] Aug 05 18:24:49.541 INFO O| Aug 05 18:24:49.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
47742024-08-05T18:24:51.186Z[ recovery-image] Aug 05 18:24:49.542 INFO O| Aug 05 18:24:49.542 INFO STEP 358 (remove_files) COMPLETE
47752024-08-05T18:24:51.186Z[ recovery-image] Aug 05 18:24:49.542 INFO O| Aug 05 18:24:49.542 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-08-05T18:24:51.194Z[ recovery-image] Aug 05 18:24:49.552 INFO O| Aug 05 18:24:49.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
47772024-08-05T18:24:51.197Z[ recovery-image] Aug 05 18:24:49.552 INFO O| Aug 05 18:24:49.552 INFO STEP 359 (remove_files) COMPLETE
47782024-08-05T18:24:51.197Z[ recovery-image] Aug 05 18:24:49.552 INFO O| Aug 05 18:24:49.552 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-08-05T18:24:51.205Z[ recovery-image] Aug 05 18:24:49.563 INFO O| Aug 05 18:24:49.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
47802024-08-05T18:24:51.208Z[ recovery-image] Aug 05 18:24:49.563 INFO O| Aug 05 18:24:49.563 INFO STEP 360 (remove_files) COMPLETE
47812024-08-05T18:24:51.208Z[ recovery-image] Aug 05 18:24:49.563 INFO O| Aug 05 18:24:49.563 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-08-05T18:24:51.216Z[ recovery-image] Aug 05 18:24:49.574 INFO O| Aug 05 18:24:49.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
47832024-08-05T18:24:51.216Z[ recovery-image] Aug 05 18:24:49.574 INFO O| Aug 05 18:24:49.574 INFO STEP 361 (remove_files) COMPLETE
47842024-08-05T18:24:51.219Z[ recovery-image] Aug 05 18:24:49.574 INFO O| Aug 05 18:24:49.574 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-08-05T18:24:51.227Z[ recovery-image] Aug 05 18:24:49.585 INFO O| Aug 05 18:24:49.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
47862024-08-05T18:24:51.230Z[ recovery-image] Aug 05 18:24:49.585 INFO O| Aug 05 18:24:49.585 INFO STEP 362 (remove_files) COMPLETE
47872024-08-05T18:24:51.230Z[ recovery-image] Aug 05 18:24:49.585 INFO O| Aug 05 18:24:49.585 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-08-05T18:24:51.239Z[ recovery-image] Aug 05 18:24:49.597 INFO O| Aug 05 18:24:49.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
47892024-08-05T18:24:51.239Z[ recovery-image] Aug 05 18:24:49.597 INFO O| Aug 05 18:24:49.597 INFO STEP 363 (remove_files) COMPLETE
47902024-08-05T18:24:51.242Z[ recovery-image] Aug 05 18:24:49.597 INFO O| Aug 05 18:24:49.597 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-08-05T18:24:51.250Z[ recovery-image] Aug 05 18:24:49.608 INFO O| Aug 05 18:24:49.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
47922024-08-05T18:24:51.253Z[ recovery-image] Aug 05 18:24:49.608 INFO O| Aug 05 18:24:49.608 INFO STEP 364 (remove_files) COMPLETE
47932024-08-05T18:24:51.253Z[ recovery-image] Aug 05 18:24:49.608 INFO O| Aug 05 18:24:49.608 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-08-05T18:24:51.261Z[ recovery-image] Aug 05 18:24:49.619 INFO O| Aug 05 18:24:49.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
47952024-08-05T18:24:51.264Z[ recovery-image] Aug 05 18:24:49.619 INFO O| Aug 05 18:24:49.619 INFO STEP 365 (remove_files) COMPLETE
47962024-08-05T18:24:51.264Z[ recovery-image] Aug 05 18:24:49.619 INFO O| Aug 05 18:24:49.619 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-08-05T18:24:51.273Z[ recovery-image] Aug 05 18:24:49.630 INFO O| Aug 05 18:24:49.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
47982024-08-05T18:24:51.273Z[ recovery-image] Aug 05 18:24:49.630 INFO O| Aug 05 18:24:49.630 INFO STEP 366 (remove_files) COMPLETE
47992024-08-05T18:24:51.277Z[ recovery-image] Aug 05 18:24:49.631 INFO O| Aug 05 18:24:49.630 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-08-05T18:24:51.284Z[ recovery-image] Aug 05 18:24:49.641 INFO O| Aug 05 18:24:49.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
48012024-08-05T18:24:51.286Z[ recovery-image] Aug 05 18:24:49.642 INFO O| Aug 05 18:24:49.642 INFO STEP 367 (remove_files) COMPLETE
48022024-08-05T18:24:51.286Z[ recovery-image] Aug 05 18:24:49.642 INFO O| Aug 05 18:24:49.642 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-08-05T18:24:51.295Z[ recovery-image] Aug 05 18:24:49.653 INFO O| Aug 05 18:24:49.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
48042024-08-05T18:24:51.295Z[ recovery-image] Aug 05 18:24:49.653 INFO O| Aug 05 18:24:49.653 INFO STEP 368 (remove_files) COMPLETE
48052024-08-05T18:24:51.298Z[ recovery-image] Aug 05 18:24:49.653 INFO O| Aug 05 18:24:49.653 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-08-05T18:24:51.306Z[ recovery-image] Aug 05 18:24:49.663 INFO O| Aug 05 18:24:49.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
48072024-08-05T18:24:51.306Z[ recovery-image] Aug 05 18:24:49.664 INFO O| Aug 05 18:24:49.664 INFO STEP 369 (remove_files) COMPLETE
48082024-08-05T18:24:51.309Z[ recovery-image] Aug 05 18:24:49.664 INFO O| Aug 05 18:24:49.664 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-08-05T18:24:51.317Z[ recovery-image] Aug 05 18:24:49.674 INFO O| Aug 05 18:24:49.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
48102024-08-05T18:24:51.317Z[ recovery-image] Aug 05 18:24:49.674 INFO O| Aug 05 18:24:49.674 INFO STEP 370 (remove_files) COMPLETE
48112024-08-05T18:24:51.320Z[ recovery-image] Aug 05 18:24:49.674 INFO O| Aug 05 18:24:49.674 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-08-05T18:24:51.328Z[ recovery-image] Aug 05 18:24:49.686 INFO O| Aug 05 18:24:49.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
48132024-08-05T18:24:51.330Z[ recovery-image] Aug 05 18:24:49.686 INFO O| Aug 05 18:24:49.686 INFO STEP 371 (remove_files) COMPLETE
48142024-08-05T18:24:51.330Z[ recovery-image] Aug 05 18:24:49.686 INFO O| Aug 05 18:24:49.686 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-08-05T18:24:51.338Z[ recovery-image] Aug 05 18:24:49.696 INFO O| Aug 05 18:24:49.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
48162024-08-05T18:24:51.341Z[ recovery-image] Aug 05 18:24:49.696 INFO O| Aug 05 18:24:49.696 INFO STEP 372 (remove_files) COMPLETE
48172024-08-05T18:24:51.341Z[ recovery-image] Aug 05 18:24:49.696 INFO O| Aug 05 18:24:49.696 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-08-05T18:24:51.349Z[ recovery-image] Aug 05 18:24:49.707 INFO O| Aug 05 18:24:49.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
48192024-08-05T18:24:51.352Z[ recovery-image] Aug 05 18:24:49.707 INFO O| Aug 05 18:24:49.707 INFO STEP 373 (remove_files) COMPLETE
48202024-08-05T18:24:51.352Z[ recovery-image] Aug 05 18:24:49.707 INFO O| Aug 05 18:24:49.707 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-08-05T18:24:51.359Z[ recovery-image] Aug 05 18:24:49.717 INFO O| Aug 05 18:24:49.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
48222024-08-05T18:24:51.359Z[ recovery-image] Aug 05 18:24:49.717 INFO O| Aug 05 18:24:49.717 INFO STEP 374 (remove_files) COMPLETE
48232024-08-05T18:24:51.362Z[ recovery-image] Aug 05 18:24:49.717 INFO O| Aug 05 18:24:49.717 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-08-05T18:24:51.369Z[ recovery-image] Aug 05 18:24:49.727 INFO O| Aug 05 18:24:49.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
48252024-08-05T18:24:51.370Z[ recovery-image] Aug 05 18:24:49.727 INFO O| Aug 05 18:24:49.727 INFO STEP 375 (remove_files) COMPLETE
48262024-08-05T18:24:51.370Z[ recovery-image] Aug 05 18:24:49.727 INFO O| Aug 05 18:24:49.727 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-08-05T18:24:51.380Z[ recovery-image] Aug 05 18:24:49.738 INFO O| Aug 05 18:24:49.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
48282024-08-05T18:24:51.380Z[ recovery-image] Aug 05 18:24:49.738 INFO O| Aug 05 18:24:49.738 INFO STEP 376 (remove_files) COMPLETE
48292024-08-05T18:24:51.380Z[ recovery-image] Aug 05 18:24:49.738 INFO O| Aug 05 18:24:49.738 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-08-05T18:24:51.390Z[ recovery-image] Aug 05 18:24:49.748 INFO O| Aug 05 18:24:49.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
48312024-08-05T18:24:51.390Z[ recovery-image] Aug 05 18:24:49.748 INFO O| Aug 05 18:24:49.748 INFO STEP 377 (remove_files) COMPLETE
48322024-08-05T18:24:51.393Z[ recovery-image] Aug 05 18:24:49.748 INFO O| Aug 05 18:24:49.748 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-08-05T18:24:51.400Z[ recovery-image] Aug 05 18:24:49.758 INFO O| Aug 05 18:24:49.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
48342024-08-05T18:24:51.403Z[ recovery-image] Aug 05 18:24:49.758 INFO O| Aug 05 18:24:49.758 INFO STEP 378 (remove_files) COMPLETE
48352024-08-05T18:24:51.403Z[ recovery-image] Aug 05 18:24:49.758 INFO O| Aug 05 18:24:49.758 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-08-05T18:24:51.411Z[ recovery-image] Aug 05 18:24:49.769 INFO O| Aug 05 18:24:49.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
48372024-08-05T18:24:51.411Z[ recovery-image] Aug 05 18:24:49.769 INFO O| Aug 05 18:24:49.769 INFO STEP 379 (remove_files) COMPLETE
48382024-08-05T18:24:51.411Z[ recovery-image] Aug 05 18:24:49.769 INFO O| Aug 05 18:24:49.769 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-08-05T18:24:51.422Z[ recovery-image] Aug 05 18:24:49.780 INFO O| Aug 05 18:24:49.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
48402024-08-05T18:24:51.422Z[ recovery-image] Aug 05 18:24:49.780 INFO O| Aug 05 18:24:49.780 INFO STEP 380 (remove_files) COMPLETE
48412024-08-05T18:24:51.425Z[ recovery-image] Aug 05 18:24:49.780 INFO O| Aug 05 18:24:49.780 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-08-05T18:24:51.433Z[ recovery-image] Aug 05 18:24:49.791 INFO O| Aug 05 18:24:49.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
48432024-08-05T18:24:51.433Z[ recovery-image] Aug 05 18:24:49.791 INFO O| Aug 05 18:24:49.791 INFO STEP 381 (remove_files) COMPLETE
48442024-08-05T18:24:51.433Z[ recovery-image] Aug 05 18:24:49.791 INFO O| Aug 05 18:24:49.791 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-08-05T18:24:51.443Z[ recovery-image] Aug 05 18:24:49.801 INFO O| Aug 05 18:24:49.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
48462024-08-05T18:24:51.443Z[ recovery-image] Aug 05 18:24:49.801 INFO O| Aug 05 18:24:49.801 INFO STEP 382 (remove_files) COMPLETE
48472024-08-05T18:24:51.446Z[ recovery-image] Aug 05 18:24:49.801 INFO O| Aug 05 18:24:49.801 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-08-05T18:24:51.455Z[ recovery-image] Aug 05 18:24:49.813 INFO O| Aug 05 18:24:49.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
48492024-08-05T18:24:51.455Z[ recovery-image] Aug 05 18:24:49.813 INFO O| Aug 05 18:24:49.813 INFO STEP 383 (remove_files) COMPLETE
48502024-08-05T18:24:51.458Z[ recovery-image] Aug 05 18:24:49.813 INFO O| Aug 05 18:24:49.813 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-08-05T18:24:51.465Z[ recovery-image] Aug 05 18:24:49.823 INFO O| Aug 05 18:24:49.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
48522024-08-05T18:24:51.468Z[ recovery-image] Aug 05 18:24:49.823 INFO O| Aug 05 18:24:49.823 INFO STEP 384 (remove_files) COMPLETE
48532024-08-05T18:24:51.468Z[ recovery-image] Aug 05 18:24:49.823 INFO O| Aug 05 18:24:49.823 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-08-05T18:24:51.475Z[ recovery-image] Aug 05 18:24:49.833 INFO O| Aug 05 18:24:49.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
48552024-08-05T18:24:51.478Z[ recovery-image] Aug 05 18:24:49.833 INFO O| Aug 05 18:24:49.833 INFO STEP 385 (remove_files) COMPLETE
48562024-08-05T18:24:51.478Z[ recovery-image] Aug 05 18:24:49.833 INFO O| Aug 05 18:24:49.833 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-08-05T18:24:51.486Z[ recovery-image] Aug 05 18:24:49.843 INFO O| Aug 05 18:24:49.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
48582024-08-05T18:24:51.486Z[ recovery-image] Aug 05 18:24:49.844 INFO O| Aug 05 18:24:49.844 INFO STEP 386 (remove_files) COMPLETE
48592024-08-05T18:24:51.489Z[ recovery-image] Aug 05 18:24:49.844 INFO O| Aug 05 18:24:49.844 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-08-05T18:24:51.496Z[ recovery-image] Aug 05 18:24:49.854 INFO O| Aug 05 18:24:49.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
48612024-08-05T18:24:51.496Z[ recovery-image] Aug 05 18:24:49.854 INFO O| Aug 05 18:24:49.854 INFO STEP 387 (remove_files) COMPLETE
48622024-08-05T18:24:51.499Z[ recovery-image] Aug 05 18:24:49.854 INFO O| Aug 05 18:24:49.854 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-08-05T18:24:51.507Z[ recovery-image] Aug 05 18:24:49.865 INFO O| Aug 05 18:24:49.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
48642024-08-05T18:24:51.507Z[ recovery-image] Aug 05 18:24:49.865 INFO O| Aug 05 18:24:49.865 INFO STEP 388 (remove_files) COMPLETE
48652024-08-05T18:24:51.510Z[ recovery-image] Aug 05 18:24:49.865 INFO O| Aug 05 18:24:49.865 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-08-05T18:24:51.518Z[ recovery-image] Aug 05 18:24:49.876 INFO O| Aug 05 18:24:49.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
48672024-08-05T18:24:51.518Z[ recovery-image] Aug 05 18:24:49.876 INFO O| Aug 05 18:24:49.876 INFO STEP 389 (remove_files) COMPLETE
48682024-08-05T18:24:51.518Z[ recovery-image] Aug 05 18:24:49.876 INFO O| Aug 05 18:24:49.876 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-08-05T18:24:51.529Z[ recovery-image] Aug 05 18:24:49.886 INFO O| Aug 05 18:24:49.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
48702024-08-05T18:24:51.529Z[ recovery-image] Aug 05 18:24:49.887 INFO O| Aug 05 18:24:49.887 INFO STEP 390 (remove_files) COMPLETE
48712024-08-05T18:24:51.529Z[ recovery-image] Aug 05 18:24:49.887 INFO O| Aug 05 18:24:49.887 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-08-05T18:24:51.539Z[ recovery-image] Aug 05 18:24:49.897 INFO O| Aug 05 18:24:49.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
48732024-08-05T18:24:51.539Z[ recovery-image] Aug 05 18:24:49.897 INFO O| Aug 05 18:24:49.897 INFO STEP 391 (remove_files) COMPLETE
48742024-08-05T18:24:51.542Z[ recovery-image] Aug 05 18:24:49.897 INFO O| Aug 05 18:24:49.897 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-08-05T18:24:51.549Z[ recovery-image] Aug 05 18:24:49.907 INFO O| Aug 05 18:24:49.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
48762024-08-05T18:24:51.550Z[ recovery-image] Aug 05 18:24:49.907 INFO O| Aug 05 18:24:49.907 INFO STEP 392 (remove_files) COMPLETE
48772024-08-05T18:24:51.553Z[ recovery-image] Aug 05 18:24:49.907 INFO O| Aug 05 18:24:49.907 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-08-05T18:24:51.560Z[ recovery-image] Aug 05 18:24:49.918 INFO O| Aug 05 18:24:49.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
48792024-08-05T18:24:51.563Z[ recovery-image] Aug 05 18:24:49.918 INFO O| Aug 05 18:24:49.918 INFO STEP 393 (remove_files) COMPLETE
48802024-08-05T18:24:51.563Z[ recovery-image] Aug 05 18:24:49.918 INFO O| Aug 05 18:24:49.918 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-08-05T18:24:51.570Z[ recovery-image] Aug 05 18:24:49.928 INFO O| Aug 05 18:24:49.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
48822024-08-05T18:24:51.570Z[ recovery-image] Aug 05 18:24:49.928 INFO O| Aug 05 18:24:49.928 INFO STEP 394 (remove_files) COMPLETE
48832024-08-05T18:24:51.573Z[ recovery-image] Aug 05 18:24:49.928 INFO O| Aug 05 18:24:49.928 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-08-05T18:24:51.580Z[ recovery-image] Aug 05 18:24:49.938 INFO O| Aug 05 18:24:49.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
48852024-08-05T18:24:51.580Z[ recovery-image] Aug 05 18:24:49.938 INFO O| Aug 05 18:24:49.938 INFO STEP 395 (remove_files) COMPLETE
48862024-08-05T18:24:51.583Z[ recovery-image] Aug 05 18:24:49.938 INFO O| Aug 05 18:24:49.938 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-08-05T18:24:51.591Z[ recovery-image] Aug 05 18:24:49.949 INFO O| Aug 05 18:24:49.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
48882024-08-05T18:24:51.591Z[ recovery-image] Aug 05 18:24:49.949 INFO O| Aug 05 18:24:49.949 INFO STEP 396 (remove_files) COMPLETE
48892024-08-05T18:24:51.591Z[ recovery-image] Aug 05 18:24:49.949 INFO O| Aug 05 18:24:49.949 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-08-05T18:24:51.601Z[ recovery-image] Aug 05 18:24:49.959 INFO O| Aug 05 18:24:49.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
48912024-08-05T18:24:51.604Z[ recovery-image] Aug 05 18:24:49.959 INFO O| Aug 05 18:24:49.959 INFO STEP 397 (remove_files) COMPLETE
48922024-08-05T18:24:51.604Z[ recovery-image] Aug 05 18:24:49.959 INFO O| Aug 05 18:24:49.959 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-08-05T18:24:51.612Z[ recovery-image] Aug 05 18:24:49.969 INFO O| Aug 05 18:24:49.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
48942024-08-05T18:24:51.614Z[ recovery-image] Aug 05 18:24:49.969 INFO O| Aug 05 18:24:49.969 INFO STEP 398 (remove_files) COMPLETE
48952024-08-05T18:24:51.614Z[ recovery-image] Aug 05 18:24:49.969 INFO O| Aug 05 18:24:49.969 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-08-05T18:24:51.622Z[ recovery-image] Aug 05 18:24:49.980 INFO O| Aug 05 18:24:49.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
48972024-08-05T18:24:51.625Z[ recovery-image] Aug 05 18:24:49.980 INFO O| Aug 05 18:24:49.980 INFO STEP 399 (remove_files) COMPLETE
48982024-08-05T18:24:51.625Z[ recovery-image] Aug 05 18:24:49.980 INFO O| Aug 05 18:24:49.980 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-08-05T18:24:51.633Z[ recovery-image] Aug 05 18:24:49.990 INFO O| Aug 05 18:24:49.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
49002024-08-05T18:24:51.633Z[ recovery-image] Aug 05 18:24:49.991 INFO O| Aug 05 18:24:49.990 INFO STEP 400 (remove_files) COMPLETE
49012024-08-05T18:24:51.633Z[ recovery-image] Aug 05 18:24:49.991 INFO O| Aug 05 18:24:49.990 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-08-05T18:24:51.643Z[ recovery-image] Aug 05 18:24:50.001 INFO O| Aug 05 18:24:50.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
49032024-08-05T18:24:51.643Z[ recovery-image] Aug 05 18:24:50.001 INFO O| Aug 05 18:24:50.001 INFO STEP 401 (remove_files) COMPLETE
49042024-08-05T18:24:51.646Z[ recovery-image] Aug 05 18:24:50.001 INFO O| Aug 05 18:24:50.001 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-08-05T18:24:51.654Z[ recovery-image] Aug 05 18:24:50.012 INFO O| Aug 05 18:24:50.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
49062024-08-05T18:24:51.654Z[ recovery-image] Aug 05 18:24:50.012 INFO O| Aug 05 18:24:50.012 INFO STEP 402 (remove_files) COMPLETE
49072024-08-05T18:24:51.654Z[ recovery-image] Aug 05 18:24:50.012 INFO O| Aug 05 18:24:50.012 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-08-05T18:24:51.665Z[ recovery-image] Aug 05 18:24:50.023 INFO O| Aug 05 18:24:50.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
49092024-08-05T18:24:51.665Z[ recovery-image] Aug 05 18:24:50.023 INFO O| Aug 05 18:24:50.023 INFO STEP 403 (remove_files) COMPLETE
49102024-08-05T18:24:51.668Z[ recovery-image] Aug 05 18:24:50.023 INFO O| Aug 05 18:24:50.023 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-08-05T18:24:51.676Z[ recovery-image] Aug 05 18:24:50.033 INFO O| Aug 05 18:24:50.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
49122024-08-05T18:24:51.678Z[ recovery-image] Aug 05 18:24:50.033 INFO O| Aug 05 18:24:50.033 INFO STEP 404 (remove_files) COMPLETE
49132024-08-05T18:24:51.679Z[ recovery-image] Aug 05 18:24:50.033 INFO O| Aug 05 18:24:50.033 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-08-05T18:24:51.686Z[ recovery-image] Aug 05 18:24:50.044 INFO O| Aug 05 18:24:50.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
49152024-08-05T18:24:51.686Z[ recovery-image] Aug 05 18:24:50.044 INFO O| Aug 05 18:24:50.044 INFO STEP 405 (remove_files) COMPLETE
49162024-08-05T18:24:51.689Z[ recovery-image] Aug 05 18:24:50.044 INFO O| Aug 05 18:24:50.044 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-08-05T18:24:51.697Z[ recovery-image] Aug 05 18:24:50.054 INFO O| Aug 05 18:24:50.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
49182024-08-05T18:24:51.699Z[ recovery-image] Aug 05 18:24:50.054 INFO O| Aug 05 18:24:50.054 INFO STEP 406 (remove_files) COMPLETE
49192024-08-05T18:24:51.699Z[ recovery-image] Aug 05 18:24:50.055 INFO O| Aug 05 18:24:50.054 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-08-05T18:24:51.709Z[ recovery-image] Aug 05 18:24:50.066 INFO O| Aug 05 18:24:50.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
49212024-08-05T18:24:51.709Z[ recovery-image] Aug 05 18:24:50.066 INFO O| Aug 05 18:24:50.066 INFO STEP 407 (remove_files) COMPLETE
49222024-08-05T18:24:51.711Z[ recovery-image] Aug 05 18:24:50.066 INFO O| Aug 05 18:24:50.066 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-08-05T18:24:51.719Z[ recovery-image] Aug 05 18:24:50.077 INFO O| Aug 05 18:24:50.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
49242024-08-05T18:24:51.719Z[ recovery-image] Aug 05 18:24:50.077 INFO O| Aug 05 18:24:50.077 INFO STEP 408 (remove_files) COMPLETE
49252024-08-05T18:24:51.722Z[ recovery-image] Aug 05 18:24:50.077 INFO O| Aug 05 18:24:50.077 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-08-05T18:24:51.730Z[ recovery-image] Aug 05 18:24:50.088 INFO O| Aug 05 18:24:50.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
49272024-08-05T18:24:51.730Z[ recovery-image] Aug 05 18:24:50.088 INFO O| Aug 05 18:24:50.088 INFO STEP 409 (remove_files) COMPLETE
49282024-08-05T18:24:51.730Z[ recovery-image] Aug 05 18:24:50.088 INFO O| Aug 05 18:24:50.088 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-08-05T18:24:51.741Z[ recovery-image] Aug 05 18:24:50.098 INFO O| Aug 05 18:24:50.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
49302024-08-05T18:24:51.741Z[ recovery-image] Aug 05 18:24:50.098 INFO O| Aug 05 18:24:50.098 INFO STEP 410 (remove_files) COMPLETE
49312024-08-05T18:24:51.741Z[ recovery-image] Aug 05 18:24:50.098 INFO O| Aug 05 18:24:50.098 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-08-05T18:24:51.753Z[ recovery-image] Aug 05 18:24:50.111 INFO O| Aug 05 18:24:50.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
49332024-08-05T18:24:51.756Z[ recovery-image] Aug 05 18:24:50.111 INFO O| Aug 05 18:24:50.111 INFO STEP 411 (remove_files) COMPLETE
49342024-08-05T18:24:51.756Z[ recovery-image] Aug 05 18:24:50.111 INFO O| Aug 05 18:24:50.111 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-08-05T18:24:51.763Z[ recovery-image] Aug 05 18:24:50.121 INFO O| Aug 05 18:24:50.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
49362024-08-05T18:24:51.763Z[ recovery-image] Aug 05 18:24:50.121 INFO O| Aug 05 18:24:50.121 INFO STEP 412 (remove_files) COMPLETE
49372024-08-05T18:24:51.763Z[ recovery-image] Aug 05 18:24:50.121 INFO O| Aug 05 18:24:50.121 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-08-05T18:24:51.775Z[ recovery-image] Aug 05 18:24:50.133 INFO O| Aug 05 18:24:50.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
49392024-08-05T18:24:51.775Z[ recovery-image] Aug 05 18:24:50.133 INFO O| Aug 05 18:24:50.133 INFO STEP 413 (remove_files) COMPLETE
49402024-08-05T18:24:51.778Z[ recovery-image] Aug 05 18:24:50.133 INFO O| Aug 05 18:24:50.133 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-08-05T18:24:51.786Z[ recovery-image] Aug 05 18:24:50.144 INFO O| Aug 05 18:24:50.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
49422024-08-05T18:24:51.786Z[ recovery-image] Aug 05 18:24:50.144 INFO O| Aug 05 18:24:50.144 INFO STEP 414 (remove_files) COMPLETE
49432024-08-05T18:24:51.786Z[ recovery-image] Aug 05 18:24:50.144 INFO O| Aug 05 18:24:50.144 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-08-05T18:24:51.802Z[ recovery-image] Aug 05 18:24:50.155 INFO O| Aug 05 18:24:50.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
49452024-08-05T18:24:51.802Z[ recovery-image] Aug 05 18:24:50.155 INFO O| Aug 05 18:24:50.155 INFO STEP 415 (remove_files) COMPLETE
49462024-08-05T18:24:51.810Z[ recovery-image] Aug 05 18:24:50.155 INFO O| Aug 05 18:24:50.155 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-08-05T18:24:51.810Z[ recovery-image] Aug 05 18:24:50.167 INFO O| Aug 05 18:24:50.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
49482024-08-05T18:24:51.810Z[ recovery-image] Aug 05 18:24:50.167 INFO O| Aug 05 18:24:50.167 INFO STEP 416 (remove_files) COMPLETE
49492024-08-05T18:24:51.810Z[ recovery-image] Aug 05 18:24:50.167 INFO O| Aug 05 18:24:50.167 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-08-05T18:24:51.820Z[ recovery-image] Aug 05 18:24:50.178 INFO O| Aug 05 18:24:50.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
49512024-08-05T18:24:51.820Z[ recovery-image] Aug 05 18:24:50.178 INFO O| Aug 05 18:24:50.178 INFO STEP 417 (remove_files) COMPLETE
49522024-08-05T18:24:51.820Z[ recovery-image] Aug 05 18:24:50.178 INFO O| Aug 05 18:24:50.178 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-08-05T18:24:51.831Z[ recovery-image] Aug 05 18:24:50.189 INFO O| Aug 05 18:24:50.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
49542024-08-05T18:24:51.832Z[ recovery-image] Aug 05 18:24:50.189 INFO O| Aug 05 18:24:50.189 INFO STEP 418 (remove_files) COMPLETE
49552024-08-05T18:24:51.834Z[ recovery-image] Aug 05 18:24:50.189 INFO O| Aug 05 18:24:50.189 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-08-05T18:24:51.842Z[ recovery-image] Aug 05 18:24:50.200 INFO O| Aug 05 18:24:50.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
49572024-08-05T18:24:51.845Z[ recovery-image] Aug 05 18:24:50.200 INFO O| Aug 05 18:24:50.200 INFO STEP 419 (remove_files) COMPLETE
49582024-08-05T18:24:51.845Z[ recovery-image] Aug 05 18:24:50.200 INFO O| Aug 05 18:24:50.200 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-08-05T18:24:51.853Z[ recovery-image] Aug 05 18:24:50.211 INFO O| Aug 05 18:24:50.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
49602024-08-05T18:24:51.853Z[ recovery-image] Aug 05 18:24:50.211 INFO O| Aug 05 18:24:50.211 INFO STEP 420 (remove_files) COMPLETE
49612024-08-05T18:24:51.856Z[ recovery-image] Aug 05 18:24:50.211 INFO O| Aug 05 18:24:50.211 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-08-05T18:24:51.864Z[ recovery-image] Aug 05 18:24:50.222 INFO O| Aug 05 18:24:50.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
49632024-08-05T18:24:51.867Z[ recovery-image] Aug 05 18:24:50.222 INFO O| Aug 05 18:24:50.222 INFO STEP 421 (remove_files) COMPLETE
49642024-08-05T18:24:51.867Z[ recovery-image] Aug 05 18:24:50.222 INFO O| Aug 05 18:24:50.222 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-08-05T18:24:51.875Z[ recovery-image] Aug 05 18:24:50.232 INFO O| Aug 05 18:24:50.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
49662024-08-05T18:24:51.875Z[ recovery-image] Aug 05 18:24:50.232 INFO O| Aug 05 18:24:50.232 INFO STEP 422 (remove_files) COMPLETE
49672024-08-05T18:24:51.877Z[ recovery-image] Aug 05 18:24:50.232 INFO O| Aug 05 18:24:50.232 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-08-05T18:24:51.885Z[ recovery-image] Aug 05 18:24:50.243 INFO O| Aug 05 18:24:50.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
49692024-08-05T18:24:51.885Z[ recovery-image] Aug 05 18:24:50.243 INFO O| Aug 05 18:24:50.243 INFO STEP 423 (remove_files) COMPLETE
49702024-08-05T18:24:51.888Z[ recovery-image] Aug 05 18:24:50.243 INFO O| Aug 05 18:24:50.243 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-08-05T18:24:51.896Z[ recovery-image] Aug 05 18:24:50.254 INFO O| Aug 05 18:24:50.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
49722024-08-05T18:24:51.899Z[ recovery-image] Aug 05 18:24:50.254 INFO O| Aug 05 18:24:50.254 INFO STEP 424 (remove_files) COMPLETE
49732024-08-05T18:24:51.899Z[ recovery-image] Aug 05 18:24:50.254 INFO O| Aug 05 18:24:50.254 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-08-05T18:24:51.907Z[ recovery-image] Aug 05 18:24:50.265 INFO O| Aug 05 18:24:50.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
49752024-08-05T18:24:51.907Z[ recovery-image] Aug 05 18:24:50.265 INFO O| Aug 05 18:24:50.265 INFO STEP 425 (remove_files) COMPLETE
49762024-08-05T18:24:51.910Z[ recovery-image] Aug 05 18:24:50.265 INFO O| Aug 05 18:24:50.265 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-08-05T18:24:51.919Z[ recovery-image] Aug 05 18:24:50.277 INFO O| Aug 05 18:24:50.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
49782024-08-05T18:24:51.919Z[ recovery-image] Aug 05 18:24:50.277 INFO O| Aug 05 18:24:50.277 INFO STEP 426 (remove_files) COMPLETE
49792024-08-05T18:24:51.922Z[ recovery-image] Aug 05 18:24:50.277 INFO O| Aug 05 18:24:50.277 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-08-05T18:24:51.932Z[ recovery-image] Aug 05 18:24:50.289 INFO O| Aug 05 18:24:50.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
49812024-08-05T18:24:51.932Z[ recovery-image] Aug 05 18:24:50.289 INFO O| Aug 05 18:24:50.289 INFO STEP 427 (remove_files) COMPLETE
49822024-08-05T18:24:51.932Z[ recovery-image] Aug 05 18:24:50.290 INFO O| Aug 05 18:24:50.289 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-08-05T18:24:51.942Z[ recovery-image] Aug 05 18:24:50.300 INFO O| Aug 05 18:24:50.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
49842024-08-05T18:24:51.945Z[ recovery-image] Aug 05 18:24:50.300 INFO O| Aug 05 18:24:50.300 INFO STEP 428 (remove_files) COMPLETE
49852024-08-05T18:24:51.945Z[ recovery-image] Aug 05 18:24:50.300 INFO O| Aug 05 18:24:50.300 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-08-05T18:24:51.952Z[ recovery-image] Aug 05 18:24:50.310 INFO O| Aug 05 18:24:50.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
49872024-08-05T18:24:51.952Z[ recovery-image] Aug 05 18:24:50.310 INFO O| Aug 05 18:24:50.310 INFO STEP 429 (remove_files) COMPLETE
49882024-08-05T18:24:51.955Z[ recovery-image] Aug 05 18:24:50.310 INFO O| Aug 05 18:24:50.310 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-08-05T18:24:51.963Z[ recovery-image] Aug 05 18:24:50.320 INFO O| Aug 05 18:24:50.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
49902024-08-05T18:24:51.965Z[ recovery-image] Aug 05 18:24:50.320 INFO O| Aug 05 18:24:50.320 INFO STEP 430 (remove_files) COMPLETE
49912024-08-05T18:24:51.965Z[ recovery-image] Aug 05 18:24:50.320 INFO O| Aug 05 18:24:50.320 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-08-05T18:24:51.973Z[ recovery-image] Aug 05 18:24:50.331 INFO O| Aug 05 18:24:50.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
49932024-08-05T18:24:51.976Z[ recovery-image] Aug 05 18:24:50.331 INFO O| Aug 05 18:24:50.331 INFO STEP 431 (remove_files) COMPLETE
49942024-08-05T18:24:51.976Z[ recovery-image] Aug 05 18:24:50.331 INFO O| Aug 05 18:24:50.331 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-08-05T18:24:51.984Z[ recovery-image] Aug 05 18:24:50.342 INFO O| Aug 05 18:24:50.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
49962024-08-05T18:24:51.984Z[ recovery-image] Aug 05 18:24:50.342 INFO O| Aug 05 18:24:50.342 INFO STEP 432 (remove_files) COMPLETE
49972024-08-05T18:24:51.984Z[ recovery-image] Aug 05 18:24:50.342 INFO O| Aug 05 18:24:50.342 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-08-05T18:24:51.994Z[ recovery-image] Aug 05 18:24:50.352 INFO O| Aug 05 18:24:50.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
49992024-08-05T18:24:51.994Z[ recovery-image] Aug 05 18:24:50.352 INFO O| Aug 05 18:24:50.352 INFO STEP 433 (remove_files) COMPLETE
50002024-08-05T18:24:51.997Z[ recovery-image] Aug 05 18:24:50.352 INFO O| Aug 05 18:24:50.352 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-08-05T18:24:52.007Z[ recovery-image] Aug 05 18:24:50.364 INFO O| Aug 05 18:24:50.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
50022024-08-05T18:24:52.007Z[ recovery-image] Aug 05 18:24:50.364 INFO O| Aug 05 18:24:50.364 INFO STEP 434 (remove_files) COMPLETE
50032024-08-05T18:24:52.007Z[ recovery-image] Aug 05 18:24:50.364 INFO O| Aug 05 18:24:50.364 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-08-05T18:24:52.021Z[ recovery-image] Aug 05 18:24:50.379 INFO O| Aug 05 18:24:50.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
50052024-08-05T18:24:52.024Z[ recovery-image] Aug 05 18:24:50.379 INFO O| Aug 05 18:24:50.379 INFO STEP 435 (remove_files) COMPLETE
50062024-08-05T18:24:52.024Z[ recovery-image] Aug 05 18:24:50.379 INFO O| Aug 05 18:24:50.379 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-08-05T18:24:52.027Z[ host-image] Aug 05 18:24:50.385 INFO O| Aug 05 18:24:50.385 INFO O| Download: Completed 8.42 MB in 3.32 seconds (2.5M/s)
50082024-08-05T18:24:52.031Z[ recovery-image] Aug 05 18:24:50.389 INFO O| Aug 05 18:24:50.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
50092024-08-05T18:24:52.034Z[ recovery-image] Aug 05 18:24:50.389 INFO O| Aug 05 18:24:50.389 INFO STEP 436 (remove_files) COMPLETE
50102024-08-05T18:24:52.034Z[ recovery-image] Aug 05 18:24:50.390 INFO O| Aug 05 18:24:50.389 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-08-05T18:24:52.042Z[ recovery-image] Aug 05 18:24:50.400 INFO O| Aug 05 18:24:50.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
50122024-08-05T18:24:52.045Z[ recovery-image] Aug 05 18:24:50.400 INFO O| Aug 05 18:24:50.400 INFO STEP 437 (remove_files) COMPLETE
50132024-08-05T18:24:52.045Z[ recovery-image] Aug 05 18:24:50.400 INFO O| Aug 05 18:24:50.400 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-08-05T18:24:52.053Z[ recovery-image] Aug 05 18:24:50.411 INFO O| Aug 05 18:24:50.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
50152024-08-05T18:24:52.053Z[ recovery-image] Aug 05 18:24:50.411 INFO O| Aug 05 18:24:50.411 INFO STEP 438 (remove_files) COMPLETE
50162024-08-05T18:24:53.058Z[ recovery-image] Aug 05 18:24:50.411 INFO O| Aug 05 18:24:50.411 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-08-05T18:24:53.063Z[ recovery-image] Aug 05 18:24:50.421 INFO O| Aug 05 18:24:50.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
50182024-08-05T18:24:53.063Z[ recovery-image] Aug 05 18:24:50.421 INFO O| Aug 05 18:24:50.421 INFO STEP 439 (remove_files) COMPLETE
50192024-08-05T18:24:53.063Z[ recovery-image] Aug 05 18:24:50.421 INFO O| Aug 05 18:24:50.421 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-08-05T18:24:53.063Z[ recovery-image] Aug 05 18:24:50.431 INFO O| Aug 05 18:24:50.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
50212024-08-05T18:24:53.063Z[ recovery-image] Aug 05 18:24:50.431 INFO O| Aug 05 18:24:50.431 INFO STEP 440 (remove_files) COMPLETE
50222024-08-05T18:24:53.063Z[ recovery-image] Aug 05 18:24:50.431 INFO O| Aug 05 18:24:50.431 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-08-05T18:24:53.063Z[ host-image] Aug 05 18:24:50.438 INFO O| Aug 05 18:24:50.438 INFO O| Actions: 1/1361 actions (Installing new actions)
50242024-08-05T18:24:53.063Z[ recovery-image] Aug 05 18:24:50.442 INFO O| Aug 05 18:24:50.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
50252024-08-05T18:24:53.063Z[ recovery-image] Aug 05 18:24:50.442 INFO O| Aug 05 18:24:50.442 INFO STEP 441 (remove_files) COMPLETE
50262024-08-05T18:24:53.063Z[ recovery-image] Aug 05 18:24:50.442 INFO O| Aug 05 18:24:50.442 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-08-05T18:24:53.063Z[ recovery-image] Aug 05 18:24:50.452 INFO O| Aug 05 18:24:50.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
50282024-08-05T18:24:53.063Z[ recovery-image] Aug 05 18:24:50.452 INFO O| Aug 05 18:24:50.452 INFO STEP 442 (remove_files) COMPLETE
50292024-08-05T18:24:53.063Z[ recovery-image] Aug 05 18:24:50.453 INFO O| Aug 05 18:24:50.452 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-08-05T18:24:53.063Z[ recovery-image] Aug 05 18:24:50.463 INFO O| Aug 05 18:24:50.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
50312024-08-05T18:24:53.063Z[ recovery-image] Aug 05 18:24:50.463 INFO O| Aug 05 18:24:50.463 INFO STEP 443 (remove_files) COMPLETE
50322024-08-05T18:24:53.063Z[ recovery-image] Aug 05 18:24:50.463 INFO O| Aug 05 18:24:50.463 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-08-05T18:24:53.063Z[ recovery-image] Aug 05 18:24:50.473 INFO O| Aug 05 18:24:50.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
50342024-08-05T18:24:53.063Z[ recovery-image] Aug 05 18:24:50.473 INFO O| Aug 05 18:24:50.473 INFO STEP 444 (remove_files) COMPLETE
50352024-08-05T18:24:53.063Z[ recovery-image] Aug 05 18:24:50.473 INFO O| Aug 05 18:24:50.473 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.484 INFO O| Aug 05 18:24:50.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
50372024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.484 INFO O| Aug 05 18:24:50.484 INFO STEP 445 (remove_files) COMPLETE
50382024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.484 INFO O| Aug 05 18:24:50.484 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.494 INFO O| Aug 05 18:24:50.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
50402024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.494 INFO O| Aug 05 18:24:50.494 INFO STEP 446 (remove_files) COMPLETE
50412024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.494 INFO O| Aug 05 18:24:50.494 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.505 INFO O| Aug 05 18:24:50.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
50432024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.505 INFO O| Aug 05 18:24:50.505 INFO STEP 447 (remove_files) COMPLETE
50442024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.505 INFO O| Aug 05 18:24:50.505 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.515 INFO O| Aug 05 18:24:50.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
50462024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.515 INFO O| Aug 05 18:24:50.515 INFO STEP 448 (remove_files) COMPLETE
50472024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.516 INFO O| Aug 05 18:24:50.515 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.526 INFO O| Aug 05 18:24:50.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
50492024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.526 INFO O| Aug 05 18:24:50.526 INFO STEP 449 (remove_files) COMPLETE
50502024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.526 INFO O| Aug 05 18:24:50.526 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.537 INFO O| Aug 05 18:24:50.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
50522024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.537 INFO O| Aug 05 18:24:50.537 INFO STEP 450 (remove_files) COMPLETE
50532024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.537 INFO O| Aug 05 18:24:50.537 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.548 INFO O| Aug 05 18:24:50.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
50552024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.548 INFO O| Aug 05 18:24:50.548 INFO STEP 451 (remove_files) COMPLETE
50562024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.548 INFO O| Aug 05 18:24:50.548 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.558 INFO O| Aug 05 18:24:50.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
50582024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.558 INFO O| Aug 05 18:24:50.558 INFO STEP 452 (remove_files) COMPLETE
50592024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.558 INFO O| Aug 05 18:24:50.558 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.569 INFO O| Aug 05 18:24:50.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
50612024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.569 INFO O| Aug 05 18:24:50.569 INFO STEP 453 (remove_files) COMPLETE
50622024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.569 INFO O| Aug 05 18:24:50.569 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.581 INFO O| Aug 05 18:24:50.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
50642024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.581 INFO O| Aug 05 18:24:50.581 INFO STEP 454 (remove_files) COMPLETE
50652024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.581 INFO O| Aug 05 18:24:50.581 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.592 INFO O| Aug 05 18:24:50.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
50672024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.592 INFO O| Aug 05 18:24:50.592 INFO STEP 455 (remove_files) COMPLETE
50682024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.592 INFO O| Aug 05 18:24:50.592 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.603 INFO O| Aug 05 18:24:50.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
50702024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.603 INFO O| Aug 05 18:24:50.603 INFO STEP 456 (remove_files) COMPLETE
50712024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.603 INFO O| Aug 05 18:24:50.603 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.616 INFO O| Aug 05 18:24:50.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
50732024-08-05T18:24:53.064Z[ recovery-image] Aug 05 18:24:50.616 INFO O| Aug 05 18:24:50.616 INFO STEP 457 (remove_files) COMPLETE
50742024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.616 INFO O| Aug 05 18:24:50.616 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.626 INFO O| Aug 05 18:24:50.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
50762024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.626 INFO O| Aug 05 18:24:50.626 INFO STEP 458 (remove_files) COMPLETE
50772024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.626 INFO O| Aug 05 18:24:50.626 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.637 INFO O| Aug 05 18:24:50.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
50792024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.637 INFO O| Aug 05 18:24:50.637 INFO STEP 459 (remove_files) COMPLETE
50802024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.637 INFO O| Aug 05 18:24:50.637 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.648 INFO O| Aug 05 18:24:50.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
50822024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.648 INFO O| Aug 05 18:24:50.648 INFO STEP 460 (remove_files) COMPLETE
50832024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.648 INFO O| Aug 05 18:24:50.648 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.658 INFO O| Aug 05 18:24:50.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
50852024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.658 INFO O| Aug 05 18:24:50.658 INFO STEP 461 (remove_files) COMPLETE
50862024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.658 INFO O| Aug 05 18:24:50.658 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.669 INFO O| Aug 05 18:24:50.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
50882024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.669 INFO O| Aug 05 18:24:50.669 INFO STEP 462 (remove_files) COMPLETE
50892024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.669 INFO O| Aug 05 18:24:50.669 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.681 INFO O| Aug 05 18:24:50.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
50912024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.681 INFO O| Aug 05 18:24:50.681 INFO STEP 463 (remove_files) COMPLETE
50922024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.681 INFO O| Aug 05 18:24:50.681 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.692 INFO O| Aug 05 18:24:50.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
50942024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.692 INFO O| Aug 05 18:24:50.692 INFO STEP 464 (remove_files) COMPLETE
50952024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.692 INFO O| Aug 05 18:24:50.692 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.702 INFO O| Aug 05 18:24:50.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
50972024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.702 INFO O| Aug 05 18:24:50.702 INFO STEP 465 (remove_files) COMPLETE
50982024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.702 INFO O| Aug 05 18:24:50.702 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.713 INFO O| Aug 05 18:24:50.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
51002024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.713 INFO O| Aug 05 18:24:50.713 INFO STEP 466 (remove_files) COMPLETE
51012024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.713 INFO O| Aug 05 18:24:50.713 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.723 INFO O| Aug 05 18:24:50.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
51032024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.723 INFO O| Aug 05 18:24:50.723 INFO STEP 467 (remove_files) COMPLETE
51042024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.723 INFO O| Aug 05 18:24:50.723 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.734 INFO O| Aug 05 18:24:50.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
51062024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.734 INFO O| Aug 05 18:24:50.734 INFO STEP 468 (remove_files) COMPLETE
51072024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.734 INFO O| Aug 05 18:24:50.734 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.745 INFO O| Aug 05 18:24:50.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
51092024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.745 INFO O| Aug 05 18:24:50.745 INFO STEP 469 (remove_files) COMPLETE
51102024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.745 INFO O| Aug 05 18:24:50.745 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.755 INFO O| Aug 05 18:24:50.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
51122024-08-05T18:24:53.065Z[ recovery-image] Aug 05 18:24:50.755 INFO O| Aug 05 18:24:50.755 INFO STEP 470 (remove_files) COMPLETE
51132024-08-05T18:24:53.066Z[ recovery-image] Aug 05 18:24:50.755 INFO O| Aug 05 18:24:50.755 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-08-05T18:24:53.066Z[ recovery-image] Aug 05 18:24:50.766 INFO O| Aug 05 18:24:50.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
51152024-08-05T18:24:53.066Z[ recovery-image] Aug 05 18:24:50.766 INFO O| Aug 05 18:24:50.766 INFO STEP 471 (remove_files) COMPLETE
51162024-08-05T18:24:53.066Z[ recovery-image] Aug 05 18:24:50.766 INFO O| Aug 05 18:24:50.766 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-08-05T18:24:53.070Z[ recovery-image] Aug 05 18:24:50.777 INFO O| Aug 05 18:24:50.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
51182024-08-05T18:24:53.070Z[ recovery-image] Aug 05 18:24:50.777 INFO O| Aug 05 18:24:50.777 INFO STEP 472 (remove_files) COMPLETE
51192024-08-05T18:24:53.070Z[ recovery-image] Aug 05 18:24:50.777 INFO O| Aug 05 18:24:50.777 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-08-05T18:24:53.070Z[ recovery-image] Aug 05 18:24:50.788 INFO O| Aug 05 18:24:50.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
51212024-08-05T18:24:53.070Z[ recovery-image] Aug 05 18:24:50.788 INFO O| Aug 05 18:24:50.788 INFO STEP 473 (remove_files) COMPLETE
51222024-08-05T18:24:53.070Z[ recovery-image] Aug 05 18:24:50.788 INFO O| Aug 05 18:24:50.788 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-08-05T18:24:53.070Z[ recovery-image] Aug 05 18:24:50.800 INFO O| Aug 05 18:24:50.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
51242024-08-05T18:24:53.070Z[ recovery-image] Aug 05 18:24:50.801 INFO O| Aug 05 18:24:50.800 INFO STEP 474 (remove_files) COMPLETE
51252024-08-05T18:24:53.070Z[ recovery-image] Aug 05 18:24:50.801 INFO O| Aug 05 18:24:50.801 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-08-05T18:24:53.070Z[ recovery-image] Aug 05 18:24:50.814 INFO O| Aug 05 18:24:50.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
51272024-08-05T18:24:53.070Z[ recovery-image] Aug 05 18:24:50.814 INFO O| Aug 05 18:24:50.814 INFO STEP 475 (remove_files) COMPLETE
51282024-08-05T18:24:53.070Z[ recovery-image] Aug 05 18:24:50.814 INFO O| Aug 05 18:24:50.814 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-08-05T18:24:53.070Z[ recovery-image] Aug 05 18:24:50.826 INFO O| Aug 05 18:24:50.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
51302024-08-05T18:24:53.070Z[ recovery-image] Aug 05 18:24:50.826 INFO O| Aug 05 18:24:50.826 INFO STEP 476 (remove_files) COMPLETE
51312024-08-05T18:24:53.070Z[ recovery-image] Aug 05 18:24:50.826 INFO O| Aug 05 18:24:50.826 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-08-05T18:24:53.070Z[ recovery-image] Aug 05 18:24:50.839 INFO O| Aug 05 18:24:50.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
51332024-08-05T18:24:53.070Z[ recovery-image] Aug 05 18:24:50.839 INFO O| Aug 05 18:24:50.839 INFO STEP 477 (remove_files) COMPLETE
51342024-08-05T18:24:53.070Z[ recovery-image] Aug 05 18:24:50.839 INFO O| Aug 05 18:24:50.839 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.852 INFO O| Aug 05 18:24:50.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
51362024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.853 INFO O| Aug 05 18:24:50.853 INFO STEP 478 (remove_files) COMPLETE
51372024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.853 INFO O| Aug 05 18:24:50.853 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.866 INFO O| Aug 05 18:24:50.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
51392024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.866 INFO O| Aug 05 18:24:50.866 INFO STEP 479 (remove_files) COMPLETE
51402024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.866 INFO O| Aug 05 18:24:50.866 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-08-05T18:24:53.071Z[ host-image] Aug 05 18:24:50.868 INFO O| Aug 05 18:24:50.867 INFO O| Actions: Completed 1361 actions in 0.43 seconds.
51422024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.879 INFO O| Aug 05 18:24:50.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
51432024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.880 INFO O| Aug 05 18:24:50.879 INFO STEP 480 (remove_files) COMPLETE
51442024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.880 INFO O| Aug 05 18:24:50.879 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.892 INFO O| Aug 05 18:24:50.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
51462024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.892 INFO O| Aug 05 18:24:50.892 INFO STEP 481 (remove_files) COMPLETE
51472024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.892 INFO O| Aug 05 18:24:50.892 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.903 INFO O| Aug 05 18:24:50.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
51492024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.903 INFO O| Aug 05 18:24:50.903 INFO STEP 482 (remove_files) COMPLETE
51502024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.904 INFO O| Aug 05 18:24:50.903 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.915 INFO O| Aug 05 18:24:50.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
51522024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.915 INFO O| Aug 05 18:24:50.915 INFO STEP 483 (remove_files) COMPLETE
51532024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.915 INFO O| Aug 05 18:24:50.915 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.927 INFO O| Aug 05 18:24:50.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
51552024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.927 INFO O| Aug 05 18:24:50.927 INFO STEP 484 (remove_files) COMPLETE
51562024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.927 INFO O| Aug 05 18:24:50.927 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.938 INFO O| Aug 05 18:24:50.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
51582024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.938 INFO O| Aug 05 18:24:50.938 INFO STEP 485 (remove_files) COMPLETE
51592024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.938 INFO O| Aug 05 18:24:50.938 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.951 INFO O| Aug 05 18:24:50.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
51612024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.951 INFO O| Aug 05 18:24:50.951 INFO STEP 486 (remove_files) COMPLETE
51622024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.951 INFO O| Aug 05 18:24:50.951 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.964 INFO O| Aug 05 18:24:50.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
51642024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.964 INFO O| Aug 05 18:24:50.964 INFO STEP 487 (remove_files) COMPLETE
51652024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.964 INFO O| Aug 05 18:24:50.964 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.977 INFO O| Aug 05 18:24:50.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
51672024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.977 INFO O| Aug 05 18:24:50.977 INFO STEP 488 (remove_files) COMPLETE
51682024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.977 INFO O| Aug 05 18:24:50.977 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.991 INFO O| Aug 05 18:24:50.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
51702024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.991 INFO O| Aug 05 18:24:50.991 INFO STEP 489 (remove_files) COMPLETE
51712024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:50.991 INFO O| Aug 05 18:24:50.991 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:51.006 INFO O| Aug 05 18:24:51.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
51732024-08-05T18:24:53.071Z[ recovery-image] Aug 05 18:24:51.006 INFO O| Aug 05 18:24:51.006 INFO STEP 490 (remove_files) COMPLETE
51742024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.006 INFO O| Aug 05 18:24:51.006 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.021 INFO O| Aug 05 18:24:51.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
51762024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.021 INFO O| Aug 05 18:24:51.021 INFO STEP 491 (remove_files) COMPLETE
51772024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.021 INFO O| Aug 05 18:24:51.021 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.035 INFO O| Aug 05 18:24:51.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
51792024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.035 INFO O| Aug 05 18:24:51.035 INFO STEP 492 (remove_files) COMPLETE
51802024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.035 INFO O| Aug 05 18:24:51.035 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.048 INFO O| Aug 05 18:24:51.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
51822024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.048 INFO O| Aug 05 18:24:51.048 INFO STEP 493 (remove_files) COMPLETE
51832024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.048 INFO O| Aug 05 18:24:51.048 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.059 INFO O| Aug 05 18:24:51.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
51852024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.059 INFO O| Aug 05 18:24:51.059 INFO STEP 494 (remove_files) COMPLETE
51862024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.059 INFO O| Aug 05 18:24:51.059 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.071 INFO O| Aug 05 18:24:51.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
51882024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.071 INFO O| Aug 05 18:24:51.071 INFO STEP 495 (remove_files) COMPLETE
51892024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.071 INFO O| Aug 05 18:24:51.071 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.082 INFO O| Aug 05 18:24:51.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
51912024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.082 INFO O| Aug 05 18:24:51.082 INFO STEP 496 (remove_files) COMPLETE
51922024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.082 INFO O| Aug 05 18:24:51.082 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.096 INFO O| Aug 05 18:24:51.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
51942024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.096 INFO O| Aug 05 18:24:51.096 INFO STEP 497 (remove_files) COMPLETE
51952024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.096 INFO O| Aug 05 18:24:51.096 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-08-05T18:24:53.072Z[ host-image] Aug 05 18:24:51.104 INFO O| Aug 05 18:24:51.104 INFO O| Done
51972024-08-05T18:24:53.072Z[ host-image] Aug 05 18:24:51.104 INFO O| Aug 05 18:24:51.104 INFO O| Done
51982024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.109 INFO O| Aug 05 18:24:51.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
51992024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.109 INFO O| Aug 05 18:24:51.109 INFO STEP 498 (remove_files) COMPLETE
52002024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.109 INFO O| Aug 05 18:24:51.109 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.122 INFO O| Aug 05 18:24:51.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
52022024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.122 INFO O| Aug 05 18:24:51.122 INFO STEP 499 (remove_files) COMPLETE
52032024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.122 INFO O| Aug 05 18:24:51.122 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.134 INFO O| Aug 05 18:24:51.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
52052024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.134 INFO O| Aug 05 18:24:51.134 INFO STEP 500 (remove_files) COMPLETE
52062024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.134 INFO O| Aug 05 18:24:51.134 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.147 INFO O| Aug 05 18:24:51.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
52082024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.147 INFO O| Aug 05 18:24:51.147 INFO STEP 501 (remove_files) COMPLETE
52092024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.147 INFO O| Aug 05 18:24:51.147 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.157 INFO O| Aug 05 18:24:51.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
52112024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.157 INFO O| Aug 05 18:24:51.157 INFO STEP 502 (remove_files) COMPLETE
52122024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.157 INFO O| Aug 05 18:24:51.157 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-08-05T18:24:53.072Z[ recovery-image] Aug 05 18:24:51.170 INFO O| Aug 05 18:24:51.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
52142024-08-05T18:24:53.073Z[ recovery-image] Aug 05 18:24:51.170 INFO O| Aug 05 18:24:51.170 INFO STEP 503 (remove_files) COMPLETE
52152024-08-05T18:24:53.073Z[ recovery-image] Aug 05 18:24:51.170 INFO O| Aug 05 18:24:51.170 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-08-05T18:24:53.073Z[ recovery-image] Aug 05 18:24:51.182 INFO O| Aug 05 18:24:51.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
52172024-08-05T18:24:53.076Z[ recovery-image] Aug 05 18:24:51.183 INFO O| Aug 05 18:24:51.182 INFO STEP 504 (remove_files) COMPLETE
52182024-08-05T18:24:53.076Z[ recovery-image] Aug 05 18:24:51.183 INFO O| Aug 05 18:24:51.183 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-08-05T18:24:53.076Z[ recovery-image] Aug 05 18:24:51.193 INFO O| Aug 05 18:24:51.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
52202024-08-05T18:24:53.076Z[ recovery-image] Aug 05 18:24:51.193 INFO O| Aug 05 18:24:51.193 INFO STEP 505 (remove_files) COMPLETE
52212024-08-05T18:24:53.076Z[ recovery-image] Aug 05 18:24:51.193 INFO O| Aug 05 18:24:51.193 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-08-05T18:24:53.076Z[ recovery-image] Aug 05 18:24:51.204 INFO O| Aug 05 18:24:51.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
52232024-08-05T18:24:53.076Z[ recovery-image] Aug 05 18:24:51.204 INFO O| Aug 05 18:24:51.204 INFO STEP 506 (remove_files) COMPLETE
52242024-08-05T18:24:53.076Z[ recovery-image] Aug 05 18:24:51.204 INFO O| Aug 05 18:24:51.204 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-08-05T18:24:53.076Z[ recovery-image] Aug 05 18:24:51.214 INFO O| Aug 05 18:24:51.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
52262024-08-05T18:24:53.076Z[ recovery-image] Aug 05 18:24:51.214 INFO O| Aug 05 18:24:51.214 INFO STEP 507 (remove_files) COMPLETE
52272024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.214 INFO O| Aug 05 18:24:51.214 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.225 INFO O| Aug 05 18:24:51.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
52292024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.225 INFO O| Aug 05 18:24:51.225 INFO STEP 508 (remove_files) COMPLETE
52302024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.225 INFO O| Aug 05 18:24:51.225 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.235 INFO O| Aug 05 18:24:51.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
52322024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.235 INFO O| Aug 05 18:24:51.235 INFO STEP 509 (remove_files) COMPLETE
52332024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.235 INFO O| Aug 05 18:24:51.235 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.246 INFO O| Aug 05 18:24:51.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
52352024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.246 INFO O| Aug 05 18:24:51.246 INFO STEP 510 (remove_files) COMPLETE
52362024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.246 INFO O| Aug 05 18:24:51.246 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.258 INFO O| Aug 05 18:24:51.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
52382024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.258 INFO O| Aug 05 18:24:51.258 INFO STEP 511 (remove_files) COMPLETE
52392024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.258 INFO O| Aug 05 18:24:51.258 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.270 INFO O| Aug 05 18:24:51.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
52412024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.271 INFO O| Aug 05 18:24:51.270 INFO STEP 512 (remove_files) COMPLETE
52422024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.271 INFO O| Aug 05 18:24:51.270 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.283 INFO O| Aug 05 18:24:51.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf"
52442024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.283 INFO O| Aug 05 18:24:51.283 INFO STEP 513 (remove_files) COMPLETE
52452024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.283 INFO O| Aug 05 18:24:51.283 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.294 INFO O| Aug 05 18:24:51.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
52472024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.295 INFO O| Aug 05 18:24:51.295 INFO STEP 514 (remove_files) COMPLETE
52482024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.295 INFO O| Aug 05 18:24:51.295 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.307 INFO O| Aug 05 18:24:51.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
52502024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.307 INFO O| Aug 05 18:24:51.307 INFO STEP 515 (remove_files) COMPLETE
52512024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.307 INFO O| Aug 05 18:24:51.307 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.318 INFO O| Aug 05 18:24:51.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
52532024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.318 INFO O| Aug 05 18:24:51.318 INFO STEP 516 (remove_files) COMPLETE
52542024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.318 INFO O| Aug 05 18:24:51.318 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.331 INFO O| Aug 05 18:24:51.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
52562024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.331 INFO O| Aug 05 18:24:51.331 INFO STEP 517 (remove_files) COMPLETE
52572024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.331 INFO O| Aug 05 18:24:51.331 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.343 INFO O| Aug 05 18:24:51.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
52592024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.343 INFO O| Aug 05 18:24:51.343 INFO STEP 518 (remove_files) COMPLETE
52602024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.343 INFO O| Aug 05 18:24:51.343 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.355 INFO O| Aug 05 18:24:51.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
52622024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.355 INFO O| Aug 05 18:24:51.355 INFO STEP 519 (remove_files) COMPLETE
52632024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.355 INFO O| Aug 05 18:24:51.355 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-08-05T18:24:53.077Z[ recovery-image] Aug 05 18:24:51.368 INFO O| Aug 05 18:24:51.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
52652024-08-05T18:24:53.078Z[ recovery-image] Aug 05 18:24:51.368 INFO O| Aug 05 18:24:51.368 INFO STEP 520 (remove_files) COMPLETE
52662024-08-05T18:24:53.078Z[ recovery-image] Aug 05 18:24:51.368 INFO O| Aug 05 18:24:51.368 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-08-05T18:24:53.078Z[ recovery-image] Aug 05 18:24:51.378 INFO O| Aug 05 18:24:51.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
52682024-08-05T18:24:53.078Z[ recovery-image] Aug 05 18:24:51.378 INFO O| Aug 05 18:24:51.378 INFO STEP 521 (remove_files) COMPLETE
52692024-08-05T18:24:53.078Z[ recovery-image] Aug 05 18:24:51.378 INFO O| Aug 05 18:24:51.378 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-08-05T18:24:53.078Z[ recovery-image] Aug 05 18:24:51.391 INFO O| Aug 05 18:24:51.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
52712024-08-05T18:24:53.078Z[ recovery-image] Aug 05 18:24:51.391 INFO O| Aug 05 18:24:51.391 INFO STEP 522 (remove_files) COMPLETE
52722024-08-05T18:24:53.078Z[ recovery-image] Aug 05 18:24:51.391 INFO O| Aug 05 18:24:51.391 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-08-05T18:24:53.078Z[ recovery-image] Aug 05 18:24:51.403 INFO O| Aug 05 18:24:51.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
52742024-08-05T18:24:53.078Z[ recovery-image] Aug 05 18:24:51.403 INFO O| Aug 05 18:24:51.403 INFO STEP 523 (remove_files) COMPLETE
52752024-08-05T18:24:53.078Z[ recovery-image] Aug 05 18:24:51.403 INFO O| Aug 05 18:24:51.403 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-08-05T18:24:53.078Z[ recovery-image] Aug 05 18:24:51.415 INFO O| Aug 05 18:24:51.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
52772024-08-05T18:24:53.078Z[ recovery-image] Aug 05 18:24:51.416 INFO O| Aug 05 18:24:51.415 INFO STEP 524 (remove_files) COMPLETE
52782024-08-05T18:24:53.078Z[ recovery-image] Aug 05 18:24:51.416 INFO O| Aug 05 18:24:51.416 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-08-05T18:24:53.078Z[ recovery-image] Aug 05 18:24:51.429 INFO O| Aug 05 18:24:51.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
52802024-08-05T18:24:53.078Z[ recovery-image] Aug 05 18:24:51.429 INFO O| Aug 05 18:24:51.429 INFO STEP 525 (remove_files) COMPLETE
52812024-08-05T18:24:53.078Z[ recovery-image] Aug 05 18:24:51.429 INFO O| Aug 05 18:24:51.429 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-08-05T18:24:53.084Z[ recovery-image] Aug 05 18:24:51.441 INFO O| Aug 05 18:24:51.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
52832024-08-05T18:24:53.087Z[ recovery-image] Aug 05 18:24:51.441 INFO O| Aug 05 18:24:51.441 INFO STEP 526 (remove_files) COMPLETE
52842024-08-05T18:24:53.087Z[ recovery-image] Aug 05 18:24:51.442 INFO O| Aug 05 18:24:51.441 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-08-05T18:24:53.095Z[ recovery-image] Aug 05 18:24:51.453 INFO O| Aug 05 18:24:51.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
52862024-08-05T18:24:53.098Z[ recovery-image] Aug 05 18:24:51.453 INFO O| Aug 05 18:24:51.453 INFO STEP 527 (remove_files) COMPLETE
52872024-08-05T18:24:53.098Z[ recovery-image] Aug 05 18:24:51.453 INFO O| Aug 05 18:24:51.453 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-08-05T18:24:53.109Z[ recovery-image] Aug 05 18:24:51.467 INFO O| Aug 05 18:24:51.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
52892024-08-05T18:24:53.109Z[ recovery-image] Aug 05 18:24:51.467 INFO O| Aug 05 18:24:51.467 INFO STEP 528 (remove_files) COMPLETE
52902024-08-05T18:24:53.109Z[ recovery-image] Aug 05 18:24:51.467 INFO O| Aug 05 18:24:51.467 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-08-05T18:24:53.122Z[ recovery-image] Aug 05 18:24:51.480 INFO O| Aug 05 18:24:51.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
52922024-08-05T18:24:53.122Z[ recovery-image] Aug 05 18:24:51.480 INFO O| Aug 05 18:24:51.480 INFO STEP 529 (remove_files) COMPLETE
52932024-08-05T18:24:53.125Z[ recovery-image] Aug 05 18:24:51.480 INFO O| Aug 05 18:24:51.480 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-08-05T18:24:53.133Z[ recovery-image] Aug 05 18:24:51.491 INFO O| Aug 05 18:24:51.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
52952024-08-05T18:24:53.133Z[ recovery-image] Aug 05 18:24:51.491 INFO O| Aug 05 18:24:51.491 INFO STEP 530 (remove_files) COMPLETE
52962024-08-05T18:24:53.136Z[ recovery-image] Aug 05 18:24:51.491 INFO O| Aug 05 18:24:51.491 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-08-05T18:24:53.144Z[ recovery-image] Aug 05 18:24:51.501 INFO O| Aug 05 18:24:51.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
52982024-08-05T18:24:53.147Z[ recovery-image] Aug 05 18:24:51.501 INFO O| Aug 05 18:24:51.501 INFO STEP 531 (remove_files) COMPLETE
52992024-08-05T18:24:53.147Z[ recovery-image] Aug 05 18:24:51.501 INFO O| Aug 05 18:24:51.501 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-08-05T18:24:53.154Z[ recovery-image] Aug 05 18:24:51.512 INFO O| Aug 05 18:24:51.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
53012024-08-05T18:24:53.157Z[ recovery-image] Aug 05 18:24:51.512 INFO O| Aug 05 18:24:51.512 INFO STEP 532 (remove_files) COMPLETE
53022024-08-05T18:24:53.157Z[ recovery-image] Aug 05 18:24:51.512 INFO O| Aug 05 18:24:51.512 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-08-05T18:24:53.165Z[ recovery-image] Aug 05 18:24:51.523 INFO O| Aug 05 18:24:51.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
53042024-08-05T18:24:53.168Z[ recovery-image] Aug 05 18:24:51.523 INFO O| Aug 05 18:24:51.523 INFO STEP 533 (remove_files) COMPLETE
53052024-08-05T18:24:53.168Z[ recovery-image] Aug 05 18:24:51.523 INFO O| Aug 05 18:24:51.523 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-08-05T18:24:53.175Z[ host-image] Aug 05 18:24:51.533 INFO O| Aug 05 18:24:51.533 INFO O| Done
53072024-08-05T18:24:53.178Z[ recovery-image] Aug 05 18:24:51.534 INFO O| Aug 05 18:24:51.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
53082024-08-05T18:24:53.178Z[ recovery-image] Aug 05 18:24:51.534 INFO O| Aug 05 18:24:51.534 INFO STEP 534 (remove_files) COMPLETE
53092024-08-05T18:24:53.178Z[ recovery-image] Aug 05 18:24:51.534 INFO O| Aug 05 18:24:51.534 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-08-05T18:24:53.188Z[ recovery-image] Aug 05 18:24:51.546 INFO O| Aug 05 18:24:51.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
53112024-08-05T18:24:53.191Z[ recovery-image] Aug 05 18:24:51.546 INFO O| Aug 05 18:24:51.546 INFO STEP 535 (remove_files) COMPLETE
53122024-08-05T18:24:53.191Z[ recovery-image] Aug 05 18:24:51.546 INFO O| Aug 05 18:24:51.546 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-08-05T18:24:53.202Z[ recovery-image] Aug 05 18:24:51.559 INFO O| Aug 05 18:24:51.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
53142024-08-05T18:24:53.205Z[ recovery-image] Aug 05 18:24:51.560 INFO O| Aug 05 18:24:51.559 INFO STEP 536 (remove_files) COMPLETE
53152024-08-05T18:24:53.205Z[ recovery-image] Aug 05 18:24:51.560 INFO O| Aug 05 18:24:51.559 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-08-05T18:24:53.215Z[ recovery-image] Aug 05 18:24:51.573 INFO O| Aug 05 18:24:51.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
53172024-08-05T18:24:53.218Z[ recovery-image] Aug 05 18:24:51.573 INFO O| Aug 05 18:24:51.573 INFO STEP 537 (remove_files) COMPLETE
53182024-08-05T18:24:53.218Z[ recovery-image] Aug 05 18:24:51.573 INFO O| Aug 05 18:24:51.573 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-08-05T18:24:53.228Z[ recovery-image] Aug 05 18:24:51.586 INFO O| Aug 05 18:24:51.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
53202024-08-05T18:24:53.231Z[ recovery-image] Aug 05 18:24:51.586 INFO O| Aug 05 18:24:51.586 INFO STEP 538 (remove_files) COMPLETE
53212024-08-05T18:24:53.231Z[ recovery-image] Aug 05 18:24:51.586 INFO O| Aug 05 18:24:51.586 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-08-05T18:24:53.242Z[ recovery-image] Aug 05 18:24:51.599 INFO O| Aug 05 18:24:51.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
53232024-08-05T18:24:53.242Z[ recovery-image] Aug 05 18:24:51.599 INFO O| Aug 05 18:24:51.599 INFO STEP 539 (remove_files) COMPLETE
53242024-08-05T18:24:53.244Z[ recovery-image] Aug 05 18:24:51.599 INFO O| Aug 05 18:24:51.599 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-08-05T18:24:53.255Z[ recovery-image] Aug 05 18:24:51.612 INFO O| Aug 05 18:24:51.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
53262024-08-05T18:24:53.258Z[ recovery-image] Aug 05 18:24:51.613 INFO O| Aug 05 18:24:51.612 INFO STEP 540 (remove_files) COMPLETE
53272024-08-05T18:24:53.258Z[ recovery-image] Aug 05 18:24:51.613 INFO O| Aug 05 18:24:51.613 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-08-05T18:24:53.267Z[ recovery-image] Aug 05 18:24:51.625 INFO O| Aug 05 18:24:51.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
53292024-08-05T18:24:53.267Z[ recovery-image] Aug 05 18:24:51.625 INFO O| Aug 05 18:24:51.625 INFO STEP 541 (remove_files) COMPLETE
53302024-08-05T18:24:53.267Z[ recovery-image] Aug 05 18:24:51.625 INFO O| Aug 05 18:24:51.625 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-08-05T18:24:53.281Z[ recovery-image] Aug 05 18:24:51.638 INFO O| Aug 05 18:24:51.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
53322024-08-05T18:24:53.281Z[ recovery-image] Aug 05 18:24:51.639 INFO O| Aug 05 18:24:51.638 INFO STEP 542 (remove_files) COMPLETE
53332024-08-05T18:24:53.281Z[ recovery-image] Aug 05 18:24:51.639 INFO O| Aug 05 18:24:51.639 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-08-05T18:24:53.294Z[ recovery-image] Aug 05 18:24:51.652 INFO O| Aug 05 18:24:51.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
53352024-08-05T18:24:53.295Z[ recovery-image] Aug 05 18:24:51.652 INFO O| Aug 05 18:24:51.652 INFO STEP 543 (remove_files) COMPLETE
53362024-08-05T18:24:53.297Z[ recovery-image] Aug 05 18:24:51.652 INFO O| Aug 05 18:24:51.652 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-08-05T18:24:53.307Z[ recovery-image] Aug 05 18:24:51.665 INFO O| Aug 05 18:24:51.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
53382024-08-05T18:24:53.307Z[ recovery-image] Aug 05 18:24:51.665 INFO O| Aug 05 18:24:51.665 INFO STEP 544 (remove_files) COMPLETE
53392024-08-05T18:24:53.310Z[ recovery-image] Aug 05 18:24:51.665 INFO O| Aug 05 18:24:51.665 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-08-05T18:24:53.320Z[ recovery-image] Aug 05 18:24:51.678 INFO O| Aug 05 18:24:51.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
53412024-08-05T18:24:53.320Z[ recovery-image] Aug 05 18:24:51.678 INFO O| Aug 05 18:24:51.678 INFO STEP 545 (remove_files) COMPLETE
53422024-08-05T18:24:53.320Z[ recovery-image] Aug 05 18:24:51.678 INFO O| Aug 05 18:24:51.678 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-08-05T18:24:53.334Z[ recovery-image] Aug 05 18:24:51.691 INFO O| Aug 05 18:24:51.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
53442024-08-05T18:24:53.337Z[ recovery-image] Aug 05 18:24:51.692 INFO O| Aug 05 18:24:51.692 INFO STEP 546 (remove_files) COMPLETE
53452024-08-05T18:24:53.337Z[ recovery-image] Aug 05 18:24:51.692 INFO O| Aug 05 18:24:51.692 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-08-05T18:24:53.344Z[ recovery-image] Aug 05 18:24:51.702 INFO O| Aug 05 18:24:51.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
53472024-08-05T18:24:53.347Z[ recovery-image] Aug 05 18:24:51.702 INFO O| Aug 05 18:24:51.702 INFO STEP 547 (remove_files) COMPLETE
53482024-08-05T18:24:53.347Z[ recovery-image] Aug 05 18:24:51.702 INFO O| Aug 05 18:24:51.702 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-08-05T18:24:53.356Z[ recovery-image] Aug 05 18:24:51.714 INFO O| Aug 05 18:24:51.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
53502024-08-05T18:24:53.359Z[ recovery-image] Aug 05 18:24:51.714 INFO O| Aug 05 18:24:51.714 INFO STEP 548 (remove_files) COMPLETE
53512024-08-05T18:24:53.359Z[ recovery-image] Aug 05 18:24:51.714 INFO O| Aug 05 18:24:51.714 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-08-05T18:24:53.368Z[ recovery-image] Aug 05 18:24:51.726 INFO O| Aug 05 18:24:51.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
53532024-08-05T18:24:53.371Z[ recovery-image] Aug 05 18:24:51.726 INFO O| Aug 05 18:24:51.726 INFO STEP 549 (remove_files) COMPLETE
53542024-08-05T18:24:53.371Z[ recovery-image] Aug 05 18:24:51.726 INFO O| Aug 05 18:24:51.726 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-08-05T18:24:53.378Z[ recovery-image] Aug 05 18:24:51.736 INFO O| Aug 05 18:24:51.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
53562024-08-05T18:24:53.378Z[ recovery-image] Aug 05 18:24:51.736 INFO O| Aug 05 18:24:51.736 INFO STEP 550 (remove_files) COMPLETE
53572024-08-05T18:24:53.381Z[ recovery-image] Aug 05 18:24:51.736 INFO O| Aug 05 18:24:51.736 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-08-05T18:24:53.388Z[ recovery-image] Aug 05 18:24:51.746 INFO O| Aug 05 18:24:51.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
53592024-08-05T18:24:53.389Z[ recovery-image] Aug 05 18:24:51.746 INFO O| Aug 05 18:24:51.746 INFO STEP 551 (remove_files) COMPLETE
53602024-08-05T18:24:53.392Z[ recovery-image] Aug 05 18:24:51.746 INFO O| Aug 05 18:24:51.746 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-08-05T18:24:53.399Z[ recovery-image] Aug 05 18:24:51.756 INFO O| Aug 05 18:24:51.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
53622024-08-05T18:24:53.399Z[ recovery-image] Aug 05 18:24:51.756 INFO O| Aug 05 18:24:51.756 INFO STEP 552 (remove_files) COMPLETE
53632024-08-05T18:24:53.399Z[ recovery-image] Aug 05 18:24:51.756 INFO O| Aug 05 18:24:51.756 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-08-05T18:24:53.410Z[ recovery-image] Aug 05 18:24:51.767 INFO O| Aug 05 18:24:51.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
53652024-08-05T18:24:53.410Z[ recovery-image] Aug 05 18:24:51.767 INFO O| Aug 05 18:24:51.767 INFO STEP 553 (remove_files) COMPLETE
53662024-08-05T18:24:53.412Z[ recovery-image] Aug 05 18:24:51.767 INFO O| Aug 05 18:24:51.767 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-08-05T18:24:53.420Z[ recovery-image] Aug 05 18:24:51.777 INFO O| Aug 05 18:24:51.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
53682024-08-05T18:24:53.423Z[ recovery-image] Aug 05 18:24:51.778 INFO O| Aug 05 18:24:51.777 INFO STEP 554 (remove_files) COMPLETE
53692024-08-05T18:24:53.423Z[ recovery-image] Aug 05 18:24:51.778 INFO O| Aug 05 18:24:51.777 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-08-05T18:24:53.430Z[ recovery-image] Aug 05 18:24:51.788 INFO O| Aug 05 18:24:51.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
53712024-08-05T18:24:53.433Z[ recovery-image] Aug 05 18:24:51.788 INFO O| Aug 05 18:24:51.788 INFO STEP 555 (remove_files) COMPLETE
53722024-08-05T18:24:53.433Z[ recovery-image] Aug 05 18:24:51.788 INFO O| Aug 05 18:24:51.788 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-08-05T18:24:53.441Z[ recovery-image] Aug 05 18:24:51.798 INFO O| Aug 05 18:24:51.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
53742024-08-05T18:24:53.443Z[ recovery-image] Aug 05 18:24:51.798 INFO O| Aug 05 18:24:51.798 INFO STEP 556 (remove_files) COMPLETE
53752024-08-05T18:24:53.443Z[ recovery-image] Aug 05 18:24:51.798 INFO O| Aug 05 18:24:51.798 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-08-05T18:24:53.451Z[ recovery-image] Aug 05 18:24:51.808 INFO O| Aug 05 18:24:51.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
53772024-08-05T18:24:53.454Z[ recovery-image] Aug 05 18:24:51.809 INFO O| Aug 05 18:24:51.809 INFO STEP 557 (remove_files) COMPLETE
53782024-08-05T18:24:53.454Z[ recovery-image] Aug 05 18:24:51.809 INFO O| Aug 05 18:24:51.809 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-08-05T18:24:53.461Z[ recovery-image] Aug 05 18:24:51.819 INFO O| Aug 05 18:24:51.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
53802024-08-05T18:24:53.461Z[ recovery-image] Aug 05 18:24:51.819 INFO O| Aug 05 18:24:51.819 INFO STEP 558 (remove_files) COMPLETE
53812024-08-05T18:24:53.464Z[ recovery-image] Aug 05 18:24:51.819 INFO O| Aug 05 18:24:51.819 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-08-05T18:24:53.474Z[ recovery-image] Aug 05 18:24:51.832 INFO O| Aug 05 18:24:51.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
53832024-08-05T18:24:53.477Z[ recovery-image] Aug 05 18:24:51.832 INFO O| Aug 05 18:24:51.832 INFO STEP 559 (remove_files) COMPLETE
53842024-08-05T18:24:53.477Z[ recovery-image] Aug 05 18:24:51.832 INFO O| Aug 05 18:24:51.832 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-08-05T18:24:53.486Z[ recovery-image] Aug 05 18:24:51.844 INFO O| Aug 05 18:24:51.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
53862024-08-05T18:24:53.489Z[ recovery-image] Aug 05 18:24:51.844 INFO O| Aug 05 18:24:51.844 INFO STEP 560 (remove_files) COMPLETE
53872024-08-05T18:24:53.489Z[ recovery-image] Aug 05 18:24:51.844 INFO O| Aug 05 18:24:51.844 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-08-05T18:24:53.497Z[ recovery-image] Aug 05 18:24:51.855 INFO O| Aug 05 18:24:51.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
53892024-08-05T18:24:53.497Z[ recovery-image] Aug 05 18:24:51.855 INFO O| Aug 05 18:24:51.855 INFO STEP 561 (remove_files) COMPLETE
53902024-08-05T18:24:53.500Z[ recovery-image] Aug 05 18:24:51.855 INFO O| Aug 05 18:24:51.855 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-08-05T18:24:53.509Z[ recovery-image] Aug 05 18:24:51.867 INFO O| Aug 05 18:24:51.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
53922024-08-05T18:24:53.512Z[ recovery-image] Aug 05 18:24:51.867 INFO O| Aug 05 18:24:51.867 INFO STEP 562 (remove_files) COMPLETE
53932024-08-05T18:24:53.512Z[ recovery-image] Aug 05 18:24:51.867 INFO O| Aug 05 18:24:51.867 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-08-05T18:24:53.522Z[ recovery-image] Aug 05 18:24:51.879 INFO O| Aug 05 18:24:51.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
53952024-08-05T18:24:53.524Z[ recovery-image] Aug 05 18:24:51.879 INFO O| Aug 05 18:24:51.879 INFO STEP 563 (remove_files) COMPLETE
53962024-08-05T18:24:53.525Z[ recovery-image] Aug 05 18:24:51.880 INFO O| Aug 05 18:24:51.879 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-08-05T18:24:53.532Z[ recovery-image] Aug 05 18:24:51.890 INFO O| Aug 05 18:24:51.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
53982024-08-05T18:24:53.535Z[ recovery-image] Aug 05 18:24:51.890 INFO O| Aug 05 18:24:51.890 INFO STEP 564 (remove_files) COMPLETE
53992024-08-05T18:24:53.535Z[ recovery-image] Aug 05 18:24:51.890 INFO O| Aug 05 18:24:51.890 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-08-05T18:24:53.545Z[ recovery-image] Aug 05 18:24:51.903 INFO O| Aug 05 18:24:51.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
54012024-08-05T18:24:53.548Z[ recovery-image] Aug 05 18:24:51.903 INFO O| Aug 05 18:24:51.903 INFO STEP 565 (remove_files) COMPLETE
54022024-08-05T18:24:53.548Z[ recovery-image] Aug 05 18:24:51.903 INFO O| Aug 05 18:24:51.903 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-08-05T18:24:53.556Z[ recovery-image] Aug 05 18:24:51.913 INFO O| Aug 05 18:24:51.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
54042024-08-05T18:24:53.556Z[ recovery-image] Aug 05 18:24:51.913 INFO O| Aug 05 18:24:51.913 INFO STEP 566 (remove_files) COMPLETE
54052024-08-05T18:24:53.558Z[ recovery-image] Aug 05 18:24:51.913 INFO O| Aug 05 18:24:51.913 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-08-05T18:24:53.566Z[ recovery-image] Aug 05 18:24:51.924 INFO O| Aug 05 18:24:51.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
54072024-08-05T18:24:53.569Z[ recovery-image] Aug 05 18:24:51.924 INFO O| Aug 05 18:24:51.924 INFO STEP 567 (remove_files) COMPLETE
54082024-08-05T18:24:53.569Z[ recovery-image] Aug 05 18:24:51.924 INFO O| Aug 05 18:24:51.924 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-08-05T18:24:53.576Z[ recovery-image] Aug 05 18:24:51.934 INFO O| Aug 05 18:24:51.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
54102024-08-05T18:24:53.579Z[ recovery-image] Aug 05 18:24:51.934 INFO O| Aug 05 18:24:51.934 INFO STEP 568 (remove_files) COMPLETE
54112024-08-05T18:24:53.579Z[ recovery-image] Aug 05 18:24:51.934 INFO O| Aug 05 18:24:51.934 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-08-05T18:24:53.587Z[ recovery-image] Aug 05 18:24:51.944 INFO O| Aug 05 18:24:51.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
54132024-08-05T18:24:53.587Z[ recovery-image] Aug 05 18:24:51.944 INFO O| Aug 05 18:24:51.944 INFO STEP 569 (remove_files) COMPLETE
54142024-08-05T18:24:53.590Z[ recovery-image] Aug 05 18:24:51.944 INFO O| Aug 05 18:24:51.944 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-08-05T18:24:53.598Z[ recovery-image] Aug 05 18:24:51.955 INFO O| Aug 05 18:24:51.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
54162024-08-05T18:24:53.598Z[ recovery-image] Aug 05 18:24:51.955 INFO O| Aug 05 18:24:51.955 INFO STEP 570 (remove_files) COMPLETE
54172024-08-05T18:24:53.602Z[ recovery-image] Aug 05 18:24:51.955 INFO O| Aug 05 18:24:51.955 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-08-05T18:24:53.610Z[ recovery-image] Aug 05 18:24:51.967 INFO O| Aug 05 18:24:51.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
54192024-08-05T18:24:53.610Z[ recovery-image] Aug 05 18:24:51.967 INFO O| Aug 05 18:24:51.967 INFO STEP 571 (remove_files) COMPLETE
54202024-08-05T18:24:53.610Z[ recovery-image] Aug 05 18:24:51.967 INFO O| Aug 05 18:24:51.967 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-08-05T18:24:53.622Z[ recovery-image] Aug 05 18:24:51.979 INFO O| Aug 05 18:24:51.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
54222024-08-05T18:24:53.622Z[ recovery-image] Aug 05 18:24:51.979 INFO O| Aug 05 18:24:51.979 INFO STEP 572 (remove_files) COMPLETE
54232024-08-05T18:24:53.624Z[ recovery-image] Aug 05 18:24:51.979 INFO O| Aug 05 18:24:51.979 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-08-05T18:24:53.664Z[ recovery-image] Aug 05 18:24:52.009 INFO O| Aug 05 18:24:52.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
54252024-08-05T18:24:53.664Z[ recovery-image] Aug 05 18:24:52.009 INFO O| Aug 05 18:24:52.006 INFO STEP 573 (remove_files) COMPLETE
54262024-08-05T18:24:53.664Z[ recovery-image] Aug 05 18:24:52.009 INFO O| Aug 05 18:24:52.006 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-08-05T18:24:53.728Z[ recovery-image] Aug 05 18:24:52.085 INFO O| Aug 05 18:24:52.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
54282024-08-05T18:24:53.728Z[ recovery-image] Aug 05 18:24:52.085 INFO O| Aug 05 18:24:52.085 INFO STEP 574 (remove_files) COMPLETE
54292024-08-05T18:24:53.731Z[ recovery-image] Aug 05 18:24:52.085 INFO O| Aug 05 18:24:52.085 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-08-05T18:24:53.743Z[ recovery-image] Aug 05 18:24:52.101 INFO O| Aug 05 18:24:52.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
54312024-08-05T18:24:53.744Z[ recovery-image] Aug 05 18:24:52.101 INFO O| Aug 05 18:24:52.101 INFO STEP 575 (remove_files) COMPLETE
54322024-08-05T18:24:53.747Z[ recovery-image] Aug 05 18:24:52.101 INFO O| Aug 05 18:24:52.101 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-08-05T18:24:53.757Z[ recovery-image] Aug 05 18:24:52.115 INFO O| Aug 05 18:24:52.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
54342024-08-05T18:24:53.758Z[ recovery-image] Aug 05 18:24:52.115 INFO O| Aug 05 18:24:52.115 INFO STEP 576 (remove_files) COMPLETE
54352024-08-05T18:24:53.761Z[ recovery-image] Aug 05 18:24:52.115 INFO O| Aug 05 18:24:52.115 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-08-05T18:24:53.770Z[ recovery-image] Aug 05 18:24:52.127 INFO O| Aug 05 18:24:52.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
54372024-08-05T18:24:53.770Z[ recovery-image] Aug 05 18:24:52.128 INFO O| Aug 05 18:24:52.128 INFO STEP 577 (remove_files) COMPLETE
54382024-08-05T18:24:53.770Z[ recovery-image] Aug 05 18:24:52.128 INFO O| Aug 05 18:24:52.128 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-08-05T18:24:53.784Z[ recovery-image] Aug 05 18:24:52.142 INFO O| Aug 05 18:24:52.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
54402024-08-05T18:24:53.787Z[ recovery-image] Aug 05 18:24:52.142 INFO O| Aug 05 18:24:52.142 INFO STEP 578 (remove_files) COMPLETE
54412024-08-05T18:24:53.787Z[ recovery-image] Aug 05 18:24:52.142 INFO O| Aug 05 18:24:52.142 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-08-05T18:24:53.797Z[ recovery-image] Aug 05 18:24:52.155 INFO O| Aug 05 18:24:52.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
54432024-08-05T18:24:53.798Z[ recovery-image] Aug 05 18:24:52.155 INFO O| Aug 05 18:24:52.155 INFO STEP 579 (remove_files) COMPLETE
54442024-08-05T18:24:53.801Z[ recovery-image] Aug 05 18:24:52.155 INFO O| Aug 05 18:24:52.155 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-08-05T18:24:53.813Z[ recovery-image] Aug 05 18:24:52.170 INFO O| Aug 05 18:24:52.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
54462024-08-05T18:24:53.813Z[ recovery-image] Aug 05 18:24:52.171 INFO O| Aug 05 18:24:52.170 INFO STEP 580 (remove_files) COMPLETE
54472024-08-05T18:24:53.816Z[ recovery-image] Aug 05 18:24:52.171 INFO O| Aug 05 18:24:52.171 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-08-05T18:24:53.826Z[ recovery-image] Aug 05 18:24:52.184 INFO O| Aug 05 18:24:52.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
54492024-08-05T18:24:53.829Z[ recovery-image] Aug 05 18:24:52.184 INFO O| Aug 05 18:24:52.184 INFO STEP 581 (remove_files) COMPLETE
54502024-08-05T18:24:53.829Z[ recovery-image] Aug 05 18:24:52.184 INFO O| Aug 05 18:24:52.184 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-08-05T18:24:53.838Z[ recovery-image] Aug 05 18:24:52.196 INFO O| Aug 05 18:24:52.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
54522024-08-05T18:24:53.838Z[ recovery-image] Aug 05 18:24:52.196 INFO O| Aug 05 18:24:52.196 INFO STEP 582 (remove_files) COMPLETE
54532024-08-05T18:24:53.841Z[ recovery-image] Aug 05 18:24:52.196 INFO O| Aug 05 18:24:52.196 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-08-05T18:24:53.849Z[ recovery-image] Aug 05 18:24:52.207 INFO O| Aug 05 18:24:52.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
54552024-08-05T18:24:53.852Z[ recovery-image] Aug 05 18:24:52.207 INFO O| Aug 05 18:24:52.207 INFO STEP 583 (remove_files) COMPLETE
54562024-08-05T18:24:53.852Z[ recovery-image] Aug 05 18:24:52.207 INFO O| Aug 05 18:24:52.207 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-08-05T18:24:53.860Z[ recovery-image] Aug 05 18:24:52.218 INFO O| Aug 05 18:24:52.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
54582024-08-05T18:24:53.860Z[ recovery-image] Aug 05 18:24:52.218 INFO O| Aug 05 18:24:52.218 INFO STEP 584 (remove_files) COMPLETE
54592024-08-05T18:24:53.863Z[ recovery-image] Aug 05 18:24:52.218 INFO O| Aug 05 18:24:52.218 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-08-05T18:24:53.871Z[ recovery-image] Aug 05 18:24:52.228 INFO O| Aug 05 18:24:52.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
54612024-08-05T18:24:53.871Z[ recovery-image] Aug 05 18:24:52.228 INFO O| Aug 05 18:24:52.228 INFO STEP 585 (remove_files) COMPLETE
54622024-08-05T18:24:53.874Z[ recovery-image] Aug 05 18:24:52.228 INFO O| Aug 05 18:24:52.228 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-08-05T18:24:53.881Z[ recovery-image] Aug 05 18:24:52.239 INFO O| Aug 05 18:24:52.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
54642024-08-05T18:24:53.884Z[ recovery-image] Aug 05 18:24:52.239 INFO O| Aug 05 18:24:52.239 INFO STEP 586 (remove_files) COMPLETE
54652024-08-05T18:24:53.884Z[ recovery-image] Aug 05 18:24:52.239 INFO O| Aug 05 18:24:52.239 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-08-05T18:24:53.892Z[ recovery-image] Aug 05 18:24:52.249 INFO O| Aug 05 18:24:52.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
54672024-08-05T18:24:53.892Z[ recovery-image] Aug 05 18:24:52.249 INFO O| Aug 05 18:24:52.249 INFO STEP 587 (remove_files) COMPLETE
54682024-08-05T18:24:53.895Z[ recovery-image] Aug 05 18:24:52.249 INFO O| Aug 05 18:24:52.249 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-08-05T18:24:53.902Z[ recovery-image] Aug 05 18:24:52.260 INFO O| Aug 05 18:24:52.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
54702024-08-05T18:24:53.902Z[ recovery-image] Aug 05 18:24:52.260 INFO O| Aug 05 18:24:52.260 INFO STEP 588 (remove_files) COMPLETE
54712024-08-05T18:24:53.902Z[ recovery-image] Aug 05 18:24:52.260 INFO O| Aug 05 18:24:52.260 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-08-05T18:24:53.913Z[ recovery-image] Aug 05 18:24:52.270 INFO O| Aug 05 18:24:52.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
54732024-08-05T18:24:53.913Z[ recovery-image] Aug 05 18:24:52.270 INFO O| Aug 05 18:24:52.270 INFO STEP 589 (remove_files) COMPLETE
54742024-08-05T18:24:53.915Z[ recovery-image] Aug 05 18:24:52.270 INFO O| Aug 05 18:24:52.270 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-08-05T18:24:53.923Z[ recovery-image] Aug 05 18:24:52.280 INFO O| Aug 05 18:24:52.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
54762024-08-05T18:24:53.923Z[ recovery-image] Aug 05 18:24:52.280 INFO O| Aug 05 18:24:52.280 INFO STEP 590 (remove_files) COMPLETE
54772024-08-05T18:24:53.926Z[ recovery-image] Aug 05 18:24:52.280 INFO O| Aug 05 18:24:52.280 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-08-05T18:24:53.934Z[ recovery-image] Aug 05 18:24:52.291 INFO O| Aug 05 18:24:52.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
54792024-08-05T18:24:53.934Z[ recovery-image] Aug 05 18:24:52.291 INFO O| Aug 05 18:24:52.291 INFO STEP 591 (remove_files) COMPLETE
54802024-08-05T18:24:53.937Z[ recovery-image] Aug 05 18:24:52.291 INFO O| Aug 05 18:24:52.291 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-08-05T18:24:53.945Z[ recovery-image] Aug 05 18:24:52.303 INFO O| Aug 05 18:24:52.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
54822024-08-05T18:24:53.946Z[ recovery-image] Aug 05 18:24:52.303 INFO O| Aug 05 18:24:52.303 INFO STEP 592 (remove_files) COMPLETE
54832024-08-05T18:24:53.946Z[ recovery-image] Aug 05 18:24:52.303 INFO O| Aug 05 18:24:52.303 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-08-05T18:24:53.957Z[ recovery-image] Aug 05 18:24:52.315 INFO O| Aug 05 18:24:52.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
54852024-08-05T18:24:53.957Z[ recovery-image] Aug 05 18:24:52.315 INFO O| Aug 05 18:24:52.315 INFO STEP 593 (remove_files) COMPLETE
54862024-08-05T18:24:53.957Z[ recovery-image] Aug 05 18:24:52.315 INFO O| Aug 05 18:24:52.315 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-08-05T18:24:53.968Z[ recovery-image] Aug 05 18:24:52.326 INFO O| Aug 05 18:24:52.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
54882024-08-05T18:24:53.969Z[ recovery-image] Aug 05 18:24:52.326 INFO O| Aug 05 18:24:52.326 INFO STEP 594 (remove_files) COMPLETE
54892024-08-05T18:24:53.969Z[ recovery-image] Aug 05 18:24:52.326 INFO O| Aug 05 18:24:52.326 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-08-05T18:24:53.979Z[ recovery-image] Aug 05 18:24:52.337 INFO O| Aug 05 18:24:52.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
54912024-08-05T18:24:53.982Z[ recovery-image] Aug 05 18:24:52.337 INFO O| Aug 05 18:24:52.337 INFO STEP 595 (remove_files) COMPLETE
54922024-08-05T18:24:53.982Z[ recovery-image] Aug 05 18:24:52.337 INFO O| Aug 05 18:24:52.337 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-08-05T18:24:53.990Z[ recovery-image] Aug 05 18:24:52.347 INFO O| Aug 05 18:24:52.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
54942024-08-05T18:24:53.993Z[ recovery-image] Aug 05 18:24:52.348 INFO O| Aug 05 18:24:52.347 INFO STEP 596 (remove_files) COMPLETE
54952024-08-05T18:24:53.993Z[ recovery-image] Aug 05 18:24:52.348 INFO O| Aug 05 18:24:52.348 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-08-05T18:24:54.001Z[ recovery-image] Aug 05 18:24:52.358 INFO O| Aug 05 18:24:52.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
54972024-08-05T18:24:54.004Z[ recovery-image] Aug 05 18:24:52.358 INFO O| Aug 05 18:24:52.358 INFO STEP 597 (remove_files) COMPLETE
54982024-08-05T18:24:54.004Z[ recovery-image] Aug 05 18:24:52.358 INFO O| Aug 05 18:24:52.358 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-08-05T18:24:54.011Z[ recovery-image] Aug 05 18:24:52.369 INFO O| Aug 05 18:24:52.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
55002024-08-05T18:24:54.015Z[ recovery-image] Aug 05 18:24:52.369 INFO O| Aug 05 18:24:52.369 INFO STEP 598 (remove_files) COMPLETE
55012024-08-05T18:24:54.015Z[ recovery-image] Aug 05 18:24:52.369 INFO O| Aug 05 18:24:52.369 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-08-05T18:24:54.021Z[ recovery-image] Aug 05 18:24:52.379 INFO O| Aug 05 18:24:52.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
55032024-08-05T18:24:54.024Z[ recovery-image] Aug 05 18:24:52.379 INFO O| Aug 05 18:24:52.379 INFO STEP 599 (remove_files) COMPLETE
55042024-08-05T18:24:54.024Z[ recovery-image] Aug 05 18:24:52.379 INFO O| Aug 05 18:24:52.379 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-08-05T18:24:54.032Z[ recovery-image] Aug 05 18:24:52.389 INFO O| Aug 05 18:24:52.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
55062024-08-05T18:24:54.032Z[ recovery-image] Aug 05 18:24:52.389 INFO O| Aug 05 18:24:52.389 INFO STEP 600 (remove_files) COMPLETE
55072024-08-05T18:24:54.034Z[ recovery-image] Aug 05 18:24:52.389 INFO O| Aug 05 18:24:52.389 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-08-05T18:24:54.042Z[ recovery-image] Aug 05 18:24:52.400 INFO O| Aug 05 18:24:52.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
55092024-08-05T18:24:54.042Z[ recovery-image] Aug 05 18:24:52.400 INFO O| Aug 05 18:24:52.400 INFO STEP 601 (remove_files) COMPLETE
55102024-08-05T18:24:54.042Z[ recovery-image] Aug 05 18:24:52.400 INFO O| Aug 05 18:24:52.400 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-08-05T18:24:54.052Z[ recovery-image] Aug 05 18:24:52.410 INFO O| Aug 05 18:24:52.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
55122024-08-05T18:24:54.055Z[ recovery-image] Aug 05 18:24:52.410 INFO O| Aug 05 18:24:52.410 INFO STEP 602 (remove_files) COMPLETE
55132024-08-05T18:24:54.055Z[ recovery-image] Aug 05 18:24:52.410 INFO O| Aug 05 18:24:52.410 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-08-05T18:24:54.063Z[ recovery-image] Aug 05 18:24:52.420 INFO O| Aug 05 18:24:52.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
55152024-08-05T18:24:54.065Z[ recovery-image] Aug 05 18:24:52.420 INFO O| Aug 05 18:24:52.420 INFO STEP 603 (remove_files) COMPLETE
55162024-08-05T18:24:54.066Z[ recovery-image] Aug 05 18:24:52.420 INFO O| Aug 05 18:24:52.420 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-08-05T18:24:54.073Z[ recovery-image] Aug 05 18:24:52.430 INFO O| Aug 05 18:24:52.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
55182024-08-05T18:24:54.076Z[ recovery-image] Aug 05 18:24:52.430 INFO O| Aug 05 18:24:52.430 INFO STEP 604 (remove_files) COMPLETE
55192024-08-05T18:24:54.076Z[ recovery-image] Aug 05 18:24:52.431 INFO O| Aug 05 18:24:52.430 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-08-05T18:24:54.084Z[ recovery-image] Aug 05 18:24:52.441 INFO O| Aug 05 18:24:52.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
55212024-08-05T18:24:54.084Z[ recovery-image] Aug 05 18:24:52.441 INFO O| Aug 05 18:24:52.441 INFO STEP 605 (remove_files) COMPLETE
55222024-08-05T18:24:54.086Z[ recovery-image] Aug 05 18:24:52.441 INFO O| Aug 05 18:24:52.441 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-08-05T18:24:54.094Z[ recovery-image] Aug 05 18:24:52.452 INFO O| Aug 05 18:24:52.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
55242024-08-05T18:24:54.097Z[ recovery-image] Aug 05 18:24:52.452 INFO O| Aug 05 18:24:52.452 INFO STEP 606 (remove_files) COMPLETE
55252024-08-05T18:24:54.097Z[ recovery-image] Aug 05 18:24:52.452 INFO O| Aug 05 18:24:52.452 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-08-05T18:24:54.105Z[ recovery-image] Aug 05 18:24:52.463 INFO O| Aug 05 18:24:52.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
55272024-08-05T18:24:54.106Z[ recovery-image] Aug 05 18:24:52.463 INFO O| Aug 05 18:24:52.463 INFO STEP 607 (remove_files) COMPLETE
55282024-08-05T18:24:54.106Z[ recovery-image] Aug 05 18:24:52.463 INFO O| Aug 05 18:24:52.463 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-08-05T18:24:54.118Z[ recovery-image] Aug 05 18:24:52.476 INFO O| Aug 05 18:24:52.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
55302024-08-05T18:24:54.118Z[ recovery-image] Aug 05 18:24:52.476 INFO O| Aug 05 18:24:52.476 INFO STEP 608 (remove_files) COMPLETE
55312024-08-05T18:24:54.118Z[ recovery-image] Aug 05 18:24:52.476 INFO O| Aug 05 18:24:52.476 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-08-05T18:24:54.129Z[ recovery-image] Aug 05 18:24:52.486 INFO O| Aug 05 18:24:52.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
55332024-08-05T18:24:54.129Z[ recovery-image] Aug 05 18:24:52.487 INFO O| Aug 05 18:24:52.486 INFO STEP 609 (remove_files) COMPLETE
55342024-08-05T18:24:54.132Z[ recovery-image] Aug 05 18:24:52.487 INFO O| Aug 05 18:24:52.487 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-08-05T18:24:54.140Z[ recovery-image] Aug 05 18:24:52.498 INFO O| Aug 05 18:24:52.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
55362024-08-05T18:24:54.143Z[ recovery-image] Aug 05 18:24:52.498 INFO O| Aug 05 18:24:52.498 INFO STEP 610 (remove_files) COMPLETE
55372024-08-05T18:24:54.143Z[ recovery-image] Aug 05 18:24:52.498 INFO O| Aug 05 18:24:52.498 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-08-05T18:24:54.151Z[ recovery-image] Aug 05 18:24:52.509 INFO O| Aug 05 18:24:52.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
55392024-08-05T18:24:54.151Z[ recovery-image] Aug 05 18:24:52.509 INFO O| Aug 05 18:24:52.509 INFO STEP 611 (remove_files) COMPLETE
55402024-08-05T18:24:54.151Z[ recovery-image] Aug 05 18:24:52.509 INFO O| Aug 05 18:24:52.509 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-08-05T18:24:54.161Z[ recovery-image] Aug 05 18:24:52.519 INFO O| Aug 05 18:24:52.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
55422024-08-05T18:24:54.164Z[ recovery-image] Aug 05 18:24:52.519 INFO O| Aug 05 18:24:52.519 INFO STEP 612 (remove_files) COMPLETE
55432024-08-05T18:24:54.164Z[ recovery-image] Aug 05 18:24:52.519 INFO O| Aug 05 18:24:52.519 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-08-05T18:24:54.172Z[ recovery-image] Aug 05 18:24:52.529 INFO O| Aug 05 18:24:52.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
55452024-08-05T18:24:54.175Z[ recovery-image] Aug 05 18:24:52.529 INFO O| Aug 05 18:24:52.529 INFO STEP 613 (remove_files) COMPLETE
55462024-08-05T18:24:54.175Z[ recovery-image] Aug 05 18:24:52.529 INFO O| Aug 05 18:24:52.529 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-08-05T18:24:54.182Z[ recovery-image] Aug 05 18:24:52.539 INFO O| Aug 05 18:24:52.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
55482024-08-05T18:24:54.185Z[ recovery-image] Aug 05 18:24:52.540 INFO O| Aug 05 18:24:52.539 INFO STEP 614 (remove_files) COMPLETE
55492024-08-05T18:24:54.185Z[ recovery-image] Aug 05 18:24:52.540 INFO O| Aug 05 18:24:52.540 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-08-05T18:24:54.192Z[ recovery-image] Aug 05 18:24:52.550 INFO O| Aug 05 18:24:52.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
55512024-08-05T18:24:54.192Z[ recovery-image] Aug 05 18:24:52.550 INFO O| Aug 05 18:24:52.550 INFO STEP 615 (remove_files) COMPLETE
55522024-08-05T18:24:54.192Z[ recovery-image] Aug 05 18:24:52.550 INFO O| Aug 05 18:24:52.550 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-08-05T18:24:54.202Z[ recovery-image] Aug 05 18:24:52.560 INFO O| Aug 05 18:24:52.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
55542024-08-05T18:24:54.202Z[ recovery-image] Aug 05 18:24:52.560 INFO O| Aug 05 18:24:52.560 INFO STEP 616 (remove_files) COMPLETE
55552024-08-05T18:24:54.205Z[ recovery-image] Aug 05 18:24:52.560 INFO O| Aug 05 18:24:52.560 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-08-05T18:24:54.213Z[ recovery-image] Aug 05 18:24:52.570 INFO O| Aug 05 18:24:52.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
55572024-08-05T18:24:54.213Z[ recovery-image] Aug 05 18:24:52.570 INFO O| Aug 05 18:24:52.570 INFO STEP 617 (remove_files) COMPLETE
55582024-08-05T18:24:54.216Z[ recovery-image] Aug 05 18:24:52.571 INFO O| Aug 05 18:24:52.570 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-08-05T18:24:54.223Z[ recovery-image] Aug 05 18:24:52.581 INFO O| Aug 05 18:24:52.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
55602024-08-05T18:24:54.223Z[ recovery-image] Aug 05 18:24:52.581 INFO O| Aug 05 18:24:52.581 INFO STEP 618 (remove_files) COMPLETE
55612024-08-05T18:24:54.226Z[ recovery-image] Aug 05 18:24:52.581 INFO O| Aug 05 18:24:52.581 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-08-05T18:24:54.234Z[ recovery-image] Aug 05 18:24:52.591 INFO O| Aug 05 18:24:52.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
55632024-08-05T18:24:54.234Z[ recovery-image] Aug 05 18:24:52.592 INFO O| Aug 05 18:24:52.591 INFO STEP 619 (remove_files) COMPLETE
55642024-08-05T18:24:54.237Z[ recovery-image] Aug 05 18:24:52.592 INFO O| Aug 05 18:24:52.592 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-08-05T18:24:54.245Z[ recovery-image] Aug 05 18:24:52.602 INFO O| Aug 05 18:24:52.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
55662024-08-05T18:24:54.248Z[ recovery-image] Aug 05 18:24:52.602 INFO O| Aug 05 18:24:52.602 INFO STEP 620 (remove_files) COMPLETE
55672024-08-05T18:24:54.248Z[ recovery-image] Aug 05 18:24:52.602 INFO O| Aug 05 18:24:52.602 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-08-05T18:24:54.255Z[ recovery-image] Aug 05 18:24:52.613 INFO O| Aug 05 18:24:52.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
55692024-08-05T18:24:54.259Z[ recovery-image] Aug 05 18:24:52.613 INFO O| Aug 05 18:24:52.613 INFO STEP 621 (remove_files) COMPLETE
55702024-08-05T18:24:54.259Z[ recovery-image] Aug 05 18:24:52.613 INFO O| Aug 05 18:24:52.613 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-08-05T18:24:54.266Z[ recovery-image] Aug 05 18:24:52.624 INFO O| Aug 05 18:24:52.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
55722024-08-05T18:24:54.267Z[ recovery-image] Aug 05 18:24:52.624 INFO O| Aug 05 18:24:52.624 INFO STEP 622 (remove_files) COMPLETE
55732024-08-05T18:24:54.269Z[ recovery-image] Aug 05 18:24:52.624 INFO O| Aug 05 18:24:52.624 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-08-05T18:24:54.277Z[ recovery-image] Aug 05 18:24:52.635 INFO O| Aug 05 18:24:52.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
55752024-08-05T18:24:54.277Z[ recovery-image] Aug 05 18:24:52.635 INFO O| Aug 05 18:24:52.635 INFO STEP 623 (remove_files) COMPLETE
55762024-08-05T18:24:54.277Z[ recovery-image] Aug 05 18:24:52.635 INFO O| Aug 05 18:24:52.635 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-08-05T18:24:54.288Z[ recovery-image] Aug 05 18:24:52.645 INFO O| Aug 05 18:24:52.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
55782024-08-05T18:24:54.290Z[ recovery-image] Aug 05 18:24:52.645 INFO O| Aug 05 18:24:52.645 INFO STEP 624 (remove_files) COMPLETE
55792024-08-05T18:24:54.291Z[ recovery-image] Aug 05 18:24:52.645 INFO O| Aug 05 18:24:52.645 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-08-05T18:24:54.298Z[ recovery-image] Aug 05 18:24:52.655 INFO O| Aug 05 18:24:52.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
55812024-08-05T18:24:54.301Z[ recovery-image] Aug 05 18:24:52.656 INFO O| Aug 05 18:24:52.656 INFO STEP 625 (remove_files) COMPLETE
55822024-08-05T18:24:54.301Z[ recovery-image] Aug 05 18:24:52.656 INFO O| Aug 05 18:24:52.656 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-08-05T18:24:54.309Z[ recovery-image] Aug 05 18:24:52.666 INFO O| Aug 05 18:24:52.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
55842024-08-05T18:24:54.311Z[ recovery-image] Aug 05 18:24:52.666 INFO O| Aug 05 18:24:52.666 INFO STEP 626 (remove_files) COMPLETE
55852024-08-05T18:24:54.312Z[ recovery-image] Aug 05 18:24:52.666 INFO O| Aug 05 18:24:52.666 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-08-05T18:24:54.319Z[ recovery-image] Aug 05 18:24:52.676 INFO O| Aug 05 18:24:52.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
55872024-08-05T18:24:54.319Z[ recovery-image] Aug 05 18:24:52.677 INFO O| Aug 05 18:24:52.676 INFO STEP 627 (remove_files) COMPLETE
55882024-08-05T18:24:54.322Z[ recovery-image] Aug 05 18:24:52.677 INFO O| Aug 05 18:24:52.677 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-08-05T18:24:54.329Z[ recovery-image] Aug 05 18:24:52.686 INFO O| Aug 05 18:24:52.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
55902024-08-05T18:24:54.332Z[ recovery-image] Aug 05 18:24:52.687 INFO O| Aug 05 18:24:52.686 INFO STEP 628 (remove_files) COMPLETE
55912024-08-05T18:24:54.332Z[ recovery-image] Aug 05 18:24:52.687 INFO O| Aug 05 18:24:52.687 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-08-05T18:24:54.339Z[ recovery-image] Aug 05 18:24:52.696 INFO O| Aug 05 18:24:52.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
55932024-08-05T18:24:54.339Z[ recovery-image] Aug 05 18:24:52.696 INFO O| Aug 05 18:24:52.696 INFO STEP 629 (remove_files) COMPLETE
55942024-08-05T18:24:54.342Z[ recovery-image] Aug 05 18:24:52.697 INFO O| Aug 05 18:24:52.696 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-08-05T18:24:54.349Z[ recovery-image] Aug 05 18:24:52.706 INFO O| Aug 05 18:24:52.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
55962024-08-05T18:24:54.349Z[ recovery-image] Aug 05 18:24:52.707 INFO O| Aug 05 18:24:52.707 INFO STEP 630 (remove_files) COMPLETE
55972024-08-05T18:24:54.352Z[ recovery-image] Aug 05 18:24:52.707 INFO O| Aug 05 18:24:52.707 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-08-05T18:24:54.359Z[ recovery-image] Aug 05 18:24:52.716 INFO O| Aug 05 18:24:52.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
55992024-08-05T18:24:54.359Z[ recovery-image] Aug 05 18:24:52.716 INFO O| Aug 05 18:24:52.716 INFO STEP 631 (remove_files) COMPLETE
56002024-08-05T18:24:54.362Z[ recovery-image] Aug 05 18:24:52.717 INFO O| Aug 05 18:24:52.716 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-08-05T18:24:54.369Z[ recovery-image] Aug 05 18:24:52.726 INFO O| Aug 05 18:24:52.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
56022024-08-05T18:24:54.369Z[ recovery-image] Aug 05 18:24:52.727 INFO O| Aug 05 18:24:52.726 INFO STEP 632 (remove_files) COMPLETE
56032024-08-05T18:24:54.372Z[ recovery-image] Aug 05 18:24:52.727 INFO O| Aug 05 18:24:52.726 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-08-05T18:24:54.379Z[ recovery-image] Aug 05 18:24:52.736 INFO O| Aug 05 18:24:52.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
56052024-08-05T18:24:54.379Z[ recovery-image] Aug 05 18:24:52.737 INFO O| Aug 05 18:24:52.736 INFO STEP 633 (remove_files) COMPLETE
56062024-08-05T18:24:54.382Z[ recovery-image] Aug 05 18:24:52.737 INFO O| Aug 05 18:24:52.737 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-08-05T18:24:54.389Z[ recovery-image] Aug 05 18:24:52.746 INFO O| Aug 05 18:24:52.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
56082024-08-05T18:24:54.391Z[ recovery-image] Aug 05 18:24:52.746 INFO O| Aug 05 18:24:52.746 INFO STEP 634 (remove_files) COMPLETE
56092024-08-05T18:24:54.391Z[ recovery-image] Aug 05 18:24:52.746 INFO O| Aug 05 18:24:52.746 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-08-05T18:24:54.400Z[ recovery-image] Aug 05 18:24:52.757 INFO O| Aug 05 18:24:52.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
56112024-08-05T18:24:54.400Z[ recovery-image] Aug 05 18:24:52.757 INFO O| Aug 05 18:24:52.757 INFO STEP 635 (remove_files) COMPLETE
56122024-08-05T18:24:54.400Z[ recovery-image] Aug 05 18:24:52.757 INFO O| Aug 05 18:24:52.757 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-08-05T18:24:54.411Z[ recovery-image] Aug 05 18:24:52.769 INFO O| Aug 05 18:24:52.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
56142024-08-05T18:24:54.411Z[ recovery-image] Aug 05 18:24:52.769 INFO O| Aug 05 18:24:52.769 INFO STEP 636 (remove_files) COMPLETE
56152024-08-05T18:24:54.411Z[ recovery-image] Aug 05 18:24:52.769 INFO O| Aug 05 18:24:52.769 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-08-05T18:24:54.423Z[ recovery-image] Aug 05 18:24:52.781 INFO O| Aug 05 18:24:52.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
56172024-08-05T18:24:54.426Z[ recovery-image] Aug 05 18:24:52.781 INFO O| Aug 05 18:24:52.781 INFO STEP 637 (remove_files) COMPLETE
56182024-08-05T18:24:54.426Z[ recovery-image] Aug 05 18:24:52.781 INFO O| Aug 05 18:24:52.781 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-08-05T18:24:54.435Z[ recovery-image] Aug 05 18:24:52.792 INFO O| Aug 05 18:24:52.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
56202024-08-05T18:24:54.435Z[ recovery-image] Aug 05 18:24:52.792 INFO O| Aug 05 18:24:52.792 INFO STEP 638 (remove_files) COMPLETE
56212024-08-05T18:24:54.435Z[ recovery-image] Aug 05 18:24:52.792 INFO O| Aug 05 18:24:52.792 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-08-05T18:24:54.446Z[ recovery-image] Aug 05 18:24:52.804 INFO O| Aug 05 18:24:52.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
56232024-08-05T18:24:54.447Z[ recovery-image] Aug 05 18:24:52.804 INFO O| Aug 05 18:24:52.804 INFO STEP 639 (remove_files) COMPLETE
56242024-08-05T18:24:54.450Z[ recovery-image] Aug 05 18:24:52.804 INFO O| Aug 05 18:24:52.804 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-08-05T18:24:54.458Z[ recovery-image] Aug 05 18:24:52.815 INFO O| Aug 05 18:24:52.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
56262024-08-05T18:24:54.458Z[ recovery-image] Aug 05 18:24:52.815 INFO O| Aug 05 18:24:52.815 INFO STEP 640 (remove_files) COMPLETE
56272024-08-05T18:24:54.460Z[ recovery-image] Aug 05 18:24:52.815 INFO O| Aug 05 18:24:52.815 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-08-05T18:24:54.469Z[ recovery-image] Aug 05 18:24:52.826 INFO O| Aug 05 18:24:52.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
56292024-08-05T18:24:54.469Z[ recovery-image] Aug 05 18:24:52.826 INFO O| Aug 05 18:24:52.826 INFO STEP 641 (remove_files) COMPLETE
56302024-08-05T18:24:54.471Z[ recovery-image] Aug 05 18:24:52.826 INFO O| Aug 05 18:24:52.826 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-08-05T18:24:54.480Z[ recovery-image] Aug 05 18:24:52.837 INFO O| Aug 05 18:24:52.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
56322024-08-05T18:24:54.480Z[ recovery-image] Aug 05 18:24:52.837 INFO O| Aug 05 18:24:52.837 INFO STEP 642 (remove_files) COMPLETE
56332024-08-05T18:24:54.480Z[ recovery-image] Aug 05 18:24:52.837 INFO O| Aug 05 18:24:52.837 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-08-05T18:24:54.491Z[ recovery-image] Aug 05 18:24:52.848 INFO O| Aug 05 18:24:52.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
56352024-08-05T18:24:54.491Z[ recovery-image] Aug 05 18:24:52.848 INFO O| Aug 05 18:24:52.848 INFO STEP 643 (remove_files) COMPLETE
56362024-08-05T18:24:54.494Z[ recovery-image] Aug 05 18:24:52.848 INFO O| Aug 05 18:24:52.848 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-08-05T18:24:54.501Z[ recovery-image] Aug 05 18:24:52.859 INFO O| Aug 05 18:24:52.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
56382024-08-05T18:24:54.501Z[ recovery-image] Aug 05 18:24:52.859 INFO O| Aug 05 18:24:52.859 INFO STEP 644 (remove_files) COMPLETE
56392024-08-05T18:24:54.501Z[ recovery-image] Aug 05 18:24:52.859 INFO O| Aug 05 18:24:52.859 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-08-05T18:24:54.512Z[ recovery-image] Aug 05 18:24:52.869 INFO O| Aug 05 18:24:52.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
56412024-08-05T18:24:54.512Z[ recovery-image] Aug 05 18:24:52.869 INFO O| Aug 05 18:24:52.869 INFO STEP 645 (remove_files) COMPLETE
56422024-08-05T18:24:54.515Z[ recovery-image] Aug 05 18:24:52.869 INFO O| Aug 05 18:24:52.869 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-08-05T18:24:54.522Z[ recovery-image] Aug 05 18:24:52.880 INFO O| Aug 05 18:24:52.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
56442024-08-05T18:24:54.522Z[ recovery-image] Aug 05 18:24:52.880 INFO O| Aug 05 18:24:52.880 INFO STEP 646 (remove_files) COMPLETE
56452024-08-05T18:24:54.525Z[ recovery-image] Aug 05 18:24:52.880 INFO O| Aug 05 18:24:52.880 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-08-05T18:24:54.532Z[ recovery-image] Aug 05 18:24:52.890 INFO O| Aug 05 18:24:52.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
56472024-08-05T18:24:54.535Z[ recovery-image] Aug 05 18:24:52.890 INFO O| Aug 05 18:24:52.890 INFO STEP 647 (remove_files) COMPLETE
56482024-08-05T18:24:54.535Z[ recovery-image] Aug 05 18:24:52.890 INFO O| Aug 05 18:24:52.890 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-08-05T18:24:54.543Z[ recovery-image] Aug 05 18:24:52.900 INFO O| Aug 05 18:24:52.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
56502024-08-05T18:24:54.546Z[ recovery-image] Aug 05 18:24:52.900 INFO O| Aug 05 18:24:52.900 INFO STEP 648 (remove_files) COMPLETE
56512024-08-05T18:24:54.546Z[ recovery-image] Aug 05 18:24:52.900 INFO O| Aug 05 18:24:52.900 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-08-05T18:24:54.553Z[ recovery-image] Aug 05 18:24:52.910 INFO O| Aug 05 18:24:52.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
56532024-08-05T18:24:54.555Z[ recovery-image] Aug 05 18:24:52.910 INFO O| Aug 05 18:24:52.910 INFO STEP 649 (remove_files) COMPLETE
56542024-08-05T18:24:54.555Z[ recovery-image] Aug 05 18:24:52.910 INFO O| Aug 05 18:24:52.910 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-08-05T18:24:54.563Z[ recovery-image] Aug 05 18:24:52.921 INFO O| Aug 05 18:24:52.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
56562024-08-05T18:24:54.566Z[ recovery-image] Aug 05 18:24:52.921 INFO O| Aug 05 18:24:52.921 INFO STEP 650 (remove_files) COMPLETE
56572024-08-05T18:24:54.566Z[ recovery-image] Aug 05 18:24:52.921 INFO O| Aug 05 18:24:52.921 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-08-05T18:24:54.566Z[ host-image] Aug 05 18:24:52.922 INFO O| Aug 05 18:24:52.922 INFO O| Done
56592024-08-05T18:24:54.574Z[ recovery-image] Aug 05 18:24:52.932 INFO O| Aug 05 18:24:52.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
56602024-08-05T18:24:54.574Z[ recovery-image] Aug 05 18:24:52.932 INFO O| Aug 05 18:24:52.932 INFO STEP 651 (remove_files) COMPLETE
56612024-08-05T18:24:54.577Z[ recovery-image] Aug 05 18:24:52.932 INFO O| Aug 05 18:24:52.932 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-08-05T18:24:54.585Z[ recovery-image] Aug 05 18:24:52.943 INFO O| Aug 05 18:24:52.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
56632024-08-05T18:24:54.588Z[ recovery-image] Aug 05 18:24:52.943 INFO O| Aug 05 18:24:52.943 INFO STEP 652 (remove_files) COMPLETE
56642024-08-05T18:24:54.588Z[ recovery-image] Aug 05 18:24:52.943 INFO O| Aug 05 18:24:52.943 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-08-05T18:24:54.591Z[ host-image] Aug 05 18:24:52.948 INFO O| Aug 05 18:24:52.948 INFO O| Done
56662024-08-05T18:24:54.591Z[ host-image] Aug 05 18:24:52.948 INFO O| Aug 05 18:24:52.948 INFO O| Done
56672024-08-05T18:24:54.597Z[ recovery-image] Aug 05 18:24:52.954 INFO O| Aug 05 18:24:52.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
56682024-08-05T18:24:54.600Z[ recovery-image] Aug 05 18:24:52.954 INFO O| Aug 05 18:24:52.954 INFO STEP 653 (remove_files) COMPLETE
56692024-08-05T18:24:54.600Z[ recovery-image] Aug 05 18:24:52.954 INFO O| Aug 05 18:24:52.954 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702024-08-05T18:24:54.607Z[ recovery-image] Aug 05 18:24:52.965 INFO O| Aug 05 18:24:52.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
56712024-08-05T18:24:54.610Z[ recovery-image] Aug 05 18:24:52.965 INFO O| Aug 05 18:24:52.965 INFO STEP 654 (remove_files) COMPLETE
56722024-08-05T18:24:54.610Z[ recovery-image] Aug 05 18:24:52.965 INFO O| Aug 05 18:24:52.965 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732024-08-05T18:24:54.620Z[ recovery-image] Aug 05 18:24:52.977 INFO O| Aug 05 18:24:52.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
56742024-08-05T18:24:54.620Z[ recovery-image] Aug 05 18:24:52.977 INFO O| Aug 05 18:24:52.977 INFO STEP 655 (remove_files) COMPLETE
56752024-08-05T18:24:54.620Z[ recovery-image] Aug 05 18:24:52.977 INFO O| Aug 05 18:24:52.977 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762024-08-05T18:24:54.631Z[ recovery-image] Aug 05 18:24:52.988 INFO O| Aug 05 18:24:52.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
56772024-08-05T18:24:54.631Z[ recovery-image] Aug 05 18:24:52.988 INFO O| Aug 05 18:24:52.988 INFO STEP 656 (remove_files) COMPLETE
56782024-08-05T18:24:54.631Z[ recovery-image] Aug 05 18:24:52.988 INFO O| Aug 05 18:24:52.988 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792024-08-05T18:24:54.633Z[ host-image] Aug 05 18:24:52.991 INFO O| Aug 05 18:24:52.991 INFO O| Done
56802024-08-05T18:24:54.643Z[ recovery-image] Aug 05 18:24:53.001 INFO O| Aug 05 18:24:53.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
56812024-08-05T18:24:54.643Z[ recovery-image] Aug 05 18:24:53.001 INFO O| Aug 05 18:24:53.001 INFO STEP 657 (remove_files) COMPLETE
56822024-08-05T18:24:54.646Z[ recovery-image] Aug 05 18:24:53.001 INFO O| Aug 05 18:24:53.001 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-08-05T18:24:54.657Z[ recovery-image] Aug 05 18:24:53.014 INFO O| Aug 05 18:24:53.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
56842024-08-05T18:24:54.657Z[ recovery-image] Aug 05 18:24:53.014 INFO O| Aug 05 18:24:53.014 INFO STEP 658 (remove_files) COMPLETE
56852024-08-05T18:24:54.657Z[ recovery-image] Aug 05 18:24:53.014 INFO O| Aug 05 18:24:53.014 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-08-05T18:24:54.670Z[ recovery-image] Aug 05 18:24:53.028 INFO O| Aug 05 18:24:53.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
56872024-08-05T18:24:54.673Z[ recovery-image] Aug 05 18:24:53.028 INFO O| Aug 05 18:24:53.028 INFO STEP 659 (remove_files) COMPLETE
56882024-08-05T18:24:54.673Z[ recovery-image] Aug 05 18:24:53.028 INFO O| Aug 05 18:24:53.028 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-08-05T18:24:54.683Z[ recovery-image] Aug 05 18:24:53.040 INFO O| Aug 05 18:24:53.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
56902024-08-05T18:24:54.686Z[ recovery-image] Aug 05 18:24:53.040 INFO O| Aug 05 18:24:53.040 INFO STEP 660 (remove_files) COMPLETE
56912024-08-05T18:24:54.686Z[ recovery-image] Aug 05 18:24:53.040 INFO O| Aug 05 18:24:53.040 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-08-05T18:24:54.695Z[ recovery-image] Aug 05 18:24:53.053 INFO O| Aug 05 18:24:53.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
56932024-08-05T18:24:54.698Z[ recovery-image] Aug 05 18:24:53.053 INFO O| Aug 05 18:24:53.053 INFO STEP 661 (remove_files) COMPLETE
56942024-08-05T18:24:54.698Z[ recovery-image] Aug 05 18:24:53.053 INFO O| Aug 05 18:24:53.053 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-08-05T18:24:54.707Z[ recovery-image] Aug 05 18:24:53.065 INFO O| Aug 05 18:24:53.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
56962024-08-05T18:24:54.707Z[ recovery-image] Aug 05 18:24:53.065 INFO O| Aug 05 18:24:53.065 INFO STEP 662 (remove_files) COMPLETE
56972024-08-05T18:24:54.710Z[ recovery-image] Aug 05 18:24:53.065 INFO O| Aug 05 18:24:53.065 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-08-05T18:24:54.719Z[ recovery-image] Aug 05 18:24:53.077 INFO O| Aug 05 18:24:53.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
56992024-08-05T18:24:54.719Z[ recovery-image] Aug 05 18:24:53.077 INFO O| Aug 05 18:24:53.077 INFO STEP 663 (remove_files) COMPLETE
57002024-08-05T18:24:54.722Z[ recovery-image] Aug 05 18:24:53.077 INFO O| Aug 05 18:24:53.077 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-08-05T18:24:54.731Z[ recovery-image] Aug 05 18:24:53.089 INFO O| Aug 05 18:24:53.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
57022024-08-05T18:24:54.731Z[ recovery-image] Aug 05 18:24:53.089 INFO O| Aug 05 18:24:53.089 INFO STEP 664 (remove_files) COMPLETE
57032024-08-05T18:24:54.734Z[ recovery-image] Aug 05 18:24:53.089 INFO O| Aug 05 18:24:53.089 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-08-05T18:24:54.739Z[ host-image] Aug 05 18:24:53.097 INFO O| Aug 05 18:24:53.097 INFO STEP 13 (pkg_install) COMPLETE
57052024-08-05T18:24:54.739Z[ host-image] Aug 05 18:24:53.097 INFO O| Aug 05 18:24:53.097 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
57062024-08-05T18:24:54.743Z[ recovery-image] Aug 05 18:24:53.101 INFO O| Aug 05 18:24:53.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
57072024-08-05T18:24:54.743Z[ recovery-image] Aug 05 18:24:53.101 INFO O| Aug 05 18:24:53.101 INFO STEP 665 (remove_files) COMPLETE
57082024-08-05T18:24:54.746Z[ recovery-image] Aug 05 18:24:53.101 INFO O| Aug 05 18:24:53.101 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-08-05T18:24:54.750Z[ host-image] Aug 05 18:24:53.108 INFO O| Aug 05 18:24:53.108 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"]
57102024-08-05T18:24:54.755Z[ recovery-image] Aug 05 18:24:53.112 INFO O| Aug 05 18:24:53.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
57112024-08-05T18:24:54.755Z[ recovery-image] Aug 05 18:24:53.112 INFO O| Aug 05 18:24:53.112 INFO STEP 666 (remove_files) COMPLETE
57122024-08-05T18:24:54.755Z[ recovery-image] Aug 05 18:24:53.112 INFO O| Aug 05 18:24:53.112 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-08-05T18:24:54.766Z[ recovery-image] Aug 05 18:24:53.123 INFO O| Aug 05 18:24:53.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
57142024-08-05T18:24:54.768Z[ recovery-image] Aug 05 18:24:53.123 INFO O| Aug 05 18:24:53.123 INFO STEP 667 (remove_files) COMPLETE
57152024-08-05T18:24:54.768Z[ recovery-image] Aug 05 18:24:53.123 INFO O| Aug 05 18:24:53.123 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-08-05T18:24:54.777Z[ recovery-image] Aug 05 18:24:53.134 INFO O| Aug 05 18:24:53.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
57172024-08-05T18:24:54.777Z[ recovery-image] Aug 05 18:24:53.134 INFO O| Aug 05 18:24:53.134 INFO STEP 668 (remove_files) COMPLETE
57182024-08-05T18:24:54.777Z[ recovery-image] Aug 05 18:24:53.134 INFO O| Aug 05 18:24:53.134 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-08-05T18:24:54.788Z[ recovery-image] Aug 05 18:24:53.145 INFO O| Aug 05 18:24:53.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
57202024-08-05T18:24:54.788Z[ recovery-image] Aug 05 18:24:53.145 INFO O| Aug 05 18:24:53.145 INFO STEP 669 (remove_files) COMPLETE
57212024-08-05T18:24:54.790Z[ recovery-image] Aug 05 18:24:53.145 INFO O| Aug 05 18:24:53.145 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-08-05T18:24:54.798Z[ recovery-image] Aug 05 18:24:53.156 INFO O| Aug 05 18:24:53.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
57232024-08-05T18:24:54.798Z[ recovery-image] Aug 05 18:24:53.156 INFO O| Aug 05 18:24:53.156 INFO STEP 670 (remove_files) COMPLETE
57242024-08-05T18:24:54.798Z[ recovery-image] Aug 05 18:24:53.156 INFO O| Aug 05 18:24:53.156 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-08-05T18:24:54.809Z[ recovery-image] Aug 05 18:24:53.166 INFO O| Aug 05 18:24:53.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
57262024-08-05T18:24:54.809Z[ recovery-image] Aug 05 18:24:53.166 INFO O| Aug 05 18:24:53.166 INFO STEP 671 (remove_files) COMPLETE
57272024-08-05T18:24:54.812Z[ recovery-image] Aug 05 18:24:53.166 INFO O| Aug 05 18:24:53.166 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-08-05T18:24:54.812Z[verify-libraries] Finished `release` profile [optimized] target(s) in 4m 23s
57292024-08-05T18:24:54.820Z[ recovery-image] Aug 05 18:24:53.177 INFO O| Aug 05 18:24:53.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
57302024-08-05T18:24:54.820Z[ recovery-image] Aug 05 18:24:53.178 INFO O| Aug 05 18:24:53.178 INFO STEP 672 (remove_files) COMPLETE
57312024-08-05T18:24:54.823Z[ recovery-image] Aug 05 18:24:53.178 INFO O| Aug 05 18:24:53.178 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-08-05T18:24:54.833Z[ recovery-image] Aug 05 18:24:53.191 INFO O| Aug 05 18:24:53.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
57332024-08-05T18:24:54.836Z[ recovery-image] Aug 05 18:24:53.191 INFO O| Aug 05 18:24:53.191 INFO STEP 673 (remove_files) COMPLETE
57342024-08-05T18:24:54.836Z[ recovery-image] Aug 05 18:24:53.191 INFO O| Aug 05 18:24:53.191 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-08-05T18:24:54.846Z[ recovery-image] Aug 05 18:24:53.204 INFO O| Aug 05 18:24:53.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
57362024-08-05T18:24:54.846Z[ recovery-image] Aug 05 18:24:53.204 INFO O| Aug 05 18:24:53.204 INFO STEP 674 (remove_files) COMPLETE
57372024-08-05T18:24:54.847Z[ recovery-image] Aug 05 18:24:53.204 INFO O| Aug 05 18:24:53.204 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-08-05T18:24:54.858Z[ recovery-image] Aug 05 18:24:53.216 INFO O| Aug 05 18:24:53.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
57392024-08-05T18:24:54.858Z[ recovery-image] Aug 05 18:24:53.216 INFO O| Aug 05 18:24:53.216 INFO STEP 675 (remove_files) COMPLETE
57402024-08-05T18:24:54.858Z[ recovery-image] Aug 05 18:24:53.216 INFO O| Aug 05 18:24:53.216 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-08-05T18:24:54.869Z[ recovery-image] Aug 05 18:24:53.227 INFO O| Aug 05 18:24:53.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
57422024-08-05T18:24:54.869Z[ recovery-image] Aug 05 18:24:53.227 INFO O| Aug 05 18:24:53.227 INFO STEP 676 (remove_files) COMPLETE
57432024-08-05T18:24:54.872Z[ recovery-image] Aug 05 18:24:53.227 INFO O| Aug 05 18:24:53.227 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-08-05T18:24:54.883Z[ recovery-image] Aug 05 18:24:53.240 INFO O| Aug 05 18:24:53.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
57452024-08-05T18:24:54.883Z[ recovery-image] Aug 05 18:24:53.240 INFO O| Aug 05 18:24:53.240 INFO STEP 677 (remove_files) COMPLETE
57462024-08-05T18:24:54.886Z[ recovery-image] Aug 05 18:24:53.240 INFO O| Aug 05 18:24:53.240 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-08-05T18:24:54.894Z[ recovery-image] Aug 05 18:24:53.252 INFO O| Aug 05 18:24:53.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
57482024-08-05T18:24:54.897Z[ recovery-image] Aug 05 18:24:53.252 INFO O| Aug 05 18:24:53.252 INFO STEP 678 (remove_files) COMPLETE
57492024-08-05T18:24:54.897Z[ recovery-image] Aug 05 18:24:53.252 INFO O| Aug 05 18:24:53.252 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-08-05T18:24:54.907Z[ recovery-image] Aug 05 18:24:53.265 INFO O| Aug 05 18:24:53.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
57512024-08-05T18:24:54.907Z[ recovery-image] Aug 05 18:24:53.265 INFO O| Aug 05 18:24:53.265 INFO STEP 679 (remove_files) COMPLETE
57522024-08-05T18:24:54.910Z[ recovery-image] Aug 05 18:24:53.265 INFO O| Aug 05 18:24:53.265 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-08-05T18:24:54.918Z[ recovery-image] Aug 05 18:24:53.276 INFO O| Aug 05 18:24:53.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
57542024-08-05T18:24:54.921Z[ recovery-image] Aug 05 18:24:53.276 INFO O| Aug 05 18:24:53.276 INFO STEP 680 (remove_files) COMPLETE
57552024-08-05T18:24:54.921Z[ recovery-image] Aug 05 18:24:53.276 INFO O| Aug 05 18:24:53.276 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-08-05T18:24:54.929Z[ recovery-image] Aug 05 18:24:53.286 INFO O| Aug 05 18:24:53.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
57572024-08-05T18:24:54.931Z[ recovery-image] Aug 05 18:24:53.286 INFO O| Aug 05 18:24:53.286 INFO STEP 681 (remove_files) COMPLETE
57582024-08-05T18:24:54.931Z[ recovery-image] Aug 05 18:24:53.286 INFO O| Aug 05 18:24:53.286 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-08-05T18:24:54.941Z[ recovery-image] Aug 05 18:24:53.298 INFO O| Aug 05 18:24:53.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
57602024-08-05T18:24:54.941Z[ recovery-image] Aug 05 18:24:53.299 INFO O| Aug 05 18:24:53.299 INFO STEP 682 (remove_files) COMPLETE
57612024-08-05T18:24:54.944Z[ recovery-image] Aug 05 18:24:53.299 INFO O| Aug 05 18:24:53.299 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-08-05T18:24:54.955Z[ recovery-image] Aug 05 18:24:53.313 INFO O| Aug 05 18:24:53.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
57632024-08-05T18:24:54.955Z[ recovery-image] Aug 05 18:24:53.313 INFO O| Aug 05 18:24:53.313 INFO STEP 683 (remove_files) COMPLETE
57642024-08-05T18:24:54.955Z[ recovery-image] Aug 05 18:24:53.313 INFO O| Aug 05 18:24:53.313 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-08-05T18:24:54.969Z[ recovery-image] Aug 05 18:24:53.327 INFO O| Aug 05 18:24:53.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
57662024-08-05T18:24:54.969Z[ recovery-image] Aug 05 18:24:53.327 INFO O| Aug 05 18:24:53.327 INFO STEP 684 (remove_files) COMPLETE
57672024-08-05T18:24:54.972Z[ recovery-image] Aug 05 18:24:53.327 INFO O| Aug 05 18:24:53.327 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-08-05T18:24:54.981Z[ recovery-image] Aug 05 18:24:53.339 INFO O| Aug 05 18:24:53.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
57692024-08-05T18:24:54.984Z[ recovery-image] Aug 05 18:24:53.339 INFO O| Aug 05 18:24:53.339 INFO STEP 685 (remove_files) COMPLETE
57702024-08-05T18:24:54.984Z[ recovery-image] Aug 05 18:24:53.339 INFO O| Aug 05 18:24:53.339 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-08-05T18:24:54.993Z[ recovery-image] Aug 05 18:24:53.351 INFO O| Aug 05 18:24:53.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
57722024-08-05T18:24:54.996Z[ recovery-image] Aug 05 18:24:53.351 INFO O| Aug 05 18:24:53.351 INFO STEP 686 (remove_files) COMPLETE
57732024-08-05T18:24:54.996Z[ recovery-image] Aug 05 18:24:53.351 INFO O| Aug 05 18:24:53.351 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-08-05T18:24:55.006Z[ recovery-image] Aug 05 18:24:53.363 INFO O| Aug 05 18:24:53.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
57752024-08-05T18:24:55.006Z[ recovery-image] Aug 05 18:24:53.363 INFO O| Aug 05 18:24:53.363 INFO STEP 687 (remove_files) COMPLETE
57762024-08-05T18:24:55.009Z[ recovery-image] Aug 05 18:24:53.363 INFO O| Aug 05 18:24:53.363 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-08-05T18:24:55.017Z[ recovery-image] Aug 05 18:24:53.374 INFO O| Aug 05 18:24:53.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
57782024-08-05T18:24:55.020Z[ recovery-image] Aug 05 18:24:53.374 INFO O| Aug 05 18:24:53.374 INFO STEP 688 (remove_files) COMPLETE
57792024-08-05T18:24:55.020Z[ recovery-image] Aug 05 18:24:53.375 INFO O| Aug 05 18:24:53.374 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-08-05T18:24:55.028Z[ recovery-image] Aug 05 18:24:53.386 INFO O| Aug 05 18:24:53.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
57812024-08-05T18:24:55.031Z[ recovery-image] Aug 05 18:24:53.386 INFO O| Aug 05 18:24:53.386 INFO STEP 689 (remove_files) COMPLETE
57822024-08-05T18:24:55.031Z[ recovery-image] Aug 05 18:24:53.386 INFO O| Aug 05 18:24:53.386 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-08-05T18:24:55.040Z[ recovery-image] Aug 05 18:24:53.397 INFO O| Aug 05 18:24:53.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
57842024-08-05T18:24:55.042Z[ recovery-image] Aug 05 18:24:53.397 INFO O| Aug 05 18:24:53.397 INFO STEP 690 (remove_files) COMPLETE
57852024-08-05T18:24:55.043Z[ recovery-image] Aug 05 18:24:53.397 INFO O| Aug 05 18:24:53.397 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-08-05T18:24:55.050Z[ recovery-image] Aug 05 18:24:53.408 INFO O| Aug 05 18:24:53.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
57872024-08-05T18:24:55.050Z[ recovery-image] Aug 05 18:24:53.408 INFO O| Aug 05 18:24:53.408 INFO STEP 691 (remove_files) COMPLETE
57882024-08-05T18:24:55.053Z[ recovery-image] Aug 05 18:24:53.408 INFO O| Aug 05 18:24:53.408 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-08-05T18:24:55.062Z[ recovery-image] Aug 05 18:24:53.419 INFO O| Aug 05 18:24:53.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
57902024-08-05T18:24:55.062Z[ recovery-image] Aug 05 18:24:53.419 INFO O| Aug 05 18:24:53.419 INFO STEP 692 (remove_files) COMPLETE
57912024-08-05T18:24:55.065Z[ recovery-image] Aug 05 18:24:53.419 INFO O| Aug 05 18:24:53.419 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-08-05T18:24:55.074Z[ recovery-image] Aug 05 18:24:53.431 INFO O| Aug 05 18:24:53.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
57932024-08-05T18:24:55.076Z[ recovery-image] Aug 05 18:24:53.431 INFO O| Aug 05 18:24:53.431 INFO STEP 693 (remove_files) COMPLETE
57942024-08-05T18:24:55.076Z[ recovery-image] Aug 05 18:24:53.431 INFO O| Aug 05 18:24:53.431 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-08-05T18:24:55.079ZAug 05 18:24:53.436 INFO [verify-libraries] process exited with exit status: 0 (270.746725989s)
57962024-08-05T18:24:55.084Z[ recovery-image] Aug 05 18:24:53.442 INFO O| Aug 05 18:24:53.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
57972024-08-05T18:24:55.087Z[ recovery-image] Aug 05 18:24:53.442 INFO O| Aug 05 18:24:53.442 INFO STEP 694 (remove_files) COMPLETE
57982024-08-05T18:24:55.087Z[ recovery-image] Aug 05 18:24:53.442 INFO O| Aug 05 18:24:53.442 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992024-08-05T18:24:55.094Z[ recovery-image] Aug 05 18:24:53.452 INFO O| Aug 05 18:24:53.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
58002024-08-05T18:24:55.094Z[ recovery-image] Aug 05 18:24:53.452 INFO O| Aug 05 18:24:53.452 INFO STEP 695 (remove_files) COMPLETE
58012024-08-05T18:24:55.097Z[ recovery-image] Aug 05 18:24:53.452 INFO O| Aug 05 18:24:53.452 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022024-08-05T18:24:55.105Z[ recovery-image] Aug 05 18:24:53.462 INFO O| Aug 05 18:24:53.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
58032024-08-05T18:24:55.105Z[ recovery-image] Aug 05 18:24:53.462 INFO O| Aug 05 18:24:53.462 INFO STEP 696 (remove_files) COMPLETE
58042024-08-05T18:24:55.107Z[ recovery-image] Aug 05 18:24:53.462 INFO O| Aug 05 18:24:53.462 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052024-08-05T18:24:55.115Z[ recovery-image] Aug 05 18:24:53.472 INFO O| Aug 05 18:24:53.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
58062024-08-05T18:24:55.115Z[ recovery-image] Aug 05 18:24:53.472 INFO O| Aug 05 18:24:53.472 INFO STEP 697 (remove_files) COMPLETE
58072024-08-05T18:24:55.118Z[ recovery-image] Aug 05 18:24:53.472 INFO O| Aug 05 18:24:53.472 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082024-08-05T18:24:55.125Z[ recovery-image] Aug 05 18:24:53.482 INFO O| Aug 05 18:24:53.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
58092024-08-05T18:24:55.125Z[ recovery-image] Aug 05 18:24:53.482 INFO O| Aug 05 18:24:53.482 INFO STEP 698 (remove_files) COMPLETE
58102024-08-05T18:24:55.128Z[ recovery-image] Aug 05 18:24:53.482 INFO O| Aug 05 18:24:53.482 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112024-08-05T18:24:55.137Z[ recovery-image] Aug 05 18:24:53.494 INFO O| Aug 05 18:24:53.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
58122024-08-05T18:24:55.137Z[ recovery-image] Aug 05 18:24:53.494 INFO O| Aug 05 18:24:53.494 INFO STEP 699 (remove_files) COMPLETE
58132024-08-05T18:24:55.137Z[ recovery-image] Aug 05 18:24:53.494 INFO O| Aug 05 18:24:53.494 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142024-08-05T18:24:55.148Z[ recovery-image] Aug 05 18:24:53.506 INFO O| Aug 05 18:24:53.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
58152024-08-05T18:24:55.149Z[ recovery-image] Aug 05 18:24:53.506 INFO O| Aug 05 18:24:53.506 INFO STEP 700 (remove_files) COMPLETE
58162024-08-05T18:24:55.152Z[ recovery-image] Aug 05 18:24:53.506 INFO O| Aug 05 18:24:53.506 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172024-08-05T18:24:55.159Z[ recovery-image] Aug 05 18:24:53.516 INFO O| Aug 05 18:24:53.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
58182024-08-05T18:24:55.159Z[ recovery-image] Aug 05 18:24:53.516 INFO O| Aug 05 18:24:53.516 INFO STEP 701 (remove_files) COMPLETE
58192024-08-05T18:24:55.161Z[ recovery-image] Aug 05 18:24:53.516 INFO O| Aug 05 18:24:53.516 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202024-08-05T18:24:55.169Z[ recovery-image] Aug 05 18:24:53.526 INFO O| Aug 05 18:24:53.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
58212024-08-05T18:24:55.169Z[ recovery-image] Aug 05 18:24:53.526 INFO O| Aug 05 18:24:53.526 INFO STEP 702 (remove_files) COMPLETE
58222024-08-05T18:24:55.169Z[ recovery-image] Aug 05 18:24:53.526 INFO O| Aug 05 18:24:53.526 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232024-08-05T18:24:55.179Z[ recovery-image] Aug 05 18:24:53.536 INFO O| Aug 05 18:24:53.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
58242024-08-05T18:24:55.179Z[ recovery-image] Aug 05 18:24:53.536 INFO O| Aug 05 18:24:53.536 INFO STEP 703 (remove_files) COMPLETE
58252024-08-05T18:24:55.179Z[ recovery-image] Aug 05 18:24:53.536 INFO O| Aug 05 18:24:53.536 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-08-05T18:24:55.189Z[ recovery-image] Aug 05 18:24:53.547 INFO O| Aug 05 18:24:53.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
58272024-08-05T18:24:55.189Z[ recovery-image] Aug 05 18:24:53.547 INFO O| Aug 05 18:24:53.547 INFO STEP 704 (remove_files) COMPLETE
58282024-08-05T18:24:55.192Z[ recovery-image] Aug 05 18:24:53.547 INFO O| Aug 05 18:24:53.547 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-08-05T18:24:55.199Z[ recovery-image] Aug 05 18:24:53.557 INFO O| Aug 05 18:24:53.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
58302024-08-05T18:24:55.202Z[ recovery-image] Aug 05 18:24:53.557 INFO O| Aug 05 18:24:53.557 INFO STEP 705 (remove_files) COMPLETE
58312024-08-05T18:24:55.202Z[ recovery-image] Aug 05 18:24:53.557 INFO O| Aug 05 18:24:53.557 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-08-05T18:24:55.210Z[ recovery-image] Aug 05 18:24:53.567 INFO O| Aug 05 18:24:53.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
58332024-08-05T18:24:55.212Z[ recovery-image] Aug 05 18:24:53.567 INFO O| Aug 05 18:24:53.567 INFO STEP 706 (remove_files) COMPLETE
58342024-08-05T18:24:55.212Z[ recovery-image] Aug 05 18:24:53.567 INFO O| Aug 05 18:24:53.567 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-08-05T18:24:55.212Z[ host-image] Aug 05 18:24:53.568 INFO O| Aug 05 18:24:53.568 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
58362024-08-05T18:24:55.220Z[ recovery-image] Aug 05 18:24:53.577 INFO O| Aug 05 18:24:53.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
58372024-08-05T18:24:55.220Z[ recovery-image] Aug 05 18:24:53.578 INFO O| Aug 05 18:24:53.578 INFO STEP 707 (remove_files) COMPLETE
58382024-08-05T18:24:55.220Z[ recovery-image] Aug 05 18:24:53.578 INFO O| Aug 05 18:24:53.578 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-08-05T18:24:55.230Z[ recovery-image] Aug 05 18:24:53.587 INFO O| Aug 05 18:24:53.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
58402024-08-05T18:24:55.230Z[ recovery-image] Aug 05 18:24:53.588 INFO O| Aug 05 18:24:53.587 INFO STEP 708 (remove_files) COMPLETE
58412024-08-05T18:24:55.230Z[ recovery-image] Aug 05 18:24:53.588 INFO O| Aug 05 18:24:53.588 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-08-05T18:24:55.240Z[ recovery-image] Aug 05 18:24:53.597 INFO O| Aug 05 18:24:53.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
58432024-08-05T18:24:55.243Z[ recovery-image] Aug 05 18:24:53.598 INFO O| Aug 05 18:24:53.597 INFO STEP 709 (remove_files) COMPLETE
58442024-08-05T18:24:55.243Z[ recovery-image] Aug 05 18:24:53.598 INFO O| Aug 05 18:24:53.598 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-08-05T18:24:55.250Z[ recovery-image] Aug 05 18:24:53.608 INFO O| Aug 05 18:24:53.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
58462024-08-05T18:24:55.250Z[ recovery-image] Aug 05 18:24:53.608 INFO O| Aug 05 18:24:53.608 INFO STEP 710 (remove_files) COMPLETE
58472024-08-05T18:24:55.253Z[ recovery-image] Aug 05 18:24:53.608 INFO O| Aug 05 18:24:53.608 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-08-05T18:24:55.261Z[ recovery-image] Aug 05 18:24:53.618 INFO O| Aug 05 18:24:53.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
58492024-08-05T18:24:55.261Z[ recovery-image] Aug 05 18:24:53.618 INFO O| Aug 05 18:24:53.618 INFO STEP 711 (remove_files) COMPLETE
58502024-08-05T18:24:55.261Z[ recovery-image] Aug 05 18:24:53.618 INFO O| Aug 05 18:24:53.618 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-08-05T18:24:55.271Z[ recovery-image] Aug 05 18:24:53.628 INFO O| Aug 05 18:24:53.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
58522024-08-05T18:24:55.271Z[ recovery-image] Aug 05 18:24:53.628 INFO O| Aug 05 18:24:53.628 INFO STEP 712 (remove_files) COMPLETE
58532024-08-05T18:24:55.271Z[ recovery-image] Aug 05 18:24:53.628 INFO O| Aug 05 18:24:53.628 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-08-05T18:24:55.281Z[ recovery-image] Aug 05 18:24:53.638 INFO O| Aug 05 18:24:53.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
58552024-08-05T18:24:55.284Z[ recovery-image] Aug 05 18:24:53.639 INFO O| Aug 05 18:24:53.639 INFO STEP 713 (remove_files) COMPLETE
58562024-08-05T18:24:55.284Z[ recovery-image] Aug 05 18:24:53.639 INFO O| Aug 05 18:24:53.639 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-08-05T18:24:55.291Z[ recovery-image] Aug 05 18:24:53.648 INFO O| Aug 05 18:24:53.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
58582024-08-05T18:24:55.291Z[ recovery-image] Aug 05 18:24:53.648 INFO O| Aug 05 18:24:53.648 INFO STEP 714 (remove_files) COMPLETE
58592024-08-05T18:24:55.291Z[ recovery-image] Aug 05 18:24:53.648 INFO O| Aug 05 18:24:53.648 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-08-05T18:24:55.301Z[ recovery-image] Aug 05 18:24:53.658 INFO O| Aug 05 18:24:53.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
58612024-08-05T18:24:55.304Z[ recovery-image] Aug 05 18:24:53.659 INFO O| Aug 05 18:24:53.659 INFO STEP 715 (remove_files) COMPLETE
58622024-08-05T18:24:55.304Z[ recovery-image] Aug 05 18:24:53.659 INFO O| Aug 05 18:24:53.659 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-08-05T18:24:55.313Z[ recovery-image] Aug 05 18:24:53.670 INFO O| Aug 05 18:24:53.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
58642024-08-05T18:24:55.313Z[ recovery-image] Aug 05 18:24:53.670 INFO O| Aug 05 18:24:53.670 INFO STEP 716 (remove_files) COMPLETE
58652024-08-05T18:24:55.316Z[ recovery-image] Aug 05 18:24:53.670 INFO O| Aug 05 18:24:53.670 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-08-05T18:24:55.324Z[ recovery-image] Aug 05 18:24:53.681 INFO O| Aug 05 18:24:53.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
58672024-08-05T18:24:55.324Z[ recovery-image] Aug 05 18:24:53.681 INFO O| Aug 05 18:24:53.681 INFO STEP 717 (remove_files) COMPLETE
58682024-08-05T18:24:55.324Z[ recovery-image] Aug 05 18:24:53.681 INFO O| Aug 05 18:24:53.681 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-08-05T18:24:55.334Z[ recovery-image] Aug 05 18:24:53.692 INFO O| Aug 05 18:24:53.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
58702024-08-05T18:24:55.334Z[ recovery-image] Aug 05 18:24:53.692 INFO O| Aug 05 18:24:53.692 INFO STEP 718 (remove_files) COMPLETE
58712024-08-05T18:24:55.337Z[ recovery-image] Aug 05 18:24:53.692 INFO O| Aug 05 18:24:53.692 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-08-05T18:24:55.345Z[ recovery-image] Aug 05 18:24:53.702 INFO O| Aug 05 18:24:53.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
58732024-08-05T18:24:55.345Z[ recovery-image] Aug 05 18:24:53.702 INFO O| Aug 05 18:24:53.702 INFO STEP 719 (remove_files) COMPLETE
58742024-08-05T18:24:55.345Z[ recovery-image] Aug 05 18:24:53.702 INFO O| Aug 05 18:24:53.702 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-08-05T18:24:55.355Z[ recovery-image] Aug 05 18:24:53.712 INFO O| Aug 05 18:24:53.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
58762024-08-05T18:24:55.358Z[ recovery-image] Aug 05 18:24:53.712 INFO O| Aug 05 18:24:53.712 INFO STEP 720 (remove_files) COMPLETE
58772024-08-05T18:24:55.358Z[ recovery-image] Aug 05 18:24:53.712 INFO O| Aug 05 18:24:53.712 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-08-05T18:24:55.365Z[ recovery-image] Aug 05 18:24:53.722 INFO O| Aug 05 18:24:53.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
58792024-08-05T18:24:55.365Z[ recovery-image] Aug 05 18:24:53.722 INFO O| Aug 05 18:24:53.722 INFO STEP 721 (remove_files) COMPLETE
58802024-08-05T18:24:55.365Z[ recovery-image] Aug 05 18:24:53.723 INFO O| Aug 05 18:24:53.722 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-08-05T18:24:55.375Z[ recovery-image] Aug 05 18:24:53.732 INFO O| Aug 05 18:24:53.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
58822024-08-05T18:24:55.378Z[ recovery-image] Aug 05 18:24:53.732 INFO O| Aug 05 18:24:53.732 INFO STEP 722 (remove_files) COMPLETE
58832024-08-05T18:24:55.378Z[ recovery-image] Aug 05 18:24:53.732 INFO O| Aug 05 18:24:53.732 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-08-05T18:24:55.385Z[ recovery-image] Aug 05 18:24:53.742 INFO O| Aug 05 18:24:53.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
58852024-08-05T18:24:55.385Z[ recovery-image] Aug 05 18:24:53.742 INFO O| Aug 05 18:24:53.742 INFO STEP 723 (remove_files) COMPLETE
58862024-08-05T18:24:55.387Z[ recovery-image] Aug 05 18:24:53.742 INFO O| Aug 05 18:24:53.742 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-08-05T18:24:55.395Z[ recovery-image] Aug 05 18:24:53.752 INFO O| Aug 05 18:24:53.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
58882024-08-05T18:24:55.398Z[ recovery-image] Aug 05 18:24:53.752 INFO O| Aug 05 18:24:53.752 INFO STEP 724 (remove_files) COMPLETE
58892024-08-05T18:24:55.398Z[ recovery-image] Aug 05 18:24:53.752 INFO O| Aug 05 18:24:53.752 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-08-05T18:24:55.405Z[ recovery-image] Aug 05 18:24:53.762 INFO O| Aug 05 18:24:53.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
58912024-08-05T18:24:55.408Z[ recovery-image] Aug 05 18:24:53.762 INFO O| Aug 05 18:24:53.762 INFO STEP 725 (remove_files) COMPLETE
58922024-08-05T18:24:55.408Z[ recovery-image] Aug 05 18:24:53.762 INFO O| Aug 05 18:24:53.762 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-08-05T18:24:55.415Z[ recovery-image] Aug 05 18:24:53.772 INFO O| Aug 05 18:24:53.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
58942024-08-05T18:24:55.418Z[ recovery-image] Aug 05 18:24:53.773 INFO O| Aug 05 18:24:53.773 INFO STEP 726 (remove_files) COMPLETE
58952024-08-05T18:24:55.418Z[ recovery-image] Aug 05 18:24:53.773 INFO O| Aug 05 18:24:53.773 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-08-05T18:24:55.425Z[ recovery-image] Aug 05 18:24:53.782 INFO O| Aug 05 18:24:53.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
58972024-08-05T18:24:55.425Z[ recovery-image] Aug 05 18:24:53.783 INFO O| Aug 05 18:24:53.782 INFO STEP 727 (remove_files) COMPLETE
58982024-08-05T18:24:55.428Z[ recovery-image] Aug 05 18:24:53.783 INFO O| Aug 05 18:24:53.783 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-08-05T18:24:55.436Z[ recovery-image] Aug 05 18:24:53.793 INFO O| Aug 05 18:24:53.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
59002024-08-05T18:24:55.438Z[ recovery-image] Aug 05 18:24:53.794 INFO O| Aug 05 18:24:53.794 INFO STEP 728 (remove_files) COMPLETE
59012024-08-05T18:24:55.438Z[ recovery-image] Aug 05 18:24:53.794 INFO O| Aug 05 18:24:53.794 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-08-05T18:24:55.448Z[ recovery-image] Aug 05 18:24:53.805 INFO O| Aug 05 18:24:53.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
59032024-08-05T18:24:55.451Z[ recovery-image] Aug 05 18:24:53.805 INFO O| Aug 05 18:24:53.805 INFO STEP 729 (remove_files) COMPLETE
59042024-08-05T18:24:55.451Z[ recovery-image] Aug 05 18:24:53.806 INFO O| Aug 05 18:24:53.805 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-08-05T18:24:55.459Z[ recovery-image] Aug 05 18:24:53.816 INFO O| Aug 05 18:24:53.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
59062024-08-05T18:24:55.462Z[ recovery-image] Aug 05 18:24:53.816 INFO O| Aug 05 18:24:53.816 INFO STEP 730 (remove_files) COMPLETE
59072024-08-05T18:24:55.462Z[ recovery-image] Aug 05 18:24:53.817 INFO O| Aug 05 18:24:53.816 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-08-05T18:24:55.470Z[ recovery-image] Aug 05 18:24:53.827 INFO O| Aug 05 18:24:53.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
59092024-08-05T18:24:55.473Z[ recovery-image] Aug 05 18:24:53.827 INFO O| Aug 05 18:24:53.827 INFO STEP 731 (remove_files) COMPLETE
59102024-08-05T18:24:55.473Z[ recovery-image] Aug 05 18:24:53.827 INFO O| Aug 05 18:24:53.827 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-08-05T18:24:55.483Z[ recovery-image] Aug 05 18:24:53.840 INFO O| Aug 05 18:24:53.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
59122024-08-05T18:24:55.485Z[ recovery-image] Aug 05 18:24:53.841 INFO O| Aug 05 18:24:53.841 INFO STEP 732 (remove_files) COMPLETE
59132024-08-05T18:24:55.485Z[ recovery-image] Aug 05 18:24:53.841 INFO O| Aug 05 18:24:53.841 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-08-05T18:24:55.496Z[ recovery-image] Aug 05 18:24:53.853 INFO O| Aug 05 18:24:53.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
59152024-08-05T18:24:55.496Z[ recovery-image] Aug 05 18:24:53.853 INFO O| Aug 05 18:24:53.853 INFO STEP 733 (remove_files) COMPLETE
59162024-08-05T18:24:55.498Z[ recovery-image] Aug 05 18:24:53.853 INFO O| Aug 05 18:24:53.853 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-08-05T18:24:55.507Z[ recovery-image] Aug 05 18:24:53.864 INFO O| Aug 05 18:24:53.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
59182024-08-05T18:24:55.507Z[ recovery-image] Aug 05 18:24:53.864 INFO O| Aug 05 18:24:53.864 INFO STEP 734 (remove_files) COMPLETE
59192024-08-05T18:24:55.510Z[ recovery-image] Aug 05 18:24:53.864 INFO O| Aug 05 18:24:53.864 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-08-05T18:24:55.519Z[ recovery-image] Aug 05 18:24:53.876 INFO O| Aug 05 18:24:53.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
59212024-08-05T18:24:55.519Z[ recovery-image] Aug 05 18:24:53.877 INFO O| Aug 05 18:24:53.876 INFO STEP 735 (remove_files) COMPLETE
59222024-08-05T18:24:55.519Z[ recovery-image] Aug 05 18:24:53.877 INFO O| Aug 05 18:24:53.877 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-08-05T18:24:55.530Z[ recovery-image] Aug 05 18:24:53.888 INFO O| Aug 05 18:24:53.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
59242024-08-05T18:24:55.533Z[ recovery-image] Aug 05 18:24:53.888 INFO O| Aug 05 18:24:53.888 INFO STEP 736 (remove_files) COMPLETE
59252024-08-05T18:24:55.533Z[ recovery-image] Aug 05 18:24:53.888 INFO O| Aug 05 18:24:53.888 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-08-05T18:24:55.541Z[ recovery-image] Aug 05 18:24:53.898 INFO O| Aug 05 18:24:53.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
59272024-08-05T18:24:55.541Z[ recovery-image] Aug 05 18:24:53.898 INFO O| Aug 05 18:24:53.898 INFO STEP 737 (remove_files) COMPLETE
59282024-08-05T18:24:55.544Z[ recovery-image] Aug 05 18:24:53.898 INFO O| Aug 05 18:24:53.898 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-08-05T18:24:55.551Z[ recovery-image] Aug 05 18:24:53.909 INFO O| Aug 05 18:24:53.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
59302024-08-05T18:24:55.552Z[ recovery-image] Aug 05 18:24:53.909 INFO O| Aug 05 18:24:53.909 INFO STEP 738 (remove_files) COMPLETE
59312024-08-05T18:24:55.552Z[ recovery-image] Aug 05 18:24:53.909 INFO O| Aug 05 18:24:53.909 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-08-05T18:24:55.563Z[ recovery-image] Aug 05 18:24:53.920 INFO O| Aug 05 18:24:53.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
59332024-08-05T18:24:55.563Z[ recovery-image] Aug 05 18:24:53.920 INFO O| Aug 05 18:24:53.920 INFO STEP 739 (remove_files) COMPLETE
59342024-08-05T18:24:55.566Z[ recovery-image] Aug 05 18:24:53.920 INFO O| Aug 05 18:24:53.920 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-08-05T18:24:55.573Z[ recovery-image] Aug 05 18:24:53.930 INFO O| Aug 05 18:24:53.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
59362024-08-05T18:24:55.576Z[ recovery-image] Aug 05 18:24:53.931 INFO O| Aug 05 18:24:53.930 INFO STEP 740 (remove_files) COMPLETE
59372024-08-05T18:24:55.576Z[ recovery-image] Aug 05 18:24:53.931 INFO O| Aug 05 18:24:53.931 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-08-05T18:24:55.583Z[ recovery-image] Aug 05 18:24:53.941 INFO O| Aug 05 18:24:53.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
59392024-08-05T18:24:55.586Z[ recovery-image] Aug 05 18:24:53.941 INFO O| Aug 05 18:24:53.941 INFO STEP 741 (remove_files) COMPLETE
59402024-08-05T18:24:55.586Z[ recovery-image] Aug 05 18:24:53.941 INFO O| Aug 05 18:24:53.941 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-08-05T18:24:55.593Z[ recovery-image] Aug 05 18:24:53.951 INFO O| Aug 05 18:24:53.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
59422024-08-05T18:24:55.596Z[ recovery-image] Aug 05 18:24:53.951 INFO O| Aug 05 18:24:53.951 INFO STEP 742 (remove_files) COMPLETE
59432024-08-05T18:24:55.596Z[ recovery-image] Aug 05 18:24:53.951 INFO O| Aug 05 18:24:53.951 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-08-05T18:24:55.604Z[ recovery-image] Aug 05 18:24:53.961 INFO O| Aug 05 18:24:53.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
59452024-08-05T18:24:55.606Z[ recovery-image] Aug 05 18:24:53.961 INFO O| Aug 05 18:24:53.961 INFO STEP 743 (remove_files) COMPLETE
59462024-08-05T18:24:55.606Z[ recovery-image] Aug 05 18:24:53.961 INFO O| Aug 05 18:24:53.961 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-08-05T18:24:55.615Z[ recovery-image] Aug 05 18:24:53.972 INFO O| Aug 05 18:24:53.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
59482024-08-05T18:24:55.615Z[ recovery-image] Aug 05 18:24:53.972 INFO O| Aug 05 18:24:53.972 INFO STEP 744 (remove_files) COMPLETE
59492024-08-05T18:24:55.618Z[ recovery-image] Aug 05 18:24:53.972 INFO O| Aug 05 18:24:53.972 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-08-05T18:24:55.626Z[ recovery-image] Aug 05 18:24:53.983 INFO O| Aug 05 18:24:53.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
59512024-08-05T18:24:55.626Z[ recovery-image] Aug 05 18:24:53.983 INFO O| Aug 05 18:24:53.983 INFO STEP 745 (remove_files) COMPLETE
59522024-08-05T18:24:55.629Z[ recovery-image] Aug 05 18:24:53.983 INFO O| Aug 05 18:24:53.983 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-08-05T18:24:55.637Z[ recovery-image] Aug 05 18:24:53.994 INFO O| Aug 05 18:24:53.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
59542024-08-05T18:24:55.637Z[ recovery-image] Aug 05 18:24:53.994 INFO O| Aug 05 18:24:53.994 INFO STEP 746 (remove_files) COMPLETE
59552024-08-05T18:24:55.640Z[ recovery-image] Aug 05 18:24:53.994 INFO O| Aug 05 18:24:53.994 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-08-05T18:24:55.648Z[ recovery-image] Aug 05 18:24:54.005 INFO O| Aug 05 18:24:54.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
59572024-08-05T18:24:55.648Z[ recovery-image] Aug 05 18:24:54.005 INFO O| Aug 05 18:24:54.005 INFO STEP 747 (remove_files) COMPLETE
59582024-08-05T18:24:55.651Z[ recovery-image] Aug 05 18:24:54.005 INFO O| Aug 05 18:24:54.005 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-08-05T18:24:55.659Z[ recovery-image] Aug 05 18:24:54.016 INFO O| Aug 05 18:24:54.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
59602024-08-05T18:24:55.659Z[ recovery-image] Aug 05 18:24:54.016 INFO O| Aug 05 18:24:54.016 INFO STEP 748 (remove_files) COMPLETE
59612024-08-05T18:24:55.662Z[ recovery-image] Aug 05 18:24:54.016 INFO O| Aug 05 18:24:54.016 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-08-05T18:24:55.669Z[ recovery-image] Aug 05 18:24:54.027 INFO O| Aug 05 18:24:54.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
59632024-08-05T18:24:55.672Z[ recovery-image] Aug 05 18:24:54.027 INFO O| Aug 05 18:24:54.027 INFO STEP 749 (remove_files) COMPLETE
59642024-08-05T18:24:55.672Z[ recovery-image] Aug 05 18:24:54.027 INFO O| Aug 05 18:24:54.027 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-08-05T18:24:55.680Z[ recovery-image] Aug 05 18:24:54.038 INFO O| Aug 05 18:24:54.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
59662024-08-05T18:24:55.683Z[ recovery-image] Aug 05 18:24:54.038 INFO O| Aug 05 18:24:54.038 INFO STEP 750 (remove_files) COMPLETE
59672024-08-05T18:24:55.683Z[ recovery-image] Aug 05 18:24:54.038 INFO O| Aug 05 18:24:54.038 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-08-05T18:24:55.691Z[ recovery-image] Aug 05 18:24:54.048 INFO O| Aug 05 18:24:54.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
59692024-08-05T18:24:55.691Z[ recovery-image] Aug 05 18:24:54.048 INFO O| Aug 05 18:24:54.048 INFO STEP 751 (remove_files) COMPLETE
59702024-08-05T18:24:55.694Z[ recovery-image] Aug 05 18:24:54.048 INFO O| Aug 05 18:24:54.048 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-08-05T18:24:55.701Z[ recovery-image] Aug 05 18:24:54.058 INFO O| Aug 05 18:24:54.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
59722024-08-05T18:24:55.701Z[ recovery-image] Aug 05 18:24:54.059 INFO O| Aug 05 18:24:54.059 INFO STEP 752 (remove_files) COMPLETE
59732024-08-05T18:24:55.704Z[ recovery-image] Aug 05 18:24:54.059 INFO O| Aug 05 18:24:54.059 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-08-05T18:24:55.711Z[ recovery-image] Aug 05 18:24:54.069 INFO O| Aug 05 18:24:54.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
59752024-08-05T18:24:55.711Z[ recovery-image] Aug 05 18:24:54.069 INFO O| Aug 05 18:24:54.069 INFO STEP 753 (remove_files) COMPLETE
59762024-08-05T18:24:55.714Z[ recovery-image] Aug 05 18:24:54.069 INFO O| Aug 05 18:24:54.069 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-08-05T18:24:55.721Z[ recovery-image] Aug 05 18:24:54.079 INFO O| Aug 05 18:24:54.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
59782024-08-05T18:24:55.724Z[ recovery-image] Aug 05 18:24:54.079 INFO O| Aug 05 18:24:54.079 INFO STEP 754 (remove_files) COMPLETE
59792024-08-05T18:24:55.724Z[ recovery-image] Aug 05 18:24:54.079 INFO O| Aug 05 18:24:54.079 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-08-05T18:24:55.732Z[ recovery-image] Aug 05 18:24:54.089 INFO O| Aug 05 18:24:54.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
59812024-08-05T18:24:55.735Z[ recovery-image] Aug 05 18:24:54.090 INFO O| Aug 05 18:24:54.090 INFO STEP 755 (remove_files) COMPLETE
59822024-08-05T18:24:55.735Z[ recovery-image] Aug 05 18:24:54.090 INFO O| Aug 05 18:24:54.090 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-08-05T18:24:55.742Z[ recovery-image] Aug 05 18:24:54.099 INFO O| Aug 05 18:24:54.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
59842024-08-05T18:24:55.745Z[ recovery-image] Aug 05 18:24:54.099 INFO O| Aug 05 18:24:54.099 INFO STEP 756 (remove_files) COMPLETE
59852024-08-05T18:24:55.745Z[ recovery-image] Aug 05 18:24:54.099 INFO O| Aug 05 18:24:54.099 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-08-05T18:24:55.752Z[ recovery-image] Aug 05 18:24:54.109 INFO O| Aug 05 18:24:54.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
59872024-08-05T18:24:55.752Z[ recovery-image] Aug 05 18:24:54.109 INFO O| Aug 05 18:24:54.109 INFO STEP 757 (remove_files) COMPLETE
59882024-08-05T18:24:55.754Z[ recovery-image] Aug 05 18:24:54.109 INFO O| Aug 05 18:24:54.109 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-08-05T18:24:55.761Z[ recovery-image] Aug 05 18:24:54.119 INFO O| Aug 05 18:24:54.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
59902024-08-05T18:24:55.761Z[ recovery-image] Aug 05 18:24:54.119 INFO O| Aug 05 18:24:54.119 INFO STEP 758 (remove_files) COMPLETE
59912024-08-05T18:24:55.764Z[ recovery-image] Aug 05 18:24:54.119 INFO O| Aug 05 18:24:54.119 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-08-05T18:24:55.771Z[ recovery-image] Aug 05 18:24:54.128 INFO O| Aug 05 18:24:54.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
59932024-08-05T18:24:55.774Z[ recovery-image] Aug 05 18:24:54.128 INFO O| Aug 05 18:24:54.128 INFO STEP 759 (remove_files) COMPLETE
59942024-08-05T18:24:55.774Z[ recovery-image] Aug 05 18:24:54.128 INFO O| Aug 05 18:24:54.128 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-08-05T18:24:55.780Z[ recovery-image] Aug 05 18:24:54.138 INFO O| Aug 05 18:24:54.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
59962024-08-05T18:24:55.783Z[ recovery-image] Aug 05 18:24:54.138 INFO O| Aug 05 18:24:54.138 INFO STEP 760 (remove_files) COMPLETE
59972024-08-05T18:24:55.783Z[ recovery-image] Aug 05 18:24:54.138 INFO O| Aug 05 18:24:54.138 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-08-05T18:24:55.790Z[ recovery-image] Aug 05 18:24:54.147 INFO O| Aug 05 18:24:54.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
59992024-08-05T18:24:55.790Z[ recovery-image] Aug 05 18:24:54.147 INFO O| Aug 05 18:24:54.147 INFO STEP 761 (remove_files) COMPLETE
60002024-08-05T18:24:55.793Z[ recovery-image] Aug 05 18:24:54.147 INFO O| Aug 05 18:24:54.147 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-08-05T18:24:55.800Z[ recovery-image] Aug 05 18:24:54.157 INFO O| Aug 05 18:24:54.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
60022024-08-05T18:24:55.800Z[ recovery-image] Aug 05 18:24:54.157 INFO O| Aug 05 18:24:54.157 INFO STEP 762 (remove_files) COMPLETE
60032024-08-05T18:24:55.800Z[ recovery-image] Aug 05 18:24:54.157 INFO O| Aug 05 18:24:54.157 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-08-05T18:24:55.809Z[ recovery-image] Aug 05 18:24:54.166 INFO O| Aug 05 18:24:54.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
60052024-08-05T18:24:55.809Z[ recovery-image] Aug 05 18:24:54.166 INFO O| Aug 05 18:24:54.166 INFO STEP 763 (remove_files) COMPLETE
60062024-08-05T18:24:55.812Z[ recovery-image] Aug 05 18:24:54.167 INFO O| Aug 05 18:24:54.166 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-08-05T18:24:55.819Z[ recovery-image] Aug 05 18:24:54.176 INFO O| Aug 05 18:24:54.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
60082024-08-05T18:24:55.819Z[ recovery-image] Aug 05 18:24:54.176 INFO O| Aug 05 18:24:54.176 INFO STEP 764 (remove_files) COMPLETE
60092024-08-05T18:24:55.821Z[ recovery-image] Aug 05 18:24:54.176 INFO O| Aug 05 18:24:54.176 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-08-05T18:24:55.828Z[ recovery-image] Aug 05 18:24:54.186 INFO O| Aug 05 18:24:54.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
60112024-08-05T18:24:55.828Z[ recovery-image] Aug 05 18:24:54.186 INFO O| Aug 05 18:24:54.186 INFO STEP 765 (remove_files) COMPLETE
60122024-08-05T18:24:55.831Z[ recovery-image] Aug 05 18:24:54.186 INFO O| Aug 05 18:24:54.186 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-08-05T18:24:55.838Z[ recovery-image] Aug 05 18:24:54.195 INFO O| Aug 05 18:24:54.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
60142024-08-05T18:24:55.838Z[ recovery-image] Aug 05 18:24:54.195 INFO O| Aug 05 18:24:54.195 INFO STEP 766 (remove_files) COMPLETE
60152024-08-05T18:24:55.841Z[ recovery-image] Aug 05 18:24:54.195 INFO O| Aug 05 18:24:54.195 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-08-05T18:24:55.848Z[ recovery-image] Aug 05 18:24:54.205 INFO O| Aug 05 18:24:54.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
60172024-08-05T18:24:55.848Z[ recovery-image] Aug 05 18:24:54.205 INFO O| Aug 05 18:24:54.205 INFO STEP 767 (remove_files) COMPLETE
60182024-08-05T18:24:55.851Z[ recovery-image] Aug 05 18:24:54.205 INFO O| Aug 05 18:24:54.205 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-08-05T18:24:55.858Z[ recovery-image] Aug 05 18:24:54.216 INFO O| Aug 05 18:24:54.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
60202024-08-05T18:24:55.858Z[ recovery-image] Aug 05 18:24:54.216 INFO O| Aug 05 18:24:54.216 INFO STEP 768 (remove_files) COMPLETE
60212024-08-05T18:24:55.858Z[ recovery-image] Aug 05 18:24:54.216 INFO O| Aug 05 18:24:54.216 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-08-05T18:24:55.869Z[ recovery-image] Aug 05 18:24:54.226 INFO O| Aug 05 18:24:54.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
60232024-08-05T18:24:55.869Z[ recovery-image] Aug 05 18:24:54.226 INFO O| Aug 05 18:24:54.226 INFO STEP 769 (remove_files) COMPLETE
60242024-08-05T18:24:55.872Z[ recovery-image] Aug 05 18:24:54.226 INFO O| Aug 05 18:24:54.226 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-08-05T18:24:55.879Z[ recovery-image] Aug 05 18:24:54.237 INFO O| Aug 05 18:24:54.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
60262024-08-05T18:24:55.879Z[ recovery-image] Aug 05 18:24:54.237 INFO O| Aug 05 18:24:54.237 INFO STEP 770 (remove_files) COMPLETE
60272024-08-05T18:24:55.882Z[ recovery-image] Aug 05 18:24:54.237 INFO O| Aug 05 18:24:54.237 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-08-05T18:24:55.890Z[ recovery-image] Aug 05 18:24:54.247 INFO O| Aug 05 18:24:54.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
60292024-08-05T18:24:55.890Z[ recovery-image] Aug 05 18:24:54.247 INFO O| Aug 05 18:24:54.247 INFO STEP 771 (remove_files) COMPLETE
60302024-08-05T18:24:55.893Z[ recovery-image] Aug 05 18:24:54.247 INFO O| Aug 05 18:24:54.247 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-08-05T18:24:55.901Z[ recovery-image] Aug 05 18:24:54.258 INFO O| Aug 05 18:24:54.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
60322024-08-05T18:24:55.901Z[ recovery-image] Aug 05 18:24:54.259 INFO O| Aug 05 18:24:54.259 INFO STEP 772 (remove_files) COMPLETE
60332024-08-05T18:24:55.904Z[ recovery-image] Aug 05 18:24:54.259 INFO O| Aug 05 18:24:54.259 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-08-05T18:24:55.912Z[ recovery-image] Aug 05 18:24:54.269 INFO O| Aug 05 18:24:54.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
60352024-08-05T18:24:55.915Z[ recovery-image] Aug 05 18:24:54.270 INFO O| Aug 05 18:24:54.269 INFO STEP 773 (remove_files) COMPLETE
60362024-08-05T18:24:55.915Z[ recovery-image] Aug 05 18:24:54.270 INFO O| Aug 05 18:24:54.270 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-08-05T18:24:55.922Z[ recovery-image] Aug 05 18:24:54.280 INFO O| Aug 05 18:24:54.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
60382024-08-05T18:24:55.922Z[ recovery-image] Aug 05 18:24:54.280 INFO O| Aug 05 18:24:54.280 INFO STEP 774 (remove_files) COMPLETE
60392024-08-05T18:24:55.926Z[ recovery-image] Aug 05 18:24:54.280 INFO O| Aug 05 18:24:54.280 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-08-05T18:24:55.932Z[ recovery-image] Aug 05 18:24:54.290 INFO O| Aug 05 18:24:54.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
60412024-08-05T18:24:55.935Z[ recovery-image] Aug 05 18:24:54.290 INFO O| Aug 05 18:24:54.290 INFO STEP 775 (remove_files) COMPLETE
60422024-08-05T18:24:55.935Z[ recovery-image] Aug 05 18:24:54.290 INFO O| Aug 05 18:24:54.290 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-08-05T18:24:55.942Z[ recovery-image] Aug 05 18:24:54.299 INFO O| Aug 05 18:24:54.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
60442024-08-05T18:24:55.942Z[ recovery-image] Aug 05 18:24:54.299 INFO O| Aug 05 18:24:54.299 INFO STEP 776 (remove_files) COMPLETE
60452024-08-05T18:24:55.945Z[ recovery-image] Aug 05 18:24:54.299 INFO O| Aug 05 18:24:54.299 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-08-05T18:24:55.952Z[ recovery-image] Aug 05 18:24:54.309 INFO O| Aug 05 18:24:54.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
60472024-08-05T18:24:55.952Z[ recovery-image] Aug 05 18:24:54.309 INFO O| Aug 05 18:24:54.309 INFO STEP 777 (remove_files) COMPLETE
60482024-08-05T18:24:55.954Z[ recovery-image] Aug 05 18:24:54.309 INFO O| Aug 05 18:24:54.309 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-08-05T18:24:55.962Z[ recovery-image] Aug 05 18:24:54.319 INFO O| Aug 05 18:24:54.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
60502024-08-05T18:24:55.962Z[ recovery-image] Aug 05 18:24:54.319 INFO O| Aug 05 18:24:54.319 INFO STEP 778 (remove_files) COMPLETE
60512024-08-05T18:24:55.965Z[ recovery-image] Aug 05 18:24:54.319 INFO O| Aug 05 18:24:54.319 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-08-05T18:24:55.971Z[ recovery-image] Aug 05 18:24:54.329 INFO O| Aug 05 18:24:54.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
60532024-08-05T18:24:55.972Z[ recovery-image] Aug 05 18:24:54.329 INFO O| Aug 05 18:24:54.329 INFO STEP 779 (remove_files) COMPLETE
60542024-08-05T18:24:55.972Z[ recovery-image] Aug 05 18:24:54.329 INFO O| Aug 05 18:24:54.329 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-08-05T18:24:55.981Z[ recovery-image] Aug 05 18:24:54.339 INFO O| Aug 05 18:24:54.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
60562024-08-05T18:24:55.981Z[ recovery-image] Aug 05 18:24:54.339 INFO O| Aug 05 18:24:54.339 INFO STEP 780 (remove_files) COMPLETE
60572024-08-05T18:24:55.981Z[ recovery-image] Aug 05 18:24:54.339 INFO O| Aug 05 18:24:54.339 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-08-05T18:24:55.991Z[ recovery-image] Aug 05 18:24:54.348 INFO O| Aug 05 18:24:54.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
60592024-08-05T18:24:55.991Z[ recovery-image] Aug 05 18:24:54.348 INFO O| Aug 05 18:24:54.348 INFO STEP 781 (remove_files) COMPLETE
60602024-08-05T18:24:55.994Z[ recovery-image] Aug 05 18:24:54.348 INFO O| Aug 05 18:24:54.348 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-08-05T18:24:56.001Z[ recovery-image] Aug 05 18:24:54.358 INFO O| Aug 05 18:24:54.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
60622024-08-05T18:24:56.001Z[ recovery-image] Aug 05 18:24:54.358 INFO O| Aug 05 18:24:54.358 INFO STEP 782 (remove_files) COMPLETE
60632024-08-05T18:24:56.004Z[ recovery-image] Aug 05 18:24:54.358 INFO O| Aug 05 18:24:54.358 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-08-05T18:24:56.010Z[ recovery-image] Aug 05 18:24:54.368 INFO O| Aug 05 18:24:54.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
60652024-08-05T18:24:56.010Z[ recovery-image] Aug 05 18:24:54.368 INFO O| Aug 05 18:24:54.368 INFO STEP 783 (remove_files) COMPLETE
60662024-08-05T18:24:56.010Z[ recovery-image] Aug 05 18:24:54.368 INFO O| Aug 05 18:24:54.368 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-08-05T18:24:56.020Z[ recovery-image] Aug 05 18:24:54.377 INFO O| Aug 05 18:24:54.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
60682024-08-05T18:24:56.020Z[ recovery-image] Aug 05 18:24:54.377 INFO O| Aug 05 18:24:54.377 INFO STEP 784 (remove_files) COMPLETE
60692024-08-05T18:24:56.020Z[ recovery-image] Aug 05 18:24:54.377 INFO O| Aug 05 18:24:54.377 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-08-05T18:24:56.030Z[ recovery-image] Aug 05 18:24:54.387 INFO O| Aug 05 18:24:54.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
60712024-08-05T18:24:56.032Z[ recovery-image] Aug 05 18:24:54.387 INFO O| Aug 05 18:24:54.387 INFO STEP 785 (remove_files) COMPLETE
60722024-08-05T18:24:56.033Z[ recovery-image] Aug 05 18:24:54.387 INFO O| Aug 05 18:24:54.387 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-08-05T18:24:56.040Z[ recovery-image] Aug 05 18:24:54.397 INFO O| Aug 05 18:24:54.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
60742024-08-05T18:24:56.042Z[ recovery-image] Aug 05 18:24:54.397 INFO O| Aug 05 18:24:54.397 INFO STEP 786 (remove_files) COMPLETE
60752024-08-05T18:24:56.043Z[ recovery-image] Aug 05 18:24:54.397 INFO O| Aug 05 18:24:54.397 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-08-05T18:24:56.050Z[ recovery-image] Aug 05 18:24:54.407 INFO O| Aug 05 18:24:54.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
60772024-08-05T18:24:56.052Z[ recovery-image] Aug 05 18:24:54.407 INFO O| Aug 05 18:24:54.407 INFO STEP 787 (remove_files) COMPLETE
60782024-08-05T18:24:56.052Z[ recovery-image] Aug 05 18:24:54.407 INFO O| Aug 05 18:24:54.407 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-08-05T18:24:56.060Z[ recovery-image] Aug 05 18:24:54.417 INFO O| Aug 05 18:24:54.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
60802024-08-05T18:24:56.060Z[ recovery-image] Aug 05 18:24:54.417 INFO O| Aug 05 18:24:54.417 INFO STEP 788 (remove_files) COMPLETE
60812024-08-05T18:24:56.060Z[ recovery-image] Aug 05 18:24:54.417 INFO O| Aug 05 18:24:54.417 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-08-05T18:24:56.070Z[ recovery-image] Aug 05 18:24:54.427 INFO O| Aug 05 18:24:54.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
60832024-08-05T18:24:56.070Z[ recovery-image] Aug 05 18:24:54.427 INFO O| Aug 05 18:24:54.427 INFO STEP 789 (remove_files) COMPLETE
60842024-08-05T18:24:56.073Z[ recovery-image] Aug 05 18:24:54.427 INFO O| Aug 05 18:24:54.427 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-08-05T18:24:56.080Z[ recovery-image] Aug 05 18:24:54.437 INFO O| Aug 05 18:24:54.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
60862024-08-05T18:24:56.080Z[ recovery-image] Aug 05 18:24:54.438 INFO O| Aug 05 18:24:54.438 INFO STEP 790 (remove_files) COMPLETE
60872024-08-05T18:24:56.083Z[ recovery-image] Aug 05 18:24:54.438 INFO O| Aug 05 18:24:54.438 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-08-05T18:24:56.090Z[ recovery-image] Aug 05 18:24:54.448 INFO O| Aug 05 18:24:54.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
60892024-08-05T18:24:56.090Z[ recovery-image] Aug 05 18:24:54.448 INFO O| Aug 05 18:24:54.448 INFO STEP 791 (remove_files) COMPLETE
60902024-08-05T18:24:56.090Z[ recovery-image] Aug 05 18:24:54.448 INFO O| Aug 05 18:24:54.448 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-08-05T18:24:56.100Z[ recovery-image] Aug 05 18:24:54.458 INFO O| Aug 05 18:24:54.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
60922024-08-05T18:24:56.100Z[ recovery-image] Aug 05 18:24:54.458 INFO O| Aug 05 18:24:54.458 INFO STEP 792 (remove_files) COMPLETE
60932024-08-05T18:24:56.103Z[ recovery-image] Aug 05 18:24:54.458 INFO O| Aug 05 18:24:54.458 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-08-05T18:24:56.110Z[ recovery-image] Aug 05 18:24:54.468 INFO O| Aug 05 18:24:54.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
60952024-08-05T18:24:56.111Z[ recovery-image] Aug 05 18:24:54.468 INFO O| Aug 05 18:24:54.468 INFO STEP 793 (remove_files) COMPLETE
60962024-08-05T18:24:56.113Z[ recovery-image] Aug 05 18:24:54.468 INFO O| Aug 05 18:24:54.468 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-08-05T18:24:56.120Z[ recovery-image] Aug 05 18:24:54.477 INFO O| Aug 05 18:24:54.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
60982024-08-05T18:24:56.120Z[ recovery-image] Aug 05 18:24:54.478 INFO O| Aug 05 18:24:54.478 INFO STEP 794 (remove_files) COMPLETE
60992024-08-05T18:24:56.120Z[ recovery-image] Aug 05 18:24:54.478 INFO O| Aug 05 18:24:54.478 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-08-05T18:24:56.130Z[ recovery-image] Aug 05 18:24:54.487 INFO O| Aug 05 18:24:54.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
61012024-08-05T18:24:56.133Z[ recovery-image] Aug 05 18:24:54.487 INFO O| Aug 05 18:24:54.487 INFO STEP 795 (remove_files) COMPLETE
61022024-08-05T18:24:56.133Z[ recovery-image] Aug 05 18:24:54.487 INFO O| Aug 05 18:24:54.487 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-08-05T18:24:56.141Z[ recovery-image] Aug 05 18:24:54.498 INFO O| Aug 05 18:24:54.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
61042024-08-05T18:24:56.144Z[ recovery-image] Aug 05 18:24:54.498 INFO O| Aug 05 18:24:54.498 INFO STEP 796 (remove_files) COMPLETE
61052024-08-05T18:24:56.144Z[ recovery-image] Aug 05 18:24:54.498 INFO O| Aug 05 18:24:54.498 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-08-05T18:24:56.152Z[ recovery-image] Aug 05 18:24:54.509 INFO O| Aug 05 18:24:54.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
61072024-08-05T18:24:56.155Z[ recovery-image] Aug 05 18:24:54.510 INFO O| Aug 05 18:24:54.510 INFO STEP 797 (remove_files) COMPLETE
61082024-08-05T18:24:56.155Z[ recovery-image] Aug 05 18:24:54.510 INFO O| Aug 05 18:24:54.510 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-08-05T18:24:56.164Z[ recovery-image] Aug 05 18:24:54.521 INFO O| Aug 05 18:24:54.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
61102024-08-05T18:24:56.167Z[ recovery-image] Aug 05 18:24:54.521 INFO O| Aug 05 18:24:54.521 INFO STEP 798 (remove_files) COMPLETE
61112024-08-05T18:24:56.167Z[ recovery-image] Aug 05 18:24:54.521 INFO O| Aug 05 18:24:54.521 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-08-05T18:24:56.175Z[ recovery-image] Aug 05 18:24:54.532 INFO O| Aug 05 18:24:54.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
61132024-08-05T18:24:56.178Z[ recovery-image] Aug 05 18:24:54.532 INFO O| Aug 05 18:24:54.532 INFO STEP 799 (remove_files) COMPLETE
61142024-08-05T18:24:56.178Z[ recovery-image] Aug 05 18:24:54.532 INFO O| Aug 05 18:24:54.532 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-08-05T18:24:56.186Z[ recovery-image] Aug 05 18:24:54.543 INFO O| Aug 05 18:24:54.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
61162024-08-05T18:24:56.186Z[ recovery-image] Aug 05 18:24:54.543 INFO O| Aug 05 18:24:54.543 INFO STEP 800 (remove_files) COMPLETE
61172024-08-05T18:24:56.186Z[ recovery-image] Aug 05 18:24:54.543 INFO O| Aug 05 18:24:54.543 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-08-05T18:24:56.197Z[ recovery-image] Aug 05 18:24:54.554 INFO O| Aug 05 18:24:54.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
61192024-08-05T18:24:56.197Z[ recovery-image] Aug 05 18:24:54.554 INFO O| Aug 05 18:24:54.554 INFO STEP 801 (remove_files) COMPLETE
61202024-08-05T18:24:56.197Z[ recovery-image] Aug 05 18:24:54.554 INFO O| Aug 05 18:24:54.554 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-08-05T18:24:56.208Z[ recovery-image] Aug 05 18:24:54.565 INFO O| Aug 05 18:24:54.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
61222024-08-05T18:24:56.211Z[ recovery-image] Aug 05 18:24:54.565 INFO O| Aug 05 18:24:54.565 INFO STEP 802 (remove_files) COMPLETE
61232024-08-05T18:24:56.211Z[ recovery-image] Aug 05 18:24:54.565 INFO O| Aug 05 18:24:54.565 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-08-05T18:24:56.218Z[ recovery-image] Aug 05 18:24:54.575 INFO O| Aug 05 18:24:54.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
61252024-08-05T18:24:56.221Z[ recovery-image] Aug 05 18:24:54.575 INFO O| Aug 05 18:24:54.575 INFO STEP 803 (remove_files) COMPLETE
61262024-08-05T18:24:56.221Z[ recovery-image] Aug 05 18:24:54.575 INFO O| Aug 05 18:24:54.575 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-08-05T18:24:56.228Z[ recovery-image] Aug 05 18:24:54.585 INFO O| Aug 05 18:24:54.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
61282024-08-05T18:24:56.228Z[ recovery-image] Aug 05 18:24:54.585 INFO O| Aug 05 18:24:54.585 INFO STEP 804 (remove_files) COMPLETE
61292024-08-05T18:24:56.231Z[ recovery-image] Aug 05 18:24:54.585 INFO O| Aug 05 18:24:54.585 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-08-05T18:24:56.238Z[ recovery-image] Aug 05 18:24:54.595 INFO O| Aug 05 18:24:54.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
61312024-08-05T18:24:56.238Z[ recovery-image] Aug 05 18:24:54.595 INFO O| Aug 05 18:24:54.595 INFO STEP 805 (remove_files) COMPLETE
61322024-08-05T18:24:56.238Z[ recovery-image] Aug 05 18:24:54.595 INFO O| Aug 05 18:24:54.595 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-08-05T18:24:56.247Z[ recovery-image] Aug 05 18:24:54.605 INFO O| Aug 05 18:24:54.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
61342024-08-05T18:24:56.247Z[ recovery-image] Aug 05 18:24:54.605 INFO O| Aug 05 18:24:54.605 INFO STEP 806 (remove_files) COMPLETE
61352024-08-05T18:24:56.247Z[ recovery-image] Aug 05 18:24:54.605 INFO O| Aug 05 18:24:54.605 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-08-05T18:24:56.257Z[ recovery-image] Aug 05 18:24:54.614 INFO O| Aug 05 18:24:54.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
61372024-08-05T18:24:56.257Z[ recovery-image] Aug 05 18:24:54.614 INFO O| Aug 05 18:24:54.614 INFO STEP 807 (remove_files) COMPLETE
61382024-08-05T18:24:56.257Z[ recovery-image] Aug 05 18:24:54.614 INFO O| Aug 05 18:24:54.614 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-08-05T18:24:56.267Z[ recovery-image] Aug 05 18:24:54.624 INFO O| Aug 05 18:24:54.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
61402024-08-05T18:24:56.267Z[ recovery-image] Aug 05 18:24:54.624 INFO O| Aug 05 18:24:54.624 INFO STEP 808 (remove_files) COMPLETE
61412024-08-05T18:24:56.267Z[ recovery-image] Aug 05 18:24:54.624 INFO O| Aug 05 18:24:54.624 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-08-05T18:24:56.277Z[ recovery-image] Aug 05 18:24:54.634 INFO O| Aug 05 18:24:54.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
61432024-08-05T18:24:56.277Z[ recovery-image] Aug 05 18:24:54.634 INFO O| Aug 05 18:24:54.634 INFO STEP 809 (remove_files) COMPLETE
61442024-08-05T18:24:56.280Z[ recovery-image] Aug 05 18:24:54.634 INFO O| Aug 05 18:24:54.634 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-08-05T18:24:56.286Z[ recovery-image] Aug 05 18:24:54.644 INFO O| Aug 05 18:24:54.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
61462024-08-05T18:24:56.287Z[ recovery-image] Aug 05 18:24:54.644 INFO O| Aug 05 18:24:54.644 INFO STEP 810 (remove_files) COMPLETE
61472024-08-05T18:24:56.287Z[ recovery-image] Aug 05 18:24:54.644 INFO O| Aug 05 18:24:54.644 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-08-05T18:24:56.296Z[ recovery-image] Aug 05 18:24:54.653 INFO O| Aug 05 18:24:54.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
61492024-08-05T18:24:56.299Z[ recovery-image] Aug 05 18:24:54.654 INFO O| Aug 05 18:24:54.654 INFO STEP 811 (remove_files) COMPLETE
61502024-08-05T18:24:56.299Z[ recovery-image] Aug 05 18:24:54.654 INFO O| Aug 05 18:24:54.654 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-08-05T18:24:56.306Z[ recovery-image] Aug 05 18:24:54.663 INFO O| Aug 05 18:24:54.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
61522024-08-05T18:24:56.309Z[ recovery-image] Aug 05 18:24:54.663 INFO O| Aug 05 18:24:54.663 INFO STEP 812 (remove_files) COMPLETE
61532024-08-05T18:24:56.309Z[ recovery-image] Aug 05 18:24:54.663 INFO O| Aug 05 18:24:54.663 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-08-05T18:24:56.316Z[ recovery-image] Aug 05 18:24:54.673 INFO O| Aug 05 18:24:54.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
61552024-08-05T18:24:56.316Z[ recovery-image] Aug 05 18:24:54.673 INFO O| Aug 05 18:24:54.673 INFO STEP 813 (remove_files) COMPLETE
61562024-08-05T18:24:56.319Z[ recovery-image] Aug 05 18:24:54.673 INFO O| Aug 05 18:24:54.673 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-08-05T18:24:56.325Z[ recovery-image] Aug 05 18:24:54.683 INFO O| Aug 05 18:24:54.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
61582024-08-05T18:24:56.329Z[ recovery-image] Aug 05 18:24:54.683 INFO O| Aug 05 18:24:54.683 INFO STEP 814 (remove_files) COMPLETE
61592024-08-05T18:24:56.329Z[ recovery-image] Aug 05 18:24:54.683 INFO O| Aug 05 18:24:54.683 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-08-05T18:24:56.335Z[ recovery-image] Aug 05 18:24:54.692 INFO O| Aug 05 18:24:54.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
61612024-08-05T18:24:56.338Z[ recovery-image] Aug 05 18:24:54.692 INFO O| Aug 05 18:24:54.692 INFO STEP 815 (remove_files) COMPLETE
61622024-08-05T18:24:56.338Z[ recovery-image] Aug 05 18:24:54.692 INFO O| Aug 05 18:24:54.692 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-08-05T18:24:56.345Z[ recovery-image] Aug 05 18:24:54.702 INFO O| Aug 05 18:24:54.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
61642024-08-05T18:24:56.345Z[ recovery-image] Aug 05 18:24:54.702 INFO O| Aug 05 18:24:54.702 INFO STEP 816 (remove_files) COMPLETE
61652024-08-05T18:24:56.348Z[ recovery-image] Aug 05 18:24:54.702 INFO O| Aug 05 18:24:54.702 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-08-05T18:24:56.354Z[ recovery-image] Aug 05 18:24:54.711 INFO O| Aug 05 18:24:54.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
61672024-08-05T18:24:56.354Z[ recovery-image] Aug 05 18:24:54.711 INFO O| Aug 05 18:24:54.711 INFO STEP 817 (remove_files) COMPLETE
61682024-08-05T18:24:56.358Z[ recovery-image] Aug 05 18:24:54.712 INFO O| Aug 05 18:24:54.711 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-08-05T18:24:56.364Z[ recovery-image] Aug 05 18:24:54.721 INFO O| Aug 05 18:24:54.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
61702024-08-05T18:24:56.367Z[ recovery-image] Aug 05 18:24:54.721 INFO O| Aug 05 18:24:54.721 INFO STEP 818 (remove_files) COMPLETE
61712024-08-05T18:24:56.367Z[ recovery-image] Aug 05 18:24:54.721 INFO O| Aug 05 18:24:54.721 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-08-05T18:24:56.374Z[ recovery-image] Aug 05 18:24:54.731 INFO O| Aug 05 18:24:54.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
61732024-08-05T18:24:56.378Z[ recovery-image] Aug 05 18:24:54.731 INFO O| Aug 05 18:24:54.731 INFO STEP 819 (remove_files) COMPLETE
61742024-08-05T18:24:56.378Z[ recovery-image] Aug 05 18:24:54.731 INFO O| Aug 05 18:24:54.731 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-08-05T18:24:56.383Z[ recovery-image] Aug 05 18:24:54.740 INFO O| Aug 05 18:24:54.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
61762024-08-05T18:24:56.383Z[ recovery-image] Aug 05 18:24:54.740 INFO O| Aug 05 18:24:54.740 INFO STEP 820 (remove_files) COMPLETE
61772024-08-05T18:24:56.386Z[ recovery-image] Aug 05 18:24:54.740 INFO O| Aug 05 18:24:54.740 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-08-05T18:24:56.392Z[ recovery-image] Aug 05 18:24:54.749 INFO O| Aug 05 18:24:54.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
61792024-08-05T18:24:56.395Z[ recovery-image] Aug 05 18:24:54.750 INFO O| Aug 05 18:24:54.750 INFO STEP 821 (remove_files) COMPLETE
61802024-08-05T18:24:56.395Z[ recovery-image] Aug 05 18:24:54.750 INFO O| Aug 05 18:24:54.750 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-08-05T18:24:56.403Z[ recovery-image] Aug 05 18:24:54.759 INFO O| Aug 05 18:24:54.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
61822024-08-05T18:24:56.406Z[ recovery-image] Aug 05 18:24:54.759 INFO O| Aug 05 18:24:54.759 INFO STEP 822 (remove_files) COMPLETE
61832024-08-05T18:24:56.406Z[ recovery-image] Aug 05 18:24:54.759 INFO O| Aug 05 18:24:54.759 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-08-05T18:24:56.411Z[ recovery-image] Aug 05 18:24:54.769 INFO O| Aug 05 18:24:54.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
61852024-08-05T18:24:56.414Z[ recovery-image] Aug 05 18:24:54.769 INFO O| Aug 05 18:24:54.769 INFO STEP 823 (remove_files) COMPLETE
61862024-08-05T18:24:56.414Z[ recovery-image] Aug 05 18:24:54.769 INFO O| Aug 05 18:24:54.769 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-08-05T18:24:56.421Z[ recovery-image] Aug 05 18:24:54.778 INFO O| Aug 05 18:24:54.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
61882024-08-05T18:24:56.424Z[ recovery-image] Aug 05 18:24:54.779 INFO O| Aug 05 18:24:54.779 INFO STEP 824 (remove_files) COMPLETE
61892024-08-05T18:24:56.424Z[ recovery-image] Aug 05 18:24:54.779 INFO O| Aug 05 18:24:54.779 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-08-05T18:24:56.431Z[ recovery-image] Aug 05 18:24:54.789 INFO O| Aug 05 18:24:54.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
61912024-08-05T18:24:56.431Z[ recovery-image] Aug 05 18:24:54.789 INFO O| Aug 05 18:24:54.789 INFO STEP 825 (remove_files) COMPLETE
61922024-08-05T18:24:56.435Z[ recovery-image] Aug 05 18:24:54.789 INFO O| Aug 05 18:24:54.789 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-08-05T18:24:56.441Z[ recovery-image] Aug 05 18:24:54.798 INFO O| Aug 05 18:24:54.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
61942024-08-05T18:24:56.442Z[ recovery-image] Aug 05 18:24:54.798 INFO O| Aug 05 18:24:54.798 INFO STEP 826 (remove_files) COMPLETE
61952024-08-05T18:24:56.446Z[ recovery-image] Aug 05 18:24:54.798 INFO O| Aug 05 18:24:54.798 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-08-05T18:24:56.451Z[ recovery-image] Aug 05 18:24:54.808 INFO O| Aug 05 18:24:54.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
61972024-08-05T18:24:56.451Z[ recovery-image] Aug 05 18:24:54.808 INFO O| Aug 05 18:24:54.808 INFO STEP 827 (remove_files) COMPLETE
61982024-08-05T18:24:56.455Z[ recovery-image] Aug 05 18:24:54.808 INFO O| Aug 05 18:24:54.808 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-08-05T18:24:56.461Z[ recovery-image] Aug 05 18:24:54.818 INFO O| Aug 05 18:24:54.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
62002024-08-05T18:24:56.461Z[ recovery-image] Aug 05 18:24:54.818 INFO O| Aug 05 18:24:54.818 INFO STEP 828 (remove_files) COMPLETE
62012024-08-05T18:24:56.467Z[ recovery-image] Aug 05 18:24:54.818 INFO O| Aug 05 18:24:54.818 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-08-05T18:24:56.477Z[ recovery-image] Aug 05 18:24:54.828 INFO O| Aug 05 18:24:54.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
62032024-08-05T18:24:56.478Z[ recovery-image] Aug 05 18:24:54.828 INFO O| Aug 05 18:24:54.828 INFO STEP 829 (remove_files) COMPLETE
62042024-08-05T18:24:56.478Z[ recovery-image] Aug 05 18:24:54.828 INFO O| Aug 05 18:24:54.828 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-08-05T18:24:56.482Z[ recovery-image] Aug 05 18:24:54.838 INFO O| Aug 05 18:24:54.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
62062024-08-05T18:24:56.482Z[ recovery-image] Aug 05 18:24:54.838 INFO O| Aug 05 18:24:54.838 INFO STEP 830 (remove_files) COMPLETE
62072024-08-05T18:24:56.482Z[ recovery-image] Aug 05 18:24:54.838 INFO O| Aug 05 18:24:54.838 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-08-05T18:24:56.491Z[ recovery-image] Aug 05 18:24:54.848 INFO O| Aug 05 18:24:54.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
62092024-08-05T18:24:56.491Z[ recovery-image] Aug 05 18:24:54.848 INFO O| Aug 05 18:24:54.848 INFO STEP 831 (remove_files) COMPLETE
62102024-08-05T18:24:56.494Z[ recovery-image] Aug 05 18:24:54.848 INFO O| Aug 05 18:24:54.848 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-08-05T18:24:56.500Z[ recovery-image] Aug 05 18:24:54.858 INFO O| Aug 05 18:24:54.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
62122024-08-05T18:24:56.501Z[ recovery-image] Aug 05 18:24:54.858 INFO O| Aug 05 18:24:54.858 INFO STEP 832 (remove_files) COMPLETE
62132024-08-05T18:24:56.503Z[ recovery-image] Aug 05 18:24:54.858 INFO O| Aug 05 18:24:54.858 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-08-05T18:24:56.510Z[ recovery-image] Aug 05 18:24:54.868 INFO O| Aug 05 18:24:54.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
62152024-08-05T18:24:56.511Z[ recovery-image] Aug 05 18:24:54.868 INFO O| Aug 05 18:24:54.868 INFO STEP 833 (remove_files) COMPLETE
62162024-08-05T18:24:56.513Z[ recovery-image] Aug 05 18:24:54.868 INFO O| Aug 05 18:24:54.868 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-08-05T18:24:56.520Z[ recovery-image] Aug 05 18:24:54.878 INFO O| Aug 05 18:24:54.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
62182024-08-05T18:24:56.520Z[ recovery-image] Aug 05 18:24:54.878 INFO O| Aug 05 18:24:54.878 INFO STEP 834 (remove_files) COMPLETE
62192024-08-05T18:24:56.523Z[ recovery-image] Aug 05 18:24:54.878 INFO O| Aug 05 18:24:54.878 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-08-05T18:24:56.530Z[ recovery-image] Aug 05 18:24:54.887 INFO O| Aug 05 18:24:54.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
62212024-08-05T18:24:56.533Z[ recovery-image] Aug 05 18:24:54.887 INFO O| Aug 05 18:24:54.887 INFO STEP 835 (remove_files) COMPLETE
62222024-08-05T18:24:56.533Z[ recovery-image] Aug 05 18:24:54.887 INFO O| Aug 05 18:24:54.887 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-08-05T18:24:56.540Z[ recovery-image] Aug 05 18:24:54.897 INFO O| Aug 05 18:24:54.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
62242024-08-05T18:24:56.540Z[ recovery-image] Aug 05 18:24:54.897 INFO O| Aug 05 18:24:54.897 INFO STEP 836 (remove_files) COMPLETE
62252024-08-05T18:24:56.543Z[ recovery-image] Aug 05 18:24:54.897 INFO O| Aug 05 18:24:54.897 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-08-05T18:24:56.543Z[ host-image] Aug 05 18:24:54.899 INFO O| Aug 05 18:24:54.899 INFO O| Planning: Solver setup ... Done
62272024-08-05T18:24:56.545Z[ host-image] Aug 05 18:24:54.903 INFO O| Aug 05 18:24:54.902 INFO O| Planning: Running solver ... Done
62282024-08-05T18:24:56.550Z[ recovery-image] Aug 05 18:24:54.907 INFO O| Aug 05 18:24:54.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
62292024-08-05T18:24:56.553Z[ recovery-image] Aug 05 18:24:54.907 INFO O| Aug 05 18:24:54.907 INFO STEP 837 (remove_files) COMPLETE
62302024-08-05T18:24:56.553Z[ recovery-image] Aug 05 18:24:54.907 INFO O| Aug 05 18:24:54.907 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-08-05T18:24:56.560Z[ recovery-image] Aug 05 18:24:54.917 INFO O| Aug 05 18:24:54.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
62322024-08-05T18:24:56.560Z[ recovery-image] Aug 05 18:24:54.918 INFO O| Aug 05 18:24:54.917 INFO STEP 838 (remove_files) COMPLETE
62332024-08-05T18:24:56.563Z[ recovery-image] Aug 05 18:24:54.918 INFO O| Aug 05 18:24:54.917 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-08-05T18:24:56.570Z[ recovery-image] Aug 05 18:24:54.928 INFO O| Aug 05 18:24:54.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
62352024-08-05T18:24:56.573Z[ recovery-image] Aug 05 18:24:54.928 INFO O| Aug 05 18:24:54.928 INFO STEP 839 (remove_files) COMPLETE
62362024-08-05T18:24:56.573Z[ recovery-image] Aug 05 18:24:54.928 INFO O| Aug 05 18:24:54.928 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-08-05T18:24:56.581Z[ recovery-image] Aug 05 18:24:54.938 INFO O| Aug 05 18:24:54.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
62382024-08-05T18:24:56.581Z[ recovery-image] Aug 05 18:24:54.938 INFO O| Aug 05 18:24:54.938 INFO STEP 840 (remove_files) COMPLETE
62392024-08-05T18:24:56.583Z[ recovery-image] Aug 05 18:24:54.938 INFO O| Aug 05 18:24:54.938 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-08-05T18:24:56.583Z[ host-image] Aug 05 18:24:54.939 INFO O| Aug 05 18:24:54.938 INFO O| Planning: Finding local manifests ... Done
62412024-08-05T18:24:56.583Z[ host-image] Aug 05 18:24:54.939 INFO O| Aug 05 18:24:54.939 INFO O| Planning: Fetching manifests: 0/1 0% complete
62422024-08-05T18:24:56.592Z[ recovery-image] Aug 05 18:24:54.950 INFO O| Aug 05 18:24:54.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
62432024-08-05T18:24:56.592Z[ recovery-image] Aug 05 18:24:54.950 INFO O| Aug 05 18:24:54.950 INFO STEP 841 (remove_files) COMPLETE
62442024-08-05T18:24:56.595Z[ recovery-image] Aug 05 18:24:54.950 INFO O| Aug 05 18:24:54.950 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-08-05T18:24:56.603Z[ recovery-image] Aug 05 18:24:54.960 INFO O| Aug 05 18:24:54.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
62462024-08-05T18:24:56.603Z[ recovery-image] Aug 05 18:24:54.960 INFO O| Aug 05 18:24:54.960 INFO STEP 842 (remove_files) COMPLETE
62472024-08-05T18:24:56.606Z[ recovery-image] Aug 05 18:24:54.960 INFO O| Aug 05 18:24:54.960 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-08-05T18:24:56.612Z[ recovery-image] Aug 05 18:24:54.970 INFO O| Aug 05 18:24:54.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
62492024-08-05T18:24:56.612Z[ recovery-image] Aug 05 18:24:54.970 INFO O| Aug 05 18:24:54.970 INFO STEP 843 (remove_files) COMPLETE
62502024-08-05T18:24:56.612Z[ recovery-image] Aug 05 18:24:54.970 INFO O| Aug 05 18:24:54.970 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-08-05T18:24:56.622Z[ recovery-image] Aug 05 18:24:54.980 INFO O| Aug 05 18:24:54.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
62522024-08-05T18:24:56.625Z[ recovery-image] Aug 05 18:24:54.980 INFO O| Aug 05 18:24:54.980 INFO STEP 844 (remove_files) COMPLETE
62532024-08-05T18:24:56.625Z[ recovery-image] Aug 05 18:24:54.980 INFO O| Aug 05 18:24:54.980 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-08-05T18:24:56.632Z[ recovery-image] Aug 05 18:24:54.990 INFO O| Aug 05 18:24:54.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
62552024-08-05T18:24:56.632Z[ recovery-image] Aug 05 18:24:54.990 INFO O| Aug 05 18:24:54.990 INFO STEP 845 (remove_files) COMPLETE
62562024-08-05T18:24:56.635Z[ recovery-image] Aug 05 18:24:54.990 INFO O| Aug 05 18:24:54.990 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-08-05T18:24:56.642Z[ host-image] Aug 05 18:24:54.999 INFO O| Aug 05 18:24:54.999 INFO O| Planning: Fetching manifests: 1/1 100% complete
62582024-08-05T18:24:56.645Z[ recovery-image] Aug 05 18:24:55.000 INFO O| Aug 05 18:24:55.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
62592024-08-05T18:24:56.645Z[ recovery-image] Aug 05 18:24:55.000 INFO O| Aug 05 18:24:55.000 INFO STEP 846 (remove_files) COMPLETE
62602024-08-05T18:24:56.645Z[ recovery-image] Aug 05 18:24:55.000 INFO O| Aug 05 18:24:55.000 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-08-05T18:24:56.653Z[ recovery-image] Aug 05 18:24:55.011 INFO O| Aug 05 18:24:55.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
62622024-08-05T18:24:56.656Z[ recovery-image] Aug 05 18:24:55.011 INFO O| Aug 05 18:24:55.011 INFO STEP 847 (remove_files) COMPLETE
62632024-08-05T18:24:56.657Z[ recovery-image] Aug 05 18:24:55.011 INFO O| Aug 05 18:24:55.011 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-08-05T18:24:56.661Z[ host-image] Aug 05 18:24:55.018 INFO O| Aug 05 18:24:55.018 INFO O| Planning: Package planning ... Done
62652024-08-05T18:24:56.664Z[ host-image] Aug 05 18:24:55.019 INFO O| Aug 05 18:24:55.019 INFO O| Planning: Merging actions ... Done
62662024-08-05T18:24:56.664Z[ recovery-image] Aug 05 18:24:55.021 INFO O| Aug 05 18:24:55.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
62672024-08-05T18:24:56.664Z[ recovery-image] Aug 05 18:24:55.021 INFO O| Aug 05 18:24:55.021 INFO STEP 848 (remove_files) COMPLETE
62682024-08-05T18:24:56.664Z[ recovery-image] Aug 05 18:24:55.021 INFO O| Aug 05 18:24:55.021 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-08-05T18:24:56.674Z[ recovery-image] Aug 05 18:24:55.031 INFO O| Aug 05 18:24:55.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
62702024-08-05T18:24:56.674Z[ recovery-image] Aug 05 18:24:55.031 INFO O| Aug 05 18:24:55.031 INFO STEP 849 (remove_files) COMPLETE
62712024-08-05T18:24:56.677Z[ recovery-image] Aug 05 18:24:55.031 INFO O| Aug 05 18:24:55.031 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-08-05T18:24:56.683Z[ recovery-image] Aug 05 18:24:55.041 INFO O| Aug 05 18:24:55.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
62732024-08-05T18:24:56.686Z[ recovery-image] Aug 05 18:24:55.041 INFO O| Aug 05 18:24:55.041 INFO STEP 850 (remove_files) COMPLETE
62742024-08-05T18:24:56.686Z[ recovery-image] Aug 05 18:24:55.041 INFO O| Aug 05 18:24:55.041 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-08-05T18:24:56.693Z[ recovery-image] Aug 05 18:24:55.050 INFO O| Aug 05 18:24:55.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
62762024-08-05T18:24:56.696Z[ recovery-image] Aug 05 18:24:55.051 INFO O| Aug 05 18:24:55.051 INFO STEP 851 (remove_files) COMPLETE
62772024-08-05T18:24:56.696Z[ recovery-image] Aug 05 18:24:55.051 INFO O| Aug 05 18:24:55.051 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-08-05T18:24:56.703Z[ recovery-image] Aug 05 18:24:55.060 INFO O| Aug 05 18:24:55.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
62792024-08-05T18:24:56.703Z[ recovery-image] Aug 05 18:24:55.060 INFO O| Aug 05 18:24:55.060 INFO STEP 852 (remove_files) COMPLETE
62802024-08-05T18:24:56.706Z[ recovery-image] Aug 05 18:24:55.060 INFO O| Aug 05 18:24:55.060 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-08-05T18:24:56.713Z[ recovery-image] Aug 05 18:24:55.070 INFO O| Aug 05 18:24:55.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
62822024-08-05T18:24:56.713Z[ recovery-image] Aug 05 18:24:55.070 INFO O| Aug 05 18:24:55.070 INFO STEP 853 (remove_files) COMPLETE
62832024-08-05T18:24:56.713Z[ recovery-image] Aug 05 18:24:55.070 INFO O| Aug 05 18:24:55.070 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-08-05T18:24:56.722Z[ host-image] Aug 05 18:24:55.079 INFO O| Aug 05 18:24:55.079 INFO O| Planning: Checking for conflicting actions ... Done
62852024-08-05T18:24:56.724Z[ host-image] Aug 05 18:24:55.079 INFO O| Aug 05 18:24:55.079 INFO O| Planning: Consolidating action changes ... Done
62862024-08-05T18:24:56.725Z[ recovery-image] Aug 05 18:24:55.080 INFO O| Aug 05 18:24:55.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
62872024-08-05T18:24:56.725Z[ recovery-image] Aug 05 18:24:55.080 INFO O| Aug 05 18:24:55.080 INFO STEP 854 (remove_files) COMPLETE
62882024-08-05T18:24:56.725Z[ recovery-image] Aug 05 18:24:55.080 INFO O| Aug 05 18:24:55.080 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-08-05T18:24:56.735Z[ recovery-image] Aug 05 18:24:55.092 INFO O| Aug 05 18:24:55.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
62902024-08-05T18:24:56.738Z[ recovery-image] Aug 05 18:24:55.092 INFO O| Aug 05 18:24:55.092 INFO STEP 855 (remove_files) COMPLETE
62912024-08-05T18:24:56.738Z[ recovery-image] Aug 05 18:24:55.092 INFO O| Aug 05 18:24:55.092 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-08-05T18:24:56.745Z[ recovery-image] Aug 05 18:24:55.102 INFO O| Aug 05 18:24:55.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
62932024-08-05T18:24:56.745Z[ recovery-image] Aug 05 18:24:55.102 INFO O| Aug 05 18:24:55.102 INFO STEP 856 (remove_files) COMPLETE
62942024-08-05T18:24:56.748Z[ recovery-image] Aug 05 18:24:55.102 INFO O| Aug 05 18:24:55.102 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-08-05T18:24:56.757Z[ recovery-image] Aug 05 18:24:55.114 INFO O| Aug 05 18:24:55.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
62962024-08-05T18:24:56.760Z[ recovery-image] Aug 05 18:24:55.115 INFO O| Aug 05 18:24:55.114 INFO STEP 857 (remove_files) COMPLETE
62972024-08-05T18:24:56.760Z[ recovery-image] Aug 05 18:24:55.115 INFO O| Aug 05 18:24:55.115 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-08-05T18:24:56.769Z[ recovery-image] Aug 05 18:24:55.126 INFO O| Aug 05 18:24:55.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
62992024-08-05T18:24:56.772Z[ recovery-image] Aug 05 18:24:55.126 INFO O| Aug 05 18:24:55.126 INFO STEP 858 (remove_files) COMPLETE
63002024-08-05T18:24:56.772Z[ recovery-image] Aug 05 18:24:55.126 INFO O| Aug 05 18:24:55.126 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-08-05T18:24:56.778Z[ recovery-image] Aug 05 18:24:55.136 INFO O| Aug 05 18:24:55.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
63022024-08-05T18:24:56.779Z[ recovery-image] Aug 05 18:24:55.136 INFO O| Aug 05 18:24:55.136 INFO STEP 859 (remove_files) COMPLETE
63032024-08-05T18:24:56.779Z[ recovery-image] Aug 05 18:24:55.136 INFO O| Aug 05 18:24:55.136 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-08-05T18:24:56.790Z[ recovery-image] Aug 05 18:24:55.147 INFO O| Aug 05 18:24:55.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
63052024-08-05T18:24:56.790Z[ recovery-image] Aug 05 18:24:55.147 INFO O| Aug 05 18:24:55.147 INFO STEP 860 (remove_files) COMPLETE
63062024-08-05T18:24:56.790Z[ recovery-image] Aug 05 18:24:55.147 INFO O| Aug 05 18:24:55.147 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-08-05T18:24:56.800Z[ recovery-image] Aug 05 18:24:55.157 INFO O| Aug 05 18:24:55.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
63082024-08-05T18:24:56.803Z[ recovery-image] Aug 05 18:24:55.157 INFO O| Aug 05 18:24:55.157 INFO STEP 861 (remove_files) COMPLETE
63092024-08-05T18:24:56.803Z[ recovery-image] Aug 05 18:24:55.157 INFO O| Aug 05 18:24:55.157 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-08-05T18:24:56.810Z[ recovery-image] Aug 05 18:24:55.167 INFO O| Aug 05 18:24:55.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
63112024-08-05T18:24:56.813Z[ recovery-image] Aug 05 18:24:55.167 INFO O| Aug 05 18:24:55.167 INFO STEP 862 (remove_files) COMPLETE
63122024-08-05T18:24:56.813Z[ recovery-image] Aug 05 18:24:55.167 INFO O| Aug 05 18:24:55.167 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-08-05T18:24:56.821Z[ recovery-image] Aug 05 18:24:55.178 INFO O| Aug 05 18:24:55.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
63142024-08-05T18:24:56.821Z[ recovery-image] Aug 05 18:24:55.178 INFO O| Aug 05 18:24:55.178 INFO STEP 863 (remove_files) COMPLETE
63152024-08-05T18:24:56.823Z[ recovery-image] Aug 05 18:24:55.178 INFO O| Aug 05 18:24:55.178 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-08-05T18:24:56.834Z[ recovery-image] Aug 05 18:24:55.191 INFO O| Aug 05 18:24:55.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
63172024-08-05T18:24:56.834Z[ recovery-image] Aug 05 18:24:55.191 INFO O| Aug 05 18:24:55.191 INFO STEP 864 (remove_files) COMPLETE
63182024-08-05T18:24:56.834Z[ recovery-image] Aug 05 18:24:55.191 INFO O| Aug 05 18:24:55.191 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-08-05T18:24:56.846Z[ recovery-image] Aug 05 18:24:55.203 INFO O| Aug 05 18:24:55.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
63202024-08-05T18:24:56.846Z[ recovery-image] Aug 05 18:24:55.203 INFO O| Aug 05 18:24:55.203 INFO STEP 865 (remove_files) COMPLETE
63212024-08-05T18:24:56.849Z[ recovery-image] Aug 05 18:24:55.203 INFO O| Aug 05 18:24:55.203 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-08-05T18:24:56.857Z[ recovery-image] Aug 05 18:24:55.215 INFO O| Aug 05 18:24:55.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
63232024-08-05T18:24:56.857Z[ recovery-image] Aug 05 18:24:55.215 INFO O| Aug 05 18:24:55.215 INFO STEP 866 (remove_files) COMPLETE
63242024-08-05T18:24:56.860Z[ recovery-image] Aug 05 18:24:55.215 INFO O| Aug 05 18:24:55.215 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-08-05T18:24:56.869Z[ recovery-image] Aug 05 18:24:55.226 INFO O| Aug 05 18:24:55.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
63262024-08-05T18:24:56.869Z[ recovery-image] Aug 05 18:24:55.226 INFO O| Aug 05 18:24:55.226 INFO STEP 867 (remove_files) COMPLETE
63272024-08-05T18:24:56.872Z[ recovery-image] Aug 05 18:24:55.226 INFO O| Aug 05 18:24:55.226 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-08-05T18:24:56.880Z[ recovery-image] Aug 05 18:24:55.237 INFO O| Aug 05 18:24:55.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
63292024-08-05T18:24:56.880Z[ recovery-image] Aug 05 18:24:55.237 INFO O| Aug 05 18:24:55.237 INFO STEP 868 (remove_files) COMPLETE
63302024-08-05T18:24:56.880Z[ recovery-image] Aug 05 18:24:55.237 INFO O| Aug 05 18:24:55.237 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-08-05T18:24:56.890Z[ recovery-image] Aug 05 18:24:55.247 INFO O| Aug 05 18:24:55.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
63322024-08-05T18:24:56.890Z[ recovery-image] Aug 05 18:24:55.247 INFO O| Aug 05 18:24:55.247 INFO STEP 869 (remove_files) COMPLETE
63332024-08-05T18:24:56.893Z[ recovery-image] Aug 05 18:24:55.247 INFO O| Aug 05 18:24:55.247 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-08-05T18:24:56.901Z[ recovery-image] Aug 05 18:24:55.258 INFO O| Aug 05 18:24:55.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
63352024-08-05T18:24:56.901Z[ recovery-image] Aug 05 18:24:55.258 INFO O| Aug 05 18:24:55.258 INFO STEP 870 (remove_files) COMPLETE
63362024-08-05T18:24:56.901Z[ recovery-image] Aug 05 18:24:55.258 INFO O| Aug 05 18:24:55.258 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-08-05T18:24:56.911Z[ recovery-image] Aug 05 18:24:55.268 INFO O| Aug 05 18:24:55.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
63382024-08-05T18:24:56.911Z[ recovery-image] Aug 05 18:24:55.268 INFO O| Aug 05 18:24:55.268 INFO STEP 871 (remove_files) COMPLETE
63392024-08-05T18:24:56.914Z[ recovery-image] Aug 05 18:24:55.268 INFO O| Aug 05 18:24:55.268 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-08-05T18:24:56.921Z[ recovery-image] Aug 05 18:24:55.278 INFO O| Aug 05 18:24:55.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
63412024-08-05T18:24:56.921Z[ recovery-image] Aug 05 18:24:55.278 INFO O| Aug 05 18:24:55.278 INFO STEP 872 (remove_files) COMPLETE
63422024-08-05T18:24:56.924Z[ recovery-image] Aug 05 18:24:55.278 INFO O| Aug 05 18:24:55.278 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-08-05T18:24:56.931Z[ recovery-image] Aug 05 18:24:55.288 INFO O| Aug 05 18:24:55.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
63442024-08-05T18:24:56.933Z[ recovery-image] Aug 05 18:24:55.288 INFO O| Aug 05 18:24:55.288 INFO STEP 873 (remove_files) COMPLETE
63452024-08-05T18:24:56.934Z[ recovery-image] Aug 05 18:24:55.288 INFO O| Aug 05 18:24:55.288 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-08-05T18:24:56.940Z[ recovery-image] Aug 05 18:24:55.298 INFO O| Aug 05 18:24:55.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
63472024-08-05T18:24:56.941Z[ recovery-image] Aug 05 18:24:55.298 INFO O| Aug 05 18:24:55.298 INFO STEP 874 (remove_files) COMPLETE
63482024-08-05T18:24:56.943Z[ recovery-image] Aug 05 18:24:55.298 INFO O| Aug 05 18:24:55.298 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-08-05T18:24:56.950Z[ recovery-image] Aug 05 18:24:55.308 INFO O| Aug 05 18:24:55.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
63502024-08-05T18:24:56.953Z[ recovery-image] Aug 05 18:24:55.308 INFO O| Aug 05 18:24:55.308 INFO STEP 875 (remove_files) COMPLETE
63512024-08-05T18:24:56.953Z[ recovery-image] Aug 05 18:24:55.308 INFO O| Aug 05 18:24:55.308 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-08-05T18:24:56.960Z[ recovery-image] Aug 05 18:24:55.317 INFO O| Aug 05 18:24:55.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
63532024-08-05T18:24:56.963Z[ recovery-image] Aug 05 18:24:55.318 INFO O| Aug 05 18:24:55.318 INFO STEP 876 (remove_files) COMPLETE
63542024-08-05T18:24:56.963Z[ recovery-image] Aug 05 18:24:55.318 INFO O| Aug 05 18:24:55.318 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-08-05T18:24:56.970Z[ recovery-image] Aug 05 18:24:55.327 INFO O| Aug 05 18:24:55.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
63562024-08-05T18:24:56.973Z[ recovery-image] Aug 05 18:24:55.328 INFO O| Aug 05 18:24:55.328 INFO STEP 877 (remove_files) COMPLETE
63572024-08-05T18:24:56.973Z[ recovery-image] Aug 05 18:24:55.328 INFO O| Aug 05 18:24:55.328 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-08-05T18:24:56.980Z[ recovery-image] Aug 05 18:24:55.337 INFO O| Aug 05 18:24:55.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
63592024-08-05T18:24:56.980Z[ recovery-image] Aug 05 18:24:55.338 INFO O| Aug 05 18:24:55.338 INFO STEP 878 (remove_files) COMPLETE
63602024-08-05T18:24:56.980Z[ recovery-image] Aug 05 18:24:55.338 INFO O| Aug 05 18:24:55.338 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-08-05T18:24:56.984Z[ host-image] Aug 05 18:24:55.341 INFO O| Aug 05 18:24:55.341 INFO O| Planning: Evaluating mediators ... Done
63622024-08-05T18:24:56.987Z[ host-image] Aug 05 18:24:55.342 INFO O| Aug 05 18:24:55.342 INFO O| Planning: Planning completed in 1.77 seconds
63632024-08-05T18:24:56.987Z[ host-image] Aug 05 18:24:55.343 INFO O| Aug 05 18:24:55.343 INFO O| Packages to install: 1
63642024-08-05T18:24:56.990Z[ recovery-image] Aug 05 18:24:55.348 INFO O| Aug 05 18:24:55.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
63652024-08-05T18:24:56.990Z[ recovery-image] Aug 05 18:24:55.348 INFO O| Aug 05 18:24:55.348 INFO STEP 879 (remove_files) COMPLETE
63662024-08-05T18:24:56.993Z[ recovery-image] Aug 05 18:24:55.348 INFO O| Aug 05 18:24:55.348 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-08-05T18:24:56.997Z[ host-image] Aug 05 18:24:55.354 INFO O| Aug 05 18:24:55.354 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete
63682024-08-05T18:24:57.002Z[ recovery-image] Aug 05 18:24:55.359 INFO O| Aug 05 18:24:55.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
63692024-08-05T18:24:57.002Z[ recovery-image] Aug 05 18:24:55.359 INFO O| Aug 05 18:24:55.359 INFO STEP 880 (remove_files) COMPLETE
63702024-08-05T18:24:57.002Z[ recovery-image] Aug 05 18:24:55.359 INFO O| Aug 05 18:24:55.359 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-08-05T18:24:57.013Z[ recovery-image] Aug 05 18:24:55.371 INFO O| Aug 05 18:24:55.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
63722024-08-05T18:24:57.016Z[ recovery-image] Aug 05 18:24:55.371 INFO O| Aug 05 18:24:55.371 INFO STEP 881 (remove_files) COMPLETE
63732024-08-05T18:24:57.016Z[ recovery-image] Aug 05 18:24:55.371 INFO O| Aug 05 18:24:55.371 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-08-05T18:24:57.024Z[ recovery-image] Aug 05 18:24:55.382 INFO O| Aug 05 18:24:55.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
63752024-08-05T18:24:57.025Z[ recovery-image] Aug 05 18:24:55.382 INFO O| Aug 05 18:24:55.382 INFO STEP 882 (remove_files) COMPLETE
63762024-08-05T18:24:57.028Z[ recovery-image] Aug 05 18:24:55.382 INFO O| Aug 05 18:24:55.382 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-08-05T18:24:57.036Z[ recovery-image] Aug 05 18:24:55.394 INFO O| Aug 05 18:24:55.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
63782024-08-05T18:24:57.039Z[ recovery-image] Aug 05 18:24:55.394 INFO O| Aug 05 18:24:55.394 INFO STEP 883 (remove_files) COMPLETE
63792024-08-05T18:24:57.040Z[ recovery-image] Aug 05 18:24:55.394 INFO O| Aug 05 18:24:55.394 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-08-05T18:24:57.049Z[ recovery-image] Aug 05 18:24:55.406 INFO O| Aug 05 18:24:55.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
63812024-08-05T18:24:57.049Z[ recovery-image] Aug 05 18:24:55.407 INFO O| Aug 05 18:24:55.407 INFO STEP 884 (remove_files) COMPLETE
63822024-08-05T18:24:57.052Z[ recovery-image] Aug 05 18:24:55.407 INFO O| Aug 05 18:24:55.407 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-08-05T18:24:57.061Z[ recovery-image] Aug 05 18:24:55.418 INFO O| Aug 05 18:24:55.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
63842024-08-05T18:24:57.064Z[ recovery-image] Aug 05 18:24:55.418 INFO O| Aug 05 18:24:55.418 INFO STEP 885 (remove_files) COMPLETE
63852024-08-05T18:24:57.064Z[ recovery-image] Aug 05 18:24:55.418 INFO O| Aug 05 18:24:55.418 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-08-05T18:24:57.074Z[ recovery-image] Aug 05 18:24:55.431 INFO O| Aug 05 18:24:55.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
63872024-08-05T18:24:57.074Z[ recovery-image] Aug 05 18:24:55.431 INFO O| Aug 05 18:24:55.431 INFO STEP 886 (remove_files) COMPLETE
63882024-08-05T18:24:57.077Z[ recovery-image] Aug 05 18:24:55.431 INFO O| Aug 05 18:24:55.431 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-08-05T18:24:57.086Z[ recovery-image] Aug 05 18:24:55.443 INFO O| Aug 05 18:24:55.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
63902024-08-05T18:24:57.086Z[ recovery-image] Aug 05 18:24:55.443 INFO O| Aug 05 18:24:55.443 INFO STEP 887 (remove_files) COMPLETE
63912024-08-05T18:24:57.089Z[ recovery-image] Aug 05 18:24:55.443 INFO O| Aug 05 18:24:55.443 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-08-05T18:24:57.097Z[ recovery-image] Aug 05 18:24:55.454 INFO O| Aug 05 18:24:55.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
63932024-08-05T18:24:57.103Z[ recovery-image] Aug 05 18:24:55.454 INFO O| Aug 05 18:24:55.454 INFO STEP 888 (remove_files) COMPLETE
63942024-08-05T18:24:57.104Z[ recovery-image] Aug 05 18:24:55.454 INFO O| Aug 05 18:24:55.454 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-08-05T18:24:57.109Z[ recovery-image] Aug 05 18:24:55.464 INFO O| Aug 05 18:24:55.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
63962024-08-05T18:24:57.109Z[ recovery-image] Aug 05 18:24:55.464 INFO O| Aug 05 18:24:55.464 INFO STEP 889 (remove_files) COMPLETE
63972024-08-05T18:24:57.109Z[ recovery-image] Aug 05 18:24:55.464 INFO O| Aug 05 18:24:55.464 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-08-05T18:24:57.118Z[ recovery-image] Aug 05 18:24:55.475 INFO O| Aug 05 18:24:55.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
63992024-08-05T18:24:57.121Z[ recovery-image] Aug 05 18:24:55.475 INFO O| Aug 05 18:24:55.475 INFO STEP 890 (remove_files) COMPLETE
64002024-08-05T18:24:57.121Z[ recovery-image] Aug 05 18:24:55.475 INFO O| Aug 05 18:24:55.475 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-08-05T18:24:57.132Z[ recovery-image] Aug 05 18:24:55.489 INFO O| Aug 05 18:24:55.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
64022024-08-05T18:24:57.132Z[ recovery-image] Aug 05 18:24:55.489 INFO O| Aug 05 18:24:55.489 INFO STEP 891 (remove_files) COMPLETE
64032024-08-05T18:24:57.132Z[ recovery-image] Aug 05 18:24:55.489 INFO O| Aug 05 18:24:55.489 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-08-05T18:24:57.143Z[ recovery-image] Aug 05 18:24:55.500 INFO O| Aug 05 18:24:55.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
64052024-08-05T18:24:57.146Z[ recovery-image] Aug 05 18:24:55.500 INFO O| Aug 05 18:24:55.500 INFO STEP 892 (remove_files) COMPLETE
64062024-08-05T18:24:57.146Z[ recovery-image] Aug 05 18:24:55.500 INFO O| Aug 05 18:24:55.500 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-08-05T18:24:57.154Z[ recovery-image] Aug 05 18:24:55.511 INFO O| Aug 05 18:24:55.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
64082024-08-05T18:24:57.156Z[ recovery-image] Aug 05 18:24:55.511 INFO O| Aug 05 18:24:55.511 INFO STEP 893 (remove_files) COMPLETE
64092024-08-05T18:24:57.156Z[ recovery-image] Aug 05 18:24:55.511 INFO O| Aug 05 18:24:55.511 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-08-05T18:24:57.168Z[ recovery-image] Aug 05 18:24:55.525 INFO O| Aug 05 18:24:55.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
64112024-08-05T18:24:57.171Z[ recovery-image] Aug 05 18:24:55.525 INFO O| Aug 05 18:24:55.525 INFO STEP 894 (remove_files) COMPLETE
64122024-08-05T18:24:57.171Z[ recovery-image] Aug 05 18:24:55.525 INFO O| Aug 05 18:24:55.525 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-08-05T18:24:57.179Z[ recovery-image] Aug 05 18:24:55.536 INFO O| Aug 05 18:24:55.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
64142024-08-05T18:24:57.179Z[ recovery-image] Aug 05 18:24:55.536 INFO O| Aug 05 18:24:55.536 INFO STEP 895 (remove_files) COMPLETE
64152024-08-05T18:24:57.179Z[ recovery-image] Aug 05 18:24:55.536 INFO O| Aug 05 18:24:55.536 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-08-05T18:24:57.191Z[ recovery-image] Aug 05 18:24:55.548 INFO O| Aug 05 18:24:55.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
64172024-08-05T18:24:57.194Z[ recovery-image] Aug 05 18:24:55.548 INFO O| Aug 05 18:24:55.548 INFO STEP 896 (remove_files) COMPLETE
64182024-08-05T18:24:57.194Z[ recovery-image] Aug 05 18:24:55.548 INFO O| Aug 05 18:24:55.548 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-08-05T18:24:57.203Z[ recovery-image] Aug 05 18:24:55.560 INFO O| Aug 05 18:24:55.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
64202024-08-05T18:24:57.203Z[ recovery-image] Aug 05 18:24:55.561 INFO O| Aug 05 18:24:55.561 INFO STEP 897 (remove_files) COMPLETE
64212024-08-05T18:24:57.206Z[ recovery-image] Aug 05 18:24:55.561 INFO O| Aug 05 18:24:55.561 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-08-05T18:24:57.216Z[ recovery-image] Aug 05 18:24:55.573 INFO O| Aug 05 18:24:55.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
64232024-08-05T18:24:57.216Z[ recovery-image] Aug 05 18:24:55.573 INFO O| Aug 05 18:24:55.573 INFO STEP 898 (remove_files) COMPLETE
64242024-08-05T18:24:57.219Z[ recovery-image] Aug 05 18:24:55.573 INFO O| Aug 05 18:24:55.573 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-08-05T18:24:57.229Z[ recovery-image] Aug 05 18:24:55.586 INFO O| Aug 05 18:24:55.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
64262024-08-05T18:24:57.232Z[ recovery-image] Aug 05 18:24:55.586 INFO O| Aug 05 18:24:55.586 INFO STEP 899 (remove_files) COMPLETE
64272024-08-05T18:24:57.232Z[ recovery-image] Aug 05 18:24:55.586 INFO O| Aug 05 18:24:55.586 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-08-05T18:24:57.238Z[ recovery-image] Aug 05 18:24:55.596 INFO O| Aug 05 18:24:55.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
64292024-08-05T18:24:57.241Z[ recovery-image] Aug 05 18:24:55.596 INFO O| Aug 05 18:24:55.596 INFO STEP 900 (remove_files) COMPLETE
64302024-08-05T18:24:57.241Z[ recovery-image] Aug 05 18:24:55.596 INFO O| Aug 05 18:24:55.596 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-08-05T18:24:57.248Z[ recovery-image] Aug 05 18:24:55.605 INFO O| Aug 05 18:24:55.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
64322024-08-05T18:24:57.251Z[ recovery-image] Aug 05 18:24:55.605 INFO O| Aug 05 18:24:55.605 INFO STEP 901 (remove_files) COMPLETE
64332024-08-05T18:24:57.251Z[ recovery-image] Aug 05 18:24:55.605 INFO O| Aug 05 18:24:55.605 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-08-05T18:24:57.258Z[ recovery-image] Aug 05 18:24:55.615 INFO O| Aug 05 18:24:55.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
64352024-08-05T18:24:57.261Z[ recovery-image] Aug 05 18:24:55.615 INFO O| Aug 05 18:24:55.615 INFO STEP 902 (remove_files) COMPLETE
64362024-08-05T18:24:57.261Z[ recovery-image] Aug 05 18:24:55.615 INFO O| Aug 05 18:24:55.615 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-08-05T18:24:57.273Z[ recovery-image] Aug 05 18:24:55.630 INFO O| Aug 05 18:24:55.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
64382024-08-05T18:24:57.276Z[ recovery-image] Aug 05 18:24:55.630 INFO O| Aug 05 18:24:55.630 INFO STEP 903 (remove_files) COMPLETE
64392024-08-05T18:24:57.276Z[ recovery-image] Aug 05 18:24:55.631 INFO O| Aug 05 18:24:55.630 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-08-05T18:24:57.289Z[ recovery-image] Aug 05 18:24:55.646 INFO O| Aug 05 18:24:55.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
64412024-08-05T18:24:57.289Z[ recovery-image] Aug 05 18:24:55.646 INFO O| Aug 05 18:24:55.646 INFO STEP 904 (remove_files) COMPLETE
64422024-08-05T18:24:57.289Z[ recovery-image] Aug 05 18:24:55.646 INFO O| Aug 05 18:24:55.646 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-08-05T18:24:57.305Z[ recovery-image] Aug 05 18:24:55.662 INFO O| Aug 05 18:24:55.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
64442024-08-05T18:24:57.305Z[ recovery-image] Aug 05 18:24:55.662 INFO O| Aug 05 18:24:55.662 INFO STEP 905 (remove_files) COMPLETE
64452024-08-05T18:24:57.305Z[ recovery-image] Aug 05 18:24:55.662 INFO O| Aug 05 18:24:55.662 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-08-05T18:24:57.318Z[ recovery-image] Aug 05 18:24:55.675 INFO O| Aug 05 18:24:55.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
64472024-08-05T18:24:57.318Z[ recovery-image] Aug 05 18:24:55.675 INFO O| Aug 05 18:24:55.675 INFO STEP 906 (remove_files) COMPLETE
64482024-08-05T18:24:57.318Z[ recovery-image] Aug 05 18:24:55.676 INFO O| Aug 05 18:24:55.675 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-08-05T18:24:57.328Z[ recovery-image] Aug 05 18:24:55.686 INFO O| Aug 05 18:24:55.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
64502024-08-05T18:24:57.328Z[ recovery-image] Aug 05 18:24:55.686 INFO O| Aug 05 18:24:55.686 INFO STEP 907 (remove_files) COMPLETE
64512024-08-05T18:24:57.332Z[ recovery-image] Aug 05 18:24:55.686 INFO O| Aug 05 18:24:55.686 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-08-05T18:24:57.338Z[ recovery-image] Aug 05 18:24:55.695 INFO O| Aug 05 18:24:55.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
64532024-08-05T18:24:57.338Z[ recovery-image] Aug 05 18:24:55.696 INFO O| Aug 05 18:24:55.696 INFO STEP 908 (remove_files) COMPLETE
64542024-08-05T18:24:57.341Z[ recovery-image] Aug 05 18:24:55.696 INFO O| Aug 05 18:24:55.696 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-08-05T18:24:57.348Z[ recovery-image] Aug 05 18:24:55.705 INFO O| Aug 05 18:24:55.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
64562024-08-05T18:24:57.348Z[ recovery-image] Aug 05 18:24:55.705 INFO O| Aug 05 18:24:55.705 INFO STEP 909 (remove_files) COMPLETE
64572024-08-05T18:24:57.348Z[ recovery-image] Aug 05 18:24:55.705 INFO O| Aug 05 18:24:55.705 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-08-05T18:24:57.353Z[ host-image] Aug 05 18:24:55.710 INFO O| Aug 05 18:24:55.710 INFO O| Download: Completed 20.86 MB in 0.36 seconds (58.5M/s)
64592024-08-05T18:24:57.358Z[ recovery-image] Aug 05 18:24:55.715 INFO O| Aug 05 18:24:55.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
64602024-08-05T18:24:57.358Z[ recovery-image] Aug 05 18:24:55.715 INFO O| Aug 05 18:24:55.715 INFO STEP 910 (remove_files) COMPLETE
64612024-08-05T18:24:57.358Z[ recovery-image] Aug 05 18:24:55.715 INFO O| Aug 05 18:24:55.715 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-08-05T18:24:57.368Z[ recovery-image] Aug 05 18:24:55.725 INFO O| Aug 05 18:24:55.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
64632024-08-05T18:24:57.371Z[ recovery-image] Aug 05 18:24:55.726 INFO O| Aug 05 18:24:55.726 INFO STEP 911 (remove_files) COMPLETE
64642024-08-05T18:24:57.371Z[ recovery-image] Aug 05 18:24:55.726 INFO O| Aug 05 18:24:55.726 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-08-05T18:24:57.375Z[ host-image] Aug 05 18:24:55.732 INFO O| Aug 05 18:24:55.732 INFO O| Actions: 1/22 actions (Installing new actions)
64662024-08-05T18:24:57.378Z[ recovery-image] Aug 05 18:24:55.735 INFO O| Aug 05 18:24:55.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
64672024-08-05T18:24:57.381Z[ recovery-image] Aug 05 18:24:55.736 INFO O| Aug 05 18:24:55.735 INFO STEP 912 (remove_files) COMPLETE
64682024-08-05T18:24:57.381Z[ recovery-image] Aug 05 18:24:55.736 INFO O| Aug 05 18:24:55.735 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-08-05T18:24:57.388Z[ recovery-image] Aug 05 18:24:55.746 INFO O| Aug 05 18:24:55.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
64702024-08-05T18:24:57.388Z[ recovery-image] Aug 05 18:24:55.746 INFO O| Aug 05 18:24:55.746 INFO STEP 913 (remove_files) COMPLETE
64712024-08-05T18:24:57.391Z[ recovery-image] Aug 05 18:24:55.746 INFO O| Aug 05 18:24:55.746 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-08-05T18:24:57.398Z[ recovery-image] Aug 05 18:24:55.756 INFO O| Aug 05 18:24:55.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
64732024-08-05T18:24:57.398Z[ recovery-image] Aug 05 18:24:55.756 INFO O| Aug 05 18:24:55.756 INFO STEP 914 (remove_files) COMPLETE
64742024-08-05T18:24:57.401Z[ recovery-image] Aug 05 18:24:55.756 INFO O| Aug 05 18:24:55.756 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-08-05T18:24:57.410Z[ recovery-image] Aug 05 18:24:55.767 INFO O| Aug 05 18:24:55.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
64762024-08-05T18:24:57.413Z[ recovery-image] Aug 05 18:24:55.767 INFO O| Aug 05 18:24:55.767 INFO STEP 915 (remove_files) COMPLETE
64772024-08-05T18:24:57.413Z[ recovery-image] Aug 05 18:24:55.767 INFO O| Aug 05 18:24:55.767 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-08-05T18:24:57.420Z[ recovery-image] Aug 05 18:24:55.777 INFO O| Aug 05 18:24:55.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
64792024-08-05T18:24:57.420Z[ recovery-image] Aug 05 18:24:55.777 INFO O| Aug 05 18:24:55.777 INFO STEP 916 (remove_files) COMPLETE
64802024-08-05T18:24:57.423Z[ recovery-image] Aug 05 18:24:55.777 INFO O| Aug 05 18:24:55.777 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-08-05T18:24:57.430Z[ recovery-image] Aug 05 18:24:55.787 INFO O| Aug 05 18:24:55.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
64822024-08-05T18:24:57.430Z[ recovery-image] Aug 05 18:24:55.787 INFO O| Aug 05 18:24:55.787 INFO STEP 917 (remove_files) COMPLETE
64832024-08-05T18:24:57.430Z[ recovery-image] Aug 05 18:24:55.787 INFO O| Aug 05 18:24:55.787 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-08-05T18:24:57.439Z[ recovery-image] Aug 05 18:24:55.797 INFO O| Aug 05 18:24:55.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
64852024-08-05T18:24:57.442Z[ recovery-image] Aug 05 18:24:55.797 INFO O| Aug 05 18:24:55.797 INFO STEP 918 (remove_files) COMPLETE
64862024-08-05T18:24:57.442Z[ recovery-image] Aug 05 18:24:55.797 INFO O| Aug 05 18:24:55.797 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-08-05T18:24:57.451Z[ recovery-image] Aug 05 18:24:55.808 INFO O| Aug 05 18:24:55.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
64882024-08-05T18:24:57.453Z[ recovery-image] Aug 05 18:24:55.809 INFO O| Aug 05 18:24:55.808 INFO STEP 919 (remove_files) COMPLETE
64892024-08-05T18:24:57.454Z[ recovery-image] Aug 05 18:24:55.809 INFO O| Aug 05 18:24:55.809 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-08-05T18:24:57.463Z[ recovery-image] Aug 05 18:24:55.820 INFO O| Aug 05 18:24:55.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
64912024-08-05T18:24:57.463Z[ recovery-image] Aug 05 18:24:55.820 INFO O| Aug 05 18:24:55.820 INFO STEP 920 (remove_files) COMPLETE
64922024-08-05T18:24:57.466Z[ recovery-image] Aug 05 18:24:55.820 INFO O| Aug 05 18:24:55.820 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-08-05T18:24:57.474Z[ recovery-image] Aug 05 18:24:55.831 INFO O| Aug 05 18:24:55.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
64942024-08-05T18:24:57.474Z[ recovery-image] Aug 05 18:24:55.832 INFO O| Aug 05 18:24:55.832 INFO STEP 921 (remove_files) COMPLETE
64952024-08-05T18:24:57.478Z[ recovery-image] Aug 05 18:24:55.832 INFO O| Aug 05 18:24:55.832 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-08-05T18:24:57.486Z[ recovery-image] Aug 05 18:24:55.843 INFO O| Aug 05 18:24:55.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
64972024-08-05T18:24:57.486Z[ recovery-image] Aug 05 18:24:55.843 INFO O| Aug 05 18:24:55.843 INFO STEP 922 (remove_files) COMPLETE
64982024-08-05T18:24:57.488Z[ recovery-image] Aug 05 18:24:55.843 INFO O| Aug 05 18:24:55.843 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-08-05T18:24:57.496Z[ recovery-image] Aug 05 18:24:55.853 INFO O| Aug 05 18:24:55.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
65002024-08-05T18:24:57.496Z[ recovery-image] Aug 05 18:24:55.853 INFO O| Aug 05 18:24:55.853 INFO STEP 923 (remove_files) COMPLETE
65012024-08-05T18:24:57.499Z[ recovery-image] Aug 05 18:24:55.853 INFO O| Aug 05 18:24:55.853 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-08-05T18:24:57.506Z[ recovery-image] Aug 05 18:24:55.863 INFO O| Aug 05 18:24:55.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
65032024-08-05T18:24:57.506Z[ recovery-image] Aug 05 18:24:55.864 INFO O| Aug 05 18:24:55.864 INFO STEP 924 (remove_files) COMPLETE
65042024-08-05T18:24:57.509Z[ recovery-image] Aug 05 18:24:55.864 INFO O| Aug 05 18:24:55.864 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-08-05T18:24:57.516Z[ recovery-image] Aug 05 18:24:55.874 INFO O| Aug 05 18:24:55.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
65062024-08-05T18:24:57.516Z[ recovery-image] Aug 05 18:24:55.874 INFO O| Aug 05 18:24:55.874 INFO STEP 925 (remove_files) COMPLETE
65072024-08-05T18:24:57.517Z[ recovery-image] Aug 05 18:24:55.874 INFO O| Aug 05 18:24:55.874 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-08-05T18:24:57.526Z[ recovery-image] Aug 05 18:24:55.884 INFO O| Aug 05 18:24:55.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
65092024-08-05T18:24:57.526Z[ recovery-image] Aug 05 18:24:55.884 INFO O| Aug 05 18:24:55.884 INFO STEP 926 (remove_files) COMPLETE
65102024-08-05T18:24:57.527Z[ recovery-image] Aug 05 18:24:55.884 INFO O| Aug 05 18:24:55.884 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-08-05T18:24:57.536Z[ recovery-image] Aug 05 18:24:55.893 INFO O| Aug 05 18:24:55.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
65122024-08-05T18:24:57.536Z[ recovery-image] Aug 05 18:24:55.893 INFO O| Aug 05 18:24:55.893 INFO STEP 927 (remove_files) COMPLETE
65132024-08-05T18:24:57.536Z[ recovery-image] Aug 05 18:24:55.893 INFO O| Aug 05 18:24:55.893 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-08-05T18:24:57.546Z[ recovery-image] Aug 05 18:24:55.903 INFO O| Aug 05 18:24:55.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
65152024-08-05T18:24:57.549Z[ recovery-image] Aug 05 18:24:55.903 INFO O| Aug 05 18:24:55.903 INFO STEP 928 (remove_files) COMPLETE
65162024-08-05T18:24:57.549Z[ recovery-image] Aug 05 18:24:55.903 INFO O| Aug 05 18:24:55.903 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-08-05T18:24:57.556Z[ recovery-image] Aug 05 18:24:55.913 INFO O| Aug 05 18:24:55.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
65182024-08-05T18:24:57.559Z[ recovery-image] Aug 05 18:24:55.913 INFO O| Aug 05 18:24:55.913 INFO STEP 929 (remove_files) COMPLETE
65192024-08-05T18:24:57.559Z[ recovery-image] Aug 05 18:24:55.913 INFO O| Aug 05 18:24:55.913 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-08-05T18:24:57.565Z[ recovery-image] Aug 05 18:24:55.923 INFO O| Aug 05 18:24:55.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
65212024-08-05T18:24:57.568Z[ recovery-image] Aug 05 18:24:55.923 INFO O| Aug 05 18:24:55.923 INFO STEP 930 (remove_files) COMPLETE
65222024-08-05T18:24:57.568Z[ recovery-image] Aug 05 18:24:55.923 INFO O| Aug 05 18:24:55.923 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-08-05T18:24:57.575Z[ recovery-image] Aug 05 18:24:55.932 INFO O| Aug 05 18:24:55.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
65242024-08-05T18:24:57.578Z[ recovery-image] Aug 05 18:24:55.933 INFO O| Aug 05 18:24:55.932 INFO STEP 931 (remove_files) COMPLETE
65252024-08-05T18:24:57.578Z[ recovery-image] Aug 05 18:24:55.933 INFO O| Aug 05 18:24:55.933 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-08-05T18:24:57.585Z[ recovery-image] Aug 05 18:24:55.942 INFO O| Aug 05 18:24:55.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
65272024-08-05T18:24:57.585Z[ recovery-image] Aug 05 18:24:55.942 INFO O| Aug 05 18:24:55.942 INFO STEP 932 (remove_files) COMPLETE
65282024-08-05T18:24:57.588Z[ recovery-image] Aug 05 18:24:55.942 INFO O| Aug 05 18:24:55.942 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-08-05T18:24:57.595Z[ recovery-image] Aug 05 18:24:55.952 INFO O| Aug 05 18:24:55.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
65302024-08-05T18:24:57.595Z[ recovery-image] Aug 05 18:24:55.952 INFO O| Aug 05 18:24:55.952 INFO STEP 933 (remove_files) COMPLETE
65312024-08-05T18:24:57.595Z[ recovery-image] Aug 05 18:24:55.952 INFO O| Aug 05 18:24:55.952 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-08-05T18:24:57.604Z[ recovery-image] Aug 05 18:24:55.961 INFO O| Aug 05 18:24:55.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
65332024-08-05T18:24:57.607Z[ recovery-image] Aug 05 18:24:55.962 INFO O| Aug 05 18:24:55.962 INFO STEP 934 (remove_files) COMPLETE
65342024-08-05T18:24:57.607Z[ recovery-image] Aug 05 18:24:55.962 INFO O| Aug 05 18:24:55.962 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-08-05T18:24:57.614Z[ recovery-image] Aug 05 18:24:55.971 INFO O| Aug 05 18:24:55.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
65362024-08-05T18:24:57.614Z[ recovery-image] Aug 05 18:24:55.971 INFO O| Aug 05 18:24:55.971 INFO STEP 935 (remove_files) COMPLETE
65372024-08-05T18:24:57.617Z[ recovery-image] Aug 05 18:24:55.971 INFO O| Aug 05 18:24:55.971 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-08-05T18:24:57.623Z[ recovery-image] Aug 05 18:24:55.981 INFO O| Aug 05 18:24:55.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
65392024-08-05T18:24:57.624Z[ recovery-image] Aug 05 18:24:55.981 INFO O| Aug 05 18:24:55.981 INFO STEP 936 (remove_files) COMPLETE
65402024-08-05T18:24:57.624Z[ recovery-image] Aug 05 18:24:55.981 INFO O| Aug 05 18:24:55.981 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-08-05T18:24:57.633Z[ recovery-image] Aug 05 18:24:55.990 INFO O| Aug 05 18:24:55.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
65422024-08-05T18:24:57.633Z[ recovery-image] Aug 05 18:24:55.990 INFO O| Aug 05 18:24:55.990 INFO STEP 937 (remove_files) COMPLETE
65432024-08-05T18:24:57.633Z[ recovery-image] Aug 05 18:24:55.990 INFO O| Aug 05 18:24:55.990 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-08-05T18:24:57.643Z[ recovery-image] Aug 05 18:24:56.000 INFO O| Aug 05 18:24:56.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
65452024-08-05T18:24:57.645Z[ recovery-image] Aug 05 18:24:56.000 INFO O| Aug 05 18:24:56.000 INFO STEP 938 (remove_files) COMPLETE
65462024-08-05T18:24:57.646Z[ recovery-image] Aug 05 18:24:56.000 INFO O| Aug 05 18:24:56.000 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-08-05T18:24:57.653Z[ recovery-image] Aug 05 18:24:56.010 INFO O| Aug 05 18:24:56.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
65482024-08-05T18:24:57.653Z[ recovery-image] Aug 05 18:24:56.010 INFO O| Aug 05 18:24:56.010 INFO STEP 939 (remove_files) COMPLETE
65492024-08-05T18:24:57.653Z[ recovery-image] Aug 05 18:24:56.010 INFO O| Aug 05 18:24:56.010 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-08-05T18:24:57.663Z[ recovery-image] Aug 05 18:24:56.021 INFO O| Aug 05 18:24:56.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
65512024-08-05T18:24:57.666Z[ recovery-image] Aug 05 18:24:56.021 INFO O| Aug 05 18:24:56.021 INFO STEP 940 (remove_files) COMPLETE
65522024-08-05T18:24:57.666Z[ recovery-image] Aug 05 18:24:56.021 INFO O| Aug 05 18:24:56.021 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-08-05T18:24:57.674Z[ recovery-image] Aug 05 18:24:56.031 INFO O| Aug 05 18:24:56.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
65542024-08-05T18:24:57.674Z[ recovery-image] Aug 05 18:24:56.031 INFO O| Aug 05 18:24:56.031 INFO STEP 941 (remove_files) COMPLETE
65552024-08-05T18:24:57.674Z[ recovery-image] Aug 05 18:24:56.031 INFO O| Aug 05 18:24:56.031 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-08-05T18:24:57.683Z[ recovery-image] Aug 05 18:24:56.041 INFO O| Aug 05 18:24:56.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
65572024-08-05T18:24:57.687Z[ recovery-image] Aug 05 18:24:56.041 INFO O| Aug 05 18:24:56.041 INFO STEP 942 (remove_files) COMPLETE
65582024-08-05T18:24:57.687Z[ recovery-image] Aug 05 18:24:56.041 INFO O| Aug 05 18:24:56.041 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-08-05T18:24:57.693Z[ recovery-image] Aug 05 18:24:56.050 INFO O| Aug 05 18:24:56.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
65602024-08-05T18:24:57.693Z[ recovery-image] Aug 05 18:24:56.050 INFO O| Aug 05 18:24:56.050 INFO STEP 943 (remove_files) COMPLETE
65612024-08-05T18:24:57.696Z[ recovery-image] Aug 05 18:24:56.050 INFO O| Aug 05 18:24:56.050 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-08-05T18:24:57.703Z[ recovery-image] Aug 05 18:24:56.060 INFO O| Aug 05 18:24:56.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
65632024-08-05T18:24:57.703Z[ recovery-image] Aug 05 18:24:56.060 INFO O| Aug 05 18:24:56.060 INFO STEP 944 (remove_files) COMPLETE
65642024-08-05T18:24:57.706Z[ recovery-image] Aug 05 18:24:56.060 INFO O| Aug 05 18:24:56.060 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-08-05T18:24:57.713Z[ recovery-image] Aug 05 18:24:56.070 INFO O| Aug 05 18:24:56.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
65662024-08-05T18:24:57.716Z[ recovery-image] Aug 05 18:24:56.070 INFO O| Aug 05 18:24:56.070 INFO STEP 945 (remove_files) COMPLETE
65672024-08-05T18:24:57.716Z[ recovery-image] Aug 05 18:24:56.070 INFO O| Aug 05 18:24:56.070 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-08-05T18:24:57.723Z[ recovery-image] Aug 05 18:24:56.080 INFO O| Aug 05 18:24:56.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
65692024-08-05T18:24:57.726Z[ recovery-image] Aug 05 18:24:56.080 INFO O| Aug 05 18:24:56.080 INFO STEP 946 (remove_files) COMPLETE
65702024-08-05T18:24:57.726Z[ recovery-image] Aug 05 18:24:56.080 INFO O| Aug 05 18:24:56.080 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-08-05T18:24:57.733Z[ recovery-image] Aug 05 18:24:56.090 INFO O| Aug 05 18:24:56.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
65722024-08-05T18:24:57.736Z[ recovery-image] Aug 05 18:24:56.090 INFO O| Aug 05 18:24:56.090 INFO STEP 947 (remove_files) COMPLETE
65732024-08-05T18:24:57.736Z[ recovery-image] Aug 05 18:24:56.090 INFO O| Aug 05 18:24:56.090 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-08-05T18:24:57.743Z[ recovery-image] Aug 05 18:24:56.100 INFO O| Aug 05 18:24:56.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
65752024-08-05T18:24:57.743Z[ recovery-image] Aug 05 18:24:56.100 INFO O| Aug 05 18:24:56.100 INFO STEP 948 (remove_files) COMPLETE
65762024-08-05T18:24:57.743Z[ recovery-image] Aug 05 18:24:56.100 INFO O| Aug 05 18:24:56.100 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-08-05T18:24:57.752Z[ recovery-image] Aug 05 18:24:56.109 INFO O| Aug 05 18:24:56.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
65782024-08-05T18:24:57.752Z[ recovery-image] Aug 05 18:24:56.110 INFO O| Aug 05 18:24:56.109 INFO STEP 949 (remove_files) COMPLETE
65792024-08-05T18:24:57.752Z[ recovery-image] Aug 05 18:24:56.110 INFO O| Aug 05 18:24:56.110 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-08-05T18:24:57.762Z[ recovery-image] Aug 05 18:24:56.119 INFO O| Aug 05 18:24:56.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
65812024-08-05T18:24:57.762Z[ recovery-image] Aug 05 18:24:56.119 INFO O| Aug 05 18:24:56.119 INFO STEP 950 (remove_files) COMPLETE
65822024-08-05T18:24:57.765Z[ recovery-image] Aug 05 18:24:56.119 INFO O| Aug 05 18:24:56.119 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-08-05T18:24:57.772Z[ recovery-image] Aug 05 18:24:56.129 INFO O| Aug 05 18:24:56.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
65842024-08-05T18:24:57.772Z[ recovery-image] Aug 05 18:24:56.129 INFO O| Aug 05 18:24:56.129 INFO STEP 951 (remove_files) COMPLETE
65852024-08-05T18:24:57.774Z[ recovery-image] Aug 05 18:24:56.129 INFO O| Aug 05 18:24:56.129 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-08-05T18:24:57.781Z[ recovery-image] Aug 05 18:24:56.138 INFO O| Aug 05 18:24:56.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
65872024-08-05T18:24:57.781Z[ recovery-image] Aug 05 18:24:56.139 INFO O| Aug 05 18:24:56.139 INFO STEP 952 (remove_files) COMPLETE
65882024-08-05T18:24:57.784Z[ recovery-image] Aug 05 18:24:56.139 INFO O| Aug 05 18:24:56.139 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-08-05T18:24:57.791Z[ recovery-image] Aug 05 18:24:56.148 INFO O| Aug 05 18:24:56.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
65902024-08-05T18:24:57.791Z[ recovery-image] Aug 05 18:24:56.148 INFO O| Aug 05 18:24:56.148 INFO STEP 953 (remove_files) COMPLETE
65912024-08-05T18:24:57.794Z[ recovery-image] Aug 05 18:24:56.148 INFO O| Aug 05 18:24:56.148 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-08-05T18:24:57.801Z[ recovery-image] Aug 05 18:24:56.158 INFO O| Aug 05 18:24:56.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
65932024-08-05T18:24:57.801Z[ recovery-image] Aug 05 18:24:56.158 INFO O| Aug 05 18:24:56.158 INFO STEP 954 (remove_files) COMPLETE
65942024-08-05T18:24:57.804Z[ recovery-image] Aug 05 18:24:56.158 INFO O| Aug 05 18:24:56.158 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-08-05T18:24:57.811Z[ recovery-image] Aug 05 18:24:56.168 INFO O| Aug 05 18:24:56.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
65962024-08-05T18:24:57.813Z[ recovery-image] Aug 05 18:24:56.168 INFO O| Aug 05 18:24:56.168 INFO STEP 955 (remove_files) COMPLETE
65972024-08-05T18:24:57.814Z[ recovery-image] Aug 05 18:24:56.168 INFO O| Aug 05 18:24:56.168 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-08-05T18:24:57.820Z[ recovery-image] Aug 05 18:24:56.178 INFO O| Aug 05 18:24:56.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
65992024-08-05T18:24:57.824Z[ recovery-image] Aug 05 18:24:56.178 INFO O| Aug 05 18:24:56.178 INFO STEP 956 (remove_files) COMPLETE
66002024-08-05T18:24:57.824Z[ recovery-image] Aug 05 18:24:56.178 INFO O| Aug 05 18:24:56.178 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-08-05T18:24:57.830Z[ recovery-image] Aug 05 18:24:56.187 INFO O| Aug 05 18:24:56.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
66022024-08-05T18:24:57.833Z[ recovery-image] Aug 05 18:24:56.187 INFO O| Aug 05 18:24:56.187 INFO STEP 957 (remove_files) COMPLETE
66032024-08-05T18:24:57.833Z[ recovery-image] Aug 05 18:24:56.187 INFO O| Aug 05 18:24:56.187 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-08-05T18:24:57.840Z[ recovery-image] Aug 05 18:24:56.197 INFO O| Aug 05 18:24:56.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
66052024-08-05T18:24:57.840Z[ recovery-image] Aug 05 18:24:56.197 INFO O| Aug 05 18:24:56.197 INFO STEP 958 (remove_files) COMPLETE
66062024-08-05T18:24:57.840Z[ recovery-image] Aug 05 18:24:56.197 INFO O| Aug 05 18:24:56.197 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-08-05T18:24:57.850Z[ recovery-image] Aug 05 18:24:56.207 INFO O| Aug 05 18:24:56.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
66082024-08-05T18:24:57.859Z[ recovery-image] Aug 05 18:24:56.207 INFO O| Aug 05 18:24:56.207 INFO STEP 959 (remove_files) COMPLETE
66092024-08-05T18:24:57.859Z[ recovery-image] Aug 05 18:24:56.207 INFO O| Aug 05 18:24:56.207 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-08-05T18:24:57.868Z[ recovery-image] Aug 05 18:24:56.222 INFO O| Aug 05 18:24:56.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
66112024-08-05T18:24:57.869Z[ recovery-image] Aug 05 18:24:56.222 INFO O| Aug 05 18:24:56.222 INFO STEP 960 (remove_files) COMPLETE
66122024-08-05T18:24:57.869Z[ recovery-image] Aug 05 18:24:56.222 INFO O| Aug 05 18:24:56.222 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-08-05T18:24:57.881Z[ recovery-image] Aug 05 18:24:56.238 INFO O| Aug 05 18:24:56.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
66142024-08-05T18:24:57.881Z[ recovery-image] Aug 05 18:24:56.238 INFO O| Aug 05 18:24:56.238 INFO STEP 961 (remove_files) COMPLETE
66152024-08-05T18:24:57.887Z[ recovery-image] Aug 05 18:24:56.238 INFO O| Aug 05 18:24:56.238 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-08-05T18:24:57.896Z[ recovery-image] Aug 05 18:24:56.253 INFO O| Aug 05 18:24:56.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
66172024-08-05T18:24:57.896Z[ recovery-image] Aug 05 18:24:56.253 INFO O| Aug 05 18:24:56.253 INFO STEP 962 (remove_files) COMPLETE
66182024-08-05T18:24:57.899Z[ recovery-image] Aug 05 18:24:56.253 INFO O| Aug 05 18:24:56.253 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-08-05T18:24:57.908Z[ recovery-image] Aug 05 18:24:56.265 INFO O| Aug 05 18:24:56.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
66202024-08-05T18:24:57.911Z[ recovery-image] Aug 05 18:24:56.265 INFO O| Aug 05 18:24:56.265 INFO STEP 963 (remove_files) COMPLETE
66212024-08-05T18:24:57.911Z[ recovery-image] Aug 05 18:24:56.265 INFO O| Aug 05 18:24:56.265 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-08-05T18:24:57.919Z[ recovery-image] Aug 05 18:24:56.276 INFO O| Aug 05 18:24:56.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
66232024-08-05T18:24:57.919Z[ recovery-image] Aug 05 18:24:56.276 INFO O| Aug 05 18:24:56.276 INFO STEP 964 (remove_files) COMPLETE
66242024-08-05T18:24:57.922Z[ recovery-image] Aug 05 18:24:56.276 INFO O| Aug 05 18:24:56.276 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-08-05T18:24:57.929Z[ recovery-image] Aug 05 18:24:56.286 INFO O| Aug 05 18:24:56.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
66262024-08-05T18:24:57.932Z[ recovery-image] Aug 05 18:24:56.287 INFO O| Aug 05 18:24:56.287 INFO STEP 965 (remove_files) COMPLETE
66272024-08-05T18:24:57.932Z[ recovery-image] Aug 05 18:24:56.287 INFO O| Aug 05 18:24:56.287 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-08-05T18:24:57.935Z[ host-image] Aug 05 18:24:56.291 INFO O| Aug 05 18:24:56.291 INFO O| Actions: Completed 22 actions in 0.56 seconds.
66292024-08-05T18:24:57.940Z[ recovery-image] Aug 05 18:24:56.297 INFO O| Aug 05 18:24:56.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
66302024-08-05T18:24:57.942Z[ recovery-image] Aug 05 18:24:56.297 INFO O| Aug 05 18:24:56.297 INFO STEP 966 (remove_files) COMPLETE
66312024-08-05T18:24:57.942Z[ recovery-image] Aug 05 18:24:56.297 INFO O| Aug 05 18:24:56.297 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-08-05T18:24:57.952Z[ recovery-image] Aug 05 18:24:56.309 INFO O| Aug 05 18:24:56.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
66332024-08-05T18:24:57.952Z[ recovery-image] Aug 05 18:24:56.309 INFO O| Aug 05 18:24:56.309 INFO STEP 967 (remove_files) COMPLETE
66342024-08-05T18:24:57.954Z[ recovery-image] Aug 05 18:24:56.309 INFO O| Aug 05 18:24:56.309 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-08-05T18:24:57.962Z[ recovery-image] Aug 05 18:24:56.319 INFO O| Aug 05 18:24:56.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
66362024-08-05T18:24:57.962Z[ recovery-image] Aug 05 18:24:56.319 INFO O| Aug 05 18:24:56.319 INFO STEP 968 (remove_files) COMPLETE
66372024-08-05T18:24:57.962Z[ recovery-image] Aug 05 18:24:56.319 INFO O| Aug 05 18:24:56.319 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-08-05T18:24:57.972Z[ recovery-image] Aug 05 18:24:56.329 INFO O| Aug 05 18:24:56.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
66392024-08-05T18:24:57.972Z[ recovery-image] Aug 05 18:24:56.329 INFO O| Aug 05 18:24:56.329 INFO STEP 969 (remove_files) COMPLETE
66402024-08-05T18:24:57.975Z[ recovery-image] Aug 05 18:24:56.329 INFO O| Aug 05 18:24:56.329 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-08-05T18:24:57.982Z[ recovery-image] Aug 05 18:24:56.339 INFO O| Aug 05 18:24:56.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
66422024-08-05T18:24:57.985Z[ recovery-image] Aug 05 18:24:56.339 INFO O| Aug 05 18:24:56.339 INFO STEP 970 (remove_files) COMPLETE
66432024-08-05T18:24:57.985Z[ recovery-image] Aug 05 18:24:56.339 INFO O| Aug 05 18:24:56.339 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-08-05T18:24:57.994Z[ recovery-image] Aug 05 18:24:56.351 INFO O| Aug 05 18:24:56.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
66452024-08-05T18:24:57.996Z[ recovery-image] Aug 05 18:24:56.352 INFO O| Aug 05 18:24:56.352 INFO STEP 971 (remove_files) COMPLETE
66462024-08-05T18:24:57.997Z[ recovery-image] Aug 05 18:24:56.352 INFO O| Aug 05 18:24:56.352 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-08-05T18:24:58.005Z[ recovery-image] Aug 05 18:24:56.362 INFO O| Aug 05 18:24:56.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
66482024-08-05T18:24:58.007Z[ recovery-image] Aug 05 18:24:56.362 INFO O| Aug 05 18:24:56.362 INFO STEP 972 (remove_files) COMPLETE
66492024-08-05T18:24:58.007Z[ recovery-image] Aug 05 18:24:56.362 INFO O| Aug 05 18:24:56.362 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-08-05T18:24:58.015Z[ recovery-image] Aug 05 18:24:56.372 INFO O| Aug 05 18:24:56.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
66512024-08-05T18:24:58.018Z[ recovery-image] Aug 05 18:24:56.372 INFO O| Aug 05 18:24:56.372 INFO STEP 973 (remove_files) COMPLETE
66522024-08-05T18:24:58.018Z[ recovery-image] Aug 05 18:24:56.372 INFO O| Aug 05 18:24:56.372 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-08-05T18:24:58.025Z[ recovery-image] Aug 05 18:24:56.382 INFO O| Aug 05 18:24:56.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
66542024-08-05T18:24:58.028Z[ recovery-image] Aug 05 18:24:56.382 INFO O| Aug 05 18:24:56.382 INFO STEP 974 (remove_files) COMPLETE
66552024-08-05T18:24:58.028Z[ recovery-image] Aug 05 18:24:56.382 INFO O| Aug 05 18:24:56.382 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-08-05T18:24:58.035Z[ recovery-image] Aug 05 18:24:56.392 INFO O| Aug 05 18:24:56.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
66572024-08-05T18:24:58.038Z[ recovery-image] Aug 05 18:24:56.392 INFO O| Aug 05 18:24:56.392 INFO STEP 975 (remove_files) COMPLETE
66582024-08-05T18:24:58.038Z[ recovery-image] Aug 05 18:24:56.392 INFO O| Aug 05 18:24:56.392 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-08-05T18:24:58.045Z[ recovery-image] Aug 05 18:24:56.402 INFO O| Aug 05 18:24:56.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
66602024-08-05T18:24:58.048Z[ recovery-image] Aug 05 18:24:56.403 INFO O| Aug 05 18:24:56.402 INFO STEP 976 (remove_files) COMPLETE
66612024-08-05T18:24:58.048Z[ recovery-image] Aug 05 18:24:56.403 INFO O| Aug 05 18:24:56.402 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-08-05T18:24:58.057Z[ recovery-image] Aug 05 18:24:56.414 INFO O| Aug 05 18:24:56.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
66632024-08-05T18:24:58.057Z[ recovery-image] Aug 05 18:24:56.414 INFO O| Aug 05 18:24:56.414 INFO STEP 977 (remove_files) COMPLETE
66642024-08-05T18:24:58.057Z[ recovery-image] Aug 05 18:24:56.414 INFO O| Aug 05 18:24:56.414 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-08-05T18:24:58.069Z[ recovery-image] Aug 05 18:24:56.426 INFO O| Aug 05 18:24:56.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
66662024-08-05T18:24:58.072Z[ recovery-image] Aug 05 18:24:56.427 INFO O| Aug 05 18:24:56.427 INFO STEP 978 (remove_files) COMPLETE
66672024-08-05T18:24:58.072Z[ recovery-image] Aug 05 18:24:56.427 INFO O| Aug 05 18:24:56.427 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-08-05T18:24:58.081Z[ recovery-image] Aug 05 18:24:56.438 INFO O| Aug 05 18:24:56.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
66692024-08-05T18:24:58.084Z[ recovery-image] Aug 05 18:24:56.439 INFO O| Aug 05 18:24:56.439 INFO STEP 979 (remove_files) COMPLETE
66702024-08-05T18:24:58.084Z[ recovery-image] Aug 05 18:24:56.439 INFO O| Aug 05 18:24:56.439 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-08-05T18:24:58.093Z[ recovery-image] Aug 05 18:24:56.450 INFO O| Aug 05 18:24:56.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
66722024-08-05T18:24:58.093Z[ recovery-image] Aug 05 18:24:56.450 INFO O| Aug 05 18:24:56.450 INFO STEP 980 (remove_files) COMPLETE
66732024-08-05T18:24:58.093Z[ recovery-image] Aug 05 18:24:56.450 INFO O| Aug 05 18:24:56.450 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-08-05T18:24:58.105Z[ recovery-image] Aug 05 18:24:56.462 INFO O| Aug 05 18:24:56.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
66752024-08-05T18:24:58.107Z[ recovery-image] Aug 05 18:24:56.462 INFO O| Aug 05 18:24:56.462 INFO STEP 981 (remove_files) COMPLETE
66762024-08-05T18:24:58.107Z[ recovery-image] Aug 05 18:24:56.462 INFO O| Aug 05 18:24:56.462 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-08-05T18:24:58.116Z[ recovery-image] Aug 05 18:24:56.473 INFO O| Aug 05 18:24:56.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
66782024-08-05T18:24:58.116Z[ recovery-image] Aug 05 18:24:56.473 INFO O| Aug 05 18:24:56.473 INFO STEP 982 (remove_files) COMPLETE
66792024-08-05T18:24:58.119Z[ recovery-image] Aug 05 18:24:56.473 INFO O| Aug 05 18:24:56.473 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-08-05T18:24:58.128Z[ recovery-image] Aug 05 18:24:56.485 INFO O| Aug 05 18:24:56.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
66812024-08-05T18:24:58.128Z[ recovery-image] Aug 05 18:24:56.485 INFO O| Aug 05 18:24:56.485 INFO STEP 983 (remove_files) COMPLETE
66822024-08-05T18:24:58.130Z[ recovery-image] Aug 05 18:24:56.485 INFO O| Aug 05 18:24:56.485 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-08-05T18:24:58.139Z[ recovery-image] Aug 05 18:24:56.496 INFO O| Aug 05 18:24:56.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
66842024-08-05T18:24:58.139Z[ recovery-image] Aug 05 18:24:56.496 INFO O| Aug 05 18:24:56.496 INFO STEP 984 (remove_files) COMPLETE
66852024-08-05T18:24:58.141Z[ recovery-image] Aug 05 18:24:56.496 INFO O| Aug 05 18:24:56.496 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-08-05T18:24:58.149Z[ recovery-image] Aug 05 18:24:56.507 INFO O| Aug 05 18:24:56.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
66872024-08-05T18:24:58.149Z[ recovery-image] Aug 05 18:24:56.507 INFO O| Aug 05 18:24:56.507 INFO STEP 985 (remove_files) COMPLETE
66882024-08-05T18:24:58.152Z[ recovery-image] Aug 05 18:24:56.507 INFO O| Aug 05 18:24:56.507 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-08-05T18:24:58.160Z[ recovery-image] Aug 05 18:24:56.517 INFO O| Aug 05 18:24:56.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
66902024-08-05T18:24:58.162Z[ recovery-image] Aug 05 18:24:56.517 INFO O| Aug 05 18:24:56.517 INFO STEP 986 (remove_files) COMPLETE
66912024-08-05T18:24:58.162Z[ recovery-image] Aug 05 18:24:56.517 INFO O| Aug 05 18:24:56.517 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-08-05T18:24:58.165Z[ host-image] Aug 05 18:24:56.521 INFO O| Aug 05 18:24:56.521 INFO O| Done
66932024-08-05T18:24:58.165Z[ host-image] Aug 05 18:24:56.521 INFO O| Aug 05 18:24:56.521 INFO O| Done
66942024-08-05T18:24:58.170Z[ recovery-image] Aug 05 18:24:56.527 INFO O| Aug 05 18:24:56.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
66952024-08-05T18:24:58.172Z[ recovery-image] Aug 05 18:24:56.527 INFO O| Aug 05 18:24:56.527 INFO STEP 987 (remove_files) COMPLETE
66962024-08-05T18:24:58.172Z[ recovery-image] Aug 05 18:24:56.527 INFO O| Aug 05 18:24:56.527 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-08-05T18:24:58.180Z[ recovery-image] Aug 05 18:24:56.537 INFO O| Aug 05 18:24:56.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
66982024-08-05T18:24:58.183Z[ recovery-image] Aug 05 18:24:56.537 INFO O| Aug 05 18:24:56.537 INFO STEP 988 (remove_files) COMPLETE
66992024-08-05T18:24:58.183Z[ recovery-image] Aug 05 18:24:56.538 INFO O| Aug 05 18:24:56.537 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-08-05T18:24:58.190Z[ recovery-image] Aug 05 18:24:56.547 INFO O| Aug 05 18:24:56.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
67012024-08-05T18:24:58.190Z[ recovery-image] Aug 05 18:24:56.547 INFO O| Aug 05 18:24:56.547 INFO STEP 989 (remove_files) COMPLETE
67022024-08-05T18:24:58.190Z[ recovery-image] Aug 05 18:24:56.547 INFO O| Aug 05 18:24:56.547 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-08-05T18:24:58.200Z[ recovery-image] Aug 05 18:24:56.557 INFO O| Aug 05 18:24:56.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
67042024-08-05T18:24:58.203Z[ recovery-image] Aug 05 18:24:56.557 INFO O| Aug 05 18:24:56.557 INFO STEP 990 (remove_files) COMPLETE
67052024-08-05T18:24:58.203Z[ recovery-image] Aug 05 18:24:56.557 INFO O| Aug 05 18:24:56.557 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-08-05T18:24:58.210Z[ recovery-image] Aug 05 18:24:56.567 INFO O| Aug 05 18:24:56.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
67072024-08-05T18:24:58.210Z[ recovery-image] Aug 05 18:24:56.567 INFO O| Aug 05 18:24:56.567 INFO STEP 991 (remove_files) COMPLETE
67082024-08-05T18:24:58.213Z[ recovery-image] Aug 05 18:24:56.567 INFO O| Aug 05 18:24:56.567 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-08-05T18:24:58.221Z[ recovery-image] Aug 05 18:24:56.578 INFO O| Aug 05 18:24:56.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
67102024-08-05T18:24:58.221Z[ recovery-image] Aug 05 18:24:56.578 INFO O| Aug 05 18:24:56.578 INFO STEP 992 (remove_files) COMPLETE
67112024-08-05T18:24:58.221Z[ recovery-image] Aug 05 18:24:56.578 INFO O| Aug 05 18:24:56.578 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-08-05T18:24:58.231Z[ recovery-image] Aug 05 18:24:56.588 INFO O| Aug 05 18:24:56.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
67132024-08-05T18:24:58.231Z[ recovery-image] Aug 05 18:24:56.588 INFO O| Aug 05 18:24:56.588 INFO STEP 993 (remove_files) COMPLETE
67142024-08-05T18:24:58.234Z[ recovery-image] Aug 05 18:24:56.588 INFO O| Aug 05 18:24:56.588 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-08-05T18:24:58.242Z[ recovery-image] Aug 05 18:24:56.599 INFO O| Aug 05 18:24:56.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
67162024-08-05T18:24:58.242Z[ recovery-image] Aug 05 18:24:56.599 INFO O| Aug 05 18:24:56.599 INFO STEP 994 (remove_files) COMPLETE
67172024-08-05T18:24:58.245Z[ recovery-image] Aug 05 18:24:56.599 INFO O| Aug 05 18:24:56.599 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-08-05T18:24:58.252Z[ recovery-image] Aug 05 18:24:56.609 INFO O| Aug 05 18:24:56.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
67192024-08-05T18:24:58.252Z[ recovery-image] Aug 05 18:24:56.609 INFO O| Aug 05 18:24:56.609 INFO STEP 995 (remove_files) COMPLETE
67202024-08-05T18:24:58.252Z[ recovery-image] Aug 05 18:24:56.609 INFO O| Aug 05 18:24:56.609 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-08-05T18:24:58.262Z[ recovery-image] Aug 05 18:24:56.619 INFO O| Aug 05 18:24:56.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
67222024-08-05T18:24:58.262Z[ recovery-image] Aug 05 18:24:56.619 INFO O| Aug 05 18:24:56.619 INFO STEP 996 (remove_files) COMPLETE
67232024-08-05T18:24:58.265Z[ recovery-image] Aug 05 18:24:56.619 INFO O| Aug 05 18:24:56.619 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-08-05T18:24:58.272Z[ recovery-image] Aug 05 18:24:56.629 INFO O| Aug 05 18:24:56.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
67252024-08-05T18:24:58.272Z[ recovery-image] Aug 05 18:24:56.629 INFO O| Aug 05 18:24:56.629 INFO STEP 997 (remove_files) COMPLETE
67262024-08-05T18:24:58.272Z[ recovery-image] Aug 05 18:24:56.629 INFO O| Aug 05 18:24:56.629 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-08-05T18:24:58.283Z[ recovery-image] Aug 05 18:24:56.640 INFO O| Aug 05 18:24:56.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
67282024-08-05T18:24:58.283Z[ recovery-image] Aug 05 18:24:56.640 INFO O| Aug 05 18:24:56.640 INFO STEP 998 (remove_files) COMPLETE
67292024-08-05T18:24:58.283Z[ recovery-image] Aug 05 18:24:56.640 INFO O| Aug 05 18:24:56.640 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-08-05T18:24:58.293Z[ recovery-image] Aug 05 18:24:56.650 INFO O| Aug 05 18:24:56.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
67312024-08-05T18:24:58.293Z[ recovery-image] Aug 05 18:24:56.650 INFO O| Aug 05 18:24:56.650 INFO STEP 999 (remove_files) COMPLETE
67322024-08-05T18:24:58.293Z[ recovery-image] Aug 05 18:24:56.650 INFO O| Aug 05 18:24:56.650 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-08-05T18:24:58.305Z[ recovery-image] Aug 05 18:24:56.662 INFO O| Aug 05 18:24:56.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
67342024-08-05T18:24:58.305Z[ recovery-image] Aug 05 18:24:56.662 INFO O| Aug 05 18:24:56.662 INFO STEP 1000 (remove_files) COMPLETE
67352024-08-05T18:24:58.308Z[ recovery-image] Aug 05 18:24:56.662 INFO O| Aug 05 18:24:56.662 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-08-05T18:24:58.316Z[ recovery-image] Aug 05 18:24:56.673 INFO O| Aug 05 18:24:56.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
67372024-08-05T18:24:58.316Z[ recovery-image] Aug 05 18:24:56.673 INFO O| Aug 05 18:24:56.673 INFO STEP 1001 (remove_files) COMPLETE
67382024-08-05T18:24:58.318Z[ recovery-image] Aug 05 18:24:56.673 INFO O| Aug 05 18:24:56.673 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-08-05T18:24:58.326Z[ recovery-image] Aug 05 18:24:56.683 INFO O| Aug 05 18:24:56.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
67402024-08-05T18:24:58.329Z[ recovery-image] Aug 05 18:24:56.683 INFO O| Aug 05 18:24:56.683 INFO STEP 1002 (remove_files) COMPLETE
67412024-08-05T18:24:58.329Z[ recovery-image] Aug 05 18:24:56.684 INFO O| Aug 05 18:24:56.683 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-08-05T18:24:58.338Z[ recovery-image] Aug 05 18:24:56.695 INFO O| Aug 05 18:24:56.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
67432024-08-05T18:24:58.338Z[ recovery-image] Aug 05 18:24:56.695 INFO O| Aug 05 18:24:56.695 INFO STEP 1003 (remove_files) COMPLETE
67442024-08-05T18:24:58.341Z[ recovery-image] Aug 05 18:24:56.695 INFO O| Aug 05 18:24:56.695 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-08-05T18:24:58.349Z[ recovery-image] Aug 05 18:24:56.706 INFO O| Aug 05 18:24:56.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
67462024-08-05T18:24:58.349Z[ recovery-image] Aug 05 18:24:56.706 INFO O| Aug 05 18:24:56.706 INFO STEP 1004 (remove_files) COMPLETE
67472024-08-05T18:24:58.349Z[ recovery-image] Aug 05 18:24:56.706 INFO O| Aug 05 18:24:56.706 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-08-05T18:24:58.359Z[ recovery-image] Aug 05 18:24:56.716 INFO O| Aug 05 18:24:56.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
67492024-08-05T18:24:58.359Z[ recovery-image] Aug 05 18:24:56.716 INFO O| Aug 05 18:24:56.716 INFO STEP 1005 (remove_files) COMPLETE
67502024-08-05T18:24:58.362Z[ recovery-image] Aug 05 18:24:56.716 INFO O| Aug 05 18:24:56.716 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-08-05T18:24:58.370Z[ recovery-image] Aug 05 18:24:56.727 INFO O| Aug 05 18:24:56.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
67522024-08-05T18:24:58.370Z[ recovery-image] Aug 05 18:24:56.727 INFO O| Aug 05 18:24:56.727 INFO STEP 1006 (remove_files) COMPLETE
67532024-08-05T18:24:58.373Z[ recovery-image] Aug 05 18:24:56.727 INFO O| Aug 05 18:24:56.727 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-08-05T18:24:58.380Z[ recovery-image] Aug 05 18:24:56.737 INFO O| Aug 05 18:24:56.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
67552024-08-05T18:24:58.383Z[ recovery-image] Aug 05 18:24:56.737 INFO O| Aug 05 18:24:56.737 INFO STEP 1007 (remove_files) COMPLETE
67562024-08-05T18:24:58.383Z[ recovery-image] Aug 05 18:24:56.737 INFO O| Aug 05 18:24:56.737 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-08-05T18:24:58.391Z[ recovery-image] Aug 05 18:24:56.748 INFO O| Aug 05 18:24:56.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
67582024-08-05T18:24:58.391Z[ recovery-image] Aug 05 18:24:56.748 INFO O| Aug 05 18:24:56.748 INFO STEP 1008 (remove_files) COMPLETE
67592024-08-05T18:24:58.391Z[ recovery-image] Aug 05 18:24:56.748 INFO O| Aug 05 18:24:56.748 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-08-05T18:24:58.401Z[ recovery-image] Aug 05 18:24:56.758 INFO O| Aug 05 18:24:56.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
67612024-08-05T18:24:58.401Z[ recovery-image] Aug 05 18:24:56.758 INFO O| Aug 05 18:24:56.758 INFO STEP 1009 (remove_files) COMPLETE
67622024-08-05T18:24:58.403Z[ recovery-image] Aug 05 18:24:56.758 INFO O| Aug 05 18:24:56.758 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-08-05T18:24:58.412Z[ recovery-image] Aug 05 18:24:56.769 INFO O| Aug 05 18:24:56.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
67642024-08-05T18:24:58.414Z[ recovery-image] Aug 05 18:24:56.769 INFO O| Aug 05 18:24:56.769 INFO STEP 1010 (remove_files) COMPLETE
67652024-08-05T18:24:58.414Z[ recovery-image] Aug 05 18:24:56.769 INFO O| Aug 05 18:24:56.769 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-08-05T18:24:58.422Z[ recovery-image] Aug 05 18:24:56.779 INFO O| Aug 05 18:24:56.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
67672024-08-05T18:24:58.422Z[ recovery-image] Aug 05 18:24:56.779 INFO O| Aug 05 18:24:56.779 INFO STEP 1011 (remove_files) COMPLETE
67682024-08-05T18:24:58.425Z[ recovery-image] Aug 05 18:24:56.779 INFO O| Aug 05 18:24:56.779 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-08-05T18:24:58.432Z[ recovery-image] Aug 05 18:24:56.789 INFO O| Aug 05 18:24:56.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
67702024-08-05T18:24:58.432Z[ recovery-image] Aug 05 18:24:56.789 INFO O| Aug 05 18:24:56.789 INFO STEP 1012 (remove_files) COMPLETE
67712024-08-05T18:24:58.435Z[ recovery-image] Aug 05 18:24:56.789 INFO O| Aug 05 18:24:56.789 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-08-05T18:24:58.443Z[ recovery-image] Aug 05 18:24:56.800 INFO O| Aug 05 18:24:56.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
67732024-08-05T18:24:58.443Z[ recovery-image] Aug 05 18:24:56.800 INFO O| Aug 05 18:24:56.800 INFO STEP 1013 (remove_files) COMPLETE
67742024-08-05T18:24:58.446Z[ recovery-image] Aug 05 18:24:56.800 INFO O| Aug 05 18:24:56.800 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-08-05T18:24:58.453Z[ recovery-image] Aug 05 18:24:56.810 INFO O| Aug 05 18:24:56.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
67762024-08-05T18:24:58.456Z[ recovery-image] Aug 05 18:24:56.810 INFO O| Aug 05 18:24:56.810 INFO STEP 1014 (remove_files) COMPLETE
67772024-08-05T18:24:58.456Z[ recovery-image] Aug 05 18:24:56.810 INFO O| Aug 05 18:24:56.810 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-08-05T18:24:58.464Z[ recovery-image] Aug 05 18:24:56.821 INFO O| Aug 05 18:24:56.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
67792024-08-05T18:24:58.464Z[ recovery-image] Aug 05 18:24:56.821 INFO O| Aug 05 18:24:56.821 INFO STEP 1015 (remove_files) COMPLETE
67802024-08-05T18:24:58.472Z[ recovery-image] Aug 05 18:24:56.821 INFO O| Aug 05 18:24:56.821 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-08-05T18:24:58.476Z[ recovery-image] Aug 05 18:24:56.832 INFO O| Aug 05 18:24:56.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
67822024-08-05T18:24:58.476Z[ recovery-image] Aug 05 18:24:56.832 INFO O| Aug 05 18:24:56.832 INFO STEP 1016 (remove_files) COMPLETE
67832024-08-05T18:24:58.476Z[ recovery-image] Aug 05 18:24:56.832 INFO O| Aug 05 18:24:56.832 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-08-05T18:24:58.486Z[ recovery-image] Aug 05 18:24:56.843 INFO O| Aug 05 18:24:56.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
67852024-08-05T18:24:58.486Z[ recovery-image] Aug 05 18:24:56.843 INFO O| Aug 05 18:24:56.843 INFO STEP 1017 (remove_files) COMPLETE
67862024-08-05T18:24:58.489Z[ recovery-image] Aug 05 18:24:56.843 INFO O| Aug 05 18:24:56.843 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-08-05T18:24:58.498Z[ recovery-image] Aug 05 18:24:56.855 INFO O| Aug 05 18:24:56.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
67882024-08-05T18:24:58.501Z[ recovery-image] Aug 05 18:24:56.855 INFO O| Aug 05 18:24:56.855 INFO STEP 1018 (remove_files) COMPLETE
67892024-08-05T18:24:58.501Z[ recovery-image] Aug 05 18:24:56.855 INFO O| Aug 05 18:24:56.855 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-08-05T18:24:58.510Z[ recovery-image] Aug 05 18:24:56.867 INFO O| Aug 05 18:24:56.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
67912024-08-05T18:24:58.510Z[ recovery-image] Aug 05 18:24:56.867 INFO O| Aug 05 18:24:56.867 INFO STEP 1019 (remove_files) COMPLETE
67922024-08-05T18:24:58.512Z[ recovery-image] Aug 05 18:24:56.867 INFO O| Aug 05 18:24:56.867 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-08-05T18:24:58.521Z[ recovery-image] Aug 05 18:24:56.878 INFO O| Aug 05 18:24:56.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
67942024-08-05T18:24:58.524Z[ recovery-image] Aug 05 18:24:56.878 INFO O| Aug 05 18:24:56.878 INFO STEP 1020 (remove_files) COMPLETE
67952024-08-05T18:24:58.524Z[ recovery-image] Aug 05 18:24:56.878 INFO O| Aug 05 18:24:56.878 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-08-05T18:24:58.527Z[ host-image] Aug 05 18:24:56.882 INFO O| Aug 05 18:24:56.882 INFO O| Done
67972024-08-05T18:24:58.532Z[ recovery-image] Aug 05 18:24:56.889 INFO O| Aug 05 18:24:56.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
67982024-08-05T18:24:58.535Z[ recovery-image] Aug 05 18:24:56.889 INFO O| Aug 05 18:24:56.889 INFO STEP 1021 (remove_files) COMPLETE
67992024-08-05T18:24:58.535Z[ recovery-image] Aug 05 18:24:56.889 INFO O| Aug 05 18:24:56.889 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-08-05T18:24:58.544Z[ recovery-image] Aug 05 18:24:56.901 INFO O| Aug 05 18:24:56.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
68012024-08-05T18:24:58.544Z[ recovery-image] Aug 05 18:24:56.901 INFO O| Aug 05 18:24:56.901 INFO STEP 1022 (remove_files) COMPLETE
68022024-08-05T18:24:58.546Z[ recovery-image] Aug 05 18:24:56.901 INFO O| Aug 05 18:24:56.901 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-08-05T18:24:58.554Z[ recovery-image] Aug 05 18:24:56.911 INFO O| Aug 05 18:24:56.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
68042024-08-05T18:24:58.554Z[ recovery-image] Aug 05 18:24:56.911 INFO O| Aug 05 18:24:56.911 INFO STEP 1023 (remove_files) COMPLETE
68052024-08-05T18:24:58.557Z[ recovery-image] Aug 05 18:24:56.911 INFO O| Aug 05 18:24:56.911 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-08-05T18:24:58.564Z[ recovery-image] Aug 05 18:24:56.922 INFO O| Aug 05 18:24:56.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
68072024-08-05T18:24:58.565Z[ recovery-image] Aug 05 18:24:56.922 INFO O| Aug 05 18:24:56.922 INFO STEP 1024 (remove_files) COMPLETE
68082024-08-05T18:24:58.565Z[ recovery-image] Aug 05 18:24:56.922 INFO O| Aug 05 18:24:56.922 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-08-05T18:24:58.576Z[ recovery-image] Aug 05 18:24:56.933 INFO O| Aug 05 18:24:56.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
68102024-08-05T18:24:58.579Z[ recovery-image] Aug 05 18:24:56.933 INFO O| Aug 05 18:24:56.933 INFO STEP 1025 (remove_files) COMPLETE
68112024-08-05T18:24:58.579Z[ recovery-image] Aug 05 18:24:56.933 INFO O| Aug 05 18:24:56.933 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-08-05T18:24:58.586Z[ recovery-image] Aug 05 18:24:56.943 INFO O| Aug 05 18:24:56.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
68132024-08-05T18:24:58.589Z[ recovery-image] Aug 05 18:24:56.943 INFO O| Aug 05 18:24:56.943 INFO STEP 1026 (remove_files) COMPLETE
68142024-08-05T18:24:58.589Z[ recovery-image] Aug 05 18:24:56.943 INFO O| Aug 05 18:24:56.943 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-08-05T18:24:58.596Z[ recovery-image] Aug 05 18:24:56.953 INFO O| Aug 05 18:24:56.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
68162024-08-05T18:24:58.599Z[ recovery-image] Aug 05 18:24:56.953 INFO O| Aug 05 18:24:56.953 INFO STEP 1027 (remove_files) COMPLETE
68172024-08-05T18:24:58.599Z[ recovery-image] Aug 05 18:24:56.954 INFO O| Aug 05 18:24:56.953 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-08-05T18:24:58.608Z[ recovery-image] Aug 05 18:24:56.965 INFO O| Aug 05 18:24:56.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
68192024-08-05T18:24:58.608Z[ recovery-image] Aug 05 18:24:56.965 INFO O| Aug 05 18:24:56.965 INFO STEP 1028 (remove_files) COMPLETE
68202024-08-05T18:24:58.610Z[ recovery-image] Aug 05 18:24:56.965 INFO O| Aug 05 18:24:56.965 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-08-05T18:24:58.618Z[ recovery-image] Aug 05 18:24:56.975 INFO O| Aug 05 18:24:56.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
68222024-08-05T18:24:58.618Z[ recovery-image] Aug 05 18:24:56.975 INFO O| Aug 05 18:24:56.975 INFO STEP 1029 (remove_files) COMPLETE
68232024-08-05T18:24:58.621Z[ recovery-image] Aug 05 18:24:56.975 INFO O| Aug 05 18:24:56.975 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-08-05T18:24:58.632Z[ recovery-image] Aug 05 18:24:56.988 INFO O| Aug 05 18:24:56.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
68252024-08-05T18:24:58.638Z[ recovery-image] Aug 05 18:24:56.992 INFO O| Aug 05 18:24:56.991 INFO STEP 1030 (remove_files) COMPLETE
68262024-08-05T18:24:58.641Z[ recovery-image] Aug 05 18:24:56.992 INFO O| Aug 05 18:24:56.991 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-08-05T18:24:58.666Z[ recovery-image] Aug 05 18:24:57.022 INFO O| Aug 05 18:24:57.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
68282024-08-05T18:24:58.666Z[ recovery-image] Aug 05 18:24:57.022 INFO O| Aug 05 18:24:57.021 INFO STEP 1031 (remove_files) COMPLETE
68292024-08-05T18:24:58.666Z[ recovery-image] Aug 05 18:24:57.022 INFO O| Aug 05 18:24:57.021 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-08-05T18:24:58.687Z[ recovery-image] Aug 05 18:24:57.042 INFO O| Aug 05 18:24:57.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
68312024-08-05T18:24:58.687Z[ recovery-image] Aug 05 18:24:57.042 INFO O| Aug 05 18:24:57.041 INFO STEP 1032 (remove_files) COMPLETE
68322024-08-05T18:24:58.687Z[ recovery-image] Aug 05 18:24:57.042 INFO O| Aug 05 18:24:57.041 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-08-05T18:24:58.705Z[ recovery-image] Aug 05 18:24:57.061 INFO O| Aug 05 18:24:57.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
68342024-08-05T18:24:58.705Z[ recovery-image] Aug 05 18:24:57.061 INFO O| Aug 05 18:24:57.060 INFO STEP 1033 (remove_files) COMPLETE
68352024-08-05T18:24:58.705Z[ recovery-image] Aug 05 18:24:57.061 INFO O| Aug 05 18:24:57.060 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-08-05T18:24:58.719Z[ recovery-image] Aug 05 18:24:57.076 INFO O| Aug 05 18:24:57.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
68372024-08-05T18:24:58.719Z[ recovery-image] Aug 05 18:24:57.076 INFO O| Aug 05 18:24:57.076 INFO STEP 1034 (remove_files) COMPLETE
68382024-08-05T18:24:58.719Z[ recovery-image] Aug 05 18:24:57.076 INFO O| Aug 05 18:24:57.076 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-08-05T18:24:58.734Z[ recovery-image] Aug 05 18:24:57.091 INFO O| Aug 05 18:24:57.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
68402024-08-05T18:24:58.737Z[ recovery-image] Aug 05 18:24:57.091 INFO O| Aug 05 18:24:57.091 INFO STEP 1035 (remove_files) COMPLETE
68412024-08-05T18:24:58.737Z[ recovery-image] Aug 05 18:24:57.091 INFO O| Aug 05 18:24:57.091 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-08-05T18:24:58.748Z[ recovery-image] Aug 05 18:24:57.105 INFO O| Aug 05 18:24:57.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
68432024-08-05T18:24:58.748Z[ recovery-image] Aug 05 18:24:57.105 INFO O| Aug 05 18:24:57.105 INFO STEP 1036 (remove_files) COMPLETE
68442024-08-05T18:24:58.748Z[ recovery-image] Aug 05 18:24:57.105 INFO O| Aug 05 18:24:57.105 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-08-05T18:24:58.760Z[ recovery-image] Aug 05 18:24:57.117 INFO O| Aug 05 18:24:57.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
68462024-08-05T18:24:58.760Z[ recovery-image] Aug 05 18:24:57.117 INFO O| Aug 05 18:24:57.117 INFO STEP 1037 (remove_files) COMPLETE
68472024-08-05T18:24:58.763Z[ recovery-image] Aug 05 18:24:57.117 INFO O| Aug 05 18:24:57.117 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-08-05T18:24:58.770Z[ recovery-image] Aug 05 18:24:57.127 INFO O| Aug 05 18:24:57.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
68492024-08-05T18:24:58.773Z[ recovery-image] Aug 05 18:24:57.128 INFO O| Aug 05 18:24:57.128 INFO STEP 1038 (remove_files) COMPLETE
68502024-08-05T18:24:58.773Z[ recovery-image] Aug 05 18:24:57.128 INFO O| Aug 05 18:24:57.128 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-08-05T18:24:58.780Z[ recovery-image] Aug 05 18:24:57.137 INFO O| Aug 05 18:24:57.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
68522024-08-05T18:24:58.780Z[ recovery-image] Aug 05 18:24:57.137 INFO O| Aug 05 18:24:57.137 INFO STEP 1039 (remove_files) COMPLETE
68532024-08-05T18:24:58.783Z[ recovery-image] Aug 05 18:24:57.137 INFO O| Aug 05 18:24:57.137 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-08-05T18:24:58.790Z[ recovery-image] Aug 05 18:24:57.147 INFO O| Aug 05 18:24:57.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
68552024-08-05T18:24:58.790Z[ recovery-image] Aug 05 18:24:57.147 INFO O| Aug 05 18:24:57.147 INFO STEP 1040 (remove_files) COMPLETE
68562024-08-05T18:24:58.790Z[ recovery-image] Aug 05 18:24:57.148 INFO O| Aug 05 18:24:57.147 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-08-05T18:24:58.800Z[ recovery-image] Aug 05 18:24:57.157 INFO O| Aug 05 18:24:57.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
68582024-08-05T18:24:58.800Z[ recovery-image] Aug 05 18:24:57.157 INFO O| Aug 05 18:24:57.157 INFO STEP 1041 (remove_files) COMPLETE
68592024-08-05T18:24:58.800Z[ recovery-image] Aug 05 18:24:57.157 INFO O| Aug 05 18:24:57.157 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-08-05T18:24:58.810Z[ recovery-image] Aug 05 18:24:57.167 INFO O| Aug 05 18:24:57.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
68612024-08-05T18:24:58.810Z[ recovery-image] Aug 05 18:24:57.167 INFO O| Aug 05 18:24:57.167 INFO STEP 1042 (remove_files) COMPLETE
68622024-08-05T18:24:58.810Z[ recovery-image] Aug 05 18:24:57.167 INFO O| Aug 05 18:24:57.167 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-08-05T18:24:58.819Z[ recovery-image] Aug 05 18:24:57.176 INFO O| Aug 05 18:24:57.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
68642024-08-05T18:24:58.819Z[ recovery-image] Aug 05 18:24:57.177 INFO O| Aug 05 18:24:57.177 INFO STEP 1043 (remove_files) COMPLETE
68652024-08-05T18:24:58.822Z[ recovery-image] Aug 05 18:24:57.177 INFO O| Aug 05 18:24:57.177 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-08-05T18:24:58.829Z[ recovery-image] Aug 05 18:24:57.186 INFO O| Aug 05 18:24:57.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
68672024-08-05T18:24:58.829Z[ recovery-image] Aug 05 18:24:57.186 INFO O| Aug 05 18:24:57.186 INFO STEP 1044 (remove_files) COMPLETE
68682024-08-05T18:24:58.832Z[ recovery-image] Aug 05 18:24:57.186 INFO O| Aug 05 18:24:57.186 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-08-05T18:24:58.839Z[ recovery-image] Aug 05 18:24:57.196 INFO O| Aug 05 18:24:57.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
68702024-08-05T18:24:58.839Z[ recovery-image] Aug 05 18:24:57.196 INFO O| Aug 05 18:24:57.196 INFO STEP 1045 (remove_files) COMPLETE
68712024-08-05T18:24:58.842Z[ recovery-image] Aug 05 18:24:57.196 INFO O| Aug 05 18:24:57.196 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-08-05T18:24:58.848Z[ recovery-image] Aug 05 18:24:57.205 INFO O| Aug 05 18:24:57.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
68732024-08-05T18:24:58.848Z[ recovery-image] Aug 05 18:24:57.205 INFO O| Aug 05 18:24:57.205 INFO STEP 1046 (remove_files) COMPLETE
68742024-08-05T18:24:58.851Z[ recovery-image] Aug 05 18:24:57.206 INFO O| Aug 05 18:24:57.205 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-08-05T18:24:58.858Z[ recovery-image] Aug 05 18:24:57.215 INFO O| Aug 05 18:24:57.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
68762024-08-05T18:24:58.858Z[ recovery-image] Aug 05 18:24:57.215 INFO O| Aug 05 18:24:57.215 INFO STEP 1047 (remove_files) COMPLETE
68772024-08-05T18:24:58.858Z[ recovery-image] Aug 05 18:24:57.215 INFO O| Aug 05 18:24:57.215 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-08-05T18:24:58.868Z[ recovery-image] Aug 05 18:24:57.225 INFO O| Aug 05 18:24:57.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
68792024-08-05T18:24:58.868Z[ recovery-image] Aug 05 18:24:57.225 INFO O| Aug 05 18:24:57.225 INFO STEP 1048 (remove_files) COMPLETE
68802024-08-05T18:24:58.868Z[ recovery-image] Aug 05 18:24:57.225 INFO O| Aug 05 18:24:57.225 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-08-05T18:24:58.877Z[ recovery-image] Aug 05 18:24:57.234 INFO O| Aug 05 18:24:57.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
68822024-08-05T18:24:58.877Z[ recovery-image] Aug 05 18:24:57.235 INFO O| Aug 05 18:24:57.234 INFO STEP 1049 (remove_files) COMPLETE
68832024-08-05T18:24:58.878Z[ recovery-image] Aug 05 18:24:57.235 INFO O| Aug 05 18:24:57.235 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-08-05T18:24:58.887Z[ recovery-image] Aug 05 18:24:57.245 INFO O| Aug 05 18:24:57.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
68852024-08-05T18:24:58.888Z[ recovery-image] Aug 05 18:24:57.245 INFO O| Aug 05 18:24:57.245 INFO STEP 1050 (remove_files) COMPLETE
68862024-08-05T18:24:58.888Z[ recovery-image] Aug 05 18:24:57.245 INFO O| Aug 05 18:24:57.245 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-08-05T18:24:58.898Z[ recovery-image] Aug 05 18:24:57.254 INFO O| Aug 05 18:24:57.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
68882024-08-05T18:24:58.898Z[ recovery-image] Aug 05 18:24:57.255 INFO O| Aug 05 18:24:57.254 INFO STEP 1051 (remove_files) COMPLETE
68892024-08-05T18:24:58.898Z[ recovery-image] Aug 05 18:24:57.255 INFO O| Aug 05 18:24:57.255 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-08-05T18:24:58.907Z[ recovery-image] Aug 05 18:24:57.264 INFO O| Aug 05 18:24:57.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
68912024-08-05T18:24:58.907Z[ recovery-image] Aug 05 18:24:57.264 INFO O| Aug 05 18:24:57.264 INFO STEP 1052 (remove_files) COMPLETE
68922024-08-05T18:24:58.907Z[ recovery-image] Aug 05 18:24:57.264 INFO O| Aug 05 18:24:57.264 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-08-05T18:24:58.923Z[ recovery-image] Aug 05 18:24:57.274 INFO O| Aug 05 18:24:57.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
68942024-08-05T18:24:58.923Z[ recovery-image] Aug 05 18:24:57.274 INFO O| Aug 05 18:24:57.274 INFO STEP 1053 (remove_files) COMPLETE
68952024-08-05T18:24:58.923Z[ recovery-image] Aug 05 18:24:57.274 INFO O| Aug 05 18:24:57.274 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-08-05T18:24:58.927Z[ recovery-image] Aug 05 18:24:57.284 INFO O| Aug 05 18:24:57.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
68972024-08-05T18:24:58.927Z[ recovery-image] Aug 05 18:24:57.284 INFO O| Aug 05 18:24:57.284 INFO STEP 1054 (remove_files) COMPLETE
68982024-08-05T18:24:58.927Z[ recovery-image] Aug 05 18:24:57.284 INFO O| Aug 05 18:24:57.284 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-08-05T18:24:58.937Z[ recovery-image] Aug 05 18:24:57.294 INFO O| Aug 05 18:24:57.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
69002024-08-05T18:24:58.937Z[ recovery-image] Aug 05 18:24:57.294 INFO O| Aug 05 18:24:57.294 INFO STEP 1055 (remove_files) COMPLETE
69012024-08-05T18:24:58.940Z[ recovery-image] Aug 05 18:24:57.294 INFO O| Aug 05 18:24:57.294 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-08-05T18:24:58.947Z[ recovery-image] Aug 05 18:24:57.304 INFO O| Aug 05 18:24:57.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
69032024-08-05T18:24:58.950Z[ recovery-image] Aug 05 18:24:57.304 INFO O| Aug 05 18:24:57.304 INFO STEP 1056 (remove_files) COMPLETE
69042024-08-05T18:24:58.950Z[ recovery-image] Aug 05 18:24:57.304 INFO O| Aug 05 18:24:57.304 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-08-05T18:24:58.957Z[ recovery-image] Aug 05 18:24:57.314 INFO O| Aug 05 18:24:57.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
69062024-08-05T18:24:58.957Z[ recovery-image] Aug 05 18:24:57.314 INFO O| Aug 05 18:24:57.314 INFO STEP 1057 (remove_files) COMPLETE
69072024-08-05T18:24:58.959Z[ recovery-image] Aug 05 18:24:57.314 INFO O| Aug 05 18:24:57.314 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-08-05T18:24:58.967Z[ recovery-image] Aug 05 18:24:57.324 INFO O| Aug 05 18:24:57.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
69092024-08-05T18:24:58.967Z[ recovery-image] Aug 05 18:24:57.324 INFO O| Aug 05 18:24:57.324 INFO STEP 1058 (remove_files) COMPLETE
69102024-08-05T18:24:58.967Z[ recovery-image] Aug 05 18:24:57.324 INFO O| Aug 05 18:24:57.324 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-08-05T18:24:58.977Z[ recovery-image] Aug 05 18:24:57.334 INFO O| Aug 05 18:24:57.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
69122024-08-05T18:24:58.977Z[ recovery-image] Aug 05 18:24:57.334 INFO O| Aug 05 18:24:57.334 INFO STEP 1059 (remove_files) COMPLETE
69132024-08-05T18:24:58.980Z[ recovery-image] Aug 05 18:24:57.334 INFO O| Aug 05 18:24:57.334 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-08-05T18:24:58.987Z[ recovery-image] Aug 05 18:24:57.344 INFO O| Aug 05 18:24:57.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
69152024-08-05T18:24:58.987Z[ recovery-image] Aug 05 18:24:57.344 INFO O| Aug 05 18:24:57.344 INFO STEP 1060 (remove_files) COMPLETE
69162024-08-05T18:24:58.990Z[ recovery-image] Aug 05 18:24:57.344 INFO O| Aug 05 18:24:57.344 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-08-05T18:24:58.997Z[ recovery-image] Aug 05 18:24:57.354 INFO O| Aug 05 18:24:57.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
69182024-08-05T18:24:58.997Z[ recovery-image] Aug 05 18:24:57.354 INFO O| Aug 05 18:24:57.354 INFO STEP 1061 (remove_files) COMPLETE
69192024-08-05T18:24:59.000Z[ recovery-image] Aug 05 18:24:57.354 INFO O| Aug 05 18:24:57.354 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-08-05T18:24:59.007Z[ recovery-image] Aug 05 18:24:57.364 INFO O| Aug 05 18:24:57.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
69212024-08-05T18:24:59.010Z[ recovery-image] Aug 05 18:24:57.364 INFO O| Aug 05 18:24:57.364 INFO STEP 1062 (remove_files) COMPLETE
69222024-08-05T18:24:59.010Z[ recovery-image] Aug 05 18:24:57.364 INFO O| Aug 05 18:24:57.364 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-08-05T18:24:59.017Z[ recovery-image] Aug 05 18:24:57.374 INFO O| Aug 05 18:24:57.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
69242024-08-05T18:24:59.017Z[ recovery-image] Aug 05 18:24:57.374 INFO O| Aug 05 18:24:57.374 INFO STEP 1063 (remove_files) COMPLETE
69252024-08-05T18:24:59.019Z[ recovery-image] Aug 05 18:24:57.374 INFO O| Aug 05 18:24:57.374 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-08-05T18:24:59.026Z[ recovery-image] Aug 05 18:24:57.384 INFO O| Aug 05 18:24:57.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
69272024-08-05T18:24:59.027Z[ recovery-image] Aug 05 18:24:57.384 INFO O| Aug 05 18:24:57.384 INFO STEP 1064 (remove_files) COMPLETE
69282024-08-05T18:24:59.029Z[ recovery-image] Aug 05 18:24:57.384 INFO O| Aug 05 18:24:57.384 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-08-05T18:24:59.036Z[ recovery-image] Aug 05 18:24:57.393 INFO O| Aug 05 18:24:57.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
69302024-08-05T18:24:59.036Z[ recovery-image] Aug 05 18:24:57.393 INFO O| Aug 05 18:24:57.393 INFO STEP 1065 (remove_files) COMPLETE
69312024-08-05T18:24:59.039Z[ recovery-image] Aug 05 18:24:57.393 INFO O| Aug 05 18:24:57.393 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-08-05T18:24:59.046Z[ recovery-image] Aug 05 18:24:57.403 INFO O| Aug 05 18:24:57.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
69332024-08-05T18:24:59.049Z[ recovery-image] Aug 05 18:24:57.403 INFO O| Aug 05 18:24:57.403 INFO STEP 1066 (remove_files) COMPLETE
69342024-08-05T18:24:59.049Z[ recovery-image] Aug 05 18:24:57.403 INFO O| Aug 05 18:24:57.403 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-08-05T18:24:59.056Z[ recovery-image] Aug 05 18:24:57.413 INFO O| Aug 05 18:24:57.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
69362024-08-05T18:24:59.059Z[ recovery-image] Aug 05 18:24:57.413 INFO O| Aug 05 18:24:57.413 INFO STEP 1067 (remove_files) COMPLETE
69372024-08-05T18:24:59.059Z[ recovery-image] Aug 05 18:24:57.413 INFO O| Aug 05 18:24:57.413 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-08-05T18:24:59.066Z[ recovery-image] Aug 05 18:24:57.423 INFO O| Aug 05 18:24:57.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
69392024-08-05T18:24:59.066Z[ recovery-image] Aug 05 18:24:57.423 INFO O| Aug 05 18:24:57.423 INFO STEP 1068 (remove_files) COMPLETE
69402024-08-05T18:24:59.069Z[ recovery-image] Aug 05 18:24:57.423 INFO O| Aug 05 18:24:57.423 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-08-05T18:24:59.076Z[ recovery-image] Aug 05 18:24:57.433 INFO O| Aug 05 18:24:57.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
69422024-08-05T18:24:59.078Z[ recovery-image] Aug 05 18:24:57.433 INFO O| Aug 05 18:24:57.433 INFO STEP 1069 (remove_files) COMPLETE
69432024-08-05T18:24:59.078Z[ recovery-image] Aug 05 18:24:57.433 INFO O| Aug 05 18:24:57.433 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-08-05T18:24:59.086Z[ recovery-image] Aug 05 18:24:57.443 INFO O| Aug 05 18:24:57.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
69452024-08-05T18:24:59.086Z[ recovery-image] Aug 05 18:24:57.443 INFO O| Aug 05 18:24:57.443 INFO STEP 1070 (remove_files) COMPLETE
69462024-08-05T18:24:59.088Z[ recovery-image] Aug 05 18:24:57.443 INFO O| Aug 05 18:24:57.443 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-08-05T18:24:59.095Z[ recovery-image] Aug 05 18:24:57.452 INFO O| Aug 05 18:24:57.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
69482024-08-05T18:24:59.098Z[ recovery-image] Aug 05 18:24:57.453 INFO O| Aug 05 18:24:57.453 INFO STEP 1071 (remove_files) COMPLETE
69492024-08-05T18:24:59.098Z[ recovery-image] Aug 05 18:24:57.453 INFO O| Aug 05 18:24:57.453 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-08-05T18:24:59.106Z[ recovery-image] Aug 05 18:24:57.462 INFO O| Aug 05 18:24:57.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
69512024-08-05T18:24:59.106Z[ recovery-image] Aug 05 18:24:57.463 INFO O| Aug 05 18:24:57.462 INFO STEP 1072 (remove_files) COMPLETE
69522024-08-05T18:24:59.108Z[ recovery-image] Aug 05 18:24:57.463 INFO O| Aug 05 18:24:57.462 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-08-05T18:24:59.116Z[ recovery-image] Aug 05 18:24:57.473 INFO O| Aug 05 18:24:57.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
69542024-08-05T18:24:59.116Z[ recovery-image] Aug 05 18:24:57.473 INFO O| Aug 05 18:24:57.473 INFO STEP 1073 (remove_files) COMPLETE
69552024-08-05T18:24:59.119Z[ recovery-image] Aug 05 18:24:57.473 INFO O| Aug 05 18:24:57.473 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-08-05T18:24:59.126Z[ recovery-image] Aug 05 18:24:57.483 INFO O| Aug 05 18:24:57.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
69572024-08-05T18:24:59.126Z[ recovery-image] Aug 05 18:24:57.483 INFO O| Aug 05 18:24:57.483 INFO STEP 1074 (remove_files) COMPLETE
69582024-08-05T18:24:59.129Z[ recovery-image] Aug 05 18:24:57.483 INFO O| Aug 05 18:24:57.483 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-08-05T18:24:59.136Z[ recovery-image] Aug 05 18:24:57.493 INFO O| Aug 05 18:24:57.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
69602024-08-05T18:24:59.136Z[ recovery-image] Aug 05 18:24:57.493 INFO O| Aug 05 18:24:57.493 INFO STEP 1075 (remove_files) COMPLETE
69612024-08-05T18:24:59.136Z[ recovery-image] Aug 05 18:24:57.493 INFO O| Aug 05 18:24:57.493 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-08-05T18:24:59.146Z[ recovery-image] Aug 05 18:24:57.503 INFO O| Aug 05 18:24:57.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
69632024-08-05T18:24:59.146Z[ recovery-image] Aug 05 18:24:57.503 INFO O| Aug 05 18:24:57.503 INFO STEP 1076 (remove_files) COMPLETE
69642024-08-05T18:24:59.149Z[ recovery-image] Aug 05 18:24:57.503 INFO O| Aug 05 18:24:57.503 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-08-05T18:24:59.156Z[ recovery-image] Aug 05 18:24:57.513 INFO O| Aug 05 18:24:57.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
69662024-08-05T18:24:59.156Z[ recovery-image] Aug 05 18:24:57.513 INFO O| Aug 05 18:24:57.513 INFO STEP 1077 (remove_files) COMPLETE
69672024-08-05T18:24:59.156Z[ recovery-image] Aug 05 18:24:57.513 INFO O| Aug 05 18:24:57.513 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-08-05T18:24:59.166Z[ recovery-image] Aug 05 18:24:57.523 INFO O| Aug 05 18:24:57.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
69692024-08-05T18:24:59.169Z[ recovery-image] Aug 05 18:24:57.523 INFO O| Aug 05 18:24:57.523 INFO STEP 1078 (remove_files) COMPLETE
69702024-08-05T18:24:59.169Z[ recovery-image] Aug 05 18:24:57.523 INFO O| Aug 05 18:24:57.523 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-08-05T18:24:59.176Z[ recovery-image] Aug 05 18:24:57.533 INFO O| Aug 05 18:24:57.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
69722024-08-05T18:24:59.179Z[ recovery-image] Aug 05 18:24:57.533 INFO O| Aug 05 18:24:57.533 INFO STEP 1079 (remove_files) COMPLETE
69732024-08-05T18:24:59.179Z[ recovery-image] Aug 05 18:24:57.533 INFO O| Aug 05 18:24:57.533 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-08-05T18:24:59.187Z[ recovery-image] Aug 05 18:24:57.544 INFO O| Aug 05 18:24:57.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
69752024-08-05T18:24:59.187Z[ recovery-image] Aug 05 18:24:57.544 INFO O| Aug 05 18:24:57.544 INFO STEP 1080 (remove_files) COMPLETE
69762024-08-05T18:24:59.187Z[ recovery-image] Aug 05 18:24:57.544 INFO O| Aug 05 18:24:57.544 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-08-05T18:24:59.197Z[ recovery-image] Aug 05 18:24:57.554 INFO O| Aug 05 18:24:57.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
69782024-08-05T18:24:59.197Z[ recovery-image] Aug 05 18:24:57.554 INFO O| Aug 05 18:24:57.554 INFO STEP 1081 (remove_files) COMPLETE
69792024-08-05T18:24:59.197Z[ recovery-image] Aug 05 18:24:57.554 INFO O| Aug 05 18:24:57.554 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-08-05T18:24:59.208Z[ recovery-image] Aug 05 18:24:57.565 INFO O| Aug 05 18:24:57.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
69812024-08-05T18:24:59.208Z[ recovery-image] Aug 05 18:24:57.565 INFO O| Aug 05 18:24:57.565 INFO STEP 1082 (remove_files) COMPLETE
69822024-08-05T18:24:59.211Z[ recovery-image] Aug 05 18:24:57.565 INFO O| Aug 05 18:24:57.565 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-08-05T18:24:59.218Z[ recovery-image] Aug 05 18:24:57.575 INFO O| Aug 05 18:24:57.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
69842024-08-05T18:24:59.220Z[ recovery-image] Aug 05 18:24:57.575 INFO O| Aug 05 18:24:57.575 INFO STEP 1083 (remove_files) COMPLETE
69852024-08-05T18:24:59.220Z[ recovery-image] Aug 05 18:24:57.575 INFO O| Aug 05 18:24:57.575 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-08-05T18:24:59.228Z[ recovery-image] Aug 05 18:24:57.585 INFO O| Aug 05 18:24:57.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
69872024-08-05T18:24:59.231Z[ recovery-image] Aug 05 18:24:57.586 INFO O| Aug 05 18:24:57.585 INFO STEP 1084 (remove_files) COMPLETE
69882024-08-05T18:24:59.231Z[ recovery-image] Aug 05 18:24:57.586 INFO O| Aug 05 18:24:57.585 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-08-05T18:24:59.238Z[ recovery-image] Aug 05 18:24:57.595 INFO O| Aug 05 18:24:57.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
69902024-08-05T18:24:59.241Z[ recovery-image] Aug 05 18:24:57.595 INFO O| Aug 05 18:24:57.595 INFO STEP 1085 (remove_files) COMPLETE
69912024-08-05T18:24:59.241Z[ recovery-image] Aug 05 18:24:57.595 INFO O| Aug 05 18:24:57.595 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-08-05T18:24:59.248Z[ recovery-image] Aug 05 18:24:57.605 INFO O| Aug 05 18:24:57.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
69932024-08-05T18:24:59.251Z[ recovery-image] Aug 05 18:24:57.605 INFO O| Aug 05 18:24:57.605 INFO STEP 1086 (remove_files) COMPLETE
69942024-08-05T18:24:59.251Z[ recovery-image] Aug 05 18:24:57.605 INFO O| Aug 05 18:24:57.605 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-08-05T18:24:59.258Z[ recovery-image] Aug 05 18:24:57.615 INFO O| Aug 05 18:24:57.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
69962024-08-05T18:24:59.258Z[ recovery-image] Aug 05 18:24:57.615 INFO O| Aug 05 18:24:57.615 INFO STEP 1087 (remove_files) COMPLETE
69972024-08-05T18:24:59.261Z[ recovery-image] Aug 05 18:24:57.615 INFO O| Aug 05 18:24:57.615 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-08-05T18:24:59.268Z[ recovery-image] Aug 05 18:24:57.625 INFO O| Aug 05 18:24:57.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
69992024-08-05T18:24:59.268Z[ recovery-image] Aug 05 18:24:57.625 INFO O| Aug 05 18:24:57.625 INFO STEP 1088 (remove_files) COMPLETE
70002024-08-05T18:24:59.268Z[ recovery-image] Aug 05 18:24:57.625 INFO O| Aug 05 18:24:57.625 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-08-05T18:24:59.278Z[ recovery-image] Aug 05 18:24:57.635 INFO O| Aug 05 18:24:57.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
70022024-08-05T18:24:59.278Z[ recovery-image] Aug 05 18:24:57.635 INFO O| Aug 05 18:24:57.635 INFO STEP 1089 (remove_files) COMPLETE
70032024-08-05T18:24:59.281Z[ recovery-image] Aug 05 18:24:57.635 INFO O| Aug 05 18:24:57.635 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-08-05T18:24:59.288Z[ recovery-image] Aug 05 18:24:57.644 INFO O| Aug 05 18:24:57.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
70052024-08-05T18:24:59.288Z[ recovery-image] Aug 05 18:24:57.644 INFO O| Aug 05 18:24:57.644 INFO STEP 1090 (remove_files) COMPLETE
70062024-08-05T18:24:59.292Z[ recovery-image] Aug 05 18:24:57.645 INFO O| Aug 05 18:24:57.644 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-08-05T18:24:59.297Z[ recovery-image] Aug 05 18:24:57.654 INFO O| Aug 05 18:24:57.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
70082024-08-05T18:24:59.297Z[ recovery-image] Aug 05 18:24:57.654 INFO O| Aug 05 18:24:57.654 INFO STEP 1091 (remove_files) COMPLETE
70092024-08-05T18:24:59.297Z[ recovery-image] Aug 05 18:24:57.654 INFO O| Aug 05 18:24:57.654 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-08-05T18:24:59.307Z[ recovery-image] Aug 05 18:24:57.664 INFO O| Aug 05 18:24:57.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
70112024-08-05T18:24:59.307Z[ recovery-image] Aug 05 18:24:57.664 INFO O| Aug 05 18:24:57.664 INFO STEP 1092 (remove_files) COMPLETE
70122024-08-05T18:24:59.310Z[ recovery-image] Aug 05 18:24:57.664 INFO O| Aug 05 18:24:57.664 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-08-05T18:24:59.317Z[ recovery-image] Aug 05 18:24:57.674 INFO O| Aug 05 18:24:57.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
70142024-08-05T18:24:59.317Z[ recovery-image] Aug 05 18:24:57.674 INFO O| Aug 05 18:24:57.674 INFO STEP 1093 (remove_files) COMPLETE
70152024-08-05T18:24:59.317Z[ recovery-image] Aug 05 18:24:57.674 INFO O| Aug 05 18:24:57.674 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-08-05T18:24:59.327Z[ recovery-image] Aug 05 18:24:57.684 INFO O| Aug 05 18:24:57.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
70172024-08-05T18:24:59.327Z[ recovery-image] Aug 05 18:24:57.684 INFO O| Aug 05 18:24:57.684 INFO STEP 1094 (remove_files) COMPLETE
70182024-08-05T18:24:59.330Z[ recovery-image] Aug 05 18:24:57.684 INFO O| Aug 05 18:24:57.684 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-08-05T18:24:59.337Z[ recovery-image] Aug 05 18:24:57.694 INFO O| Aug 05 18:24:57.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
70202024-08-05T18:24:59.337Z[ recovery-image] Aug 05 18:24:57.694 INFO O| Aug 05 18:24:57.694 INFO STEP 1095 (remove_files) COMPLETE
70212024-08-05T18:24:59.340Z[ recovery-image] Aug 05 18:24:57.694 INFO O| Aug 05 18:24:57.694 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-08-05T18:24:59.347Z[ recovery-image] Aug 05 18:24:57.704 INFO O| Aug 05 18:24:57.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
70232024-08-05T18:24:59.347Z[ recovery-image] Aug 05 18:24:57.704 INFO O| Aug 05 18:24:57.704 INFO STEP 1096 (remove_files) COMPLETE
70242024-08-05T18:24:59.350Z[ recovery-image] Aug 05 18:24:57.704 INFO O| Aug 05 18:24:57.704 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-08-05T18:24:59.357Z[ recovery-image] Aug 05 18:24:57.714 INFO O| Aug 05 18:24:57.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
70262024-08-05T18:24:59.357Z[ recovery-image] Aug 05 18:24:57.714 INFO O| Aug 05 18:24:57.714 INFO STEP 1097 (remove_files) COMPLETE
70272024-08-05T18:24:59.360Z[ recovery-image] Aug 05 18:24:57.714 INFO O| Aug 05 18:24:57.714 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-08-05T18:24:59.367Z[ recovery-image] Aug 05 18:24:57.724 INFO O| Aug 05 18:24:57.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
70292024-08-05T18:24:59.367Z[ recovery-image] Aug 05 18:24:57.724 INFO O| Aug 05 18:24:57.724 INFO STEP 1098 (remove_files) COMPLETE
70302024-08-05T18:24:59.367Z[ recovery-image] Aug 05 18:24:57.724 INFO O| Aug 05 18:24:57.724 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-08-05T18:24:59.376Z[ recovery-image] Aug 05 18:24:57.733 INFO O| Aug 05 18:24:57.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
70322024-08-05T18:24:59.379Z[ recovery-image] Aug 05 18:24:57.733 INFO O| Aug 05 18:24:57.733 INFO STEP 1099 (remove_files) COMPLETE
70332024-08-05T18:24:59.379Z[ recovery-image] Aug 05 18:24:57.733 INFO O| Aug 05 18:24:57.733 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-08-05T18:24:59.386Z[ recovery-image] Aug 05 18:24:57.743 INFO O| Aug 05 18:24:57.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
70352024-08-05T18:24:59.386Z[ recovery-image] Aug 05 18:24:57.743 INFO O| Aug 05 18:24:57.743 INFO STEP 1100 (remove_files) COMPLETE
70362024-08-05T18:24:59.389Z[ recovery-image] Aug 05 18:24:57.743 INFO O| Aug 05 18:24:57.743 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-08-05T18:24:59.396Z[ recovery-image] Aug 05 18:24:57.753 INFO O| Aug 05 18:24:57.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
70382024-08-05T18:24:59.396Z[ recovery-image] Aug 05 18:24:57.753 INFO O| Aug 05 18:24:57.753 INFO STEP 1101 (remove_files) COMPLETE
70392024-08-05T18:24:59.398Z[ recovery-image] Aug 05 18:24:57.753 INFO O| Aug 05 18:24:57.753 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-08-05T18:24:59.405Z[ recovery-image] Aug 05 18:24:57.762 INFO O| Aug 05 18:24:57.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
70412024-08-05T18:24:59.405Z[ recovery-image] Aug 05 18:24:57.762 INFO O| Aug 05 18:24:57.762 INFO STEP 1102 (remove_files) COMPLETE
70422024-08-05T18:24:59.405Z[ recovery-image] Aug 05 18:24:57.762 INFO O| Aug 05 18:24:57.762 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-08-05T18:24:59.415Z[ recovery-image] Aug 05 18:24:57.772 INFO O| Aug 05 18:24:57.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
70442024-08-05T18:24:59.415Z[ recovery-image] Aug 05 18:24:57.772 INFO O| Aug 05 18:24:57.772 INFO STEP 1103 (remove_files) COMPLETE
70452024-08-05T18:24:59.418Z[ recovery-image] Aug 05 18:24:57.772 INFO O| Aug 05 18:24:57.772 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-08-05T18:24:59.425Z[ recovery-image] Aug 05 18:24:57.781 INFO O| Aug 05 18:24:57.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
70472024-08-05T18:24:59.425Z[ recovery-image] Aug 05 18:24:57.782 INFO O| Aug 05 18:24:57.782 INFO STEP 1104 (remove_files) COMPLETE
70482024-08-05T18:24:59.425Z[ recovery-image] Aug 05 18:24:57.782 INFO O| Aug 05 18:24:57.782 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-08-05T18:24:59.434Z[ recovery-image] Aug 05 18:24:57.791 INFO O| Aug 05 18:24:57.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
70502024-08-05T18:24:59.437Z[ recovery-image] Aug 05 18:24:57.791 INFO O| Aug 05 18:24:57.791 INFO STEP 1105 (remove_files) COMPLETE
70512024-08-05T18:24:59.437Z[ recovery-image] Aug 05 18:24:57.791 INFO O| Aug 05 18:24:57.791 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-08-05T18:24:59.444Z[ recovery-image] Aug 05 18:24:57.801 INFO O| Aug 05 18:24:57.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
70532024-08-05T18:24:59.444Z[ recovery-image] Aug 05 18:24:57.801 INFO O| Aug 05 18:24:57.801 INFO STEP 1106 (remove_files) COMPLETE
70542024-08-05T18:24:59.446Z[ recovery-image] Aug 05 18:24:57.801 INFO O| Aug 05 18:24:57.801 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-08-05T18:24:59.453Z[ recovery-image] Aug 05 18:24:57.810 INFO O| Aug 05 18:24:57.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
70562024-08-05T18:24:59.453Z[ recovery-image] Aug 05 18:24:57.810 INFO O| Aug 05 18:24:57.810 INFO STEP 1107 (remove_files) COMPLETE
70572024-08-05T18:24:59.456Z[ recovery-image] Aug 05 18:24:57.810 INFO O| Aug 05 18:24:57.810 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-08-05T18:24:59.463Z[ recovery-image] Aug 05 18:24:57.820 INFO O| Aug 05 18:24:57.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
70592024-08-05T18:24:59.463Z[ recovery-image] Aug 05 18:24:57.820 INFO O| Aug 05 18:24:57.820 INFO STEP 1108 (remove_files) COMPLETE
70602024-08-05T18:24:59.466Z[ recovery-image] Aug 05 18:24:57.820 INFO O| Aug 05 18:24:57.820 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-08-05T18:24:59.473Z[ recovery-image] Aug 05 18:24:57.830 INFO O| Aug 05 18:24:57.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
70622024-08-05T18:24:59.473Z[ recovery-image] Aug 05 18:24:57.830 INFO O| Aug 05 18:24:57.830 INFO STEP 1109 (remove_files) COMPLETE
70632024-08-05T18:24:59.476Z[ recovery-image] Aug 05 18:24:57.830 INFO O| Aug 05 18:24:57.830 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-08-05T18:24:59.483Z[ recovery-image] Aug 05 18:24:57.840 INFO O| Aug 05 18:24:57.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
70652024-08-05T18:24:59.483Z[ recovery-image] Aug 05 18:24:57.840 INFO O| Aug 05 18:24:57.840 INFO STEP 1110 (remove_files) COMPLETE
70662024-08-05T18:24:59.483Z[ recovery-image] Aug 05 18:24:57.840 INFO O| Aug 05 18:24:57.840 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-08-05T18:24:59.493Z[ recovery-image] Aug 05 18:24:57.850 INFO O| Aug 05 18:24:57.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
70682024-08-05T18:24:59.496Z[ recovery-image] Aug 05 18:24:57.850 INFO O| Aug 05 18:24:57.850 INFO STEP 1111 (remove_files) COMPLETE
70692024-08-05T18:24:59.496Z[ recovery-image] Aug 05 18:24:57.850 INFO O| Aug 05 18:24:57.850 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-08-05T18:24:59.503Z[ recovery-image] Aug 05 18:24:57.859 INFO O| Aug 05 18:24:57.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
70712024-08-05T18:24:59.503Z[ recovery-image] Aug 05 18:24:57.860 INFO O| Aug 05 18:24:57.860 INFO STEP 1112 (remove_files) COMPLETE
70722024-08-05T18:24:59.503Z[ recovery-image] Aug 05 18:24:57.860 INFO O| Aug 05 18:24:57.860 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-08-05T18:24:59.512Z[ recovery-image] Aug 05 18:24:57.869 INFO O| Aug 05 18:24:57.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
70742024-08-05T18:24:59.515Z[ recovery-image] Aug 05 18:24:57.869 INFO O| Aug 05 18:24:57.869 INFO STEP 1113 (remove_files) COMPLETE
70752024-08-05T18:24:59.515Z[ recovery-image] Aug 05 18:24:57.869 INFO O| Aug 05 18:24:57.869 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-08-05T18:24:59.522Z[ recovery-image] Aug 05 18:24:57.879 INFO O| Aug 05 18:24:57.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
70772024-08-05T18:24:59.525Z[ recovery-image] Aug 05 18:24:57.879 INFO O| Aug 05 18:24:57.879 INFO STEP 1114 (remove_files) COMPLETE
70782024-08-05T18:24:59.525Z[ recovery-image] Aug 05 18:24:57.879 INFO O| Aug 05 18:24:57.879 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-08-05T18:24:59.531Z[ recovery-image] Aug 05 18:24:57.888 INFO O| Aug 05 18:24:57.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
70802024-08-05T18:24:59.534Z[ recovery-image] Aug 05 18:24:57.889 INFO O| Aug 05 18:24:57.889 INFO STEP 1115 (remove_files) COMPLETE
70812024-08-05T18:24:59.534Z[ recovery-image] Aug 05 18:24:57.889 INFO O| Aug 05 18:24:57.889 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-08-05T18:24:59.541Z[ recovery-image] Aug 05 18:24:57.898 INFO O| Aug 05 18:24:57.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
70832024-08-05T18:24:59.541Z[ recovery-image] Aug 05 18:24:57.898 INFO O| Aug 05 18:24:57.898 INFO STEP 1116 (remove_files) COMPLETE
70842024-08-05T18:24:59.541Z[ recovery-image] Aug 05 18:24:57.898 INFO O| Aug 05 18:24:57.898 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-08-05T18:24:59.551Z[ recovery-image] Aug 05 18:24:57.908 INFO O| Aug 05 18:24:57.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
70862024-08-05T18:24:59.555Z[ recovery-image] Aug 05 18:24:57.908 INFO O| Aug 05 18:24:57.908 INFO STEP 1117 (remove_files) COMPLETE
70872024-08-05T18:24:59.555Z[ recovery-image] Aug 05 18:24:57.908 INFO O| Aug 05 18:24:57.908 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-08-05T18:24:59.561Z[ recovery-image] Aug 05 18:24:57.918 INFO O| Aug 05 18:24:57.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
70892024-08-05T18:24:59.564Z[ recovery-image] Aug 05 18:24:57.918 INFO O| Aug 05 18:24:57.918 INFO STEP 1118 (remove_files) COMPLETE
70902024-08-05T18:24:59.564Z[ recovery-image] Aug 05 18:24:57.918 INFO O| Aug 05 18:24:57.918 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-08-05T18:24:59.571Z[ recovery-image] Aug 05 18:24:57.928 INFO O| Aug 05 18:24:57.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
70922024-08-05T18:24:59.571Z[ recovery-image] Aug 05 18:24:57.928 INFO O| Aug 05 18:24:57.928 INFO STEP 1119 (remove_files) COMPLETE
70932024-08-05T18:24:59.574Z[ recovery-image] Aug 05 18:24:57.928 INFO O| Aug 05 18:24:57.928 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-08-05T18:24:59.581Z[ recovery-image] Aug 05 18:24:57.938 INFO O| Aug 05 18:24:57.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
70952024-08-05T18:24:59.583Z[ recovery-image] Aug 05 18:24:57.938 INFO O| Aug 05 18:24:57.938 INFO STEP 1120 (remove_files) COMPLETE
70962024-08-05T18:24:59.583Z[ recovery-image] Aug 05 18:24:57.938 INFO O| Aug 05 18:24:57.938 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-08-05T18:24:59.591Z[ recovery-image] Aug 05 18:24:57.948 INFO O| Aug 05 18:24:57.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
70982024-08-05T18:24:59.591Z[ recovery-image] Aug 05 18:24:57.948 INFO O| Aug 05 18:24:57.948 INFO STEP 1121 (remove_files) COMPLETE
70992024-08-05T18:24:59.594Z[ recovery-image] Aug 05 18:24:57.948 INFO O| Aug 05 18:24:57.948 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-08-05T18:24:59.602Z[ recovery-image] Aug 05 18:24:57.959 INFO O| Aug 05 18:24:57.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
71012024-08-05T18:24:59.602Z[ recovery-image] Aug 05 18:24:57.959 INFO O| Aug 05 18:24:57.959 INFO STEP 1122 (remove_files) COMPLETE
71022024-08-05T18:24:59.605Z[ recovery-image] Aug 05 18:24:57.959 INFO O| Aug 05 18:24:57.959 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-08-05T18:24:59.613Z[ recovery-image] Aug 05 18:24:57.971 INFO O| Aug 05 18:24:57.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
71042024-08-05T18:24:59.616Z[ recovery-image] Aug 05 18:24:57.971 INFO O| Aug 05 18:24:57.971 INFO STEP 1123 (remove_files) COMPLETE
71052024-08-05T18:24:59.616Z[ recovery-image] Aug 05 18:24:57.971 INFO O| Aug 05 18:24:57.971 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-08-05T18:24:59.624Z[ recovery-image] Aug 05 18:24:57.981 INFO O| Aug 05 18:24:57.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
71072024-08-05T18:24:59.627Z[ recovery-image] Aug 05 18:24:57.981 INFO O| Aug 05 18:24:57.981 INFO STEP 1124 (remove_files) COMPLETE
71082024-08-05T18:24:59.627Z[ recovery-image] Aug 05 18:24:57.981 INFO O| Aug 05 18:24:57.981 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-08-05T18:24:59.635Z[ recovery-image] Aug 05 18:24:57.992 INFO O| Aug 05 18:24:57.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
71102024-08-05T18:24:59.635Z[ recovery-image] Aug 05 18:24:57.992 INFO O| Aug 05 18:24:57.992 INFO STEP 1125 (remove_files) COMPLETE
71112024-08-05T18:24:59.638Z[ recovery-image] Aug 05 18:24:57.992 INFO O| Aug 05 18:24:57.992 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-08-05T18:24:59.645Z[ recovery-image] Aug 05 18:24:58.002 INFO O| Aug 05 18:24:58.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
71132024-08-05T18:24:59.648Z[ recovery-image] Aug 05 18:24:58.002 INFO O| Aug 05 18:24:58.002 INFO STEP 1126 (remove_files) COMPLETE
71142024-08-05T18:24:59.648Z[ recovery-image] Aug 05 18:24:58.002 INFO O| Aug 05 18:24:58.002 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-08-05T18:24:59.656Z[ recovery-image] Aug 05 18:24:58.013 INFO O| Aug 05 18:24:58.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
71162024-08-05T18:24:59.658Z[ recovery-image] Aug 05 18:24:58.013 INFO O| Aug 05 18:24:58.013 INFO STEP 1127 (remove_files) COMPLETE
71172024-08-05T18:24:59.658Z[ recovery-image] Aug 05 18:24:58.013 INFO O| Aug 05 18:24:58.013 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-08-05T18:24:59.666Z[ recovery-image] Aug 05 18:24:58.023 INFO O| Aug 05 18:24:58.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
71192024-08-05T18:24:59.668Z[ recovery-image] Aug 05 18:24:58.023 INFO O| Aug 05 18:24:58.023 INFO STEP 1128 (remove_files) COMPLETE
71202024-08-05T18:24:59.668Z[ recovery-image] Aug 05 18:24:58.023 INFO O| Aug 05 18:24:58.023 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-08-05T18:24:59.675Z[ recovery-image] Aug 05 18:24:58.032 INFO O| Aug 05 18:24:58.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
71222024-08-05T18:24:59.678Z[ recovery-image] Aug 05 18:24:58.033 INFO O| Aug 05 18:24:58.032 INFO STEP 1129 (remove_files) COMPLETE
71232024-08-05T18:24:59.678Z[ recovery-image] Aug 05 18:24:58.033 INFO O| Aug 05 18:24:58.032 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-08-05T18:24:59.685Z[ recovery-image] Aug 05 18:24:58.042 INFO O| Aug 05 18:24:58.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
71252024-08-05T18:24:59.685Z[ recovery-image] Aug 05 18:24:58.042 INFO O| Aug 05 18:24:58.042 INFO STEP 1130 (remove_files) COMPLETE
71262024-08-05T18:24:59.685Z[ recovery-image] Aug 05 18:24:58.042 INFO O| Aug 05 18:24:58.042 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-08-05T18:24:59.695Z[ recovery-image] Aug 05 18:24:58.052 INFO O| Aug 05 18:24:58.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
71282024-08-05T18:24:59.695Z[ recovery-image] Aug 05 18:24:58.052 INFO O| Aug 05 18:24:58.052 INFO STEP 1131 (remove_files) COMPLETE
71292024-08-05T18:24:59.698Z[ recovery-image] Aug 05 18:24:58.052 INFO O| Aug 05 18:24:58.052 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-08-05T18:24:59.705Z[ recovery-image] Aug 05 18:24:58.062 INFO O| Aug 05 18:24:58.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
71312024-08-05T18:24:59.708Z[ recovery-image] Aug 05 18:24:58.062 INFO O| Aug 05 18:24:58.062 INFO STEP 1132 (remove_files) COMPLETE
71322024-08-05T18:24:59.708Z[ recovery-image] Aug 05 18:24:58.062 INFO O| Aug 05 18:24:58.062 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-08-05T18:24:59.715Z[ recovery-image] Aug 05 18:24:58.072 INFO O| Aug 05 18:24:58.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
71342024-08-05T18:24:59.718Z[ recovery-image] Aug 05 18:24:58.072 INFO O| Aug 05 18:24:58.072 INFO STEP 1133 (remove_files) COMPLETE
71352024-08-05T18:24:59.718Z[ recovery-image] Aug 05 18:24:58.072 INFO O| Aug 05 18:24:58.072 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-08-05T18:24:59.724Z[ recovery-image] Aug 05 18:24:58.081 INFO O| Aug 05 18:24:58.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
71372024-08-05T18:24:59.727Z[ recovery-image] Aug 05 18:24:58.081 INFO O| Aug 05 18:24:58.081 INFO STEP 1134 (remove_files) COMPLETE
71382024-08-05T18:24:59.727Z[ recovery-image] Aug 05 18:24:58.081 INFO O| Aug 05 18:24:58.081 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-08-05T18:24:59.734Z[ recovery-image] Aug 05 18:24:58.091 INFO O| Aug 05 18:24:58.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
71402024-08-05T18:24:59.737Z[ recovery-image] Aug 05 18:24:58.091 INFO O| Aug 05 18:24:58.091 INFO STEP 1135 (remove_files) COMPLETE
71412024-08-05T18:24:59.737Z[ recovery-image] Aug 05 18:24:58.091 INFO O| Aug 05 18:24:58.091 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-08-05T18:24:59.743Z[ recovery-image] Aug 05 18:24:58.100 INFO O| Aug 05 18:24:58.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
71432024-08-05T18:24:59.743Z[ recovery-image] Aug 05 18:24:58.100 INFO O| Aug 05 18:24:58.100 INFO STEP 1136 (remove_files) COMPLETE
71442024-08-05T18:24:59.746Z[ recovery-image] Aug 05 18:24:58.100 INFO O| Aug 05 18:24:58.100 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-08-05T18:24:59.753Z[ recovery-image] Aug 05 18:24:58.110 INFO O| Aug 05 18:24:58.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
71462024-08-05T18:24:59.756Z[ recovery-image] Aug 05 18:24:58.110 INFO O| Aug 05 18:24:58.110 INFO STEP 1137 (remove_files) COMPLETE
71472024-08-05T18:24:59.756Z[ recovery-image] Aug 05 18:24:58.110 INFO O| Aug 05 18:24:58.110 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-08-05T18:24:59.763Z[ recovery-image] Aug 05 18:24:58.120 INFO O| Aug 05 18:24:58.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
71492024-08-05T18:24:59.763Z[ recovery-image] Aug 05 18:24:58.120 INFO O| Aug 05 18:24:58.120 INFO STEP 1138 (remove_files) COMPLETE
71502024-08-05T18:24:59.763Z[ recovery-image] Aug 05 18:24:58.120 INFO O| Aug 05 18:24:58.120 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-08-05T18:24:59.772Z[ recovery-image] Aug 05 18:24:58.129 INFO O| Aug 05 18:24:58.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
71522024-08-05T18:24:59.772Z[ recovery-image] Aug 05 18:24:58.129 INFO O| Aug 05 18:24:58.129 INFO STEP 1139 (remove_files) COMPLETE
71532024-08-05T18:24:59.772Z[ recovery-image] Aug 05 18:24:58.129 INFO O| Aug 05 18:24:58.129 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-08-05T18:24:59.782Z[ recovery-image] Aug 05 18:24:58.139 INFO O| Aug 05 18:24:58.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
71552024-08-05T18:24:59.782Z[ recovery-image] Aug 05 18:24:58.139 INFO O| Aug 05 18:24:58.139 INFO STEP 1140 (remove_files) COMPLETE
71562024-08-05T18:24:59.785Z[ recovery-image] Aug 05 18:24:58.139 INFO O| Aug 05 18:24:58.139 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-08-05T18:24:59.787Z[ host-image] Aug 05 18:24:58.144 INFO O| Aug 05 18:24:58.144 INFO O| Done
71582024-08-05T18:24:59.791Z[ recovery-image] Aug 05 18:24:58.148 INFO O| Aug 05 18:24:58.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
71592024-08-05T18:24:59.791Z[ recovery-image] Aug 05 18:24:58.148 INFO O| Aug 05 18:24:58.148 INFO STEP 1141 (remove_files) COMPLETE
71602024-08-05T18:24:59.791Z[ recovery-image] Aug 05 18:24:58.148 INFO O| Aug 05 18:24:58.148 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-08-05T18:24:59.802Z[ recovery-image] Aug 05 18:24:58.158 INFO O| Aug 05 18:24:58.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
71622024-08-05T18:24:59.802Z[ recovery-image] Aug 05 18:24:58.158 INFO O| Aug 05 18:24:58.158 INFO STEP 1142 (remove_files) COMPLETE
71632024-08-05T18:24:59.802Z[ recovery-image] Aug 05 18:24:58.159 INFO O| Aug 05 18:24:58.158 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-08-05T18:24:59.811Z[ recovery-image] Aug 05 18:24:58.168 INFO O| Aug 05 18:24:58.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
71652024-08-05T18:24:59.811Z[ recovery-image] Aug 05 18:24:58.168 INFO O| Aug 05 18:24:58.168 INFO STEP 1143 (remove_files) COMPLETE
71662024-08-05T18:24:59.814Z[ recovery-image] Aug 05 18:24:58.168 INFO O| Aug 05 18:24:58.168 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-08-05T18:24:59.814Z[ host-image] Aug 05 18:24:58.168 INFO O| Aug 05 18:24:58.168 INFO O| Done
71682024-08-05T18:24:59.814Z[ host-image] Aug 05 18:24:58.169 INFO O| Aug 05 18:24:58.169 INFO O| Done
71692024-08-05T18:24:59.821Z[ recovery-image] Aug 05 18:24:58.178 INFO O| Aug 05 18:24:58.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
71702024-08-05T18:24:59.821Z[ recovery-image] Aug 05 18:24:58.178 INFO O| Aug 05 18:24:58.178 INFO STEP 1144 (remove_files) COMPLETE
71712024-08-05T18:24:59.824Z[ recovery-image] Aug 05 18:24:58.178 INFO O| Aug 05 18:24:58.178 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-08-05T18:24:59.824Z[ host-image] Aug 05 18:24:58.179 INFO O| Aug 05 18:24:58.179 INFO O| Done
71732024-08-05T18:24:59.831Z[ recovery-image] Aug 05 18:24:58.188 INFO O| Aug 05 18:24:58.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
71742024-08-05T18:24:59.831Z[ recovery-image] Aug 05 18:24:58.188 INFO O| Aug 05 18:24:58.188 INFO STEP 1145 (remove_files) COMPLETE
71752024-08-05T18:24:59.831Z[ recovery-image] Aug 05 18:24:58.188 INFO O| Aug 05 18:24:58.188 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-08-05T18:24:59.842Z[ recovery-image] Aug 05 18:24:58.199 INFO O| Aug 05 18:24:58.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
71772024-08-05T18:24:59.842Z[ recovery-image] Aug 05 18:24:58.199 INFO O| Aug 05 18:24:58.199 INFO STEP 1146 (remove_files) COMPLETE
71782024-08-05T18:24:59.842Z[ recovery-image] Aug 05 18:24:58.199 INFO O| Aug 05 18:24:58.199 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-08-05T18:24:59.853Z[ recovery-image] Aug 05 18:24:58.209 INFO O| Aug 05 18:24:58.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
71802024-08-05T18:24:59.853Z[ recovery-image] Aug 05 18:24:58.210 INFO O| Aug 05 18:24:58.210 INFO STEP 1147 (remove_files) COMPLETE
71812024-08-05T18:24:59.855Z[ recovery-image] Aug 05 18:24:58.210 INFO O| Aug 05 18:24:58.210 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-08-05T18:24:59.863Z[ recovery-image] Aug 05 18:24:58.219 INFO O| Aug 05 18:24:58.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
71832024-08-05T18:24:59.863Z[ recovery-image] Aug 05 18:24:58.220 INFO O| Aug 05 18:24:58.219 INFO STEP 1148 (remove_files) COMPLETE
71842024-08-05T18:24:59.865Z[ recovery-image] Aug 05 18:24:58.220 INFO O| Aug 05 18:24:58.220 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-08-05T18:24:59.873Z[ recovery-image] Aug 05 18:24:58.230 INFO O| Aug 05 18:24:58.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
71862024-08-05T18:24:59.875Z[ recovery-image] Aug 05 18:24:58.230 INFO O| Aug 05 18:24:58.230 INFO STEP 1149 (remove_files) COMPLETE
71872024-08-05T18:24:59.875Z[ recovery-image] Aug 05 18:24:58.230 INFO O| Aug 05 18:24:58.230 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-08-05T18:24:59.883Z[ recovery-image] Aug 05 18:24:58.240 INFO O| Aug 05 18:24:58.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
71892024-08-05T18:24:59.883Z[ recovery-image] Aug 05 18:24:58.240 INFO O| Aug 05 18:24:58.240 INFO STEP 1150 (remove_files) COMPLETE
71902024-08-05T18:24:59.886Z[ recovery-image] Aug 05 18:24:58.240 INFO O| Aug 05 18:24:58.240 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-08-05T18:24:59.893Z[ recovery-image] Aug 05 18:24:58.250 INFO O| Aug 05 18:24:58.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
71922024-08-05T18:24:59.893Z[ recovery-image] Aug 05 18:24:58.250 INFO O| Aug 05 18:24:58.250 INFO STEP 1151 (remove_files) COMPLETE
71932024-08-05T18:24:59.893Z[ recovery-image] Aug 05 18:24:58.250 INFO O| Aug 05 18:24:58.250 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-08-05T18:24:59.903Z[ recovery-image] Aug 05 18:24:58.260 INFO O| Aug 05 18:24:58.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
71952024-08-05T18:24:59.903Z[ recovery-image] Aug 05 18:24:58.260 INFO O| Aug 05 18:24:58.260 INFO STEP 1152 (remove_files) COMPLETE
71962024-08-05T18:24:59.903Z[ recovery-image] Aug 05 18:24:58.260 INFO O| Aug 05 18:24:58.260 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-08-05T18:24:59.913Z[ recovery-image] Aug 05 18:24:58.270 INFO O| Aug 05 18:24:58.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
71982024-08-05T18:24:59.913Z[ recovery-image] Aug 05 18:24:58.270 INFO O| Aug 05 18:24:58.270 INFO STEP 1153 (remove_files) COMPLETE
71992024-08-05T18:24:59.916Z[ recovery-image] Aug 05 18:24:58.270 INFO O| Aug 05 18:24:58.270 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-08-05T18:24:59.920Z[ host-image] Aug 05 18:24:58.277 INFO O| Aug 05 18:24:58.277 INFO STEP 14 (pkg_install) COMPLETE
72012024-08-05T18:24:59.921Z[ host-image] Aug 05 18:24:58.278 INFO O| Aug 05 18:24:58.277 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72022024-08-05T18:24:59.923Z[ host-image] Aug 05 18:24:58.278 INFO O| Aug 05 18:24:58.277 INFO skip step because feature "mfg" is not enabled
72032024-08-05T18:24:59.923Z[ host-image] Aug 05 18:24:58.278 INFO O| Aug 05 18:24:58.277 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72042024-08-05T18:24:59.923Z[ host-image] Aug 05 18:24:58.278 INFO O| Aug 05 18:24:58.277 INFO skip step because feature "compliance" is not enabled
72052024-08-05T18:24:59.923Z[ host-image] Aug 05 18:24:58.278 INFO O| Aug 05 18:24:58.278 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72062024-08-05T18:24:59.923Z[ host-image] Aug 05 18:24:58.278 INFO O| Aug 05 18:24:58.278 INFO skip step because feature "stress" is not enabled
72072024-08-05T18:24:59.923Z[ host-image] Aug 05 18:24:58.278 INFO O| Aug 05 18:24:58.278 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
72082024-08-05T18:24:59.923Z[ host-image] Aug 05 18:24:58.278 INFO O| Aug 05 18:24:58.278 INFO skip step because feature "nfs" is not enabled
72092024-08-05T18:24:59.923Z[ host-image] Aug 05 18:24:58.278 INFO O| Aug 05 18:24:58.278 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
72102024-08-05T18:24:59.924Z[ host-image] Aug 05 18:24:58.278 INFO O| Aug 05 18:24:58.278 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
72112024-08-05T18:24:59.924Z[ recovery-image] Aug 05 18:24:58.280 INFO O| Aug 05 18:24:58.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
72122024-08-05T18:24:59.924Z[ recovery-image] Aug 05 18:24:58.280 INFO O| Aug 05 18:24:58.280 INFO STEP 1154 (remove_files) COMPLETE
72132024-08-05T18:24:59.924Z[ recovery-image] Aug 05 18:24:58.280 INFO O| Aug 05 18:24:58.280 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-08-05T18:24:59.935Z[ recovery-image] Aug 05 18:24:58.292 INFO O| Aug 05 18:24:58.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
72152024-08-05T18:24:59.935Z[ recovery-image] Aug 05 18:24:58.292 INFO O| Aug 05 18:24:58.292 INFO STEP 1155 (remove_files) COMPLETE
72162024-08-05T18:24:59.935Z[ recovery-image] Aug 05 18:24:58.292 INFO O| Aug 05 18:24:58.292 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-08-05T18:24:59.946Z[ recovery-image] Aug 05 18:24:58.303 INFO O| Aug 05 18:24:58.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
72182024-08-05T18:24:59.948Z[ recovery-image] Aug 05 18:24:58.303 INFO O| Aug 05 18:24:58.303 INFO STEP 1156 (remove_files) COMPLETE
72192024-08-05T18:24:59.949Z[ recovery-image] Aug 05 18:24:58.303 INFO O| Aug 05 18:24:58.303 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-08-05T18:24:59.955Z[ recovery-image] Aug 05 18:24:58.312 INFO O| Aug 05 18:24:58.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
72212024-08-05T18:24:59.958Z[ recovery-image] Aug 05 18:24:58.312 INFO O| Aug 05 18:24:58.312 INFO STEP 1157 (remove_files) COMPLETE
72222024-08-05T18:24:59.958Z[ recovery-image] Aug 05 18:24:58.312 INFO O| Aug 05 18:24:58.312 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-08-05T18:24:59.965Z[ recovery-image] Aug 05 18:24:58.322 INFO O| Aug 05 18:24:58.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
72242024-08-05T18:24:59.968Z[ recovery-image] Aug 05 18:24:58.322 INFO O| Aug 05 18:24:58.322 INFO STEP 1158 (remove_files) COMPLETE
72252024-08-05T18:24:59.968Z[ recovery-image] Aug 05 18:24:58.322 INFO O| Aug 05 18:24:58.322 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-08-05T18:24:59.968Z[ host-image] Aug 05 18:24:58.325 INFO O| Aug 05 18:24:58.325 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
72272024-08-05T18:24:59.975Z[ recovery-image] Aug 05 18:24:58.332 INFO O| Aug 05 18:24:58.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
72282024-08-05T18:24:59.975Z[ recovery-image] Aug 05 18:24:58.332 INFO O| Aug 05 18:24:58.332 INFO STEP 1159 (remove_files) COMPLETE
72292024-08-05T18:24:59.978Z[ recovery-image] Aug 05 18:24:58.332 INFO O| Aug 05 18:24:58.332 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-08-05T18:24:59.987Z[ recovery-image] Aug 05 18:24:58.344 INFO O| Aug 05 18:24:58.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
72312024-08-05T18:24:59.987Z[ recovery-image] Aug 05 18:24:58.344 INFO O| Aug 05 18:24:58.344 INFO STEP 1160 (remove_files) COMPLETE
72322024-08-05T18:24:59.990Z[ recovery-image] Aug 05 18:24:58.344 INFO O| Aug 05 18:24:58.344 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-08-05T18:24:59.998Z[ recovery-image] Aug 05 18:24:58.355 INFO O| Aug 05 18:24:58.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
72342024-08-05T18:24:59.998Z[ recovery-image] Aug 05 18:24:58.355 INFO O| Aug 05 18:24:58.355 INFO STEP 1161 (remove_files) COMPLETE
72352024-08-05T18:25:00.003Z[ recovery-image] Aug 05 18:24:58.355 INFO O| Aug 05 18:24:58.355 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-08-05T18:25:00.008Z[ recovery-image] Aug 05 18:24:58.365 INFO O| Aug 05 18:24:58.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
72372024-08-05T18:25:00.011Z[ recovery-image] Aug 05 18:24:58.365 INFO O| Aug 05 18:24:58.365 INFO STEP 1162 (remove_files) COMPLETE
72382024-08-05T18:25:00.011Z[ recovery-image] Aug 05 18:24:58.365 INFO O| Aug 05 18:24:58.365 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-08-05T18:25:00.018Z[ recovery-image] Aug 05 18:24:58.375 INFO O| Aug 05 18:24:58.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
72402024-08-05T18:25:00.018Z[ recovery-image] Aug 05 18:24:58.375 INFO O| Aug 05 18:24:58.375 INFO STEP 1163 (remove_files) COMPLETE
72412024-08-05T18:25:00.018Z[ recovery-image] Aug 05 18:24:58.375 INFO O| Aug 05 18:24:58.375 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-08-05T18:25:00.027Z[ recovery-image] Aug 05 18:24:58.384 INFO O| Aug 05 18:24:58.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
72432024-08-05T18:25:00.027Z[ recovery-image] Aug 05 18:24:58.384 INFO O| Aug 05 18:24:58.384 INFO STEP 1164 (remove_files) COMPLETE
72442024-08-05T18:25:00.030Z[ recovery-image] Aug 05 18:24:58.384 INFO O| Aug 05 18:24:58.384 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-08-05T18:25:00.037Z[ recovery-image] Aug 05 18:24:58.394 INFO O| Aug 05 18:24:58.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
72462024-08-05T18:25:00.037Z[ recovery-image] Aug 05 18:24:58.394 INFO O| Aug 05 18:24:58.394 INFO STEP 1165 (remove_files) COMPLETE
72472024-08-05T18:25:00.040Z[ recovery-image] Aug 05 18:24:58.394 INFO O| Aug 05 18:24:58.394 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-08-05T18:25:00.040Z[ host-image] Aug 05 18:24:58.396 INFO O| Aug 05 18:24:58.396 INFO completed processing gimlet/ramdisk-01-os
72492024-08-05T18:25:00.043Z[ host-image] Aug 05 18:24:58.398 INFO omicron1 baseline generation...
72502024-08-05T18:25:00.043Z[ host-image] Aug 05 18:24:58.398 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
72512024-08-05T18:25:00.048Z[ recovery-image] Aug 05 18:24:58.405 INFO O| Aug 05 18:24:58.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
72522024-08-05T18:25:00.048Z[ recovery-image] Aug 05 18:24:58.405 INFO O| Aug 05 18:24:58.405 INFO STEP 1166 (remove_files) COMPLETE
72532024-08-05T18:25:00.048Z[ recovery-image] Aug 05 18:24:58.405 INFO O| Aug 05 18:24:58.405 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-08-05T18:25:00.058Z[ recovery-image] Aug 05 18:24:58.415 INFO O| Aug 05 18:24:58.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
72552024-08-05T18:25:00.058Z[ recovery-image] Aug 05 18:24:58.415 INFO O| Aug 05 18:24:58.415 INFO STEP 1167 (remove_files) COMPLETE
72562024-08-05T18:25:00.058Z[ recovery-image] Aug 05 18:24:58.415 INFO O| Aug 05 18:24:58.415 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-08-05T18:25:00.068Z[ recovery-image] Aug 05 18:24:58.425 INFO O| Aug 05 18:24:58.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
72582024-08-05T18:25:00.068Z[ recovery-image] Aug 05 18:24:58.425 INFO O| Aug 05 18:24:58.425 INFO STEP 1168 (remove_files) COMPLETE
72592024-08-05T18:25:00.068Z[ recovery-image] Aug 05 18:24:58.425 INFO O| Aug 05 18:24:58.425 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-08-05T18:25:00.078Z[ recovery-image] Aug 05 18:24:58.435 INFO O| Aug 05 18:24:58.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
72612024-08-05T18:25:00.081Z[ recovery-image] Aug 05 18:24:58.435 INFO O| Aug 05 18:24:58.435 INFO STEP 1169 (remove_files) COMPLETE
72622024-08-05T18:25:00.081Z[ recovery-image] Aug 05 18:24:58.435 INFO O| Aug 05 18:24:58.435 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-08-05T18:25:00.088Z[ recovery-image] Aug 05 18:24:58.445 INFO O| Aug 05 18:24:58.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
72642024-08-05T18:25:00.088Z[ recovery-image] Aug 05 18:24:58.445 INFO O| Aug 05 18:24:58.445 INFO STEP 1170 (remove_files) COMPLETE
72652024-08-05T18:25:00.091Z[ recovery-image] Aug 05 18:24:58.445 INFO O| Aug 05 18:24:58.445 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-08-05T18:25:00.098Z[ recovery-image] Aug 05 18:24:58.455 INFO O| Aug 05 18:24:58.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
72672024-08-05T18:25:00.098Z[ recovery-image] Aug 05 18:24:58.455 INFO O| Aug 05 18:24:58.455 INFO STEP 1171 (remove_files) COMPLETE
72682024-08-05T18:25:00.101Z[ recovery-image] Aug 05 18:24:58.455 INFO O| Aug 05 18:24:58.455 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-08-05T18:25:00.108Z[ recovery-image] Aug 05 18:24:58.465 INFO O| Aug 05 18:24:58.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
72702024-08-05T18:25:00.111Z[ recovery-image] Aug 05 18:24:58.465 INFO O| Aug 05 18:24:58.465 INFO STEP 1172 (remove_files) COMPLETE
72712024-08-05T18:25:00.111Z[ recovery-image] Aug 05 18:24:58.465 INFO O| Aug 05 18:24:58.465 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-08-05T18:25:00.118Z[ recovery-image] Aug 05 18:24:58.475 INFO O| Aug 05 18:24:58.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
72732024-08-05T18:25:00.118Z[ recovery-image] Aug 05 18:24:58.475 INFO O| Aug 05 18:24:58.475 INFO STEP 1173 (remove_files) COMPLETE
72742024-08-05T18:25:00.121Z[ recovery-image] Aug 05 18:24:58.475 INFO O| Aug 05 18:24:58.475 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-08-05T18:25:00.128Z[ recovery-image] Aug 05 18:24:58.485 INFO O| Aug 05 18:24:58.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
72762024-08-05T18:25:00.128Z[ recovery-image] Aug 05 18:24:58.485 INFO O| Aug 05 18:24:58.485 INFO STEP 1174 (remove_files) COMPLETE
72772024-08-05T18:25:00.128Z[ recovery-image] Aug 05 18:24:58.485 INFO O| Aug 05 18:24:58.485 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-08-05T18:25:00.138Z[ recovery-image] Aug 05 18:24:58.494 INFO O| Aug 05 18:24:58.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
72792024-08-05T18:25:00.138Z[ recovery-image] Aug 05 18:24:58.494 INFO O| Aug 05 18:24:58.494 INFO STEP 1175 (remove_files) COMPLETE
72802024-08-05T18:25:00.141Z[ recovery-image] Aug 05 18:24:58.495 INFO O| Aug 05 18:24:58.494 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-08-05T18:25:00.147Z[ recovery-image] Aug 05 18:24:58.504 INFO O| Aug 05 18:24:58.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
72822024-08-05T18:25:00.147Z[ recovery-image] Aug 05 18:24:58.504 INFO O| Aug 05 18:24:58.504 INFO STEP 1176 (remove_files) COMPLETE
72832024-08-05T18:25:00.151Z[ recovery-image] Aug 05 18:24:58.504 INFO O| Aug 05 18:24:58.504 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-08-05T18:25:00.157Z[ recovery-image] Aug 05 18:24:58.514 INFO O| Aug 05 18:24:58.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
72852024-08-05T18:25:00.157Z[ recovery-image] Aug 05 18:24:58.514 INFO O| Aug 05 18:24:58.514 INFO STEP 1177 (remove_files) COMPLETE
72862024-08-05T18:25:00.157Z[ recovery-image] Aug 05 18:24:58.514 INFO O| Aug 05 18:24:58.514 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-08-05T18:25:00.167Z[ recovery-image] Aug 05 18:24:58.524 INFO O| Aug 05 18:24:58.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
72882024-08-05T18:25:00.167Z[ recovery-image] Aug 05 18:24:58.524 INFO O| Aug 05 18:24:58.524 INFO STEP 1178 (remove_files) COMPLETE
72892024-08-05T18:25:00.170Z[ recovery-image] Aug 05 18:24:58.524 INFO O| Aug 05 18:24:58.524 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-08-05T18:25:00.177Z[ recovery-image] Aug 05 18:24:58.534 INFO O| Aug 05 18:24:58.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
72912024-08-05T18:25:00.177Z[ recovery-image] Aug 05 18:24:58.534 INFO O| Aug 05 18:24:58.534 INFO STEP 1179 (remove_files) COMPLETE
72922024-08-05T18:25:00.177Z[ recovery-image] Aug 05 18:24:58.534 INFO O| Aug 05 18:24:58.534 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-08-05T18:25:00.187Z[ recovery-image] Aug 05 18:24:58.544 INFO O| Aug 05 18:24:58.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
72942024-08-05T18:25:00.187Z[ recovery-image] Aug 05 18:24:58.544 INFO O| Aug 05 18:24:58.544 INFO STEP 1180 (remove_files) COMPLETE
72952024-08-05T18:25:00.187Z[ recovery-image] Aug 05 18:24:58.544 INFO O| Aug 05 18:24:58.544 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-08-05T18:25:00.197Z[ recovery-image] Aug 05 18:24:58.553 INFO O| Aug 05 18:24:58.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
72972024-08-05T18:25:00.197Z[ recovery-image] Aug 05 18:24:58.554 INFO O| Aug 05 18:24:58.553 INFO STEP 1181 (remove_files) COMPLETE
72982024-08-05T18:25:00.197Z[ recovery-image] Aug 05 18:24:58.554 INFO O| Aug 05 18:24:58.554 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-08-05T18:25:00.206Z[ recovery-image] Aug 05 18:24:58.563 INFO O| Aug 05 18:24:58.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
73002024-08-05T18:25:00.206Z[ recovery-image] Aug 05 18:24:58.563 INFO O| Aug 05 18:24:58.563 INFO STEP 1182 (remove_files) COMPLETE
73012024-08-05T18:25:00.206Z[ recovery-image] Aug 05 18:24:58.563 INFO O| Aug 05 18:24:58.563 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-08-05T18:25:00.216Z[ recovery-image] Aug 05 18:24:58.573 INFO O| Aug 05 18:24:58.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
73032024-08-05T18:25:00.219Z[ recovery-image] Aug 05 18:24:58.573 INFO O| Aug 05 18:24:58.573 INFO STEP 1183 (remove_files) COMPLETE
73042024-08-05T18:25:00.219Z[ recovery-image] Aug 05 18:24:58.573 INFO O| Aug 05 18:24:58.573 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-08-05T18:25:00.226Z[ recovery-image] Aug 05 18:24:58.583 INFO O| Aug 05 18:24:58.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
73062024-08-05T18:25:00.226Z[ recovery-image] Aug 05 18:24:58.583 INFO O| Aug 05 18:24:58.583 INFO STEP 1184 (remove_files) COMPLETE
73072024-08-05T18:25:00.229Z[ recovery-image] Aug 05 18:24:58.583 INFO O| Aug 05 18:24:58.583 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-08-05T18:25:00.236Z[ recovery-image] Aug 05 18:24:58.593 INFO O| Aug 05 18:24:58.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
73092024-08-05T18:25:00.236Z[ recovery-image] Aug 05 18:24:58.593 INFO O| Aug 05 18:24:58.593 INFO STEP 1185 (remove_files) COMPLETE
73102024-08-05T18:25:00.239Z[ recovery-image] Aug 05 18:24:58.593 INFO O| Aug 05 18:24:58.593 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-08-05T18:25:00.246Z[ recovery-image] Aug 05 18:24:58.603 INFO O| Aug 05 18:24:58.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
73122024-08-05T18:25:00.246Z[ recovery-image] Aug 05 18:24:58.603 INFO O| Aug 05 18:24:58.603 INFO STEP 1186 (remove_files) COMPLETE
73132024-08-05T18:25:00.246Z[ recovery-image] Aug 05 18:24:58.603 INFO O| Aug 05 18:24:58.603 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-08-05T18:25:00.256Z[ recovery-image] Aug 05 18:24:58.612 INFO O| Aug 05 18:24:58.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
73152024-08-05T18:25:00.256Z[ recovery-image] Aug 05 18:24:58.613 INFO O| Aug 05 18:24:58.612 INFO STEP 1187 (remove_files) COMPLETE
73162024-08-05T18:25:00.259Z[ recovery-image] Aug 05 18:24:58.613 INFO O| Aug 05 18:24:58.613 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-08-05T18:25:00.265Z[ recovery-image] Aug 05 18:24:58.622 INFO O| Aug 05 18:24:58.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
73182024-08-05T18:25:00.268Z[ recovery-image] Aug 05 18:24:58.622 INFO O| Aug 05 18:24:58.622 INFO STEP 1188 (remove_files) COMPLETE
73192024-08-05T18:25:00.268Z[ recovery-image] Aug 05 18:24:58.622 INFO O| Aug 05 18:24:58.622 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-08-05T18:25:00.275Z[ recovery-image] Aug 05 18:24:58.632 INFO O| Aug 05 18:24:58.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
73212024-08-05T18:25:00.275Z[ recovery-image] Aug 05 18:24:58.632 INFO O| Aug 05 18:24:58.632 INFO STEP 1189 (remove_files) COMPLETE
73222024-08-05T18:25:00.278Z[ recovery-image] Aug 05 18:24:58.632 INFO O| Aug 05 18:24:58.632 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-08-05T18:25:00.285Z[ recovery-image] Aug 05 18:24:58.642 INFO O| Aug 05 18:24:58.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
73242024-08-05T18:25:00.288Z[ recovery-image] Aug 05 18:24:58.642 INFO O| Aug 05 18:24:58.642 INFO STEP 1190 (remove_files) COMPLETE
73252024-08-05T18:25:00.288Z[ recovery-image] Aug 05 18:24:58.642 INFO O| Aug 05 18:24:58.642 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-08-05T18:25:00.295Z[ recovery-image] Aug 05 18:24:58.652 INFO O| Aug 05 18:24:58.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
73272024-08-05T18:25:00.298Z[ recovery-image] Aug 05 18:24:58.652 INFO O| Aug 05 18:24:58.652 INFO STEP 1191 (remove_files) COMPLETE
73282024-08-05T18:25:00.298Z[ recovery-image] Aug 05 18:24:58.652 INFO O| Aug 05 18:24:58.652 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-08-05T18:25:00.305Z[ recovery-image] Aug 05 18:24:58.662 INFO O| Aug 05 18:24:58.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
73302024-08-05T18:25:00.305Z[ recovery-image] Aug 05 18:24:58.662 INFO O| Aug 05 18:24:58.662 INFO STEP 1192 (remove_files) COMPLETE
73312024-08-05T18:25:00.308Z[ recovery-image] Aug 05 18:24:58.662 INFO O| Aug 05 18:24:58.662 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-08-05T18:25:00.315Z[ recovery-image] Aug 05 18:24:58.672 INFO O| Aug 05 18:24:58.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
73332024-08-05T18:25:00.315Z[ recovery-image] Aug 05 18:24:58.672 INFO O| Aug 05 18:24:58.672 INFO STEP 1193 (remove_files) COMPLETE
73342024-08-05T18:25:00.318Z[ recovery-image] Aug 05 18:24:58.672 INFO O| Aug 05 18:24:58.672 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-08-05T18:25:00.325Z[ recovery-image] Aug 05 18:24:58.682 INFO O| Aug 05 18:24:58.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
73362024-08-05T18:25:00.325Z[ recovery-image] Aug 05 18:24:58.682 INFO O| Aug 05 18:24:58.682 INFO STEP 1194 (remove_files) COMPLETE
73372024-08-05T18:25:00.328Z[ recovery-image] Aug 05 18:24:58.682 INFO O| Aug 05 18:24:58.682 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-08-05T18:25:00.335Z[ recovery-image] Aug 05 18:24:58.692 INFO O| Aug 05 18:24:58.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
73392024-08-05T18:25:00.335Z[ recovery-image] Aug 05 18:24:58.692 INFO O| Aug 05 18:24:58.692 INFO STEP 1195 (remove_files) COMPLETE
73402024-08-05T18:25:00.338Z[ recovery-image] Aug 05 18:24:58.692 INFO O| Aug 05 18:24:58.692 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-08-05T18:25:00.345Z[ recovery-image] Aug 05 18:24:58.702 INFO O| Aug 05 18:24:58.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
73422024-08-05T18:25:00.345Z[ recovery-image] Aug 05 18:24:58.702 INFO O| Aug 05 18:24:58.702 INFO STEP 1196 (remove_files) COMPLETE
73432024-08-05T18:25:00.348Z[ recovery-image] Aug 05 18:24:58.702 INFO O| Aug 05 18:24:58.702 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-08-05T18:25:00.355Z[ recovery-image] Aug 05 18:24:58.712 INFO O| Aug 05 18:24:58.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
73452024-08-05T18:25:00.355Z[ recovery-image] Aug 05 18:24:58.712 INFO O| Aug 05 18:24:58.712 INFO STEP 1197 (remove_files) COMPLETE
73462024-08-05T18:25:00.358Z[ recovery-image] Aug 05 18:24:58.712 INFO O| Aug 05 18:24:58.712 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-08-05T18:25:00.365Z[ recovery-image] Aug 05 18:24:58.721 INFO O| Aug 05 18:24:58.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
73482024-08-05T18:25:00.365Z[ recovery-image] Aug 05 18:24:58.722 INFO O| Aug 05 18:24:58.722 INFO STEP 1198 (remove_files) COMPLETE
73492024-08-05T18:25:00.367Z[ recovery-image] Aug 05 18:24:58.722 INFO O| Aug 05 18:24:58.722 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-08-05T18:25:00.374Z[ recovery-image] Aug 05 18:24:58.731 INFO O| Aug 05 18:24:58.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
73512024-08-05T18:25:00.374Z[ recovery-image] Aug 05 18:24:58.731 INFO O| Aug 05 18:24:58.731 INFO STEP 1199 (remove_files) COMPLETE
73522024-08-05T18:25:00.377Z[ recovery-image] Aug 05 18:24:58.731 INFO O| Aug 05 18:24:58.731 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-08-05T18:25:00.384Z[ recovery-image] Aug 05 18:24:58.741 INFO O| Aug 05 18:24:58.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
73542024-08-05T18:25:00.387Z[ recovery-image] Aug 05 18:24:58.741 INFO O| Aug 05 18:24:58.741 INFO STEP 1200 (remove_files) COMPLETE
73552024-08-05T18:25:00.387Z[ recovery-image] Aug 05 18:24:58.741 INFO O| Aug 05 18:24:58.741 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-08-05T18:25:00.395Z[ recovery-image] Aug 05 18:24:58.751 INFO O| Aug 05 18:24:58.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
73572024-08-05T18:25:00.395Z[ recovery-image] Aug 05 18:24:58.751 INFO O| Aug 05 18:24:58.751 INFO STEP 1201 (remove_files) COMPLETE
73582024-08-05T18:25:00.397Z[ recovery-image] Aug 05 18:24:58.751 INFO O| Aug 05 18:24:58.751 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-08-05T18:25:00.405Z[ recovery-image] Aug 05 18:24:58.762 INFO O| Aug 05 18:24:58.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
73602024-08-05T18:25:00.408Z[ recovery-image] Aug 05 18:24:58.762 INFO O| Aug 05 18:24:58.762 INFO STEP 1202 (remove_files) COMPLETE
73612024-08-05T18:25:00.408Z[ recovery-image] Aug 05 18:24:58.762 INFO O| Aug 05 18:24:58.762 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-08-05T18:25:00.416Z[ recovery-image] Aug 05 18:24:58.773 INFO O| Aug 05 18:24:58.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
73632024-08-05T18:25:00.416Z[ recovery-image] Aug 05 18:24:58.773 INFO O| Aug 05 18:24:58.773 INFO STEP 1203 (remove_files) COMPLETE
73642024-08-05T18:25:00.419Z[ recovery-image] Aug 05 18:24:58.773 INFO O| Aug 05 18:24:58.773 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-08-05T18:25:00.426Z[ recovery-image] Aug 05 18:24:58.783 INFO O| Aug 05 18:24:58.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
73662024-08-05T18:25:00.426Z[ recovery-image] Aug 05 18:24:58.783 INFO O| Aug 05 18:24:58.783 INFO STEP 1204 (remove_files) COMPLETE
73672024-08-05T18:25:00.429Z[ recovery-image] Aug 05 18:24:58.783 INFO O| Aug 05 18:24:58.783 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-08-05T18:25:00.438Z[ recovery-image] Aug 05 18:24:58.793 INFO O| Aug 05 18:24:58.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
73692024-08-05T18:25:00.438Z[ recovery-image] Aug 05 18:24:58.793 INFO O| Aug 05 18:24:58.793 INFO STEP 1205 (remove_files) COMPLETE
73702024-08-05T18:25:00.438Z[ recovery-image] Aug 05 18:24:58.794 INFO O| Aug 05 18:24:58.793 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-08-05T18:25:00.442Z[ host-image] Aug 05 18:24:58.796 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22799:20240802T172233Z
73722024-08-05T18:25:00.447Z[ recovery-image] Aug 05 18:24:58.804 INFO O| Aug 05 18:24:58.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
73732024-08-05T18:25:00.447Z[ recovery-image] Aug 05 18:24:58.804 INFO O| Aug 05 18:24:58.804 INFO STEP 1206 (remove_files) COMPLETE
73742024-08-05T18:25:00.447Z[ recovery-image] Aug 05 18:24:58.804 INFO O| Aug 05 18:24:58.804 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
73752024-08-05T18:25:00.463Z[ recovery-image] Aug 05 18:24:58.819 INFO O| Aug 05 18:24:58.819 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
73762024-08-05T18:25:00.463Z[ recovery-image] Aug 05 18:24:58.820 INFO O| Aug 05 18:24:58.819 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
73772024-08-05T18:25:01.180Z[ recovery-image] Aug 05 18:24:59.535 INFO O| Aug 05 18:24:59.535 INFO STEP 1207 (pack_tar) COMPLETE
73782024-08-05T18:25:01.180Z[ recovery-image] Aug 05 18:24:59.535 INFO O| Aug 05 18:24:59.535 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
73792024-08-05T18:25:01.184Z[ recovery-image] Aug 05 18:24:59.535 INFO O| Aug 05 18:24:59.535 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
73802024-08-05T18:25:01.414Z[ recovery-image] Aug 05 18:24:59.770 INFO O| Aug 05 18:24:59.770 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
73812024-08-05T18:25:01.478Z[ recovery-image] Aug 05 18:24:59.835 INFO O| Aug 05 18:24:59.835 INFO completed processing gimlet/ramdisk-03-recovery-trim
73822024-08-05T18:25:01.485Z[ recovery-image] Aug 05 18:24:59.841 INFO image builder template: zfs-recovery...
73832024-08-05T18:25:01.487Z[ recovery-image] Aug 05 18:24:59.841 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/.tmpNjVOGb/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
73842024-08-05T18:25:01.516Z[ recovery-image] Aug 05 18:24:59.873 INFO O| Aug 05 18:24:59.873 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
73852024-08-05T18:25:01.520Z[ recovery-image] Aug 05 18:24:59.877 INFO O| Aug 05 18:24:59.877 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
73862024-08-05T18:25:01.576Z[ recovery-image] Aug 05 18:24:59.932 INFO O| Aug 05 18:24:59.932 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
73872024-08-05T18:25:01.655Z[ recovery-image] Aug 05 18:25:00.012 INFO O| Aug 05 18:25:00.011 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
73882024-08-05T18:25:01.658Z[ recovery-image] Aug 05 18:25:00.012 INFO O| Aug 05 18:25:00.012 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
73892024-08-05T18:25:01.661Z[ recovery-image] Aug 05 18:25:00.017 INFO O| Aug 05 18:25:00.017 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
73902024-08-05T18:25:01.726Z[ recovery-image] Aug 05 18:25:00.083 INFO O| Aug 05 18:25:00.083 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
73912024-08-05T18:25:01.759Z[ recovery-image] Aug 05 18:25:00.116 INFO O| Aug 05 18:25:00.115 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
73922024-08-05T18:25:01.769Z[ recovery-image] Aug 05 18:25:00.126 INFO O| Aug 05 18:25:00.126 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
73932024-08-05T18:25:01.774Z[ recovery-image] Aug 05 18:25:00.131 INFO O| Aug 05 18:25:00.131 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
73942024-08-05T18:25:01.777Z[ recovery-image] Aug 05 18:25:00.132 INFO O| Aug 05 18:25:00.132 INFO no lofi found
73952024-08-05T18:25:01.777Z[ recovery-image] Aug 05 18:25:00.132 INFO O| Aug 05 18:25:00.132 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
73962024-08-05T18:25:01.777Z[ recovery-image] Aug 05 18:25:00.132 INFO O| Aug 05 18:25:00.132 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
73972024-08-05T18:25:03.652Z[ recovery-image] Aug 05 18:25:02.009 INFO O| Aug 05 18:25:02.008 INFO lofi device = /dev/dsk/c2t1d0p0
73982024-08-05T18:25:03.652Z[ recovery-image] Aug 05 18:25:02.009 INFO O| Aug 05 18:25:02.008 INFO pool device = /dev/dsk/c2t1d0p0
73992024-08-05T18:25:03.655Z[ recovery-image] Aug 05 18:25:02.009 INFO O| Aug 05 18:25:02.009 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"]
74002024-08-05T18:25:03.736Z[ recovery-image] Aug 05 18:25:02.092 INFO O| Aug 05 18:25:02.092 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
74012024-08-05T18:25:03.736Z[ recovery-image] Aug 05 18:25:02.092 INFO O| Aug 05 18:25:02.092 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
74022024-08-05T18:25:03.769Z[ recovery-image] Aug 05 18:25:02.126 INFO O| Aug 05 18:25:02.126 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
74032024-08-05T18:25:03.836Z[ recovery-image] Aug 05 18:25:02.193 INFO O| Aug 05 18:25:02.192 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
74042024-08-05T18:25:03.873Z[ recovery-image] Aug 05 18:25:02.229 INFO O| Aug 05 18:25:02.229 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
74052024-08-05T18:25:03.888Z[ recovery-image] Aug 05 18:25:02.245 INFO O| Aug 05 18:25:02.245 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
74062024-08-05T18:25:03.899Z[ recovery-image] Aug 05 18:25:02.256 INFO O| Aug 05 18:25:02.256 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
74072024-08-05T18:25:03.945Z[ recovery-image] Aug 05 18:25:02.301 INFO O| Aug 05 18:25:02.301 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
74082024-08-05T18:25:03.945Z[ recovery-image] Aug 05 18:25:02.301 INFO O| Aug 05 18:25:02.301 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
74092024-08-05T18:25:03.948Z[ recovery-image] Aug 05 18:25:02.301 INFO O| Aug 05 18:25:02.301 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
74102024-08-05T18:25:03.953Z[ recovery-image] Aug 05 18:25:02.310 INFO O| Aug 05 18:25:02.309 INFO boot environment UUID: 7e4609fb-a999-4b19-8a8d-142098fc2907
74112024-08-05T18:25:03.953Z[ recovery-image] Aug 05 18:25:02.310 INFO O| Aug 05 18:25:02.310 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7e4609fb-a999-4b19-8a8d-142098fc2907
74122024-08-05T18:25:03.964Z[ recovery-image] Aug 05 18:25:02.320 INFO O| Aug 05 18:25:02.320 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
74132024-08-05T18:25:03.974Z[ recovery-image] Aug 05 18:25:02.331 INFO O| Aug 05 18:25:02.330 INFO STEP 0 (create_be) COMPLETE
74142024-08-05T18:25:03.974Z[ recovery-image] Aug 05 18:25:02.331 INFO O| Aug 05 18:25:02.331 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
74152024-08-05T18:25:03.990Z[ recovery-image] Aug 05 18:25:02.346 INFO O| Aug 05 18:25:02.346 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"]
74162024-08-05T18:25:06.102Z[ recovery-image] Aug 05 18:25:04.458 INFO O| Aug 05 18:25:04.458 INFO STEP 1 (unpack_tar) COMPLETE
74172024-08-05T18:25:06.102Z[ recovery-image] Aug 05 18:25:04.458 INFO O| Aug 05 18:25:04.458 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74182024-08-05T18:25:06.114Z[ recovery-image] Aug 05 18:25:04.470 INFO O| Aug 05 18:25:04.470 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
74192024-08-05T18:25:06.498Z[ recovery-image] Aug 05 18:25:04.853 INFO O| Aug 05 18:25:04.853 INFO STEP 2 (devfsadm) COMPLETE
74202024-08-05T18:25:06.498Z[ recovery-image] Aug 05 18:25:04.853 INFO O| Aug 05 18:25:04.853 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74212024-08-05T18:25:06.510Z[ recovery-image] Aug 05 18:25:04.866 INFO O| Aug 05 18:25:04.866 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
74222024-08-05T18:25:06.510Z[ recovery-image] Aug 05 18:25:04.866 INFO O| Aug 05 18:25:04.866 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
74232024-08-05T18:25:06.512Z[ recovery-image] Aug 05 18:25:04.866 INFO O| Aug 05 18:25:04.866 INFO STEP 3 (ensure_dir) COMPLETE
74242024-08-05T18:25:06.513Z[ recovery-image] Aug 05 18:25:04.866 INFO O| Aug 05 18:25:04.866 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74252024-08-05T18:25:06.521Z[ recovery-image] Aug 05 18:25:04.877 INFO O| Aug 05 18:25:04.877 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
74262024-08-05T18:25:06.521Z[ recovery-image] Aug 05 18:25:04.877 INFO O| Aug 05 18:25:04.877 INFO STEP 4 (ensure_dir) COMPLETE
74272024-08-05T18:25:06.524Z[ recovery-image] Aug 05 18:25:04.877 INFO O| Aug 05 18:25:04.877 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74282024-08-05T18:25:06.532Z[ recovery-image] Aug 05 18:25:04.888 INFO O| Aug 05 18:25:04.888 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
74292024-08-05T18:25:06.532Z[ recovery-image] Aug 05 18:25:04.888 INFO O| Aug 05 18:25:04.888 INFO STEP 5 (ensure_dir) COMPLETE
74302024-08-05T18:25:06.535Z[ recovery-image] Aug 05 18:25:04.888 INFO O| Aug 05 18:25:04.888 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74312024-08-05T18:25:06.543Z[ recovery-image] Aug 05 18:25:04.899 INFO O| Aug 05 18:25:04.899 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
74322024-08-05T18:25:06.543Z[ recovery-image] Aug 05 18:25:04.899 INFO O| Aug 05 18:25:04.899 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
74332024-08-05T18:25:06.543Z[ recovery-image] Aug 05 18:25:04.899 INFO O| Aug 05 18:25:04.899 INFO STEP 6 (ensure_dir) COMPLETE
74342024-08-05T18:25:06.546Z[ recovery-image] Aug 05 18:25:04.899 INFO O| Aug 05 18:25:04.899 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74352024-08-05T18:25:06.554Z[ recovery-image] Aug 05 18:25:04.910 INFO O| Aug 05 18:25:04.910 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
74362024-08-05T18:25:06.554Z[ recovery-image] Aug 05 18:25:04.910 INFO O| Aug 05 18:25:04.910 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
74372024-08-05T18:25:06.554Z[ recovery-image] Aug 05 18:25:04.910 INFO O| Aug 05 18:25:04.910 INFO STEP 7 (ensure_dir) COMPLETE
74382024-08-05T18:25:06.554Z[ recovery-image] Aug 05 18:25:04.910 INFO O| Aug 05 18:25:04.910 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74392024-08-05T18:25:06.564Z[ recovery-image] Aug 05 18:25:04.920 INFO O| Aug 05 18:25:04.920 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
74402024-08-05T18:25:06.567Z[ recovery-image] Aug 05 18:25:04.921 INFO O| Aug 05 18:25:04.921 INFO STEP 8 (remove_files) COMPLETE
74412024-08-05T18:25:06.567Z[ recovery-image] Aug 05 18:25:04.921 INFO O| Aug 05 18:25:04.921 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74422024-08-05T18:25:06.575Z[ recovery-image] Aug 05 18:25:04.931 INFO O| Aug 05 18:25:04.931 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
74432024-08-05T18:25:06.577Z[ recovery-image] Aug 05 18:25:04.932 INFO O| Aug 05 18:25:04.932 INFO STEP 9 (remove_files) COMPLETE
74442024-08-05T18:25:06.577Z[ recovery-image] Aug 05 18:25:04.932 INFO O| Aug 05 18:25:04.932 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74452024-08-05T18:25:06.586Z[ recovery-image] Aug 05 18:25:04.942 INFO O| Aug 05 18:25:04.942 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
74462024-08-05T18:25:06.589Z[ recovery-image] Aug 05 18:25:04.943 INFO O| Aug 05 18:25:04.943 INFO STEP 10 (remove_files) COMPLETE
74472024-08-05T18:25:06.589Z[ recovery-image] Aug 05 18:25:04.943 INFO O| Aug 05 18:25:04.943 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74482024-08-05T18:25:06.597Z[ recovery-image] Aug 05 18:25:04.953 INFO O| Aug 05 18:25:04.953 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
74492024-08-05T18:25:06.601Z[ recovery-image] Aug 05 18:25:04.953 INFO O| Aug 05 18:25:04.953 INFO STEP 11 (remove_files) COMPLETE
74502024-08-05T18:25:06.601Z[ recovery-image] Aug 05 18:25:04.954 INFO O| Aug 05 18:25:04.953 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74512024-08-05T18:25:06.608Z[ recovery-image] Aug 05 18:25:04.964 INFO O| Aug 05 18:25:04.964 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
74522024-08-05T18:25:06.610Z[ recovery-image] Aug 05 18:25:04.964 INFO O| Aug 05 18:25:04.964 INFO STEP 12 (remove_files) COMPLETE
74532024-08-05T18:25:06.610Z[ recovery-image] Aug 05 18:25:04.964 INFO O| Aug 05 18:25:04.964 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74542024-08-05T18:25:06.620Z[ recovery-image] Aug 05 18:25:04.976 INFO O| Aug 05 18:25:04.976 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
74552024-08-05T18:25:06.622Z[ recovery-image] Aug 05 18:25:04.976 INFO O| Aug 05 18:25:04.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
74562024-08-05T18:25:06.622Z[ recovery-image] Aug 05 18:25:04.976 INFO O| Aug 05 18:25:04.976 INFO STEP 13 (ensure_dir) COMPLETE
74572024-08-05T18:25:06.622Z[ recovery-image] Aug 05 18:25:04.976 INFO O| Aug 05 18:25:04.976 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74582024-08-05T18:25:06.630Z[ recovery-image] Aug 05 18:25:04.986 INFO O| Aug 05 18:25:04.986 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
74592024-08-05T18:25:06.630Z[ recovery-image] Aug 05 18:25:04.986 INFO O| Aug 05 18:25:04.986 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
74602024-08-05T18:25:06.633Z[ recovery-image] Aug 05 18:25:04.986 INFO O| Aug 05 18:25:04.986 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
74612024-08-05T18:25:06.633Z[ recovery-image] Aug 05 18:25:04.986 INFO O| Aug 05 18:25:04.986 INFO STEP 14 (ensure_dir) COMPLETE
74622024-08-05T18:25:06.633Z[ recovery-image] Aug 05 18:25:04.986 INFO O| Aug 05 18:25:04.986 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74632024-08-05T18:25:06.642Z[ recovery-image] Aug 05 18:25:04.998 INFO O| Aug 05 18:25:04.998 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
74642024-08-05T18:25:06.645Z[ recovery-image] Aug 05 18:25:04.998 INFO O| Aug 05 18:25:04.998 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
74652024-08-05T18:25:06.645Z[ recovery-image] Aug 05 18:25:04.998 INFO O| Aug 05 18:25:04.998 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
74662024-08-05T18:25:06.645Z[ recovery-image] Aug 05 18:25:04.998 INFO O| Aug 05 18:25:04.998 INFO STEP 15 (ensure_dir) COMPLETE
74672024-08-05T18:25:06.645Z[ recovery-image] Aug 05 18:25:04.998 INFO O| Aug 05 18:25:04.998 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74682024-08-05T18:25:06.654Z[ recovery-image] Aug 05 18:25:05.010 INFO O| Aug 05 18:25:05.010 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
74692024-08-05T18:25:06.657Z[ recovery-image] Aug 05 18:25:05.011 INFO O| Aug 05 18:25:05.010 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
74702024-08-05T18:25:06.657Z[ recovery-image] Aug 05 18:25:05.011 INFO O| Aug 05 18:25:05.011 INFO STEP 16 (ensure_dir) COMPLETE
74712024-08-05T18:25:06.657Z[ recovery-image] Aug 05 18:25:05.011 INFO O| Aug 05 18:25:05.011 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74722024-08-05T18:25:06.665Z[ recovery-image] Aug 05 18:25:05.021 INFO O| Aug 05 18:25:05.021 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
74732024-08-05T18:25:06.668Z[ recovery-image] Aug 05 18:25:05.021 INFO O| Aug 05 18:25:05.021 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
74742024-08-05T18:25:06.668Z[ recovery-image] Aug 05 18:25:05.021 INFO O| Aug 05 18:25:05.021 INFO STEP 17 (ensure_dir) COMPLETE
74752024-08-05T18:25:06.668Z[ recovery-image] Aug 05 18:25:05.021 INFO O| Aug 05 18:25:05.021 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74762024-08-05T18:25:06.676Z[ recovery-image] Aug 05 18:25:05.032 INFO O| Aug 05 18:25:05.032 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
74772024-08-05T18:25:06.676Z[ recovery-image] Aug 05 18:25:05.032 INFO O| Aug 05 18:25:05.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
74782024-08-05T18:25:06.678Z[ recovery-image] Aug 05 18:25:05.032 INFO O| Aug 05 18:25:05.032 INFO ok!
74792024-08-05T18:25:06.678Z[ recovery-image] Aug 05 18:25:05.032 INFO O| Aug 05 18:25:05.032 INFO STEP 18 (ensure_symlink) COMPLETE
74802024-08-05T18:25:06.678Z[ recovery-image] Aug 05 18:25:05.032 INFO O| Aug 05 18:25:05.032 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
74812024-08-05T18:25:06.686Z[ recovery-image] Aug 05 18:25:05.042 INFO O| Aug 05 18:25:05.042 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
74822024-08-05T18:25:06.686Z[ recovery-image] Aug 05 18:25:05.042 INFO O| Aug 05 18:25:05.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
74832024-08-05T18:25:06.689Z[ recovery-image] Aug 05 18:25:05.042 INFO O| Aug 05 18:25:05.042 INFO ok!
74842024-08-05T18:25:06.689Z[ recovery-image] Aug 05 18:25:05.042 INFO O| Aug 05 18:25:05.042 INFO STEP 19 (ensure_file) COMPLETE
74852024-08-05T18:25:06.689Z[ recovery-image] Aug 05 18:25:05.042 INFO O| Aug 05 18:25:05.042 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
74862024-08-05T18:25:06.696Z[ recovery-image] Aug 05 18:25:05.053 INFO O| Aug 05 18:25:05.052 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
74872024-08-05T18:25:06.696Z[ recovery-image] Aug 05 18:25:05.053 INFO O| Aug 05 18:25:05.052 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
74882024-08-05T18:25:06.699Z[ recovery-image] Aug 05 18:25:05.053 INFO O| Aug 05 18:25:05.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
74892024-08-05T18:25:06.699Z[ recovery-image] Aug 05 18:25:05.053 INFO O| Aug 05 18:25:05.053 INFO ok!
74902024-08-05T18:25:06.699Z[ recovery-image] Aug 05 18:25:05.053 INFO O| Aug 05 18:25:05.053 INFO STEP 20 (ensure_symlink) COMPLETE
74912024-08-05T18:25:06.699Z[ recovery-image] Aug 05 18:25:05.053 INFO O| Aug 05 18:25:05.053 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
74922024-08-05T18:25:06.707Z[ recovery-image] Aug 05 18:25:05.063 INFO O| Aug 05 18:25:05.063 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
74932024-08-05T18:25:06.710Z[ recovery-image] Aug 05 18:25:05.063 INFO O| Aug 05 18:25:05.063 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
74942024-08-05T18:25:06.710Z[ recovery-image] Aug 05 18:25:05.063 INFO O| Aug 05 18:25:05.063 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
74952024-08-05T18:25:06.710Z[ recovery-image] Aug 05 18:25:05.063 INFO O| Aug 05 18:25:05.063 INFO ok!
74962024-08-05T18:25:06.710Z[ recovery-image] Aug 05 18:25:05.063 INFO O| Aug 05 18:25:05.063 INFO STEP 21 (ensure_symlink) COMPLETE
74972024-08-05T18:25:06.710Z[ recovery-image] Aug 05 18:25:05.063 INFO O| Aug 05 18:25:05.063 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
74982024-08-05T18:25:06.717Z[ recovery-image] Aug 05 18:25:05.073 INFO O| Aug 05 18:25:05.073 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
74992024-08-05T18:25:06.720Z[ recovery-image] Aug 05 18:25:05.073 INFO O| Aug 05 18:25:05.073 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
75002024-08-05T18:25:06.720Z[ recovery-image] Aug 05 18:25:05.073 INFO O| Aug 05 18:25:05.073 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
75012024-08-05T18:25:06.720Z[ recovery-image] Aug 05 18:25:05.073 INFO O| Aug 05 18:25:05.073 INFO ok!
75022024-08-05T18:25:06.720Z[ recovery-image] Aug 05 18:25:05.073 INFO O| Aug 05 18:25:05.073 INFO STEP 22 (ensure_symlink) COMPLETE
75032024-08-05T18:25:06.720Z[ recovery-image] Aug 05 18:25:05.073 INFO O| Aug 05 18:25:05.073 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
75042024-08-05T18:25:06.728Z[ recovery-image] Aug 05 18:25:05.084 INFO O| Aug 05 18:25:05.084 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
75052024-08-05T18:25:06.728Z[ recovery-image] Aug 05 18:25:05.084 INFO O| Aug 05 18:25:05.084 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
75062024-08-05T18:25:06.731Z[ recovery-image] Aug 05 18:25:05.084 INFO O| Aug 05 18:25:05.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
75072024-08-05T18:25:06.731Z[ recovery-image] Aug 05 18:25:05.084 INFO O| Aug 05 18:25:05.084 INFO ok!
75082024-08-05T18:25:06.731Z[ recovery-image] Aug 05 18:25:05.084 INFO O| Aug 05 18:25:05.084 INFO STEP 23 (ensure_symlink) COMPLETE
75092024-08-05T18:25:06.731Z[ recovery-image] Aug 05 18:25:05.084 INFO O| Aug 05 18:25:05.084 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
75102024-08-05T18:25:06.739Z[ recovery-image] Aug 05 18:25:05.095 INFO O| Aug 05 18:25:05.095 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
75112024-08-05T18:25:06.742Z[ recovery-image] Aug 05 18:25:05.095 INFO O| Aug 05 18:25:05.095 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 ...
75122024-08-05T18:25:06.742Z[ recovery-image] Aug 05 18:25:05.095 INFO O| Aug 05 18:25:05.095 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
75132024-08-05T18:25:06.742Z[ recovery-image] Aug 05 18:25:05.095 INFO O| Aug 05 18:25:05.095 INFO ok!
75142024-08-05T18:25:06.742Z[ recovery-image] Aug 05 18:25:05.095 INFO O| Aug 05 18:25:05.095 INFO STEP 24 (ensure_file) COMPLETE
75152024-08-05T18:25:06.742Z[ recovery-image] Aug 05 18:25:05.095 INFO O| Aug 05 18:25:05.095 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
75162024-08-05T18:25:06.749Z[ recovery-image] Aug 05 18:25:05.105 INFO O| Aug 05 18:25:05.105 INFO updating shadow file
75172024-08-05T18:25:06.752Z[ recovery-image] Aug 05 18:25:05.106 INFO O| Aug 05 18:25:05.106 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
75182024-08-05T18:25:06.752Z[ recovery-image] Aug 05 18:25:05.106 INFO O| Aug 05 18:25:05.106 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
75192024-08-05T18:25:06.752Z[ recovery-image] Aug 05 18:25:05.106 INFO O| Aug 05 18:25:05.106 INFO STEP 25 (shadow) COMPLETE
75202024-08-05T18:25:06.752Z[ recovery-image] Aug 05 18:25:05.106 INFO O| Aug 05 18:25:05.106 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
75212024-08-05T18:25:06.760Z[ recovery-image] Aug 05 18:25:05.116 INFO O| Aug 05 18:25:05.116 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
75222024-08-05T18:25:06.760Z[ recovery-image] Aug 05 18:25:05.116 INFO O| Aug 05 18:25:05.116 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
75232024-08-05T18:25:06.763Z[ recovery-image] Aug 05 18:25:05.116 INFO O| Aug 05 18:25:05.116 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
75242024-08-05T18:25:06.763Z[ recovery-image] Aug 05 18:25:05.116 INFO O| Aug 05 18:25:05.116 INFO ok!
75252024-08-05T18:25:06.763Z[ recovery-image] Aug 05 18:25:05.116 INFO O| Aug 05 18:25:05.116 INFO STEP 26 (ensure_file) COMPLETE
75262024-08-05T18:25:06.763Z[ recovery-image] Aug 05 18:25:05.116 INFO O| Aug 05 18:25:05.116 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
75272024-08-05T18:25:06.770Z[ recovery-image] Aug 05 18:25:05.126 INFO O| Aug 05 18:25:05.126 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
75282024-08-05T18:25:06.770Z[ recovery-image] Aug 05 18:25:05.126 INFO O| Aug 05 18:25:05.126 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
75292024-08-05T18:25:06.773Z[ recovery-image] Aug 05 18:25:05.126 INFO O| Aug 05 18:25:05.126 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
75302024-08-05T18:25:06.773Z[ recovery-image] Aug 05 18:25:05.126 INFO O| Aug 05 18:25:05.126 INFO ok!
75312024-08-05T18:25:06.773Z[ recovery-image] Aug 05 18:25:05.126 INFO O| Aug 05 18:25:05.126 INFO STEP 27 (ensure_file) COMPLETE
75322024-08-05T18:25:06.773Z[ recovery-image] Aug 05 18:25:05.126 INFO O| Aug 05 18:25:05.126 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
75332024-08-05T18:25:06.783Z[ recovery-image] Aug 05 18:25:05.139 INFO O| Aug 05 18:25:05.139 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
75342024-08-05T18:25:06.783Z[ recovery-image] Aug 05 18:25:05.139 INFO O| Aug 05 18:25:05.139 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
75352024-08-05T18:25:06.786Z[ recovery-image] Aug 05 18:25:05.139 INFO O| Aug 05 18:25:05.139 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
75362024-08-05T18:25:06.786Z[ recovery-image] Aug 05 18:25:05.139 INFO O| Aug 05 18:25:05.139 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
75372024-08-05T18:25:06.786Z[ recovery-image] Aug 05 18:25:05.140 INFO O| Aug 05 18:25:05.139 INFO ok!
75382024-08-05T18:25:06.786Z[ recovery-image] Aug 05 18:25:05.140 INFO O| Aug 05 18:25:05.139 INFO STEP 28 (ensure_file) COMPLETE
75392024-08-05T18:25:06.786Z[ recovery-image] Aug 05 18:25:05.140 INFO O| Aug 05 18:25:05.140 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
75402024-08-05T18:25:06.794Z[ recovery-image] Aug 05 18:25:05.150 INFO O| Aug 05 18:25:05.150 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
75412024-08-05T18:25:06.794Z[ recovery-image] Aug 05 18:25:05.150 INFO O| Aug 05 18:25:05.150 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
75422024-08-05T18:25:06.794Z[ recovery-image] Aug 05 18:25:05.150 INFO O| Aug 05 18:25:05.150 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
75432024-08-05T18:25:06.794Z[ recovery-image] Aug 05 18:25:05.150 INFO O| Aug 05 18:25:05.150 INFO ok!
75442024-08-05T18:25:06.797Z[ recovery-image] Aug 05 18:25:05.150 INFO O| Aug 05 18:25:05.150 INFO STEP 29 (ensure_file) COMPLETE
75452024-08-05T18:25:06.797Z[ recovery-image] Aug 05 18:25:05.150 INFO O| Aug 05 18:25:05.150 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75462024-08-05T18:25:06.804Z[ recovery-image] Aug 05 18:25:05.161 INFO O| Aug 05 18:25:05.161 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
75472024-08-05T18:25:06.807Z[ recovery-image] Aug 05 18:25:05.161 INFO O| Aug 05 18:25:05.161 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
75482024-08-05T18:25:06.807Z[ recovery-image] Aug 05 18:25:05.161 INFO O| Aug 05 18:25:05.161 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
75492024-08-05T18:25:06.807Z[ recovery-image] Aug 05 18:25:05.161 INFO O| Aug 05 18:25:05.161 INFO ok!
75502024-08-05T18:25:06.807Z[ recovery-image] Aug 05 18:25:05.161 INFO O| Aug 05 18:25:05.161 INFO STEP 30 (ensure_file) COMPLETE
75512024-08-05T18:25:06.807Z[ recovery-image] Aug 05 18:25:05.161 INFO O| Aug 05 18:25:05.161 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75522024-08-05T18:25:06.815Z[ recovery-image] Aug 05 18:25:05.171 INFO O| Aug 05 18:25:05.171 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
75532024-08-05T18:25:06.815Z[ recovery-image] Aug 05 18:25:05.171 INFO O| Aug 05 18:25:05.171 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
75542024-08-05T18:25:06.818Z[ recovery-image] Aug 05 18:25:05.171 INFO O| Aug 05 18:25:05.171 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
75552024-08-05T18:25:06.818Z[ recovery-image] Aug 05 18:25:05.171 INFO O| Aug 05 18:25:05.171 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
75562024-08-05T18:25:06.818Z[ recovery-image] Aug 05 18:25:05.171 INFO O| Aug 05 18:25:05.171 INFO ok!
75572024-08-05T18:25:06.818Z[ recovery-image] Aug 05 18:25:05.171 INFO O| Aug 05 18:25:05.171 INFO STEP 31 (ensure_file) COMPLETE
75582024-08-05T18:25:06.818Z[ recovery-image] Aug 05 18:25:05.171 INFO O| Aug 05 18:25:05.171 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75592024-08-05T18:25:06.826Z[ recovery-image] Aug 05 18:25:05.182 INFO O| Aug 05 18:25:05.182 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
75602024-08-05T18:25:06.826Z[ recovery-image] Aug 05 18:25:05.182 INFO O| Aug 05 18:25:05.182 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
75612024-08-05T18:25:06.828Z[ recovery-image] Aug 05 18:25:05.182 INFO O| Aug 05 18:25:05.182 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
75622024-08-05T18:25:06.828Z[ recovery-image] Aug 05 18:25:05.182 INFO O| Aug 05 18:25:05.182 INFO ok!
75632024-08-05T18:25:06.828Z[ recovery-image] Aug 05 18:25:05.182 INFO O| Aug 05 18:25:05.182 INFO STEP 32 (ensure_file) COMPLETE
75642024-08-05T18:25:06.829Z[ recovery-image] Aug 05 18:25:05.182 INFO O| Aug 05 18:25:05.182 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75652024-08-05T18:25:06.838Z[ recovery-image] Aug 05 18:25:05.194 INFO O| Aug 05 18:25:05.194 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
75662024-08-05T18:25:06.838Z[ recovery-image] Aug 05 18:25:05.194 INFO O| Aug 05 18:25:05.194 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
75672024-08-05T18:25:06.841Z[ recovery-image] Aug 05 18:25:05.194 INFO O| Aug 05 18:25:05.194 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
75682024-08-05T18:25:06.841Z[ recovery-image] Aug 05 18:25:05.194 INFO O| Aug 05 18:25:05.194 INFO ok!
75692024-08-05T18:25:06.841Z[ recovery-image] Aug 05 18:25:05.194 INFO O| Aug 05 18:25:05.194 INFO STEP 33 (ensure_file) COMPLETE
75702024-08-05T18:25:06.841Z[ recovery-image] Aug 05 18:25:05.194 INFO O| Aug 05 18:25:05.194 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
75712024-08-05T18:25:06.848Z[ recovery-image] Aug 05 18:25:05.204 INFO O| Aug 05 18:25:05.204 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
75722024-08-05T18:25:06.848Z[ recovery-image] Aug 05 18:25:05.204 INFO O| Aug 05 18:25:05.204 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
75732024-08-05T18:25:06.851Z[ recovery-image] Aug 05 18:25:05.204 INFO O| Aug 05 18:25:05.204 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
75742024-08-05T18:25:06.851Z[ recovery-image] Aug 05 18:25:05.205 INFO O| Aug 05 18:25:05.205 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
75752024-08-05T18:25:06.851Z[ recovery-image] Aug 05 18:25:05.205 INFO O| Aug 05 18:25:05.205 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
75762024-08-05T18:25:06.851Z[ recovery-image] Aug 05 18:25:05.205 INFO O| Aug 05 18:25:05.205 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
75772024-08-05T18:25:06.851Z[ recovery-image] Aug 05 18:25:05.205 INFO O| Aug 05 18:25:05.205 INFO ok!
75782024-08-05T18:25:06.851Z[ recovery-image] Aug 05 18:25:05.205 INFO O| Aug 05 18:25:05.205 INFO STEP 34 (ensure_file) COMPLETE
75792024-08-05T18:25:06.851Z[ recovery-image] Aug 05 18:25:05.205 INFO O| Aug 05 18:25:05.205 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
75802024-08-05T18:25:06.859Z[ recovery-image] Aug 05 18:25:05.215 INFO O| Aug 05 18:25:05.215 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
75812024-08-05T18:25:06.861Z[ recovery-image] Aug 05 18:25:05.215 INFO O| Aug 05 18:25:05.215 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
75822024-08-05T18:25:06.861Z[ recovery-image] Aug 05 18:25:05.215 INFO O| Aug 05 18:25:05.215 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
75832024-08-05T18:25:06.861Z[ recovery-image] Aug 05 18:25:05.215 INFO O| Aug 05 18:25:05.215 INFO STEP 35 (ensure_dir) COMPLETE
75842024-08-05T18:25:06.861Z[ recovery-image] Aug 05 18:25:05.215 INFO O| Aug 05 18:25:05.215 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
75852024-08-05T18:25:06.869Z[ recovery-image] Aug 05 18:25:05.226 INFO O| Aug 05 18:25:05.225 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
75862024-08-05T18:25:06.872Z[ recovery-image] Aug 05 18:25:05.226 INFO O| Aug 05 18:25:05.226 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 ...
75872024-08-05T18:25:06.872Z[ recovery-image] Aug 05 18:25:05.226 INFO O| Aug 05 18:25:05.226 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
75882024-08-05T18:25:06.872Z[ recovery-image] Aug 05 18:25:05.226 INFO O| Aug 05 18:25:05.226 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
75892024-08-05T18:25:06.872Z[ recovery-image] Aug 05 18:25:05.226 INFO O| Aug 05 18:25:05.226 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
75902024-08-05T18:25:06.872Z[ recovery-image] Aug 05 18:25:05.226 INFO O| Aug 05 18:25:05.226 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
75912024-08-05T18:25:06.872Z[ recovery-image] Aug 05 18:25:05.226 INFO O| Aug 05 18:25:05.226 INFO ok!
75922024-08-05T18:25:06.872Z[ recovery-image] Aug 05 18:25:05.226 INFO O| Aug 05 18:25:05.226 INFO STEP 36 (ensure_file) COMPLETE
75932024-08-05T18:25:06.872Z[ recovery-image] Aug 05 18:25:05.226 INFO O| Aug 05 18:25:05.226 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
75942024-08-05T18:25:06.881Z[ recovery-image] Aug 05 18:25:05.237 INFO O| Aug 05 18:25:05.237 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
75952024-08-05T18:25:06.881Z[ recovery-image] Aug 05 18:25:05.237 INFO O| Aug 05 18:25:05.237 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 ...
75962024-08-05T18:25:06.881Z[ recovery-image] Aug 05 18:25:05.237 INFO O| Aug 05 18:25:05.237 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
75972024-08-05T18:25:06.881Z[ recovery-image] Aug 05 18:25:05.237 INFO O| Aug 05 18:25:05.237 INFO ok!
75982024-08-05T18:25:06.884Z[ recovery-image] Aug 05 18:25:05.237 INFO O| Aug 05 18:25:05.237 INFO STEP 37 (ensure_symlink) COMPLETE
75992024-08-05T18:25:06.884Z[ recovery-image] Aug 05 18:25:05.237 INFO O| Aug 05 18:25:05.237 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76002024-08-05T18:25:06.892Z[ recovery-image] Aug 05 18:25:05.248 INFO O| Aug 05 18:25:05.248 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
76012024-08-05T18:25:06.892Z[ recovery-image] Aug 05 18:25:05.248 INFO O| Aug 05 18:25:05.248 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
76022024-08-05T18:25:06.892Z[ recovery-image] Aug 05 18:25:05.248 INFO O| Aug 05 18:25:05.248 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
76032024-08-05T18:25:06.895Z[ recovery-image] Aug 05 18:25:05.248 INFO O| Aug 05 18:25:05.248 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
76042024-08-05T18:25:06.895Z[ recovery-image] Aug 05 18:25:05.248 INFO O| Aug 05 18:25:05.248 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
76052024-08-05T18:25:06.895Z[ recovery-image] Aug 05 18:25:05.248 INFO O| Aug 05 18:25:05.248 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
76062024-08-05T18:25:06.895Z[ recovery-image] Aug 05 18:25:05.248 INFO O| Aug 05 18:25:05.248 INFO ok!
76072024-08-05T18:25:06.895Z[ recovery-image] Aug 05 18:25:05.248 INFO O| Aug 05 18:25:05.248 INFO STEP 38 (ensure_file) COMPLETE
76082024-08-05T18:25:06.895Z[ recovery-image] Aug 05 18:25:05.248 INFO O| Aug 05 18:25:05.248 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76092024-08-05T18:25:06.903Z[ recovery-image] Aug 05 18:25:05.260 INFO O| Aug 05 18:25:05.259 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
76102024-08-05T18:25:06.904Z[ recovery-image] Aug 05 18:25:05.260 INFO O| Aug 05 18:25:05.260 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 ...
76112024-08-05T18:25:06.906Z[ recovery-image] Aug 05 18:25:05.260 INFO O| Aug 05 18:25:05.260 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
76122024-08-05T18:25:06.906Z[ recovery-image] Aug 05 18:25:05.260 INFO O| Aug 05 18:25:05.260 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
76132024-08-05T18:25:06.906Z[ recovery-image] Aug 05 18:25:05.260 INFO O| Aug 05 18:25:05.260 INFO ok!
76142024-08-05T18:25:06.906Z[ recovery-image] Aug 05 18:25:05.260 INFO O| Aug 05 18:25:05.260 INFO STEP 39 (ensure_file) COMPLETE
76152024-08-05T18:25:06.906Z[ recovery-image] Aug 05 18:25:05.260 INFO O| Aug 05 18:25:05.260 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
76162024-08-05T18:25:06.914Z[ recovery-image] Aug 05 18:25:05.270 INFO O| Aug 05 18:25:05.270 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
76172024-08-05T18:25:06.914Z[ recovery-image] Aug 05 18:25:05.270 INFO O| Aug 05 18:25:05.270 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
76182024-08-05T18:25:06.917Z[ recovery-image] Aug 05 18:25:05.271 INFO O| Aug 05 18:25:05.270 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
76192024-08-05T18:25:06.917Z[ recovery-image] Aug 05 18:25:05.271 INFO O| Aug 05 18:25:05.271 INFO ok!
76202024-08-05T18:25:06.917Z[ recovery-image] Aug 05 18:25:05.271 INFO O| Aug 05 18:25:05.271 INFO STEP 40 (ensure_file) COMPLETE
76212024-08-05T18:25:06.917Z[ recovery-image] Aug 05 18:25:05.271 INFO O| Aug 05 18:25:05.271 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
76222024-08-05T18:25:06.925Z[ recovery-image] Aug 05 18:25:05.281 INFO O| Aug 05 18:25:05.281 INFO updating shadow file
76232024-08-05T18:25:06.927Z[ recovery-image] Aug 05 18:25:05.281 INFO O| Aug 05 18:25:05.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
76242024-08-05T18:25:06.927Z[ recovery-image] Aug 05 18:25:05.281 INFO O| Aug 05 18:25:05.281 INFO STEP 41 (shadow) COMPLETE
76252024-08-05T18:25:06.927Z[ recovery-image] Aug 05 18:25:05.281 INFO O| Aug 05 18:25:05.281 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
76262024-08-05T18:25:06.935Z[ recovery-image] Aug 05 18:25:05.291 INFO O| Aug 05 18:25:05.291 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
76272024-08-05T18:25:06.935Z[ recovery-image] Aug 05 18:25:05.291 INFO O| Aug 05 18:25:05.291 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
76282024-08-05T18:25:06.938Z[ recovery-image] Aug 05 18:25:05.291 INFO O| Aug 05 18:25:05.291 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
76292024-08-05T18:25:06.938Z[ recovery-image] Aug 05 18:25:05.291 INFO O| Aug 05 18:25:05.291 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
76302024-08-05T18:25:06.938Z[ recovery-image] Aug 05 18:25:05.291 INFO O| Aug 05 18:25:05.291 INFO ok!
76312024-08-05T18:25:06.938Z[ recovery-image] Aug 05 18:25:05.291 INFO O| Aug 05 18:25:05.291 INFO STEP 42 (ensure_file) COMPLETE
76322024-08-05T18:25:06.938Z[ recovery-image] Aug 05 18:25:05.291 INFO O| Aug 05 18:25:05.291 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76332024-08-05T18:25:06.945Z[ recovery-image] Aug 05 18:25:05.301 INFO O| Aug 05 18:25:05.301 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
76342024-08-05T18:25:06.948Z[ recovery-image] Aug 05 18:25:05.301 INFO O| Aug 05 18:25:05.301 INFO STEP 43 (ensure_dir) COMPLETE
76352024-08-05T18:25:06.948Z[ recovery-image] Aug 05 18:25:05.301 INFO O| Aug 05 18:25:05.301 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76362024-08-05T18:25:06.955Z[ recovery-image] Aug 05 18:25:05.311 INFO O| Aug 05 18:25:05.311 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
76372024-08-05T18:25:06.955Z[ recovery-image] Aug 05 18:25:05.311 INFO O| Aug 05 18:25:05.311 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
76382024-08-05T18:25:06.958Z[ recovery-image] Aug 05 18:25:05.311 INFO O| Aug 05 18:25:05.311 INFO STEP 44 (ensure_dir) COMPLETE
76392024-08-05T18:25:06.958Z[ recovery-image] Aug 05 18:25:05.311 INFO O| Aug 05 18:25:05.311 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76402024-08-05T18:25:06.965Z[ recovery-image] Aug 05 18:25:05.321 INFO O| Aug 05 18:25:05.321 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
76412024-08-05T18:25:06.965Z[ recovery-image] Aug 05 18:25:05.321 INFO O| Aug 05 18:25:05.321 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
76422024-08-05T18:25:06.968Z[ recovery-image] Aug 05 18:25:05.321 INFO O| Aug 05 18:25:05.321 INFO STEP 45 (ensure_dir) COMPLETE
76432024-08-05T18:25:06.968Z[ recovery-image] Aug 05 18:25:05.321 INFO O| Aug 05 18:25:05.321 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76442024-08-05T18:25:06.976Z[ recovery-image] Aug 05 18:25:05.332 INFO O| Aug 05 18:25:05.332 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
76452024-08-05T18:25:06.976Z[ recovery-image] Aug 05 18:25:05.332 INFO O| Aug 05 18:25:05.332 INFO copying /tmp/.tmpNjVOGb/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
76462024-08-05T18:25:07.018Z[ recovery-image] Aug 05 18:25:05.374 INFO O| Aug 05 18:25:05.374 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
76472024-08-05T18:25:07.018Z[ recovery-image] Aug 05 18:25:05.374 INFO O| Aug 05 18:25:05.374 INFO ok!
76482024-08-05T18:25:07.021Z[ recovery-image] Aug 05 18:25:05.374 INFO O| Aug 05 18:25:05.374 INFO STEP 46 (ensure_file) COMPLETE
76492024-08-05T18:25:07.021Z[ recovery-image] Aug 05 18:25:05.374 INFO O| Aug 05 18:25:05.374 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76502024-08-05T18:25:07.030Z[ recovery-image] Aug 05 18:25:05.386 INFO O| Aug 05 18:25:05.386 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
76512024-08-05T18:25:07.030Z[ recovery-image] Aug 05 18:25:05.386 INFO O| Aug 05 18:25:05.386 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
76522024-08-05T18:25:07.033Z[ recovery-image] Aug 05 18:25:05.386 INFO O| Aug 05 18:25:05.386 INFO STEP 47 (ensure_dir) COMPLETE
76532024-08-05T18:25:07.033Z[ recovery-image] Aug 05 18:25:05.386 INFO O| Aug 05 18:25:05.386 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76542024-08-05T18:25:07.041Z[ recovery-image] Aug 05 18:25:05.397 INFO O| Aug 05 18:25:05.397 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
76552024-08-05T18:25:07.041Z[ recovery-image] Aug 05 18:25:05.397 INFO O| Aug 05 18:25:05.397 INFO copying /tmp/.tmpNjVOGb/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
76562024-08-05T18:25:07.044Z[ recovery-image] Aug 05 18:25:05.397 INFO O| Aug 05 18:25:05.397 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
76572024-08-05T18:25:07.044Z[ recovery-image] Aug 05 18:25:05.397 INFO O| Aug 05 18:25:05.397 INFO ok!
76582024-08-05T18:25:07.044Z[ recovery-image] Aug 05 18:25:05.397 INFO O| Aug 05 18:25:05.397 INFO STEP 48 (ensure_file) COMPLETE
76592024-08-05T18:25:07.044Z[ recovery-image] Aug 05 18:25:05.397 INFO O| Aug 05 18:25:05.397 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76602024-08-05T18:25:07.052Z[ recovery-image] Aug 05 18:25:05.408 INFO O| Aug 05 18:25:05.408 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
76612024-08-05T18:25:07.052Z[ recovery-image] Aug 05 18:25:05.408 INFO O| Aug 05 18:25:05.408 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
76622024-08-05T18:25:07.054Z[ recovery-image] Aug 05 18:25:05.408 INFO O| Aug 05 18:25:05.408 INFO STEP 49 (ensure_dir) COMPLETE
76632024-08-05T18:25:07.054Z[ recovery-image] Aug 05 18:25:05.408 INFO O| Aug 05 18:25:05.408 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76642024-08-05T18:25:07.062Z[ recovery-image] Aug 05 18:25:05.418 INFO O| Aug 05 18:25:05.418 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
76652024-08-05T18:25:07.062Z[ recovery-image] Aug 05 18:25:05.418 INFO O| Aug 05 18:25:05.418 INFO copying /tmp/.tmpNjVOGb/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
76662024-08-05T18:25:07.083Z[ recovery-image] Aug 05 18:25:05.439 INFO O| Aug 05 18:25:05.439 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
76672024-08-05T18:25:07.083Z[ recovery-image] Aug 05 18:25:05.439 INFO O| Aug 05 18:25:05.439 INFO ok!
76682024-08-05T18:25:07.083Z[ recovery-image] Aug 05 18:25:05.439 INFO O| Aug 05 18:25:05.439 INFO STEP 50 (ensure_file) COMPLETE
76692024-08-05T18:25:07.086Z[ recovery-image] Aug 05 18:25:05.439 INFO O| Aug 05 18:25:05.439 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76702024-08-05T18:25:07.093Z[ recovery-image] Aug 05 18:25:05.450 INFO O| Aug 05 18:25:05.449 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
76712024-08-05T18:25:07.093Z[ recovery-image] Aug 05 18:25:05.450 INFO O| Aug 05 18:25:05.450 INFO copying /tmp/.tmpNjVOGb/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
76722024-08-05T18:25:07.739Z[ recovery-image] Aug 05 18:25:06.095 INFO O| Aug 05 18:25:06.095 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
76732024-08-05T18:25:07.739Z[ recovery-image] Aug 05 18:25:06.095 INFO O| Aug 05 18:25:06.095 INFO ok!
76742024-08-05T18:25:07.742Z[ recovery-image] Aug 05 18:25:06.095 INFO O| Aug 05 18:25:06.095 INFO STEP 51 (ensure_file) COMPLETE
76752024-08-05T18:25:07.742Z[ recovery-image] Aug 05 18:25:06.095 INFO O| Aug 05 18:25:06.095 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76762024-08-05T18:25:07.754Z[ recovery-image] Aug 05 18:25:06.110 INFO O| Aug 05 18:25:06.110 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
76772024-08-05T18:25:07.757Z[ recovery-image] Aug 05 18:25:06.110 INFO O| Aug 05 18:25:06.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
76782024-08-05T18:25:07.757Z[ recovery-image] Aug 05 18:25:06.110 INFO O| Aug 05 18:25:06.110 INFO STEP 52 (ensure_dir) COMPLETE
76792024-08-05T18:25:07.757Z[ recovery-image] Aug 05 18:25:06.110 INFO O| Aug 05 18:25:06.110 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76802024-08-05T18:25:07.765Z[ recovery-image] Aug 05 18:25:06.121 INFO O| Aug 05 18:25:06.121 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
76812024-08-05T18:25:07.768Z[ recovery-image] Aug 05 18:25:06.121 INFO O| Aug 05 18:25:06.121 INFO copying /tmp/.tmpNjVOGb/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 ...
76822024-08-05T18:25:07.768Z[ recovery-image] Aug 05 18:25:06.121 INFO O| Aug 05 18:25:06.121 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
76832024-08-05T18:25:07.768Z[ recovery-image] Aug 05 18:25:06.121 INFO O| Aug 05 18:25:06.121 INFO ok!
76842024-08-05T18:25:07.768Z[ recovery-image] Aug 05 18:25:06.121 INFO O| Aug 05 18:25:06.121 INFO STEP 53 (ensure_file) COMPLETE
76852024-08-05T18:25:07.768Z[ recovery-image] Aug 05 18:25:06.121 INFO O| Aug 05 18:25:06.121 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76862024-08-05T18:25:07.776Z[ recovery-image] Aug 05 18:25:06.132 INFO O| Aug 05 18:25:06.132 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
76872024-08-05T18:25:07.777Z[ recovery-image] Aug 05 18:25:06.133 INFO O| Aug 05 18:25:06.132 INFO copying /tmp/.tmpNjVOGb/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 ...
76882024-08-05T18:25:07.779Z[ recovery-image] Aug 05 18:25:06.133 INFO O| Aug 05 18:25:06.133 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
76892024-08-05T18:25:07.779Z[ recovery-image] Aug 05 18:25:06.133 INFO O| Aug 05 18:25:06.133 INFO ok!
76902024-08-05T18:25:07.779Z[ recovery-image] Aug 05 18:25:06.133 INFO O| Aug 05 18:25:06.133 INFO STEP 54 (ensure_file) COMPLETE
76912024-08-05T18:25:07.779Z[ recovery-image] Aug 05 18:25:06.133 INFO O| Aug 05 18:25:06.133 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76922024-08-05T18:25:07.788Z[ recovery-image] Aug 05 18:25:06.144 INFO O| Aug 05 18:25:06.144 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
76932024-08-05T18:25:07.788Z[ recovery-image] Aug 05 18:25:06.144 INFO O| Aug 05 18:25:06.144 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
76942024-08-05T18:25:07.788Z[ recovery-image] Aug 05 18:25:06.144 INFO O| Aug 05 18:25:06.144 INFO STEP 55 (ensure_dir) COMPLETE
76952024-08-05T18:25:07.791Z[ recovery-image] Aug 05 18:25:06.144 INFO O| Aug 05 18:25:06.144 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
76962024-08-05T18:25:07.801Z[ recovery-image] Aug 05 18:25:06.156 INFO O| Aug 05 18:25:06.156 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
76972024-08-05T18:25:07.801Z[ recovery-image] Aug 05 18:25:06.156 INFO O| Aug 05 18:25:06.156 INFO copying /tmp/.tmpNjVOGb/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 ...
76982024-08-05T18:25:07.803Z[ recovery-image] Aug 05 18:25:06.157 INFO O| Aug 05 18:25:06.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
76992024-08-05T18:25:07.803Z[ recovery-image] Aug 05 18:25:06.157 INFO O| Aug 05 18:25:06.157 INFO ok!
77002024-08-05T18:25:07.803Z[ recovery-image] Aug 05 18:25:06.157 INFO O| Aug 05 18:25:06.157 INFO STEP 56 (ensure_file) COMPLETE
77012024-08-05T18:25:07.803Z[ recovery-image] Aug 05 18:25:06.157 INFO O| Aug 05 18:25:06.157 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77022024-08-05T18:25:07.814Z[ recovery-image] Aug 05 18:25:06.170 INFO O| Aug 05 18:25:06.170 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
77032024-08-05T18:25:07.814Z[ recovery-image] Aug 05 18:25:06.170 INFO O| Aug 05 18:25:06.170 INFO copying /tmp/.tmpNjVOGb/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 ...
77042024-08-05T18:25:07.817Z[ recovery-image] Aug 05 18:25:06.171 INFO O| Aug 05 18:25:06.171 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
77052024-08-05T18:25:07.817Z[ recovery-image] Aug 05 18:25:06.171 INFO O| Aug 05 18:25:06.171 INFO ok!
77062024-08-05T18:25:07.817Z[ recovery-image] Aug 05 18:25:06.171 INFO O| Aug 05 18:25:06.171 INFO STEP 57 (ensure_file) COMPLETE
77072024-08-05T18:25:07.817Z[ recovery-image] Aug 05 18:25:06.171 INFO O| Aug 05 18:25:06.171 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77082024-08-05T18:25:07.825Z[ recovery-image] Aug 05 18:25:06.181 INFO O| Aug 05 18:25:06.181 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
77092024-08-05T18:25:07.825Z[ recovery-image] Aug 05 18:25:06.182 INFO O| Aug 05 18:25:06.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
77102024-08-05T18:25:07.828Z[ recovery-image] Aug 05 18:25:06.182 INFO O| Aug 05 18:25:06.182 INFO STEP 58 (ensure_dir) COMPLETE
77112024-08-05T18:25:07.828Z[ recovery-image] Aug 05 18:25:06.182 INFO O| Aug 05 18:25:06.182 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77122024-08-05T18:25:07.836Z[ recovery-image] Aug 05 18:25:06.192 INFO O| Aug 05 18:25:06.192 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
77132024-08-05T18:25:07.836Z[ recovery-image] Aug 05 18:25:06.192 INFO O| Aug 05 18:25:06.192 INFO copying /tmp/.tmpNjVOGb/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 ...
77142024-08-05T18:25:07.839Z[ recovery-image] Aug 05 18:25:06.192 INFO O| Aug 05 18:25:06.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
77152024-08-05T18:25:07.839Z[ recovery-image] Aug 05 18:25:06.192 INFO O| Aug 05 18:25:06.192 INFO ok!
77162024-08-05T18:25:07.839Z[ recovery-image] Aug 05 18:25:06.192 INFO O| Aug 05 18:25:06.192 INFO STEP 59 (ensure_file) COMPLETE
77172024-08-05T18:25:07.839Z[ recovery-image] Aug 05 18:25:06.192 INFO O| Aug 05 18:25:06.192 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77182024-08-05T18:25:07.846Z[ recovery-image] Aug 05 18:25:06.202 INFO O| Aug 05 18:25:06.202 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
77192024-08-05T18:25:07.846Z[ recovery-image] Aug 05 18:25:06.202 INFO O| Aug 05 18:25:06.202 INFO copying /tmp/.tmpNjVOGb/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
77202024-08-05T18:25:07.854Z[ recovery-image] Aug 05 18:25:06.202 INFO O| Aug 05 18:25:06.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
77212024-08-05T18:25:07.854Z[ recovery-image] Aug 05 18:25:06.202 INFO O| Aug 05 18:25:06.202 INFO ok!
77222024-08-05T18:25:07.854Z[ recovery-image] Aug 05 18:25:06.202 INFO O| Aug 05 18:25:06.202 INFO STEP 60 (ensure_file) COMPLETE
77232024-08-05T18:25:07.854Z[ recovery-image] Aug 05 18:25:06.202 INFO O| Aug 05 18:25:06.202 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77242024-08-05T18:25:07.859Z[ recovery-image] Aug 05 18:25:06.213 INFO O| Aug 05 18:25:06.213 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
77252024-08-05T18:25:07.859Z[ recovery-image] Aug 05 18:25:06.213 INFO O| Aug 05 18:25:06.213 INFO STEP 61 (ensure_dir) COMPLETE
77262024-08-05T18:25:07.859Z[ recovery-image] Aug 05 18:25:06.213 INFO O| Aug 05 18:25:06.213 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77272024-08-05T18:25:07.867Z[ recovery-image] Aug 05 18:25:06.223 INFO O| Aug 05 18:25:06.223 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
77282024-08-05T18:25:07.867Z[ recovery-image] Aug 05 18:25:06.223 INFO O| Aug 05 18:25:06.223 INFO STEP 62 (ensure_dir) COMPLETE
77292024-08-05T18:25:07.867Z[ recovery-image] Aug 05 18:25:06.223 INFO O| Aug 05 18:25:06.223 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77302024-08-05T18:25:07.878Z[ recovery-image] Aug 05 18:25:06.234 INFO O| Aug 05 18:25:06.234 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
77312024-08-05T18:25:07.878Z[ recovery-image] Aug 05 18:25:06.234 INFO O| Aug 05 18:25:06.234 INFO STEP 63 (ensure_dir) COMPLETE
77322024-08-05T18:25:07.879Z[ recovery-image] Aug 05 18:25:06.234 INFO O| Aug 05 18:25:06.234 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77332024-08-05T18:25:07.889Z[ recovery-image] Aug 05 18:25:06.245 INFO O| Aug 05 18:25:06.245 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
77342024-08-05T18:25:07.889Z[ recovery-image] Aug 05 18:25:06.245 INFO O| Aug 05 18:25:06.245 INFO STEP 64 (ensure_dir) COMPLETE
77352024-08-05T18:25:07.889Z[ recovery-image] Aug 05 18:25:06.245 INFO O| Aug 05 18:25:06.245 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
77362024-08-05T18:25:07.900Z[ recovery-image] Aug 05 18:25:06.256 INFO O| Aug 05 18:25:06.256 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
77372024-08-05T18:25:07.900Z[ recovery-image] Aug 05 18:25:06.256 INFO O| Aug 05 18:25:06.256 INFO copying /tmp/.tmpNjVOGb/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
77382024-08-05T18:25:07.903Z[ recovery-image] Aug 05 18:25:06.256 INFO O| Aug 05 18:25:06.256 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
77392024-08-05T18:25:07.903Z[ recovery-image] Aug 05 18:25:06.256 INFO O| Aug 05 18:25:06.256 INFO ok!
77402024-08-05T18:25:07.903Z[ recovery-image] Aug 05 18:25:06.256 INFO O| Aug 05 18:25:06.256 INFO STEP 65 (ensure_file) COMPLETE
77412024-08-05T18:25:07.903Z[ recovery-image] Aug 05 18:25:06.256 INFO O| Aug 05 18:25:06.256 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77422024-08-05T18:25:07.911Z[ recovery-image] Aug 05 18:25:06.267 INFO O| Aug 05 18:25:06.267 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
77432024-08-05T18:25:07.914Z[ recovery-image] Aug 05 18:25:06.268 INFO O| Aug 05 18:25:06.268 INFO STEP 66 (remove_files) COMPLETE
77442024-08-05T18:25:07.914Z[ recovery-image] Aug 05 18:25:06.268 INFO O| Aug 05 18:25:06.268 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77452024-08-05T18:25:07.924Z[ recovery-image] Aug 05 18:25:06.280 INFO O| Aug 05 18:25:06.280 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
77462024-08-05T18:25:07.927Z[ recovery-image] Aug 05 18:25:06.280 INFO O| Aug 05 18:25:06.280 INFO STEP 67 (remove_files) COMPLETE
77472024-08-05T18:25:07.927Z[ recovery-image] Aug 05 18:25:06.280 INFO O| Aug 05 18:25:06.280 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77482024-08-05T18:25:07.935Z[ recovery-image] Aug 05 18:25:06.291 INFO O| Aug 05 18:25:06.291 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
77492024-08-05T18:25:07.938Z[ recovery-image] Aug 05 18:25:06.291 INFO O| Aug 05 18:25:06.291 INFO STEP 68 (remove_files) COMPLETE
77502024-08-05T18:25:07.938Z[ recovery-image] Aug 05 18:25:06.291 INFO O| Aug 05 18:25:06.291 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77512024-08-05T18:25:07.946Z[ recovery-image] Aug 05 18:25:06.302 INFO O| Aug 05 18:25:06.302 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
77522024-08-05T18:25:07.949Z[ recovery-image] Aug 05 18:25:06.302 INFO O| Aug 05 18:25:06.302 INFO STEP 69 (remove_files) COMPLETE
77532024-08-05T18:25:07.949Z[ recovery-image] Aug 05 18:25:06.302 INFO O| Aug 05 18:25:06.302 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77542024-08-05T18:25:07.957Z[ recovery-image] Aug 05 18:25:06.312 INFO O| Aug 05 18:25:06.312 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
77552024-08-05T18:25:07.960Z[ recovery-image] Aug 05 18:25:06.313 INFO O| Aug 05 18:25:06.313 INFO STEP 70 (remove_files) COMPLETE
77562024-08-05T18:25:07.960Z[ recovery-image] Aug 05 18:25:06.313 INFO O| Aug 05 18:25:06.313 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77572024-08-05T18:25:07.967Z[ recovery-image] Aug 05 18:25:06.323 INFO O| Aug 05 18:25:06.323 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
77582024-08-05T18:25:07.970Z[ recovery-image] Aug 05 18:25:06.323 INFO O| Aug 05 18:25:06.323 INFO STEP 71 (remove_files) COMPLETE
77592024-08-05T18:25:07.970Z[ recovery-image] Aug 05 18:25:06.323 INFO O| Aug 05 18:25:06.323 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77602024-08-05T18:25:07.977Z[ recovery-image] Aug 05 18:25:06.333 INFO O| Aug 05 18:25:06.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
77612024-08-05T18:25:07.977Z[ recovery-image] Aug 05 18:25:06.333 INFO O| Aug 05 18:25:06.333 INFO STEP 72 (remove_files) COMPLETE
77622024-08-05T18:25:07.978Z[ recovery-image] Aug 05 18:25:06.333 INFO O| Aug 05 18:25:06.333 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77632024-08-05T18:25:07.988Z[ recovery-image] Aug 05 18:25:06.343 INFO O| Aug 05 18:25:06.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
77642024-08-05T18:25:07.990Z[ recovery-image] Aug 05 18:25:06.344 INFO O| Aug 05 18:25:06.344 INFO STEP 73 (remove_files) COMPLETE
77652024-08-05T18:25:07.990Z[ recovery-image] Aug 05 18:25:06.344 INFO O| Aug 05 18:25:06.344 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77662024-08-05T18:25:07.998Z[ recovery-image] Aug 05 18:25:06.354 INFO O| Aug 05 18:25:06.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
77672024-08-05T18:25:07.998Z[ recovery-image] Aug 05 18:25:06.354 INFO O| Aug 05 18:25:06.354 INFO STEP 74 (remove_files) COMPLETE
77682024-08-05T18:25:07.998Z[ recovery-image] Aug 05 18:25:06.354 INFO O| Aug 05 18:25:06.354 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77692024-08-05T18:25:08.008Z[ recovery-image] Aug 05 18:25:06.364 INFO O| Aug 05 18:25:06.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
77702024-08-05T18:25:08.008Z[ recovery-image] Aug 05 18:25:06.364 INFO O| Aug 05 18:25:06.364 INFO STEP 75 (remove_files) COMPLETE
77712024-08-05T18:25:08.008Z[ recovery-image] Aug 05 18:25:06.364 INFO O| Aug 05 18:25:06.364 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77722024-08-05T18:25:08.019Z[ recovery-image] Aug 05 18:25:06.374 INFO O| Aug 05 18:25:06.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
77732024-08-05T18:25:08.022Z[ recovery-image] Aug 05 18:25:06.374 INFO O| Aug 05 18:25:06.374 INFO STEP 76 (remove_files) COMPLETE
77742024-08-05T18:25:08.022Z[ recovery-image] Aug 05 18:25:06.374 INFO O| Aug 05 18:25:06.374 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77752024-08-05T18:25:08.030Z[ recovery-image] Aug 05 18:25:06.384 INFO O| Aug 05 18:25:06.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
77762024-08-05T18:25:08.033Z[ recovery-image] Aug 05 18:25:06.384 INFO O| Aug 05 18:25:06.384 INFO STEP 77 (remove_files) COMPLETE
77772024-08-05T18:25:08.033Z[ recovery-image] Aug 05 18:25:06.385 INFO O| Aug 05 18:25:06.384 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77782024-08-05T18:25:08.039Z[ recovery-image] Aug 05 18:25:06.395 INFO O| Aug 05 18:25:06.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
77792024-08-05T18:25:08.045Z[ recovery-image] Aug 05 18:25:06.395 INFO O| Aug 05 18:25:06.395 INFO STEP 78 (remove_files) COMPLETE
77802024-08-05T18:25:08.045Z[ recovery-image] Aug 05 18:25:06.395 INFO O| Aug 05 18:25:06.395 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77812024-08-05T18:25:08.049Z[ recovery-image] Aug 05 18:25:06.405 INFO O| Aug 05 18:25:06.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
77822024-08-05T18:25:08.049Z[ recovery-image] Aug 05 18:25:06.405 INFO O| Aug 05 18:25:06.405 INFO STEP 79 (remove_files) COMPLETE
77832024-08-05T18:25:08.053Z[ recovery-image] Aug 05 18:25:06.405 INFO O| Aug 05 18:25:06.405 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77842024-08-05T18:25:08.060Z[ recovery-image] Aug 05 18:25:06.416 INFO O| Aug 05 18:25:06.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
77852024-08-05T18:25:08.060Z[ recovery-image] Aug 05 18:25:06.416 INFO O| Aug 05 18:25:06.416 INFO STEP 80 (remove_files) COMPLETE
77862024-08-05T18:25:08.060Z[ recovery-image] Aug 05 18:25:06.416 INFO O| Aug 05 18:25:06.416 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77872024-08-05T18:25:08.070Z[ recovery-image] Aug 05 18:25:06.426 INFO O| Aug 05 18:25:06.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
77882024-08-05T18:25:08.070Z[ recovery-image] Aug 05 18:25:06.426 INFO O| Aug 05 18:25:06.426 INFO STEP 81 (remove_files) COMPLETE
77892024-08-05T18:25:08.070Z[ recovery-image] Aug 05 18:25:06.426 INFO O| Aug 05 18:25:06.426 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77902024-08-05T18:25:08.083Z[ recovery-image] Aug 05 18:25:06.438 INFO O| Aug 05 18:25:06.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
77912024-08-05T18:25:08.083Z[ recovery-image] Aug 05 18:25:06.439 INFO O| Aug 05 18:25:06.439 INFO STEP 82 (remove_files) COMPLETE
77922024-08-05T18:25:08.086Z[ recovery-image] Aug 05 18:25:06.439 INFO O| Aug 05 18:25:06.439 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77932024-08-05T18:25:08.094Z[ recovery-image] Aug 05 18:25:06.450 INFO O| Aug 05 18:25:06.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
77942024-08-05T18:25:08.095Z[ recovery-image] Aug 05 18:25:06.450 INFO O| Aug 05 18:25:06.450 INFO STEP 83 (remove_files) COMPLETE
77952024-08-05T18:25:08.098Z[ recovery-image] Aug 05 18:25:06.450 INFO O| Aug 05 18:25:06.450 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77962024-08-05T18:25:08.105Z[ recovery-image] Aug 05 18:25:06.460 INFO O| Aug 05 18:25:06.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
77972024-08-05T18:25:08.105Z[ recovery-image] Aug 05 18:25:06.461 INFO O| Aug 05 18:25:06.461 INFO STEP 84 (remove_files) COMPLETE
77982024-08-05T18:25:08.105Z[ recovery-image] Aug 05 18:25:06.461 INFO O| Aug 05 18:25:06.461 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
77992024-08-05T18:25:08.115Z[ recovery-image] Aug 05 18:25:06.471 INFO O| Aug 05 18:25:06.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
78002024-08-05T18:25:08.118Z[ recovery-image] Aug 05 18:25:06.471 INFO O| Aug 05 18:25:06.471 INFO STEP 85 (remove_files) COMPLETE
78012024-08-05T18:25:08.118Z[ recovery-image] Aug 05 18:25:06.471 INFO O| Aug 05 18:25:06.471 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78022024-08-05T18:25:08.126Z[ recovery-image] Aug 05 18:25:06.481 INFO O| Aug 05 18:25:06.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
78032024-08-05T18:25:08.129Z[ recovery-image] Aug 05 18:25:06.482 INFO O| Aug 05 18:25:06.482 INFO STEP 86 (remove_files) COMPLETE
78042024-08-05T18:25:08.129Z[ recovery-image] Aug 05 18:25:06.482 INFO O| Aug 05 18:25:06.482 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78052024-08-05T18:25:08.136Z[ recovery-image] Aug 05 18:25:06.492 INFO O| Aug 05 18:25:06.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
78062024-08-05T18:25:08.139Z[ recovery-image] Aug 05 18:25:06.492 INFO O| Aug 05 18:25:06.492 INFO STEP 87 (remove_files) COMPLETE
78072024-08-05T18:25:08.139Z[ recovery-image] Aug 05 18:25:06.492 INFO O| Aug 05 18:25:06.492 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78082024-08-05T18:25:08.147Z[ recovery-image] Aug 05 18:25:06.503 INFO O| Aug 05 18:25:06.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
78092024-08-05T18:25:08.149Z[ recovery-image] Aug 05 18:25:06.503 INFO O| Aug 05 18:25:06.503 INFO STEP 88 (remove_files) COMPLETE
78102024-08-05T18:25:08.149Z[ recovery-image] Aug 05 18:25:06.503 INFO O| Aug 05 18:25:06.503 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78112024-08-05T18:25:08.157Z[ recovery-image] Aug 05 18:25:06.513 INFO O| Aug 05 18:25:06.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
78122024-08-05T18:25:08.160Z[ recovery-image] Aug 05 18:25:06.513 INFO O| Aug 05 18:25:06.513 INFO STEP 89 (remove_files) COMPLETE
78132024-08-05T18:25:08.160Z[ recovery-image] Aug 05 18:25:06.513 INFO O| Aug 05 18:25:06.513 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78142024-08-05T18:25:08.167Z[ recovery-image] Aug 05 18:25:06.523 INFO O| Aug 05 18:25:06.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
78152024-08-05T18:25:08.167Z[ recovery-image] Aug 05 18:25:06.523 INFO O| Aug 05 18:25:06.523 INFO STEP 90 (remove_files) COMPLETE
78162024-08-05T18:25:08.167Z[ recovery-image] Aug 05 18:25:06.523 INFO O| Aug 05 18:25:06.523 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78172024-08-05T18:25:08.178Z[ recovery-image] Aug 05 18:25:06.534 INFO O| Aug 05 18:25:06.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
78182024-08-05T18:25:08.178Z[ recovery-image] Aug 05 18:25:06.534 INFO O| Aug 05 18:25:06.534 INFO STEP 91 (remove_files) COMPLETE
78192024-08-05T18:25:08.181Z[ recovery-image] Aug 05 18:25:06.534 INFO O| Aug 05 18:25:06.534 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78202024-08-05T18:25:08.188Z[ recovery-image] Aug 05 18:25:06.544 INFO O| Aug 05 18:25:06.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
78212024-08-05T18:25:08.188Z[ recovery-image] Aug 05 18:25:06.544 INFO O| Aug 05 18:25:06.544 INFO STEP 92 (remove_files) COMPLETE
78222024-08-05T18:25:08.188Z[ recovery-image] Aug 05 18:25:06.544 INFO O| Aug 05 18:25:06.544 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78232024-08-05T18:25:08.198Z[ recovery-image] Aug 05 18:25:06.554 INFO O| Aug 05 18:25:06.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
78242024-08-05T18:25:08.198Z[ recovery-image] Aug 05 18:25:06.554 INFO O| Aug 05 18:25:06.554 INFO STEP 93 (remove_files) COMPLETE
78252024-08-05T18:25:08.198Z[ recovery-image] Aug 05 18:25:06.554 INFO O| Aug 05 18:25:06.554 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
78262024-08-05T18:25:08.208Z[ recovery-image] Aug 05 18:25:06.564 INFO O| Aug 05 18:25:06.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
78272024-08-05T18:25:08.208Z[ recovery-image] Aug 05 18:25:06.564 INFO O| Aug 05 18:25:06.564 INFO STEP 94 (remove_files) COMPLETE
78282024-08-05T18:25:08.208Z[ recovery-image] Aug 05 18:25:06.564 INFO O| Aug 05 18:25:06.564 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78292024-08-05T18:25:08.223Z[ recovery-image] Aug 05 18:25:06.579 INFO O| Aug 05 18:25:06.579 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
78302024-08-05T18:25:08.230Z[ recovery-image] Aug 05 18:25:06.580 INFO O| Aug 05 18:25:06.579 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", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
78312024-08-05T18:25:18.075Z[ recovery-image] Aug 05 18:25:16.429 INFO O| Aug 05 18:25:16.429 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
78322024-08-05T18:25:18.075Z[ recovery-image] Aug 05 18:25:16.429 INFO O| Aug 05 18:25:16.429 INFO E| svccfg: Loaded 67 smf(7) service descriptions
78332024-08-05T18:25:18.088Z[ recovery-image] Aug 05 18:25:16.443 INFO O| Aug 05 18:25:16.442 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
78342024-08-05T18:25:18.162Z[ recovery-image] Aug 05 18:25:16.517 INFO O| Aug 05 18:25:16.517 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
78352024-08-05T18:25:18.162Z[ recovery-image] Aug 05 18:25:16.517 INFO O| Aug 05 18:25:16.517 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 ...
78362024-08-05T18:25:18.165Z[ recovery-image] Aug 05 18:25:16.519 INFO O| Aug 05 18:25:16.519 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
78372024-08-05T18:25:18.165Z[ recovery-image] Aug 05 18:25:16.519 INFO O| Aug 05 18:25:16.519 INFO ok!
78382024-08-05T18:25:18.165Z[ recovery-image] Aug 05 18:25:16.519 INFO O| Aug 05 18:25:16.519 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
78392024-08-05T18:25:18.165Z[ recovery-image] Aug 05 18:25:16.519 INFO O| Aug 05 18:25:16.519 INFO STEP 95 (seed_smf) COMPLETE
78402024-08-05T18:25:18.166Z[ recovery-image] Aug 05 18:25:16.519 INFO O| Aug 05 18:25:16.519 INFO steps complete; finalising image!
78412024-08-05T18:25:18.166Z[ recovery-image] Aug 05 18:25:16.519 INFO O| Aug 05 18:25:16.519 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
78422024-08-05T18:25:18.201Z[ recovery-image] Aug 05 18:25:16.556 INFO O| Aug 05 18:25:16.556 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Mon Aug 5 18:25:16 2024)
78432024-08-05T18:25:18.424Z[ recovery-image] Aug 05 18:25:16.779 INFO O| Aug 05 18:25:16.779 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio
78442024-08-05T18:25:18.424Z[ recovery-image] Aug 05 18:25:16.779 INFO O| Aug 05 18:25:16.779 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
78452024-08-05T18:25:18.632Z[ recovery-image] Aug 05 18:25:16.987 INFO O| Aug 05 18:25:16.987 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
78462024-08-05T18:25:18.632Z[ recovery-image] Aug 05 18:25:16.987 INFO O| Aug 05 18:25:16.987 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
78472024-08-05T18:25:21.657Z[ recovery-image] Aug 05 18:25:20.011 INFO O| Aug 05 18:25:20.011 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
78482024-08-05T18:25:21.657Z[ recovery-image] Aug 05 18:25:20.011 INFO O| Aug 05 18:25:20.011 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
78492024-08-05T18:25:21.660Z[ recovery-image] Aug 05 18:25:20.011 INFO O| Aug 05 18:25:20.011 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
78502024-08-05T18:25:21.661Z[ recovery-image] Aug 05 18:25:20.011 INFO O| Aug 05 18:25:20.011 INFO completed processing gimlet/zfs-recovery
78512024-08-05T18:25:21.661Z[ recovery-image] Aug 05 18:25:20.011 INFO O| Aug 05 18:25:20.011 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
78522024-08-05T18:25:22.017Z[ recovery-image] Aug 05 18:25:20.371 INFO O| Aug 05 18:25:20.371 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78532024-08-05T18:25:22.091Z[ recovery-image] Aug 05 18:25:20.445 INFO BUILD STRING "heads/stlouis-0-g795571e95f\n"
78542024-08-05T18:25:22.094Z[ recovery-image] Aug 05 18:25:20.445 INFO expanded image name: "recovery d719e83/${os_short_commit} 2024-08-05 17:59" -> "recovery d719e83/795571e 2024-08-05 17:59"
78552024-08-05T18:25:22.094Z[ recovery-image] Aug 05 18:25:20.445 INFO output artefacts stored in: "/work/os-recovery"
78562024-08-05T18:25:22.094Z[ recovery-image] Aug 05 18:25:20.445 INFO collecting git info from project "bootserver"...
78572024-08-05T18:25:22.098Z[ recovery-image] Aug 05 18:25:20.452 INFO collecting git info from project "chelsio-t6-roms"...
78582024-08-05T18:25:22.119Z[ recovery-image] Aug 05 18:25:20.473 INFO collecting git info from project "amd-host-image-builder"...
78592024-08-05T18:25:22.359Z[ recovery-image] Aug 05 18:25:20.714 INFO collecting git info from project "image-builder"...
78602024-08-05T18:25:22.366Z[ recovery-image] Aug 05 18:25:20.720 INFO collecting git info from project "pinprick"...
78612024-08-05T18:25:22.372Z[ recovery-image] Aug 05 18:25:20.726 INFO collecting git info from project "amd-firmware"...
78622024-08-05T18:25:22.599Z[ recovery-image] Aug 05 18:25:20.953 INFO collecting git info from project "phbl"...
78632024-08-05T18:25:22.606Z[ recovery-image] Aug 05 18:25:20.960 INFO collecting git info from project "pilot"...
78642024-08-05T18:25:22.618Z[ recovery-image] Aug 05 18:25:20.972 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
78652024-08-05T18:25:22.980Z[ recovery-image] Aug 05 18:25:21.334 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
78662024-08-05T18:25:23.334Z[ recovery-image] Aug 05 18:25:21.688 INFO creating Oxide boot image...
78672024-08-05T18:25:23.334Z[ recovery-image] Aug 05 18:25:21.688 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery d719e83/795571e 2024-08-05 17:59", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
78682024-08-05T18:25:49.485Z[ host-image] Aug 05 18:25:47.836 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22799:20240802T172305Z
78692024-08-05T18:25:49.485Z[ host-image] Aug 05 18:25:47.836 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22799:20240802T172305Z
78702024-08-05T18:25:49.488Z[ host-image] Aug 05 18:25:47.836 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
78712024-08-05T18:25:49.488Z[ host-image] Aug 05 18:25:47.836 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
78722024-08-05T18:25:49.488Z[ host-image] Aug 05 18:25:47.836 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
78732024-08-05T18:25:49.488Z[ host-image] Aug 05 18:25:47.837 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
78742024-08-05T18:25:49.488Z[ host-image] Aug 05 18:25:47.837 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
78752024-08-05T18:25:49.488Z[ host-image] Aug 05 18:25:47.838 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
78762024-08-05T18:25:49.488Z[ host-image] Aug 05 18:25:47.838 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
78772024-08-05T18:25:49.488Z[ host-image] Aug 05 18:25:47.838 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
78782024-08-05T18:25:49.488Z[ host-image] Aug 05 18:25:47.838 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22799:20240802T172305Z
78792024-08-05T18:25:49.491Z[ host-image] Aug 05 18:25:47.840 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22799:20240802T172306Z
78802024-08-05T18:25:49.491Z[ host-image] Aug 05 18:25:47.840 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22799:20240802T172306Z
78812024-08-05T18:25:49.491Z[ host-image] Aug 05 18:25:47.841 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22799:20240802T172306Z
78822024-08-05T18:25:49.491Z[ host-image] Aug 05 18:25:47.841 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
78832024-08-05T18:25:49.491Z[ host-image] Aug 05 18:25:47.842 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22799:20240802T172306Z
78842024-08-05T18:25:49.491Z[ host-image] Aug 05 18:25:47.842 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22799:20240802T172306Z
78852024-08-05T18:25:49.491Z[ host-image] Aug 05 18:25:47.842 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22799:20240802T172306Z
78862024-08-05T18:25:49.491Z[ host-image] Aug 05 18:25:47.843 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22799:20240802T172307Z
78872024-08-05T18:25:49.494Z[ host-image] Aug 05 18:25:47.843 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22799:20240802T172307Z
78882024-08-05T18:25:49.494Z[ host-image] Aug 05 18:25:47.843 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22799:20240802T172308Z
78892024-08-05T18:25:49.494Z[ host-image] Aug 05 18:25:47.843 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22799:20240802T172308Z
78902024-08-05T18:25:49.494Z[ host-image] Aug 05 18:25:47.843 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22799:20240802T172308Z
78912024-08-05T18:25:49.494Z[ host-image] Aug 05 18:25:47.843 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22799:20240802T172309Z
78922024-08-05T18:25:49.494Z[ host-image] Aug 05 18:25:47.844 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22799:20240802T172310Z
78932024-08-05T18:25:49.494Z[ host-image] Aug 05 18:25:47.844 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22799:20240802T172310Z
78942024-08-05T18:25:49.494Z[ host-image] Aug 05 18:25:47.844 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22799:20240802T172311Z
78952024-08-05T18:25:49.494Z[ host-image] Aug 05 18:25:47.844 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22799:20240802T172312Z
78962024-08-05T18:25:49.494Z[ host-image] Aug 05 18:25:47.844 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z
78972024-08-05T18:25:49.495Z[ host-image] Aug 05 18:25:47.844 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22799:20240802T172313Z
78982024-08-05T18:25:49.495Z[ host-image] Aug 05 18:25:47.844 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22799:20240802T172315Z
78992024-08-05T18:25:49.495Z[ host-image] Aug 05 18:25:47.844 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22799:20240802T172316Z
79002024-08-05T18:25:49.495Z[ host-image] Aug 05 18:25:47.844 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22799:20240802T172317Z
79012024-08-05T18:25:49.495Z[ host-image] Aug 05 18:25:47.845 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22799:20240802T172318Z
79022024-08-05T18:25:49.495Z[ host-image] Aug 05 18:25:47.846 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22799:20240802T172318Z
79032024-08-05T18:25:49.503Z[ host-image] Aug 05 18:25:47.855 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
79042024-08-05T18:25:49.506Z[ host-image] Aug 05 18:25:47.855 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22799:20240802T172318Z
79052024-08-05T18:25:49.506Z[ host-image] Aug 05 18:25:47.855 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z
79062024-08-05T18:25:49.506Z[ host-image] Aug 05 18:25:47.855 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
79072024-08-05T18:25:49.506Z[ host-image] Aug 05 18:25:47.856 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
79082024-08-05T18:25:49.506Z[ host-image] Aug 05 18:25:47.856 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22799:20240802T172318Z
79092024-08-05T18:25:49.506Z[ host-image] Aug 05 18:25:47.856 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
79102024-08-05T18:25:49.506Z[ host-image] Aug 05 18:25:47.857 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
79112024-08-05T18:25:49.509Z[ host-image] Aug 05 18:25:47.858 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
79122024-08-05T18:25:49.509Z[ host-image] Aug 05 18:25:47.858 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
79132024-08-05T18:25:49.519Z[ host-image] Aug 05 18:25:47.870 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
79142024-08-05T18:25:49.519Z[ host-image] Aug 05 18:25:47.870 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
79152024-08-05T18:25:49.522Z[ host-image] Aug 05 18:25:47.871 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
79162024-08-05T18:25:49.522Z[ host-image] Aug 05 18:25:47.871 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
79172024-08-05T18:25:49.522Z[ host-image] Aug 05 18:25:47.872 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
79182024-08-05T18:25:49.522Z[ host-image] Aug 05 18:25:47.872 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
79192024-08-05T18:25:49.557Z[ host-image] Aug 05 18:25:47.908 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z
79202024-08-05T18:25:49.560Z[ host-image] Aug 05 18:25:47.909 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
79212024-08-05T18:25:49.560Z[ host-image] Aug 05 18:25:47.909 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
79222024-08-05T18:25:49.560Z[ host-image] Aug 05 18:25:47.910 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22799:20240802T172320Z
79232024-08-05T18:25:49.560Z[ host-image] Aug 05 18:25:47.910 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22799:20240802T172326Z
79242024-08-05T18:25:49.560Z[ host-image] Aug 05 18:25:47.910 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
79252024-08-05T18:25:49.560Z[ host-image] Aug 05 18:25:47.910 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22799:20240802T172326Z
79262024-08-05T18:25:49.560Z[ host-image] Aug 05 18:25:47.910 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
79272024-08-05T18:25:49.560Z[ host-image] Aug 05 18:25:47.911 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
79282024-08-05T18:25:49.560Z[ host-image] Aug 05 18:25:47.911 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
79292024-08-05T18:25:49.560Z[ host-image] Aug 05 18:25:47.911 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22799:20240802T172326Z
79302024-08-05T18:25:49.560Z[ host-image] Aug 05 18:25:47.911 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
79312024-08-05T18:25:49.564Z[ host-image] Aug 05 18:25:47.916 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
79322024-08-05T18:25:49.567Z[ host-image] Aug 05 18:25:47.916 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
79332024-08-05T18:25:49.567Z[ host-image] Aug 05 18:25:47.916 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
79342024-08-05T18:25:49.567Z[ host-image] Aug 05 18:25:47.916 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22799:20240802T172327Z
79352024-08-05T18:25:49.567Z[ host-image] Aug 05 18:25:47.916 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
79362024-08-05T18:25:49.580Z[ host-image] Aug 05 18:25:47.931 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
79372024-08-05T18:25:49.589Z[ host-image] Aug 05 18:25:47.932 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22799:20240802T172327Z
79382024-08-05T18:25:49.589Z[ host-image] Aug 05 18:25:47.934 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22799:20240802T172327Z
79392024-08-05T18:25:49.589Z[ host-image] Aug 05 18:25:47.934 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22799:20240802T172327Z
79402024-08-05T18:25:49.589Z[ host-image] Aug 05 18:25:47.934 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
79412024-08-05T18:25:49.589Z[ host-image] Aug 05 18:25:47.935 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22799:20240802T172329Z
79422024-08-05T18:25:49.589Z[ host-image] Aug 05 18:25:47.935 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22799:20240802T172329Z
79432024-08-05T18:25:49.589Z[ host-image] Aug 05 18:25:47.935 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22799:20240802T172329Z
79442024-08-05T18:25:49.589Z[ host-image] Aug 05 18:25:47.936 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22799:20240802T172329Z
79452024-08-05T18:25:49.589Z[ host-image] Aug 05 18:25:47.939 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
79462024-08-05T18:25:49.589Z[ host-image] Aug 05 18:25:47.940 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22799:20240802T172330Z
79472024-08-05T18:25:49.593Z[ host-image] Aug 05 18:25:47.940 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22799:20240802T172331Z
79482024-08-05T18:25:49.593Z[ host-image] Aug 05 18:25:47.941 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
79492024-08-05T18:25:49.593Z[ host-image] Aug 05 18:25:47.941 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22799:20240802T172331Z
79502024-08-05T18:25:49.593Z[ host-image] Aug 05 18:25:47.941 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22799:20240802T172331Z
79512024-08-05T18:25:49.593Z[ host-image] Aug 05 18:25:47.941 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22799:20240802T172331Z
79522024-08-05T18:25:49.593Z[ host-image] Aug 05 18:25:47.942 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22799:20240802T172331Z
79532024-08-05T18:25:49.599Z[ host-image] Aug 05 18:25:47.950 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22799:20240802T172331Z
79542024-08-05T18:25:49.601Z[ host-image] Aug 05 18:25:47.950 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
79552024-08-05T18:25:49.601Z[ host-image] Aug 05 18:25:47.952 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22799:20240802T172332Z
79562024-08-05T18:25:49.604Z[ host-image] Aug 05 18:25:47.953 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22799:20240802T172332Z
79572024-08-05T18:25:49.604Z[ host-image] Aug 05 18:25:47.954 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22799:20240802T172332Z
79582024-08-05T18:25:49.604Z[ host-image] Aug 05 18:25:47.954 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22799:20240802T172332Z
79592024-08-05T18:25:49.604Z[ host-image] Aug 05 18:25:47.955 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22799:20240802T172332Z
79602024-08-05T18:25:49.604Z[ host-image] Aug 05 18:25:47.955 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22799:20240802T172333Z
79612024-08-05T18:25:49.614Z[ host-image] Aug 05 18:25:47.965 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22799:20240802T172334Z
79622024-08-05T18:25:49.617Z[ host-image] Aug 05 18:25:47.965 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22799:20240802T172333Z
79632024-08-05T18:25:49.617Z[ host-image] Aug 05 18:25:47.965 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22799:20240802T172333Z
79642024-08-05T18:25:49.617Z[ host-image] Aug 05 18:25:47.967 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22799:20240802T172333Z
79652024-08-05T18:25:49.617Z[ host-image] Aug 05 18:25:47.967 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22799:20240802T172334Z
79662024-08-05T18:25:49.637Z[ host-image] Aug 05 18:25:47.989 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22799:20240802T172337Z
79672024-08-05T18:25:49.640Z[ host-image] Aug 05 18:25:47.989 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22799:20240802T172334Z
79682024-08-05T18:25:49.641Z[ host-image] Aug 05 18:25:47.989 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22799:20240802T172334Z
79692024-08-05T18:25:49.641Z[ host-image] Aug 05 18:25:47.989 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
79702024-08-05T18:25:49.641Z[ host-image] Aug 05 18:25:47.990 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
79712024-08-05T18:25:49.668Z[ host-image] Aug 05 18:25:48.019 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22799:20240802T172334Z
79722024-08-05T18:25:49.671Z[ host-image] Aug 05 18:25:48.019 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
79732024-08-05T18:25:49.671Z[ host-image] Aug 05 18:25:48.020 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22799:20240802T172335Z
79742024-08-05T18:25:49.671Z[ host-image] Aug 05 18:25:48.020 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22799:20240802T172335Z
79752024-08-05T18:25:49.671Z[ host-image] Aug 05 18:25:48.021 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22799:20240802T172335Z
79762024-08-05T18:25:49.671Z[ host-image] Aug 05 18:25:48.021 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
79772024-08-05T18:25:49.671Z[ host-image] Aug 05 18:25:48.022 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
79782024-08-05T18:25:49.671Z[ host-image] Aug 05 18:25:48.022 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22799:20240802T172336Z
79792024-08-05T18:25:49.671Z[ host-image] Aug 05 18:25:48.022 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22799:20240802T172336Z
79802024-08-05T18:25:49.671Z[ host-image] Aug 05 18:25:48.022 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22799:20240802T172336Z
79812024-08-05T18:25:49.674Z[ host-image] Aug 05 18:25:48.023 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22799:20240802T172336Z
79822024-08-05T18:25:49.674Z[ host-image] Aug 05 18:25:48.023 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22799:20240802T172337Z
79832024-08-05T18:25:49.674Z[ host-image] Aug 05 18:25:48.023 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22799:20240802T172337Z
79842024-08-05T18:25:49.677Z[ host-image] Aug 05 18:25:48.026 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
79852024-08-05T18:25:49.677Z[ host-image] Aug 05 18:25:48.026 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22799:20240802T172337Z
79862024-08-05T18:25:49.677Z[ host-image] Aug 05 18:25:48.028 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22799:20240802T172337Z
79872024-08-05T18:25:49.677Z[ host-image] Aug 05 18:25:48.028 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22799:20240802T172337Z
79882024-08-05T18:25:49.677Z[ host-image] Aug 05 18:25:48.028 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22799:20240802T172339Z
79892024-08-05T18:25:49.677Z[ host-image] Aug 05 18:25:48.029 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22799:20240802T172338Z
79902024-08-05T18:25:49.678Z[ host-image] Aug 05 18:25:48.029 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22799:20240802T172338Z
79912024-08-05T18:25:49.678Z[ host-image] Aug 05 18:25:48.029 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
79922024-08-05T18:25:49.681Z[ host-image] Aug 05 18:25:48.029 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
79932024-08-05T18:25:49.681Z[ host-image] Aug 05 18:25:48.029 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22799:20240802T172340Z
79942024-08-05T18:25:49.681Z[ host-image] Aug 05 18:25:48.030 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22799:20240802T172341Z
79952024-08-05T18:25:49.681Z[ host-image] Aug 05 18:25:48.030 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
79962024-08-05T18:25:49.681Z[ host-image] Aug 05 18:25:48.030 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
79972024-08-05T18:25:49.681Z[ host-image] Aug 05 18:25:48.030 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
79982024-08-05T18:25:49.681Z[ host-image] Aug 05 18:25:48.030 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
79992024-08-05T18:25:49.681Z[ host-image] Aug 05 18:25:48.030 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
80002024-08-05T18:25:49.681Z[ host-image] Aug 05 18:25:48.031 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
80012024-08-05T18:25:49.684Z[ host-image] Aug 05 18:25:48.032 INFO O| install = pkg://helios-dev/web/curl@8.7.1-2.0:20240418T211240Z
80022024-08-05T18:25:49.684Z[ host-image] Aug 05 18:25:48.032 INFO O| tempdir @ "/tmp/.tmpf1SZud/tmp"
80032024-08-05T18:25:49.684Z[ host-image] Aug 05 18:25:48.032 INFO O| image root @ "/tmp/.tmpf1SZud/tmp/root"
80042024-08-05T18:25:49.684Z[ host-image] Aug 05 18:25:48.032 INFO O| creating image...
80052024-08-05T18:25:50.174Z[ host-image] Aug 05 18:25:48.524 INFO O| copying publishers...
80062024-08-05T18:25:55.971Z[ host-image] Aug 05 18:25:54.321 INFO O| adding properties...
80072024-08-05T18:25:56.989Z[ host-image] Aug 05 18:25:55.340 INFO O| installing packages...
80082024-08-05T18:26:11.350Z[ host-image] Aug 05 18:26:09.699 INFO O| seeding SMF database...
80092024-08-05T18:26:15.458Z[ recovery-image] Aug 05 18:26:13.806 INFO O| ok, image written!
80102024-08-05T18:26:15.461Z[ recovery-image] Aug 05 18:26:13.806 INFO O| ok, boot_image_csum file written!
80112024-08-05T18:26:15.461Z[ recovery-image] Aug 05 18:26:13.809 INFO creating boot archive (CPIO)...
80122024-08-05T18:26:15.461Z[ recovery-image] Aug 05 18:26:13.809 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
80132024-08-05T18:26:15.468Z[ recovery-image] Aug 05 18:26:13.817 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
80142024-08-05T18:26:15.468Z[ recovery-image] Aug 05 18:26:13.817 INFO E| + outfile=/work/os-recovery/cpio
80152024-08-05T18:26:15.468Z[ recovery-image] Aug 05 18:26:13.817 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
80162024-08-05T18:26:15.471Z[ recovery-image] Aug 05 18:26:13.819 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
80172024-08-05T18:26:15.471Z[ recovery-image] Aug 05 18:26:13.819 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
80182024-08-05T18:26:15.514Z[ recovery-image] Aug 05 18:26:13.862 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
80192024-08-05T18:26:15.514Z[ recovery-image] Aug 05 18:26:13.862 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
80202024-08-05T18:26:15.521Z[ recovery-image] Aug 05 18:26:13.869 INFO creating compressed cpio/unix for nanobl-rs...
80212024-08-05T18:26:15.521Z[ recovery-image] Aug 05 18:26:13.869 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
80222024-08-05T18:26:15.795Z[ recovery-image] Aug 05 18:26:14.143 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
80232024-08-05T18:26:19.066Z[ host-image] Aug 05 18:26:17.414 INFO O| configuring SMF profile...
80242024-08-05T18:26:19.066Z[ host-image] Aug 05 18:26:17.414 INFO O| modifying shadow(5)...
80252024-08-05T18:26:19.073Z[ host-image] Aug 05 18:26:17.414 INFO O| loading user and group database...
80262024-08-05T18:26:19.073Z[ host-image] Aug 05 18:26:17.414 INFO O| assessing packaged files...
80272024-08-05T18:26:20.085Z[ recovery-image] Aug 05 18:26:18.433 INFO creating reset image...
80282024-08-05T18:26:20.089Z[ recovery-image] Aug 05 18:26:18.433 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
80292024-08-05T18:26:20.306Z[ recovery-image] Aug 05 18:26:18.653 INFO E| Updating crates.io index
80302024-08-05T18:26:20.404Z[ recovery-image] Aug 05 18:26:18.752 INFO E| Downloading crates ...
80312024-08-05T18:26:20.458Z[ recovery-image] Aug 05 18:26:18.806 INFO E| Downloaded anstream v0.6.13
80322024-08-05T18:26:20.463Z[ recovery-image] Aug 05 18:26:18.811 INFO E| Downloaded strsim v0.11.0
80332024-08-05T18:26:20.466Z[ recovery-image] Aug 05 18:26:18.814 INFO E| Downloaded os_pipe v1.1.5
80342024-08-05T18:26:20.474Z[ recovery-image] Aug 05 18:26:18.822 INFO E| Downloaded colorchoice v1.0.0
80352024-08-05T18:26:20.476Z[ recovery-image] Aug 05 18:26:18.823 INFO E| Downloaded duct v0.13.7
80362024-08-05T18:26:20.479Z[ recovery-image] Aug 05 18:26:18.825 INFO E| Downloaded anstyle-parse v0.2.3
80372024-08-05T18:26:20.482Z[ recovery-image] Aug 05 18:26:18.828 INFO E| Downloaded anstyle-query v1.0.2
80382024-08-05T18:26:20.482Z[ recovery-image] Aug 05 18:26:18.829 INFO E| Downloaded anstyle v1.0.6
80392024-08-05T18:26:20.484Z[ recovery-image] Aug 05 18:26:18.831 INFO E| Downloaded shared_child v1.0.0
80402024-08-05T18:26:20.485Z[ recovery-image] Aug 05 18:26:18.832 INFO E| Downloaded clap_derive v4.5.3
80412024-08-05T18:26:20.489Z[ recovery-image] Aug 05 18:26:18.837 INFO E| Downloaded clap v4.5.3
80422024-08-05T18:26:20.498Z[ recovery-image] Aug 05 18:26:18.846 INFO E| Downloaded proc-macro2 v1.0.79
80432024-08-05T18:26:20.518Z[ recovery-image] Aug 05 18:26:18.866 INFO E| Downloaded clap_builder v4.5.2
80442024-08-05T18:26:20.527Z[ recovery-image] Aug 05 18:26:18.875 INFO E| Downloaded syn v2.0.53
80452024-08-05T18:26:20.562Z[ recovery-image] Aug 05 18:26:18.910 INFO E| Downloaded libc v0.2.153
80462024-08-05T18:26:20.646Z[ recovery-image] Aug 05 18:26:18.993 INFO E| Compiling proc-macro2 v1.0.79
80472024-08-05T18:26:20.646Z[ recovery-image] Aug 05 18:26:18.994 INFO E| Compiling libc v0.2.153
80482024-08-05T18:26:20.649Z[ recovery-image] Aug 05 18:26:18.994 INFO E| Compiling unicode-ident v1.0.12
80492024-08-05T18:26:20.649Z[ recovery-image] Aug 05 18:26:18.994 INFO E| Compiling utf8parse v0.2.1
80502024-08-05T18:26:20.649Z[ recovery-image] Aug 05 18:26:18.994 INFO E| Compiling anstyle v1.0.6
80512024-08-05T18:26:20.649Z[ recovery-image] Aug 05 18:26:18.994 INFO E| Compiling colorchoice v1.0.0
80522024-08-05T18:26:20.649Z[ recovery-image] Aug 05 18:26:18.994 INFO E| Compiling anstyle-query v1.0.2
80532024-08-05T18:26:20.652Z[ recovery-image] Aug 05 18:26:18.999 INFO E| Compiling heck v0.5.0
80542024-08-05T18:26:20.837Z[ recovery-image] Aug 05 18:26:19.184 INFO E| Compiling anstyle-parse v0.2.3
80552024-08-05T18:26:20.871Z[ recovery-image] Aug 05 18:26:19.218 INFO E| Compiling clap_lex v0.7.0
80562024-08-05T18:26:20.943Z[ recovery-image] Aug 05 18:26:19.291 INFO E| Compiling strsim v0.11.0
80572024-08-05T18:26:20.943Z[ recovery-image] Aug 05 18:26:19.291 INFO E| Compiling once_cell v1.19.0
80582024-08-05T18:26:21.146Z[ recovery-image] Aug 05 18:26:19.494 INFO E| Compiling anstream v0.6.13
80592024-08-05T18:26:21.489Z[ recovery-image] Aug 05 18:26:19.837 INFO E| Compiling clap_builder v4.5.2
80602024-08-05T18:26:21.671Z[ host-image] Aug 05 18:26:20.019 INFO O| creating archive...
80612024-08-05T18:26:21.723Z[ host-image] Aug 05 18:26:20.071 INFO O| missing from packaging:
80622024-08-05T18:26:21.723Z[ host-image] Aug 05 18:26:20.071 INFO O| "etc/.pwd.lock"
80632024-08-05T18:26:21.723Z[ host-image] Aug 05 18:26:20.071 INFO O| "etc/bash"
80642024-08-05T18:26:21.731Z[ host-image] Aug 05 18:26:20.079 INFO O| "etc/svc/profile/generic.xml"
80652024-08-05T18:26:21.731Z[ host-image] Aug 05 18:26:20.079 INFO O| "etc/svc/profile/inetd_services.xml"
80662024-08-05T18:26:21.734Z[ host-image] Aug 05 18:26:20.079 INFO O| "etc/svc/profile/name_service.xml"
80672024-08-05T18:26:21.734Z[ host-image] Aug 05 18:26:20.079 INFO O| "etc/svc/profile/platform.xml"
80682024-08-05T18:26:21.734Z[ host-image] Aug 05 18:26:20.079 INFO O| "etc/svc/profile/platform_omicron1.xml"
80692024-08-05T18:26:21.734Z[ host-image] Aug 05 18:26:20.079 INFO O| "etc/svc/repository.db"
80702024-08-05T18:26:21.746Z[ host-image] Aug 05 18:26:20.094 INFO O| "opt/ooce/share"
80712024-08-05T18:26:21.746Z[ host-image] Aug 05 18:26:20.094 INFO O| "opt/ooce/share/man"
80722024-08-05T18:26:21.749Z[ host-image] Aug 05 18:26:20.094 INFO O| "opt/ooce/share/man/man1"
80732024-08-05T18:26:21.760Z[ host-image] Aug 05 18:26:20.108 INFO O| finishing archive...
80742024-08-05T18:26:22.134Z[ recovery-image] Aug 05 18:26:20.481 INFO E| Compiling shared_child v1.0.0
80752024-08-05T18:26:22.134Z[ recovery-image] Aug 05 18:26:20.481 INFO E| Compiling os_pipe v1.1.5
80762024-08-05T18:26:22.145Z[ recovery-image] Aug 05 18:26:20.492 INFO E| Compiling quote v1.0.35
80772024-08-05T18:26:22.493Z[ recovery-image] Aug 05 18:26:20.841 INFO E| Compiling syn v2.0.53
80782024-08-05T18:26:22.615Z[ recovery-image] Aug 05 18:26:20.962 INFO E| Compiling duct v0.13.7
80792024-08-05T18:26:24.963Z[ host-image] Aug 05 18:26:23.310 INFO O| creating gzonly manifest...
80802024-08-05T18:26:24.989Z[ host-image] Aug 05 18:26:23.335 INFO O| ok
80812024-08-05T18:26:25.108Z[ host-image] Aug 05 18:26:23.455 INFO image builder template: ramdisk-02-trim...
80822024-08-05T18:26:25.108Z[ host-image] Aug 05 18:26:23.455 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/.tmpNjVOGb/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
80832024-08-05T18:26:25.143Z[ host-image] Aug 05 18:26:23.490 INFO O| Aug 05 18:26:23.490 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
80842024-08-05T18:26:25.149Z[ host-image] Aug 05 18:26:23.496 INFO O| Aug 05 18:26:23.496 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
80852024-08-05T18:26:25.267Z[ host-image] Aug 05 18:26:23.614 INFO O| Aug 05 18:26:23.614 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
80862024-08-05T18:26:25.374Z[ host-image] Aug 05 18:26:23.721 INFO O| Aug 05 18:26:23.721 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
80872024-08-05T18:26:25.377Z[ host-image] Aug 05 18:26:23.721 INFO O| Aug 05 18:26:23.721 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
80882024-08-05T18:26:25.383Z[ host-image] Aug 05 18:26:23.731 INFO O| Aug 05 18:26:23.731 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
80892024-08-05T18:26:25.391Z[ host-image] Aug 05 18:26:23.738 INFO O| Aug 05 18:26:23.738 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
80902024-08-05T18:26:25.399Z[ host-image] Aug 05 18:26:23.747 INFO O| Aug 05 18:26:23.747 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
80912024-08-05T18:26:25.604Z[ host-image] Aug 05 18:26:23.951 INFO O| Aug 05 18:26:23.951 INFO rolled back to input snapshot; work may begin
80922024-08-05T18:26:25.604Z[ host-image] Aug 05 18:26:23.951 INFO O| Aug 05 18:26:23.951 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
80932024-08-05T18:26:25.612Z[ host-image] Aug 05 18:26:23.960 INFO O| Aug 05 18:26:23.960 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
80942024-08-05T18:26:25.628Z[ host-image] Aug 05 18:26:23.976 INFO O| Aug 05 18:26:23.975 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
80952024-08-05T18:26:25.684Z[ host-image] Aug 05 18:26:24.031 INFO O| Aug 05 18:26:24.031 INFO STEP 0 (remove_files) COMPLETE
80962024-08-05T18:26:25.684Z[ host-image] Aug 05 18:26:24.031 INFO O| Aug 05 18:26:24.031 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
80972024-08-05T18:26:25.701Z[ host-image] Aug 05 18:26:24.048 INFO O| Aug 05 18:26:24.048 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
80982024-08-05T18:26:25.704Z[ host-image] Aug 05 18:26:24.051 INFO O| Aug 05 18:26:24.051 INFO STEP 1 (remove_files) COMPLETE
80992024-08-05T18:26:25.704Z[ host-image] Aug 05 18:26:24.051 INFO O| Aug 05 18:26:24.051 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81002024-08-05T18:26:25.720Z[ host-image] Aug 05 18:26:24.067 INFO O| Aug 05 18:26:24.067 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
81012024-08-05T18:26:25.739Z[ host-image] Aug 05 18:26:24.086 INFO O| Aug 05 18:26:24.086 INFO STEP 2 (remove_files) COMPLETE
81022024-08-05T18:26:25.739Z[ host-image] Aug 05 18:26:24.086 INFO O| Aug 05 18:26:24.086 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81032024-08-05T18:26:25.756Z[ host-image] Aug 05 18:26:24.103 INFO O| Aug 05 18:26:24.103 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
81042024-08-05T18:26:25.759Z[ host-image] Aug 05 18:26:24.105 INFO O| Aug 05 18:26:24.105 INFO STEP 3 (remove_files) COMPLETE
81052024-08-05T18:26:25.759Z[ host-image] Aug 05 18:26:24.105 INFO O| Aug 05 18:26:24.105 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81062024-08-05T18:26:25.774Z[ host-image] Aug 05 18:26:24.122 INFO O| Aug 05 18:26:24.122 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
81072024-08-05T18:26:25.780Z[ host-image] Aug 05 18:26:24.127 INFO O| Aug 05 18:26:24.127 INFO STEP 4 (remove_files) COMPLETE
81082024-08-05T18:26:25.780Z[ host-image] Aug 05 18:26:24.128 INFO O| Aug 05 18:26:24.127 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81092024-08-05T18:26:25.795Z[ host-image] Aug 05 18:26:24.143 INFO O| Aug 05 18:26:24.143 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
81102024-08-05T18:26:25.800Z[ host-image] Aug 05 18:26:24.148 INFO O| Aug 05 18:26:24.148 INFO STEP 5 (remove_files) COMPLETE
81112024-08-05T18:26:25.800Z[ host-image] Aug 05 18:26:24.148 INFO O| Aug 05 18:26:24.148 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81122024-08-05T18:26:25.816Z[ host-image] Aug 05 18:26:24.163 INFO O| Aug 05 18:26:24.163 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
81132024-08-05T18:26:25.826Z[ host-image] Aug 05 18:26:24.174 INFO O| Aug 05 18:26:24.173 INFO STEP 6 (remove_files) COMPLETE
81142024-08-05T18:26:25.826Z[ host-image] Aug 05 18:26:24.174 INFO O| Aug 05 18:26:24.173 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81152024-08-05T18:26:25.843Z[ host-image] Aug 05 18:26:24.190 INFO O| Aug 05 18:26:24.190 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
81162024-08-05T18:26:25.862Z[ host-image] Aug 05 18:26:24.209 INFO O| Aug 05 18:26:24.209 INFO STEP 7 (remove_files) COMPLETE
81172024-08-05T18:26:25.862Z[ host-image] Aug 05 18:26:24.209 INFO O| Aug 05 18:26:24.209 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81182024-08-05T18:26:25.877Z[ host-image] Aug 05 18:26:24.225 INFO O| Aug 05 18:26:24.224 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
81192024-08-05T18:26:25.998Z[ host-image] Aug 05 18:26:24.346 INFO O| Aug 05 18:26:24.345 INFO STEP 8 (remove_files) COMPLETE
81202024-08-05T18:26:25.999Z[ host-image] Aug 05 18:26:24.346 INFO O| Aug 05 18:26:24.346 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81212024-08-05T18:26:26.017Z[ host-image] Aug 05 18:26:24.364 INFO O| Aug 05 18:26:24.364 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
81222024-08-05T18:26:26.119Z[ host-image] Aug 05 18:26:24.466 INFO O| Aug 05 18:26:24.466 INFO STEP 9 (remove_files) COMPLETE
81232024-08-05T18:26:26.119Z[ host-image] Aug 05 18:26:24.466 INFO O| Aug 05 18:26:24.466 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81242024-08-05T18:26:26.137Z[ host-image] Aug 05 18:26:24.484 INFO O| Aug 05 18:26:24.484 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
81252024-08-05T18:26:26.140Z[ host-image] Aug 05 18:26:24.487 INFO O| Aug 05 18:26:24.487 INFO STEP 10 (remove_files) COMPLETE
81262024-08-05T18:26:26.140Z[ host-image] Aug 05 18:26:24.487 INFO O| Aug 05 18:26:24.487 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81272024-08-05T18:26:26.156Z[ host-image] Aug 05 18:26:24.503 INFO O| Aug 05 18:26:24.503 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
81282024-08-05T18:26:26.159Z[ host-image] Aug 05 18:26:24.504 INFO O| Aug 05 18:26:24.504 INFO STEP 11 (remove_files) COMPLETE
81292024-08-05T18:26:26.159Z[ host-image] Aug 05 18:26:24.505 INFO O| Aug 05 18:26:24.504 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81302024-08-05T18:26:26.171Z[ host-image] Aug 05 18:26:24.519 INFO O| Aug 05 18:26:24.519 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
81312024-08-05T18:26:26.174Z[ host-image] Aug 05 18:26:24.520 INFO O| Aug 05 18:26:24.520 INFO STEP 12 (remove_files) COMPLETE
81322024-08-05T18:26:26.174Z[ host-image] Aug 05 18:26:24.520 INFO O| Aug 05 18:26:24.520 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81332024-08-05T18:26:26.197Z[ host-image] Aug 05 18:26:24.544 INFO O| Aug 05 18:26:24.544 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
81342024-08-05T18:26:26.200Z[ host-image] Aug 05 18:26:24.545 INFO O| Aug 05 18:26:24.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
81352024-08-05T18:26:26.200Z[ host-image] Aug 05 18:26:24.545 INFO O| Aug 05 18:26:24.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
81362024-08-05T18:26:26.200Z[ host-image] Aug 05 18:26:24.545 INFO O| Aug 05 18:26:24.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
81372024-08-05T18:26:26.200Z[ host-image] Aug 05 18:26:24.545 INFO O| Aug 05 18:26:24.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
81382024-08-05T18:26:26.200Z[ host-image] Aug 05 18:26:24.546 INFO O| Aug 05 18:26:24.546 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
81392024-08-05T18:26:26.200Z[ host-image] Aug 05 18:26:24.546 INFO O| Aug 05 18:26:24.546 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
81402024-08-05T18:26:26.200Z[ host-image] Aug 05 18:26:24.547 INFO O| Aug 05 18:26:24.546 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
81412024-08-05T18:26:26.200Z[ host-image] Aug 05 18:26:24.547 INFO O| Aug 05 18:26:24.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
81422024-08-05T18:26:26.200Z[ host-image] Aug 05 18:26:24.547 INFO O| Aug 05 18:26:24.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
81432024-08-05T18:26:26.201Z[ host-image] Aug 05 18:26:24.547 INFO O| Aug 05 18:26:24.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
81442024-08-05T18:26:26.201Z[ host-image] Aug 05 18:26:24.547 INFO O| Aug 05 18:26:24.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
81452024-08-05T18:26:26.201Z[ host-image] Aug 05 18:26:24.547 INFO O| Aug 05 18:26:24.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
81462024-08-05T18:26:26.201Z[ host-image] Aug 05 18:26:24.547 INFO O| Aug 05 18:26:24.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
81472024-08-05T18:26:26.204Z[ host-image] Aug 05 18:26:24.548 INFO O| Aug 05 18:26:24.548 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
81482024-08-05T18:26:26.204Z[ host-image] Aug 05 18:26:24.548 INFO O| Aug 05 18:26:24.548 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
81492024-08-05T18:26:26.204Z[ host-image] Aug 05 18:26:24.548 INFO O| Aug 05 18:26:24.548 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
81502024-08-05T18:26:26.405Z[ host-image] Aug 05 18:26:24.752 INFO O| Aug 05 18:26:24.752 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
81512024-08-05T18:26:26.483Z[ host-image] Aug 05 18:26:24.830 INFO O| Aug 05 18:26:24.830 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
81522024-08-05T18:26:26.491Z[ host-image] Aug 05 18:26:24.838 INFO O| Aug 05 18:26:24.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
81532024-08-05T18:26:26.495Z[ host-image] Aug 05 18:26:24.842 INFO O| Aug 05 18:26:24.842 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
81542024-08-05T18:26:26.849Z[ host-image] Aug 05 18:26:25.196 INFO O| Aug 05 18:26:25.196 INFO STEP 13 (remove_files) COMPLETE
81552024-08-05T18:26:26.849Z[ host-image] Aug 05 18:26:25.196 INFO O| Aug 05 18:26:25.196 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81562024-08-05T18:26:26.866Z[ host-image] Aug 05 18:26:25.213 INFO O| Aug 05 18:26:25.213 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
81572024-08-05T18:26:26.872Z[ host-image] Aug 05 18:26:25.215 INFO O| Aug 05 18:26:25.215 INFO STEP 14 (remove_files) COMPLETE
81582024-08-05T18:26:26.872Z[ host-image] Aug 05 18:26:25.215 INFO O| Aug 05 18:26:25.215 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81592024-08-05T18:26:26.880Z[ host-image] Aug 05 18:26:25.227 INFO O| Aug 05 18:26:25.227 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
81602024-08-05T18:26:26.889Z[ host-image] Aug 05 18:26:25.236 INFO O| Aug 05 18:26:25.236 INFO STEP 15 (remove_files) COMPLETE
81612024-08-05T18:26:26.891Z[ host-image] Aug 05 18:26:25.236 INFO O| Aug 05 18:26:25.236 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81622024-08-05T18:26:26.904Z[ host-image] Aug 05 18:26:25.251 INFO O| Aug 05 18:26:25.251 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
81632024-08-05T18:26:26.907Z[ host-image] Aug 05 18:26:25.252 INFO O| Aug 05 18:26:25.252 INFO STEP 16 (remove_files) COMPLETE
81642024-08-05T18:26:26.907Z[ host-image] Aug 05 18:26:25.252 INFO O| Aug 05 18:26:25.252 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81652024-08-05T18:26:26.920Z[ host-image] Aug 05 18:26:25.267 INFO O| Aug 05 18:26:25.267 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
81662024-08-05T18:26:26.924Z[ host-image] Aug 05 18:26:25.269 INFO O| Aug 05 18:26:25.269 INFO STEP 17 (remove_files) COMPLETE
81672024-08-05T18:26:26.924Z[ host-image] Aug 05 18:26:25.270 INFO O| Aug 05 18:26:25.270 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81682024-08-05T18:26:26.939Z[ host-image] Aug 05 18:26:25.286 INFO O| Aug 05 18:26:25.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
81692024-08-05T18:26:26.939Z[ host-image] Aug 05 18:26:25.286 INFO O| Aug 05 18:26:25.286 INFO STEP 18 (remove_files) COMPLETE
81702024-08-05T18:26:26.942Z[ host-image] Aug 05 18:26:25.287 INFO O| Aug 05 18:26:25.286 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81712024-08-05T18:26:26.956Z[ host-image] Aug 05 18:26:25.303 INFO O| Aug 05 18:26:25.303 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
81722024-08-05T18:26:26.956Z[ host-image] Aug 05 18:26:25.303 INFO O| Aug 05 18:26:25.303 INFO STEP 19 (remove_files) COMPLETE
81732024-08-05T18:26:26.958Z[ host-image] Aug 05 18:26:25.303 INFO O| Aug 05 18:26:25.303 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81742024-08-05T18:26:26.971Z[ host-image] Aug 05 18:26:25.319 INFO O| Aug 05 18:26:25.318 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
81752024-08-05T18:26:26.971Z[ host-image] Aug 05 18:26:25.319 INFO O| Aug 05 18:26:25.319 INFO STEP 20 (remove_files) COMPLETE
81762024-08-05T18:26:26.971Z[ host-image] Aug 05 18:26:25.319 INFO O| Aug 05 18:26:25.319 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81772024-08-05T18:26:26.987Z[ host-image] Aug 05 18:26:25.334 INFO O| Aug 05 18:26:25.334 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
81782024-08-05T18:26:26.987Z[ host-image] Aug 05 18:26:25.334 INFO O| Aug 05 18:26:25.334 INFO STEP 21 (remove_files) COMPLETE
81792024-08-05T18:26:26.990Z[ host-image] Aug 05 18:26:25.334 INFO O| Aug 05 18:26:25.334 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81802024-08-05T18:26:27.003Z[ host-image] Aug 05 18:26:25.350 INFO O| Aug 05 18:26:25.349 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
81812024-08-05T18:26:27.005Z[ host-image] Aug 05 18:26:25.350 INFO O| Aug 05 18:26:25.350 INFO STEP 22 (remove_files) COMPLETE
81822024-08-05T18:26:27.005Z[ host-image] Aug 05 18:26:25.350 INFO O| Aug 05 18:26:25.350 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81832024-08-05T18:26:27.015Z[ host-image] Aug 05 18:26:25.363 INFO O| Aug 05 18:26:25.362 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
81842024-08-05T18:26:27.018Z[ host-image] Aug 05 18:26:25.363 INFO O| Aug 05 18:26:25.363 INFO STEP 23 (remove_files) COMPLETE
81852024-08-05T18:26:27.018Z[ host-image] Aug 05 18:26:25.363 INFO O| Aug 05 18:26:25.363 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81862024-08-05T18:26:27.031Z[ host-image] Aug 05 18:26:25.378 INFO O| Aug 05 18:26:25.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
81872024-08-05T18:26:27.031Z[ host-image] Aug 05 18:26:25.378 INFO O| Aug 05 18:26:25.378 INFO STEP 24 (remove_files) COMPLETE
81882024-08-05T18:26:27.034Z[ host-image] Aug 05 18:26:25.378 INFO O| Aug 05 18:26:25.378 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81892024-08-05T18:26:27.047Z[ host-image] Aug 05 18:26:25.394 INFO O| Aug 05 18:26:25.394 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
81902024-08-05T18:26:27.047Z[ host-image] Aug 05 18:26:25.394 INFO O| Aug 05 18:26:25.394 INFO STEP 25 (remove_files) COMPLETE
81912024-08-05T18:26:27.050Z[ host-image] Aug 05 18:26:25.394 INFO O| Aug 05 18:26:25.394 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81922024-08-05T18:26:27.062Z[ host-image] Aug 05 18:26:25.409 INFO O| Aug 05 18:26:25.409 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
81932024-08-05T18:26:27.064Z[ host-image] Aug 05 18:26:25.409 INFO O| Aug 05 18:26:25.409 INFO STEP 26 (remove_files) COMPLETE
81942024-08-05T18:26:27.065Z[ host-image] Aug 05 18:26:25.409 INFO O| Aug 05 18:26:25.409 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81952024-08-05T18:26:27.075Z[ host-image] Aug 05 18:26:25.422 INFO O| Aug 05 18:26:25.422 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
81962024-08-05T18:26:27.075Z[ host-image] Aug 05 18:26:25.422 INFO O| Aug 05 18:26:25.422 INFO STEP 27 (remove_files) COMPLETE
81972024-08-05T18:26:27.075Z[ host-image] Aug 05 18:26:25.422 INFO O| Aug 05 18:26:25.422 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
81982024-08-05T18:26:27.090Z[ host-image] Aug 05 18:26:25.437 INFO O| Aug 05 18:26:25.437 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
81992024-08-05T18:26:27.093Z[ host-image] Aug 05 18:26:25.437 INFO O| Aug 05 18:26:25.437 INFO STEP 28 (remove_files) COMPLETE
82002024-08-05T18:26:27.093Z[ host-image] Aug 05 18:26:25.437 INFO O| Aug 05 18:26:25.437 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82012024-08-05T18:26:27.105Z[ host-image] Aug 05 18:26:25.452 INFO O| Aug 05 18:26:25.452 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
82022024-08-05T18:26:27.105Z[ host-image] Aug 05 18:26:25.452 INFO O| Aug 05 18:26:25.452 INFO STEP 29 (remove_files) COMPLETE
82032024-08-05T18:26:27.108Z[ host-image] Aug 05 18:26:25.452 INFO O| Aug 05 18:26:25.452 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82042024-08-05T18:26:27.120Z[ host-image] Aug 05 18:26:25.467 INFO O| Aug 05 18:26:25.467 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
82052024-08-05T18:26:27.120Z[ host-image] Aug 05 18:26:25.467 INFO O| Aug 05 18:26:25.467 INFO STEP 30 (remove_files) COMPLETE
82062024-08-05T18:26:27.122Z[ host-image] Aug 05 18:26:25.467 INFO O| Aug 05 18:26:25.467 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82072024-08-05T18:26:27.137Z[ host-image] Aug 05 18:26:25.482 INFO O| Aug 05 18:26:25.482 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
82082024-08-05T18:26:27.138Z[ host-image] Aug 05 18:26:25.482 INFO O| Aug 05 18:26:25.482 INFO STEP 31 (remove_files) COMPLETE
82092024-08-05T18:26:27.142Z[ host-image] Aug 05 18:26:25.482 INFO O| Aug 05 18:26:25.482 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82102024-08-05T18:26:27.160Z[ host-image] Aug 05 18:26:25.499 INFO O| Aug 05 18:26:25.499 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
82112024-08-05T18:26:27.160Z[ host-image] Aug 05 18:26:25.499 INFO O| Aug 05 18:26:25.499 INFO STEP 32 (remove_files) COMPLETE
82122024-08-05T18:26:27.160Z[ host-image] Aug 05 18:26:25.499 INFO O| Aug 05 18:26:25.499 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82132024-08-05T18:26:27.168Z[ host-image] Aug 05 18:26:25.515 INFO O| Aug 05 18:26:25.515 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
82142024-08-05T18:26:27.168Z[ host-image] Aug 05 18:26:25.515 INFO O| Aug 05 18:26:25.515 INFO STEP 33 (remove_files) COMPLETE
82152024-08-05T18:26:27.171Z[ host-image] Aug 05 18:26:25.515 INFO O| Aug 05 18:26:25.515 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82162024-08-05T18:26:27.184Z[ host-image] Aug 05 18:26:25.531 INFO O| Aug 05 18:26:25.531 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
82172024-08-05T18:26:27.187Z[ host-image] Aug 05 18:26:25.531 INFO O| Aug 05 18:26:25.531 INFO STEP 34 (remove_files) COMPLETE
82182024-08-05T18:26:27.187Z[ host-image] Aug 05 18:26:25.532 INFO O| Aug 05 18:26:25.531 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82192024-08-05T18:26:27.200Z[ host-image] Aug 05 18:26:25.547 INFO O| Aug 05 18:26:25.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
82202024-08-05T18:26:27.203Z[ host-image] Aug 05 18:26:25.547 INFO O| Aug 05 18:26:25.547 INFO STEP 35 (remove_files) COMPLETE
82212024-08-05T18:26:27.203Z[ host-image] Aug 05 18:26:25.547 INFO O| Aug 05 18:26:25.547 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82222024-08-05T18:26:27.215Z[ host-image] Aug 05 18:26:25.562 INFO O| Aug 05 18:26:25.562 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
82232024-08-05T18:26:27.215Z[ host-image] Aug 05 18:26:25.562 INFO O| Aug 05 18:26:25.562 INFO STEP 36 (remove_files) COMPLETE
82242024-08-05T18:26:27.218Z[ host-image] Aug 05 18:26:25.562 INFO O| Aug 05 18:26:25.562 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82252024-08-05T18:26:27.227Z[ host-image] Aug 05 18:26:25.574 INFO O| Aug 05 18:26:25.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
82262024-08-05T18:26:27.227Z[ host-image] Aug 05 18:26:25.574 INFO O| Aug 05 18:26:25.574 INFO STEP 37 (remove_files) COMPLETE
82272024-08-05T18:26:27.227Z[ host-image] Aug 05 18:26:25.574 INFO O| Aug 05 18:26:25.574 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82282024-08-05T18:26:27.237Z[ host-image] Aug 05 18:26:25.584 INFO O| Aug 05 18:26:25.584 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
82292024-08-05T18:26:27.237Z[ host-image] Aug 05 18:26:25.584 INFO O| Aug 05 18:26:25.584 INFO STEP 38 (remove_files) COMPLETE
82302024-08-05T18:26:27.237Z[ host-image] Aug 05 18:26:25.584 INFO O| Aug 05 18:26:25.584 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82312024-08-05T18:26:27.248Z[ host-image] Aug 05 18:26:25.595 INFO O| Aug 05 18:26:25.595 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
82322024-08-05T18:26:27.248Z[ host-image] Aug 05 18:26:25.595 INFO O| Aug 05 18:26:25.595 INFO STEP 39 (remove_files) COMPLETE
82332024-08-05T18:26:27.248Z[ host-image] Aug 05 18:26:25.595 INFO O| Aug 05 18:26:25.595 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82342024-08-05T18:26:27.261Z[ host-image] Aug 05 18:26:25.609 INFO O| Aug 05 18:26:25.608 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
82352024-08-05T18:26:27.262Z[ host-image] Aug 05 18:26:25.609 INFO O| Aug 05 18:26:25.609 INFO STEP 40 (remove_files) COMPLETE
82362024-08-05T18:26:27.265Z[ host-image] Aug 05 18:26:25.609 INFO O| Aug 05 18:26:25.609 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82372024-08-05T18:26:27.277Z[ host-image] Aug 05 18:26:25.624 INFO O| Aug 05 18:26:25.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
82382024-08-05T18:26:27.277Z[ host-image] Aug 05 18:26:25.624 INFO O| Aug 05 18:26:25.624 INFO STEP 41 (remove_files) COMPLETE
82392024-08-05T18:26:27.280Z[ host-image] Aug 05 18:26:25.625 INFO O| Aug 05 18:26:25.624 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82402024-08-05T18:26:27.296Z[ host-image] Aug 05 18:26:25.643 INFO O| Aug 05 18:26:25.643 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
82412024-08-05T18:26:27.299Z[ host-image] Aug 05 18:26:25.643 INFO O| Aug 05 18:26:25.643 INFO STEP 42 (remove_files) COMPLETE
82422024-08-05T18:26:27.299Z[ host-image] Aug 05 18:26:25.643 INFO O| Aug 05 18:26:25.643 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82432024-08-05T18:26:27.314Z[ host-image] Aug 05 18:26:25.661 INFO O| Aug 05 18:26:25.661 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
82442024-08-05T18:26:27.314Z[ host-image] Aug 05 18:26:25.661 INFO O| Aug 05 18:26:25.661 INFO STEP 43 (remove_files) COMPLETE
82452024-08-05T18:26:27.314Z[ host-image] Aug 05 18:26:25.661 INFO O| Aug 05 18:26:25.661 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82462024-08-05T18:26:27.327Z[ host-image] Aug 05 18:26:25.674 INFO O| Aug 05 18:26:25.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
82472024-08-05T18:26:27.329Z[ host-image] Aug 05 18:26:25.674 INFO O| Aug 05 18:26:25.674 INFO STEP 44 (remove_files) COMPLETE
82482024-08-05T18:26:27.330Z[ host-image] Aug 05 18:26:25.674 INFO O| Aug 05 18:26:25.674 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82492024-08-05T18:26:27.342Z[ host-image] Aug 05 18:26:25.690 INFO O| Aug 05 18:26:25.690 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
82502024-08-05T18:26:27.342Z[ host-image] Aug 05 18:26:25.690 INFO O| Aug 05 18:26:25.690 INFO STEP 45 (remove_files) COMPLETE
82512024-08-05T18:26:27.345Z[ host-image] Aug 05 18:26:25.690 INFO O| Aug 05 18:26:25.690 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82522024-08-05T18:26:27.359Z[ host-image] Aug 05 18:26:25.706 INFO O| Aug 05 18:26:25.706 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
82532024-08-05T18:26:27.360Z[ host-image] Aug 05 18:26:25.706 INFO O| Aug 05 18:26:25.706 INFO STEP 46 (remove_files) COMPLETE
82542024-08-05T18:26:27.360Z[ host-image] Aug 05 18:26:25.706 INFO O| Aug 05 18:26:25.706 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82552024-08-05T18:26:27.372Z[ host-image] Aug 05 18:26:25.719 INFO O| Aug 05 18:26:25.719 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
82562024-08-05T18:26:27.375Z[ host-image] Aug 05 18:26:25.719 INFO O| Aug 05 18:26:25.719 INFO STEP 47 (remove_files) COMPLETE
82572024-08-05T18:26:27.375Z[ host-image] Aug 05 18:26:25.719 INFO O| Aug 05 18:26:25.719 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82582024-08-05T18:26:27.385Z[ host-image] Aug 05 18:26:25.733 INFO O| Aug 05 18:26:25.732 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
82592024-08-05T18:26:27.385Z[ host-image] Aug 05 18:26:25.733 INFO O| Aug 05 18:26:25.733 INFO STEP 48 (remove_files) COMPLETE
82602024-08-05T18:26:27.389Z[ host-image] Aug 05 18:26:25.733 INFO O| Aug 05 18:26:25.733 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82612024-08-05T18:26:27.395Z[ host-image] Aug 05 18:26:25.743 INFO O| Aug 05 18:26:25.743 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
82622024-08-05T18:26:27.395Z[ host-image] Aug 05 18:26:25.743 INFO O| Aug 05 18:26:25.743 INFO STEP 49 (remove_files) COMPLETE
82632024-08-05T18:26:27.398Z[ host-image] Aug 05 18:26:25.743 INFO O| Aug 05 18:26:25.743 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82642024-08-05T18:26:27.406Z[ host-image] Aug 05 18:26:25.753 INFO O| Aug 05 18:26:25.753 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
82652024-08-05T18:26:27.406Z[ host-image] Aug 05 18:26:25.753 INFO O| Aug 05 18:26:25.753 INFO STEP 50 (remove_files) COMPLETE
82662024-08-05T18:26:27.409Z[ host-image] Aug 05 18:26:25.753 INFO O| Aug 05 18:26:25.753 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82672024-08-05T18:26:27.416Z[ host-image] Aug 05 18:26:25.764 INFO O| Aug 05 18:26:25.763 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
82682024-08-05T18:26:27.416Z[ host-image] Aug 05 18:26:25.764 INFO O| Aug 05 18:26:25.764 INFO STEP 51 (remove_files) COMPLETE
82692024-08-05T18:26:27.419Z[ host-image] Aug 05 18:26:25.764 INFO O| Aug 05 18:26:25.764 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82702024-08-05T18:26:27.427Z[ host-image] Aug 05 18:26:25.774 INFO O| Aug 05 18:26:25.774 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
82712024-08-05T18:26:27.427Z[ host-image] Aug 05 18:26:25.774 INFO O| Aug 05 18:26:25.774 INFO STEP 52 (remove_files) COMPLETE
82722024-08-05T18:26:27.427Z[ host-image] Aug 05 18:26:25.774 INFO O| Aug 05 18:26:25.774 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82732024-08-05T18:26:27.444Z[ host-image] Aug 05 18:26:25.791 INFO O| Aug 05 18:26:25.791 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
82742024-08-05T18:26:27.444Z[ host-image] Aug 05 18:26:25.791 INFO O| Aug 05 18:26:25.791 INFO STEP 53 (remove_files) COMPLETE
82752024-08-05T18:26:27.447Z[ host-image] Aug 05 18:26:25.791 INFO O| Aug 05 18:26:25.791 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82762024-08-05T18:26:27.457Z[ host-image] Aug 05 18:26:25.804 INFO O| Aug 05 18:26:25.804 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
82772024-08-05T18:26:27.457Z[ host-image] Aug 05 18:26:25.804 INFO O| Aug 05 18:26:25.804 INFO STEP 54 (remove_files) COMPLETE
82782024-08-05T18:26:27.457Z[ host-image] Aug 05 18:26:25.804 INFO O| Aug 05 18:26:25.804 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82792024-08-05T18:26:27.470Z[ host-image] Aug 05 18:26:25.817 INFO O| Aug 05 18:26:25.817 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
82802024-08-05T18:26:27.470Z[ host-image] Aug 05 18:26:25.817 INFO O| Aug 05 18:26:25.817 INFO STEP 55 (remove_files) COMPLETE
82812024-08-05T18:26:27.473Z[ host-image] Aug 05 18:26:25.817 INFO O| Aug 05 18:26:25.817 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82822024-08-05T18:26:27.481Z[ host-image] Aug 05 18:26:25.828 INFO O| Aug 05 18:26:25.828 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
82832024-08-05T18:26:27.481Z[ host-image] Aug 05 18:26:25.828 INFO O| Aug 05 18:26:25.828 INFO STEP 56 (remove_files) COMPLETE
82842024-08-05T18:26:27.484Z[ host-image] Aug 05 18:26:25.828 INFO O| Aug 05 18:26:25.828 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82852024-08-05T18:26:27.491Z[ host-image] Aug 05 18:26:25.839 INFO O| Aug 05 18:26:25.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
82862024-08-05T18:26:27.491Z[ host-image] Aug 05 18:26:25.839 INFO O| Aug 05 18:26:25.839 INFO STEP 57 (remove_files) COMPLETE
82872024-08-05T18:26:27.491Z[ host-image] Aug 05 18:26:25.839 INFO O| Aug 05 18:26:25.839 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82882024-08-05T18:26:27.502Z[ host-image] Aug 05 18:26:25.849 INFO O| Aug 05 18:26:25.849 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
82892024-08-05T18:26:27.502Z[ host-image] Aug 05 18:26:25.849 INFO O| Aug 05 18:26:25.849 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
82902024-08-05T18:26:27.505Z[ host-image] Aug 05 18:26:25.849 INFO O| Aug 05 18:26:25.849 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
82912024-08-05T18:26:27.505Z[ host-image] Aug 05 18:26:25.849 INFO O| Aug 05 18:26:25.849 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
82922024-08-05T18:26:27.505Z[ host-image] Aug 05 18:26:25.849 INFO O| Aug 05 18:26:25.849 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
82932024-08-05T18:26:27.505Z[ host-image] Aug 05 18:26:25.849 INFO O| Aug 05 18:26:25.849 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
82942024-08-05T18:26:27.505Z[ host-image] Aug 05 18:26:25.849 INFO O| Aug 05 18:26:25.849 INFO ok!
82952024-08-05T18:26:27.505Z[ host-image] Aug 05 18:26:25.849 INFO O| Aug 05 18:26:25.849 INFO STEP 58 (ensure_file) COMPLETE
82962024-08-05T18:26:27.505Z[ host-image] Aug 05 18:26:25.849 INFO O| Aug 05 18:26:25.849 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
82972024-08-05T18:26:27.513Z[ host-image] Aug 05 18:26:25.860 INFO O| Aug 05 18:26:25.860 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
82982024-08-05T18:26:27.513Z[ host-image] Aug 05 18:26:25.860 INFO O| Aug 05 18:26:25.860 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
82992024-08-05T18:26:27.516Z[ host-image] Aug 05 18:26:25.860 INFO O| Aug 05 18:26:25.860 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
83002024-08-05T18:26:27.516Z[ host-image] Aug 05 18:26:25.860 INFO O| Aug 05 18:26:25.860 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
83012024-08-05T18:26:27.516Z[ host-image] Aug 05 18:26:25.860 INFO O| Aug 05 18:26:25.860 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
83022024-08-05T18:26:27.516Z[ host-image] Aug 05 18:26:25.861 INFO O| Aug 05 18:26:25.860 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
83032024-08-05T18:26:27.516Z[ host-image] Aug 05 18:26:25.861 INFO O| Aug 05 18:26:25.861 INFO ok!
83042024-08-05T18:26:27.516Z[ host-image] Aug 05 18:26:25.861 INFO O| Aug 05 18:26:25.861 INFO STEP 59 (ensure_file) COMPLETE
83052024-08-05T18:26:27.516Z[ host-image] Aug 05 18:26:25.861 INFO O| Aug 05 18:26:25.861 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83062024-08-05T18:26:27.523Z[ host-image] Aug 05 18:26:25.870 INFO O| Aug 05 18:26:25.870 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
83072024-08-05T18:26:27.523Z[ host-image] Aug 05 18:26:25.870 INFO O| Aug 05 18:26:25.870 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
83082024-08-05T18:26:27.526Z[ host-image] Aug 05 18:26:25.871 INFO O| Aug 05 18:26:25.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
83092024-08-05T18:26:27.526Z[ host-image] Aug 05 18:26:25.871 INFO O| Aug 05 18:26:25.871 INFO ok!
83102024-08-05T18:26:27.526Z[ host-image] Aug 05 18:26:25.871 INFO O| Aug 05 18:26:25.871 INFO STEP 60 (ensure_file) COMPLETE
83112024-08-05T18:26:27.526Z[ host-image] Aug 05 18:26:25.871 INFO O| Aug 05 18:26:25.871 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83122024-08-05T18:26:27.533Z[ host-image] Aug 05 18:26:25.880 INFO O| Aug 05 18:26:25.880 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
83132024-08-05T18:26:27.536Z[ host-image] Aug 05 18:26:25.880 INFO O| Aug 05 18:26:25.880 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
83142024-08-05T18:26:27.536Z[ host-image] Aug 05 18:26:25.881 INFO O| Aug 05 18:26:25.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
83152024-08-05T18:26:27.536Z[ host-image] Aug 05 18:26:25.881 INFO O| Aug 05 18:26:25.881 INFO ok!
83162024-08-05T18:26:27.536Z[ host-image] Aug 05 18:26:25.881 INFO O| Aug 05 18:26:25.881 INFO STEP 61 (ensure_file) COMPLETE
83172024-08-05T18:26:27.536Z[ host-image] Aug 05 18:26:25.881 INFO O| Aug 05 18:26:25.881 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83182024-08-05T18:26:27.543Z[ host-image] Aug 05 18:26:25.890 INFO O| Aug 05 18:26:25.890 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
83192024-08-05T18:26:27.543Z[ host-image] Aug 05 18:26:25.890 INFO O| Aug 05 18:26:25.890 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
83202024-08-05T18:26:27.546Z[ host-image] Aug 05 18:26:25.890 INFO O| Aug 05 18:26:25.890 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
83212024-08-05T18:26:27.546Z[ host-image] Aug 05 18:26:25.890 INFO O| Aug 05 18:26:25.890 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
83222024-08-05T18:26:27.546Z[ host-image] Aug 05 18:26:25.890 INFO O| Aug 05 18:26:25.890 INFO ok!
83232024-08-05T18:26:27.546Z[ host-image] Aug 05 18:26:25.891 INFO O| Aug 05 18:26:25.890 INFO STEP 62 (ensure_file) COMPLETE
83242024-08-05T18:26:27.546Z[ host-image] Aug 05 18:26:25.891 INFO O| Aug 05 18:26:25.891 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83252024-08-05T18:26:27.553Z[ host-image] Aug 05 18:26:25.900 INFO O| Aug 05 18:26:25.900 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
83262024-08-05T18:26:27.556Z[ host-image] Aug 05 18:26:25.900 INFO O| Aug 05 18:26:25.900 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
83272024-08-05T18:26:27.556Z[ host-image] Aug 05 18:26:25.900 INFO O| Aug 05 18:26:25.900 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
83282024-08-05T18:26:27.556Z[ host-image] Aug 05 18:26:25.900 INFO O| Aug 05 18:26:25.900 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
83292024-08-05T18:26:27.556Z[ host-image] Aug 05 18:26:25.900 INFO O| Aug 05 18:26:25.900 INFO ok!
83302024-08-05T18:26:27.556Z[ host-image] Aug 05 18:26:25.900 INFO O| Aug 05 18:26:25.900 INFO STEP 63 (ensure_file) COMPLETE
83312024-08-05T18:26:27.556Z[ host-image] Aug 05 18:26:25.900 INFO O| Aug 05 18:26:25.900 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83322024-08-05T18:26:27.563Z[ host-image] Aug 05 18:26:25.910 INFO O| Aug 05 18:26:25.910 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme does not exist
83332024-08-05T18:26:27.563Z[ host-image] Aug 05 18:26:25.910 INFO O| Aug 05 18:26:25.910 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-nvme -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme ...
83342024-08-05T18:26:27.566Z[ host-image] Aug 05 18:26:25.910 INFO O| Aug 05 18:26:25.910 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme
83352024-08-05T18:26:27.566Z[ host-image] Aug 05 18:26:25.910 INFO O| Aug 05 18:26:25.910 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme
83362024-08-05T18:26:27.566Z[ host-image] Aug 05 18:26:25.910 INFO O| Aug 05 18:26:25.910 INFO ok!
83372024-08-05T18:26:27.566Z[ host-image] Aug 05 18:26:25.910 INFO O| Aug 05 18:26:25.910 INFO STEP 64 (ensure_file) COMPLETE
83382024-08-05T18:26:27.566Z[ host-image] Aug 05 18:26:25.910 INFO O| Aug 05 18:26:25.910 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83392024-08-05T18:26:27.566Z[ recovery-image] Aug 05 18:26:25.912 INFO E| Compiling clap_derive v4.5.3
83402024-08-05T18:26:27.573Z[ host-image] Aug 05 18:26:25.920 INFO O| Aug 05 18:26:25.920 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
83412024-08-05T18:26:27.576Z[ host-image] Aug 05 18:26:25.920 INFO O| Aug 05 18:26:25.920 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
83422024-08-05T18:26:27.576Z[ host-image] Aug 05 18:26:25.920 INFO O| Aug 05 18:26:25.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
83432024-08-05T18:26:27.576Z[ host-image] Aug 05 18:26:25.920 INFO O| Aug 05 18:26:25.920 INFO ok!
83442024-08-05T18:26:27.576Z[ host-image] Aug 05 18:26:25.920 INFO O| Aug 05 18:26:25.920 INFO STEP 65 (assemble_files) COMPLETE
83452024-08-05T18:26:27.576Z[ host-image] Aug 05 18:26:25.920 INFO O| Aug 05 18:26:25.920 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83462024-08-05T18:26:27.583Z[ host-image] Aug 05 18:26:25.930 INFO O| Aug 05 18:26:25.930 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
83472024-08-05T18:26:27.583Z[ host-image] Aug 05 18:26:25.930 INFO O| Aug 05 18:26:25.930 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
83482024-08-05T18:26:27.585Z[ host-image] Aug 05 18:26:25.930 INFO O| Aug 05 18:26:25.930 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
83492024-08-05T18:26:27.586Z[ host-image] Aug 05 18:26:25.930 INFO O| Aug 05 18:26:25.930 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
83502024-08-05T18:26:27.586Z[ host-image] Aug 05 18:26:25.930 INFO O| Aug 05 18:26:25.930 INFO ok!
83512024-08-05T18:26:27.586Z[ host-image] Aug 05 18:26:25.930 INFO O| Aug 05 18:26:25.930 INFO STEP 66 (ensure_file) COMPLETE
83522024-08-05T18:26:27.586Z[ host-image] Aug 05 18:26:25.930 INFO O| Aug 05 18:26:25.930 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83532024-08-05T18:26:27.593Z[ host-image] Aug 05 18:26:25.940 INFO O| Aug 05 18:26:25.940 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
83542024-08-05T18:26:27.596Z[ host-image] Aug 05 18:26:25.940 INFO O| Aug 05 18:26:25.940 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
83552024-08-05T18:26:27.596Z[ host-image] Aug 05 18:26:25.940 INFO O| Aug 05 18:26:25.940 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
83562024-08-05T18:26:27.596Z[ host-image] Aug 05 18:26:25.940 INFO O| Aug 05 18:26:25.940 INFO STEP 67 (ensure_dir) COMPLETE
83572024-08-05T18:26:27.596Z[ host-image] Aug 05 18:26:25.940 INFO O| Aug 05 18:26:25.940 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83582024-08-05T18:26:27.603Z[ host-image] Aug 05 18:26:25.950 INFO O| Aug 05 18:26:25.950 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
83592024-08-05T18:26:27.606Z[ host-image] Aug 05 18:26:25.950 INFO O| Aug 05 18:26:25.950 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 ...
83602024-08-05T18:26:27.610Z[ host-image] Aug 05 18:26:25.957 INFO O| Aug 05 18:26:25.957 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
83612024-08-05T18:26:27.613Z[ host-image] Aug 05 18:26:25.957 INFO O| Aug 05 18:26:25.957 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
83622024-08-05T18:26:27.613Z[ host-image] Aug 05 18:26:25.957 INFO O| Aug 05 18:26:25.957 INFO ok!
83632024-08-05T18:26:27.613Z[ host-image] Aug 05 18:26:25.957 INFO O| Aug 05 18:26:25.957 INFO STEP 68 (ensure_file) COMPLETE
83642024-08-05T18:26:27.613Z[ host-image] Aug 05 18:26:25.957 INFO O| Aug 05 18:26:25.957 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83652024-08-05T18:26:27.620Z[ host-image] Aug 05 18:26:25.967 INFO O| Aug 05 18:26:25.967 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
83662024-08-05T18:26:27.620Z[ host-image] Aug 05 18:26:25.967 INFO O| Aug 05 18:26:25.967 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 ...
83672024-08-05T18:26:27.623Z[ host-image] Aug 05 18:26:25.967 INFO O| Aug 05 18:26:25.967 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
83682024-08-05T18:26:27.623Z[ host-image] Aug 05 18:26:25.968 INFO O| Aug 05 18:26:25.967 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
83692024-08-05T18:26:27.623Z[ host-image] Aug 05 18:26:25.968 INFO O| Aug 05 18:26:25.968 INFO ok!
83702024-08-05T18:26:27.623Z[ host-image] Aug 05 18:26:25.968 INFO O| Aug 05 18:26:25.968 INFO STEP 69 (ensure_file) COMPLETE
83712024-08-05T18:26:27.623Z[ host-image] Aug 05 18:26:25.968 INFO O| Aug 05 18:26:25.968 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
83722024-08-05T18:26:27.635Z[ host-image] Aug 05 18:26:25.982 INFO O| Aug 05 18:26:25.982 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
83732024-08-05T18:26:27.638Z[ host-image] Aug 05 18:26:25.982 INFO O| Aug 05 18:26:25.982 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
83742024-08-05T18:26:29.787Z[ recovery-image] Aug 05 18:26:28.134 INFO E| Compiling clap v4.5.3
83752024-08-05T18:26:29.846Z[ recovery-image] Aug 05 18:26:28.192 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
83762024-08-05T18:26:29.870Z[ host-image] Aug 05 18:26:28.217 INFO O| Aug 05 18:26:28.217 INFO STEP 70 (pack_tar) COMPLETE
83772024-08-05T18:26:29.870Z[ host-image] Aug 05 18:26:28.217 INFO O| Aug 05 18:26:28.217 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
83782024-08-05T18:26:29.873Z[ host-image] Aug 05 18:26:28.217 INFO O| Aug 05 18:26:28.217 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
83792024-08-05T18:26:29.999Z[ host-image] Aug 05 18:26:28.346 INFO O| Aug 05 18:26:28.345 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
83802024-08-05T18:26:30.060Z[ host-image] Aug 05 18:26:28.406 INFO O| Aug 05 18:26:28.406 INFO completed processing gimlet/ramdisk-02-trim
83812024-08-05T18:26:30.063Z[ host-image] Aug 05 18:26:28.409 INFO image builder template: zfs...
83822024-08-05T18:26:30.063Z[ host-image] Aug 05 18:26:28.409 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/.tmpNjVOGb/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
83832024-08-05T18:26:30.076Z[ host-image] Aug 05 18:26:28.423 INFO O| Aug 05 18:26:28.423 INFO skip include "stress" because feature "stress" is not enabled
83842024-08-05T18:26:30.108Z[ host-image] Aug 05 18:26:28.455 INFO O| Aug 05 18:26:28.455 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
83852024-08-05T18:26:30.113Z[ host-image] Aug 05 18:26:28.459 INFO O| Aug 05 18:26:28.459 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
83862024-08-05T18:26:30.163Z[ host-image] Aug 05 18:26:28.509 INFO O| Aug 05 18:26:28.509 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
83872024-08-05T18:26:30.207Z[ host-image] Aug 05 18:26:28.554 INFO O| Aug 05 18:26:28.554 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
83882024-08-05T18:26:30.207Z[ host-image] Aug 05 18:26:28.554 INFO O| Aug 05 18:26:28.554 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
83892024-08-05T18:26:30.212Z[ host-image] Aug 05 18:26:28.559 INFO O| Aug 05 18:26:28.559 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
83902024-08-05T18:26:30.266Z[ host-image] Aug 05 18:26:28.613 INFO O| Aug 05 18:26:28.613 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
83912024-08-05T18:26:30.301Z[ host-image] Aug 05 18:26:28.647 INFO O| Aug 05 18:26:28.647 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
83922024-08-05T18:26:30.313Z[ host-image] Aug 05 18:26:28.659 INFO O| Aug 05 18:26:28.659 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
83932024-08-05T18:26:30.318Z[ host-image] Aug 05 18:26:28.665 INFO O| Aug 05 18:26:28.665 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
83942024-08-05T18:26:30.318Z[ host-image] Aug 05 18:26:28.665 INFO O| Aug 05 18:26:28.665 INFO no lofi found
83952024-08-05T18:26:30.321Z[ host-image] Aug 05 18:26:28.665 INFO O| Aug 05 18:26:28.665 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
83962024-08-05T18:26:30.321Z[ host-image] Aug 05 18:26:28.665 INFO O| Aug 05 18:26:28.665 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
83972024-08-05T18:26:31.042Z[ recovery-image] Aug 05 18:26:29.388 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.90s
83982024-08-05T18:26:31.050Z[ recovery-image] Aug 05 18:26:29.397 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
83992024-08-05T18:26:31.175Z[ recovery-image] Aug 05 18:26:29.521 INFO E| Updating crates.io index
84002024-08-05T18:26:31.328Z[ recovery-image] Aug 05 18:26:29.675 INFO E| Downloading crates ...
84012024-08-05T18:26:31.389Z[ recovery-image] Aug 05 18:26:29.735 INFO E| Downloaded seq-macro v0.3.5
84022024-08-05T18:26:31.391Z[ recovery-image] Aug 05 18:26:29.737 INFO E| Downloaded cpio_reader v0.1.1
84032024-08-05T18:26:31.395Z[ recovery-image] Aug 05 18:26:29.739 INFO E| Downloaded bit_field v0.10.2
84042024-08-05T18:26:31.398Z[ recovery-image] Aug 05 18:26:29.744 INFO E| Downloaded goblin v0.8.0
84052024-08-05T18:26:31.403Z[ recovery-image] Aug 05 18:26:29.750 INFO E| Downloaded raw-cpuid v10.7.0
84062024-08-05T18:26:31.510Z[ recovery-image] Aug 05 18:26:29.856 INFO E| Downloaded x86 v0.52.0
84072024-08-05T18:26:31.579Z[ recovery-image] Aug 05 18:26:29.926 INFO E| Updating crates.io index
84082024-08-05T18:26:31.629Z[ recovery-image] Aug 05 18:26:29.976 INFO E| Downloading crates ...
84092024-08-05T18:26:31.663Z[ host-image] Aug 05 18:26:30.009 INFO O| Aug 05 18:26:30.009 INFO lofi device = /dev/dsk/c2t1d0p0
84102024-08-05T18:26:31.663Z[ host-image] Aug 05 18:26:30.009 INFO O| Aug 05 18:26:30.009 INFO pool device = /dev/dsk/c2t1d0p0
84112024-08-05T18:26:31.666Z[ host-image] Aug 05 18:26:30.009 INFO O| Aug 05 18:26:30.009 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"]
84122024-08-05T18:26:31.683Z[ recovery-image] Aug 05 18:26:30.030 INFO E| Downloaded rustc-demangle v0.1.23
84132024-08-05T18:26:31.699Z[ recovery-image] Aug 05 18:26:30.045 INFO E| Downloaded allocator-api2 v0.2.16
84142024-08-05T18:26:31.703Z[ recovery-image] Aug 05 18:26:30.050 INFO E| Downloaded compiler_builtins v0.1.108
84152024-08-05T18:26:31.732Z[ host-image] Aug 05 18:26:30.079 INFO O| Aug 05 18:26:30.078 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
84162024-08-05T18:26:31.732Z[ host-image] Aug 05 18:26:30.079 INFO O| Aug 05 18:26:30.079 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
84172024-08-05T18:26:31.752Z[ host-image] Aug 05 18:26:30.099 INFO O| Aug 05 18:26:30.099 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
84182024-08-05T18:26:31.786Z[ recovery-image] Aug 05 18:26:30.133 INFO E| Compiling compiler_builtins v0.1.108
84192024-08-05T18:26:31.786Z[ recovery-image] Aug 05 18:26:30.133 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)
84202024-08-05T18:26:31.789Z[ recovery-image] Aug 05 18:26:30.133 INFO E| Compiling proc-macro2 v1.0.79
84212024-08-05T18:26:31.789Z[ recovery-image] Aug 05 18:26:30.133 INFO E| Compiling unicode-ident v1.0.12
84222024-08-05T18:26:31.789Z[ recovery-image] Aug 05 18:26:30.133 INFO E| Compiling syn v1.0.109
84232024-08-05T18:26:31.789Z[ recovery-image] Aug 05 18:26:30.133 INFO E| Compiling x86 v0.52.0
84242024-08-05T18:26:31.789Z[ recovery-image] Aug 05 18:26:30.133 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
84252024-08-05T18:26:31.789Z[ recovery-image] Aug 05 18:26:30.133 INFO E| Compiling seq-macro v0.3.5
84262024-08-05T18:26:31.815Z[ host-image] Aug 05 18:26:30.161 INFO O| Aug 05 18:26:30.161 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
84272024-08-05T18:26:31.888Z[ host-image] Aug 05 18:26:30.234 INFO O| Aug 05 18:26:30.234 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
84282024-08-05T18:26:31.924Z[ host-image] Aug 05 18:26:30.270 INFO O| Aug 05 18:26:30.270 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
84292024-08-05T18:26:31.956Z[ host-image] Aug 05 18:26:30.302 INFO O| Aug 05 18:26:30.302 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
84302024-08-05T18:26:32.032Z[ host-image] Aug 05 18:26:30.378 INFO O| Aug 05 18:26:30.378 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
84312024-08-05T18:26:32.032Z[ host-image] Aug 05 18:26:30.378 INFO O| Aug 05 18:26:30.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
84322024-08-05T18:26:32.035Z[ host-image] Aug 05 18:26:30.378 INFO O| Aug 05 18:26:30.378 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
84332024-08-05T18:26:32.053Z[ host-image] Aug 05 18:26:30.399 INFO O| Aug 05 18:26:30.399 INFO boot environment UUID: 4da84910-c315-4e79-80ab-5879dfba95e4
84342024-08-05T18:26:32.053Z[ host-image] Aug 05 18:26:30.399 INFO O| Aug 05 18:26:30.399 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 4da84910-c315-4e79-80ab-5879dfba95e4
84352024-08-05T18:26:32.139Z[ host-image] Aug 05 18:26:30.481 INFO O| Aug 05 18:26:30.481 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
84362024-08-05T18:26:32.154Z[ host-image] Aug 05 18:26:30.500 INFO O| Aug 05 18:26:30.500 INFO STEP 0 (create_be) COMPLETE
84372024-08-05T18:26:32.157Z[ host-image] Aug 05 18:26:30.500 INFO O| Aug 05 18:26:30.500 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
84382024-08-05T18:26:32.180Z[ host-image] Aug 05 18:26:30.526 INFO O| Aug 05 18:26:30.526 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
84392024-08-05T18:26:33.374Z[ recovery-image] Aug 05 18:26:31.720 INFO E| Compiling quote v1.0.35
84402024-08-05T18:26:33.683Z[ recovery-image] Aug 05 18:26:32.030 INFO E| Compiling syn v2.0.53
84412024-08-05T18:26:39.910Z[ recovery-image] Aug 05 18:26:38.255 INFO E| Compiling scroll_derive v0.12.0
84422024-08-05T18:26:44.346Z[ recovery-image] Aug 05 18:26:42.691 INFO E| Compiling bitstruct_derive v0.1.0
84432024-08-05T18:26:53.831Z[ host-image] Aug 05 18:26:52.175 INFO O| Aug 05 18:26:52.175 INFO STEP 1 (unpack_tar) COMPLETE
84442024-08-05T18:26:53.831Z[ host-image] Aug 05 18:26:52.175 INFO O| Aug 05 18:26:52.175 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84452024-08-05T18:26:53.844Z[ host-image] Aug 05 18:26:52.188 INFO O| Aug 05 18:26:52.188 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
84462024-08-05T18:26:53.993Z[ host-image] Aug 05 18:26:52.337 INFO O| Aug 05 18:26:52.337 INFO STEP 2 (devfsadm) COMPLETE
84472024-08-05T18:26:53.993Z[ host-image] Aug 05 18:26:52.337 INFO O| Aug 05 18:26:52.337 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84482024-08-05T18:26:54.006Z[ host-image] Aug 05 18:26:52.350 INFO O| Aug 05 18:26:52.350 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
84492024-08-05T18:26:54.006Z[ host-image] Aug 05 18:26:52.350 INFO O| Aug 05 18:26:52.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
84502024-08-05T18:26:54.009Z[ host-image] Aug 05 18:26:52.350 INFO O| Aug 05 18:26:52.350 INFO STEP 3 (ensure_dir) COMPLETE
84512024-08-05T18:26:54.009Z[ host-image] Aug 05 18:26:52.350 INFO O| Aug 05 18:26:52.350 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84522024-08-05T18:26:54.017Z[ host-image] Aug 05 18:26:52.361 INFO O| Aug 05 18:26:52.361 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
84532024-08-05T18:26:54.017Z[ host-image] Aug 05 18:26:52.361 INFO O| Aug 05 18:26:52.361 INFO STEP 4 (ensure_dir) COMPLETE
84542024-08-05T18:26:54.017Z[ host-image] Aug 05 18:26:52.361 INFO O| Aug 05 18:26:52.361 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84552024-08-05T18:26:54.029Z[ host-image] Aug 05 18:26:52.373 INFO O| Aug 05 18:26:52.373 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
84562024-08-05T18:26:54.032Z[ host-image] Aug 05 18:26:52.373 INFO O| Aug 05 18:26:52.373 INFO STEP 5 (ensure_dir) COMPLETE
84572024-08-05T18:26:54.032Z[ host-image] Aug 05 18:26:52.373 INFO O| Aug 05 18:26:52.373 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84582024-08-05T18:26:54.040Z[ host-image] Aug 05 18:26:52.384 INFO O| Aug 05 18:26:52.384 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
84592024-08-05T18:26:54.040Z[ host-image] Aug 05 18:26:52.384 INFO O| Aug 05 18:26:52.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
84602024-08-05T18:26:54.042Z[ host-image] Aug 05 18:26:52.384 INFO O| Aug 05 18:26:52.384 INFO STEP 6 (ensure_dir) COMPLETE
84612024-08-05T18:26:54.043Z[ host-image] Aug 05 18:26:52.384 INFO O| Aug 05 18:26:52.384 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84622024-08-05T18:26:54.050Z[ host-image] Aug 05 18:26:52.394 INFO O| Aug 05 18:26:52.394 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
84632024-08-05T18:26:54.050Z[ host-image] Aug 05 18:26:52.394 INFO O| Aug 05 18:26:52.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
84642024-08-05T18:26:54.053Z[ host-image] Aug 05 18:26:52.394 INFO O| Aug 05 18:26:52.394 INFO STEP 7 (ensure_dir) COMPLETE
84652024-08-05T18:26:54.053Z[ host-image] Aug 05 18:26:52.394 INFO O| Aug 05 18:26:52.394 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84662024-08-05T18:26:54.062Z[ host-image] Aug 05 18:26:52.406 INFO O| Aug 05 18:26:52.406 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
84672024-08-05T18:26:54.065Z[ host-image] Aug 05 18:26:52.407 INFO O| Aug 05 18:26:52.406 INFO STEP 8 (remove_files) COMPLETE
84682024-08-05T18:26:54.065Z[ host-image] Aug 05 18:26:52.407 INFO O| Aug 05 18:26:52.407 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84692024-08-05T18:26:54.072Z[ host-image] Aug 05 18:26:52.416 INFO O| Aug 05 18:26:52.416 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
84702024-08-05T18:26:54.075Z[ host-image] Aug 05 18:26:52.417 INFO O| Aug 05 18:26:52.417 INFO STEP 9 (remove_files) COMPLETE
84712024-08-05T18:26:54.075Z[ host-image] Aug 05 18:26:52.417 INFO O| Aug 05 18:26:52.417 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84722024-08-05T18:26:54.083Z[ host-image] Aug 05 18:26:52.427 INFO O| Aug 05 18:26:52.427 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
84732024-08-05T18:26:54.085Z[ host-image] Aug 05 18:26:52.428 INFO O| Aug 05 18:26:52.428 INFO STEP 10 (remove_files) COMPLETE
84742024-08-05T18:26:54.085Z[ host-image] Aug 05 18:26:52.428 INFO O| Aug 05 18:26:52.428 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84752024-08-05T18:26:54.094Z[ host-image] Aug 05 18:26:52.438 INFO O| Aug 05 18:26:52.438 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
84762024-08-05T18:26:54.094Z[ host-image] Aug 05 18:26:52.438 INFO O| Aug 05 18:26:52.438 INFO STEP 11 (remove_files) COMPLETE
84772024-08-05T18:26:54.097Z[ host-image] Aug 05 18:26:52.438 INFO O| Aug 05 18:26:52.438 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84782024-08-05T18:26:54.104Z[ host-image] Aug 05 18:26:52.448 INFO O| Aug 05 18:26:52.448 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
84792024-08-05T18:26:54.106Z[ host-image] Aug 05 18:26:52.448 INFO O| Aug 05 18:26:52.448 INFO STEP 12 (remove_files) COMPLETE
84802024-08-05T18:26:54.106Z[ host-image] Aug 05 18:26:52.448 INFO O| Aug 05 18:26:52.448 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84812024-08-05T18:26:54.114Z[ host-image] Aug 05 18:26:52.458 INFO O| Aug 05 18:26:52.458 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
84822024-08-05T18:26:54.114Z[ host-image] Aug 05 18:26:52.458 INFO O| Aug 05 18:26:52.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
84832024-08-05T18:26:54.114Z[ host-image] Aug 05 18:26:52.458 INFO O| Aug 05 18:26:52.458 INFO STEP 13 (ensure_dir) COMPLETE
84842024-08-05T18:26:54.116Z[ host-image] Aug 05 18:26:52.458 INFO O| Aug 05 18:26:52.458 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84852024-08-05T18:26:54.124Z[ host-image] Aug 05 18:26:52.468 INFO O| Aug 05 18:26:52.468 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
84862024-08-05T18:26:54.127Z[ host-image] Aug 05 18:26:52.468 INFO O| Aug 05 18:26:52.468 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
84872024-08-05T18:26:54.127Z[ host-image] Aug 05 18:26:52.468 INFO O| Aug 05 18:26:52.468 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
84882024-08-05T18:26:54.127Z[ host-image] Aug 05 18:26:52.468 INFO O| Aug 05 18:26:52.468 INFO STEP 14 (ensure_dir) COMPLETE
84892024-08-05T18:26:54.127Z[ host-image] Aug 05 18:26:52.468 INFO O| Aug 05 18:26:52.468 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84902024-08-05T18:26:54.134Z[ host-image] Aug 05 18:26:52.478 INFO O| Aug 05 18:26:52.478 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
84912024-08-05T18:26:54.134Z[ host-image] Aug 05 18:26:52.478 INFO O| Aug 05 18:26:52.478 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
84922024-08-05T18:26:54.134Z[ host-image] Aug 05 18:26:52.478 INFO O| Aug 05 18:26:52.478 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
84932024-08-05T18:26:54.137Z[ host-image] Aug 05 18:26:52.478 INFO O| Aug 05 18:26:52.478 INFO STEP 15 (ensure_dir) COMPLETE
84942024-08-05T18:26:54.137Z[ host-image] Aug 05 18:26:52.478 INFO O| Aug 05 18:26:52.478 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84952024-08-05T18:26:54.144Z[ host-image] Aug 05 18:26:52.488 INFO O| Aug 05 18:26:52.488 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
84962024-08-05T18:26:54.147Z[ host-image] Aug 05 18:26:52.488 INFO O| Aug 05 18:26:52.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
84972024-08-05T18:26:54.147Z[ host-image] Aug 05 18:26:52.488 INFO O| Aug 05 18:26:52.488 INFO STEP 16 (ensure_dir) COMPLETE
84982024-08-05T18:26:54.147Z[ host-image] Aug 05 18:26:52.488 INFO O| Aug 05 18:26:52.488 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84992024-08-05T18:26:54.154Z[ host-image] Aug 05 18:26:52.498 INFO O| Aug 05 18:26:52.498 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
85002024-08-05T18:26:54.156Z[ host-image] Aug 05 18:26:52.498 INFO O| Aug 05 18:26:52.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
85012024-08-05T18:26:54.156Z[ host-image] Aug 05 18:26:52.498 INFO O| Aug 05 18:26:52.498 INFO STEP 17 (ensure_dir) COMPLETE
85022024-08-05T18:26:54.156Z[ host-image] Aug 05 18:26:52.498 INFO O| Aug 05 18:26:52.498 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85032024-08-05T18:26:54.164Z[ host-image] Aug 05 18:26:52.508 INFO O| Aug 05 18:26:52.508 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
85042024-08-05T18:26:54.164Z[ host-image] Aug 05 18:26:52.508 INFO O| Aug 05 18:26:52.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
85052024-08-05T18:26:54.167Z[ host-image] Aug 05 18:26:52.508 INFO O| Aug 05 18:26:52.508 INFO ok!
85062024-08-05T18:26:54.167Z[ host-image] Aug 05 18:26:52.508 INFO O| Aug 05 18:26:52.508 INFO STEP 18 (ensure_symlink) COMPLETE
85072024-08-05T18:26:54.167Z[ host-image] Aug 05 18:26:52.508 INFO O| Aug 05 18:26:52.508 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85082024-08-05T18:26:54.174Z[ host-image] Aug 05 18:26:52.518 INFO O| Aug 05 18:26:52.518 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
85092024-08-05T18:26:54.174Z[ host-image] Aug 05 18:26:52.518 INFO O| Aug 05 18:26:52.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
85102024-08-05T18:26:54.177Z[ host-image] Aug 05 18:26:52.518 INFO O| Aug 05 18:26:52.518 INFO ok!
85112024-08-05T18:26:54.177Z[ host-image] Aug 05 18:26:52.518 INFO O| Aug 05 18:26:52.518 INFO STEP 19 (ensure_file) COMPLETE
85122024-08-05T18:26:54.177Z[ host-image] Aug 05 18:26:52.518 INFO O| Aug 05 18:26:52.518 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85132024-08-05T18:26:54.184Z[ host-image] Aug 05 18:26:52.528 INFO O| Aug 05 18:26:52.528 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
85142024-08-05T18:26:54.184Z[ host-image] Aug 05 18:26:52.528 INFO O| Aug 05 18:26:52.528 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
85152024-08-05T18:26:54.187Z[ host-image] Aug 05 18:26:52.528 INFO O| Aug 05 18:26:52.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
85162024-08-05T18:26:54.187Z[ host-image] Aug 05 18:26:52.528 INFO O| Aug 05 18:26:52.528 INFO ok!
85172024-08-05T18:26:54.187Z[ host-image] Aug 05 18:26:52.528 INFO O| Aug 05 18:26:52.528 INFO STEP 20 (ensure_symlink) COMPLETE
85182024-08-05T18:26:54.187Z[ host-image] Aug 05 18:26:52.528 INFO O| Aug 05 18:26:52.528 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85192024-08-05T18:26:54.194Z[ host-image] Aug 05 18:26:52.538 INFO O| Aug 05 18:26:52.538 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
85202024-08-05T18:26:54.194Z[ host-image] Aug 05 18:26:52.538 INFO O| Aug 05 18:26:52.538 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
85212024-08-05T18:26:54.197Z[ host-image] Aug 05 18:26:52.538 INFO O| Aug 05 18:26:52.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
85222024-08-05T18:26:54.197Z[ host-image] Aug 05 18:26:52.538 INFO O| Aug 05 18:26:52.538 INFO ok!
85232024-08-05T18:26:54.197Z[ host-image] Aug 05 18:26:52.538 INFO O| Aug 05 18:26:52.538 INFO STEP 21 (ensure_symlink) COMPLETE
85242024-08-05T18:26:54.197Z[ host-image] Aug 05 18:26:52.538 INFO O| Aug 05 18:26:52.538 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85252024-08-05T18:26:54.204Z[ host-image] Aug 05 18:26:52.548 INFO O| Aug 05 18:26:52.548 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
85262024-08-05T18:26:54.204Z[ host-image] Aug 05 18:26:52.548 INFO O| Aug 05 18:26:52.548 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
85272024-08-05T18:26:54.207Z[ host-image] Aug 05 18:26:52.548 INFO O| Aug 05 18:26:52.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
85282024-08-05T18:26:54.207Z[ host-image] Aug 05 18:26:52.548 INFO O| Aug 05 18:26:52.548 INFO ok!
85292024-08-05T18:26:54.207Z[ host-image] Aug 05 18:26:52.548 INFO O| Aug 05 18:26:52.548 INFO STEP 22 (ensure_symlink) COMPLETE
85302024-08-05T18:26:54.207Z[ host-image] Aug 05 18:26:52.548 INFO O| Aug 05 18:26:52.548 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85312024-08-05T18:26:54.214Z[ host-image] Aug 05 18:26:52.558 INFO O| Aug 05 18:26:52.558 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
85322024-08-05T18:26:54.214Z[ host-image] Aug 05 18:26:52.558 INFO O| Aug 05 18:26:52.558 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
85332024-08-05T18:26:54.216Z[ host-image] Aug 05 18:26:52.558 INFO O| Aug 05 18:26:52.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
85342024-08-05T18:26:54.216Z[ host-image] Aug 05 18:26:52.558 INFO O| Aug 05 18:26:52.558 INFO ok!
85352024-08-05T18:26:54.216Z[ host-image] Aug 05 18:26:52.558 INFO O| Aug 05 18:26:52.558 INFO STEP 23 (ensure_symlink) COMPLETE
85362024-08-05T18:26:54.216Z[ host-image] Aug 05 18:26:52.558 INFO O| Aug 05 18:26:52.558 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85372024-08-05T18:26:54.223Z[ host-image] Aug 05 18:26:52.568 INFO O| Aug 05 18:26:52.568 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
85382024-08-05T18:26:54.226Z[ host-image] Aug 05 18:26:52.568 INFO O| Aug 05 18:26:52.568 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
85392024-08-05T18:26:54.226Z[ host-image] Aug 05 18:26:52.568 INFO O| Aug 05 18:26:52.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
85402024-08-05T18:26:54.226Z[ host-image] Aug 05 18:26:52.568 INFO O| Aug 05 18:26:52.568 INFO ok!
85412024-08-05T18:26:54.226Z[ host-image] Aug 05 18:26:52.568 INFO O| Aug 05 18:26:52.568 INFO STEP 24 (ensure_file) COMPLETE
85422024-08-05T18:26:54.226Z[ host-image] Aug 05 18:26:52.568 INFO O| Aug 05 18:26:52.568 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
85432024-08-05T18:26:54.234Z[ host-image] Aug 05 18:26:52.578 INFO O| Aug 05 18:26:52.578 INFO updating shadow file
85442024-08-05T18:26:54.237Z[ host-image] Aug 05 18:26:52.578 INFO O| Aug 05 18:26:52.578 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
85452024-08-05T18:26:54.237Z[ host-image] Aug 05 18:26:52.578 INFO O| Aug 05 18:26:52.578 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
85462024-08-05T18:26:54.237Z[ host-image] Aug 05 18:26:52.578 INFO O| Aug 05 18:26:52.578 INFO STEP 25 (shadow) COMPLETE
85472024-08-05T18:26:54.237Z[ host-image] Aug 05 18:26:52.578 INFO O| Aug 05 18:26:52.578 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85482024-08-05T18:26:54.244Z[ host-image] Aug 05 18:26:52.588 INFO O| Aug 05 18:26:52.588 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
85492024-08-05T18:26:54.244Z[ host-image] Aug 05 18:26:52.588 INFO O| Aug 05 18:26:52.588 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
85502024-08-05T18:26:54.247Z[ host-image] Aug 05 18:26:52.589 INFO O| Aug 05 18:26:52.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
85512024-08-05T18:26:54.247Z[ host-image] Aug 05 18:26:52.589 INFO O| Aug 05 18:26:52.589 INFO ok!
85522024-08-05T18:26:54.247Z[ host-image] Aug 05 18:26:52.589 INFO O| Aug 05 18:26:52.589 INFO STEP 26 (ensure_file) COMPLETE
85532024-08-05T18:26:54.247Z[ host-image] Aug 05 18:26:52.589 INFO O| Aug 05 18:26:52.589 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85542024-08-05T18:26:54.254Z[ host-image] Aug 05 18:26:52.598 INFO O| Aug 05 18:26:52.598 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
85552024-08-05T18:26:54.257Z[ host-image] Aug 05 18:26:52.599 INFO O| Aug 05 18:26:52.598 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
85562024-08-05T18:26:54.257Z[ host-image] Aug 05 18:26:52.599 INFO O| Aug 05 18:26:52.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
85572024-08-05T18:26:54.257Z[ host-image] Aug 05 18:26:52.599 INFO O| Aug 05 18:26:52.599 INFO ok!
85582024-08-05T18:26:54.257Z[ host-image] Aug 05 18:26:52.599 INFO O| Aug 05 18:26:52.599 INFO STEP 27 (ensure_file) COMPLETE
85592024-08-05T18:26:54.257Z[ host-image] Aug 05 18:26:52.599 INFO O| Aug 05 18:26:52.599 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85602024-08-05T18:26:54.264Z[ host-image] Aug 05 18:26:52.609 INFO O| Aug 05 18:26:52.609 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
85612024-08-05T18:26:54.264Z[ host-image] Aug 05 18:26:52.609 INFO O| Aug 05 18:26:52.609 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
85622024-08-05T18:26:54.267Z[ host-image] Aug 05 18:26:52.609 INFO O| Aug 05 18:26:52.609 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
85632024-08-05T18:26:54.267Z[ host-image] Aug 05 18:26:52.609 INFO O| Aug 05 18:26:52.609 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
85642024-08-05T18:26:54.267Z[ host-image] Aug 05 18:26:52.609 INFO O| Aug 05 18:26:52.609 INFO ok!
85652024-08-05T18:26:54.267Z[ host-image] Aug 05 18:26:52.609 INFO O| Aug 05 18:26:52.609 INFO STEP 28 (ensure_file) COMPLETE
85662024-08-05T18:26:54.267Z[ host-image] Aug 05 18:26:52.609 INFO O| Aug 05 18:26:52.609 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85672024-08-05T18:26:54.274Z[ host-image] Aug 05 18:26:52.619 INFO O| Aug 05 18:26:52.619 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
85682024-08-05T18:26:54.274Z[ host-image] Aug 05 18:26:52.619 INFO O| Aug 05 18:26:52.619 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
85692024-08-05T18:26:54.277Z[ host-image] Aug 05 18:26:52.619 INFO O| Aug 05 18:26:52.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
85702024-08-05T18:26:54.277Z[ host-image] Aug 05 18:26:52.619 INFO O| Aug 05 18:26:52.619 INFO ok!
85712024-08-05T18:26:54.277Z[ host-image] Aug 05 18:26:52.619 INFO O| Aug 05 18:26:52.619 INFO STEP 29 (ensure_file) COMPLETE
85722024-08-05T18:26:54.277Z[ host-image] Aug 05 18:26:52.619 INFO O| Aug 05 18:26:52.619 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85732024-08-05T18:26:54.285Z[ host-image] Aug 05 18:26:52.629 INFO O| Aug 05 18:26:52.629 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
85742024-08-05T18:26:54.285Z[ host-image] Aug 05 18:26:52.629 INFO O| Aug 05 18:26:52.629 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
85752024-08-05T18:26:54.288Z[ host-image] Aug 05 18:26:52.630 INFO O| Aug 05 18:26:52.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
85762024-08-05T18:26:54.288Z[ host-image] Aug 05 18:26:52.630 INFO O| Aug 05 18:26:52.629 INFO ok!
85772024-08-05T18:26:54.288Z[ host-image] Aug 05 18:26:52.630 INFO O| Aug 05 18:26:52.630 INFO STEP 30 (ensure_file) COMPLETE
85782024-08-05T18:26:54.288Z[ host-image] Aug 05 18:26:52.630 INFO O| Aug 05 18:26:52.630 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85792024-08-05T18:26:54.296Z[ host-image] Aug 05 18:26:52.640 INFO O| Aug 05 18:26:52.640 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
85802024-08-05T18:26:54.296Z[ host-image] Aug 05 18:26:52.640 INFO O| Aug 05 18:26:52.640 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
85812024-08-05T18:26:54.299Z[ host-image] Aug 05 18:26:52.640 INFO O| Aug 05 18:26:52.640 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
85822024-08-05T18:26:54.299Z[ host-image] Aug 05 18:26:52.640 INFO O| Aug 05 18:26:52.640 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
85832024-08-05T18:26:54.299Z[ host-image] Aug 05 18:26:52.640 INFO O| Aug 05 18:26:52.640 INFO ok!
85842024-08-05T18:26:54.299Z[ host-image] Aug 05 18:26:52.640 INFO O| Aug 05 18:26:52.640 INFO STEP 31 (ensure_file) COMPLETE
85852024-08-05T18:26:54.299Z[ host-image] Aug 05 18:26:52.640 INFO O| Aug 05 18:26:52.640 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85862024-08-05T18:26:54.306Z[ host-image] Aug 05 18:26:52.650 INFO O| Aug 05 18:26:52.650 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
85872024-08-05T18:26:54.306Z[ host-image] Aug 05 18:26:52.650 INFO O| Aug 05 18:26:52.650 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
85882024-08-05T18:26:54.309Z[ host-image] Aug 05 18:26:52.651 INFO O| Aug 05 18:26:52.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
85892024-08-05T18:26:54.309Z[ host-image] Aug 05 18:26:52.651 INFO O| Aug 05 18:26:52.651 INFO ok!
85902024-08-05T18:26:54.309Z[ host-image] Aug 05 18:26:52.651 INFO O| Aug 05 18:26:52.651 INFO STEP 32 (ensure_file) COMPLETE
85912024-08-05T18:26:54.309Z[ host-image] Aug 05 18:26:52.651 INFO O| Aug 05 18:26:52.651 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85922024-08-05T18:26:54.316Z[ host-image] Aug 05 18:26:52.660 INFO O| Aug 05 18:26:52.660 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85932024-08-05T18:26:54.316Z[ host-image] Aug 05 18:26:52.661 INFO O| Aug 05 18:26:52.661 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
85942024-08-05T18:26:54.319Z[ host-image] Aug 05 18:26:52.661 INFO O| Aug 05 18:26:52.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
85952024-08-05T18:26:54.319Z[ host-image] Aug 05 18:26:52.661 INFO O| Aug 05 18:26:52.661 INFO ok!
85962024-08-05T18:26:54.319Z[ host-image] Aug 05 18:26:52.661 INFO O| Aug 05 18:26:52.661 INFO STEP 33 (ensure_file) COMPLETE
85972024-08-05T18:26:54.319Z[ host-image] Aug 05 18:26:52.661 INFO O| Aug 05 18:26:52.661 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
85982024-08-05T18:26:54.326Z[ host-image] Aug 05 18:26:52.671 INFO O| Aug 05 18:26:52.671 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
85992024-08-05T18:26:54.326Z[ host-image] Aug 05 18:26:52.671 INFO O| Aug 05 18:26:52.671 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
86002024-08-05T18:26:54.329Z[ host-image] Aug 05 18:26:52.671 INFO O| Aug 05 18:26:52.671 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
86012024-08-05T18:26:54.329Z[ host-image] Aug 05 18:26:52.671 INFO O| Aug 05 18:26:52.671 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
86022024-08-05T18:26:54.329Z[ host-image] Aug 05 18:26:52.671 INFO O| Aug 05 18:26:52.671 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
86032024-08-05T18:26:54.329Z[ host-image] Aug 05 18:26:52.671 INFO O| Aug 05 18:26:52.671 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
86042024-08-05T18:26:54.330Z[ host-image] Aug 05 18:26:52.671 INFO O| Aug 05 18:26:52.671 INFO ok!
86052024-08-05T18:26:54.330Z[ host-image] Aug 05 18:26:52.671 INFO O| Aug 05 18:26:52.671 INFO STEP 34 (ensure_file) COMPLETE
86062024-08-05T18:26:54.330Z[ host-image] Aug 05 18:26:52.671 INFO O| Aug 05 18:26:52.671 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86072024-08-05T18:26:54.337Z[ host-image] Aug 05 18:26:52.681 INFO O| Aug 05 18:26:52.681 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
86082024-08-05T18:26:54.340Z[ host-image] Aug 05 18:26:52.682 INFO O| Aug 05 18:26:52.682 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
86092024-08-05T18:26:54.340Z[ host-image] Aug 05 18:26:52.682 INFO O| Aug 05 18:26:52.682 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
86102024-08-05T18:26:54.340Z[ host-image] Aug 05 18:26:52.682 INFO O| Aug 05 18:26:52.682 INFO STEP 35 (ensure_dir) COMPLETE
86112024-08-05T18:26:54.340Z[ host-image] Aug 05 18:26:52.682 INFO O| Aug 05 18:26:52.682 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86122024-08-05T18:26:54.348Z[ host-image] Aug 05 18:26:52.692 INFO O| Aug 05 18:26:52.692 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
86132024-08-05T18:26:54.348Z[ host-image] Aug 05 18:26:52.692 INFO O| Aug 05 18:26:52.692 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 ...
86142024-08-05T18:26:54.351Z[ host-image] Aug 05 18:26:52.692 INFO O| Aug 05 18:26:52.692 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
86152024-08-05T18:26:54.351Z[ host-image] Aug 05 18:26:52.692 INFO O| Aug 05 18:26:52.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
86162024-08-05T18:26:54.351Z[ host-image] Aug 05 18:26:52.692 INFO O| Aug 05 18:26:52.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
86172024-08-05T18:26:54.351Z[ host-image] Aug 05 18:26:52.692 INFO O| Aug 05 18:26:52.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
86182024-08-05T18:26:54.351Z[ host-image] Aug 05 18:26:52.692 INFO O| Aug 05 18:26:52.692 INFO ok!
86192024-08-05T18:26:54.351Z[ host-image] Aug 05 18:26:52.693 INFO O| Aug 05 18:26:52.692 INFO STEP 36 (ensure_file) COMPLETE
86202024-08-05T18:26:54.351Z[ host-image] Aug 05 18:26:52.693 INFO O| Aug 05 18:26:52.692 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86212024-08-05T18:26:54.358Z[ host-image] Aug 05 18:26:52.702 INFO O| Aug 05 18:26:52.702 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
86222024-08-05T18:26:54.358Z[ host-image] Aug 05 18:26:52.702 INFO O| Aug 05 18:26:52.702 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 ...
86232024-08-05T18:26:54.358Z[ host-image] Aug 05 18:26:52.702 INFO O| Aug 05 18:26:52.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
86242024-08-05T18:26:54.361Z[ host-image] Aug 05 18:26:52.702 INFO O| Aug 05 18:26:52.702 INFO ok!
86252024-08-05T18:26:54.361Z[ host-image] Aug 05 18:26:52.702 INFO O| Aug 05 18:26:52.702 INFO STEP 37 (ensure_symlink) COMPLETE
86262024-08-05T18:26:54.361Z[ host-image] Aug 05 18:26:52.703 INFO O| Aug 05 18:26:52.702 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86272024-08-05T18:26:54.369Z[ host-image] Aug 05 18:26:52.713 INFO O| Aug 05 18:26:52.713 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
86282024-08-05T18:26:54.369Z[ host-image] Aug 05 18:26:52.713 INFO O| Aug 05 18:26:52.713 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
86292024-08-05T18:26:54.372Z[ host-image] Aug 05 18:26:52.713 INFO O| Aug 05 18:26:52.713 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86302024-08-05T18:26:54.372Z[ host-image] Aug 05 18:26:52.713 INFO O| Aug 05 18:26:52.713 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86312024-08-05T18:26:54.372Z[ host-image] Aug 05 18:26:52.713 INFO O| Aug 05 18:26:52.713 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86322024-08-05T18:26:54.372Z[ host-image] Aug 05 18:26:52.713 INFO O| Aug 05 18:26:52.713 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86332024-08-05T18:26:54.372Z[ host-image] Aug 05 18:26:52.713 INFO O| Aug 05 18:26:52.713 INFO ok!
86342024-08-05T18:26:54.372Z[ host-image] Aug 05 18:26:52.713 INFO O| Aug 05 18:26:52.713 INFO STEP 38 (ensure_file) COMPLETE
86352024-08-05T18:26:54.372Z[ host-image] Aug 05 18:26:52.713 INFO O| Aug 05 18:26:52.713 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86362024-08-05T18:26:54.379Z[ host-image] Aug 05 18:26:52.723 INFO O| Aug 05 18:26:52.723 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
86372024-08-05T18:26:54.379Z[ host-image] Aug 05 18:26:52.723 INFO O| Aug 05 18:26:52.723 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 ...
86382024-08-05T18:26:54.382Z[ host-image] Aug 05 18:26:52.723 INFO O| Aug 05 18:26:52.723 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
86392024-08-05T18:26:54.382Z[ host-image] Aug 05 18:26:52.723 INFO O| Aug 05 18:26:52.723 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
86402024-08-05T18:26:54.382Z[ host-image] Aug 05 18:26:52.723 INFO O| Aug 05 18:26:52.723 INFO ok!
86412024-08-05T18:26:54.382Z[ host-image] Aug 05 18:26:52.723 INFO O| Aug 05 18:26:52.723 INFO STEP 39 (ensure_file) COMPLETE
86422024-08-05T18:26:54.382Z[ host-image] Aug 05 18:26:52.723 INFO O| Aug 05 18:26:52.723 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86432024-08-05T18:26:54.389Z[ host-image] Aug 05 18:26:52.733 INFO O| Aug 05 18:26:52.733 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
86442024-08-05T18:26:54.389Z[ host-image] Aug 05 18:26:52.733 INFO O| Aug 05 18:26:52.733 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
86452024-08-05T18:26:54.392Z[ host-image] Aug 05 18:26:52.733 INFO O| Aug 05 18:26:52.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
86462024-08-05T18:26:54.392Z[ host-image] Aug 05 18:26:52.733 INFO O| Aug 05 18:26:52.733 INFO ok!
86472024-08-05T18:26:54.392Z[ host-image] Aug 05 18:26:52.733 INFO O| Aug 05 18:26:52.733 INFO STEP 40 (ensure_file) COMPLETE
86482024-08-05T18:26:54.392Z[ host-image] Aug 05 18:26:52.733 INFO O| Aug 05 18:26:52.733 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86492024-08-05T18:26:54.399Z[ host-image] Aug 05 18:26:52.743 INFO O| Aug 05 18:26:52.743 INFO updating shadow file
86502024-08-05T18:26:54.402Z[ host-image] Aug 05 18:26:52.743 INFO O| Aug 05 18:26:52.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
86512024-08-05T18:26:54.402Z[ host-image] Aug 05 18:26:52.743 INFO O| Aug 05 18:26:52.743 INFO STEP 41 (shadow) COMPLETE
86522024-08-05T18:26:54.402Z[ host-image] Aug 05 18:26:52.743 INFO O| Aug 05 18:26:52.743 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86532024-08-05T18:26:54.409Z[ host-image] Aug 05 18:26:52.753 INFO O| Aug 05 18:26:52.753 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
86542024-08-05T18:26:54.409Z[ host-image] Aug 05 18:26:52.754 INFO O| Aug 05 18:26:52.753 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
86552024-08-05T18:26:54.412Z[ host-image] Aug 05 18:26:52.754 INFO O| Aug 05 18:26:52.754 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
86562024-08-05T18:26:54.412Z[ host-image] Aug 05 18:26:52.754 INFO O| Aug 05 18:26:52.754 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
86572024-08-05T18:26:54.412Z[ host-image] Aug 05 18:26:52.754 INFO O| Aug 05 18:26:52.754 INFO ok!
86582024-08-05T18:26:54.412Z[ host-image] Aug 05 18:26:52.754 INFO O| Aug 05 18:26:52.754 INFO STEP 42 (ensure_file) COMPLETE
86592024-08-05T18:26:54.412Z[ host-image] Aug 05 18:26:52.754 INFO O| Aug 05 18:26:52.754 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86602024-08-05T18:26:54.412Z[ host-image] Aug 05 18:26:52.754 INFO O| Aug 05 18:26:52.754 INFO skip step because feature "mfg" is not enabled
86612024-08-05T18:26:54.412Z[ host-image] Aug 05 18:26:52.754 INFO O| Aug 05 18:26:52.754 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86622024-08-05T18:26:54.412Z[ host-image] Aug 05 18:26:52.754 INFO O| Aug 05 18:26:52.754 INFO skip step because feature "mfg" is not enabled
86632024-08-05T18:26:54.412Z[ host-image] Aug 05 18:26:52.754 INFO O| Aug 05 18:26:52.754 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
86642024-08-05T18:26:54.420Z[ host-image] Aug 05 18:26:52.765 INFO O| Aug 05 18:26:52.765 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
86652024-08-05T18:26:54.421Z[ host-image] Aug 05 18:26:52.765 INFO O| Aug 05 18:26:52.765 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
86662024-08-05T18:26:55.087Z[ host-image] Aug 05 18:26:53.431 INFO O| Aug 05 18:26:53.431 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
86672024-08-05T18:26:55.088Z[ host-image] Aug 05 18:26:53.431 INFO O| Aug 05 18:26:53.431 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
86682024-08-05T18:26:55.088Z[ host-image] Aug 05 18:26:53.431 INFO O| Aug 05 18:26:53.431 INFO ok!
86692024-08-05T18:26:55.091Z[ host-image] Aug 05 18:26:53.431 INFO O| Aug 05 18:26:53.431 INFO STEP 45 (ensure_file) COMPLETE
86702024-08-05T18:26:55.091Z[ host-image] Aug 05 18:26:53.431 INFO O| Aug 05 18:26:53.431 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
86712024-08-05T18:26:55.100Z[ host-image] Aug 05 18:26:53.444 INFO O| Aug 05 18:26:53.444 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
86722024-08-05T18:26:55.100Z[ host-image] Aug 05 18:26:53.444 INFO O| Aug 05 18:26:53.444 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
86732024-08-05T18:26:55.103Z[ host-image] Aug 05 18:26:53.444 INFO O| Aug 05 18:26:53.444 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86742024-08-05T18:26:55.103Z[ host-image] Aug 05 18:26:53.444 INFO O| Aug 05 18:26:53.444 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86752024-08-05T18:26:55.103Z[ host-image] Aug 05 18:26:53.444 INFO O| Aug 05 18:26:53.444 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86762024-08-05T18:26:55.103Z[ host-image] Aug 05 18:26:53.444 INFO O| Aug 05 18:26:53.444 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
86772024-08-05T18:26:55.103Z[ host-image] Aug 05 18:26:53.444 INFO O| Aug 05 18:26:53.444 INFO ok!
86782024-08-05T18:26:55.103Z[ host-image] Aug 05 18:26:53.444 INFO O| Aug 05 18:26:53.444 INFO STEP 46 (ensure_file) COMPLETE
86792024-08-05T18:26:55.103Z[ host-image] Aug 05 18:26:53.444 INFO O| Aug 05 18:26:53.444 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
86802024-08-05T18:26:55.111Z[ host-image] Aug 05 18:26:53.455 INFO O| Aug 05 18:26:53.455 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
86812024-08-05T18:26:55.111Z[ host-image] Aug 05 18:26:53.455 INFO O| Aug 05 18:26:53.455 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 ...
86822024-08-05T18:26:55.118Z[ host-image] Aug 05 18:26:53.455 INFO O| Aug 05 18:26:53.455 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
86832024-08-05T18:26:55.118Z[ host-image] Aug 05 18:26:53.455 INFO O| Aug 05 18:26:53.455 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
86842024-08-05T18:26:55.118Z[ host-image] Aug 05 18:26:53.455 INFO O| Aug 05 18:26:53.455 INFO ok!
86852024-08-05T18:26:55.118Z[ host-image] Aug 05 18:26:53.455 INFO O| Aug 05 18:26:53.455 INFO STEP 47 (ensure_file) COMPLETE
86862024-08-05T18:26:55.118Z[ host-image] Aug 05 18:26:53.455 INFO O| Aug 05 18:26:53.455 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
86872024-08-05T18:26:55.126Z[ host-image] Aug 05 18:26:53.465 INFO O| Aug 05 18:26:53.465 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
86882024-08-05T18:26:55.126Z[ host-image] Aug 05 18:26:53.465 INFO O| Aug 05 18:26:53.465 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
86892024-08-05T18:26:55.126Z[ host-image] Aug 05 18:26:53.465 INFO O| Aug 05 18:26:53.465 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
86902024-08-05T18:26:55.126Z[ host-image] Aug 05 18:26:53.465 INFO O| Aug 05 18:26:53.465 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
86912024-08-05T18:26:55.126Z[ host-image] Aug 05 18:26:53.465 INFO O| Aug 05 18:26:53.465 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
86922024-08-05T18:26:55.126Z[ host-image] Aug 05 18:26:53.465 INFO O| Aug 05 18:26:53.465 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
86932024-08-05T18:26:55.126Z[ host-image] Aug 05 18:26:53.465 INFO O| Aug 05 18:26:53.465 INFO ok!
86942024-08-05T18:26:55.126Z[ host-image] Aug 05 18:26:53.465 INFO O| Aug 05 18:26:53.465 INFO STEP 48 (ensure_file) COMPLETE
86952024-08-05T18:26:55.126Z[ host-image] Aug 05 18:26:53.465 INFO O| Aug 05 18:26:53.465 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
86962024-08-05T18:26:55.131Z[ host-image] Aug 05 18:26:53.475 INFO O| Aug 05 18:26:53.475 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
86972024-08-05T18:26:55.131Z[ host-image] Aug 05 18:26:53.475 INFO O| Aug 05 18:26:53.475 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 ...
86982024-08-05T18:26:55.134Z[ host-image] Aug 05 18:26:53.475 INFO O| Aug 05 18:26:53.475 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
86992024-08-05T18:26:55.134Z[ host-image] Aug 05 18:26:53.475 INFO O| Aug 05 18:26:53.475 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
87002024-08-05T18:26:55.134Z[ host-image] Aug 05 18:26:53.475 INFO O| Aug 05 18:26:53.475 INFO ok!
87012024-08-05T18:26:55.134Z[ host-image] Aug 05 18:26:53.475 INFO O| Aug 05 18:26:53.475 INFO STEP 49 (ensure_file) COMPLETE
87022024-08-05T18:26:55.134Z[ host-image] Aug 05 18:26:53.476 INFO O| Aug 05 18:26:53.475 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
87032024-08-05T18:26:55.141Z[ host-image] Aug 05 18:26:53.485 INFO O| Aug 05 18:26:53.485 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
87042024-08-05T18:26:55.144Z[ host-image] Aug 05 18:26:53.486 INFO O| Aug 05 18:26:53.485 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
87052024-08-05T18:26:55.144Z[ host-image] Aug 05 18:26:53.486 INFO O| Aug 05 18:26:53.486 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
87062024-08-05T18:26:55.144Z[ host-image] Aug 05 18:26:53.486 INFO O| Aug 05 18:26:53.486 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
87072024-08-05T18:26:55.144Z[ host-image] Aug 05 18:26:53.486 INFO O| Aug 05 18:26:53.486 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
87082024-08-05T18:26:55.144Z[ host-image] Aug 05 18:26:53.486 INFO O| Aug 05 18:26:53.486 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
87092024-08-05T18:26:55.144Z[ host-image] Aug 05 18:26:53.486 INFO O| Aug 05 18:26:53.486 INFO ok!
87102024-08-05T18:26:55.144Z[ host-image] Aug 05 18:26:53.486 INFO O| Aug 05 18:26:53.486 INFO STEP 50 (ensure_file) COMPLETE
87112024-08-05T18:26:55.144Z[ host-image] Aug 05 18:26:53.486 INFO O| Aug 05 18:26:53.486 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
87122024-08-05T18:26:55.152Z[ host-image] Aug 05 18:26:53.496 INFO O| Aug 05 18:26:53.495 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
87132024-08-05T18:26:55.155Z[ host-image] Aug 05 18:26:53.496 INFO O| Aug 05 18:26:53.496 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 ...
87142024-08-05T18:26:55.155Z[ host-image] Aug 05 18:26:53.496 INFO O| Aug 05 18:26:53.496 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
87152024-08-05T18:26:55.155Z[ host-image] Aug 05 18:26:53.496 INFO O| Aug 05 18:26:53.496 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
87162024-08-05T18:26:55.155Z[ host-image] Aug 05 18:26:53.496 INFO O| Aug 05 18:26:53.496 INFO ok!
87172024-08-05T18:26:55.155Z[ host-image] Aug 05 18:26:53.496 INFO O| Aug 05 18:26:53.496 INFO STEP 51 (ensure_file) COMPLETE
87182024-08-05T18:26:55.155Z[ host-image] Aug 05 18:26:53.496 INFO O| Aug 05 18:26:53.496 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
87192024-08-05T18:26:55.161Z[ host-image] Aug 05 18:26:53.506 INFO O| Aug 05 18:26:53.506 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
87202024-08-05T18:26:55.162Z[ host-image] Aug 05 18:26:53.506 INFO O| Aug 05 18:26:53.506 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 ...
87212024-08-05T18:26:55.164Z[ host-image] Aug 05 18:26:53.506 INFO O| Aug 05 18:26:53.506 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
87222024-08-05T18:26:55.164Z[ host-image] Aug 05 18:26:53.506 INFO O| Aug 05 18:26:53.506 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
87232024-08-05T18:26:55.164Z[ host-image] Aug 05 18:26:53.506 INFO O| Aug 05 18:26:53.506 INFO ok!
87242024-08-05T18:26:55.164Z[ host-image] Aug 05 18:26:53.506 INFO O| Aug 05 18:26:53.506 INFO STEP 52 (ensure_file) COMPLETE
87252024-08-05T18:26:55.164Z[ host-image] Aug 05 18:26:53.506 INFO O| Aug 05 18:26:53.506 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
87262024-08-05T18:26:55.172Z[ host-image] Aug 05 18:26:53.517 INFO O| Aug 05 18:26:53.517 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
87272024-08-05T18:26:55.173Z[ host-image] Aug 05 18:26:53.517 INFO O| Aug 05 18:26:53.517 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 ...
87282024-08-05T18:26:55.175Z[ host-image] Aug 05 18:26:53.517 INFO O| Aug 05 18:26:53.517 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
87292024-08-05T18:26:55.175Z[ host-image] Aug 05 18:26:53.517 INFO O| Aug 05 18:26:53.517 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
87302024-08-05T18:26:55.175Z[ host-image] Aug 05 18:26:53.517 INFO O| Aug 05 18:26:53.517 INFO ok!
87312024-08-05T18:26:55.175Z[ host-image] Aug 05 18:26:53.517 INFO O| Aug 05 18:26:53.517 INFO STEP 53 (ensure_file) COMPLETE
87322024-08-05T18:26:55.175Z[ host-image] Aug 05 18:26:53.517 INFO O| Aug 05 18:26:53.517 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87332024-08-05T18:26:55.183Z[ host-image] Aug 05 18:26:53.527 INFO O| Aug 05 18:26:53.527 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
87342024-08-05T18:26:55.183Z[ host-image] Aug 05 18:26:53.527 INFO O| Aug 05 18:26:53.527 INFO STEP 54 (ensure_dir) COMPLETE
87352024-08-05T18:26:55.185Z[ host-image] Aug 05 18:26:53.527 INFO O| Aug 05 18:26:53.527 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87362024-08-05T18:26:55.193Z[ host-image] Aug 05 18:26:53.537 INFO O| Aug 05 18:26:53.537 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
87372024-08-05T18:26:55.193Z[ host-image] Aug 05 18:26:53.537 INFO O| Aug 05 18:26:53.537 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
87382024-08-05T18:26:55.198Z[ host-image] Aug 05 18:26:53.537 INFO O| Aug 05 18:26:53.537 INFO STEP 55 (ensure_dir) COMPLETE
87392024-08-05T18:26:55.198Z[ host-image] Aug 05 18:26:53.537 INFO O| Aug 05 18:26:53.537 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87402024-08-05T18:26:55.203Z[ host-image] Aug 05 18:26:53.547 INFO O| Aug 05 18:26:53.547 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
87412024-08-05T18:26:55.205Z[ host-image] Aug 05 18:26:53.547 INFO O| Aug 05 18:26:53.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
87422024-08-05T18:26:55.206Z[ host-image] Aug 05 18:26:53.547 INFO O| Aug 05 18:26:53.547 INFO STEP 56 (ensure_dir) COMPLETE
87432024-08-05T18:26:55.206Z[ host-image] Aug 05 18:26:53.547 INFO O| Aug 05 18:26:53.547 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87442024-08-05T18:26:55.214Z[ host-image] Aug 05 18:26:53.558 INFO O| Aug 05 18:26:53.558 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
87452024-08-05T18:26:55.214Z[ host-image] Aug 05 18:26:53.558 INFO O| Aug 05 18:26:53.558 INFO copying /tmp/.tmpNjVOGb/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
87462024-08-05T18:26:55.228Z[ host-image] Aug 05 18:26:53.572 INFO O| Aug 05 18:26:53.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
87472024-08-05T18:26:55.228Z[ host-image] Aug 05 18:26:53.572 INFO O| Aug 05 18:26:53.572 INFO ok!
87482024-08-05T18:26:55.231Z[ host-image] Aug 05 18:26:53.572 INFO O| Aug 05 18:26:53.572 INFO STEP 57 (ensure_file) COMPLETE
87492024-08-05T18:26:55.231Z[ host-image] Aug 05 18:26:53.572 INFO O| Aug 05 18:26:53.572 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87502024-08-05T18:26:55.239Z[ host-image] Aug 05 18:26:53.583 INFO O| Aug 05 18:26:53.583 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
87512024-08-05T18:26:55.239Z[ host-image] Aug 05 18:26:53.583 INFO O| Aug 05 18:26:53.583 INFO copying /tmp/.tmpNjVOGb/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
87522024-08-05T18:26:56.334Z[ host-image] Aug 05 18:26:54.678 INFO O| Aug 05 18:26:54.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
87532024-08-05T18:26:56.334Z[ host-image] Aug 05 18:26:54.678 INFO O| Aug 05 18:26:54.678 INFO ok!
87542024-08-05T18:26:56.337Z[ host-image] Aug 05 18:26:54.678 INFO O| Aug 05 18:26:54.678 INFO STEP 58 (ensure_file) COMPLETE
87552024-08-05T18:26:56.337Z[ host-image] Aug 05 18:26:54.678 INFO O| Aug 05 18:26:54.678 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87562024-08-05T18:26:56.347Z[ host-image] Aug 05 18:26:54.691 INFO O| Aug 05 18:26:54.691 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
87572024-08-05T18:26:56.350Z[ host-image] Aug 05 18:26:54.691 INFO O| Aug 05 18:26:54.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
87582024-08-05T18:26:56.350Z[ host-image] Aug 05 18:26:54.691 INFO O| Aug 05 18:26:54.691 INFO STEP 59 (ensure_dir) COMPLETE
87592024-08-05T18:26:56.350Z[ host-image] Aug 05 18:26:54.691 INFO O| Aug 05 18:26:54.691 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87602024-08-05T18:26:56.358Z[ host-image] Aug 05 18:26:54.702 INFO O| Aug 05 18:26:54.702 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
87612024-08-05T18:26:56.358Z[ host-image] Aug 05 18:26:54.702 INFO O| Aug 05 18:26:54.702 INFO copying /tmp/.tmpNjVOGb/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 ...
87622024-08-05T18:26:56.361Z[ host-image] Aug 05 18:26:54.702 INFO O| Aug 05 18:26:54.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
87632024-08-05T18:26:56.361Z[ host-image] Aug 05 18:26:54.702 INFO O| Aug 05 18:26:54.702 INFO ok!
87642024-08-05T18:26:56.361Z[ host-image] Aug 05 18:26:54.702 INFO O| Aug 05 18:26:54.702 INFO STEP 60 (ensure_file) COMPLETE
87652024-08-05T18:26:56.361Z[ host-image] Aug 05 18:26:54.702 INFO O| Aug 05 18:26:54.702 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87662024-08-05T18:26:56.369Z[ host-image] Aug 05 18:26:54.713 INFO O| Aug 05 18:26:54.713 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
87672024-08-05T18:26:56.369Z[ host-image] Aug 05 18:26:54.713 INFO O| Aug 05 18:26:54.713 INFO copying /tmp/.tmpNjVOGb/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 ...
87682024-08-05T18:26:56.372Z[ host-image] Aug 05 18:26:54.713 INFO O| Aug 05 18:26:54.713 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
87692024-08-05T18:26:56.372Z[ host-image] Aug 05 18:26:54.713 INFO O| Aug 05 18:26:54.713 INFO ok!
87702024-08-05T18:26:56.372Z[ host-image] Aug 05 18:26:54.713 INFO O| Aug 05 18:26:54.713 INFO STEP 61 (ensure_file) COMPLETE
87712024-08-05T18:26:56.372Z[ host-image] Aug 05 18:26:54.713 INFO O| Aug 05 18:26:54.713 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87722024-08-05T18:26:56.379Z[ host-image] Aug 05 18:26:54.723 INFO O| Aug 05 18:26:54.723 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
87732024-08-05T18:26:56.382Z[ host-image] Aug 05 18:26:54.723 INFO O| Aug 05 18:26:54.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
87742024-08-05T18:26:56.382Z[ host-image] Aug 05 18:26:54.723 INFO O| Aug 05 18:26:54.723 INFO STEP 62 (ensure_dir) COMPLETE
87752024-08-05T18:26:56.382Z[ host-image] Aug 05 18:26:54.723 INFO O| Aug 05 18:26:54.723 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87762024-08-05T18:26:56.390Z[ host-image] Aug 05 18:26:54.733 INFO O| Aug 05 18:26:54.733 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
87772024-08-05T18:26:56.390Z[ host-image] Aug 05 18:26:54.733 INFO O| Aug 05 18:26:54.733 INFO copying /tmp/.tmpNjVOGb/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 ...
87782024-08-05T18:26:56.392Z[ host-image] Aug 05 18:26:54.734 INFO O| Aug 05 18:26:54.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
87792024-08-05T18:26:56.392Z[ host-image] Aug 05 18:26:54.734 INFO O| Aug 05 18:26:54.734 INFO ok!
87802024-08-05T18:26:56.392Z[ host-image] Aug 05 18:26:54.734 INFO O| Aug 05 18:26:54.734 INFO STEP 63 (ensure_file) COMPLETE
87812024-08-05T18:26:56.392Z[ host-image] Aug 05 18:26:54.734 INFO O| Aug 05 18:26:54.734 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87822024-08-05T18:26:56.400Z[ host-image] Aug 05 18:26:54.744 INFO O| Aug 05 18:26:54.743 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
87832024-08-05T18:26:56.400Z[ host-image] Aug 05 18:26:54.744 INFO O| Aug 05 18:26:54.744 INFO copying /tmp/.tmpNjVOGb/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 ...
87842024-08-05T18:26:56.402Z[ host-image] Aug 05 18:26:54.744 INFO O| Aug 05 18:26:54.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
87852024-08-05T18:26:56.402Z[ host-image] Aug 05 18:26:54.744 INFO O| Aug 05 18:26:54.744 INFO ok!
87862024-08-05T18:26:56.403Z[ host-image] Aug 05 18:26:54.744 INFO O| Aug 05 18:26:54.744 INFO STEP 64 (ensure_file) COMPLETE
87872024-08-05T18:26:56.403Z[ host-image] Aug 05 18:26:54.744 INFO O| Aug 05 18:26:54.744 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87882024-08-05T18:26:56.410Z[ host-image] Aug 05 18:26:54.754 INFO O| Aug 05 18:26:54.754 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
87892024-08-05T18:26:56.413Z[ host-image] Aug 05 18:26:54.754 INFO O| Aug 05 18:26:54.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
87902024-08-05T18:26:56.413Z[ host-image] Aug 05 18:26:54.754 INFO O| Aug 05 18:26:54.754 INFO STEP 65 (ensure_dir) COMPLETE
87912024-08-05T18:26:56.413Z[ host-image] Aug 05 18:26:54.754 INFO O| Aug 05 18:26:54.754 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87922024-08-05T18:26:56.421Z[ host-image] Aug 05 18:26:54.765 INFO O| Aug 05 18:26:54.765 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
87932024-08-05T18:26:56.421Z[ host-image] Aug 05 18:26:54.765 INFO O| Aug 05 18:26:54.765 INFO copying /tmp/.tmpNjVOGb/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 ...
87942024-08-05T18:26:56.423Z[ host-image] Aug 05 18:26:54.765 INFO O| Aug 05 18:26:54.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
87952024-08-05T18:26:56.423Z[ host-image] Aug 05 18:26:54.765 INFO O| Aug 05 18:26:54.765 INFO ok!
87962024-08-05T18:26:56.423Z[ host-image] Aug 05 18:26:54.765 INFO O| Aug 05 18:26:54.765 INFO STEP 66 (ensure_file) COMPLETE
87972024-08-05T18:26:56.423Z[ host-image] Aug 05 18:26:54.765 INFO O| Aug 05 18:26:54.765 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
87982024-08-05T18:26:56.431Z[ host-image] Aug 05 18:26:54.775 INFO O| Aug 05 18:26:54.775 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
87992024-08-05T18:26:56.431Z[ host-image] Aug 05 18:26:54.775 INFO O| Aug 05 18:26:54.775 INFO copying /tmp/.tmpNjVOGb/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
88002024-08-05T18:26:56.433Z[ host-image] Aug 05 18:26:54.775 INFO O| Aug 05 18:26:54.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
88012024-08-05T18:26:56.433Z[ host-image] Aug 05 18:26:54.775 INFO O| Aug 05 18:26:54.775 INFO ok!
88022024-08-05T18:26:56.433Z[ host-image] Aug 05 18:26:54.775 INFO O| Aug 05 18:26:54.775 INFO STEP 67 (ensure_file) COMPLETE
88032024-08-05T18:26:56.433Z[ host-image] Aug 05 18:26:54.775 INFO O| Aug 05 18:26:54.775 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88042024-08-05T18:26:56.441Z[ host-image] Aug 05 18:26:54.785 INFO O| Aug 05 18:26:54.785 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
88052024-08-05T18:26:56.441Z[ host-image] Aug 05 18:26:54.785 INFO O| Aug 05 18:26:54.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
88062024-08-05T18:26:56.441Z[ host-image] Aug 05 18:26:54.785 INFO O| Aug 05 18:26:54.785 INFO STEP 68 (ensure_dir) COMPLETE
88072024-08-05T18:26:56.443Z[ host-image] Aug 05 18:26:54.785 INFO O| Aug 05 18:26:54.785 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88082024-08-05T18:26:56.451Z[ host-image] Aug 05 18:26:54.795 INFO O| Aug 05 18:26:54.795 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
88092024-08-05T18:26:56.451Z[ host-image] Aug 05 18:26:54.795 INFO O| Aug 05 18:26:54.795 INFO copying /tmp/.tmpNjVOGb/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
88102024-08-05T18:26:57.014Z[ host-image] Aug 05 18:26:55.357 INFO O| Aug 05 18:26:55.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
88112024-08-05T18:26:57.014Z[ host-image] Aug 05 18:26:55.357 INFO O| Aug 05 18:26:55.357 INFO ok!
88122024-08-05T18:26:57.017Z[ host-image] Aug 05 18:26:55.357 INFO O| Aug 05 18:26:55.357 INFO STEP 69 (ensure_file) COMPLETE
88132024-08-05T18:26:57.017Z[ host-image] Aug 05 18:26:55.357 INFO O| Aug 05 18:26:55.357 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88142024-08-05T18:26:57.026Z[ host-image] Aug 05 18:26:55.370 INFO O| Aug 05 18:26:55.370 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
88152024-08-05T18:26:57.026Z[ host-image] Aug 05 18:26:55.370 INFO O| Aug 05 18:26:55.370 INFO copying /tmp/.tmpNjVOGb/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
88162024-08-05T18:26:58.473Z[ host-image] Aug 05 18:26:56.816 INFO O| Aug 05 18:26:56.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
88172024-08-05T18:26:58.473Z[ host-image] Aug 05 18:26:56.816 INFO O| Aug 05 18:26:56.816 INFO ok!
88182024-08-05T18:26:58.473Z[ host-image] Aug 05 18:26:56.816 INFO O| Aug 05 18:26:56.816 INFO STEP 70 (ensure_file) COMPLETE
88192024-08-05T18:26:58.476Z[ host-image] Aug 05 18:26:56.816 INFO O| Aug 05 18:26:56.816 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88202024-08-05T18:26:58.488Z[ host-image] Aug 05 18:26:56.831 INFO O| Aug 05 18:26:56.831 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
88212024-08-05T18:26:58.488Z[ host-image] Aug 05 18:26:56.831 INFO O| Aug 05 18:26:56.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
88222024-08-05T18:26:58.490Z[ host-image] Aug 05 18:26:56.831 INFO O| Aug 05 18:26:56.831 INFO STEP 71 (ensure_dir) COMPLETE
88232024-08-05T18:26:58.491Z[ host-image] Aug 05 18:26:56.831 INFO O| Aug 05 18:26:56.831 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88242024-08-05T18:26:58.498Z[ host-image] Aug 05 18:26:56.842 INFO O| Aug 05 18:26:56.842 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
88252024-08-05T18:26:58.498Z[ host-image] Aug 05 18:26:56.842 INFO O| Aug 05 18:26:56.842 INFO copying /tmp/.tmpNjVOGb/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 ...
88262024-08-05T18:26:58.501Z[ host-image] Aug 05 18:26:56.842 INFO O| Aug 05 18:26:56.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
88272024-08-05T18:26:58.501Z[ host-image] Aug 05 18:26:56.842 INFO O| Aug 05 18:26:56.842 INFO ok!
88282024-08-05T18:26:58.501Z[ host-image] Aug 05 18:26:56.842 INFO O| Aug 05 18:26:56.842 INFO STEP 72 (ensure_file) COMPLETE
88292024-08-05T18:26:58.501Z[ host-image] Aug 05 18:26:56.842 INFO O| Aug 05 18:26:56.842 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88302024-08-05T18:26:58.509Z[ host-image] Aug 05 18:26:56.853 INFO O| Aug 05 18:26:56.852 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
88312024-08-05T18:26:58.509Z[ host-image] Aug 05 18:26:56.853 INFO O| Aug 05 18:26:56.852 INFO copying /tmp/.tmpNjVOGb/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 ...
88322024-08-05T18:26:58.512Z[ host-image] Aug 05 18:26:56.853 INFO O| Aug 05 18:26:56.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
88332024-08-05T18:26:58.512Z[ host-image] Aug 05 18:26:56.853 INFO O| Aug 05 18:26:56.853 INFO ok!
88342024-08-05T18:26:58.512Z[ host-image] Aug 05 18:26:56.853 INFO O| Aug 05 18:26:56.853 INFO STEP 73 (ensure_file) COMPLETE
88352024-08-05T18:26:58.512Z[ host-image] Aug 05 18:26:56.853 INFO O| Aug 05 18:26:56.853 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88362024-08-05T18:26:58.519Z[ host-image] Aug 05 18:26:56.863 INFO O| Aug 05 18:26:56.863 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
88372024-08-05T18:26:58.522Z[ host-image] Aug 05 18:26:56.863 INFO O| Aug 05 18:26:56.863 INFO copying /tmp/.tmpNjVOGb/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
88382024-08-05T18:26:58.522Z[ host-image] Aug 05 18:26:56.863 INFO O| Aug 05 18:26:56.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
88392024-08-05T18:26:58.522Z[ host-image] Aug 05 18:26:56.863 INFO O| Aug 05 18:26:56.863 INFO ok!
88402024-08-05T18:26:58.522Z[ host-image] Aug 05 18:26:56.863 INFO O| Aug 05 18:26:56.863 INFO STEP 74 (ensure_file) COMPLETE
88412024-08-05T18:26:58.522Z[ host-image] Aug 05 18:26:56.863 INFO O| Aug 05 18:26:56.863 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88422024-08-05T18:26:58.529Z[ host-image] Aug 05 18:26:56.873 INFO O| Aug 05 18:26:56.873 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
88432024-08-05T18:26:58.529Z[ host-image] Aug 05 18:26:56.873 INFO O| Aug 05 18:26:56.873 INFO copying /tmp/.tmpNjVOGb/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
88442024-08-05T18:26:58.532Z[ host-image] Aug 05 18:26:56.873 INFO O| Aug 05 18:26:56.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
88452024-08-05T18:26:58.532Z[ host-image] Aug 05 18:26:56.873 INFO O| Aug 05 18:26:56.873 INFO ok!
88462024-08-05T18:26:58.532Z[ host-image] Aug 05 18:26:56.873 INFO O| Aug 05 18:26:56.873 INFO STEP 75 (ensure_file) COMPLETE
88472024-08-05T18:26:58.532Z[ host-image] Aug 05 18:26:56.873 INFO O| Aug 05 18:26:56.873 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88482024-08-05T18:26:58.539Z[ host-image] Aug 05 18:26:56.883 INFO O| Aug 05 18:26:56.883 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
88492024-08-05T18:26:58.539Z[ host-image] Aug 05 18:26:56.883 INFO O| Aug 05 18:26:56.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
88502024-08-05T18:26:58.539Z[ host-image] Aug 05 18:26:56.883 INFO O| Aug 05 18:26:56.883 INFO STEP 76 (ensure_dir) COMPLETE
88512024-08-05T18:26:58.542Z[ host-image] Aug 05 18:26:56.883 INFO O| Aug 05 18:26:56.883 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88522024-08-05T18:26:58.549Z[ host-image] Aug 05 18:26:56.893 INFO O| Aug 05 18:26:56.893 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
88532024-08-05T18:26:58.549Z[ host-image] Aug 05 18:26:56.893 INFO O| Aug 05 18:26:56.893 INFO copying /tmp/.tmpNjVOGb/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
88542024-08-05T18:26:58.553Z[ host-image] Aug 05 18:26:56.896 INFO O| Aug 05 18:26:56.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
88552024-08-05T18:26:58.553Z[ host-image] Aug 05 18:26:56.896 INFO O| Aug 05 18:26:56.896 INFO ok!
88562024-08-05T18:26:58.555Z[ host-image] Aug 05 18:26:56.896 INFO O| Aug 05 18:26:56.896 INFO STEP 77 (ensure_file) COMPLETE
88572024-08-05T18:26:58.556Z[ host-image] Aug 05 18:26:56.896 INFO O| Aug 05 18:26:56.896 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88582024-08-05T18:26:58.562Z[ host-image] Aug 05 18:26:56.906 INFO O| Aug 05 18:26:56.906 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
88592024-08-05T18:26:58.562Z[ host-image] Aug 05 18:26:56.906 INFO O| Aug 05 18:26:56.906 INFO copying /tmp/.tmpNjVOGb/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
88602024-08-05T18:26:59.036Z[ host-image] Aug 05 18:26:57.379 INFO O| Aug 05 18:26:57.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
88612024-08-05T18:26:59.036Z[ host-image] Aug 05 18:26:57.379 INFO O| Aug 05 18:26:57.379 INFO ok!
88622024-08-05T18:26:59.036Z[ host-image] Aug 05 18:26:57.379 INFO O| Aug 05 18:26:57.379 INFO STEP 78 (ensure_file) COMPLETE
88632024-08-05T18:26:59.036Z[ host-image] Aug 05 18:26:57.379 INFO O| Aug 05 18:26:57.379 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88642024-08-05T18:26:59.047Z[ host-image] Aug 05 18:26:57.390 INFO O| Aug 05 18:26:57.390 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
88652024-08-05T18:26:59.047Z[ host-image] Aug 05 18:26:57.390 INFO O| Aug 05 18:26:57.390 INFO copying /tmp/.tmpNjVOGb/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
88662024-08-05T18:26:59.631Z[ host-image] Aug 05 18:26:57.974 INFO O| Aug 05 18:26:57.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
88672024-08-05T18:26:59.631Z[ host-image] Aug 05 18:26:57.974 INFO O| Aug 05 18:26:57.974 INFO ok!
88682024-08-05T18:26:59.634Z[ host-image] Aug 05 18:26:57.974 INFO O| Aug 05 18:26:57.974 INFO STEP 79 (ensure_file) COMPLETE
88692024-08-05T18:26:59.634Z[ host-image] Aug 05 18:26:57.974 INFO O| Aug 05 18:26:57.974 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88702024-08-05T18:26:59.643Z[ host-image] Aug 05 18:26:57.987 INFO O| Aug 05 18:26:57.986 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
88712024-08-05T18:26:59.643Z[ host-image] Aug 05 18:26:57.987 INFO O| Aug 05 18:26:57.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
88722024-08-05T18:26:59.646Z[ host-image] Aug 05 18:26:57.987 INFO O| Aug 05 18:26:57.987 INFO STEP 80 (ensure_dir) COMPLETE
88732024-08-05T18:26:59.646Z[ host-image] Aug 05 18:26:57.987 INFO O| Aug 05 18:26:57.987 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88742024-08-05T18:26:59.653Z[ host-image] Aug 05 18:26:57.997 INFO O| Aug 05 18:26:57.997 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
88752024-08-05T18:26:59.653Z[ host-image] Aug 05 18:26:57.997 INFO O| Aug 05 18:26:57.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
88762024-08-05T18:26:59.656Z[ host-image] Aug 05 18:26:57.997 INFO O| Aug 05 18:26:57.997 INFO STEP 81 (ensure_dir) COMPLETE
88772024-08-05T18:26:59.656Z[ host-image] Aug 05 18:26:57.997 INFO O| Aug 05 18:26:57.997 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88782024-08-05T18:26:59.664Z[ host-image] Aug 05 18:26:58.008 INFO O| Aug 05 18:26:58.008 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
88792024-08-05T18:26:59.664Z[ host-image] Aug 05 18:26:58.008 INFO O| Aug 05 18:26:58.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
88802024-08-05T18:26:59.667Z[ host-image] Aug 05 18:26:58.008 INFO O| Aug 05 18:26:58.008 INFO STEP 82 (ensure_dir) COMPLETE
88812024-08-05T18:26:59.667Z[ host-image] Aug 05 18:26:58.008 INFO O| Aug 05 18:26:58.008 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88822024-08-05T18:26:59.675Z[ host-image] Aug 05 18:26:58.018 INFO O| Aug 05 18:26:58.018 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
88832024-08-05T18:26:59.677Z[ host-image] Aug 05 18:26:58.018 INFO O| Aug 05 18:26:58.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
88842024-08-05T18:26:59.677Z[ host-image] Aug 05 18:26:58.018 INFO O| Aug 05 18:26:58.018 INFO STEP 83 (ensure_dir) COMPLETE
88852024-08-05T18:26:59.677Z[ host-image] Aug 05 18:26:58.018 INFO O| Aug 05 18:26:58.018 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88862024-08-05T18:26:59.685Z[ host-image] Aug 05 18:26:58.028 INFO O| Aug 05 18:26:58.028 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
88872024-08-05T18:26:59.688Z[ host-image] Aug 05 18:26:58.028 INFO O| Aug 05 18:26:58.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
88882024-08-05T18:26:59.688Z[ host-image] Aug 05 18:26:58.028 INFO O| Aug 05 18:26:58.028 INFO STEP 84 (ensure_dir) COMPLETE
88892024-08-05T18:26:59.688Z[ host-image] Aug 05 18:26:58.028 INFO O| Aug 05 18:26:58.028 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88902024-08-05T18:26:59.695Z[ host-image] Aug 05 18:26:58.038 INFO O| Aug 05 18:26:58.038 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
88912024-08-05T18:26:59.695Z[ host-image] Aug 05 18:26:58.038 INFO O| Aug 05 18:26:58.038 INFO copying /tmp/.tmpNjVOGb/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 ...
88922024-08-05T18:26:59.698Z[ host-image] Aug 05 18:26:58.038 INFO O| Aug 05 18:26:58.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
88932024-08-05T18:26:59.698Z[ host-image] Aug 05 18:26:58.038 INFO O| Aug 05 18:26:58.038 INFO ok!
88942024-08-05T18:26:59.698Z[ host-image] Aug 05 18:26:58.038 INFO O| Aug 05 18:26:58.038 INFO STEP 85 (ensure_file) COMPLETE
88952024-08-05T18:26:59.698Z[ host-image] Aug 05 18:26:58.038 INFO O| Aug 05 18:26:58.038 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
88962024-08-05T18:26:59.705Z[ host-image] Aug 05 18:26:58.048 INFO O| Aug 05 18:26:58.048 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
88972024-08-05T18:26:59.705Z[ host-image] Aug 05 18:26:58.048 INFO O| Aug 05 18:26:58.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
88982024-08-05T18:26:59.708Z[ host-image] Aug 05 18:26:58.048 INFO O| Aug 05 18:26:58.048 INFO STEP 86 (ensure_dir) COMPLETE
88992024-08-05T18:26:59.708Z[ host-image] Aug 05 18:26:58.048 INFO O| Aug 05 18:26:58.048 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89002024-08-05T18:26:59.715Z[ host-image] Aug 05 18:26:58.058 INFO O| Aug 05 18:26:58.058 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
89012024-08-05T18:26:59.715Z[ host-image] Aug 05 18:26:58.058 INFO O| Aug 05 18:26:58.058 INFO copying /tmp/.tmpNjVOGb/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
89022024-08-05T18:26:59.718Z[ host-image] Aug 05 18:26:58.059 INFO O| Aug 05 18:26:58.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
89032024-08-05T18:26:59.718Z[ host-image] Aug 05 18:26:58.059 INFO O| Aug 05 18:26:58.058 INFO ok!
89042024-08-05T18:26:59.718Z[ host-image] Aug 05 18:26:58.059 INFO O| Aug 05 18:26:58.059 INFO STEP 87 (ensure_file) COMPLETE
89052024-08-05T18:26:59.718Z[ host-image] Aug 05 18:26:58.059 INFO O| Aug 05 18:26:58.059 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89062024-08-05T18:26:59.725Z[ host-image] Aug 05 18:26:58.069 INFO O| Aug 05 18:26:58.069 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
89072024-08-05T18:26:59.725Z[ host-image] Aug 05 18:26:58.069 INFO O| Aug 05 18:26:58.069 INFO copying /tmp/.tmpNjVOGb/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
89082024-08-05T18:26:59.980Z[ host-image] Aug 05 18:26:58.323 INFO O| Aug 05 18:26:58.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
89092024-08-05T18:26:59.980Z[ host-image] Aug 05 18:26:58.323 INFO O| Aug 05 18:26:58.323 INFO ok!
89102024-08-05T18:26:59.980Z[ host-image] Aug 05 18:26:58.323 INFO O| Aug 05 18:26:58.323 INFO STEP 88 (ensure_file) COMPLETE
89112024-08-05T18:26:59.983Z[ host-image] Aug 05 18:26:58.323 INFO O| Aug 05 18:26:58.323 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89122024-08-05T18:26:59.992Z[ host-image] Aug 05 18:26:58.336 INFO O| Aug 05 18:26:58.336 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
89132024-08-05T18:26:59.992Z[ host-image] Aug 05 18:26:58.336 INFO O| Aug 05 18:26:58.336 INFO copying /tmp/.tmpNjVOGb/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
89142024-08-05T18:27:00.501Z[ host-image] Aug 05 18:26:58.844 INFO O| Aug 05 18:26:58.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
89152024-08-05T18:27:00.501Z[ host-image] Aug 05 18:26:58.844 INFO O| Aug 05 18:26:58.844 INFO ok!
89162024-08-05T18:27:00.501Z[ host-image] Aug 05 18:26:58.844 INFO O| Aug 05 18:26:58.844 INFO STEP 89 (ensure_file) COMPLETE
89172024-08-05T18:27:00.505Z[ host-image] Aug 05 18:26:58.844 INFO O| Aug 05 18:26:58.844 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89182024-08-05T18:27:00.514Z[ host-image] Aug 05 18:26:58.858 INFO O| Aug 05 18:26:58.858 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
89192024-08-05T18:27:00.514Z[ host-image] Aug 05 18:26:58.858 INFO O| Aug 05 18:26:58.858 INFO copying /tmp/.tmpNjVOGb/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
89202024-08-05T18:27:00.517Z[ host-image] Aug 05 18:26:58.858 INFO O| Aug 05 18:26:58.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
89212024-08-05T18:27:00.517Z[ host-image] Aug 05 18:26:58.858 INFO O| Aug 05 18:26:58.858 INFO ok!
89222024-08-05T18:27:00.517Z[ host-image] Aug 05 18:26:58.858 INFO O| Aug 05 18:26:58.858 INFO STEP 90 (ensure_file) COMPLETE
89232024-08-05T18:27:00.517Z[ host-image] Aug 05 18:26:58.858 INFO O| Aug 05 18:26:58.858 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89242024-08-05T18:27:00.525Z[ host-image] Aug 05 18:26:58.868 INFO O| Aug 05 18:26:58.868 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
89252024-08-05T18:27:00.525Z[ host-image] Aug 05 18:26:58.868 INFO O| Aug 05 18:26:58.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
89262024-08-05T18:27:00.527Z[ host-image] Aug 05 18:26:58.868 INFO O| Aug 05 18:26:58.868 INFO STEP 91 (ensure_dir) COMPLETE
89272024-08-05T18:27:00.527Z[ host-image] Aug 05 18:26:58.868 INFO O| Aug 05 18:26:58.868 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89282024-08-05T18:27:00.537Z[ host-image] Aug 05 18:26:58.880 INFO O| Aug 05 18:26:58.880 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
89292024-08-05T18:27:00.537Z[ host-image] Aug 05 18:26:58.880 INFO O| Aug 05 18:26:58.880 INFO copying /tmp/.tmpNjVOGb/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 ...
89302024-08-05T18:27:00.544Z[ host-image] Aug 05 18:26:58.880 INFO O| Aug 05 18:26:58.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
89312024-08-05T18:27:00.544Z[ host-image] Aug 05 18:26:58.880 INFO O| Aug 05 18:26:58.880 INFO ok!
89322024-08-05T18:27:00.544Z[ host-image] Aug 05 18:26:58.880 INFO O| Aug 05 18:26:58.880 INFO STEP 92 (ensure_file) COMPLETE
89332024-08-05T18:27:00.544Z[ host-image] Aug 05 18:26:58.880 INFO O| Aug 05 18:26:58.880 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89342024-08-05T18:27:00.554Z[ host-image] Aug 05 18:26:58.897 INFO O| Aug 05 18:26:58.897 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
89352024-08-05T18:27:00.554Z[ host-image] Aug 05 18:26:58.897 INFO O| Aug 05 18:26:58.897 INFO copying /tmp/.tmpNjVOGb/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 ...
89362024-08-05T18:27:00.557Z[ host-image] Aug 05 18:26:58.898 INFO O| Aug 05 18:26:58.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
89372024-08-05T18:27:00.557Z[ host-image] Aug 05 18:26:58.898 INFO O| Aug 05 18:26:58.898 INFO ok!
89382024-08-05T18:27:00.557Z[ host-image] Aug 05 18:26:58.898 INFO O| Aug 05 18:26:58.898 INFO STEP 93 (ensure_file) COMPLETE
89392024-08-05T18:27:00.557Z[ host-image] Aug 05 18:26:58.898 INFO O| Aug 05 18:26:58.898 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89402024-08-05T18:27:00.725Z[ host-image] Aug 05 18:26:58.909 INFO O| Aug 05 18:26:58.909 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
89412024-08-05T18:27:00.725Z[ host-image] Aug 05 18:26:58.909 INFO O| Aug 05 18:26:58.909 INFO copying /tmp/.tmpNjVOGb/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 ...
89422024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.909 INFO O| Aug 05 18:26:58.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
89432024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.909 INFO O| Aug 05 18:26:58.909 INFO ok!
89442024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.909 INFO O| Aug 05 18:26:58.909 INFO STEP 94 (ensure_file) COMPLETE
89452024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.909 INFO O| Aug 05 18:26:58.909 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89462024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.920 INFO O| Aug 05 18:26:58.919 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
89472024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.920 INFO O| Aug 05 18:26:58.920 INFO copying /tmp/.tmpNjVOGb/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 ...
89482024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.920 INFO O| Aug 05 18:26:58.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
89492024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.920 INFO O| Aug 05 18:26:58.920 INFO ok!
89502024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.920 INFO O| Aug 05 18:26:58.920 INFO STEP 95 (ensure_file) COMPLETE
89512024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.920 INFO O| Aug 05 18:26:58.920 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89522024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.930 INFO O| Aug 05 18:26:58.930 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
89532024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.930 INFO O| Aug 05 18:26:58.930 INFO copying /tmp/.tmpNjVOGb/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 ...
89542024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.930 INFO O| Aug 05 18:26:58.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
89552024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.930 INFO O| Aug 05 18:26:58.930 INFO ok!
89562024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.930 INFO O| Aug 05 18:26:58.930 INFO STEP 96 (ensure_file) COMPLETE
89572024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.930 INFO O| Aug 05 18:26:58.930 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89582024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.941 INFO O| Aug 05 18:26:58.941 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
89592024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.941 INFO O| Aug 05 18:26:58.941 INFO copying /tmp/.tmpNjVOGb/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
89602024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.941 INFO O| Aug 05 18:26:58.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
89612024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.941 INFO O| Aug 05 18:26:58.941 INFO ok!
89622024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.941 INFO O| Aug 05 18:26:58.941 INFO STEP 97 (ensure_file) COMPLETE
89632024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.941 INFO O| Aug 05 18:26:58.941 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89642024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.950 INFO O| Aug 05 18:26:58.950 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
89652024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.951 INFO O| Aug 05 18:26:58.950 INFO copying /tmp/.tmpNjVOGb/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 ...
89662024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.951 INFO O| Aug 05 18:26:58.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
89672024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.951 INFO O| Aug 05 18:26:58.951 INFO ok!
89682024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.951 INFO O| Aug 05 18:26:58.951 INFO STEP 98 (ensure_file) COMPLETE
89692024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.951 INFO O| Aug 05 18:26:58.951 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89702024-08-05T18:27:00.730Z[ host-image] Aug 05 18:26:58.962 INFO O| Aug 05 18:26:58.962 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
89712024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.962 INFO O| Aug 05 18:26:58.962 INFO copying /tmp/.tmpNjVOGb/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 ...
89722024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.962 INFO O| Aug 05 18:26:58.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
89732024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.962 INFO O| Aug 05 18:26:58.962 INFO ok!
89742024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.962 INFO O| Aug 05 18:26:58.962 INFO STEP 99 (ensure_file) COMPLETE
89752024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.962 INFO O| Aug 05 18:26:58.962 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89762024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.972 INFO O| Aug 05 18:26:58.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
89772024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.972 INFO O| Aug 05 18:26:58.972 INFO copying /tmp/.tmpNjVOGb/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 ...
89782024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.972 INFO O| Aug 05 18:26:58.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
89792024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.972 INFO O| Aug 05 18:26:58.972 INFO ok!
89802024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.972 INFO O| Aug 05 18:26:58.972 INFO STEP 100 (ensure_file) COMPLETE
89812024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.972 INFO O| Aug 05 18:26:58.972 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89822024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.982 INFO O| Aug 05 18:26:58.982 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
89832024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.982 INFO O| Aug 05 18:26:58.982 INFO copying /tmp/.tmpNjVOGb/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
89842024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.983 INFO O| Aug 05 18:26:58.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
89852024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.983 INFO O| Aug 05 18:26:58.983 INFO ok!
89862024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.983 INFO O| Aug 05 18:26:58.983 INFO STEP 101 (ensure_file) COMPLETE
89872024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.983 INFO O| Aug 05 18:26:58.983 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89882024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.993 INFO O| Aug 05 18:26:58.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
89892024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.993 INFO O| Aug 05 18:26:58.993 INFO copying /tmp/.tmpNjVOGb/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 ...
89902024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.993 INFO O| Aug 05 18:26:58.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
89912024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.993 INFO O| Aug 05 18:26:58.993 INFO ok!
89922024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.993 INFO O| Aug 05 18:26:58.993 INFO STEP 102 (ensure_file) COMPLETE
89932024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:58.993 INFO O| Aug 05 18:26:58.993 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
89942024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:59.003 INFO O| Aug 05 18:26:59.003 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
89952024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:59.003 INFO O| Aug 05 18:26:59.003 INFO copying /tmp/.tmpNjVOGb/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 ...
89962024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:59.003 INFO O| Aug 05 18:26:59.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
89972024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:59.003 INFO O| Aug 05 18:26:59.003 INFO ok!
89982024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:59.003 INFO O| Aug 05 18:26:59.003 INFO STEP 103 (ensure_file) COMPLETE
89992024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:59.003 INFO O| Aug 05 18:26:59.003 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90002024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:59.015 INFO O| Aug 05 18:26:59.015 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
90012024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:59.015 INFO O| Aug 05 18:26:59.015 INFO copying /tmp/.tmpNjVOGb/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 ...
90022024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:59.015 INFO O| Aug 05 18:26:59.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
90032024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:59.015 INFO O| Aug 05 18:26:59.015 INFO ok!
90042024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:59.015 INFO O| Aug 05 18:26:59.015 INFO STEP 104 (ensure_file) COMPLETE
90052024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:59.015 INFO O| Aug 05 18:26:59.015 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90062024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:59.026 INFO O| Aug 05 18:26:59.026 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
90072024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:59.026 INFO O| Aug 05 18:26:59.026 INFO copying /tmp/.tmpNjVOGb/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 ...
90082024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:59.026 INFO O| Aug 05 18:26:59.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
90092024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:59.026 INFO O| Aug 05 18:26:59.026 INFO ok!
90102024-08-05T18:27:00.731Z[ host-image] Aug 05 18:26:59.026 INFO O| Aug 05 18:26:59.026 INFO STEP 105 (ensure_file) COMPLETE
90112024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.026 INFO O| Aug 05 18:26:59.026 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90122024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.036 INFO O| Aug 05 18:26:59.036 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
90132024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.036 INFO O| Aug 05 18:26:59.036 INFO copying /tmp/.tmpNjVOGb/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 ...
90142024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.036 INFO O| Aug 05 18:26:59.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
90152024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.036 INFO O| Aug 05 18:26:59.036 INFO ok!
90162024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.036 INFO O| Aug 05 18:26:59.036 INFO STEP 106 (ensure_file) COMPLETE
90172024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.036 INFO O| Aug 05 18:26:59.036 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90182024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.046 INFO O| Aug 05 18:26:59.046 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
90192024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.046 INFO O| Aug 05 18:26:59.046 INFO copying /tmp/.tmpNjVOGb/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 ...
90202024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.046 INFO O| Aug 05 18:26:59.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
90212024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.047 INFO O| Aug 05 18:26:59.046 INFO ok!
90222024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.047 INFO O| Aug 05 18:26:59.046 INFO STEP 107 (ensure_file) COMPLETE
90232024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.047 INFO O| Aug 05 18:26:59.046 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90242024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.056 INFO O| Aug 05 18:26:59.056 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
90252024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.056 INFO O| Aug 05 18:26:59.056 INFO copying /tmp/.tmpNjVOGb/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 ...
90262024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.056 INFO O| Aug 05 18:26:59.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
90272024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.056 INFO O| Aug 05 18:26:59.056 INFO ok!
90282024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.056 INFO O| Aug 05 18:26:59.056 INFO STEP 108 (ensure_file) COMPLETE
90292024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.056 INFO O| Aug 05 18:26:59.056 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90302024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.068 INFO O| Aug 05 18:26:59.068 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
90312024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.068 INFO O| Aug 05 18:26:59.068 INFO copying /tmp/.tmpNjVOGb/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 ...
90322024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.068 INFO O| Aug 05 18:26:59.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
90332024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.068 INFO O| Aug 05 18:26:59.068 INFO ok!
90342024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.068 INFO O| Aug 05 18:26:59.068 INFO STEP 109 (ensure_file) COMPLETE
90352024-08-05T18:27:00.732Z[ host-image] Aug 05 18:26:59.068 INFO O| Aug 05 18:26:59.068 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90362024-08-05T18:27:00.735Z[ host-image] Aug 05 18:26:59.078 INFO O| Aug 05 18:26:59.078 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
90372024-08-05T18:27:00.736Z[ host-image] Aug 05 18:26:59.078 INFO O| Aug 05 18:26:59.078 INFO copying /tmp/.tmpNjVOGb/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 ...
90382024-08-05T18:27:00.736Z[ host-image] Aug 05 18:26:59.078 INFO O| Aug 05 18:26:59.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
90392024-08-05T18:27:00.736Z[ host-image] Aug 05 18:26:59.078 INFO O| Aug 05 18:26:59.078 INFO ok!
90402024-08-05T18:27:00.736Z[ host-image] Aug 05 18:26:59.079 INFO O| Aug 05 18:26:59.078 INFO STEP 110 (ensure_file) COMPLETE
90412024-08-05T18:27:00.736Z[ host-image] Aug 05 18:26:59.079 INFO O| Aug 05 18:26:59.079 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90422024-08-05T18:27:00.745Z[ host-image] Aug 05 18:26:59.089 INFO O| Aug 05 18:26:59.089 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
90432024-08-05T18:27:00.745Z[ host-image] Aug 05 18:26:59.089 INFO O| Aug 05 18:26:59.089 INFO copying /tmp/.tmpNjVOGb/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 ...
90442024-08-05T18:27:00.748Z[ host-image] Aug 05 18:26:59.089 INFO O| Aug 05 18:26:59.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
90452024-08-05T18:27:00.748Z[ host-image] Aug 05 18:26:59.089 INFO O| Aug 05 18:26:59.089 INFO ok!
90462024-08-05T18:27:00.748Z[ host-image] Aug 05 18:26:59.089 INFO O| Aug 05 18:26:59.089 INFO STEP 111 (ensure_file) COMPLETE
90472024-08-05T18:27:00.748Z[ host-image] Aug 05 18:26:59.089 INFO O| Aug 05 18:26:59.089 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90482024-08-05T18:27:00.755Z[ host-image] Aug 05 18:26:59.099 INFO O| Aug 05 18:26:59.099 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
90492024-08-05T18:27:00.755Z[ host-image] Aug 05 18:26:59.099 INFO O| Aug 05 18:26:59.099 INFO copying /tmp/.tmpNjVOGb/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 ...
90502024-08-05T18:27:00.759Z[ host-image] Aug 05 18:26:59.099 INFO O| Aug 05 18:26:59.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
90512024-08-05T18:27:00.759Z[ host-image] Aug 05 18:26:59.099 INFO O| Aug 05 18:26:59.099 INFO ok!
90522024-08-05T18:27:00.759Z[ host-image] Aug 05 18:26:59.099 INFO O| Aug 05 18:26:59.099 INFO STEP 112 (ensure_file) COMPLETE
90532024-08-05T18:27:00.759Z[ host-image] Aug 05 18:26:59.099 INFO O| Aug 05 18:26:59.099 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90542024-08-05T18:27:00.766Z[ host-image] Aug 05 18:26:59.109 INFO O| Aug 05 18:26:59.109 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
90552024-08-05T18:27:00.766Z[ host-image] Aug 05 18:26:59.109 INFO O| Aug 05 18:26:59.109 INFO copying /tmp/.tmpNjVOGb/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 ...
90562024-08-05T18:27:00.766Z[ host-image] Aug 05 18:26:59.109 INFO O| Aug 05 18:26:59.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
90572024-08-05T18:27:00.769Z[ host-image] Aug 05 18:26:59.109 INFO O| Aug 05 18:26:59.109 INFO ok!
90582024-08-05T18:27:00.769Z[ host-image] Aug 05 18:26:59.109 INFO O| Aug 05 18:26:59.109 INFO STEP 113 (ensure_file) COMPLETE
90592024-08-05T18:27:00.769Z[ host-image] Aug 05 18:26:59.109 INFO O| Aug 05 18:26:59.109 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90602024-08-05T18:27:00.776Z[ host-image] Aug 05 18:26:59.119 INFO O| Aug 05 18:26:59.119 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
90612024-08-05T18:27:00.779Z[ host-image] Aug 05 18:26:59.119 INFO O| Aug 05 18:26:59.119 INFO copying /tmp/.tmpNjVOGb/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 ...
90622024-08-05T18:27:00.779Z[ host-image] Aug 05 18:26:59.120 INFO O| Aug 05 18:26:59.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
90632024-08-05T18:27:00.779Z[ host-image] Aug 05 18:26:59.120 INFO O| Aug 05 18:26:59.120 INFO ok!
90642024-08-05T18:27:00.779Z[ host-image] Aug 05 18:26:59.120 INFO O| Aug 05 18:26:59.120 INFO STEP 114 (ensure_file) COMPLETE
90652024-08-05T18:27:00.779Z[ host-image] Aug 05 18:26:59.120 INFO O| Aug 05 18:26:59.120 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90662024-08-05T18:27:00.787Z[ host-image] Aug 05 18:26:59.130 INFO O| Aug 05 18:26:59.130 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
90672024-08-05T18:27:00.787Z[ host-image] Aug 05 18:26:59.130 INFO O| Aug 05 18:26:59.130 INFO copying /tmp/.tmpNjVOGb/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 ...
90682024-08-05T18:27:00.790Z[ host-image] Aug 05 18:26:59.130 INFO O| Aug 05 18:26:59.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
90692024-08-05T18:27:00.790Z[ host-image] Aug 05 18:26:59.130 INFO O| Aug 05 18:26:59.130 INFO ok!
90702024-08-05T18:27:00.790Z[ host-image] Aug 05 18:26:59.130 INFO O| Aug 05 18:26:59.130 INFO STEP 115 (ensure_file) COMPLETE
90712024-08-05T18:27:00.790Z[ host-image] Aug 05 18:26:59.130 INFO O| Aug 05 18:26:59.130 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90722024-08-05T18:27:00.799Z[ host-image] Aug 05 18:26:59.142 INFO O| Aug 05 18:26:59.142 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
90732024-08-05T18:27:00.799Z[ host-image] Aug 05 18:26:59.142 INFO O| Aug 05 18:26:59.142 INFO copying /tmp/.tmpNjVOGb/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
90742024-08-05T18:27:00.802Z[ host-image] Aug 05 18:26:59.143 INFO O| Aug 05 18:26:59.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
90752024-08-05T18:27:00.802Z[ host-image] Aug 05 18:26:59.143 INFO O| Aug 05 18:26:59.143 INFO ok!
90762024-08-05T18:27:00.802Z[ host-image] Aug 05 18:26:59.143 INFO O| Aug 05 18:26:59.143 INFO STEP 116 (ensure_file) COMPLETE
90772024-08-05T18:27:00.802Z[ host-image] Aug 05 18:26:59.143 INFO O| Aug 05 18:26:59.143 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90782024-08-05T18:27:00.810Z[ host-image] Aug 05 18:26:59.153 INFO O| Aug 05 18:26:59.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
90792024-08-05T18:27:00.810Z[ host-image] Aug 05 18:26:59.153 INFO O| Aug 05 18:26:59.153 INFO copying /tmp/.tmpNjVOGb/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 ...
90802024-08-05T18:27:00.810Z[ host-image] Aug 05 18:26:59.153 INFO O| Aug 05 18:26:59.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
90812024-08-05T18:27:00.810Z[ host-image] Aug 05 18:26:59.153 INFO O| Aug 05 18:26:59.153 INFO ok!
90822024-08-05T18:27:00.812Z[ host-image] Aug 05 18:26:59.153 INFO O| Aug 05 18:26:59.153 INFO STEP 117 (ensure_file) COMPLETE
90832024-08-05T18:27:00.813Z[ host-image] Aug 05 18:26:59.153 INFO O| Aug 05 18:26:59.153 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90842024-08-05T18:27:00.820Z[ host-image] Aug 05 18:26:59.163 INFO O| Aug 05 18:26:59.163 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
90852024-08-05T18:27:00.820Z[ host-image] Aug 05 18:26:59.163 INFO O| Aug 05 18:26:59.163 INFO copying /tmp/.tmpNjVOGb/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
90862024-08-05T18:27:00.823Z[ host-image] Aug 05 18:26:59.163 INFO O| Aug 05 18:26:59.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
90872024-08-05T18:27:00.823Z[ host-image] Aug 05 18:26:59.163 INFO O| Aug 05 18:26:59.163 INFO ok!
90882024-08-05T18:27:00.823Z[ host-image] Aug 05 18:26:59.163 INFO O| Aug 05 18:26:59.163 INFO STEP 118 (ensure_file) COMPLETE
90892024-08-05T18:27:00.823Z[ host-image] Aug 05 18:26:59.163 INFO O| Aug 05 18:26:59.163 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90902024-08-05T18:27:00.830Z[ host-image] Aug 05 18:26:59.174 INFO O| Aug 05 18:26:59.173 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
90912024-08-05T18:27:00.830Z[ host-image] Aug 05 18:26:59.174 INFO O| Aug 05 18:26:59.173 INFO copying /tmp/.tmpNjVOGb/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
90922024-08-05T18:27:01.992Z[ recovery-image] Aug 05 18:27:00.331 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)
90932024-08-05T18:27:04.598Z[ recovery-image] Aug 05 18:27:02.940 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)
90942024-08-05T18:27:06.824Z[ host-image] Aug 05 18:27:05.166 INFO O| Aug 05 18:27:05.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
90952024-08-05T18:27:06.824Z[ host-image] Aug 05 18:27:05.166 INFO O| Aug 05 18:27:05.166 INFO ok!
90962024-08-05T18:27:06.827Z[ host-image] Aug 05 18:27:05.166 INFO O| Aug 05 18:27:05.166 INFO STEP 119 (ensure_file) COMPLETE
90972024-08-05T18:27:06.827Z[ host-image] Aug 05 18:27:05.166 INFO O| Aug 05 18:27:05.166 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
90982024-08-05T18:27:06.837Z[ host-image] Aug 05 18:27:05.180 INFO O| Aug 05 18:27:05.179 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
90992024-08-05T18:27:06.837Z[ host-image] Aug 05 18:27:05.180 INFO O| Aug 05 18:27:05.180 INFO STEP 120 (ensure_dir) COMPLETE
91002024-08-05T18:27:06.840Z[ host-image] Aug 05 18:27:05.180 INFO O| Aug 05 18:27:05.180 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91012024-08-05T18:27:06.849Z[ host-image] Aug 05 18:27:05.191 INFO O| Aug 05 18:27:05.191 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
91022024-08-05T18:27:06.849Z[ host-image] Aug 05 18:27:05.191 INFO O| Aug 05 18:27:05.191 INFO STEP 121 (ensure_dir) COMPLETE
91032024-08-05T18:27:06.849Z[ host-image] Aug 05 18:27:05.191 INFO O| Aug 05 18:27:05.191 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91042024-08-05T18:27:06.861Z[ host-image] Aug 05 18:27:05.204 INFO O| Aug 05 18:27:05.204 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
91052024-08-05T18:27:06.861Z[ host-image] Aug 05 18:27:05.204 INFO O| Aug 05 18:27:05.204 INFO STEP 122 (ensure_dir) COMPLETE
91062024-08-05T18:27:06.864Z[ host-image] Aug 05 18:27:05.204 INFO O| Aug 05 18:27:05.204 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91072024-08-05T18:27:06.872Z[ host-image] Aug 05 18:27:05.215 INFO O| Aug 05 18:27:05.215 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
91082024-08-05T18:27:06.872Z[ host-image] Aug 05 18:27:05.215 INFO O| Aug 05 18:27:05.215 INFO STEP 123 (ensure_dir) COMPLETE
91092024-08-05T18:27:06.876Z[ host-image] Aug 05 18:27:05.215 INFO O| Aug 05 18:27:05.215 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91102024-08-05T18:27:06.882Z[ host-image] Aug 05 18:27:05.225 INFO O| Aug 05 18:27:05.225 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
91112024-08-05T18:27:06.882Z[ host-image] Aug 05 18:27:05.225 INFO O| Aug 05 18:27:05.225 INFO copying /tmp/.tmpNjVOGb/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 ...
91122024-08-05T18:27:06.885Z[ host-image] Aug 05 18:27:05.225 INFO O| Aug 05 18:27:05.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
91132024-08-05T18:27:06.885Z[ host-image] Aug 05 18:27:05.225 INFO O| Aug 05 18:27:05.225 INFO ok!
91142024-08-05T18:27:06.885Z[ host-image] Aug 05 18:27:05.225 INFO O| Aug 05 18:27:05.225 INFO STEP 124 (ensure_file) COMPLETE
91152024-08-05T18:27:06.885Z[ host-image] Aug 05 18:27:05.225 INFO O| Aug 05 18:27:05.225 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91162024-08-05T18:27:06.892Z[ host-image] Aug 05 18:27:05.235 INFO O| Aug 05 18:27:05.235 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
91172024-08-05T18:27:06.896Z[ host-image] Aug 05 18:27:05.235 INFO O| Aug 05 18:27:05.235 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
91182024-08-05T18:27:06.896Z[ host-image] Aug 05 18:27:05.235 INFO O| Aug 05 18:27:05.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
91192024-08-05T18:27:06.896Z[ host-image] Aug 05 18:27:05.235 INFO O| Aug 05 18:27:05.235 INFO STEP 125 (ensure_dir) COMPLETE
91202024-08-05T18:27:06.896Z[ host-image] Aug 05 18:27:05.235 INFO O| Aug 05 18:27:05.235 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91212024-08-05T18:27:06.903Z[ host-image] Aug 05 18:27:05.246 INFO O| Aug 05 18:27:05.246 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
91222024-08-05T18:27:06.903Z[ host-image] Aug 05 18:27:05.246 INFO O| Aug 05 18:27:05.246 INFO copying /tmp/.tmpNjVOGb/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
91232024-08-05T18:27:06.906Z[ host-image] Aug 05 18:27:05.246 INFO O| Aug 05 18:27:05.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
91242024-08-05T18:27:06.906Z[ host-image] Aug 05 18:27:05.246 INFO O| Aug 05 18:27:05.246 INFO ok!
91252024-08-05T18:27:06.906Z[ host-image] Aug 05 18:27:05.246 INFO O| Aug 05 18:27:05.246 INFO STEP 126 (ensure_file) COMPLETE
91262024-08-05T18:27:06.906Z[ host-image] Aug 05 18:27:05.246 INFO O| Aug 05 18:27:05.246 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91272024-08-05T18:27:06.913Z[ host-image] Aug 05 18:27:05.256 INFO O| Aug 05 18:27:05.256 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
91282024-08-05T18:27:06.916Z[ host-image] Aug 05 18:27:05.257 INFO O| Aug 05 18:27:05.257 INFO STEP 127 (remove_files) COMPLETE
91292024-08-05T18:27:06.916Z[ host-image] Aug 05 18:27:05.257 INFO O| Aug 05 18:27:05.257 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91302024-08-05T18:27:06.924Z[ host-image] Aug 05 18:27:05.267 INFO O| Aug 05 18:27:05.267 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
91312024-08-05T18:27:06.927Z[ host-image] Aug 05 18:27:05.267 INFO O| Aug 05 18:27:05.267 INFO STEP 128 (remove_files) COMPLETE
91322024-08-05T18:27:06.927Z[ host-image] Aug 05 18:27:05.267 INFO O| Aug 05 18:27:05.267 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91332024-08-05T18:27:06.934Z[ host-image] Aug 05 18:27:05.277 INFO O| Aug 05 18:27:05.277 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
91342024-08-05T18:27:06.937Z[ host-image] Aug 05 18:27:05.277 INFO O| Aug 05 18:27:05.277 INFO STEP 129 (remove_files) COMPLETE
91352024-08-05T18:27:06.937Z[ host-image] Aug 05 18:27:05.277 INFO O| Aug 05 18:27:05.277 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91362024-08-05T18:27:06.945Z[ host-image] Aug 05 18:27:05.288 INFO O| Aug 05 18:27:05.288 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
91372024-08-05T18:27:06.948Z[ host-image] Aug 05 18:27:05.288 INFO O| Aug 05 18:27:05.288 INFO STEP 130 (remove_files) COMPLETE
91382024-08-05T18:27:06.948Z[ host-image] Aug 05 18:27:05.288 INFO O| Aug 05 18:27:05.288 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91392024-08-05T18:27:06.956Z[ host-image] Aug 05 18:27:05.298 INFO O| Aug 05 18:27:05.298 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
91402024-08-05T18:27:06.958Z[ host-image] Aug 05 18:27:05.298 INFO O| Aug 05 18:27:05.298 INFO STEP 131 (remove_files) COMPLETE
91412024-08-05T18:27:06.958Z[ host-image] Aug 05 18:27:05.298 INFO O| Aug 05 18:27:05.298 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91422024-08-05T18:27:06.966Z[ host-image] Aug 05 18:27:05.309 INFO O| Aug 05 18:27:05.309 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
91432024-08-05T18:27:06.969Z[ host-image] Aug 05 18:27:05.309 INFO O| Aug 05 18:27:05.309 INFO STEP 132 (remove_files) COMPLETE
91442024-08-05T18:27:06.969Z[ host-image] Aug 05 18:27:05.309 INFO O| Aug 05 18:27:05.309 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91452024-08-05T18:27:06.976Z[ host-image] Aug 05 18:27:05.319 INFO O| Aug 05 18:27:05.319 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
91462024-08-05T18:27:06.976Z[ host-image] Aug 05 18:27:05.319 INFO O| Aug 05 18:27:05.319 INFO STEP 133 (remove_files) COMPLETE
91472024-08-05T18:27:06.979Z[ host-image] Aug 05 18:27:05.319 INFO O| Aug 05 18:27:05.319 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91482024-08-05T18:27:06.989Z[ host-image] Aug 05 18:27:05.330 INFO O| Aug 05 18:27:05.330 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
91492024-08-05T18:27:06.989Z[ host-image] Aug 05 18:27:05.330 INFO O| Aug 05 18:27:05.330 INFO STEP 134 (remove_files) COMPLETE
91502024-08-05T18:27:06.989Z[ host-image] Aug 05 18:27:05.330 INFO O| Aug 05 18:27:05.330 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91512024-08-05T18:27:06.999Z[ host-image] Aug 05 18:27:05.341 INFO O| Aug 05 18:27:05.341 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
91522024-08-05T18:27:06.999Z[ host-image] Aug 05 18:27:05.341 INFO O| Aug 05 18:27:05.341 INFO STEP 135 (remove_files) COMPLETE
91532024-08-05T18:27:07.002Z[ host-image] Aug 05 18:27:05.341 INFO O| Aug 05 18:27:05.341 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91542024-08-05T18:27:07.008Z[ host-image] Aug 05 18:27:05.351 INFO O| Aug 05 18:27:05.351 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
91552024-08-05T18:27:07.008Z[ host-image] Aug 05 18:27:05.351 INFO O| Aug 05 18:27:05.351 INFO STEP 136 (remove_files) COMPLETE
91562024-08-05T18:27:07.008Z[ host-image] Aug 05 18:27:05.351 INFO O| Aug 05 18:27:05.351 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91572024-08-05T18:27:07.018Z[ host-image] Aug 05 18:27:05.361 INFO O| Aug 05 18:27:05.361 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
91582024-08-05T18:27:07.018Z[ host-image] Aug 05 18:27:05.361 INFO O| Aug 05 18:27:05.361 INFO STEP 137 (remove_files) COMPLETE
91592024-08-05T18:27:07.021Z[ host-image] Aug 05 18:27:05.361 INFO O| Aug 05 18:27:05.361 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91602024-08-05T18:27:07.030Z[ host-image] Aug 05 18:27:05.373 INFO O| Aug 05 18:27:05.373 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
91612024-08-05T18:27:07.030Z[ host-image] Aug 05 18:27:05.373 INFO O| Aug 05 18:27:05.373 INFO STEP 138 (remove_files) COMPLETE
91622024-08-05T18:27:07.033Z[ host-image] Aug 05 18:27:05.373 INFO O| Aug 05 18:27:05.373 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91632024-08-05T18:27:07.040Z[ host-image] Aug 05 18:27:05.383 INFO O| Aug 05 18:27:05.383 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
91642024-08-05T18:27:07.040Z[ host-image] Aug 05 18:27:05.383 INFO O| Aug 05 18:27:05.383 INFO STEP 139 (remove_files) COMPLETE
91652024-08-05T18:27:07.040Z[ host-image] Aug 05 18:27:05.383 INFO O| Aug 05 18:27:05.383 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91662024-08-05T18:27:07.050Z[ host-image] Aug 05 18:27:05.393 INFO O| Aug 05 18:27:05.393 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
91672024-08-05T18:27:07.051Z[ host-image] Aug 05 18:27:05.393 INFO O| Aug 05 18:27:05.393 INFO STEP 140 (remove_files) COMPLETE
91682024-08-05T18:27:07.051Z[ host-image] Aug 05 18:27:05.393 INFO O| Aug 05 18:27:05.393 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91692024-08-05T18:27:07.061Z[ host-image] Aug 05 18:27:05.403 INFO O| Aug 05 18:27:05.403 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
91702024-08-05T18:27:07.061Z[ host-image] Aug 05 18:27:05.404 INFO O| Aug 05 18:27:05.403 INFO STEP 141 (remove_files) COMPLETE
91712024-08-05T18:27:07.061Z[ host-image] Aug 05 18:27:05.404 INFO O| Aug 05 18:27:05.404 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91722024-08-05T18:27:07.071Z[ host-image] Aug 05 18:27:05.414 INFO O| Aug 05 18:27:05.414 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
91732024-08-05T18:27:07.071Z[ host-image] Aug 05 18:27:05.414 INFO O| Aug 05 18:27:05.414 INFO STEP 142 (remove_files) COMPLETE
91742024-08-05T18:27:07.074Z[ host-image] Aug 05 18:27:05.414 INFO O| Aug 05 18:27:05.414 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91752024-08-05T18:27:07.082Z[ host-image] Aug 05 18:27:05.425 INFO O| Aug 05 18:27:05.425 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
91762024-08-05T18:27:07.082Z[ host-image] Aug 05 18:27:05.425 INFO O| Aug 05 18:27:05.425 INFO STEP 143 (remove_files) COMPLETE
91772024-08-05T18:27:07.085Z[ host-image] Aug 05 18:27:05.425 INFO O| Aug 05 18:27:05.425 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91782024-08-05T18:27:07.093Z[ host-image] Aug 05 18:27:05.435 INFO O| Aug 05 18:27:05.435 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
91792024-08-05T18:27:07.093Z[ host-image] Aug 05 18:27:05.436 INFO O| Aug 05 18:27:05.435 INFO STEP 144 (remove_files) COMPLETE
91802024-08-05T18:27:07.096Z[ host-image] Aug 05 18:27:05.436 INFO O| Aug 05 18:27:05.436 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91812024-08-05T18:27:07.103Z[ host-image] Aug 05 18:27:05.446 INFO O| Aug 05 18:27:05.446 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
91822024-08-05T18:27:07.106Z[ host-image] Aug 05 18:27:05.446 INFO O| Aug 05 18:27:05.446 INFO STEP 145 (remove_files) COMPLETE
91832024-08-05T18:27:07.106Z[ host-image] Aug 05 18:27:05.446 INFO O| Aug 05 18:27:05.446 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91842024-08-05T18:27:07.114Z[ host-image] Aug 05 18:27:05.457 INFO O| Aug 05 18:27:05.457 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
91852024-08-05T18:27:07.114Z[ host-image] Aug 05 18:27:05.457 INFO O| Aug 05 18:27:05.457 INFO STEP 146 (remove_files) COMPLETE
91862024-08-05T18:27:07.117Z[ host-image] Aug 05 18:27:05.457 INFO O| Aug 05 18:27:05.457 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91872024-08-05T18:27:07.124Z[ host-image] Aug 05 18:27:05.467 INFO O| Aug 05 18:27:05.467 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91882024-08-05T18:27:07.127Z[ host-image] Aug 05 18:27:05.467 INFO O| Aug 05 18:27:05.467 INFO STEP 147 (remove_files) COMPLETE
91892024-08-05T18:27:07.127Z[ host-image] Aug 05 18:27:05.467 INFO O| Aug 05 18:27:05.467 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91902024-08-05T18:27:07.135Z[ host-image] Aug 05 18:27:05.478 INFO O| Aug 05 18:27:05.478 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
91912024-08-05T18:27:07.138Z[ host-image] Aug 05 18:27:05.478 INFO O| Aug 05 18:27:05.478 INFO STEP 148 (remove_files) COMPLETE
91922024-08-05T18:27:07.138Z[ host-image] Aug 05 18:27:05.478 INFO O| Aug 05 18:27:05.478 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91932024-08-05T18:27:07.146Z[ host-image] Aug 05 18:27:05.489 INFO O| Aug 05 18:27:05.489 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91942024-08-05T18:27:07.146Z[ host-image] Aug 05 18:27:05.489 INFO O| Aug 05 18:27:05.489 INFO STEP 149 (remove_files) COMPLETE
91952024-08-05T18:27:07.149Z[ host-image] Aug 05 18:27:05.489 INFO O| Aug 05 18:27:05.489 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91962024-08-05T18:27:07.157Z[ host-image] Aug 05 18:27:05.500 INFO O| Aug 05 18:27:05.500 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
91972024-08-05T18:27:07.160Z[ host-image] Aug 05 18:27:05.500 INFO O| Aug 05 18:27:05.500 INFO STEP 150 (remove_files) COMPLETE
91982024-08-05T18:27:07.160Z[ host-image] Aug 05 18:27:05.500 INFO O| Aug 05 18:27:05.500 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91992024-08-05T18:27:07.168Z[ host-image] Aug 05 18:27:05.511 INFO O| Aug 05 18:27:05.511 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
92002024-08-05T18:27:07.168Z[ host-image] Aug 05 18:27:05.511 INFO O| Aug 05 18:27:05.511 INFO STEP 151 (remove_files) COMPLETE
92012024-08-05T18:27:07.171Z[ host-image] Aug 05 18:27:05.511 INFO O| Aug 05 18:27:05.511 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92022024-08-05T18:27:07.178Z[ host-image] Aug 05 18:27:05.521 INFO O| Aug 05 18:27:05.521 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
92032024-08-05T18:27:07.181Z[ host-image] Aug 05 18:27:05.521 INFO O| Aug 05 18:27:05.521 INFO STEP 152 (remove_files) COMPLETE
92042024-08-05T18:27:07.181Z[ host-image] Aug 05 18:27:05.521 INFO O| Aug 05 18:27:05.521 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92052024-08-05T18:27:07.188Z[ host-image] Aug 05 18:27:05.531 INFO O| Aug 05 18:27:05.531 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
92062024-08-05T18:27:07.188Z[ host-image] Aug 05 18:27:05.531 INFO O| Aug 05 18:27:05.531 INFO STEP 153 (remove_files) COMPLETE
92072024-08-05T18:27:07.188Z[ host-image] Aug 05 18:27:05.531 INFO O| Aug 05 18:27:05.531 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92082024-08-05T18:27:07.198Z[ host-image] Aug 05 18:27:05.541 INFO O| Aug 05 18:27:05.541 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
92092024-08-05T18:27:07.199Z[ host-image] Aug 05 18:27:05.541 INFO O| Aug 05 18:27:05.541 INFO STEP 154 (remove_files) COMPLETE
92102024-08-05T18:27:07.201Z[ host-image] Aug 05 18:27:05.541 INFO O| Aug 05 18:27:05.541 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92112024-08-05T18:27:07.209Z[ host-image] Aug 05 18:27:05.551 INFO O| Aug 05 18:27:05.551 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
92122024-08-05T18:27:07.209Z[ host-image] Aug 05 18:27:05.551 INFO O| Aug 05 18:27:05.551 INFO STEP 155 (remove_files) COMPLETE
92132024-08-05T18:27:07.212Z[ host-image] Aug 05 18:27:05.552 INFO O| Aug 05 18:27:05.551 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92142024-08-05T18:27:07.224Z[ host-image] Aug 05 18:27:05.566 INFO O| Aug 05 18:27:05.566 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
92152024-08-05T18:27:07.227Z[ host-image] Aug 05 18:27:05.567 INFO O| Aug 05 18:27:05.566 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"}
92162024-08-05T18:27:08.829Z[ recovery-image] Aug 05 18:27:07.171 INFO E| Compiling bitflags v1.3.2
92172024-08-05T18:27:08.832Z[ recovery-image] Aug 05 18:27:07.171 INFO E| Compiling adler v1.0.2
92182024-08-05T18:27:08.832Z[ recovery-image] Aug 05 18:27:07.171 INFO E| Compiling bit_field v0.10.2
92192024-08-05T18:27:08.832Z[ recovery-image] Aug 05 18:27:07.171 INFO E| Compiling log v0.4.21
92202024-08-05T18:27:08.832Z[ recovery-image] Aug 05 18:27:07.171 INFO E| Compiling scroll v0.12.0
92212024-08-05T18:27:08.832Z[ recovery-image] Aug 05 18:27:07.171 INFO E| Compiling plain v0.2.3
92222024-08-05T18:27:08.832Z[ recovery-image] Aug 05 18:27:07.171 INFO E| Compiling bitstruct v0.1.1
92232024-08-05T18:27:08.919Z[ recovery-image] Aug 05 18:27:07.260 INFO E| Compiling raw-cpuid v10.7.0
92242024-08-05T18:27:08.934Z[ recovery-image] Aug 05 18:27:07.277 INFO E| Compiling cpio_reader v0.1.1
92252024-08-05T18:27:08.977Z[ recovery-image] Aug 05 18:27:07.319 INFO E| Compiling miniz_oxide v0.7.2
92262024-08-05T18:27:09.083Z[ recovery-image] Aug 05 18:27:07.425 INFO E| Compiling static_assertions v1.1.0
92272024-08-05T18:27:09.312Z[ recovery-image] Aug 05 18:27:07.654 INFO E| Compiling goblin v0.8.0
92282024-08-05T18:27:15.318Z[ host-image] Aug 05 18:27:13.660 INFO O| Aug 05 18:27:13.660 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
92292024-08-05T18:27:15.322Z[ host-image] Aug 05 18:27:13.660 INFO O| Aug 05 18:27:13.660 INFO E| svccfg: Loaded 74 smf(7) service descriptions
92302024-08-05T18:27:15.332Z[ host-image] Aug 05 18:27:13.673 INFO O| Aug 05 18:27:13.673 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_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92312024-08-05T18:27:15.410Z[ host-image] Aug 05 18:27:13.752 INFO O| Aug 05 18:27:13.752 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
92322024-08-05T18:27:15.410Z[ host-image] Aug 05 18:27:13.752 INFO O| Aug 05 18:27:13.752 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
92332024-08-05T18:27:15.413Z[ host-image] Aug 05 18:27:13.755 INFO O| Aug 05 18:27:13.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
92342024-08-05T18:27:15.413Z[ host-image] Aug 05 18:27:13.755 INFO O| Aug 05 18:27:13.755 INFO ok!
92352024-08-05T18:27:15.413Z[ host-image] Aug 05 18:27:13.755 INFO O| Aug 05 18:27:13.755 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
92362024-08-05T18:27:15.413Z[ host-image] Aug 05 18:27:13.755 INFO O| Aug 05 18:27:13.755 INFO STEP 156 (seed_smf) COMPLETE
92372024-08-05T18:27:15.413Z[ host-image] Aug 05 18:27:13.755 INFO O| Aug 05 18:27:13.755 INFO steps complete; finalising image!
92382024-08-05T18:27:15.414Z[ host-image] Aug 05 18:27:13.755 INFO O| Aug 05 18:27:13.755 INFO TRIM POOL: TEMPORARY-gimlet-zfs
92392024-08-05T18:27:15.559Z[ host-image] Aug 05 18:27:13.901 INFO O| Aug 05 18:27:13.901 INFO trim TEMPORARY-gimlet-zfs: (24% trimmed, started at Mon Aug 5 18:27:13 2024)
92402024-08-05T18:27:15.782Z[ host-image] Aug 05 18:27:14.123 INFO O| Aug 05 18:27:14.123 INFO temporary pool has 660M used, 172M avail, 1.88x compressratio
92412024-08-05T18:27:15.782Z[ host-image] Aug 05 18:27:14.123 INFO O| Aug 05 18:27:14.123 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
92422024-08-05T18:27:16.060Z[ host-image] Aug 05 18:27:14.401 INFO O| Aug 05 18:27:14.401 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
92432024-08-05T18:27:16.060Z[ host-image] Aug 05 18:27:14.401 INFO O| Aug 05 18:27:14.401 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
92442024-08-05T18:27:16.612Z[ recovery-image] Aug 05 18:27:14.953 INFO E| Finished `release` profile [optimized] target(s) in 45.54s
92452024-08-05T18:27:16.631Z[ recovery-image] Aug 05 18:27:14.973 INFO building host image...
92462024-08-05T18:27:16.635Z[ recovery-image] Aug 05 18:27:14.973 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")
92472024-08-05T18:27:17.098Z[ recovery-image] Aug 05 18:27:15.439 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
92482024-08-05T18:27:17.125Z[ host-image] Aug 05 18:27:15.466 INFO O| Aug 05 18:27:15.466 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
92492024-08-05T18:27:17.125Z[ host-image] Aug 05 18:27:15.466 INFO O| Aug 05 18:27:15.466 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
92502024-08-05T18:27:17.128Z[ host-image] Aug 05 18:27:15.466 INFO O| Aug 05 18:27:15.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
92512024-08-05T18:27:17.128Z[ host-image] Aug 05 18:27:15.466 INFO O| Aug 05 18:27:15.466 INFO completed processing gimlet/zfs
92522024-08-05T18:27:17.128Z[ host-image] Aug 05 18:27:15.466 INFO O| Aug 05 18:27:15.466 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
92532024-08-05T18:27:18.315Z[ recovery-image] Aug 05 18:27:16.656 INFO image complete! materials are in "/work/os-recovery"
92542024-08-05T18:27:18.318Z[ recovery-image]
92552024-08-05T18:27:18.318Z[ recovery-image] real 6:53.633967361
92562024-08-05T18:27:18.318Z[ recovery-image] user 4:42.408543558
92572024-08-05T18:27:18.318Z[ recovery-image] sys 1:05.201801625
92582024-08-05T18:27:18.318Z[ recovery-image] trap 0.226903232
92592024-08-05T18:27:18.318Z[ recovery-image] tflt 0.647279558
92602024-08-05T18:27:18.318Z[ recovery-image] dflt 1.817540792
92612024-08-05T18:27:18.318Z[ recovery-image] kflt 0.000159572
92622024-08-05T18:27:18.318Z[ recovery-image] lock 16:10.606382940
92632024-08-05T18:27:18.318Z[ recovery-image] slp 41:00.862319879
92642024-08-05T18:27:18.318Z[ recovery-image] lat 1:29.448086230
92652024-08-05T18:27:18.318Z[ recovery-image] stop 3.855021760
92662024-08-05T18:27:18.318ZAug 05 18:27:16.659 INFO [recovery-image] process exited with exit status: 0 (413.660511989s)
92672024-08-05T18:27:23.587Z[ host-image] Aug 05 18:27:21.928 INFO O| Aug 05 18:27:21.928 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
92682024-08-05T18:27:23.666Z[ host-image] Aug 05 18:27:22.007 INFO BUILD STRING "heads/stlouis-0-g795571e95f\n"
92692024-08-05T18:27:23.667Z[ host-image] Aug 05 18:27:22.007 INFO expanded image name: "ci d719e83/${os_short_commit} 2024-08-05 17:59" -> "ci d719e83/795571e 2024-08-05 17:59"
92702024-08-05T18:27:23.670Z[ host-image] Aug 05 18:27:22.007 INFO output artefacts stored in: "/work/os-host"
92712024-08-05T18:27:23.670Z[ host-image] Aug 05 18:27:22.007 INFO collecting git info from project "bootserver"...
92722024-08-05T18:27:23.673Z[ host-image] Aug 05 18:27:22.013 INFO collecting git info from project "chelsio-t6-roms"...
92732024-08-05T18:27:23.676Z[ host-image] Aug 05 18:27:22.017 INFO collecting git info from project "amd-host-image-builder"...
92742024-08-05T18:27:23.690Z[ host-image] Aug 05 18:27:22.030 INFO collecting git info from project "image-builder"...
92752024-08-05T18:27:23.694Z[ host-image] Aug 05 18:27:22.035 INFO collecting git info from project "pinprick"...
92762024-08-05T18:27:23.698Z[ host-image] Aug 05 18:27:22.039 INFO collecting git info from project "amd-firmware"...
92772024-08-05T18:27:23.705Z[ host-image] Aug 05 18:27:22.046 INFO collecting git info from project "phbl"...
92782024-08-05T18:27:23.710Z[ host-image] Aug 05 18:27:22.051 INFO collecting git info from project "pilot"...
92792024-08-05T18:27:23.715Z[ host-image] Aug 05 18:27:22.056 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
92802024-08-05T18:27:24.073Z[ host-image] Aug 05 18:27:22.413 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
92812024-08-05T18:27:24.414Z[ host-image] Aug 05 18:27:22.754 INFO creating Oxide boot image...
92822024-08-05T18:27:24.414Z[ host-image] Aug 05 18:27:22.755 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci d719e83/795571e 2024-08-05 17:59", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
92832024-08-05T18:27:25.352Z[ host-image] Aug 05 18:27:23.692 INFO O| ok, image written!
92842024-08-05T18:27:25.352Z[ host-image] Aug 05 18:27:23.692 INFO O| ok, boot_image_csum file written!
92852024-08-05T18:27:25.355Z[ host-image] Aug 05 18:27:23.695 INFO creating boot archive (CPIO)...
92862024-08-05T18:27:25.355Z[ host-image] Aug 05 18:27:23.695 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
92872024-08-05T18:27:25.362Z[ host-image] Aug 05 18:27:23.702 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
92882024-08-05T18:27:25.362Z[ host-image] Aug 05 18:27:23.702 INFO E| + outfile=/work/os-host/cpio
92892024-08-05T18:27:25.365Z[ host-image] Aug 05 18:27:23.702 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
92902024-08-05T18:27:25.365Z[ host-image] Aug 05 18:27:23.705 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
92912024-08-05T18:27:25.365Z[ host-image] Aug 05 18:27:23.705 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
92922024-08-05T18:27:25.401Z[ host-image] Aug 05 18:27:23.742 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
92932024-08-05T18:27:25.401Z[ host-image] Aug 05 18:27:23.742 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
92942024-08-05T18:27:25.408Z[ host-image] Aug 05 18:27:23.749 INFO creating compressed cpio/unix for nanobl-rs...
92952024-08-05T18:27:25.408Z[ host-image] Aug 05 18:27:23.749 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
92962024-08-05T18:27:25.683Z[ host-image] Aug 05 18:27:24.023 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
92972024-08-05T18:27:29.912Z[ host-image] Aug 05 18:27:28.251 INFO creating reset image...
92982024-08-05T18:27:29.915Z[ host-image] Aug 05 18:27:28.252 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
92992024-08-05T18:27:29.996Z[ host-image] Aug 05 18:27:28.333 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
93002024-08-05T18:27:30.002Z[ host-image] Aug 05 18:27:28.338 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
93012024-08-05T18:27:30.078Z[ host-image] Aug 05 18:27:28.418 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
93022024-08-05T18:27:32.270Z[ host-image] Aug 05 18:27:30.609 INFO E| Finished `release` profile [optimized] target(s) in 2.25s
93032024-08-05T18:27:32.280Z[ host-image] Aug 05 18:27:30.620 INFO building host image...
93042024-08-05T18:27:32.284Z[ host-image] Aug 05 18:27:30.621 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")
93052024-08-05T18:27:32.734Z[ host-image] Aug 05 18:27:31.074 INFO finishing image archive at "/work/os-host/os.tar.gz"...
93062024-08-05T18:28:13.057Z[ host-image] Aug 05 18:28:11.392 INFO image complete! materials are in "/work/os-host"
93072024-08-05T18:28:13.060Z[ host-image]
93082024-08-05T18:28:13.060Z[ host-image] real 8:04.839096014
93092024-08-05T18:28:13.060Z[ host-image] user 3:56.011019287
93102024-08-05T18:28:13.060Z[ host-image] sys 51.089569725
93112024-08-05T18:28:13.060Z[ host-image] trap 0.145814443
93122024-08-05T18:28:13.060Z[ host-image] tflt 0.006224897
93132024-08-05T18:28:13.063Z[ host-image] dflt 0.036169349
93142024-08-05T18:28:13.063Z[ host-image] kflt 0.000019258
93152024-08-05T18:28:13.063ZAug 05 18:28:11.395 INFO [host-image] process exited with exit status: 0 (484.852382787s)
93162024-08-05T18:28:13.063Z[ host-image] lock 24.382140522
93172024-08-05T18:28:13.063Z[ host-image] slp 44:08.629306950
93182024-08-05T18:28:13.063Z[ host-image] lat 1:03.914792308
93192024-08-05T18:28:13.063Z[ host-image] stop 0.731572861
93202024-08-05T18:28:13.063ZAug 05 18:28:11.396 INFO [tuf-repo] running task
93212024-08-05T18:28:19.844ZAug 05 18:28:18.178 INFO assembling repository in `/tmp/tufaceous2Tssm9`, component: OmicronRepoAssembler
93222024-08-05T18:28:24.418ZAug 05 18:28:22.752 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
93232024-08-05T18:28:24.617ZAug 05 18:28:22.951 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
93242024-08-05T18:28:36.101ZAug 05 18:28:34.434 INFO [tuf-repo] task succeeded (23.037992157s)
93252024-08-05T18:28:36.101ZAug 05 18:28:34.434 INFO all jobs completed in 1718.325329511s
93262024-08-05T18:28:36.615Zprocess exited: duration 2224876 ms, exit code 0
 
93272024-08-05T18:28:36.627Zfound 33 output files
93282024-08-05T18:28:36.627Zuploading: /work/manifest.toml (8404 bytes)
93292024-08-05T18:28:37.639Zuploaded: /work/manifest.toml
93302024-08-05T18:28:37.639Zuploading: /work/repo.zip (1759874605 bytes)
93312024-08-05T18:29:07.961Zuploaded: /work/repo.zip
93322024-08-05T18:29:07.961Zuploading: /work/repo.zip.sha256.txt (65 bytes)
93332024-08-05T18:29:08.990Zuploaded: /work/repo.zip.sha256.txt
93342024-08-05T18:29:08.990Zuploading: /work/helios-setup.log (54218 bytes)
93352024-08-05T18:29:10.007Zuploaded: /work/helios-setup.log
93362024-08-05T18:29:10.007Zuploading: /work/host-image.log (195304 bytes)
93372024-08-05T18:29:11.032Zuploaded: /work/host-image.log
93382024-08-05T18:29:11.032Zuploading: /work/host-package.log (17595 bytes)
93392024-08-05T18:29:12.044Zuploaded: /work/host-package.log
93402024-08-05T18:29:12.044Zuploading: /work/host-target.log (101 bytes)
93412024-08-05T18:29:13.054Zuploaded: /work/host-target.log
93422024-08-05T18:29:13.055Zuploading: /work/omicron-package.log (4468 bytes)
93432024-08-05T18:29:14.067Zuploaded: /work/omicron-package.log
93442024-08-05T18:29:14.067Zuploading: /work/phbl-toolchain.log (881 bytes)
93452024-08-05T18:29:15.077Zuploaded: /work/phbl-toolchain.log
93462024-08-05T18:29:15.077Zuploading: /work/recovery-image.log (592050 bytes)
93472024-08-05T18:29:16.118Zuploaded: /work/recovery-image.log
93482024-08-05T18:29:16.118Zuploading: /work/recovery-package.log (282 bytes)
93492024-08-05T18:29:17.127Zuploaded: /work/recovery-package.log
93502024-08-05T18:29:17.127Zuploading: /work/recovery-target.log (98 bytes)
93512024-08-05T18:29:18.136Zuploaded: /work/recovery-target.log
93522024-08-05T18:29:18.137Zuploading: /work/stamp-clickhouse.log (117 bytes)
93532024-08-05T18:29:19.145Zuploaded: /work/stamp-clickhouse.log
93542024-08-05T18:29:19.146Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
93552024-08-05T18:29:20.156Zuploaded: /work/stamp-clickhouse_keeper.log
93562024-08-05T18:29:20.156Zuploading: /work/stamp-cockroachdb.log (118 bytes)
93572024-08-05T18:29:21.166Zuploaded: /work/stamp-cockroachdb.log
93582024-08-05T18:29:21.166Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
93592024-08-05T18:29:22.175Zuploaded: /work/stamp-crucible-dtrace.log
93602024-08-05T18:29:22.175Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
93612024-08-05T18:29:23.185Zuploaded: /work/stamp-crucible-pantry-zone.log
93622024-08-05T18:29:23.185Zuploading: /work/stamp-crucible-zone.log (120 bytes)
93632024-08-05T18:29:24.194Zuploaded: /work/stamp-crucible-zone.log
93642024-08-05T18:29:24.194Zuploading: /work/stamp-external-dns.log (119 bytes)
93652024-08-05T18:29:25.203Zuploaded: /work/stamp-external-dns.log
93662024-08-05T18:29:25.203Zuploading: /work/stamp-installinator.log (103 bytes)
93672024-08-05T18:29:26.213Zuploaded: /work/stamp-installinator.log
93682024-08-05T18:29:26.213Zuploading: /work/stamp-internal-dns.log (119 bytes)
93692024-08-05T18:29:27.222Zuploaded: /work/stamp-internal-dns.log
93702024-08-05T18:29:27.222Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
93712024-08-05T18:29:28.232Zuploaded: /work/stamp-mg-ddm-gz.log
93722024-08-05T18:29:28.232Zuploading: /work/stamp-nexus.log (112 bytes)
93732024-08-05T18:29:29.242Zuploaded: /work/stamp-nexus.log
93742024-08-05T18:29:29.242Zuploading: /work/stamp-ntp.log (110 bytes)
93752024-08-05T18:29:30.251Zuploaded: /work/stamp-ntp.log
93762024-08-05T18:29:30.251Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
93772024-08-05T18:29:31.263Zuploaded: /work/stamp-omicron-sled-agent.log
93782024-08-05T18:29:31.263Zuploading: /work/stamp-overlay.log (114 bytes)
93792024-08-05T18:29:32.273Zuploaded: /work/stamp-overlay.log
93802024-08-05T18:29:32.273Zuploading: /work/stamp-oximeter.log (115 bytes)
93812024-08-05T18:29:33.285Zuploaded: /work/stamp-oximeter.log
93822024-08-05T18:29:33.285Zuploading: /work/stamp-oxlog.log (109 bytes)
93832024-08-05T18:29:34.295Zuploaded: /work/stamp-oxlog.log
93842024-08-05T18:29:34.295Zuploading: /work/stamp-probe.log (112 bytes)
93852024-08-05T18:29:35.306Zuploaded: /work/stamp-probe.log
93862024-08-05T18:29:35.306Zuploading: /work/stamp-propolis-server.log (122 bytes)
93872024-08-05T18:29:36.316Zuploaded: /work/stamp-propolis-server.log
93882024-08-05T18:29:36.316Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
93892024-08-05T18:29:37.326Zuploaded: /work/stamp-pumpkind-gz.log
93902024-08-05T18:29:37.326Zuploading: /work/stamp-switch-asic.log (118 bytes)
93912024-08-05T18:29:38.337Zuploaded: /work/stamp-switch-asic.log
93922024-08-05T18:29:38.337Zuploading: /work/verify-libraries.log (1493 bytes)
93932024-08-05T18:29:39.346Zuploaded: /work/verify-libraries.log