01JF0SD55GB4AFDVDCDBXKC570: 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: 01JF0SDRD6B9N6ZA2EV14DRK26

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-13T19:57:08.645Zjob assigned to worker 01JF0SDTVK8YQ98Q1W4P7MPWNS [factory aws, i-0e8800511593ea846] (queued for 1 m 57 s)
 
22024-12-13T19:57:15.923Zstarting task 0: "setup"
32024-12-13T19:57:15.935Z++ uname -s
42024-12-13T19:57:15.937Z+ kern=SunOS
52024-12-13T19:57:15.937Z+ case "$kern" in
62024-12-13T19:57:15.937Z+ groupadd -g 12345 build
72024-12-13T19:57:15.937Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-13T19:57:15.944Z+ zfs create -o mountpoint=/work rpool/work
92024-12-13T19:57:16.041Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-13T19:57:16.043Z+ home_fs=zfs
112024-12-13T19:57:16.043Z+ [[ zfs == autofs ]]
122024-12-13T19:57:16.043Z+ mkdir -p /home/build
132024-12-13T19:57:16.046Z+ chown build:build /home/build /work
142024-12-13T19:57:16.049Z+ chmod 0700 /home/build /work
152024-12-13T19:57:16.051Zprocess exited: duration 128 ms, exit code 0
 
162024-12-13T19:57:16.056Zstarting task 1: "rust-toolchain"
172024-12-13T19:57:16.062Z+ printf ' * toolchain channel = "%s"
182024-12-13T19:57:16.062Z' 1.81.0
192024-12-13T19:57:16.062Z+ printf ' * toolchain profile = "%s"
202024-12-13T19:57:16.062Z' default
212024-12-13T19:57:16.062Z * toolchain channel = "1.81.0"
222024-12-13T19:57:16.062Z * toolchain profile = "default"
232024-12-13T19:57:16.065Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-13T19:57:16.065Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-13T19:57:16.181Zinfo: downloading installer
262024-12-13T19:57:17.338Zinfo: profile set to 'default'
272024-12-13T19:57:17.338Zinfo: default host triple is x86_64-unknown-illumos
282024-12-13T19:57:17.341Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-13T19:57:17.496Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-13T19:57:17.496Zinfo: downloading component 'cargo'
312024-12-13T19:57:18.335Zinfo: downloading component 'clippy'
322024-12-13T19:57:18.645Zinfo: downloading component 'rust-docs'
332024-12-13T19:57:19.811Zinfo: downloading component 'rust-std'
342024-12-13T19:57:21.628Zinfo: downloading component 'rustc'
352024-12-13T19:57:28.136Zinfo: downloading component 'rustfmt'
362024-12-13T19:57:28.382Zinfo: installing component 'cargo'
372024-12-13T19:57:29.191Zinfo: installing component 'clippy'
382024-12-13T19:57:29.552Zinfo: installing component 'rust-docs'
392024-12-13T19:57:31.205Zinfo: installing component 'rust-std'
402024-12-13T19:57:32.924Zinfo: installing component 'rustc'
412024-12-13T19:57:38.699Zinfo: installing component 'rustfmt'
422024-12-13T19:57:39.021Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-13T19:57:39.021Z
442024-12-13T19:57:39.393Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-13T19:57:39.393Z
462024-12-13T19:57:39.397Z
472024-12-13T19:57:39.397ZRust is installed now. Great!
482024-12-13T19:57:39.397Z
492024-12-13T19:57:39.397ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-13T19:57:39.397Zenvironment variable. This has not been done automatically.
512024-12-13T19:57:39.397Z
522024-12-13T19:57:39.397ZTo configure your current shell, you need to source
532024-12-13T19:57:39.397Zthe corresponding env file under $HOME/.cargo.
542024-12-13T19:57:39.397Z
552024-12-13T19:57:39.397ZThis is usually done by running one of the following (note the leading DOT):
562024-12-13T19:57:39.397Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-13T19:57:39.397Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-13T19:57:39.471Z+ rustc --version
592024-12-13T19:57:39.539Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-13T19:57:39.542Zprocess exited: duration 23478 ms, exit code 0
 
612024-12-13T19:57:39.548Zstarting task 2: "authentication"
622024-12-13T19:57:39.570Zprocess exited: duration 21 ms, exit code 0
 
632024-12-13T19:57:39.577Zstarting task 3: "clone repository"
642024-12-13T19:57:39.583Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-13T19:57:39.586Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-13T19:57:39.621ZCloning into '/work/oxidecomputer/omicron'...
672024-12-13T19:57:46.745Z+ cd /work/oxidecomputer/omicron
682024-12-13T19:57:46.745Z+ git fetch origin 51ce5fbaec0a2e7e92edab29d9d908fd141d1739
692024-12-13T19:57:47.063ZFrom https://github.com/oxidecomputer/omicron
702024-12-13T19:57:47.063Z * branch 51ce5fbaec0a2e7e92edab29d9d908fd141d1739 -> FETCH_HEAD
712024-12-13T19:57:47.075Z+ [[ -n john/sled-editor-decommissioned ]]
722024-12-13T19:57:47.079Z++ git branch --show-current
732024-12-13T19:57:47.080Z+ current=main
742024-12-13T19:57:47.080Z+ [[ main != john/sled-editor-decommissioned ]]
752024-12-13T19:57:47.080Z+ git branch -f john/sled-editor-decommissioned 51ce5fbaec0a2e7e92edab29d9d908fd141d1739
762024-12-13T19:57:47.082Z+ git checkout -f john/sled-editor-decommissioned
772024-12-13T19:57:47.188ZSwitched to branch 'john/sled-editor-decommissioned'
782024-12-13T19:57:47.192Z+ git reset --hard 51ce5fbaec0a2e7e92edab29d9d908fd141d1739
792024-12-13T19:57:47.325ZHEAD is now at 51ce5fbae Merge remote-tracking branch 'origin/main' into john/sled-editor-decommissioned
802024-12-13T19:57:47.330Zprocess exited: duration 7721 ms, exit code 0
 
812024-12-13T19:57:47.339Zstarting task 4: "build"
822024-12-13T19:57:47.345Z+ source .github/buildomat/ci-env.sh
832024-12-13T19:57:47.349Z++ export CARGO_TERM_COLOR=always
842024-12-13T19:57:47.349Z++ CARGO_TERM_COLOR=always
852024-12-13T19:57:47.349Z+ cargo --version
862024-12-13T19:57:47.421Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-13T19:57:47.445Z+ rustc --version
882024-12-13T19:57:47.488Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-13T19:57:47.539Z+ cargo tree --locked
902024-12-13T19:57:47.765Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-13T19:57:48.055Z Updating crates.io index
922024-12-13T19:57:48.125Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-13T19:57:48.635Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-13T19:57:48.952Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-13T19:57:49.231Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-13T19:57:49.486Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-13T19:57:50.443Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-13T19:57:51.938Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-13T19:57:53.040Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-13T19:57:53.784Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-13T19:57:54.153Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-13T19:57:54.484Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-13T19:57:55.130Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-13T19:57:55.428Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-13T19:57:55.703Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-13T19:57:56.008Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-13T19:57:56.243Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-13T19:57:56.645Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-13T19:57:56.895Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-13T19:57:57.233Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-13T19:57:57.547Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-13T19:57:57.974Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-13T19:57:58.434Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-13T19:57:58.799Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-13T19:57:59.181Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-13T19:57:59.631Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-13T19:57:59.897Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-13T19:58:00.208Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-13T19:58:00.468Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-13T19:58:02.146Z Downloading crates ...
1212024-12-13T19:58:02.282Z Downloaded atty v0.2.14
1222024-12-13T19:58:02.290Z Downloaded async-object-pool v0.1.5
1232024-12-13T19:58:02.290Z Downloaded async-stream-impl v0.3.6
1242024-12-13T19:58:02.309Z Downloaded atomicwrites v0.4.4
1252024-12-13T19:58:02.313Z Downloaded cfg_aliases v0.1.1
1262024-12-13T19:58:02.321Z Downloaded cfg_aliases v0.2.1
1272024-12-13T19:58:02.321Z Downloaded ascii-canvas v3.0.0
1282024-12-13T19:58:02.321Z Downloaded anstyle-parse v0.2.5
1292024-12-13T19:58:02.321Z Downloaded array-init v0.0.4
1302024-12-13T19:58:02.328Z Downloaded aead v0.5.2
1312024-12-13T19:58:02.328Z Downloaded errno v0.3.9
1322024-12-13T19:58:02.328Z Downloaded adler2 v2.0.0
1332024-12-13T19:58:02.339Z Downloaded async-stream v0.3.6
1342024-12-13T19:58:02.339Z Downloaded ciborium v0.2.2
1352024-12-13T19:58:02.339Z Downloaded async-signal v0.2.10
1362024-12-13T19:58:02.339Z Downloaded block-buffer v0.10.4
1372024-12-13T19:58:02.339Z Downloaded arrayref v0.3.9
1382024-12-13T19:58:02.341Z Downloaded block-padding v0.3.3
1392024-12-13T19:58:02.341Z Downloaded bitfield-struct v0.6.2
1402024-12-13T19:58:02.347Z Downloaded bcrypt-pbkdf v0.10.0
1412024-12-13T19:58:02.347Z Downloaded anes v0.1.6
1422024-12-13T19:58:02.347Z Downloaded approx v0.5.1
1432024-12-13T19:58:02.347Z Downloaded expectorate v1.1.0
1442024-12-13T19:58:02.355Z Downloaded fallible-iterator v0.3.0
1452024-12-13T19:58:02.355Z Downloaded escape8259 v0.5.3
1462024-12-13T19:58:02.355Z Downloaded async-attributes v1.1.2
1472024-12-13T19:58:02.355Z Downloaded fallible-iterator v0.2.0
1482024-12-13T19:58:02.356Z Downloaded base16ct v0.2.0
1492024-12-13T19:58:02.356Z Downloaded event-listener-strategy v0.5.2
1502024-12-13T19:58:02.356Z Downloaded bitflags v1.3.2
1512024-12-13T19:58:02.363Z Downloaded async-channel v2.3.1
1522024-12-13T19:58:02.363Z Downloaded autocfg v1.4.0
1532024-12-13T19:58:02.363Z Downloaded bit-vec v0.6.3
1542024-12-13T19:58:02.371Z Downloaded blowfish v0.9.1
1552024-12-13T19:58:02.371Z Downloaded bb8 v0.8.5
1562024-12-13T19:58:02.371Z Downloaded async-channel v1.9.0
1572024-12-13T19:58:02.371Z Downloaded assert_matches v1.5.0
1582024-12-13T19:58:02.371Z Downloaded event-listener v2.5.3
1592024-12-13T19:58:02.371Z Downloaded async-recursion v1.1.1
1602024-12-13T19:58:02.400Z Downloaded cassowary v0.3.0
1612024-12-13T19:58:02.406Z Downloaded fixedbitset v0.4.2
1622024-12-13T19:58:02.406Z Downloaded fancy-regex v0.13.0
1632024-12-13T19:58:02.414Z Downloaded flume v0.11.1
1642024-12-13T19:58:02.419Z Downloaded fnv v1.0.7
1652024-12-13T19:58:02.419Z Downloaded cfg-if v1.0.0
1662024-12-13T19:58:02.419Z Downloaded float-cmp v0.9.0
1672024-12-13T19:58:02.419Z Downloaded flagset v0.4.6
1682024-12-13T19:58:02.419Z Downloaded fastrand v2.1.1
1692024-12-13T19:58:02.419Z Downloaded addr2line v0.24.2
1702024-12-13T19:58:02.419Z Downloaded fd-lock v4.0.2
1712024-12-13T19:58:02.419Z Downloaded num_enum_derive v0.5.11
1722024-12-13T19:58:02.419Z Downloaded flate2 v1.0.34
1732024-12-13T19:58:02.419Z Downloaded oso-derive v0.27.3
1742024-12-13T19:58:02.419Z Downloaded fragile v2.0.0
1752024-12-13T19:58:02.419Z Downloaded fxhash v0.2.1
1762024-12-13T19:58:02.419Z Downloaded buf-list v1.0.3
1772024-12-13T19:58:02.420Z Downloaded futures-task v0.3.31
1782024-12-13T19:58:02.420Z Downloaded backoff v0.4.0
1792024-12-13T19:58:02.437Z Downloaded async-bb8-diesel v0.2.1
1802024-12-13T19:58:02.437Z Downloaded gethostname v0.5.0
1812024-12-13T19:58:02.437Z Downloaded glob v0.3.1
1822024-12-13T19:58:02.437Z Downloaded futures-sink v0.3.31
1832024-12-13T19:58:02.437Z Downloaded futures-macro v0.3.31
1842024-12-13T19:58:02.437Z Downloaded futures-io v0.3.31
1852024-12-13T19:58:02.437Z Downloaded camino v1.1.9
1862024-12-13T19:58:02.437Z Downloaded cancel-safe-futures v0.1.5
1872024-12-13T19:58:02.437Z Downloaded getrandom v0.2.15
1882024-12-13T19:58:02.437Z Downloaded bitfield v0.14.0
1892024-12-13T19:58:02.437Z Downloaded base64ct v1.6.0
1902024-12-13T19:58:02.446Z Downloaded bzip2 v0.4.4
1912024-12-13T19:58:02.447Z Downloaded guppy-workspace-hack v0.1.0
1922024-12-13T19:58:02.447Z Downloaded blake2b_simd v1.0.2
1932024-12-13T19:58:02.447Z Downloaded async-process v2.3.0
1942024-12-13T19:58:02.447Z Downloaded castaway v0.2.3
1952024-12-13T19:58:02.447Z Downloaded chrono-tz-build v0.4.0
1962024-12-13T19:58:02.447Z Downloaded ahash v0.8.11
1972024-12-13T19:58:02.539Z Downloaded globset v0.4.15
1982024-12-13T19:58:02.539Z Downloaded http-body v1.0.1
1992024-12-13T19:58:02.539Z Downloaded num-iter v0.1.45
2002024-12-13T19:58:02.539Z Downloaded headers-core v0.3.0
2012024-12-13T19:58:02.539Z Downloaded futures-timer v3.0.3
2022024-12-13T19:58:02.539Z Downloaded anyhow v1.0.93
2032024-12-13T19:58:02.539Z Downloaded ghash v0.5.1
2042024-12-13T19:58:02.539Z Downloaded generic-array v0.14.7
2052024-12-13T19:58:02.539Z Downloaded async-io v2.3.4
2062024-12-13T19:58:02.539Z Downloaded http-range v0.1.5
2072024-12-13T19:58:02.539Z Downloaded hash32 v0.3.1
2082024-12-13T19:58:02.539Z Downloaded parking v2.2.1
2092024-12-13T19:58:02.539Z Downloaded group v0.13.0
2102024-12-13T19:58:02.540Z Downloaded cbc v0.1.2
2112024-12-13T19:58:02.540Z Downloaded cargo_metadata v0.18.1
2122024-12-13T19:58:02.540Z Downloaded hex-literal v0.4.1
2132024-12-13T19:58:02.540Z Downloaded heck v0.5.0
2142024-12-13T19:58:02.549Z Downloaded heck v0.4.1
2152024-12-13T19:58:02.549Z Downloaded camino-tempfile v1.1.1
2162024-12-13T19:58:02.549Z Downloaded bitflags v2.6.0
2172024-12-13T19:58:02.550Z Downloaded pem v3.0.4
2182024-12-13T19:58:02.550Z Downloaded hashlink v0.9.1
2192024-12-13T19:58:02.550Z Downloaded pbkdf2 v0.11.0
2202024-12-13T19:58:02.550Z Downloaded hubpack_derive v0.1.1
2212024-12-13T19:58:02.550Z Downloaded hash32 v0.2.1
2222024-12-13T19:58:02.550Z Downloaded cfg-expr v0.17.0
2232024-12-13T19:58:02.550Z Downloaded plain v0.2.3
2242024-12-13T19:58:02.550Z Downloaded fs-err v2.11.0
2252024-12-13T19:58:02.550Z Downloaded humantime v2.1.0
2262024-12-13T19:58:02.550Z Downloaded allocator-api2 v0.2.18
2272024-12-13T19:58:02.550Z Downloaded sigpipe v0.1.3
2282024-12-13T19:58:02.550Z Downloaded radium v0.7.0
2292024-12-13T19:58:02.550Z Downloaded progenitor-macro v0.8.0
2302024-12-13T19:58:02.550Z Downloaded sync_wrapper v1.0.1
2312024-12-13T19:58:02.550Z Downloaded powerfmt v0.2.0
2322024-12-13T19:58:02.550Z Downloaded want v0.3.1
2332024-12-13T19:58:02.550Z Downloaded httpdate v1.0.3
2342024-12-13T19:58:02.550Z Downloaded cstr-argument v0.1.2
2352024-12-13T19:58:02.550Z Downloaded base64 v0.13.1
2362024-12-13T19:58:02.550Z Downloaded waitgroup v0.1.2
2372024-12-13T19:58:02.550Z Downloaded vte_generate_state_changes v0.1.2
2382024-12-13T19:58:02.550Z Downloaded scheduled-thread-pool v0.2.7
2392024-12-13T19:58:02.550Z Downloaded same-file v1.0.6
2402024-12-13T19:58:02.550Z Downloaded serde_regex v1.1.0
2412024-12-13T19:58:02.552Z Downloaded rustc_version v0.4.1
2422024-12-13T19:58:02.552Z Downloaded slog-stdlog v4.1.1
2432024-12-13T19:58:02.552Z Downloaded olpc-cjson v0.1.4
2442024-12-13T19:58:02.552Z Downloaded strum_macros v0.25.3
2452024-12-13T19:58:02.552Z Downloaded sync-ptr v0.1.1
2462024-12-13T19:58:02.552Z Downloaded hubpack v0.1.2
2472024-12-13T19:58:02.552Z Downloaded hashbrown v0.12.3
2482024-12-13T19:58:02.552Z Downloaded parking_lot v0.11.2
2492024-12-13T19:58:02.552Z Downloaded blake2 v0.10.6
2502024-12-13T19:58:02.552Z Downloaded bytes v1.8.0
2512024-12-13T19:58:02.552Z Downloaded endian-type v0.1.2
2522024-12-13T19:58:02.552Z Downloaded rand_chacha v0.3.1
2532024-12-13T19:58:02.552Z Downloaded doc-comment v0.3.3
2542024-12-13T19:58:02.552Z Downloaded http-body-util v0.1.2
2552024-12-13T19:58:02.564Z Downloaded pin-project-internal v1.1.6
2562024-12-13T19:58:02.564Z Downloaded rtoolbox v0.0.2
2572024-12-13T19:58:02.564Z Downloaded thread-id v4.2.2
2582024-12-13T19:58:02.564Z Downloaded thiserror v1.0.69
2592024-12-13T19:58:02.564Z Downloaded postgres-types v0.2.8
2602024-12-13T19:58:02.564Z Downloaded spki v0.7.3
2612024-12-13T19:58:02.564Z Downloaded tokio-macros v2.4.0
2622024-12-13T19:58:02.569Z Downloaded spin v0.5.2
2632024-12-13T19:58:02.569Z Downloaded simd-adler32 v0.3.7
2642024-12-13T19:58:02.569Z Downloaded twox-hash v1.6.3
2652024-12-13T19:58:02.569Z Downloaded hyper-rustls v0.26.0
2662024-12-13T19:58:02.576Z Downloaded zerovec-derive v0.10.3
2672024-12-13T19:58:02.577Z Downloaded thread_local v1.1.8
2682024-12-13T19:58:02.577Z Downloaded tokio-native-tls v0.3.1
2692024-12-13T19:58:02.594Z Downloaded cipher v0.4.4
2702024-12-13T19:58:02.594Z Downloaded curve25519-dalek-derive v0.1.1
2712024-12-13T19:58:02.594Z Downloaded newtype_derive v0.1.6
2722024-12-13T19:58:02.594Z Downloaded rustls-pemfile v2.2.0
2732024-12-13T19:58:02.594Z Downloaded ciborium-ll v0.2.2
2742024-12-13T19:58:02.594Z Downloaded half v2.4.1
2752024-12-13T19:58:02.594Z Downloaded hyper-rustls v0.27.3
2762024-12-13T19:58:02.594Z Downloaded defmt-parser v0.3.4
2772024-12-13T19:58:02.594Z Downloaded snafu-derive v0.8.5
2782024-12-13T19:58:02.594Z Downloaded httptest v0.16.1
2792024-12-13T19:58:02.599Z Downloaded oso v0.27.3
2802024-12-13T19:58:02.599Z Downloaded unicase v2.7.0
2812024-12-13T19:58:02.628Z Downloaded typify-macro v0.2.0
2822024-12-13T19:58:02.628Z Downloaded clap_lex v0.7.2
2832024-12-13T19:58:02.628Z Downloaded base64 v0.22.1
2842024-12-13T19:58:02.667Z Downloaded precomputed-hash v0.1.1
2852024-12-13T19:58:02.668Z Downloaded plotters-svg v0.3.7
2862024-12-13T19:58:02.668Z Downloaded unarray v0.1.4
2872024-12-13T19:58:02.668Z Downloaded openssl-probe v0.1.5
2882024-12-13T19:58:02.668Z Downloaded openssl-macros v0.1.1
2892024-12-13T19:58:02.668Z Downloaded backtrace v0.3.74
2902024-12-13T19:58:02.668Z Downloaded dyn-clone v1.0.17
2912024-12-13T19:58:02.668Z Downloaded enum-as-inner v0.5.1
2922024-12-13T19:58:02.668Z Downloaded dunce v1.0.5
2932024-12-13T19:58:02.668Z Downloaded dof v0.3.0
2942024-12-13T19:58:02.668Z Downloaded hmac v0.12.1
2952024-12-13T19:58:02.668Z Downloaded progenitor-impl v0.8.0
2962024-12-13T19:58:02.668Z Downloaded pin-project-lite v0.2.14
2972024-12-13T19:58:02.668Z Downloaded phf_codegen v0.11.2
2982024-12-13T19:58:02.668Z Downloaded lazy_static v1.5.0
2992024-12-13T19:58:02.668Z Downloaded indent_write v2.2.0
3002024-12-13T19:58:02.668Z Downloaded lazycell v1.3.0
3012024-12-13T19:58:02.668Z Downloaded wait-timeout v0.2.0
3022024-12-13T19:58:02.683Z Downloaded lru v0.12.5
3032024-12-13T19:58:02.683Z Downloaded mockall v0.13.0
3042024-12-13T19:58:02.683Z Downloaded darling v0.20.10
3052024-12-13T19:58:02.683Z Downloaded sqlformat v0.2.6
3062024-12-13T19:58:02.684Z Downloaded headers v0.4.0
3072024-12-13T19:58:02.684Z Downloaded swrite v0.1.0
3082024-12-13T19:58:02.684Z Downloaded socket2 v0.5.7
3092024-12-13T19:58:02.684Z Downloaded termtree v0.4.1
3102024-12-13T19:58:02.684Z Downloaded tokio-rustls v0.26.0
3112024-12-13T19:58:02.684Z Downloaded tokio-rustls v0.25.0
3122024-12-13T19:58:02.684Z Downloaded memmap v0.7.0
3132024-12-13T19:58:02.684Z Downloaded bumpalo v3.16.0
3142024-12-13T19:58:02.684Z Downloaded phf v0.11.2
3152024-12-13T19:58:02.684Z Downloaded tokio-rustls v0.24.1
3162024-12-13T19:58:02.684Z Downloaded serde_with_macros v3.11.0
3172024-12-13T19:58:02.684Z Downloaded rand_xorshift v0.3.0
3182024-12-13T19:58:02.684Z Downloaded rand_seeder v0.3.0
3192024-12-13T19:58:02.684Z Downloaded base64 v0.21.7
3202024-12-13T19:58:02.684Z Downloaded ppv-lite86 v0.2.20
3212024-12-13T19:58:02.684Z Downloaded der_derive v0.7.3
3222024-12-13T19:58:02.989Z Downloaded crossbeam-deque v0.8.5
3232024-12-13T19:58:02.989Z Downloaded usdt-macro v0.5.0
3242024-12-13T19:58:02.989Z Downloaded cc v1.1.30
3252024-12-13T19:58:02.989Z Downloaded icu_locid_transform v1.5.0
3262024-12-13T19:58:02.989Z Downloaded predicates-core v1.0.8
3272024-12-13T19:58:02.990Z Downloaded rustfmt-wrapper v0.2.1
3282024-12-13T19:58:02.990Z Downloaded rustc-hash v2.0.0
3292024-12-13T19:58:02.990Z Downloaded semver v0.1.20
3302024-12-13T19:58:02.990Z Downloaded ipnet v2.10.1
3312024-12-13T19:58:02.990Z Downloaded yoke-derive v0.7.4
3322024-12-13T19:58:02.990Z Downloaded typenum v1.17.0
3332024-12-13T19:58:02.990Z Downloaded clang-sys v1.8.1
3342024-12-13T19:58:02.990Z Downloaded icu_provider_macros v1.5.0
3352024-12-13T19:58:02.991Z Downloaded ident_case v1.0.1
3362024-12-13T19:58:02.992Z Downloaded dtrace-parser v0.2.0
3372024-12-13T19:58:02.993Z Downloaded serde_urlencoded v0.7.1
3382024-12-13T19:58:02.993Z Downloaded slog-dtrace v0.3.0
3392024-12-13T19:58:02.993Z Downloaded slab v0.4.9
3402024-12-13T19:58:02.993Z Downloaded similar v2.6.0
3412024-12-13T19:58:02.993Z Downloaded tinystr v0.7.6
3422024-12-13T19:58:02.993Z Downloaded string_cache v0.8.7
3432024-12-13T19:58:02.993Z Downloaded diesel_table_macro_syntax v0.2.0
3442024-12-13T19:58:02.993Z Downloaded synstructure v0.13.1
3452024-12-13T19:58:02.993Z Downloaded smf v0.2.3
3462024-12-13T19:58:02.993Z Downloaded is_ci v1.2.0
3472024-12-13T19:58:02.993Z Downloaded memmap2 v0.9.5
3482024-12-13T19:58:02.993Z Downloaded num-integer v0.1.46
3492024-12-13T19:58:02.993Z Downloaded tokio-stream v0.1.16
3502024-12-13T19:58:02.993Z Downloaded tui-tree-widget v0.22.0
3512024-12-13T19:58:02.993Z Downloaded predicates v3.1.2
3522024-12-13T19:58:02.993Z Downloaded diff v0.1.13
3532024-12-13T19:58:02.993Z Downloaded owo-colors v4.1.0
3542024-12-13T19:58:02.993Z Downloaded newline-converter v0.3.0
3552024-12-13T19:58:02.994Z Downloaded clap v4.5.21
3562024-12-13T19:58:02.994Z Downloaded number_prefix v0.4.0
3572024-12-13T19:58:02.994Z Downloaded untrusted v0.7.1
3582024-12-13T19:58:02.994Z Downloaded icu_locid v1.5.0
3592024-12-13T19:58:02.994Z Downloaded zip v0.6.6
3602024-12-13T19:58:02.995Z Downloaded new_debug_unreachable v1.0.6
3612024-12-13T19:58:02.995Z Downloaded cobs v0.2.3
3622024-12-13T19:58:02.996Z Downloaded pretty-hex v0.4.1
3632024-12-13T19:58:02.996Z Downloaded debug-ignore v1.0.5
3642024-12-13T19:58:02.996Z Downloaded pretty-hex v0.2.1
3652024-12-13T19:58:02.996Z Downloaded log v0.4.22
3662024-12-13T19:58:02.996Z Downloaded tinytemplate v1.2.1
3672024-12-13T19:58:02.996Z Downloaded convert_case v0.4.0
3682024-12-13T19:58:02.996Z Downloaded smallvec v1.13.2
3692024-12-13T19:58:02.996Z Downloaded mockall_derive v0.13.0
3702024-12-13T19:58:02.996Z Downloaded icu_normalizer v1.5.0
3712024-12-13T19:58:02.996Z Downloaded rstest v0.23.0
3722024-12-13T19:58:02.996Z Downloaded defmt-macros v0.3.9
3732024-12-13T19:58:02.996Z Downloaded defmt v0.3.8
3742024-12-13T19:58:02.996Z Downloaded kv-log-macro v1.0.7
3752024-12-13T19:58:02.996Z Downloaded hashbrown v0.13.2
3762024-12-13T19:58:02.996Z Downloaded linear-map v1.2.0
3772024-12-13T19:58:02.997Z Downloaded aes v0.8.4
3782024-12-13T19:58:02.997Z Downloaded toolchain_find v0.4.0
3792024-12-13T19:58:02.997Z Downloaded take_mut v0.2.2
3802024-12-13T19:58:02.997Z Downloaded try-lock v0.2.5
3812024-12-13T19:58:02.997Z Downloaded toml_datetime v0.6.8
3822024-12-13T19:58:03.051Z Downloaded yasna v0.5.2
3832024-12-13T19:58:03.051Z Downloaded mime v0.3.17
3842024-12-13T19:58:03.051Z Downloaded peg v0.8.4
3852024-12-13T19:58:03.051Z Downloaded ryu v1.0.18
3862024-12-13T19:58:03.051Z Downloaded icu_locid_transform_data v1.5.0
3872024-12-13T19:58:03.051Z Downloaded hickory-server v0.24.1
3882024-12-13T19:58:03.051Z Downloaded crc32fast v1.4.2
3892024-12-13T19:58:03.052Z Downloaded serde v1.0.215
3902024-12-13T19:58:03.052Z Downloaded sec1 v0.7.3
3912024-12-13T19:58:03.052Z Downloaded rfc6979 v0.4.0
3922024-12-13T19:58:03.052Z Downloaded quinn-udp v0.5.5
3932024-12-13T19:58:03.052Z Downloaded yoke v0.7.4
3942024-12-13T19:58:03.052Z Downloaded vsss-rs v3.3.4
3952024-12-13T19:58:03.052Z Downloaded ref-cast-impl v1.0.23
3962024-12-13T19:58:03.052Z Downloaded predicates-tree v1.0.11
3972024-12-13T19:58:03.052Z Downloaded paste v1.0.15
3982024-12-13T19:58:03.052Z Downloaded dhcproto-macros v0.1.0
3992024-12-13T19:58:03.052Z Downloaded darling_macro v0.20.10
4002024-12-13T19:58:03.052Z Downloaded rpassword v7.3.1
4012024-12-13T19:58:03.052Z Downloaded rand_distr v0.4.3
4022024-12-13T19:58:03.052Z Downloaded signal-hook-tokio v0.3.1
4032024-12-13T19:58:03.052Z Downloaded env_logger v0.10.2
4042024-12-13T19:58:03.052Z Downloaded tabwriter v1.4.0
4052024-12-13T19:58:03.052Z Downloaded unicode-properties v0.1.3
4062024-12-13T19:58:03.052Z Downloaded tinyvec v1.8.0
4072024-12-13T19:58:03.052Z Downloaded zerocopy-derive v0.8.10
4082024-12-13T19:58:03.052Z Downloaded num-conv v0.1.0
4092024-12-13T19:58:03.058Z Downloaded opaque-debug v0.3.1
4102024-12-13T19:58:03.058Z Downloaded p256 v0.13.2
4112024-12-13T19:58:03.058Z Downloaded slog-scope v4.4.0
4122024-12-13T19:58:03.058Z Downloaded rand v0.8.5
4132024-12-13T19:58:03.058Z Downloaded usdt v0.5.0
4142024-12-13T19:58:03.058Z Downloaded untrusted v0.9.0
4152024-12-13T19:58:03.058Z Downloaded parking_lot_core v0.8.6
4162024-12-13T19:58:03.058Z Downloaded num-complex v0.4.6
4172024-12-13T19:58:03.058Z Downloaded unicode-linebreak v0.1.5
4182024-12-13T19:58:03.058Z Downloaded aes-gcm v0.10.3
4192024-12-13T19:58:03.058Z Downloaded xattr v1.3.1
4202024-12-13T19:58:03.058Z Downloaded xz2 v0.1.7
4212024-12-13T19:58:03.059Z Downloaded wyz v0.5.1
4222024-12-13T19:58:03.059Z Downloaded peg-macros v0.8.4
4232024-12-13T19:58:03.059Z Downloaded ena v0.14.3
4242024-12-13T19:58:03.059Z Downloaded zerocopy v0.6.6
4252024-12-13T19:58:03.059Z Downloaded icu_provider v1.5.0
4262024-12-13T19:58:03.059Z Downloaded vte v0.11.1
4272024-12-13T19:58:03.059Z Downloaded embedded-io v0.6.1
4282024-12-13T19:58:03.059Z Downloaded sqlparser_derive v0.2.2
4292024-12-13T19:58:03.059Z Downloaded openssl-sys v0.9.103
4302024-12-13T19:58:03.059Z Downloaded enum-as-inner v0.6.1
4312024-12-13T19:58:03.059Z Downloaded ipnetwork v0.20.0
4322024-12-13T19:58:03.059Z Downloaded idna_adapter v1.2.0
4332024-12-13T19:58:03.059Z Downloaded env_logger v0.11.5
4342024-12-13T19:58:03.059Z Downloaded nom v7.1.3
4352024-12-13T19:58:03.059Z Downloaded nanorand v0.7.0
4362024-12-13T19:58:03.059Z Downloaded libefi-sys v0.1.0
4372024-12-13T19:58:03.059Z Downloaded write16 v1.0.0
4382024-12-13T19:58:03.059Z Downloaded piper v0.2.4
4392024-12-13T19:58:03.059Z Downloaded time-macros v0.2.18
4402024-12-13T19:58:03.059Z Downloaded parking_lot v0.12.3
4412024-12-13T19:58:03.059Z Downloaded oorandom v11.1.4
4422024-12-13T19:58:03.059Z Downloaded stringprep v0.1.5
4432024-12-13T19:58:03.059Z Downloaded strip-ansi-escapes v0.2.0
4442024-12-13T19:58:03.060Z Downloaded stringmetrics v2.2.2
4452024-12-13T19:58:03.060Z Downloaded pest_generator v2.7.14
4462024-12-13T19:58:03.060Z Downloaded zerocopy-derive v0.7.35
4472024-12-13T19:58:03.060Z Downloaded ref-cast v1.0.23
4482024-12-13T19:58:03.060Z Downloaded pkcs1 v0.7.5
4492024-12-13T19:58:03.060Z Downloaded typed-path v0.9.3
4502024-12-13T19:58:03.060Z Downloaded instant v0.1.13
4512024-12-13T19:58:03.060Z Downloaded nodrop v0.1.14
4522024-12-13T19:58:03.060Z Downloaded equivalent v1.0.1
4532024-12-13T19:58:03.060Z Downloaded proc-macro-crate v1.3.1
4542024-12-13T19:58:03.060Z Downloaded steno v0.4.1
4552024-12-13T19:58:03.060Z Downloaded scrypt v0.11.0
4562024-12-13T19:58:03.060Z Downloaded dsl_auto_type v0.1.2
4572024-12-13T19:58:03.060Z Downloaded ron v0.7.1
4582024-12-13T19:58:03.060Z Downloaded pathdiff v0.2.2
4592024-12-13T19:58:03.060Z Downloaded normalize-line-endings v0.3.0
4602024-12-13T19:58:03.060Z Downloaded diesel_derives v2.2.3
4612024-12-13T19:58:03.060Z Downloaded tap v1.0.1
4622024-12-13T19:58:03.060Z Downloaded tabled_derive v0.7.0
4632024-12-13T19:58:03.060Z Downloaded supports-color v3.0.1
4642024-12-13T19:58:03.060Z Downloaded secrecy v0.8.0
4652024-12-13T19:58:03.060Z Downloaded progenitor-client v0.8.0
4662024-12-13T19:58:03.060Z Downloaded phf_shared v0.10.0
4672024-12-13T19:58:03.061Z Downloaded num_threads v0.1.7
4682024-12-13T19:58:03.061Z Downloaded rustyline v14.0.0
4692024-12-13T19:58:03.061Z Downloaded thiserror-no-std v2.0.2
4702024-12-13T19:58:03.061Z Downloaded structmeta v0.3.0
4712024-12-13T19:58:03.061Z Downloaded siphasher v0.3.11
4722024-12-13T19:58:03.061Z Downloaded quinn v0.11.5
4732024-12-13T19:58:03.061Z Downloaded shell-words v1.1.0
4742024-12-13T19:58:03.061Z Downloaded pin-utils v0.1.0
4752024-12-13T19:58:03.061Z Downloaded libtest-mimic v0.7.3
4762024-12-13T19:58:03.061Z Downloaded scroll_derive v0.12.0
4772024-12-13T19:58:03.061Z Downloaded libsw v3.3.1
4782024-12-13T19:58:03.061Z Downloaded which v4.4.2
4792024-12-13T19:58:03.061Z Downloaded universal-hash v0.5.1
4802024-12-13T19:58:03.061Z Downloaded libloading v0.8.5
4812024-12-13T19:58:03.061Z Downloaded once_cell v1.20.2
4822024-12-13T19:58:03.075Z Downloaded crc-any v2.5.0
4832024-12-13T19:58:03.075Z Downloaded toml v0.8.19
4842024-12-13T19:58:03.075Z Downloaded rust-argon2 v2.1.0
4852024-12-13T19:58:03.075Z Downloaded rstest_macros v0.23.0
4862024-12-13T19:58:03.075Z Downloaded env_filter v0.1.2
4872024-12-13T19:58:03.075Z Downloaded guppy v0.17.8
4882024-12-13T19:58:03.075Z Downloaded is-terminal v0.4.13
4892024-12-13T19:58:03.075Z Downloaded internet-checksum v0.2.1
4902024-12-13T19:58:03.075Z Downloaded multimap v0.10.0
4912024-12-13T19:58:03.075Z Downloaded is_terminal_polyfill v1.70.1
4922024-12-13T19:58:03.075Z Downloaded instability v0.3.2
4932024-12-13T19:58:03.076Z Downloaded psl-types v2.0.11
4942024-12-13T19:58:03.076Z Downloaded phf_shared v0.11.2
4952024-12-13T19:58:03.076Z Downloaded packed_struct_codegen v0.10.1
4962024-12-13T19:58:03.076Z Downloaded packed_struct v0.10.1
4972024-12-13T19:58:03.076Z Downloaded sct v0.7.1
4982024-12-13T19:58:03.076Z Downloaded textwrap v0.16.1
4992024-12-13T19:58:03.076Z Downloaded der v0.7.9
5002024-12-13T19:58:03.076Z Downloaded progenitor v0.8.0
5012024-12-13T19:58:03.076Z Downloaded yansi v1.0.1
5022024-12-13T19:58:03.080Z Downloaded jobserver v0.1.32
5032024-12-13T19:58:03.080Z Downloaded test-strategy v0.3.1
5042024-12-13T19:58:03.093Z Downloaded downcast v0.11.0
5052024-12-13T19:58:03.093Z Downloaded cookie_store v0.21.0
5062024-12-13T19:58:03.093Z Downloaded plotters v0.3.7
5072024-12-13T19:58:03.097Z Downloaded structmeta-derive v0.2.0
5082024-12-13T19:58:03.097Z Downloaded shlex v1.3.0
5092024-12-13T19:58:03.097Z Downloaded hashbrown v0.14.5
5102024-12-13T19:58:03.108Z Downloaded rustc-demangle v0.1.24
5112024-12-13T19:58:03.108Z Downloaded omicron-zone-package v0.11.1
5122024-12-13T19:58:03.108Z Downloaded russh-keys v0.45.0
5132024-12-13T19:58:03.116Z Downloaded derive_builder_core v0.20.2
5142024-12-13T19:58:03.116Z Downloaded pretty_assertions v1.4.1
5152024-12-13T19:58:03.116Z Downloaded rsa v0.9.6
5162024-12-13T19:58:03.119Z Downloaded ciborium-io v0.2.2
5172024-12-13T19:58:03.127Z Downloaded target-triple v0.1.3
5182024-12-13T19:58:03.127Z Downloaded thiserror-impl v2.0.3
5192024-12-13T19:58:03.127Z Downloaded thiserror-impl v1.0.69
5202024-12-13T19:58:03.127Z Downloaded hyper v1.5.0
5212024-12-13T19:58:03.137Z Downloaded zerofrom v0.1.4
5222024-12-13T19:58:03.268Z Downloaded concurrent-queue v2.5.0
5232024-12-13T19:58:03.268Z Downloaded libxml v0.3.3
5242024-12-13T19:58:03.268Z Downloaded ctr v0.9.2
5252024-12-13T19:58:03.268Z Downloaded toml_edit v0.22.22
5262024-12-13T19:58:03.268Z Downloaded display-error-chain v0.2.2
5272024-12-13T19:58:03.268Z Downloaded trybuild v1.0.101
5282024-12-13T19:58:03.268Z Downloaded toml v0.7.8
5292024-12-13T19:58:03.268Z Downloaded unicode-segmentation v1.12.0
5302024-12-13T19:58:03.269Z Downloaded num v0.4.3
5312024-12-13T19:58:03.269Z Downloaded lalrpop-util v0.19.12
5322024-12-13T19:58:03.269Z Downloaded rusqlite v0.32.1
5332024-12-13T19:58:03.282Z Downloaded parse-size v1.1.0
5342024-12-13T19:58:03.282Z Downloaded proc-macro-error-attr v1.0.4
5352024-12-13T19:58:03.282Z Downloaded pbkdf2 v0.12.2
5362024-12-13T19:58:03.282Z Downloaded semver v1.0.23
5372024-12-13T19:58:03.282Z Downloaded lru-cache v0.1.2
5382024-12-13T19:58:03.282Z Downloaded slog-async v2.8.0
5392024-12-13T19:58:03.282Z Downloaded hyper-staticfile v0.10.1
5402024-12-13T19:58:03.282Z Downloaded darling_core v0.20.10
5412024-12-13T19:58:03.282Z Downloaded target-spec v3.2.2
5422024-12-13T19:58:03.282Z Downloaded subtle v2.6.1
5432024-12-13T19:58:03.283Z Downloaded similar-asserts v1.6.0
5442024-12-13T19:58:03.373Z Downloaded rand_core v0.6.4
5452024-12-13T19:58:03.373Z Downloaded r2d2 v0.8.10
5462024-12-13T19:58:03.373Z Downloaded strum v0.26.3
5472024-12-13T19:58:03.373Z Downloaded colorchoice v1.0.2
5482024-12-13T19:58:03.373Z Downloaded tokio-tungstenite v0.23.1
5492024-12-13T19:58:03.373Z Downloaded dropshot_endpoint v0.13.0
5502024-12-13T19:58:03.373Z Downloaded toml_edit v0.19.15
5512024-12-13T19:58:03.373Z Downloaded impl-trait-for-tuples v0.2.2
5522024-12-13T19:58:03.373Z Downloaded deranged v0.3.11
5532024-12-13T19:58:03.373Z Downloaded goblin v0.8.2
5542024-12-13T19:58:03.373Z Downloaded keccak v0.1.5
5552024-12-13T19:58:03.373Z Downloaded displaydoc v0.2.5
5562024-12-13T19:58:03.373Z Downloaded csv-core v0.1.11
5572024-12-13T19:58:03.373Z Downloaded crossbeam-utils v0.8.20
5582024-12-13T19:58:03.374Z Downloaded matches v0.1.10
5592024-12-13T19:58:03.374Z Downloaded parse-display-derive v0.10.0
5602024-12-13T19:58:03.374Z Downloaded parse-display v0.10.0
5612024-12-13T19:58:03.375Z Downloaded itoa v1.0.11
5622024-12-13T19:58:03.375Z Downloaded percent-encoding v2.3.1
5632024-12-13T19:58:03.375Z Downloaded rustls-pki-types v1.9.0
5642024-12-13T19:58:03.376Z Downloaded lock_api v0.4.12
5652024-12-13T19:58:03.376Z Downloaded litemap v0.7.3
5662024-12-13T19:58:03.376Z Downloaded target-lexicon v0.12.16
5672024-12-13T19:58:03.376Z Downloaded pest_derive v2.7.14
5682024-12-13T19:58:03.376Z Downloaded colored v2.1.0
5692024-12-13T19:58:03.376Z Downloaded term v0.7.0
5702024-12-13T19:58:03.376Z Downloaded structmeta v0.2.0
5712024-12-13T19:58:03.376Z Downloaded slog-envlogger v2.2.0
5722024-12-13T19:58:03.376Z Downloaded nested v0.1.1
5732024-12-13T19:58:03.376Z Downloaded serde_path_to_error v0.1.16
5742024-12-13T19:58:03.376Z Downloaded rustls-pemfile v1.0.4
5752024-12-13T19:58:03.376Z Downloaded rustls-native-certs v0.7.3
5762024-12-13T19:58:03.376Z Downloaded console v0.15.8
5772024-12-13T19:58:03.376Z Downloaded strum_macros v0.24.3
5782024-12-13T19:58:03.376Z Downloaded async-std v1.13.0
5792024-12-13T19:58:03.394Z Downloaded zone_cfg_derive v0.3.0
5802024-12-13T19:58:03.394Z Downloaded bitvec v1.0.1
5812024-12-13T19:58:03.394Z Downloaded mirai-annotations v1.12.0
5822024-12-13T19:58:03.394Z Downloaded zone_cfg_derive v0.1.2
5832024-12-13T19:58:03.394Z Downloaded difflib v0.4.0
5842024-12-13T19:58:03.394Z Downloaded russh-cryptovec v0.7.3
5852024-12-13T19:58:03.394Z Downloaded crucible-workspace-hack v0.1.0
5862024-12-13T19:58:03.394Z Downloaded either v1.13.0
5872024-12-13T19:58:03.394Z Downloaded ed25519 v2.2.3
5882024-12-13T19:58:03.394Z Downloaded nu-ansi-term v0.50.1
5892024-12-13T19:58:03.394Z Downloaded pest v2.7.14
5902024-12-13T19:58:03.394Z Downloaded poly1305 v0.8.0
5912024-12-13T19:58:03.394Z Downloaded snafu v0.8.5
5922024-12-13T19:58:03.394Z Downloaded num-derive v0.4.2
5932024-12-13T19:58:03.394Z Downloaded bindgen v0.69.5
5942024-12-13T19:58:03.394Z Downloaded time-core v0.1.2
5952024-12-13T19:58:03.394Z Downloaded tls_codec_derive v0.4.1
5962024-12-13T19:58:03.394Z Downloaded rustversion v1.0.17
5972024-12-13T19:58:03.394Z Downloaded topological-sort v0.2.2
5982024-12-13T19:58:03.394Z Downloaded sha1 v0.10.6
5992024-12-13T19:58:03.395Z Downloaded pin-project v1.1.6
6002024-12-13T19:58:03.395Z Downloaded tracing-attributes v0.1.27
6012024-12-13T19:58:03.395Z Downloaded derive-where v1.2.7
6022024-12-13T19:58:03.395Z Downloaded portable-atomic v1.9.0
6032024-12-13T19:58:03.433Z Downloaded num_enum v0.5.11
6042024-12-13T19:58:03.433Z Downloaded num_cpus v1.16.0
6052024-12-13T19:58:03.433Z Downloaded usdt-attr-macro v0.5.0
6062024-12-13T19:58:03.433Z Downloaded serde-big-array v0.5.1
6072024-12-13T19:58:03.433Z Downloaded relative-path v1.9.3
6082024-12-13T19:58:03.433Z Downloaded embedded-io v0.4.0
6092024-12-13T19:58:03.433Z Downloaded papergrid v0.11.0
6102024-12-13T19:58:03.475Z Downloaded match_cfg v0.1.0
6112024-12-13T19:58:03.475Z Downloaded thiserror-impl-no-std v2.0.2
6122024-12-13T19:58:03.475Z Downloaded multer v3.1.0
6132024-12-13T19:58:03.475Z Downloaded criterion v0.5.1
6142024-12-13T19:58:03.475Z Downloaded serde_spanned v0.6.8
6152024-12-13T19:58:03.475Z Downloaded hyper-tls v0.6.0
6162024-12-13T19:58:03.475Z Downloaded indoc v2.0.5
6172024-12-13T19:58:03.475Z Downloaded serde-hex v0.1.0
6182024-12-13T19:58:03.475Z Downloaded sha2 v0.10.8
6192024-12-13T19:58:03.475Z Downloaded publicsuffix v2.2.3
6202024-12-13T19:58:03.475Z Downloaded minimal-lexical v0.2.1
6212024-12-13T19:58:03.475Z Downloaded russh v0.45.0
6222024-12-13T19:58:03.476Z Downloaded crunchy v0.2.2
6232024-12-13T19:58:03.476Z Downloaded plotters-backend v0.3.7
6242024-12-13T19:58:03.476Z Downloaded git2 v0.19.0
6252024-12-13T19:58:03.476Z Downloaded dirs-sys-next v0.1.2
6262024-12-13T19:58:03.476Z Downloaded strsim v0.11.1
6272024-12-13T19:58:03.476Z Downloaded static_assertions v1.1.0
6282024-12-13T19:58:03.476Z Downloaded stable_deref_trait v1.2.0
6292024-12-13T19:58:03.476Z Downloaded indoc v1.0.9
6302024-12-13T19:58:03.476Z Downloaded libm v0.2.8
6312024-12-13T19:58:03.476Z Downloaded utf16_iter v1.0.5
6322024-12-13T19:58:03.476Z Downloaded dirs-next v2.0.0
6332024-12-13T19:58:03.476Z Downloaded digest v0.10.7
6342024-12-13T19:58:03.498Z Downloaded diesel-dtrace v0.4.0
6352024-12-13T19:58:03.498Z Downloaded scopeguard v1.2.0
6362024-12-13T19:58:03.498Z Downloaded resolv-conf v0.7.0
6372024-12-13T19:58:03.498Z Downloaded polling v3.7.3
6382024-12-13T19:58:03.498Z Downloaded tower-service v0.3.3
6392024-12-13T19:58:03.498Z Downloaded tinyvec_macros v0.1.1
6402024-12-13T19:58:03.498Z Downloaded utf-8 v0.7.6
6412024-12-13T19:58:03.498Z Downloaded rcgen v0.12.1
6422024-12-13T19:58:03.498Z Downloaded slog-bunyan v2.5.0
6432024-12-13T19:58:03.499Z Downloaded idna v1.0.3
6442024-12-13T19:58:03.499Z Downloaded maplit v1.0.2
6452024-12-13T19:58:03.499Z Downloaded managed v0.8.0
6462024-12-13T19:58:03.499Z Downloaded iana-time-zone v0.1.61
6472024-12-13T19:58:03.499Z Downloaded kstat-rs v0.2.4
6482024-12-13T19:58:03.499Z Downloaded macaddr v1.0.1
6492024-12-13T19:58:03.499Z Downloaded unicode-normalization v0.1.24
6502024-12-13T19:58:03.499Z Downloaded tracing-core v0.1.32
6512024-12-13T19:58:03.503Z Downloaded zone v0.1.8
6522024-12-13T19:58:03.503Z Downloaded compact_str v0.8.0
6532024-12-13T19:58:03.507Z Downloaded p521 v0.13.3
6542024-12-13T19:58:03.507Z Downloaded md5 v0.7.0
6552024-12-13T19:58:03.524Z Downloaded path-slash v0.1.5
6562024-12-13T19:58:03.524Z Downloaded cpufeatures v0.2.14
6572024-12-13T19:58:03.524Z Downloaded polyval v0.6.2
6582024-12-13T19:58:03.536Z Downloaded num-traits v0.2.19
6592024-12-13T19:58:03.536Z Downloaded miniz_oxide v0.8.0
6602024-12-13T19:58:03.536Z Downloaded pkg-config v0.3.31
6612024-12-13T19:58:03.536Z Downloaded rusty-fork v0.3.0
6622024-12-13T19:58:03.536Z Downloaded hyper-util v0.1.10
6632024-12-13T19:58:03.536Z Downloaded constant_time_eq v0.3.1
6642024-12-13T19:58:03.536Z Downloaded petname v2.0.2
6652024-12-13T19:58:03.563Z Downloaded utf8parse v0.2.2
6662024-12-13T19:58:03.563Z Downloaded unicode-ident v1.0.13
6672024-12-13T19:58:03.563Z Downloaded const-oid v0.9.6
6682024-12-13T19:58:03.563Z Downloaded zopfli v0.8.1
6692024-12-13T19:58:03.563Z Downloaded strum_macros v0.26.4
6702024-12-13T19:58:03.563Z Downloaded tls_codec v0.4.1
6712024-12-13T19:58:03.570Z Downloaded signal-hook-mio v0.2.4
6722024-12-13T19:58:03.570Z Downloaded uuid v1.11.0
6732024-12-13T19:58:03.570Z Downloaded tiny-keccak v2.0.2
6742024-12-13T19:58:03.570Z Downloaded const_format_proc_macros v0.2.33
6752024-12-13T19:58:03.570Z Downloaded maybe-uninit v2.0.0
6762024-12-13T19:58:03.570Z Downloaded derive_builder v0.20.2
6772024-12-13T19:58:03.570Z Downloaded crossbeam-epoch v0.9.18
6782024-12-13T19:58:03.570Z Downloaded proc-macro2 v1.0.89
6792024-12-13T19:58:03.570Z Downloaded icu_normalizer_data v1.5.0
6802024-12-13T19:58:03.570Z Downloaded indicatif v0.17.9
6812024-12-13T19:58:03.584Z Downloaded utf8_iter v1.0.4
6822024-12-13T19:58:03.584Z Downloaded unicode-xid v0.2.6
6832024-12-13T19:58:03.584Z Downloaded partial-io v0.5.4
6842024-12-13T19:58:03.584Z Downloaded uzers v0.12.1
6852024-12-13T19:58:03.584Z Downloaded proc-macro-error v1.0.4
6862024-12-13T19:58:03.584Z Downloaded crypto-bigint v0.5.5
6872024-12-13T19:58:03.589Z Downloaded data-encoding v2.6.0
6882024-12-13T19:58:03.589Z Downloaded datatest-stable v0.2.9
6892024-12-13T19:58:03.589Z Downloaded tungstenite v0.24.0
6902024-12-13T19:58:03.592Z Downloaded elliptic-curve v0.13.8
6912024-12-13T19:58:03.600Z Downloaded quick-error v1.2.3
6922024-12-13T19:58:03.600Z Downloaded pkcs8 v0.10.2
6932024-12-13T19:58:03.600Z Downloaded indexmap v1.9.3
6942024-12-13T19:58:03.606Z Downloaded tabled v0.15.0
6952024-12-13T19:58:03.618Z Downloaded password-hash v0.5.0
6962024-12-13T19:58:03.625Z Downloaded serde_derive v1.0.215
6972024-12-13T19:58:03.625Z Downloaded radix_trie v0.2.1
6982024-12-13T19:58:03.632Z Downloaded icu_properties v1.5.1
6992024-12-13T19:58:03.632Z Downloaded gimli v0.31.1
7002024-12-13T19:58:03.639Z Downloaded const_format v0.2.33
7012024-12-13T19:58:03.654Z Downloaded ed25519-dalek v2.1.1
7022024-12-13T19:58:03.675Z Downloaded itertools v0.13.0
7032024-12-13T19:58:03.675Z Downloaded winnow v0.6.20
7042024-12-13T19:58:03.699Z Downloaded samael v0.0.17
7052024-12-13T19:58:03.699Z Downloaded rayon v1.10.0
7062024-12-13T19:58:03.699Z Downloaded pest_meta v2.7.14
7072024-12-13T19:58:03.699Z Downloaded rayon-core v1.12.1
7082024-12-13T19:58:03.699Z Downloaded sqlparser v0.45.0
7092024-12-13T19:58:03.699Z Downloaded qorb v0.2.1
7102024-12-13T19:58:03.699Z Downloaded syn v1.0.109
7112024-12-13T19:58:03.702Z Downloaded mio v1.0.2
7122024-12-13T19:58:03.705Z Downloaded tungstenite v0.23.0
7132024-12-13T19:58:03.711Z Downloaded crossbeam-channel v0.5.13
7142024-12-13T19:58:03.715Z Downloaded p384 v0.13.0
7152024-12-13T19:58:03.718Z Downloaded unsafe-libyaml v0.2.11
7162024-12-13T19:58:03.722Z Downloaded syn v2.0.87
7172024-12-13T19:58:03.733Z Downloaded cookie v0.18.1
7182024-12-13T19:58:03.758Z Downloaded tough v0.19.0
7192024-12-13T19:58:03.759Z Downloaded parse-zoneinfo v0.3.1
7202024-12-13T19:58:03.759Z Downloaded zerovec v0.10.4
7212024-12-13T19:58:03.759Z Downloaded tracing v0.1.40
7222024-12-13T19:58:03.759Z Downloaded rustls-webpki v0.101.7
7232024-12-13T19:58:03.775Z Downloaded idna v0.3.0
7242024-12-13T19:58:03.795Z Downloaded winnow v0.5.40
7252024-12-13T19:58:03.795Z Downloaded openssl v0.10.66
7262024-12-13T19:58:03.795Z Downloaded rustls-webpki v0.102.8
7272024-12-13T19:58:03.812Z Downloaded ssh-key v0.6.6
7282024-12-13T19:58:03.820Z Downloaded zerocopy v0.8.10
7292024-12-13T19:58:03.842Z Downloaded regex-syntax v0.6.29
7302024-12-13T19:58:03.854Z Downloaded nix v0.27.1
7312024-12-13T19:58:03.872Z Downloaded reqwest v0.12.9
7322024-12-13T19:58:03.879Z Downloaded salty v0.3.0
7332024-12-13T19:58:03.879Z Downloaded idna v0.2.3
7342024-12-13T19:58:03.884Z Downloaded regress v0.10.1
7352024-12-13T19:58:03.890Z Downloaded idna v0.5.0
7362024-12-13T19:58:03.896Z Downloaded openapiv3 v2.0.0
7372024-12-13T19:58:03.907Z Downloaded unicode-width v0.2.0
7382024-12-13T19:58:03.913Z Downloaded chrono-tz v0.10.0
7392024-12-13T19:58:03.921Z Downloaded object v0.36.5
7402024-12-13T19:58:03.941Z Downloaded lalrpop v0.19.12
7412024-12-13T19:58:03.954Z Downloaded hickory-proto v0.24.1
7422024-12-13T19:58:03.963Z Downloaded icu_properties_data v1.5.0
7432024-12-13T19:58:03.993Z Downloaded regex v1.11.1
7442024-12-13T19:58:03.993Z Downloaded quinn-proto v0.11.8
7452024-12-13T19:58:03.998Z Downloaded idna v0.4.0
7462024-12-13T19:58:03.998Z Downloaded rustls v0.21.12
7472024-12-13T19:58:04.005Z Downloaded smoltcp v0.11.0
7482024-12-13T19:58:04.017Z Downloaded smoltcp v0.9.1
7492024-12-13T19:58:04.028Z Downloaded trust-dns-proto v0.22.0
7502024-12-13T19:58:04.049Z Downloaded polar-core v0.27.3
7512024-12-13T19:58:04.049Z Downloaded rustls v0.22.4
7522024-12-13T19:58:04.061Z Downloaded rustls v0.23.14
7532024-12-13T19:58:04.113Z Downloaded rustix v0.38.37
7542024-12-13T19:58:04.128Z Downloaded typify-impl v0.2.0
7552024-12-13T19:58:04.128Z Downloaded nix v0.28.0
7562024-12-13T19:58:04.128Z Downloaded regress v0.9.1
7572024-12-13T19:58:04.143Z Downloaded dropshot v0.13.0
7582024-12-13T19:58:04.152Z Downloaded diesel v2.2.6
7592024-12-13T19:58:04.169Z Downloaded nix v0.29.0
7602024-12-13T19:58:04.182Z Downloaded sled v0.34.7
7612024-12-13T19:58:04.199Z Downloaded curve25519-dalek v4.1.3
7622024-12-13T19:58:04.236Z Downloaded unicode-width v0.1.14
7632024-12-13T19:58:04.236Z Downloaded bzip2-sys v0.1.11+1.0.8
7642024-12-13T19:58:04.236Z Downloaded dropshot v0.12.0
7652024-12-13T19:58:04.243Z Downloaded serde_json v1.0.132
7662024-12-13T19:58:04.269Z Downloaded regex-automata v0.4.8
7672024-12-13T19:58:04.279Z Downloaded zerocopy-derive v0.6.6
7682024-12-13T19:58:04.279Z Downloaded vcpkg v0.2.15
7692024-12-13T19:58:04.315Z Downloaded regex-syntax v0.8.5
7702024-12-13T19:58:04.334Z Downloaded bstr v1.10.0
7712024-12-13T19:58:04.334Z Downloaded ratatui v0.28.1
7722024-12-13T19:58:04.363Z Downloaded object v0.30.4
7732024-12-13T19:58:04.371Z Downloaded icu_collections v1.5.0
7742024-12-13T19:58:04.371Z Downloaded webpki-roots v0.26.6
7752024-12-13T19:58:04.371Z Downloaded reedline v0.35.0
7762024-12-13T19:58:04.386Z Downloaded quick-xml v0.33.0
7772024-12-13T19:58:04.386Z Downloaded zip v2.1.3
7782024-12-13T19:58:04.406Z Downloaded lzma-sys v0.1.20
7792024-12-13T19:58:04.417Z Downloaded proc-macro-crate v3.2.0
7802024-12-13T19:58:04.417Z Downloaded crossterm v0.28.1
7812024-12-13T19:58:04.465Z Downloaded dropshot_endpoint v0.12.0
7822024-12-13T19:58:04.465Z Downloaded zerocopy v0.7.35
7832024-12-13T19:58:04.465Z Downloaded tokio-util v0.7.12
7842024-12-13T19:58:04.465Z Downloaded md-5 v0.10.6
7852024-12-13T19:58:04.465Z Downloaded path-tree v0.8.1
7862024-12-13T19:58:04.465Z Downloaded ssh-encoding v0.2.0
7872024-12-13T19:58:04.474Z Downloaded ssh-cipher v0.2.0
7882024-12-13T19:58:04.475Z Downloaded des v0.8.1
7892024-12-13T19:58:04.475Z Downloaded schemars_derive v0.8.21
7902024-12-13T19:58:04.475Z Downloaded time v0.3.36
7912024-12-13T19:58:04.475Z Downloaded num-rational v0.4.2
7922024-12-13T19:58:04.475Z Downloaded native-tls v0.2.12
7932024-12-13T19:58:04.475Z Downloaded tar v0.4.42
7942024-12-13T19:58:04.475Z Downloaded unicode_categories v0.1.1
7952024-12-13T19:58:04.475Z Downloaded zone v0.3.0
7962024-12-13T19:58:04.475Z Downloaded crc v3.2.1
7972024-12-13T19:58:04.482Z Downloaded proptest v1.5.0
7982024-12-13T19:58:04.516Z Downloaded chrono v0.4.38
7992024-12-13T19:58:04.516Z Downloaded indexmap v2.6.0
8002024-12-13T19:58:04.516Z Downloaded newtype-uuid v1.1.3
8012024-12-13T19:58:04.516Z Downloaded subprocess v0.2.9
8022024-12-13T19:58:04.516Z Downloaded slog v2.7.0
8032024-12-13T19:58:04.516Z Downloaded quote v1.0.37
8042024-12-13T19:58:04.516Z Downloaded mime_guess v2.0.5
8052024-12-13T19:58:04.516Z Downloaded inout v0.1.3
8062024-12-13T19:58:04.516Z Downloaded libc v0.2.162
8072024-12-13T19:58:04.565Z Downloaded num-bigint-dig v0.8.4
8082024-12-13T19:58:04.584Z Downloaded petgraph v0.6.5
8092024-12-13T19:58:04.584Z Downloaded encoding_rs v0.8.34
8102024-12-13T19:58:04.595Z Downloaded httpmock v0.8.0-alpha.1
8112024-12-13T19:58:04.606Z Downloaded tokio v1.40.0
8122024-12-13T19:58:04.638Z Downloaded csv v1.3.0
8132024-12-13T19:58:04.657Z Downloaded libz-sys v1.1.20
8142024-12-13T19:58:04.680Z Downloaded writeable v0.5.5
8152024-12-13T19:58:04.691Z Downloaded clap_builder v4.5.21
8162024-12-13T19:58:04.691Z Downloaded thiserror v2.0.3
8172024-12-13T19:58:04.691Z Downloaded x509-cert v0.2.5
8182024-12-13T19:58:04.712Z Downloaded tokio-tungstenite v0.24.0
8192024-12-13T19:58:04.712Z Downloaded tempfile v3.13.0
8202024-12-13T19:58:04.712Z Downloaded parking_lot_core v0.9.10
8212024-12-13T19:58:04.712Z Downloaded signal-hook v0.3.17
8222024-12-13T19:58:04.712Z Downloaded url v2.5.3
8232024-12-13T19:58:04.712Z Downloaded sha3 v0.10.8
8242024-12-13T19:58:04.720Z Downloaded memchr v2.7.4
8252024-12-13T19:58:04.720Z Downloaded tungstenite v0.21.0
8262024-12-13T19:58:04.720Z Downloaded blake3 v1.5.4
8272024-12-13T19:58:04.727Z Downloaded aho-corasick v1.1.3
8282024-12-13T19:58:04.735Z Downloaded serde_with v3.11.0
8292024-12-13T19:58:04.743Z Downloaded aws-lc-rs v1.10.0
8302024-12-13T19:58:04.752Z Downloaded derive_more v0.99.18
8312024-12-13T19:58:04.757Z Downloaded itertools v0.12.1
8322024-12-13T19:58:04.771Z Downloaded h2 v0.4.6
8332024-12-13T19:58:04.781Z Downloaded prettyplease v0.2.25
8342024-12-13T19:58:04.781Z Downloaded itertools v0.10.5
8352024-12-13T19:58:04.781Z Downloaded vergen v8.3.2
8362024-12-13T19:58:04.781Z Downloaded value-bag v1.9.0
8372024-12-13T19:58:04.782Z Downloaded hkdf v0.12.4
8382024-12-13T19:58:04.786Z Downloaded zeroize_derive v1.4.2
8392024-12-13T19:58:04.786Z Downloaded zeroize v1.8.1
8402024-12-13T19:58:04.786Z Downloaded zerofrom-derive v0.1.4
8412024-12-13T19:58:04.786Z Downloaded unicode-truncate v1.1.0
8422024-12-13T19:58:04.789Z Downloaded dhcproto v0.12.0
8432024-12-13T19:58:04.789Z Downloaded derive_builder_macro v0.20.2
8442024-12-13T19:58:04.796Z Downloaded salsa20 v0.10.2
8452024-12-13T19:58:04.796Z Downloaded pkcs5 v0.7.1
8462024-12-13T19:58:04.796Z Downloaded hashbrown v0.15.1
8472024-12-13T19:58:04.800Z Downloaded primeorder v0.13.6
8482024-12-13T19:58:04.804Z Downloaded criterion-plot v0.5.0
8492024-12-13T19:58:04.804Z Downloaded tokio-tungstenite v0.21.0
8502024-12-13T19:58:04.807Z Downloaded whoami v1.5.2
8512024-12-13T19:58:04.807Z Downloaded smallvec v0.6.14
8522024-12-13T19:58:04.808Z Downloaded slog-json v2.6.1
8532024-12-13T19:58:04.811Z Downloaded signature v2.2.0
8542024-12-13T19:58:04.811Z Downloaded serde_repr v0.1.19
8552024-12-13T19:58:04.815Z Downloaded serde_plain v1.0.2
8562024-12-13T19:58:04.815Z Downloaded ecdsa v0.16.9
8572024-12-13T19:58:04.815Z Downloaded version_check v0.9.5
8582024-12-13T19:58:04.819Z Downloaded hickory-resolver v0.24.1
8592024-12-13T19:58:04.822Z Downloaded http v1.1.0
8602024-12-13T19:58:04.825Z Downloaded memoffset v0.9.1
8612024-12-13T19:58:04.825Z Downloaded linked-hash-map v0.5.6
8622024-12-13T19:58:04.826Z Downloaded unicode-bidi v0.3.17
8632024-12-13T19:58:04.829Z Downloaded tokio-postgres v0.7.12
8642024-12-13T19:58:04.833Z Downloaded heapless v0.8.0
8652024-12-13T19:58:04.837Z Downloaded peg-runtime v0.8.3
8662024-12-13T19:58:04.837Z Downloaded crypto-common v0.1.6
8672024-12-13T19:58:04.842Z Downloaded crc-catalog v2.4.0
8682024-12-13T19:58:04.842Z Downloaded cmake v0.1.51
8692024-12-13T19:58:04.842Z Downloaded usdt-impl v0.5.0
8702024-12-13T19:58:04.842Z Downloaded scroll v0.12.0
8712024-12-13T19:58:04.846Z Downloaded num-bigint v0.4.6
8722024-12-13T19:58:04.850Z Downloaded ucd-trie v0.1.7
8732024-12-13T19:58:04.850Z Downloaded serde_derive_internals v0.29.1
8742024-12-13T19:58:04.850Z Downloaded termios v0.3.3
8752024-12-13T19:58:04.856Z Downloaded termcolor v1.4.1
8762024-12-13T19:58:04.856Z Downloaded structmeta-derive v0.3.0
8772024-12-13T19:58:04.856Z Downloaded smawk v0.3.2
8782024-12-13T19:58:04.856Z Downloaded serde_yaml v0.9.34+deprecated
8792024-12-13T19:58:04.919Z Downloaded schemars v0.8.21
8802024-12-13T19:58:04.919Z Downloaded heapless v0.7.17
8812024-12-13T19:58:04.919Z Downloaded signal-hook-registry v1.4.2
8822024-12-13T19:58:04.919Z Downloaded serde_tokenstream v0.2.2
8832024-12-13T19:58:04.919Z Downloaded futures v0.3.31
8842024-12-13T19:58:04.919Z Downloaded rustc-hash v1.1.0
8852024-12-13T19:58:04.932Z Downloaded phf_generator v0.11.2
8862024-12-13T19:58:04.934Z Downloaded rustc_version v0.1.7
8872024-12-13T19:58:04.934Z Downloaded ron v0.8.1
8882024-12-13T19:58:04.934Z Downloaded clap_derive v4.5.18
8892024-12-13T19:58:04.934Z Downloaded typify v0.2.0
8902024-12-13T19:58:04.934Z Downloaded nibble_vec v0.1.0
8912024-12-13T19:58:04.934Z Downloaded spin v0.9.8
8922024-12-13T19:58:04.934Z Downloaded slog-term v2.9.1
8932024-12-13T19:58:04.934Z Downloaded lockfree-object-pool v0.1.6
8942024-12-13T19:58:04.934Z Downloaded postcard v1.0.10
8952024-12-13T19:58:04.934Z Downloaded walkdir v2.5.0
8962024-12-13T19:58:04.934Z Downloaded terminal_size v0.4.0
8972024-12-13T19:58:04.935Z Downloaded password-hash v0.4.2
8982024-12-13T19:58:04.937Z Downloaded chacha20poly1305 v0.10.1
8992024-12-13T19:58:04.937Z Downloaded hickory-client v0.24.1
9002024-12-13T19:58:04.937Z Downloaded threadpool v1.8.1
9012024-12-13T19:58:04.937Z Downloaded httparse v1.9.5
9022024-12-13T19:58:04.937Z Downloaded postgres-protocol v0.6.7
9032024-12-13T19:58:04.937Z Downloaded fs_extra v1.3.0
9042024-12-13T19:58:04.998Z Downloaded futures-channel v0.3.31
9052024-12-13T19:58:04.998Z Downloaded highway v1.2.0
9062024-12-13T19:58:04.998Z Downloaded hex v0.4.3
9072024-12-13T19:58:04.998Z Downloaded pem-rfc7468 v0.7.0
9082024-12-13T19:58:04.998Z Downloaded futures-util v0.3.31
9092024-12-13T19:58:04.998Z Downloaded arc-swap v1.7.1
9102024-12-13T19:58:05.007Z Downloaded hostname v0.4.0
9112024-12-13T19:58:05.007Z Downloaded hostname v0.3.1
9122024-12-13T19:58:05.007Z Downloaded home v0.5.9
9132024-12-13T19:58:05.007Z Downloaded futures-executor v0.3.31
9142024-12-13T19:58:05.007Z Downloaded futures-core v0.3.31
9152024-12-13T19:58:05.007Z Downloaded funty v2.0.0
9162024-12-13T19:58:05.007Z Downloaded heck v0.3.3
9172024-12-13T19:58:05.007Z Downloaded async-executor v1.13.1
9182024-12-13T19:58:05.008Z Downloaded arrayvec v0.7.6
9192024-12-13T19:58:05.008Z Downloaded async-trait v0.1.83
9202024-12-13T19:58:05.008Z Downloaded async-task v4.7.1
9212024-12-13T19:58:05.008Z Downloaded argon2 v0.5.3
9222024-12-13T19:58:05.008Z Downloaded anstyle v1.0.10
9232024-12-13T19:58:05.008Z Downloaded futures-lite v2.3.0
9242024-12-13T19:58:05.008Z Downloaded foreign-types-shared v0.3.1
9252024-12-13T19:58:05.008Z Downloaded foreign-types v0.5.0
9262024-12-13T19:58:05.008Z Downloaded foreign-types v0.3.2
9272024-12-13T19:58:05.008Z Downloaded foldhash v0.1.3
9282024-12-13T19:58:05.008Z Downloaded float-ord v0.3.2
9292024-12-13T19:58:05.012Z Downloaded cast v0.3.0
9302024-12-13T19:58:05.012Z Downloaded bcs v0.1.6
9312024-12-13T19:58:05.012Z Downloaded assert-json-diff v2.0.2
9322024-12-13T19:58:05.018Z Downloaded form_urlencoded v1.2.1
9332024-12-13T19:58:05.018Z Downloaded foreign-types-shared v0.1.1
9342024-12-13T19:58:05.019Z Downloaded foreign-types-macros v0.2.3
9352024-12-13T19:58:05.019Z Downloaded fatfs v0.3.6
9362024-12-13T19:58:05.019Z Downloaded async-lock v3.4.0
9372024-12-13T19:58:05.019Z Downloaded anstream v0.6.15
9382024-12-13T19:58:05.019Z Downloaded chacha20 v0.9.1
9392024-12-13T19:58:05.019Z Downloaded cexpr v0.6.0
9402024-12-13T19:58:05.019Z Downloaded filetime v0.2.25
9412024-12-13T19:58:05.019Z Downloaded ff v0.13.0
9422024-12-13T19:58:05.019Z Downloaded byteorder v1.5.0
9432024-12-13T19:58:05.019Z Downloaded bytecount v0.6.8
9442024-12-13T19:58:05.019Z Downloaded assert_cmd v2.0.16
9452024-12-13T19:58:05.019Z Downloaded fallible-streaming-iterator v0.1.9
9462024-12-13T19:58:05.019Z Downloaded cargo-platform v0.1.8
9472024-12-13T19:58:05.019Z Downloaded bit-set v0.5.3
9482024-12-13T19:58:05.019Z Downloaded event-listener v5.3.1
9492024-12-13T19:58:05.019Z Downloaded atomic-waker v1.1.2
9502024-12-13T19:58:05.019Z Downloaded blocking v1.6.1
9512024-12-13T19:58:05.019Z Downloaded anstyle-query v1.1.1
9522024-12-13T19:58:05.019Z Downloaded async-global-executor v2.4.1
9532024-12-13T19:58:05.019Z Downloaded libgit2-sys v0.17.0+1.8.1
9542024-12-13T19:58:08.971Z Downloaded ring v0.17.8
9552024-12-13T19:58:09.040Z Downloaded ring v0.16.20
9562024-12-13T19:58:09.040Z Downloaded libsqlite3-sys v0.30.1
9572024-12-13T19:58:09.040Z Downloaded aws-lc-sys v0.22.0
9582024-12-13T19:58:09.040Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9592024-12-13T19:58:13.357Z Startup: Refreshing catalog 'helios-dev' ... Done
9602024-12-13T19:58:17.194Z Startup: Caching catalogs ... Done
9612024-12-13T19:58:27.795ZPlanning: Solver setup ... Done (9.701s)
9622024-12-13T19:58:27.925ZPlanning: Running solver ... Done (0.130s)
9632024-12-13T19:58:28.034ZPlanning: Finding local manifests ... Done (0.004s)
9642024-12-13T19:58:28.049ZPlanning: Fetching manifests: 0/5 0% complete
9652024-12-13T19:58:28.279ZPlanning: Fetching manifests: 5/5 100% complete
9662024-12-13T19:58:28.389ZPlanning: Package planning ... Done (0.110s)
9672024-12-13T19:58:28.468ZPlanning: Merging actions ... Done (0.059s)
9682024-12-13T19:58:28.644ZPlanning: Checking for conflicting actions ... Done (0.196s)
9692024-12-13T19:58:30.670ZPlanning: Consolidating action changes ... Done (2.025s)
9702024-12-13T19:58:31.108ZPlanning: Evaluating mediators ... Done (0.438s)
9712024-12-13T19:58:31.193ZPlanning: Planning completed in 13.90 seconds
9722024-12-13T19:58:31.210Z Packages to install: 4
9732024-12-13T19:58:31.210Z Packages to update: 1
9742024-12-13T19:58:31.210Z Mediators to change: 2
9752024-12-13T19:58:31.216Z Services to change: 1
9762024-12-13T19:58:31.216Z Estimated space available: 155.38 GB
9772024-12-13T19:58:31.216ZEstimated space to be consumed: 1.61 GB
9782024-12-13T19:58:31.216Z Create boot environment: No
9792024-12-13T19:58:31.216ZCreate backup boot environment: Yes
9802024-12-13T19:58:31.216Z Rebuild boot archive: No
9812024-12-13T19:58:31.216Z
9822024-12-13T19:58:31.216ZChanged mediators:
9832024-12-13T19:58:31.216Z mediator clang:
9842024-12-13T19:58:31.216Z version: None -> 15 (system default)
9852024-12-13T19:58:31.216Z
9862024-12-13T19:58:31.216Z mediator llvm:
9872024-12-13T19:58:31.216Z version: 14 (system default) -> 15 (system default)
9882024-12-13T19:58:31.218Z
9892024-12-13T19:58:31.218ZChanged packages:
9902024-12-13T19:58:31.218Zhelios-dev
9912024-12-13T19:58:31.218Z developer/build-essential
9922024-12-13T19:58:31.218Z None -> 11-2.0
9932024-12-13T19:58:31.218Z library/libxmlsec1
9942024-12-13T19:58:31.218Z None -> 1.2.35-2.0
9952024-12-13T19:58:31.218Z ooce/developer/clang-15
9962024-12-13T19:58:31.218Z None -> 15.0.7-2.0
9972024-12-13T19:58:31.218Z ooce/developer/llvm-15
9982024-12-13T19:58:31.218Z None -> 15.0.7-2.0
9992024-12-13T19:58:31.218Z package/pkg
10002024-12-13T19:58:31.218Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10012024-12-13T19:58:31.219Z
10022024-12-13T19:58:31.219ZServices:
10032024-12-13T19:58:31.219Z restart_fmri:
10042024-12-13T19:58:31.219Z svc:/system/update-man-index:default
10052024-12-13T19:58:31.219Z
10062024-12-13T19:58:31.219ZEditable files to change:
10072024-12-13T19:58:31.219Z Update:
10082024-12-13T19:58:31.219Z usr/share/lib/pkg/web/config.shtml
10092024-12-13T19:58:31.293Z
10102024-12-13T19:58:31.293ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10112024-12-13T19:58:39.471ZDownload: 1412/4281 items 104.5/220.6MB 47% complete (21.0M/s)
10122024-12-13T19:58:41.295ZDownload: 3190/4281 items 152.3/220.6MB 69% complete (15.2M/s)
10132024-12-13T19:58:46.031ZDownload: Completed 220.60 MB in 14.74 seconds (15.0M/s)
10142024-12-13T19:58:47.641Z Actions: 1/5063 actions (Removing old actions)
10152024-12-13T19:58:47.661Z Actions: 194/5063 actions (Installing new actions)
10162024-12-13T19:58:52.380Z Actions: 4226/5063 actions (Updating modified actions)
10172024-12-13T19:58:52.697Z Actions: Completed 5063 actions in 5.05 seconds.
10182024-12-13T19:58:52.927Z Done (0.222s)
10192024-12-13T19:58:52.929Z Done (0.000s)
10202024-12-13T19:58:53.483Z Done (0.555s)
10212024-12-13T19:58:58.117Z Done (4.409s)
10222024-12-13T19:58:58.204Z Done (0.016s)
10232024-12-13T19:58:58.207Z Done (0.000s)
10242024-12-13T19:58:58.381Z Done (0.000s)
10252024-12-13T19:58:59.120ZPlanning: Evaluating mediator changes ... Done
10262024-12-13T19:58:59.287ZPlanning: Checking for conflicting actions ... Done
10272024-12-13T19:58:59.290ZPlanning: Consolidating action changes ... Done
10282024-12-13T19:58:59.568ZPlanning: Evaluating mediators ... Done
10292024-12-13T19:58:59.572ZPlanning: Planning completed in 0.45 seconds
10302024-12-13T19:58:59.609Z Mediators to change: 2
10312024-12-13T19:58:59.609Z Create boot environment: No
10322024-12-13T19:58:59.612ZCreate backup boot environment: No
10332024-12-13T19:58:59.687Z Done
10342024-12-13T19:58:59.687Z Done
10352024-12-13T19:59:00.089Z Done
10362024-12-13T19:59:04.096Z Done
10372024-12-13T19:59:04.202Z Done
10382024-12-13T19:59:04.205Z Done
10392024-12-13T19:59:04.336Z Done
10402024-12-13T19:59:04.986ZPlanning: Evaluating mediator changes ... Done
10412024-12-13T19:59:04.990ZPlanning: Merging actions ... Done
10422024-12-13T19:59:05.184ZPlanning: Checking for conflicting actions ... Done
10432024-12-13T19:59:05.188ZPlanning: Consolidating action changes ... Done
10442024-12-13T19:59:05.464ZPlanning: Evaluating mediators ... Done
10452024-12-13T19:59:05.526ZPlanning: Planning completed in 0.79 seconds
10462024-12-13T19:59:05.566Z Packages to change: 1
10472024-12-13T19:59:05.566Z Mediators to change: 1
10482024-12-13T19:59:05.570Z Services to change: 1
10492024-12-13T19:59:05.570Z Create boot environment: No
10502024-12-13T19:59:05.570ZCreate backup boot environment: Yes
10512024-12-13T19:59:07.869Z Actions: 1/6 actions (Updating modified actions)
10522024-12-13T19:59:07.871Z Actions: Completed 6 actions in 0.00 seconds.
10532024-12-13T19:59:07.872Z Done
10542024-12-13T19:59:07.872Z Done
10552024-12-13T19:59:07.985Z Done
10562024-12-13T19:59:11.909Z Done
10572024-12-13T19:59:12.003Z Done
10582024-12-13T19:59:12.011Z Done
10592024-12-13T19:59:12.137Z Done
10602024-12-13T19:59:12.615ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10612024-12-13T19:59:12.615Zclang system 15 system
10622024-12-13T19:59:12.615Zcsh system system illumos
10632024-12-13T19:59:12.615Zctags system system illumos
10642024-12-13T19:59:12.615Zgcc vendor 12 vendor
10652024-12-13T19:59:12.615Zgcc system 10 system
10662024-12-13T19:59:12.615Zgcc system 7 system
10672024-12-13T19:59:12.615Zgo system 1.20 system
10682024-12-13T19:59:12.615Zgo system 1.19 system
10692024-12-13T19:59:12.615Zllvm system 15 system
10702024-12-13T19:59:12.615Zllvm system 14 system
10712024-12-13T19:59:12.615Zmariadb system 10.6 system
10722024-12-13T19:59:12.615Zmta vendor vendor dma
10732024-12-13T19:59:12.615Zopenjdk system 17 system
10742024-12-13T19:59:12.615Zopenjdk system 11 system
10752024-12-13T19:59:12.615Zopenjdk system 1.8 system
10762024-12-13T19:59:12.616Zopenssl vendor 3 vendor
10772024-12-13T19:59:12.616Zperl system 5.36 system
10782024-12-13T19:59:12.616Zpostgresql system 15 system
10792024-12-13T19:59:12.616Zpostgresql system 13 system
10802024-12-13T19:59:12.616Zpython vendor 3 vendor
10812024-12-13T19:59:12.616Zpython system 2 system
10822024-12-13T19:59:12.616Zpython3 system 3.11 system
10832024-12-13T19:59:12.616Zruby system 3.0 system
10842024-12-13T19:59:12.616Zwords vendor vendor american-english
10852024-12-13T19:59:12.616Zwords system system australian-english
10862024-12-13T19:59:12.616Zwords system system british-english
10872024-12-13T19:59:12.616Zwords system system canadian-english
10882024-12-13T19:59:12.616Zwords system system french
10892024-12-13T19:59:12.616Zwords system system italian
10902024-12-13T19:59:12.616Zwords system system ngerman
10912024-12-13T19:59:12.616Zwords system system ogerman
10922024-12-13T19:59:12.616Zwords system system spanish
10932024-12-13T19:59:12.985ZPUBLISHER TYPE STATUS P LOCATION
10942024-12-13T19:59:12.985Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10952024-12-13T19:59:15.775ZFMRI IFO
10962024-12-13T19:59:15.775Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10972024-12-13T19:59:15.775Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10982024-12-13T19:59:15.775Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10992024-12-13T19:59:15.775Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11002024-12-13T19:59:15.775Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11012024-12-13T19:59:15.776Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11022024-12-13T19:59:15.776Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11032024-12-13T19:59:15.776Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11042024-12-13T19:59:15.776Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11052024-12-13T19:59:15.776Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11062024-12-13T19:59:15.776Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11072024-12-13T19:59:15.776Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11082024-12-13T19:59:15.776Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11092024-12-13T19:59:15.777Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11102024-12-13T19:59:15.777Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11112024-12-13T19:59:16.878Z Downloading crates ...
11122024-12-13T19:59:16.967Z Downloaded cargo_toml v0.20.5
11132024-12-13T19:59:17.106Z Compiling proc-macro2 v1.0.89
11142024-12-13T19:59:17.106Z Compiling unicode-ident v1.0.13
11152024-12-13T19:59:17.106Z Compiling serde v1.0.215
11162024-12-13T19:59:17.109Z Compiling version_check v0.9.5
11172024-12-13T19:59:17.109Z Compiling thiserror v1.0.69
11182024-12-13T19:59:17.109Z Compiling memchr v2.7.4
11192024-12-13T19:59:17.109Z Compiling libc v0.2.162
11202024-12-13T19:59:17.129Z Compiling ryu v1.0.18
11212024-12-13T19:59:17.366Z Compiling ucd-trie v0.1.7
11222024-12-13T19:59:17.490Z Compiling itoa v1.0.11
11232024-12-13T19:59:17.845Z Compiling once_cell v1.20.2
11242024-12-13T19:59:17.997Z Compiling byteorder v1.5.0
11252024-12-13T19:59:18.086Z Compiling serde_json v1.0.132
11262024-12-13T19:59:18.276Z Compiling rustix v0.38.37
11272024-12-13T19:59:18.345Z Compiling bitflags v2.6.0
11282024-12-13T19:59:18.460Z Compiling proc-macro-error-attr v1.0.4
11292024-12-13T19:59:18.737Z Compiling usdt-impl v0.5.0
11302024-12-13T19:59:18.768Z Compiling syn v1.0.109
11312024-12-13T19:59:18.837Z Compiling proc-macro-error v1.0.4
11322024-12-13T19:59:18.861Z Compiling equivalent v1.0.1
11332024-12-13T19:59:18.964Z Compiling quote v1.0.37
11342024-12-13T19:59:19.104Z Compiling hashbrown v0.15.1
11352024-12-13T19:59:19.184Z Compiling log v0.4.22
11362024-12-13T19:59:19.197Z Compiling utf8parse v0.2.2
11372024-12-13T19:59:19.343Z Compiling syn v2.0.87
11382024-12-13T19:59:19.393Z Compiling errno v0.3.9
11392024-12-13T19:59:19.583Z Compiling thread-id v4.2.2
11402024-12-13T19:59:19.663Z Compiling plain v0.2.3
11412024-12-13T19:59:19.676Z Compiling camino v1.1.9
11422024-12-13T19:59:19.687Z Compiling anstyle-parse v0.2.5
11432024-12-13T19:59:20.027Z Compiling winnow v0.6.20
11442024-12-13T19:59:20.263Z Compiling colorchoice v1.0.2
11452024-12-13T19:59:20.385Z Compiling indexmap v2.6.0
11462024-12-13T19:59:20.412Z Compiling unicode-width v0.1.14
11472024-12-13T19:59:20.436Z Compiling anstyle-query v1.1.1
11482024-12-13T19:59:20.602Z Compiling anstyle v1.0.10
11492024-12-13T19:59:20.772Z Compiling is_terminal_polyfill v1.70.1
11502024-12-13T19:59:20.895Z Compiling semver v1.0.23
11512024-12-13T19:59:20.961Z Compiling pretty-hex v0.4.1
11522024-12-13T19:59:21.064Z Compiling autocfg v1.4.0
11532024-12-13T19:59:21.176Z Compiling anstream v0.6.15
11542024-12-13T19:59:21.748Z Compiling terminal_size v0.4.0
11552024-12-13T19:59:21.843Z Compiling heck v0.5.0
11562024-12-13T19:59:21.958Z Compiling strsim v0.11.1
11572024-12-13T19:59:21.971Z Compiling fnv v1.0.7
11582024-12-13T19:59:22.156Z Compiling cfg-if v1.0.0
11592024-12-13T19:59:22.255Z Compiling fs-err v2.11.0
11602024-12-13T19:59:22.481Z Compiling heck v0.4.1
11612024-12-13T19:59:22.528Z Compiling fastrand v2.1.1
11622024-12-13T19:59:22.673Z Compiling anyhow v1.0.93
11632024-12-13T19:59:22.973Z Compiling clap_lex v0.7.2
11642024-12-13T19:59:23.031Z Compiling bytecount v0.6.8
11652024-12-13T19:59:23.115Z Compiling tempfile v3.13.0
11662024-12-13T19:59:23.197Z Compiling papergrid v0.11.0
11672024-12-13T19:59:23.231Z Compiling clap_builder v4.5.21
11682024-12-13T19:59:23.623Z Compiling memmap v0.7.0
11692024-12-13T19:59:23.678Z Compiling smawk v0.3.2
11702024-12-13T19:59:23.835Z Compiling unicode-linebreak v0.1.5
11712024-12-13T19:59:23.986Z Compiling swrite v0.1.0
11722024-12-13T19:59:24.348Z Compiling textwrap v0.16.1
11732024-12-13T19:59:25.245Z Compiling tabled_derive v0.7.0
11742024-12-13T19:59:26.998Z Compiling tabled v0.15.0
11752024-12-13T19:59:27.926Z Compiling serde_derive v1.0.215
11762024-12-13T19:59:27.930Z Compiling thiserror-impl v1.0.69
11772024-12-13T19:59:27.930Z Compiling zerocopy-derive v0.7.35
11782024-12-13T19:59:27.930Z Compiling scroll_derive v0.12.0
11792024-12-13T19:59:28.158Z Compiling clap_derive v4.5.18
11802024-12-13T19:59:29.423Z Compiling scroll v0.12.0
11812024-12-13T19:59:30.037Z Compiling goblin v0.8.2
11822024-12-13T19:59:31.272Z Compiling zerocopy v0.7.35
11832024-12-13T19:59:31.458Z Compiling pest v2.7.14
11842024-12-13T19:59:32.085Z Compiling clap v4.5.21
11852024-12-13T19:59:33.694Z Compiling pest_meta v2.7.14
11862024-12-13T19:59:34.574Z Compiling pest_generator v2.7.14
11872024-12-13T19:59:36.508Z Compiling pest_derive v2.7.14
11882024-12-13T19:59:37.125Z Compiling dtrace-parser v0.2.0
11892024-12-13T19:59:38.429Z Compiling serde_tokenstream v0.2.2
11902024-12-13T19:59:38.583Z Compiling serde_spanned v0.6.8
11912024-12-13T19:59:38.583Z Compiling toml_datetime v0.6.8
11922024-12-13T19:59:38.845Z Compiling cargo-platform v0.1.8
11932024-12-13T19:59:38.983Z Compiling toml_edit v0.22.22
11942024-12-13T19:59:39.048Z Compiling macaddr v1.0.1
11952024-12-13T19:59:39.198Z Compiling camino-tempfile v1.1.1
11962024-12-13T19:59:39.987Z Compiling dof v0.3.0
11972024-12-13T19:59:40.189Z Compiling cargo_metadata v0.18.1
11982024-12-13T19:59:41.719Z Compiling usdt-attr-macro v0.5.0
11992024-12-13T19:59:41.719Z Compiling usdt-macro v0.5.0
12002024-12-13T19:59:41.919Z Compiling toml v0.8.19
12012024-12-13T19:59:42.932Z Compiling cargo_toml v0.20.5
12022024-12-13T19:59:43.041Z Compiling usdt v0.5.0
12032024-12-13T19:59:46.531Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12042024-12-13T19:59:50.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.56s
12052024-12-13T19:59:50.948Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12062024-12-13T19:59:51.819Z Compiling serde v1.0.215
12072024-12-13T19:59:51.822Z Compiling lock_api v0.4.12
12082024-12-13T19:59:51.822Z Compiling scopeguard v1.2.0
12092024-12-13T19:59:51.822Z Compiling value-bag v1.9.0
12102024-12-13T19:59:51.822Z Compiling typenum v1.17.0
12112024-12-13T19:59:51.822Z Compiling generic-array v0.14.7
12122024-12-13T19:59:51.945Z Compiling syn v2.0.87
12132024-12-13T19:59:51.948Z Compiling getrandom v0.2.15
12142024-12-13T19:59:52.159Z Compiling shlex v1.3.0
12152024-12-13T19:59:52.294Z Compiling rand_core v0.6.4
12162024-12-13T19:59:52.442Z Compiling log v0.4.22
12172024-12-13T19:59:52.570Z Compiling subtle v2.6.1
12182024-12-13T19:59:52.587Z Compiling jobserver v0.1.32
12192024-12-13T19:59:52.604Z Compiling smallvec v1.13.2
12202024-12-13T19:59:52.838Z Compiling const-oid v0.9.6
12212024-12-13T19:59:52.891Z Compiling spin v0.9.8
12222024-12-13T19:59:52.923Z Compiling pin-project-lite v0.2.14
12232024-12-13T19:59:53.040Z Compiling cc v1.1.30
12242024-12-13T19:59:53.057Z Compiling rustix v0.38.37
12252024-12-13T19:59:53.286Z Compiling parking_lot_core v0.9.10
12262024-12-13T19:59:53.333Z Compiling futures-core v0.3.31
12272024-12-13T19:59:53.522Z Compiling signal-hook-registry v1.4.2
12282024-12-13T19:59:53.591Z Compiling mio v1.0.2
12292024-12-13T19:59:53.999Z Compiling aho-corasick v1.1.3
12302024-12-13T19:59:54.376Z Compiling parking_lot v0.12.3
12312024-12-13T19:59:54.433Z Compiling regex-syntax v0.8.5
12322024-12-13T19:59:54.732Z Compiling either v1.13.0
12332024-12-13T19:59:54.777Z Compiling cpufeatures v0.2.14
12342024-12-13T19:59:54.829Z Compiling lazy_static v1.5.0
12352024-12-13T19:59:54.884Z Compiling glob v0.3.1
12362024-12-13T19:59:54.944Z Compiling stable_deref_trait v1.2.0
12372024-12-13T19:59:55.055Z Compiling futures-sink v0.3.31
12382024-12-13T19:59:55.155Z Compiling socket2 v0.5.7
12392024-12-13T19:59:55.209Z Compiling slab v0.4.9
12402024-12-13T19:59:55.370Z Compiling prettyplease v0.2.25
12412024-12-13T19:59:55.662Z Compiling minimal-lexical v0.2.1
12422024-12-13T19:59:55.943Z Compiling clang-sys v1.8.1
12432024-12-13T19:59:56.014Z Compiling libloading v0.8.5
12442024-12-13T19:59:56.113Z Compiling nom v7.1.3
12452024-12-13T19:59:56.181Z Compiling serde_json v1.0.132
12462024-12-13T19:59:56.444Z Compiling bindgen v0.69.5
12472024-12-13T19:59:56.508Z Compiling home v0.5.9
12482024-12-13T19:59:56.811Z Compiling futures-channel v0.3.31
12492024-12-13T19:59:57.266Z Compiling itertools v0.12.1
12502024-12-13T19:59:57.287Z Compiling futures-io v0.3.31
12512024-12-13T19:59:57.536Z Compiling rustc-hash v1.1.0
12522024-12-13T19:59:57.613Z Compiling foldhash v0.1.3
12532024-12-13T19:59:57.682Z Compiling allocator-api2 v0.2.18
12542024-12-13T19:59:57.931Z Compiling pin-utils v0.1.0
12552024-12-13T19:59:58.026Z Compiling lazycell v1.3.0
12562024-12-13T19:59:58.199Z Compiling regex-automata v0.4.8
12572024-12-13T19:59:58.499Z Compiling futures-task v0.3.31
12582024-12-13T19:59:58.816Z Compiling hashbrown v0.15.1
12592024-12-13T19:59:59.775Z Compiling cexpr v0.6.0
12602024-12-13T20:00:00.042Z Compiling synstructure v0.13.1
12612024-12-13T20:00:00.552Z Compiling cmake v0.1.51
12622024-12-13T20:00:01.399Z Compiling fs_extra v1.3.0
12632024-12-13T20:00:01.623Z Compiling pkg-config v0.3.31
12642024-12-13T20:00:01.701Z Compiling tinyvec_macros v0.1.1
12652024-12-13T20:00:01.792Z Compiling libm v0.2.8
12662024-12-13T20:00:01.811Z Compiling dunce v1.0.5
12672024-12-13T20:00:01.943Z Compiling tinyvec v1.8.0
12682024-12-13T20:00:02.017Z Compiling num-traits v0.2.19
12692024-12-13T20:00:02.580Z Compiling ring v0.17.8
12702024-12-13T20:00:03.316Z Compiling paste v1.0.15
12712024-12-13T20:00:03.460Z Compiling writeable v0.5.5
12722024-12-13T20:00:03.582Z Compiling unicode-normalization v0.1.24
12732024-12-13T20:00:03.931Z Compiling litemap v0.7.3
12742024-12-13T20:00:03.942Z Compiling regex v1.11.1
12752024-12-13T20:00:03.942Z Compiling unicode-bidi v0.3.17
12762024-12-13T20:00:04.020Z Compiling base64ct v1.6.0
12772024-12-13T20:00:04.632Z Compiling pem-rfc7468 v0.7.0
12782024-12-13T20:00:04.832Z Compiling aws-lc-rs v1.10.0
12792024-12-13T20:00:05.252Z Compiling httparse v1.9.5
12802024-12-13T20:00:05.292Z Compiling flagset v0.4.6
12812024-12-13T20:00:05.502Z Compiling tracing-core v0.1.32
12822024-12-13T20:00:06.095Z Compiling icu_locid_transform_data v1.5.0
12832024-12-13T20:00:06.214Z Compiling crossbeam-utils v0.8.20
12842024-12-13T20:00:06.653Z Compiling rustls-pki-types v1.9.0
12852024-12-13T20:00:06.801Z Compiling percent-encoding v2.3.1
12862024-12-13T20:00:06.920Z Compiling icu_properties_data v1.5.0
12872024-12-13T20:00:07.243Z Compiling untrusted v0.9.0
12882024-12-13T20:00:07.262Z Compiling mirai-annotations v1.12.0
12892024-12-13T20:00:07.406Z Compiling serde_derive v1.0.215
12902024-12-13T20:00:07.438Z Compiling zeroize_derive v1.4.2
12912024-12-13T20:00:07.463Z Compiling zerocopy-derive v0.7.35
12922024-12-13T20:00:07.587Z Compiling tokio-macros v2.4.0
12932024-12-13T20:00:07.908Z Compiling zerofrom-derive v0.1.4
12942024-12-13T20:00:09.073Z Compiling zeroize v1.8.1
12952024-12-13T20:00:09.224Z Compiling thiserror-impl v1.0.69
12962024-12-13T20:00:09.244Z Compiling yoke-derive v0.7.4
12972024-12-13T20:00:09.848Z Compiling zerocopy v0.7.35
12982024-12-13T20:00:10.169Z Compiling futures-macro v0.3.31
12992024-12-13T20:00:10.937Z Compiling crypto-common v0.1.6
13002024-12-13T20:00:11.183Z Compiling block-buffer v0.10.4
13012024-12-13T20:00:11.316Z Compiling zerovec-derive v0.10.3
13022024-12-13T20:00:11.451Z Compiling digest v0.10.7
13032024-12-13T20:00:11.614Z Compiling block-padding v0.3.3
13042024-12-13T20:00:11.873Z Compiling hmac v0.12.1
13052024-12-13T20:00:11.938Z Compiling displaydoc v0.2.5
13062024-12-13T20:00:12.141Z Compiling zerofrom v0.1.4
13072024-12-13T20:00:12.163Z Compiling inout v0.1.3
13082024-12-13T20:00:12.287Z Compiling futures-util v0.3.31
13092024-12-13T20:00:12.378Z Compiling sha2 v0.10.8
13102024-12-13T20:00:12.444Z Compiling cipher v0.4.4
13112024-12-13T20:00:12.494Z Compiling yoke v0.7.4
13122024-12-13T20:00:12.830Z Compiling thiserror v1.0.69
13132024-12-13T20:00:12.928Z Compiling ppv-lite86 v0.2.20
13142024-12-13T20:00:12.972Z Compiling icu_provider_macros v1.5.0
13152024-12-13T20:00:13.006Z Compiling der_derive v0.7.3
13162024-12-13T20:00:13.779Z Compiling tracing-attributes v0.1.27
13172024-12-13T20:00:13.838Z Compiling rand_chacha v0.3.1
13182024-12-13T20:00:14.171Z Compiling salsa20 v0.10.2
13192024-12-13T20:00:14.221Z Compiling zerovec v0.10.4
13202024-12-13T20:00:14.391Z Compiling rand v0.8.5
13212024-12-13T20:00:15.656Z Compiling der v0.7.9
13222024-12-13T20:00:15.987Z Compiling pest v2.7.14
13232024-12-13T20:00:16.381Z Compiling tinystr v0.7.6
13242024-12-13T20:00:16.541Z Compiling icu_collections v1.5.0
13252024-12-13T20:00:16.582Z Compiling pbkdf2 v0.12.2
13262024-12-13T20:00:16.757Z Compiling vcpkg v0.2.15
13272024-12-13T20:00:16.859Z Compiling icu_locid v1.5.0
13282024-12-13T20:00:17.787Z Compiling tracing v0.1.40
13292024-12-13T20:00:18.035Z Compiling spki v0.7.3
13302024-12-13T20:00:18.364Z Compiling icu_provider v1.5.0
13312024-12-13T20:00:18.408Z Compiling untrusted v0.7.1
13322024-12-13T20:00:18.598Z Compiling num-conv v0.1.0
13332024-12-13T20:00:18.905Z Compiling powerfmt v0.2.0
13342024-12-13T20:00:18.939Z Compiling time-core v0.1.2
13352024-12-13T20:00:19.129Z Compiling icu_locid_transform v1.5.0
13362024-12-13T20:00:19.132Z Compiling time-macros v0.2.18
13372024-12-13T20:00:19.171Z Compiling openssl-sys v0.9.103
13382024-12-13T20:00:19.257Z Compiling deranged v0.3.11
13392024-12-13T20:00:19.325Z Compiling pest_meta v2.7.14
13402024-12-13T20:00:19.488Z Compiling scrypt v0.11.0
13412024-12-13T20:00:19.490Z Compiling cbc v0.1.2
13422024-12-13T20:00:19.728Z Compiling aes v0.8.4
13432024-12-13T20:00:20.334Z Compiling icu_properties v1.5.1
13442024-12-13T20:00:21.275Z Compiling scroll_derive v0.12.0
13452024-12-13T20:00:22.583Z Compiling bitflags v2.6.0
13462024-12-13T20:00:22.609Z Compiling bytes v1.8.0
13472024-12-13T20:00:23.061Z Compiling indexmap v2.6.0
13482024-12-13T20:00:23.330Z Compiling semver v1.0.23
13492024-12-13T20:00:23.981Z Compiling tokio v1.40.0
13502024-12-13T20:00:24.059Z Compiling http v1.1.0
13512024-12-13T20:00:24.138Z Compiling rustc_version v0.4.1
13522024-12-13T20:00:24.659Z Compiling utf8_iter v1.0.4
13532024-12-13T20:00:24.717Z Compiling atomic-waker v1.1.2
13542024-12-13T20:00:24.908Z Compiling utf16_iter v1.0.5
13552024-12-13T20:00:24.927Z Compiling num_threads v0.1.7
13562024-12-13T20:00:24.956Z Compiling icu_normalizer_data v1.5.0
13572024-12-13T20:00:25.061Z Compiling write16 v1.0.0
13582024-12-13T20:00:25.080Z Compiling time v0.3.36
13592024-12-13T20:00:25.105Z Compiling scroll v0.12.0
13602024-12-13T20:00:25.190Z Compiling icu_normalizer v1.5.0
13612024-12-13T20:00:25.289Z Compiling pkcs5 v0.7.1
13622024-12-13T20:00:25.667Z Compiling pest_generator v2.7.14
13632024-12-13T20:00:26.267Z Compiling http-body v1.0.1
13642024-12-13T20:00:26.578Z Compiling form_urlencoded v1.2.1
13652024-12-13T20:00:26.635Z Compiling try-lock v0.2.5
13662024-12-13T20:00:26.706Z Compiling slog v2.7.0
13672024-12-13T20:00:26.787Z Compiling want v0.3.1
13682024-12-13T20:00:26.904Z Compiling goblin v0.8.2
13692024-12-13T20:00:27.142Z Compiling which v4.4.2
13702024-12-13T20:00:27.265Z Compiling idna_adapter v1.2.0
13712024-12-13T20:00:27.356Z Compiling pkcs8 v0.10.2
13722024-12-13T20:00:27.773Z Compiling httpdate v1.0.3
13732024-12-13T20:00:27.885Z Compiling pest_derive v2.7.14
13742024-12-13T20:00:28.124Z Compiling idna v1.0.3
13752024-12-13T20:00:28.639Z Compiling toml_datetime v0.6.8
13762024-12-13T20:00:28.737Z Compiling dtrace-parser v0.2.0
13772024-12-13T20:00:29.147Z Compiling serde_spanned v0.6.8
13782024-12-13T20:00:29.185Z Compiling serde_tokenstream v0.2.2
13792024-12-13T20:00:29.400Z Compiling uuid v1.11.0
13802024-12-13T20:00:29.838Z Compiling openssl v0.10.66
13812024-12-13T20:00:30.067Z Compiling iana-time-zone v0.1.61
13822024-12-13T20:00:30.275Z Compiling match_cfg v0.1.0
13832024-12-13T20:00:30.378Z Compiling adler2 v2.0.0
13842024-12-13T20:00:30.568Z Compiling tower-service v0.3.3
13852024-12-13T20:00:30.591Z Compiling base64 v0.22.1
13862024-12-13T20:00:30.591Z Compiling foreign-types-shared v0.1.1
13872024-12-13T20:00:30.703Z Compiling rustversion v1.0.17
13882024-12-13T20:00:30.722Z Compiling foreign-types v0.3.2
13892024-12-13T20:00:30.825Z Compiling miniz_oxide v0.8.0
13902024-12-13T20:00:30.910Z Compiling hostname v0.3.1
13912024-12-13T20:00:31.025Z Compiling chrono v0.4.38
13922024-12-13T20:00:31.177Z Compiling url v2.5.3
13932024-12-13T20:00:31.546Z Compiling async-trait v0.1.83
13942024-12-13T20:00:32.414Z Compiling tokio-util v0.7.12
13952024-12-13T20:00:32.803Z Compiling openssl-macros v0.1.1
13962024-12-13T20:00:33.275Z Compiling dof v0.3.0
13972024-12-13T20:00:33.597Z Compiling h2 v0.4.6
13982024-12-13T20:00:33.853Z Compiling dirs-sys-next v0.1.2
13992024-12-13T20:00:34.409Z Compiling usdt-impl v0.5.0
14002024-12-13T20:00:34.547Z Compiling data-encoding v2.6.0
14012024-12-13T20:00:34.991Z Compiling syn v1.0.109
14022024-12-13T20:00:35.461Z Compiling rustls v0.23.14
14032024-12-13T20:00:35.656Z Compiling siphasher v0.3.11
14042024-12-13T20:00:35.741Z Compiling native-tls v0.2.12
14052024-12-13T20:00:36.048Z Compiling rustls v0.22.4
14062024-12-13T20:00:36.121Z Compiling dirs-next v2.0.0
14072024-12-13T20:00:36.365Z Compiling http-body-util v0.1.2
14082024-12-13T20:00:36.912Z Compiling heapless v0.7.17
14092024-12-13T20:00:36.993Z Compiling crossbeam-epoch v0.9.18
14102024-12-13T20:00:37.405Z Compiling sha1 v0.10.6
14112024-12-13T20:00:37.760Z Compiling signature v2.2.0
14122024-12-13T20:00:37.801Z Compiling bzip2-sys v0.1.11+1.0.8
14132024-12-13T20:00:37.828Z Compiling serde_derive_internals v0.29.1
14142024-12-13T20:00:37.861Z Compiling thread_local v1.1.8
14152024-12-13T20:00:38.056Z Compiling cookie v0.18.1
14162024-12-13T20:00:38.306Z Compiling multer v3.1.0
14172024-12-13T20:00:38.348Z Compiling encoding_rs v0.8.34
14182024-12-13T20:00:38.392Z Compiling slog-async v2.8.0
14192024-12-13T20:00:38.576Z Compiling schemars v0.8.21
14202024-12-13T20:00:38.903Z Compiling openssl-probe v0.1.5
14212024-12-13T20:00:38.933Z Compiling signal-hook v0.3.17
14222024-12-13T20:00:39.186Z Compiling unicode-properties v0.1.3
14232024-12-13T20:00:39.279Z Compiling gimli v0.31.1
14242024-12-13T20:00:39.606Z Compiling rayon-core v1.12.1
14252024-12-13T20:00:39.702Z Compiling mime v0.3.17
14262024-12-13T20:00:39.885Z Compiling ipnet v2.10.1
14272024-12-13T20:00:40.338Z Compiling toml_edit v0.22.22
14282024-12-13T20:00:40.771Z Compiling schemars_derive v0.8.21
14292024-12-13T20:00:41.192Z Compiling hyper v1.5.0
14302024-12-13T20:00:43.755Z Compiling stringprep v0.1.5
14312024-12-13T20:00:44.367Z Compiling hyper-util v0.1.10
14322024-12-13T20:00:44.789Z Compiling addr2line v0.24.2
14332024-12-13T20:00:45.061Z Compiling usdt-macro v0.5.0
14342024-12-13T20:00:45.474Z Compiling usdt-attr-macro v0.5.0
14352024-12-13T20:00:45.495Z Compiling crossbeam-deque v0.8.5
14362024-12-13T20:00:45.696Z Compiling term v0.7.0
14372024-12-13T20:00:46.620Z Compiling slog-json v2.6.1
14382024-12-13T20:00:46.703Z Compiling serde_urlencoded v0.7.1
14392024-12-13T20:00:47.006Z Compiling curve25519-dalek v4.1.3
14402024-12-13T20:00:47.224Z Compiling crossbeam-channel v0.5.13
14412024-12-13T20:00:47.243Z Compiling futures-executor v0.3.31
14422024-12-13T20:00:47.262Z Compiling md-5 v0.10.6
14432024-12-13T20:00:47.541Z Compiling async-stream-impl v0.3.6
14442024-12-13T20:00:47.667Z Compiling enum-as-inner v0.6.1
14452024-12-13T20:00:47.686Z Compiling rustls-pemfile v2.2.0
14462024-12-13T20:00:47.811Z Compiling num-integer v0.1.46
14472024-12-13T20:00:48.058Z Compiling idna v0.4.0
14482024-12-13T20:00:48.405Z Compiling idna v0.3.0
14492024-12-13T20:00:48.602Z Compiling hash32 v0.2.1
14502024-12-13T20:00:48.800Z Compiling ff v0.13.0
14512024-12-13T20:00:48.947Z Compiling is-terminal v0.4.13
14522024-12-13T20:00:49.004Z Compiling object v0.36.5
14532024-12-13T20:00:49.024Z Compiling dropshot v0.12.0
14542024-12-13T20:00:49.043Z Compiling utf-8 v0.7.6
14552024-12-13T20:00:49.078Z Compiling take_mut v0.2.2
14562024-12-13T20:00:49.229Z Compiling fallible-iterator v0.2.0
14572024-12-13T20:00:49.315Z Compiling linked-hash-map v0.5.6
14582024-12-13T20:00:49.401Z Compiling base16ct v0.2.0
14592024-12-13T20:00:49.707Z Compiling dyn-clone v1.0.17
14602024-12-13T20:00:49.744Z Compiling rustc-demangle v0.1.24
14612024-12-13T20:00:49.762Z Compiling smoltcp v0.9.1
14622024-12-13T20:00:49.942Z Compiling anyhow v1.0.93
14632024-12-13T20:00:49.962Z Compiling quick-error v1.2.3
14642024-12-13T20:00:50.116Z Compiling psl-types v2.0.11
14652024-12-13T20:00:50.205Z Compiling portable-atomic v1.9.0
14662024-12-13T20:00:50.330Z Compiling num-bigint-dig v0.8.4
14672024-12-13T20:00:50.532Z Compiling publicsuffix v2.2.3
14682024-12-13T20:00:50.660Z Compiling resolv-conf v0.7.0
14692024-12-13T20:00:50.778Z Compiling postgres-protocol v0.6.7
14702024-12-13T20:00:51.140Z Compiling lru-cache v0.1.2
14712024-12-13T20:00:51.219Z Compiling sec1 v0.7.3
14722024-12-13T20:00:51.429Z Compiling tungstenite v0.24.0
14732024-12-13T20:00:51.845Z Compiling slog-term v2.9.1
14742024-12-13T20:00:52.179Z Compiling async-stream v0.3.6
14752024-12-13T20:00:52.512Z Compiling group v0.13.0
14762024-12-13T20:00:52.842Z Compiling usdt v0.5.0
14772024-12-13T20:00:52.863Z Compiling hickory-proto v0.24.1
14782024-12-13T20:00:53.387Z Compiling num-iter v0.1.45
14792024-12-13T20:00:53.715Z Compiling futures v0.3.31
14802024-12-13T20:00:53.841Z Compiling slog-bunyan v2.5.0
14812024-12-13T20:00:55.219Z Compiling camino v1.1.9
14822024-12-13T20:00:55.508Z Compiling toml v0.8.19
14832024-12-13T20:00:55.889Z Compiling tokio-native-tls v0.3.1
14842024-12-13T20:00:55.919Z Compiling phf_shared v0.11.2
14852024-12-13T20:00:56.187Z Compiling dropshot_endpoint v0.12.0
14862024-12-13T20:00:56.206Z Compiling terminal_size v0.4.0
14872024-12-13T20:00:56.310Z Compiling openapiv3 v2.0.0
14882024-12-13T20:00:56.421Z Compiling waitgroup v0.1.2
14892024-12-13T20:00:56.661Z Compiling backtrace v0.3.74
14902024-12-13T20:00:57.247Z Compiling serde_path_to_error v0.1.16
14912024-12-13T20:00:57.423Z Compiling hkdf v0.12.4
14922024-12-13T20:00:57.686Z Compiling crypto-bigint v0.5.5
14932024-12-13T20:00:58.133Z Compiling zerocopy-derive v0.6.6
14942024-12-13T20:01:00.501Z Compiling curve25519-dalek-derive v0.1.1
14952024-12-13T20:01:00.521Z Compiling webpki-roots v0.26.6
14962024-12-13T20:01:00.738Z Compiling idna v0.5.0
14972024-12-13T20:01:00.870Z Compiling hostname v0.4.0
14982024-12-13T20:01:01.112Z Compiling fs-err v2.11.0
14992024-12-13T20:01:01.115Z Compiling hubpack_derive v0.1.1
15002024-12-13T20:01:01.151Z Compiling ahash v0.8.11
15012024-12-13T20:01:01.411Z Compiling crc32fast v1.4.2
15022024-12-13T20:01:01.503Z Compiling debug-ignore v1.0.5
15032024-12-13T20:01:01.657Z Compiling winnow v0.5.40
15042024-12-13T20:01:01.752Z Compiling bitflags v1.3.2
15052024-12-13T20:01:01.868Z Compiling managed v0.8.0
15062024-12-13T20:01:02.042Z Compiling strum_macros v0.25.3
15072024-12-13T20:01:02.115Z Compiling hubpack v0.1.2
15082024-12-13T20:01:02.497Z Compiling console v0.15.8
15092024-12-13T20:01:03.848Z Compiling clap_builder v4.5.21
15102024-12-13T20:01:04.070Z Compiling cookie_store v0.21.0
15112024-12-13T20:01:04.137Z Compiling flate2 v1.0.34
15122024-12-13T20:01:04.989Z Compiling elliptic-curve v0.13.8
15132024-12-13T20:01:05.167Z Compiling zerocopy v0.6.6
15142024-12-13T20:01:05.805Z Compiling toml_edit v0.19.15
15152024-12-13T20:01:05.874Z Compiling hickory-resolver v0.24.1
15162024-12-13T20:01:06.084Z Compiling phf v0.11.2
15172024-12-13T20:01:06.395Z Compiling hyper-tls v0.6.0
15182024-12-13T20:01:06.449Z Compiling signal-hook-mio v0.2.4
15192024-12-13T20:01:06.623Z Compiling rayon v1.10.0
15202024-12-13T20:01:06.838Z Compiling bzip2 v0.4.4
15212024-12-13T20:01:07.272Z Compiling tokio-tungstenite v0.24.0
15222024-12-13T20:01:07.829Z Compiling postgres-types v0.2.8
15232024-12-13T20:01:10.887Z Compiling ed25519 v2.2.3
15242024-12-13T20:01:10.906Z Compiling phf_shared v0.10.0
15252024-12-13T20:01:11.323Z Compiling tokio-stream v0.1.16
15262024-12-13T20:01:11.878Z Compiling pkcs1 v0.7.5
15272024-12-13T20:01:12.431Z Compiling serde-big-array v0.5.1
15282024-12-13T20:01:12.680Z Compiling rfc6979 v0.4.0
15292024-12-13T20:01:12.860Z Compiling derive-where v1.2.7
15302024-12-13T20:01:12.887Z Compiling clap_derive v4.5.18
15312024-12-13T20:01:12.991Z Compiling serde_repr v0.1.19
15322024-12-13T20:01:13.085Z Compiling float-cmp v0.9.0
15332024-12-13T20:01:13.323Z Compiling bstr v1.10.0
15342024-12-13T20:01:13.902Z Compiling sync_wrapper v1.0.1
15352024-12-13T20:01:14.067Z Compiling precomputed-hash v0.1.1
15362024-12-13T20:01:14.086Z Compiling whoami v1.5.2
15372024-12-13T20:01:14.164Z Compiling predicates-core v1.0.8
15382024-12-13T20:01:14.194Z Compiling number_prefix v0.4.0
15392024-12-13T20:01:14.432Z Compiling fixedbitset v0.4.2
15402024-12-13T20:01:14.543Z Compiling bit-vec v0.6.3
15412024-12-13T20:01:14.760Z Compiling static_assertions v1.1.0
15422024-12-13T20:01:14.868Z Compiling difflib v0.4.0
15432024-12-13T20:01:14.935Z Compiling unicode-width v0.2.0
15442024-12-13T20:01:15.015Z Compiling unicode-segmentation v1.12.0
15452024-12-13T20:01:15.213Z Compiling normalize-line-endings v0.3.0
15462024-12-13T20:01:15.345Z Compiling new_debug_unreachable v1.0.6
15472024-12-13T20:01:15.447Z Compiling string_cache v0.8.7
15482024-12-13T20:01:15.465Z Compiling indicatif v0.17.9
15492024-12-13T20:01:15.878Z Compiling similar v2.6.0
15502024-12-13T20:01:15.950Z Compiling predicates v3.1.2
15512024-12-13T20:01:16.606Z Compiling bit-set v0.5.3
15522024-12-13T20:01:16.665Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15532024-12-13T20:01:16.875Z Compiling petgraph v0.6.5
15542024-12-13T20:01:17.780Z Compiling tokio-postgres v0.7.12
15552024-12-13T20:01:17.871Z Compiling ecdsa v0.16.9
15562024-12-13T20:01:18.205Z Compiling clap v4.5.21
15572024-12-13T20:01:18.329Z Compiling rsa v0.9.6
15582024-12-13T20:01:18.369Z Compiling ed25519-dalek v2.1.1
15592024-12-13T20:01:18.787Z Compiling toml v0.7.8
15602024-12-13T20:01:19.752Z Compiling zip v0.6.6
15612024-12-13T20:01:20.568Z Compiling crossterm v0.28.1
15622024-12-13T20:01:21.858Z Compiling hex v0.4.3
15632024-12-13T20:01:21.906Z Compiling x509-cert v0.2.5
15642024-12-13T20:01:22.192Z Compiling itertools v0.10.5
15652024-12-13T20:01:22.523Z Compiling peg-runtime v0.8.3
15662024-12-13T20:01:23.282Z Compiling unicode-xid v0.2.6
15672024-12-13T20:01:23.472Z Compiling lalrpop-util v0.19.12
15682024-12-13T20:01:23.712Z Compiling strum_macros v0.26.4
15692024-12-13T20:01:23.823Z Compiling xattr v1.3.1
15702024-12-13T20:01:23.843Z Compiling filetime v0.2.25
15712024-12-13T20:01:24.131Z Compiling tar v0.4.42
15722024-12-13T20:01:29.089Z Compiling strum v0.26.3
15732024-12-13T20:01:31.278Z Compiling aws-lc-sys v0.22.0
15742024-12-13T20:02:00.711Z Compiling rustls-webpki v0.102.8
15752024-12-13T20:02:05.782Z Compiling tokio-rustls v0.26.0
15762024-12-13T20:02:06.083Z Compiling hyper-rustls v0.27.3
15772024-12-13T20:02:06.360Z Compiling reqwest v0.12.9
15782024-12-13T20:02:08.389Z Compiling tokio-rustls v0.25.0
15792024-12-13T20:02:11.676Z Compiling qorb v0.2.1
15802024-12-13T20:02:15.045Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15812024-12-13T20:02:15.291Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15822024-12-13T20:02:21.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s
15832024-12-13T20:02:21.175Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15842024-12-13T20:02:21.223ZDec 13 20:02:20.546 INFO Starting download, target: Cockroach
15852024-12-13T20:02:21.223ZDec 13 20:02:20.546 INFO Starting download, target: Console
15862024-12-13T20:02:21.223ZDec 13 20:02:20.546 INFO Starting download, target: Clickhouse
15872024-12-13T20:02:21.223ZDec 13 20:02:20.546 INFO Starting download, target: DendriteOpenapi
15882024-12-13T20:02:21.223ZDec 13 20:02:20.546 INFO Starting download, target: DendriteStub
15892024-12-13T20:02:21.223ZDec 13 20:02:20.546 INFO Starting download, target: MaghemiteMgd
15902024-12-13T20:02:21.226ZDec 13 20:02:20.546 INFO Starting download, target: TransceiverControl
15912024-12-13T20:02:21.226ZDec 13 20:02:20.547 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15922024-12-13T20:02:21.226ZDec 13 20:02:20.547 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15932024-12-13T20:02:21.226ZDec 13 20:02:20.547 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15942024-12-13T20:02:21.226ZDec 13 20:02:20.547 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15952024-12-13T20:02:21.226ZDec 13 20:02:20.547 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15962024-12-13T20:02:21.226ZDec 13 20:02:20.548 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15972024-12-13T20:02:21.226ZDec 13 20:02:20.548 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15982024-12-13T20:02:21.422ZDec 13 20:02:20.725 INFO Download complete, target: DendriteOpenapi
15992024-12-13T20:02:21.565ZDec 13 20:02:20.879 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16002024-12-13T20:02:21.816ZDec 13 20:02:21.126 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16012024-12-13T20:02:21.991ZDec 13 20:02:21.313 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16022024-12-13T20:02:22.054ZDec 13 20:02:21.376 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16032024-12-13T20:02:22.182ZDec 13 20:02:21.504 INFO Download complete, target: Console
16042024-12-13T20:02:22.304ZDec 13 20:02:21.626 INFO Download complete, target: TransceiverControl
16052024-12-13T20:02:22.678ZDec 13 20:02:22.001 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16062024-12-13T20:02:22.678ZDec 13 20:02:22.001 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16072024-12-13T20:02:23.227ZDec 13 20:02:22.550 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16082024-12-13T20:02:25.282ZDec 13 20:02:24.605 INFO Download complete, target: MaghemiteMgd
16092024-12-13T20:02:25.291ZDec 13 20:02:24.613 INFO Download complete, target: DendriteStub
16102024-12-13T20:02:30.629ZDec 13 20:02:29.950 INFO Checking that binary works, target: Cockroach
16112024-12-13T20:02:30.798ZDec 13 20:02:30.120 INFO Download complete, target: Cockroach
16122024-12-13T20:02:36.425ZDec 13 20:02:35.745 INFO Checking that binary works, target: Clickhouse
16132024-12-13T20:02:36.563ZDec 13 20:02:35.884 INFO Download complete, target: Clickhouse
16142024-12-13T20:02:36.572ZAll prerequisites installed successfully
16152024-12-13T20:02:36.574Z
16162024-12-13T20:02:36.574Zreal 4:29.699996388
16172024-12-13T20:02:36.574Zuser 16:56.303373163
16182024-12-13T20:02:36.574Zsys 3:11.571364143
16192024-12-13T20:02:36.574Ztrap 0.553755265
16202024-12-13T20:02:36.574Ztflt 1.653112529
16212024-12-13T20:02:36.574Zdflt 1.953299450
16222024-12-13T20:02:36.574Zkflt 0.026265342
16232024-12-13T20:02:36.574Zlock 33:08.074434309
16242024-12-13T20:02:36.574Zslp 1:02:49.691324175
16252024-12-13T20:02:36.574Zlat 58.220696144
16262024-12-13T20:02:36.574Zstop 2:13.191292421
16272024-12-13T20:02:36.575Z+ source ./tools/include/force-git-over-https.sh
16282024-12-13T20:02:36.575Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16292024-12-13T20:02:36.575Z++ (( i = 0 ))
16302024-12-13T20:02:36.575Z++ (( i < 5 ))
16312024-12-13T20:02:36.575Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16322024-12-13T20:02:36.578Z++ (( i++ ))
16332024-12-13T20:02:36.578Z++ (( i < 5 ))
16342024-12-13T20:02:36.578Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16352024-12-13T20:02:36.580Z++ (( i++ ))
16362024-12-13T20:02:36.580Z++ (( i < 5 ))
16372024-12-13T20:02:36.580Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16382024-12-13T20:02:36.583Z++ (( i++ ))
16392024-12-13T20:02:36.583Z++ (( i < 5 ))
16402024-12-13T20:02:36.583Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16412024-12-13T20:02:36.586Z++ (( i++ ))
16422024-12-13T20:02:36.586Z++ (( i < 5 ))
16432024-12-13T20:02:36.586Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16442024-12-13T20:02:36.589Z++ (( i++ ))
16452024-12-13T20:02:36.589Z++ (( i < 5 ))
16462024-12-13T20:02:36.591Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16472024-12-13T20:02:36.592Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16482024-12-13T20:02:36.592Z+ rc=0
16492024-12-13T20:02:36.592Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16502024-12-13T20:03:07.401Z+ case $rc in
16512024-12-13T20:03:07.401Z+ pfexec zfs create -p rpool/images/build/host
16522024-12-13T20:03:07.625Z+ pfexec zfs create -p rpool/images/build/recovery
16532024-12-13T20:03:07.701Z+ cargo xtask releng --output-dir /work
16542024-12-13T20:03:08.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16552024-12-13T20:03:08.257Z Running `target/debug/xtask releng --output-dir /work`
16562024-12-13T20:03:09.211Z Compiling proc-macro2 v1.0.89
16572024-12-13T20:03:09.211Z Compiling unicode-ident v1.0.13
16582024-12-13T20:03:09.211Z Compiling libc v0.2.162
16592024-12-13T20:03:09.215Z Compiling serde v1.0.215
16602024-12-13T20:03:09.215Z Compiling autocfg v1.4.0
16612024-12-13T20:03:09.215Z Compiling version_check v0.9.5
16622024-12-13T20:03:09.215Z Compiling cfg-if v1.0.0
16632024-12-13T20:03:09.501Z Compiling memchr v2.7.4
16642024-12-13T20:03:09.539Z Compiling typenum v1.17.0
16652024-12-13T20:03:09.594Z Compiling shlex v1.3.0
16662024-12-13T20:03:10.048Z Compiling value-bag v1.9.0
16672024-12-13T20:03:10.074Z Compiling generic-array v0.14.7
16682024-12-13T20:03:10.228Z Compiling lock_api v0.4.12
16692024-12-13T20:03:10.374Z Compiling scopeguard v1.2.0
16702024-12-13T20:03:10.526Z Compiling log v0.4.22
16712024-12-13T20:03:10.571Z Compiling parking_lot_core v0.9.10
16722024-12-13T20:03:11.000Z Compiling rustix v0.38.37
16732024-12-13T20:03:11.023Z Compiling serde_json v1.0.132
16742024-12-13T20:03:11.194Z Compiling quote v1.0.37
16752024-12-13T20:03:11.358Z Compiling libm v0.2.8
16762024-12-13T20:03:11.401Z Compiling num-traits v0.2.19
16772024-12-13T20:03:11.696Z Compiling syn v2.0.87
16782024-12-13T20:03:11.718Z Compiling jobserver v0.1.32
16792024-12-13T20:03:11.721Z Compiling getrandom v0.2.15
16802024-12-13T20:03:11.848Z Compiling thiserror v1.0.69
16812024-12-13T20:03:11.876Z Compiling once_cell v1.20.2
16822024-12-13T20:03:12.039Z Compiling spin v0.9.8
16832024-12-13T20:03:12.126Z Compiling itoa v1.0.11
16842024-12-13T20:03:12.165Z Compiling cc v1.1.30
16852024-12-13T20:03:12.356Z Compiling aho-corasick v1.1.3
16862024-12-13T20:03:12.455Z Compiling regex-syntax v0.8.5
16872024-12-13T20:03:12.525Z Compiling slab v0.4.9
16882024-12-13T20:03:12.798Z Compiling errno v0.3.9
16892024-12-13T20:03:13.418Z Compiling byteorder v1.5.0
16902024-12-13T20:03:13.691Z Compiling either v1.13.0
16912024-12-13T20:03:14.001Z Compiling lazy_static v1.5.0
16922024-12-13T20:03:14.075Z Compiling rand_core v0.6.4
16932024-12-13T20:03:14.181Z Compiling glob v0.3.1
16942024-12-13T20:03:14.398Z Compiling subtle v2.6.1
16952024-12-13T20:03:14.501Z Compiling prettyplease v0.2.25
16962024-12-13T20:03:14.814Z Compiling minimal-lexical v0.2.1
16972024-12-13T20:03:15.004Z Compiling libloading v0.8.5
16982024-12-13T20:03:15.128Z Compiling clang-sys v1.8.1
16992024-12-13T20:03:15.391Z Compiling nom v7.1.3
17002024-12-13T20:03:15.430Z Compiling home v0.5.9
17012024-12-13T20:03:15.715Z Compiling bindgen v0.69.5
17022024-12-13T20:03:16.202Z Compiling itertools v0.12.1
17032024-12-13T20:03:16.540Z Compiling regex-automata v0.4.8
17042024-12-13T20:03:16.575Z Compiling rustc-hash v1.1.0
17052024-12-13T20:03:17.365Z Compiling lazycell v1.3.0
17062024-12-13T20:03:17.594Z Compiling cmake v0.1.51
17072024-12-13T20:03:18.799Z Compiling fs_extra v1.3.0
17082024-12-13T20:03:19.139Z Compiling pkg-config v0.3.31
17092024-12-13T20:03:19.259Z Compiling smallvec v1.13.2
17102024-12-13T20:03:19.398Z Compiling cexpr v0.6.0
17112024-12-13T20:03:19.800Z Compiling dunce v1.0.5
17122024-12-13T20:03:19.845Z Compiling semver v1.0.23
17132024-12-13T20:03:19.916Z Compiling ring v0.17.8
17142024-12-13T20:03:20.062Z Compiling synstructure v0.13.1
17152024-12-13T20:03:20.916Z Compiling heck v0.5.0
17162024-12-13T20:03:21.127Z Compiling ryu v1.0.18
17172024-12-13T20:03:21.167Z Compiling paste v1.0.15
17182024-12-13T20:03:21.497Z Compiling const-oid v0.9.6
17192024-12-13T20:03:21.587Z Compiling aws-lc-rs v1.10.0
17202024-12-13T20:03:21.802Z Compiling httparse v1.9.5
17212024-12-13T20:03:22.359Z Compiling pin-project-lite v0.2.14
17222024-12-13T20:03:22.622Z Compiling regex v1.11.1
17232024-12-13T20:03:22.788Z Compiling allocator-api2 v0.2.18
17242024-12-13T20:03:23.547Z Compiling futures-core v0.3.31
17252024-12-13T20:03:23.741Z Compiling signal-hook-registry v1.4.2
17262024-12-13T20:03:23.804Z Compiling time-core v0.1.2
17272024-12-13T20:03:23.853Z Compiling crossbeam-utils v0.8.20
17282024-12-13T20:03:24.507Z Compiling num-conv v0.1.0
17292024-12-13T20:03:24.815Z Compiling parking_lot v0.12.3
17302024-12-13T20:03:24.869Z Compiling time-macros v0.2.18
17312024-12-13T20:03:25.375Z Compiling mio v1.0.2
17322024-12-13T20:03:25.672Z Compiling vcpkg v0.2.15
17332024-12-13T20:03:25.958Z Compiling schemars v0.8.21
17342024-12-13T20:03:26.213Z Compiling serde_derive v1.0.215
17352024-12-13T20:03:26.443Z Compiling zeroize_derive v1.4.2
17362024-12-13T20:03:27.132Z Compiling zerocopy-derive v0.7.35
17372024-12-13T20:03:27.364Z Compiling tokio-macros v2.4.0
17382024-12-13T20:03:27.490Z Compiling thiserror-impl v1.0.69
17392024-12-13T20:03:27.622Z Compiling zerofrom-derive v0.1.4
17402024-12-13T20:03:28.140Z Compiling zeroize v1.8.1
17412024-12-13T20:03:28.542Z Compiling yoke-derive v0.7.4
17422024-12-13T20:03:28.675Z Compiling futures-macro v0.3.31
17432024-12-13T20:03:28.753Z Compiling zerovec-derive v0.10.3
17442024-12-13T20:03:29.496Z Compiling displaydoc v0.2.5
17452024-12-13T20:03:30.654Z Compiling zerocopy v0.7.35
17462024-12-13T20:03:31.083Z Compiling crypto-common v0.1.6
17472024-12-13T20:03:31.355Z Compiling icu_provider_macros v1.5.0
17482024-12-13T20:03:31.387Z Compiling tracing-attributes v0.1.27
17492024-12-13T20:03:31.468Z Compiling block-buffer v0.10.4
17502024-12-13T20:03:31.593Z Compiling der_derive v0.7.3
17512024-12-13T20:03:31.860Z Compiling digest v0.10.7
17522024-12-13T20:03:32.491Z Compiling openssl-sys v0.9.103
17532024-12-13T20:03:32.730Z Compiling fnv v1.0.7
17542024-12-13T20:03:33.583Z Compiling serde_derive_internals v0.29.1
17552024-12-13T20:03:34.111Z Compiling socket2 v0.5.7
17562024-12-13T20:03:34.337Z Compiling ahash v0.8.11
17572024-12-13T20:03:36.021Z Compiling foldhash v0.1.3
17582024-12-13T20:03:36.100Z Compiling futures-sink v0.3.31
17592024-12-13T20:03:36.178Z Compiling schemars_derive v0.8.21
17602024-12-13T20:03:36.286Z Compiling equivalent v1.0.1
17612024-12-13T20:03:36.428Z Compiling cpufeatures v0.2.14
17622024-12-13T20:03:36.486Z Compiling hashbrown v0.15.1
17632024-12-13T20:03:36.589Z Compiling slog v2.7.0
17642024-12-13T20:03:37.284Z Compiling stable_deref_trait v1.2.0
17652024-12-13T20:03:38.171Z Compiling futures-channel v0.3.31
17662024-12-13T20:03:38.444Z Compiling zerofrom v0.1.4
17672024-12-13T20:03:38.696Z Compiling scroll_derive v0.12.0
17682024-12-13T20:03:38.765Z Compiling openssl v0.10.66
17692024-12-13T20:03:38.787Z Compiling pin-utils v0.1.0
17702024-12-13T20:03:38.809Z Compiling futures-task v0.3.31
17712024-12-13T20:03:38.927Z Compiling ucd-trie v0.1.7
17722024-12-13T20:03:39.173Z Compiling futures-io v0.3.31
17732024-12-13T20:03:39.241Z Compiling pest v2.7.14
17742024-12-13T20:03:39.452Z Compiling futures-util v0.3.31
17752024-12-13T20:03:39.506Z Compiling yoke v0.7.4
17762024-12-13T20:03:39.942Z Compiling hmac v0.12.1
17772024-12-13T20:03:40.311Z Compiling tinyvec_macros v0.1.1
17782024-12-13T20:03:40.394Z Compiling zerovec v0.10.4
17792024-12-13T20:03:40.435Z Compiling tinyvec v1.8.0
17802024-12-13T20:03:41.861Z Compiling bitflags v2.6.0
17812024-12-13T20:03:42.280Z Compiling bytes v1.8.0
17822024-12-13T20:03:43.861Z Compiling tokio v1.40.0
17832024-12-13T20:03:44.523Z Compiling indexmap v2.6.0
17842024-12-13T20:03:44.829Z Compiling serde_tokenstream v0.2.2
17852024-12-13T20:03:46.283Z Compiling http v1.1.0
17862024-12-13T20:03:47.551Z Compiling which v4.4.2
17872024-12-13T20:03:48.087Z Compiling rustc_version v0.4.1
17882024-12-13T20:03:48.319Z Compiling pest_meta v2.7.14
17892024-12-13T20:03:48.873Z Compiling uuid v1.11.0
17902024-12-13T20:03:48.923Z Compiling block-padding v0.3.3
17912024-12-13T20:03:49.306Z Compiling openssl-macros v0.1.1
17922024-12-13T20:03:50.067Z Compiling native-tls v0.2.12
17932024-12-13T20:03:50.103Z Compiling rustls v0.23.14
17942024-12-13T20:03:50.460Z Compiling iana-time-zone v0.1.61
17952024-12-13T20:03:50.851Z Compiling chrono v0.4.38
17962024-12-13T20:03:51.463Z Compiling pest_generator v2.7.14
17972024-12-13T20:03:52.302Z Compiling inout v0.1.3
17982024-12-13T20:03:52.625Z Compiling unicode-normalization v0.1.24
17992024-12-13T20:03:53.351Z Compiling cipher v0.4.4
18002024-12-13T20:03:53.623Z Compiling pest_derive v2.7.14
18012024-12-13T20:03:53.870Z Compiling tinystr v0.7.6
18022024-12-13T20:03:54.521Z Compiling sha2 v0.10.8
18032024-12-13T20:03:54.722Z Compiling async-trait v0.1.83
18042024-12-13T20:03:54.849Z Compiling usdt-impl v0.5.0
18052024-12-13T20:03:54.926Z Compiling cookie v0.18.1
18062024-12-13T20:03:55.344Z Compiling unicode-bidi v0.3.17
18072024-12-13T20:03:56.301Z Compiling writeable v0.5.5
18082024-12-13T20:03:56.779Z Compiling litemap v0.7.3
18092024-12-13T20:03:57.413Z Compiling base64ct v1.6.0
18102024-12-13T20:03:57.497Z Compiling icu_locid v1.5.0
18112024-12-13T20:03:58.099Z Compiling pem-rfc7468 v0.7.0
18122024-12-13T20:03:58.885Z Compiling scroll v0.12.0
18132024-12-13T20:03:59.640Z Compiling ppv-lite86 v0.2.20
18142024-12-13T20:04:00.616Z Compiling tracing-core v0.1.32
18152024-12-13T20:04:00.634Z Compiling rustls-pki-types v1.9.0
18162024-12-13T20:04:02.530Z Compiling percent-encoding v2.3.1
18172024-12-13T20:04:02.972Z Compiling syn v1.0.109
18182024-12-13T20:04:03.040Z Compiling plain v0.2.3
18192024-12-13T20:04:03.305Z Compiling flagset v0.4.6
18202024-12-13T20:04:03.404Z Compiling aws-lc-sys v0.22.0
18212024-12-13T20:04:03.538Z Compiling dyn-clone v1.0.17
18222024-12-13T20:04:03.588Z Compiling camino v1.1.9
18232024-12-13T20:04:03.763Z Compiling untrusted v0.7.1
18242024-12-13T20:04:04.260Z Compiling der v0.7.9
18252024-12-13T20:04:06.159Z Compiling goblin v0.8.2
18262024-12-13T20:04:07.603Z Compiling tracing v0.1.40
18272024-12-13T20:04:07.806Z Compiling rand_chacha v0.3.1
18282024-12-13T20:04:08.846Z Compiling icu_provider v1.5.0
18292024-12-13T20:04:09.222Z Compiling tokio-util v0.7.12
18302024-12-13T20:04:11.534Z Compiling untrusted v0.9.0
18312024-12-13T20:04:11.581Z Compiling icu_locid_transform_data v1.5.0
18322024-12-13T20:04:11.712Z Compiling mirai-annotations v1.12.0
18332024-12-13T20:04:11.750Z Compiling rayon-core v1.12.1
18342024-12-13T20:04:11.903Z Compiling pretty-hex v0.4.1
18352024-12-13T20:04:11.940Z Compiling rustls v0.22.4
18362024-12-13T20:04:12.046Z Compiling powerfmt v0.2.0
18372024-12-13T20:04:12.173Z Compiling icu_locid_transform v1.5.0
18382024-12-13T20:04:12.825Z Compiling dof v0.3.0
18392024-12-13T20:04:12.987Z Compiling deranged v0.3.11
18402024-12-13T20:04:15.855Z Compiling rand v0.8.5
18412024-12-13T20:04:16.246Z Compiling spki v0.7.3
18422024-12-13T20:04:16.912Z Compiling dtrace-parser v0.2.0
18432024-12-13T20:04:17.869Z Compiling salsa20 v0.10.2
18442024-12-13T20:04:17.897Z Compiling icu_collections v1.5.0
18452024-12-13T20:04:18.196Z Compiling pbkdf2 v0.12.2
18462024-12-13T20:04:19.725Z Compiling bzip2-sys v0.1.11+1.0.8
18472024-12-13T20:04:19.994Z Compiling thread-id v4.2.2
18482024-12-13T20:04:20.567Z Compiling atomic-waker v1.1.2
18492024-12-13T20:04:20.890Z Compiling icu_properties_data v1.5.0
18502024-12-13T20:04:20.969Z Compiling num_threads v0.1.7
18512024-12-13T20:04:21.226Z Compiling icu_properties v1.5.1
18522024-12-13T20:04:22.008Z Compiling time v0.3.36
18532024-12-13T20:04:27.077Z Compiling scrypt v0.11.0
18542024-12-13T20:04:27.379Z Compiling form_urlencoded v1.2.1
18552024-12-13T20:04:27.676Z Compiling cbc v0.1.2
18562024-12-13T20:04:27.816Z Compiling aes v0.8.4
18572024-12-13T20:04:27.927Z Compiling http-body v1.0.1
18582024-12-13T20:04:28.235Z Compiling multer v3.1.0
18592024-12-13T20:04:28.496Z Compiling try-lock v0.2.5
18602024-12-13T20:04:28.697Z Compiling utf8_iter v1.0.4
18612024-12-13T20:04:28.747Z Compiling icu_normalizer_data v1.5.0
18622024-12-13T20:04:28.871Z Compiling utf16_iter v1.0.5
18632024-12-13T20:04:28.916Z Compiling write16 v1.0.0
18642024-12-13T20:04:29.103Z Compiling slog-async v2.8.0
18652024-12-13T20:04:29.454Z Compiling icu_normalizer v1.5.0
18662024-12-13T20:04:29.780Z Compiling pkcs5 v0.7.1
18672024-12-13T20:04:31.196Z Compiling want v0.3.1
18682024-12-13T20:04:33.858Z Compiling h2 v0.4.6
18692024-12-13T20:04:35.271Z Compiling heapless v0.7.17
18702024-12-13T20:04:35.937Z Compiling zerocopy-derive v0.6.6
18712024-12-13T20:04:36.531Z Compiling signal-hook v0.3.17
18722024-12-13T20:04:36.576Z Compiling anyhow v1.0.93
18732024-12-13T20:04:37.253Z Compiling num-bigint-dig v0.8.4
18742024-12-13T20:04:37.289Z Compiling base64 v0.22.1
18752024-12-13T20:04:37.750Z Compiling httpdate v1.0.3
18762024-12-13T20:04:40.072Z Compiling pkcs8 v0.10.2
18772024-12-13T20:04:40.279Z Compiling idna_adapter v1.2.0
18782024-12-13T20:04:40.787Z Compiling usdt-attr-macro v0.5.0
18792024-12-13T20:04:40.808Z Compiling usdt-macro v0.5.0
18802024-12-13T20:04:42.515Z Compiling hyper v1.5.0
18812024-12-13T20:04:42.654Z Compiling async-stream-impl v0.3.6
18822024-12-13T20:04:43.998Z Compiling rustversion v1.0.17
18832024-12-13T20:04:44.057Z Compiling strsim v0.11.1
18842024-12-13T20:04:44.823Z Compiling tower-service v0.3.3
18852024-12-13T20:04:45.946Z Compiling hyper-util v0.1.10
18862024-12-13T20:04:47.223Z Compiling idna v1.0.3
18872024-12-13T20:04:54.071Z Compiling curve25519-dalek v4.1.3
18882024-12-13T20:04:54.565Z Compiling openapiv3 v2.0.0
18892024-12-13T20:04:54.616Z Compiling toml_datetime v0.6.8
18902024-12-13T20:04:55.009Z Compiling serde_spanned v0.6.8
18912024-12-13T20:04:55.399Z Compiling enum-as-inner v0.6.1
18922024-12-13T20:04:55.571Z Compiling dropshot v0.12.0
18932024-12-13T20:04:55.902Z Compiling match_cfg v0.1.0
18942024-12-13T20:04:56.037Z Compiling portable-atomic v1.9.0
18952024-12-13T20:04:56.491Z Compiling adler2 v2.0.0
18962024-12-13T20:04:56.569Z Compiling foreign-types-shared v0.1.1
18972024-12-13T20:04:57.095Z Compiling smoltcp v0.9.1
18982024-12-13T20:04:57.648Z Compiling foreign-types v0.3.2
18992024-12-13T20:04:57.947Z Compiling miniz_oxide v0.8.0
19002024-12-13T20:04:58.172Z Compiling hostname v0.3.1
19012024-12-13T20:04:59.862Z Compiling url v2.5.3
19022024-12-13T20:05:07.034Z Compiling http-body-util v0.1.2
19032024-12-13T20:05:07.918Z Compiling clap_derive v4.5.18
19042024-12-13T20:05:08.131Z Compiling dirs-sys-next v0.1.2
19052024-12-13T20:05:08.814Z Compiling encoding_rs v0.8.34
19062024-12-13T20:05:11.080Z Compiling mime v0.3.17
19072024-12-13T20:05:12.502Z Compiling siphasher v0.3.11
19082024-12-13T20:05:12.887Z Compiling data-encoding v2.6.0
19092024-12-13T20:05:17.012Z Compiling dirs-next v2.0.0
19102024-12-13T20:05:19.402Z Compiling hubpack_derive v0.1.1
19112024-12-13T20:05:23.629Z Compiling serde_urlencoded v0.7.1
19122024-12-13T20:05:23.669Z Compiling crossbeam-epoch v0.9.18
19132024-12-13T20:05:23.669Z Compiling hashbrown v0.14.5
19142024-12-13T20:05:23.669Z Compiling rustls-pemfile v2.2.0
19152024-12-13T20:05:23.669Z Compiling dropshot_endpoint v0.12.0
19162024-12-13T20:05:23.670Z Compiling rustls-webpki v0.102.8
19172024-12-13T20:05:23.670Z Compiling sha1 v0.10.6
19182024-12-13T20:05:23.812Z Compiling signature v2.2.0
19192024-12-13T20:05:24.087Z Compiling curve25519-dalek-derive v0.1.1
19202024-12-13T20:05:24.217Z Compiling thread_local v1.1.8
19212024-12-13T20:05:24.735Z Compiling fs-err v2.11.0
19222024-12-13T20:05:25.135Z Compiling openssl-probe v0.1.5
19232024-12-13T20:05:25.496Z Compiling gimli v0.31.1
19242024-12-13T20:05:25.624Z Compiling ipnet v2.10.1
19252024-12-13T20:05:26.349Z Compiling winnow v0.6.20
19262024-12-13T20:05:26.707Z Compiling anstyle v1.0.10
19272024-12-13T20:05:27.162Z Compiling utf8parse v0.2.2
19282024-12-13T20:05:29.053Z Compiling unicode-properties v0.1.3
19292024-12-13T20:05:29.487Z Compiling stringprep v0.1.5
19302024-12-13T20:05:30.327Z Compiling addr2line v0.24.2
19312024-12-13T20:05:30.425Z Compiling toml_edit v0.22.22
19322024-12-13T20:05:30.681Z Compiling anstyle-parse v0.2.5
19332024-12-13T20:05:32.167Z Compiling regress v0.10.1
19342024-12-13T20:05:32.563Z Compiling crossbeam-deque v0.8.5
19352024-12-13T20:05:32.926Z Compiling term v0.7.0
19362024-12-13T20:05:34.639Z Compiling slog-json v2.6.1
19372024-12-13T20:05:35.529Z Compiling crossbeam-channel v0.5.13
19382024-12-13T20:05:37.558Z Compiling idna v0.3.0
19392024-12-13T20:05:37.871Z Compiling idna v0.4.0
19402024-12-13T20:05:39.482Z Compiling futures-executor v0.3.31
19412024-12-13T20:05:39.569Z Compiling num-integer v0.1.46
19422024-12-13T20:05:39.995Z Compiling md-5 v0.10.6
19432024-12-13T20:05:40.263Z Compiling ff v0.13.0
19442024-12-13T20:05:40.336Z Compiling hash32 v0.2.1
19452024-12-13T20:05:40.441Z Compiling memmap v0.7.0
19462024-12-13T20:05:40.489Z Compiling is-terminal v0.4.13
19472024-12-13T20:05:40.635Z Compiling object v0.36.5
19482024-12-13T20:05:40.728Z Compiling rustc-demangle v0.1.24
19492024-12-13T20:05:40.754Z Compiling colorchoice v1.0.2
19502024-12-13T20:05:40.924Z Compiling quick-error v1.2.3
19512024-12-13T20:05:41.085Z Compiling utf-8 v0.7.6
19522024-12-13T20:05:41.402Z Compiling heck v0.4.1
19532024-12-13T20:05:41.641Z Compiling is_terminal_polyfill v1.70.1
19542024-12-13T20:05:41.643Z Compiling psl-types v2.0.11
19552024-12-13T20:05:41.803Z Compiling base16ct v0.2.0
19562024-12-13T20:05:41.853Z Compiling anstyle-query v1.1.1
19572024-12-13T20:05:41.872Z Compiling linked-hash-map v0.5.6
19582024-12-13T20:05:42.019Z Compiling take_mut v0.2.2
19592024-12-13T20:05:42.105Z Compiling fallible-iterator v0.2.0
19602024-12-13T20:05:42.273Z Compiling lru-cache v0.1.2
19612024-12-13T20:05:42.425Z Compiling publicsuffix v2.2.3
19622024-12-13T20:05:42.776Z Compiling anstream v0.6.15
19632024-12-13T20:05:42.848Z Compiling postgres-protocol v0.6.7
19642024-12-13T20:05:43.492Z Compiling sec1 v0.7.3
19652024-12-13T20:05:43.589Z Compiling strum_macros v0.25.3
19662024-12-13T20:05:44.127Z Compiling tungstenite v0.24.0
19672024-12-13T20:05:44.373Z Compiling resolv-conf v0.7.0
19682024-12-13T20:05:44.784Z Compiling usdt v0.5.0
19692024-12-13T20:05:45.281Z Compiling slog-term v2.9.1
19702024-12-13T20:05:46.229Z Compiling group v0.13.0
19712024-12-13T20:05:46.377Z Compiling num-iter v0.1.45
19722024-12-13T20:05:46.450Z Compiling futures v0.3.31
19732024-12-13T20:05:46.594Z Compiling hickory-proto v0.24.1
19742024-12-13T20:05:47.574Z Compiling tokio-rustls v0.26.0
19752024-12-13T20:05:48.054Z Compiling typify-impl v0.2.0
19762024-12-13T20:05:48.514Z Compiling backtrace v0.3.74
19772024-12-13T20:05:48.852Z Compiling tokio-rustls v0.25.0
19782024-12-13T20:05:49.495Z Compiling slog-bunyan v2.5.0
19792024-12-13T20:05:49.722Z Compiling toml v0.8.19
19802024-12-13T20:05:50.173Z Compiling tokio-native-tls v0.3.1
19812024-12-13T20:05:50.492Z Compiling phf_shared v0.11.2
19822024-12-13T20:05:50.840Z Compiling async-stream v0.3.6
19832024-12-13T20:05:51.145Z Compiling waitgroup v0.1.2
19842024-12-13T20:05:51.291Z Compiling webpki-roots v0.26.6
19852024-12-13T20:05:51.392Z Compiling idna v0.5.0
19862024-12-13T20:05:51.544Z Compiling terminal_size v0.4.0
19872024-12-13T20:05:51.565Z Compiling serde_path_to_error v0.1.16
19882024-12-13T20:05:52.415Z Compiling hkdf v0.12.4
19892024-12-13T20:05:52.461Z Compiling crypto-bigint v0.5.5
19902024-12-13T20:05:52.665Z Compiling derive-where v1.2.7
19912024-12-13T20:05:53.013Z Compiling serde_repr v0.1.19
19922024-12-13T20:05:54.317Z Compiling hostname v0.4.0
19932024-12-13T20:05:54.564Z Compiling crc32fast v1.4.2
19942024-12-13T20:05:55.400Z Compiling winnow v0.5.40
19952024-12-13T20:05:55.456Z Compiling managed v0.8.0
19962024-12-13T20:05:55.908Z Compiling clap_lex v0.7.2
19972024-12-13T20:05:56.103Z Compiling bitflags v1.3.2
19982024-12-13T20:05:56.219Z Compiling debug-ignore v1.0.5
19992024-12-13T20:05:56.346Z Compiling unicode-width v0.1.14
20002024-12-13T20:05:56.890Z Compiling console v0.15.8
20012024-12-13T20:05:58.290Z Compiling clap_builder v4.5.21
20022024-12-13T20:05:59.382Z Compiling toml_edit v0.19.15
20032024-12-13T20:06:00.164Z Compiling elliptic-curve v0.13.8
20042024-12-13T20:06:00.219Z Compiling typify-macro v0.2.0
20052024-12-13T20:06:00.606Z Compiling flate2 v1.0.34
20062024-12-13T20:06:00.932Z Compiling cookie_store v0.21.0
20072024-12-13T20:06:01.551Z Compiling hickory-resolver v0.24.1
20082024-12-13T20:06:05.921Z Compiling hyper-rustls v0.27.3
20092024-12-13T20:06:07.224Z Compiling phf v0.11.2
20102024-12-13T20:06:07.552Z Compiling hyper-tls v0.6.0
20112024-12-13T20:06:08.066Z Compiling signal-hook-mio v0.2.4
20122024-12-13T20:06:08.250Z Compiling rayon v1.10.0
20132024-12-13T20:06:08.313Z Compiling bzip2 v0.4.4
20142024-12-13T20:06:08.716Z Compiling tokio-tungstenite v0.24.0
20152024-12-13T20:06:08.722Z Compiling postgres-types v0.2.8
20162024-12-13T20:06:08.926Z Compiling ed25519 v2.2.3
20172024-12-13T20:06:09.276Z Compiling hubpack v0.1.2
20182024-12-13T20:06:09.359Z Compiling phf_shared v0.10.0
20192024-12-13T20:06:09.715Z Compiling pkcs1 v0.7.5
20202024-12-13T20:06:09.777Z Compiling zerocopy v0.6.6
20212024-12-13T20:06:10.154Z Compiling tokio-stream v0.1.16
20222024-12-13T20:06:10.934Z Compiling serde-big-array v0.5.1
20232024-12-13T20:06:11.017Z Compiling rfc6979 v0.4.0
20242024-12-13T20:06:11.173Z Compiling float-cmp v0.9.0
20252024-12-13T20:06:11.349Z Compiling sync_wrapper v1.0.1
20262024-12-13T20:06:11.514Z Compiling bstr v1.10.0
20272024-12-13T20:06:11.631Z Compiling precomputed-hash v0.1.1
20282024-12-13T20:06:11.766Z Compiling bit-vec v0.6.3
20292024-12-13T20:06:11.788Z Compiling normalize-line-endings v0.3.0
20302024-12-13T20:06:11.940Z Compiling new_debug_unreachable v1.0.6
20312024-12-13T20:06:12.053Z Compiling number_prefix v0.4.0
20322024-12-13T20:06:12.298Z Compiling difflib v0.4.0
20332024-12-13T20:06:12.383Z Compiling predicates-core v1.0.8
20342024-12-13T20:06:12.626Z Compiling unicode-segmentation v1.12.0
20352024-12-13T20:06:13.274Z Compiling static_assertions v1.1.0
20362024-12-13T20:06:13.342Z Compiling fixedbitset v0.4.2
20372024-12-13T20:06:13.525Z Compiling whoami v1.5.2
20382024-12-13T20:06:13.545Z Compiling unicode-width v0.2.0
20392024-12-13T20:06:14.026Z Compiling indicatif v0.17.9
20402024-12-13T20:06:14.108Z Compiling tokio-postgres v0.7.12
20412024-12-13T20:06:14.655Z Compiling reqwest v0.12.9
20422024-12-13T20:06:15.949Z Compiling petgraph v0.6.5
20432024-12-13T20:06:18.063Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20442024-12-13T20:06:20.066Z Compiling similar v2.6.0
20452024-12-13T20:06:20.472Z Compiling predicates v3.1.2
20462024-12-13T20:06:20.613Z Compiling bit-set v0.5.3
20472024-12-13T20:06:20.933Z Compiling string_cache v0.8.7
20482024-12-13T20:06:21.385Z Compiling ecdsa v0.16.9
20492024-12-13T20:06:22.074Z Compiling qorb v0.2.1
20502024-12-13T20:06:22.228Z Compiling rsa v0.9.6
20512024-12-13T20:06:22.295Z Compiling ed25519-dalek v2.1.1
20522024-12-13T20:06:22.896Z Compiling zip v0.6.6
20532024-12-13T20:06:23.396Z Compiling crossterm v0.28.1
20542024-12-13T20:06:23.974Z Compiling toml v0.7.8
20552024-12-13T20:06:24.232Z Compiling clap v4.5.21
20562024-12-13T20:06:26.887Z Compiling x509-cert v0.2.5
20572024-12-13T20:06:27.990Z Compiling hex v0.4.3
20582024-12-13T20:06:29.913Z Compiling itertools v0.10.5
20592024-12-13T20:06:33.040Z Compiling peg-runtime v0.8.3
20602024-12-13T20:06:33.448Z Compiling lalrpop-util v0.19.12
20612024-12-13T20:06:33.765Z Compiling unicode-xid v0.2.6
20622024-12-13T20:06:33.829Z Compiling radium v0.7.0
20632024-12-13T20:06:33.959Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20642024-12-13T20:06:51.392Z Compiling tap v1.0.1
20652024-12-13T20:06:51.605Z Compiling maybe-uninit v2.0.0
20662024-12-13T20:06:52.478Z Compiling ident_case v1.0.1
20672024-12-13T20:06:52.662Z Compiling darling_core v0.20.10
20682024-12-13T20:06:52.894Z Compiling wyz v0.5.1
20692024-12-13T20:07:02.913Z Compiling typify v0.2.0
20702024-12-13T20:07:06.854Z Compiling packed_struct v0.10.1
20712024-12-13T20:07:07.287Z Compiling unsafe-libyaml v0.2.11
20722024-12-13T20:07:07.940Z Compiling funty v2.0.0
20732024-12-13T20:07:09.100Z Compiling bitvec v1.0.1
20742024-12-13T20:07:09.788Z Compiling serde_yaml v0.9.34+deprecated
20752024-12-13T20:07:13.644Z Compiling progenitor-impl v0.8.0
20762024-12-13T20:07:14.292Z Compiling darling_macro v0.20.10
20772024-12-13T20:07:16.195Z Compiling packed_struct_codegen v0.10.1
20782024-12-13T20:07:18.831Z Compiling structmeta-derive v0.3.0
20792024-12-13T20:07:19.166Z Compiling indexmap v1.9.3
20802024-12-13T20:07:19.565Z Compiling nodrop v0.1.14
20812024-12-13T20:07:20.079Z Compiling fastrand v2.1.1
20822024-12-13T20:07:20.316Z Compiling crc-catalog v2.4.0
20832024-12-13T20:07:20.497Z Compiling newtype-uuid v1.1.3
20842024-12-13T20:07:20.804Z Compiling progenitor-macro v0.8.0
20852024-12-13T20:07:20.866Z Compiling tempfile v3.13.0
20862024-12-13T20:07:21.565Z Compiling structmeta v0.3.0
20872024-12-13T20:07:22.619Z Compiling crc v3.2.1
20882024-12-13T20:07:23.726Z Compiling array-init v0.0.4
20892024-12-13T20:07:29.496Z Compiling smallvec v0.6.14
20902024-12-13T20:07:30.077Z Compiling darling v0.20.10
20912024-12-13T20:07:35.652Z Compiling progenitor-client v0.8.0
20922024-12-13T20:07:37.947Z Compiling pin-project-internal v1.1.6
20932024-12-13T20:07:38.178Z Compiling dropshot v0.13.0
20942024-12-13T20:07:38.683Z Compiling same-file v1.0.6
20952024-12-13T20:07:39.679Z Compiling bitfield v0.14.0
20962024-12-13T20:07:40.043Z Compiling base64 v0.21.7
20972024-12-13T20:07:40.110Z Compiling hashbrown v0.12.3
20982024-12-13T20:07:41.238Z Compiling termcolor v1.4.1
20992024-12-13T20:07:46.948Z Compiling env_logger v0.10.2
21002024-12-13T20:07:51.276Z Compiling pin-project v1.1.6
21012024-12-13T20:07:51.436Z Compiling ron v0.8.1
21022024-12-13T20:07:52.111Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21032024-12-13T20:07:55.910Z Compiling walkdir v2.5.0
21042024-12-13T20:07:58.917Z Compiling progenitor v0.8.0
21052024-12-13T20:08:00.297Z Compiling serde_with_macros v3.11.0
21062024-12-13T20:08:00.325Z Compiling serde-hex v0.1.0
21072024-12-13T20:08:00.454Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21082024-12-13T20:08:00.797Z Compiling parse-display-derive v0.10.0
21092024-12-13T20:08:06.476Z Compiling strum_macros v0.26.4
21102024-12-13T20:08:06.509Z Compiling hashbrown v0.13.2
21112024-12-13T20:08:06.509Z Compiling ipnetwork v0.20.0
21122024-12-13T20:08:06.509Z Compiling xattr v1.3.1
21132024-12-13T20:08:06.509Z Compiling dropshot_endpoint v0.13.0
21142024-12-13T20:08:06.716Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21152024-12-13T20:08:07.485Z Compiling snafu-derive v0.8.5
21162024-12-13T20:08:08.212Z Compiling blake3 v1.5.4
21172024-12-13T20:08:08.465Z Compiling ring v0.16.20
21182024-12-13T20:08:08.838Z Compiling filetime v0.2.25
21192024-12-13T20:08:09.207Z Compiling instant v0.1.13
21202024-12-13T20:08:09.539Z Compiling buf-list v1.0.3
21212024-12-13T20:08:09.561Z Compiling zip v2.1.3
21222024-12-13T20:08:09.696Z Compiling lockfree-object-pool v0.1.6
21232024-12-13T20:08:09.897Z Compiling simd-adler32 v0.3.7
21242024-12-13T20:08:10.080Z Compiling crc-any v2.5.0
21252024-12-13T20:08:10.470Z Compiling bumpalo v3.16.0
21262024-12-13T20:08:10.726Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21272024-12-13T20:08:11.036Z Compiling zopfli v0.8.1
21282024-12-13T20:08:11.194Z Compiling strum v0.26.3
21292024-12-13T20:08:11.417Z Compiling backoff v0.4.0
21302024-12-13T20:08:11.821Z Compiling tar v0.4.42
21312024-12-13T20:08:12.450Z Compiling snafu v0.8.5
21322024-12-13T20:08:14.502Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21332024-12-13T20:08:14.764Z Compiling object v0.30.4
21342024-12-13T20:08:15.337Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21352024-12-13T20:08:17.319Z Compiling parse-display v0.10.0
21362024-12-13T20:08:17.747Z Compiling serde_with v3.11.0
21372024-12-13T20:08:19.106Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21382024-12-13T20:08:19.371Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21392024-12-13T20:08:19.688Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21402024-12-13T20:08:20.425Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21412024-12-13T20:08:20.968Z Compiling camino-tempfile v1.1.1
21422024-12-13T20:08:21.745Z Compiling globset v0.4.15
21432024-12-13T20:08:22.358Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21442024-12-13T20:08:22.575Z Compiling regress v0.9.1
21452024-12-13T20:08:26.363Z Compiling pem v3.0.4
21462024-12-13T20:08:27.210Z Compiling olpc-cjson v0.1.4
21472024-12-13T20:08:27.574Z Compiling serde_plain v1.0.2
21482024-12-13T20:08:27.853Z Compiling macaddr v1.0.1
21492024-12-13T20:08:28.089Z Compiling async-recursion v1.1.1
21502024-12-13T20:08:28.176Z Compiling memmap2 v0.9.5
21512024-12-13T20:08:28.577Z Compiling spin v0.5.2
21522024-12-13T20:08:28.856Z Compiling constant_time_eq v0.3.1
21532024-12-13T20:08:28.878Z Compiling arrayvec v0.7.6
21542024-12-13T20:08:29.062Z Compiling arrayref v0.3.9
21552024-12-13T20:08:29.197Z Compiling path-slash v0.1.5
21562024-12-13T20:08:29.396Z Compiling typed-path v0.9.3
21572024-12-13T20:08:29.459Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21582024-12-13T20:08:30.840Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21592024-12-13T20:08:33.253Z Compiling tough v0.19.0
21602024-12-13T20:08:35.694Z Compiling itertools v0.13.0
21612024-12-13T20:08:37.278Z Compiling cargo-platform v0.1.8
21622024-12-13T20:08:37.322Z Compiling parse-size v1.1.0
21632024-12-13T20:08:37.653Z Compiling topological-sort v0.2.2
21642024-12-13T20:08:37.963Z Compiling omicron-zone-package v0.11.1
21652024-12-13T20:08:38.394Z Compiling cargo_metadata v0.18.1
21662024-12-13T20:08:39.535Z Compiling shell-words v1.1.0
21672024-12-13T20:08:44.885Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21682024-12-13T20:08:57.837Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21692024-12-13T20:09:12.837Z Finished `release` profile [optimized] target(s) in 6m 04s
21702024-12-13T20:09:13.012Z Running `target/release/omicron-releng --output-dir /work`
21712024-12-13T20:09:13.069ZDec 13 20:09:12.312 DEBG changing working directory to /work/oxidecomputer/omicron
21722024-12-13T20:09:13.175ZDec 13 20:09:12.420 DEBG running: git rev-parse HEAD
21732024-12-13T20:09:13.183ZDec 13 20:09:12.427 DEBG process exited with exit status: 0 (6.896906ms)
21742024-12-13T20:09:13.183ZDec 13 20:09:12.427 INFO version: 12.0.0-0.ci+git51ce5fbaec0
21752024-12-13T20:09:13.223ZDec 13 20:09:12.468 INFO cloning helios to /work/oxidecomputer/helios
21762024-12-13T20:09:13.223ZDec 13 20:09:12.468 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21772024-12-13T20:09:13.230ZCloning into '/work/oxidecomputer/helios'...
21782024-12-13T20:09:13.743ZDec 13 20:09:12.987 DEBG process exited with exit status: 0 (519.063969ms)
21792024-12-13T20:09:13.743ZDec 13 20:09:12.988 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21802024-12-13T20:09:13.751Z# branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b
21812024-12-13T20:09:13.751Z# branch.head master
21822024-12-13T20:09:13.751Z# branch.upstream origin/master
21832024-12-13T20:09:13.751Z# branch.ab +0 -0
21842024-12-13T20:09:13.754ZDec 13 20:09:12.996 DEBG process exited with exit status: 0 (8.82568ms)
21852024-12-13T20:09:13.754ZDec 13 20:09:12.996 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21862024-12-13T20:09:14.683ZDec 13 20:09:13.928 DEBG process exited with exit status: 0 (931.272603ms)
21872024-12-13T20:09:14.683ZDec 13 20:09:13.928 DEBG running: zfs list rpool/images/build/host
21882024-12-13T20:09:14.690ZNAME USED AVAIL REFER MOUNTPOINT
21892024-12-13T20:09:14.690Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21902024-12-13T20:09:14.692ZDec 13 20:09:13.936 DEBG process exited with exit status: 0 (7.595878ms)
21912024-12-13T20:09:14.692ZDec 13 20:09:13.936 DEBG running: zfs list rpool/images/build/recovery
21922024-12-13T20:09:14.699ZNAME USED AVAIL REFER MOUNTPOINT
21932024-12-13T20:09:14.699Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21942024-12-13T20:09:14.701ZDec 13 20:09:13.942 DEBG process exited with exit status: 0 (6.792573ms)
21952024-12-13T20:09:14.701ZDec 13 20:09:13.943 INFO [hubris-production] running task
21962024-12-13T20:09:14.701ZDec 13 20:09:13.943 INFO [hubris-staging] running task
21972024-12-13T20:09:14.701ZDec 13 20:09:13.944 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
21982024-12-13T20:09:14.704ZDec 13 20:09:13.948 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
21992024-12-13T20:09:14.774Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22002024-12-13T20:09:15.207Z[ omicron-package] Blocking waiting for file lock on package cache
22012024-12-13T20:09:15.831Z[ omicron-package] Blocking waiting for file lock on package cache
22022024-12-13T20:09:16.147Z[ omicron-package] Blocking waiting for file lock on package cache
22032024-12-13T20:09:16.542ZDec 13 20:09:15.787 INFO [hubris-production] task succeeded (1.843322678s)
22042024-12-13T20:09:16.942Z[ omicron-package] Compiling zerocopy v0.8.10
22052024-12-13T20:09:16.945Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22062024-12-13T20:09:16.945Z[ omicron-package] Compiling itertools v0.13.0
22072024-12-13T20:09:16.945Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22082024-12-13T20:09:16.945Z[ omicron-package] Compiling heapless v0.8.0
22092024-12-13T20:09:16.945Z[ omicron-package] Compiling hash32 v0.3.1
22102024-12-13T20:09:16.945Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22112024-12-13T20:09:16.945Z[ omicron-package] Compiling smoltcp v0.11.0
22122024-12-13T20:09:17.693Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22132024-12-13T20:09:18.354Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22142024-12-13T20:09:18.462Z[ omicron-package] Compiling cobs v0.2.3
22152024-12-13T20:09:18.907Z[ omicron-package] Compiling postcard v1.0.10
22162024-12-13T20:09:18.912Z[ omicron-package] Compiling num_enum_derive v0.5.11
22172024-12-13T20:09:19.258Z[ omicron-package] Compiling proc-macro-error v1.0.4
22182024-12-13T20:09:19.498Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22192024-12-13T20:09:19.686Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22202024-12-13T20:09:19.964Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22212024-12-13T20:09:20.373Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22222024-12-13T20:09:21.485Z[ omicron-package] Compiling tabwriter v1.4.0
22232024-12-13T20:09:21.902Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22242024-12-13T20:09:22.372Z[ omicron-package] Compiling foreign-types v0.5.0
22252024-12-13T20:09:22.854Z[ omicron-package] Compiling cstr-argument v0.1.2
22262024-12-13T20:09:22.914Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22272024-12-13T20:09:23.122Z[ omicron-package] Compiling thiserror v2.0.3
22282024-12-13T20:09:23.304Z[ omicron-package] Compiling num_enum v0.5.11
22292024-12-13T20:09:23.675Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22302024-12-13T20:09:23.945Z[ omicron-package] Compiling pretty-hex v0.2.1
22312024-12-13T20:09:23.983Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22322024-12-13T20:09:24.236Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22332024-12-13T20:09:24.878Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22342024-12-13T20:09:24.983Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22352024-12-13T20:09:24.986Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22362024-12-13T20:09:25.425Z[ omicron-package] Compiling colored v2.1.0
22372024-12-13T20:09:25.840Z[ omicron-package] Compiling thiserror-impl v2.0.3
22382024-12-13T20:09:26.043Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22392024-12-13T20:09:26.405ZDec 13 20:09:25.648 INFO [hubris-staging] task succeeded (11.704387545s)
22402024-12-13T20:09:26.421Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22412024-12-13T20:09:27.518Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22422024-12-13T20:09:27.795Z[ omicron-package] Compiling sigpipe v0.1.3
22432024-12-13T20:09:28.172Z[ omicron-package] Compiling num-derive v0.4.2
22442024-12-13T20:09:28.841Z[ omicron-package] Compiling libefi-sys v0.1.0
22452024-12-13T20:09:29.608Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22462024-12-13T20:09:30.066Z[ omicron-package] Compiling zone v0.3.0
22472024-12-13T20:09:30.369Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22482024-12-13T20:09:31.231Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22492024-12-13T20:09:31.508Z[ omicron-package] Compiling smf v0.2.3
22502024-12-13T20:09:32.452Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22512024-12-13T20:09:32.578Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22522024-12-13T20:09:33.304Z[ omicron-package] Compiling bitfield-struct v0.6.2
22532024-12-13T20:09:35.530Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22542024-12-13T20:09:35.668Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22552024-12-13T20:09:35.795Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22562024-12-13T20:09:36.050Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22572024-12-13T20:09:36.175Z[ omicron-package] Compiling gethostname v0.5.0
22582024-12-13T20:09:36.419Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22592024-12-13T20:09:36.785Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22602024-12-13T20:09:37.683Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22612024-12-13T20:09:39.874Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22622024-12-13T20:09:41.317Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22632024-12-13T20:09:42.812Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22642024-12-13T20:09:45.821Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22652024-12-13T20:09:46.546Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22662024-12-13T20:09:48.325Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22672024-12-13T20:09:58.574Z[ helios-setup] Dec 13 20:09:57.810 INFO helios repository root is: /work/oxidecomputer/helios
22682024-12-13T20:09:58.577Z[ helios-setup] Dec 13 20:09:57.813 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22692024-12-13T20:09:58.577Z[ helios-setup] Dec 13 20:09:57.813 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22702024-12-13T20:09:58.577Z[ helios-setup] Dec 13 20:09:57.813 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
22712024-12-13T20:09:58.578Z[ helios-setup] Dec 13 20:09:57.813 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22722024-12-13T20:09:58.582Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22732024-12-13T20:09:59.341Z[ helios-setup] Dec 13 20:09:58.577 INFO clone ok!, project: phbl
22742024-12-13T20:09:59.344Z[ helios-setup] Dec 13 20:09:58.577 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
22752024-12-13T20:09:59.344Z[ helios-setup] Dec 13 20:09:58.577 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22762024-12-13T20:09:59.348Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22772024-12-13T20:09:59.947Z[ helios-setup] Dec 13 20:09:59.183 INFO clone ok!, project: bootserver
22782024-12-13T20:09:59.950Z[ helios-setup] Dec 13 20:09:59.183 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22792024-12-13T20:09:59.950Z[ helios-setup] Dec 13 20:09:59.183 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
22802024-12-13T20:09:59.951Z[ helios-setup] Dec 13 20:09:59.183 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22812024-12-13T20:09:59.953Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22822024-12-13T20:10:00.899Z[ helios-setup] Dec 13 20:10:00.134 INFO clone ok!, project: chelsio-t6-roms
22832024-12-13T20:10:00.899Z[ helios-setup] Dec 13 20:10:00.134 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
22842024-12-13T20:10:00.899Z[ helios-setup] Dec 13 20:10:00.134 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22852024-12-13T20:10:00.903Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22862024-12-13T20:10:07.586Z[ omicron-package] Finished `release` profile [optimized] target(s) in 52.86s
22872024-12-13T20:10:07.864Z[ omicron-package]
22882024-12-13T20:10:07.864Z[ omicron-package] real 53.099970603
22892024-12-13T20:10:07.868Z[ omicron-package] user 3:03.833527941
22902024-12-13T20:10:07.868Z[ omicron-package] sys 27.610051045
22912024-12-13T20:10:07.868Z[ omicron-package] trap 0.269472858
22922024-12-13T20:10:07.868Z[ omicron-package] tflt 0.553970717
22932024-12-13T20:10:07.868Z[ omicron-package] dflt 0.837627476
22942024-12-13T20:10:07.868Z[ omicron-package] kflt 0.003812785
22952024-12-13T20:10:07.868Z[ omicron-package] lock 6:31.479829990
22962024-12-13T20:10:07.868Z[ omicron-package] slp 10:44.555864437
22972024-12-13T20:10:07.868Z[ omicron-package] lat 1:43.623412917
22982024-12-13T20:10:07.868ZDec 13 20:10:07.099 INFO [omicron-package] process exited with exit status: 0 (53.151763703s)
22992024-12-13T20:10:07.868Z[ omicron-package] stop 1:03.158483960
23002024-12-13T20:10:07.868ZDec 13 20:10:07.100 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
23012024-12-13T20:10:07.950Z[ helios-setup] Dec 13 20:10:07.162 INFO clone ok!, project: amd-firmware
23022024-12-13T20:10:07.953Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23032024-12-13T20:10:07.953Z[ helios-setup] Dec 13 20:10:07.162 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
23042024-12-13T20:10:07.953Z[ helios-setup] Dec 13 20:10:07.162 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23052024-12-13T20:10:07.955ZDec 13 20:10:07.189 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23062024-12-13T20:10:07.973Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23072024-12-13T20:10:07.975Z[ host-target] Created new build target 'host' and set it as active
23082024-12-13T20:10:07.975ZDec 13 20:10:07.206 INFO [host-target] process exited with exit status: 0 (105.734996ms)
23092024-12-13T20:10:07.975ZDec 13 20:10:07.206 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23102024-12-13T20:10:07.984Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23112024-12-13T20:10:07.984Z[ recovery-target] Created new build target 'recovery' and set it as active
23122024-12-13T20:10:07.988ZDec 13 20:10:07.223 INFO [recovery-target] process exited with exit status: 0 (34.003232ms)
23132024-12-13T20:10:07.997Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23142024-12-13T20:10:08.547Z[ helios-setup] Dec 13 20:10:07.781 INFO clone ok!, project: image-builder
23152024-12-13T20:10:08.551Z[ helios-setup] Dec 13 20:10:07.781 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
23162024-12-13T20:10:08.551Z[ helios-setup] Dec 13 20:10:07.782 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23172024-12-13T20:10:08.551Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23182024-12-13T20:10:09.082Z[ helios-setup] Dec 13 20:10:08.316 INFO clone ok!, project: pinprick
23192024-12-13T20:10:09.084Z[ helios-setup] Dec 13 20:10:08.317 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
23202024-12-13T20:10:09.084Z[ helios-setup] Dec 13 20:10:08.317 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
23212024-12-13T20:10:09.087Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23222024-12-13T20:10:09.299Z[ host-package] Compiling convert_case v0.4.0
23232024-12-13T20:10:09.299Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23242024-12-13T20:10:09.301Z[ host-package] Compiling newline-converter v0.3.0
23252024-12-13T20:10:09.301Z[ host-package] Compiling password-hash v0.5.0
23262024-12-13T20:10:09.301Z[ host-package] Compiling progenitor-client v0.8.0
23272024-12-13T20:10:09.301Z[ host-package] Compiling blake2 v0.10.6
23282024-12-13T20:10:09.301Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23292024-12-13T20:10:09.301Z[ host-package] Compiling cancel-safe-futures v0.1.5
23302024-12-13T20:10:09.582Z[ host-package] Compiling expectorate v1.1.0
23312024-12-13T20:10:09.701Z[ host-package] Compiling owo-colors v4.1.0
23322024-12-13T20:10:09.806Z[ host-package] Compiling num-rational v0.4.2
23332024-12-13T20:10:09.975Z[ host-package] Compiling progenitor v0.8.0
23342024-12-13T20:10:10.006Z[ host-package] Compiling num-complex v0.4.6
23352024-12-13T20:10:10.130Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23362024-12-13T20:10:10.130Z[ host-package] Compiling argon2 v0.5.3
23372024-12-13T20:10:10.148Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23382024-12-13T20:10:10.203Z[ host-package] Compiling derive_more v0.99.18
23392024-12-13T20:10:10.704Z[ host-package] Compiling atomicwrites v0.4.4
23402024-12-13T20:10:11.089Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23412024-12-13T20:10:11.244Z[ host-package] Compiling num v0.4.3
23422024-12-13T20:10:11.363Z[ host-package] Compiling libsw v3.3.1
23432024-12-13T20:10:11.410Z[ host-package] Compiling swrite v0.1.0
23442024-12-13T20:10:11.569Z[ host-package] Compiling indent_write v2.2.0
23452024-12-13T20:10:11.745Z[ host-package] Compiling linear-map v1.2.0
23462024-12-13T20:10:11.774Z[ host-package] Compiling float-ord v0.3.2
23472024-12-13T20:10:11.844Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23482024-12-13T20:10:11.864Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23492024-12-13T20:10:11.973Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23502024-12-13T20:10:12.200Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23512024-12-13T20:10:12.424Z[ host-package] Compiling highway v1.2.0
23522024-12-13T20:10:12.629Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23532024-12-13T20:10:13.339Z[ host-package] Compiling semver v0.1.20
23542024-12-13T20:10:13.960Z[ host-package] Compiling rustc_version v0.1.7
23552024-12-13T20:10:14.021Z[ host-package] Compiling newtype-uuid v1.1.3
23562024-12-13T20:10:14.419Z[ host-package] Compiling dropshot v0.13.0
23572024-12-13T20:10:14.469Z[ host-package] Compiling newtype_derive v0.1.6
23582024-12-13T20:10:14.511Z[ host-package] Compiling ipnetwork v0.20.0
23592024-12-13T20:10:14.919Z[ host-package] Compiling instant v0.1.13
23602024-12-13T20:10:15.125Z[ host-package] Compiling humantime v2.1.0
23612024-12-13T20:10:15.381Z[ host-package] Compiling backoff v0.4.0
23622024-12-13T20:10:15.778Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23632024-12-13T20:10:16.605Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23642024-12-13T20:10:17.000Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23652024-12-13T20:10:17.233Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23662024-12-13T20:10:18.853Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23672024-12-13T20:10:18.869Z[ helios-setup] Dec 13 20:10:18.101 INFO clone ok!, project: amd-host-image-builder
23682024-12-13T20:10:18.871Z[ helios-setup] Dec 13 20:10:18.101 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
23692024-12-13T20:10:18.871Z[ helios-setup] Dec 13 20:10:18.101 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23702024-12-13T20:10:18.874Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23712024-12-13T20:10:20.314Z[ helios-setup] Dec 13 20:10:19.546 INFO clone ok!, project: pilot
23722024-12-13T20:10:20.317Z[ helios-setup] Dec 13 20:10:19.546 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23732024-12-13T20:10:20.499Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23742024-12-13T20:10:21.178Z[ helios-setup] Dec 13 20:10:20.410 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23752024-12-13T20:10:21.546Z[ host-package] Compiling parse-display v0.10.0
23762024-12-13T20:10:21.782Z[ helios-setup] Dec 13 20:10:21.013 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23772024-12-13T20:10:21.785Z[ helios-setup] Dec 13 20:10:21.013 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23782024-12-13T20:10:22.227Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23792024-12-13T20:10:22.269Z[ host-package] Compiling strum v0.26.3
23802024-12-13T20:10:22.380Z[ helios-setup] Dec 13 20:10:21.610 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23812024-12-13T20:10:22.490Z[ host-package] Compiling serde_with v3.11.0
23822024-12-13T20:10:22.533Z[ host-package] Compiling regress v0.9.1
23832024-12-13T20:10:22.991Z[ helios-setup] Dec 13 20:10:22.222 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23842024-12-13T20:10:22.994Z[ helios-setup] Dec 13 20:10:22.223 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23852024-12-13T20:10:23.675Z[ helios-setup] Dec 13 20:10:22.906 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23862024-12-13T20:10:24.261Z[ helios-setup] Dec 13 20:10:23.492 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23872024-12-13T20:10:24.264Z[ helios-setup] Dec 13 20:10:23.492 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23882024-12-13T20:10:24.264Z[ helios-setup] Dec 13 20:10:23.492 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23892024-12-13T20:10:24.264Z[ helios-setup] Dec 13 20:10:23.492 INFO ok!
23902024-12-13T20:10:24.264Z[ helios-setup] Dec 13 20:10:23.493 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23912024-12-13T20:10:24.264Z[ helios-setup] Dec 13 20:10:23.493 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23922024-12-13T20:10:24.264Z[ helios-setup] Dec 13 20:10:23.493 INFO ok!
23932024-12-13T20:10:24.264Z[ helios-setup] Dec 13 20:10:23.493 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23942024-12-13T20:10:24.264Z[ helios-setup] Dec 13 20:10:23.493 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23952024-12-13T20:10:24.264Z[ helios-setup] Dec 13 20:10:23.493 INFO ok!
23962024-12-13T20:10:24.264Z[ helios-setup] Dec 13 20:10:23.493 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
23972024-12-13T20:10:24.264Z[ helios-setup] Dec 13 20:10:23.493 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
23982024-12-13T20:10:24.655Z[ helios-setup] Dec 13 20:10:23.886 INFO E| Downloading crates ...
23992024-12-13T20:10:24.801Z[ helios-setup] Dec 13 20:10:24.032 INFO E| Downloaded typenum v1.15.0
24002024-12-13T20:10:24.805Z[ helios-setup] Dec 13 20:10:24.036 INFO E| Downloaded unicode-width v0.1.10
24012024-12-13T20:10:24.809Z[ helios-setup] Dec 13 20:10:24.038 INFO E| Downloaded block-buffer v0.10.3
24022024-12-13T20:10:24.837Z[ helios-setup] Dec 13 20:10:24.068 INFO E| Downloaded sha2 v0.10.5
24032024-12-13T20:10:24.841Z[ helios-setup] Dec 13 20:10:24.072 INFO E| Downloaded generic-array v0.14.6
24042024-12-13T20:10:24.844Z[ helios-setup] Dec 13 20:10:24.074 INFO E| Downloaded cpufeatures v0.2.5
24052024-12-13T20:10:24.847Z[ helios-setup] Dec 13 20:10:24.076 INFO E| Downloaded bytes v1.2.1
24062024-12-13T20:10:24.851Z[ helios-setup] Dec 13 20:10:24.080 INFO E| Downloaded flate2 v1.0.25
24072024-12-13T20:10:24.863Z[ helios-setup] Dec 13 20:10:24.087 INFO E| Downloaded anyhow v1.0.62
24082024-12-13T20:10:24.863Z[ helios-setup] Dec 13 20:10:24.091 INFO E| Downloaded miniz_oxide v0.6.2
24092024-12-13T20:10:24.871Z[ helios-setup] Dec 13 20:10:24.094 INFO E| Downloaded digest v0.10.3
24102024-12-13T20:10:24.925Z[ helios-setup] Dec 13 20:10:24.156 INFO E| Compiling typenum v1.15.0
24112024-12-13T20:10:24.928Z[ helios-setup] Dec 13 20:10:24.156 INFO E| Compiling version_check v0.9.4
24122024-12-13T20:10:24.928Z[ helios-setup] Dec 13 20:10:24.156 INFO E| Compiling cfg-if v1.0.0
24132024-12-13T20:10:24.928Z[ helios-setup] Dec 13 20:10:24.156 INFO E| Compiling crc32fast v1.3.2
24142024-12-13T20:10:24.928Z[ helios-setup] Dec 13 20:10:24.157 INFO E| Compiling anyhow v1.0.62
24152024-12-13T20:10:24.928Z[ helios-setup] Dec 13 20:10:24.157 INFO E| Compiling adler v1.0.2
24162024-12-13T20:10:24.928Z[ helios-setup] Dec 13 20:10:24.157 INFO E| Compiling unicode-width v0.1.10
24172024-12-13T20:10:24.940Z[ helios-setup] Dec 13 20:10:24.171 INFO E| Compiling cpufeatures v0.2.5
24182024-12-13T20:10:25.207Z[ helios-setup] Dec 13 20:10:24.438 INFO E| Compiling miniz_oxide v0.6.2
24192024-12-13T20:10:25.351Z[ helios-setup] Dec 13 20:10:24.582 INFO E| Compiling getopts v0.2.21
24202024-12-13T20:10:25.361Z[ helios-setup] Dec 13 20:10:24.592 INFO E| Compiling bytes v1.2.1
24212024-12-13T20:10:25.690Z[ helios-setup] Dec 13 20:10:24.921 INFO E| Compiling bitflags v1.3.2
24222024-12-13T20:10:26.135Z[ helios-setup] Dec 13 20:10:25.366 INFO E| Compiling generic-array v0.14.6
24232024-12-13T20:10:26.345Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24242024-12-13T20:10:27.036Z[ helios-setup] Dec 13 20:10:26.267 INFO E| Compiling flate2 v1.0.25
24252024-12-13T20:10:29.481Z[ host-package] Compiling macaddr v1.0.1
24262024-12-13T20:10:29.918Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24272024-12-13T20:10:29.981Z[ host-package] Compiling steno v0.4.1
24282024-12-13T20:10:30.644Z[ host-package] Compiling prettyplease v0.2.25
24292024-12-13T20:10:30.707Z[ host-package] Compiling slog-dtrace v0.3.0
24302024-12-13T20:10:31.068Z[ helios-setup] Dec 13 20:10:30.293 INFO E| Compiling crypto-common v0.1.6
24312024-12-13T20:10:31.071Z[ helios-setup] Dec 13 20:10:30.293 INFO E| Compiling block-buffer v0.10.3
24322024-12-13T20:10:31.268Z[ helios-setup] Dec 13 20:10:30.498 INFO E| Compiling digest v0.10.3
24332024-12-13T20:10:31.653Z[ helios-setup] Dec 13 20:10:30.882 INFO E| Compiling sha2 v0.10.5
24342024-12-13T20:10:31.673Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24352024-12-13T20:10:32.219Z[ helios-setup] Dec 13 20:10:31.449 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24362024-12-13T20:10:33.257Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24372024-12-13T20:10:33.358Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24382024-12-13T20:10:37.401Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24392024-12-13T20:10:37.841Z[ helios-setup] Dec 13 20:10:37.070 INFO E| Finished `release` profile [optimized] target(s) in 13.48s
24402024-12-13T20:10:37.858Z[ helios-setup] Dec 13 20:10:37.087 INFO building project "bootserver" ok (13 seconds)
24412024-12-13T20:10:37.858Z[ helios-setup] Dec 13 20:10:37.087 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24422024-12-13T20:10:37.858Z[ helios-setup] Dec 13 20:10:37.087 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24432024-12-13T20:10:38.086Z[ host-package] Compiling half v2.4.1
24442024-12-13T20:10:38.214Z[ helios-setup] Dec 13 20:10:37.443 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24452024-12-13T20:10:38.841Z[ helios-setup] Dec 13 20:10:38.069 INFO E| From https://github.com/jclulow/rust-jmclib
24462024-12-13T20:10:38.841Z[ helios-setup] Dec 13 20:10:38.069 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24472024-12-13T20:10:38.861Z[ helios-setup] Dec 13 20:10:38.089 INFO E| Updating crates.io index
24482024-12-13T20:10:38.904Z[ host-package] Compiling ciborium-io v0.2.2
24492024-12-13T20:10:39.062Z[ helios-setup] Dec 13 20:10:38.290 INFO E| Downloading crates ...
24502024-12-13T20:10:39.130Z[ host-package] Compiling ciborium-ll v0.2.2
24512024-12-13T20:10:39.154Z[ helios-setup] Dec 13 20:10:38.382 INFO E| Downloaded fastrand v2.0.0
24522024-12-13T20:10:39.157Z[ helios-setup] Dec 13 20:10:38.385 INFO E| Downloaded opaque-debug v0.3.0
24532024-12-13T20:10:39.160Z[ helios-setup] Dec 13 20:10:38.386 INFO E| Downloaded cpufeatures v0.2.9
24542024-12-13T20:10:39.160Z[ helios-setup] Dec 13 20:10:38.387 INFO E| Downloaded errno v0.3.1
24552024-12-13T20:10:39.162Z[ helios-setup] Dec 13 20:10:38.389 INFO E| Downloaded libdevinfo-sys v1.0.0
24562024-12-13T20:10:39.163Z[ helios-setup] Dec 13 20:10:38.390 INFO E| Downloaded digest v0.9.0
24572024-12-13T20:10:39.165Z[ helios-setup] Dec 13 20:10:38.392 INFO E| Downloaded block-buffer v0.9.0
24582024-12-13T20:10:39.165Z[ helios-setup] Dec 13 20:10:38.394 INFO E| Downloaded anyhow v1.0.72
24592024-12-13T20:10:39.199Z[ helios-setup] Dec 13 20:10:38.428 INFO E| Downloaded walkdir v2.3.3
24602024-12-13T20:10:39.202Z[ helios-setup] Dec 13 20:10:38.430 INFO E| Downloaded sha-1 v0.9.8
24612024-12-13T20:10:39.233Z[ helios-setup] Dec 13 20:10:38.461 INFO E| Downloaded uuid v0.8.2
24622024-12-13T20:10:39.237Z[ helios-setup] Dec 13 20:10:38.466 INFO E| Downloaded quote v1.0.31
24632024-12-13T20:10:39.241Z[ helios-setup] Dec 13 20:10:38.469 INFO E| Downloaded tempfile v3.7.0
24642024-12-13T20:10:39.244Z[ helios-setup] Dec 13 20:10:38.473 INFO E| Downloaded unicode-ident v1.0.11
24652024-12-13T20:10:39.248Z[ helios-setup] Dec 13 20:10:38.477 INFO E| Downloaded toml v0.5.11
24662024-12-13T20:10:39.252Z[ helios-setup] Dec 13 20:10:38.481 INFO E| Downloaded proc-macro2 v1.0.66
24672024-12-13T20:10:39.256Z[ helios-setup] Dec 13 20:10:38.485 INFO E| Downloaded typenum v1.16.0
24682024-12-13T20:10:39.260Z[ helios-setup] Dec 13 20:10:38.489 INFO E| Downloaded serde v1.0.193
24692024-12-13T20:10:39.265Z[ helios-setup] Dec 13 20:10:38.494 INFO E| Downloaded serde_derive v1.0.193
24702024-12-13T20:10:39.270Z[ helios-setup] Dec 13 20:10:38.499 INFO E| Downloaded ryu v1.0.15
24712024-12-13T20:10:39.277Z[ helios-setup] Dec 13 20:10:38.504 INFO E| Downloaded serde_json v1.0.103
24722024-12-13T20:10:39.287Z[ helios-setup] Dec 13 20:10:38.516 INFO E| Downloaded once_cell v1.18.0
24732024-12-13T20:10:39.292Z[ helios-setup] Dec 13 20:10:38.520 INFO E| Downloaded itoa v1.0.9
24742024-12-13T20:10:39.296Z[ helios-setup] Dec 13 20:10:38.522 INFO E| Downloaded getrandom v0.2.10
24752024-12-13T20:10:39.299Z[ helios-setup] Dec 13 20:10:38.527 INFO E| Downloaded bitflags v2.3.3
24762024-12-13T20:10:39.302Z[ helios-setup] Dec 13 20:10:38.530 INFO E| Downloaded md-5 v0.9.1
24772024-12-13T20:10:39.334Z[ helios-setup] Dec 13 20:10:38.562 INFO E| Downloaded syn v2.0.32
24782024-12-13T20:10:39.351Z[ helios-setup] Dec 13 20:10:38.579 INFO E| Downloaded rustix v0.38.4
24792024-12-13T20:10:39.440Z[ helios-setup] Dec 13 20:10:38.668 INFO E| Downloaded libc v0.2.147
24802024-12-13T20:10:39.636Z[ helios-setup] Dec 13 20:10:38.865 INFO E| Compiling libc v0.2.147
24812024-12-13T20:10:39.636Z[ helios-setup] Dec 13 20:10:38.865 INFO E| Compiling proc-macro2 v1.0.66
24822024-12-13T20:10:39.640Z[ helios-setup] Dec 13 20:10:38.865 INFO E| Compiling cfg-if v1.0.0
24832024-12-13T20:10:39.640Z[ helios-setup] Dec 13 20:10:38.865 INFO E| Compiling unicode-ident v1.0.11
24842024-12-13T20:10:39.640Z[ helios-setup] Dec 13 20:10:38.865 INFO E| Compiling version_check v0.9.4
24852024-12-13T20:10:39.640Z[ helios-setup] Dec 13 20:10:38.865 INFO E| Compiling typenum v1.16.0
24862024-12-13T20:10:39.640Z[ helios-setup] Dec 13 20:10:38.865 INFO E| Compiling serde v1.0.193
24872024-12-13T20:10:39.640Z[ helios-setup] Dec 13 20:10:38.866 INFO E| Compiling powerfmt v0.2.0
24882024-12-13T20:10:39.801Z[ host-package] Compiling tungstenite v0.21.0
24892024-12-13T20:10:40.061Z[ helios-setup] Dec 13 20:10:39.289 INFO E| Compiling slog v2.7.0
24902024-12-13T20:10:40.459Z[ helios-setup] Dec 13 20:10:39.688 INFO E| Compiling rustix v0.38.4
24912024-12-13T20:10:41.183Z[ helios-setup] Dec 13 20:10:40.411 INFO E| Compiling time-core v0.1.2
24922024-12-13T20:10:41.205Z[ helios-setup] Dec 13 20:10:40.433 INFO E| Compiling num-conv v0.1.0
24932024-12-13T20:10:41.208Z[ helios-setup] Dec 13 20:10:40.434 INFO E| Compiling itoa v1.0.9
24942024-12-13T20:10:41.273Z[ helios-setup] Dec 13 20:10:40.501 INFO E| Compiling generic-array v0.14.7
24952024-12-13T20:10:41.582Z[ helios-setup] Dec 13 20:10:40.809 INFO E| Compiling deranged v0.3.11
24962024-12-13T20:10:41.608Z[ helios-setup] Dec 13 20:10:40.835 INFO E| Compiling once_cell v1.18.0
24972024-12-13T20:10:41.883Z[ helios-setup] Dec 13 20:10:41.111 INFO E| Compiling time-macros v0.2.18
24982024-12-13T20:10:42.161Z[ helios-setup] Dec 13 20:10:41.389 INFO E| Compiling num_threads v0.1.6
24992024-12-13T20:10:42.363Z[ helios-setup] Dec 13 20:10:41.583 INFO E| Compiling bitflags v2.3.3
25002024-12-13T20:10:42.402Z[ helios-setup] Dec 13 20:10:41.630 INFO E| Compiling thread_local v1.1.7
25012024-12-13T20:10:43.218Z[ helios-setup] Dec 13 20:10:42.445 INFO E| Compiling quote v1.0.31
25022024-12-13T20:10:43.893Z[ helios-setup] Dec 13 20:10:43.120 INFO E| Compiling syn v2.0.32
25032024-12-13T20:10:44.256Z[ helios-setup] Dec 13 20:10:43.483 INFO E| Compiling dirs-sys-next v0.1.2
25042024-12-13T20:10:44.564Z[ helios-setup] Dec 13 20:10:43.792 INFO E| Compiling errno v0.3.1
25052024-12-13T20:10:44.660Z[ helios-setup] Dec 13 20:10:43.888 INFO E| Compiling dirs-next v2.0.0
25062024-12-13T20:10:44.706Z[ helios-setup] Dec 13 20:10:43.934 INFO E| Compiling atty v0.2.14
25072024-12-13T20:10:45.015Z[ helios-setup] Dec 13 20:10:44.243 INFO E| Compiling term v0.7.0
25082024-12-13T20:10:45.045Z[ helios-setup] Dec 13 20:10:44.272 INFO E| Compiling anyhow v1.0.72
25092024-12-13T20:10:45.256Z[ host-package] Compiling tokio-tungstenite v0.21.0
25102024-12-13T20:10:45.918Z[ helios-setup] Dec 13 20:10:45.145 INFO E| Compiling fastrand v2.0.0
25112024-12-13T20:10:46.130Z[ helios-setup] Dec 13 20:10:45.357 INFO E| Compiling serde_json v1.0.103
25122024-12-13T20:10:46.481Z[ helios-setup] Dec 13 20:10:45.708 INFO E| Compiling block-buffer v0.9.0
25132024-12-13T20:10:46.542Z[ helios-setup] Dec 13 20:10:45.767 INFO E| Compiling digest v0.9.0
25142024-12-13T20:10:46.601Z[ host-package] Compiling ciborium v0.2.2
25152024-12-13T20:10:46.859Z[ helios-setup] Dec 13 20:10:46.086 INFO E| Compiling opaque-debug v0.3.0
25162024-12-13T20:10:46.971Z[ helios-setup] Dec 13 20:10:46.198 INFO E| Compiling getrandom v0.2.10
25172024-12-13T20:10:47.217Z[ helios-setup] Dec 13 20:10:46.408 INFO E| Compiling same-file v1.0.6
25182024-12-13T20:10:47.451Z[ helios-setup] Dec 13 20:10:46.678 INFO E| Compiling cpufeatures v0.2.9
25192024-12-13T20:10:47.546Z[ helios-setup] Dec 13 20:10:46.773 INFO E| Compiling unicode-width v0.1.10
25202024-12-13T20:10:47.740Z[ helios-setup] Dec 13 20:10:46.966 INFO E| Compiling ryu v1.0.15
25212024-12-13T20:10:47.885Z[ helios-setup] Dec 13 20:10:47.112 INFO E| Compiling time v0.3.36
25222024-12-13T20:10:47.897Z[ helios-setup] Dec 13 20:10:47.124 INFO E| Compiling getopts v0.2.21
25232024-12-13T20:10:47.955Z[ helios-setup] Dec 13 20:10:47.182 INFO E| Compiling sha-1 v0.9.8
25242024-12-13T20:10:48.664Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25252024-12-13T20:10:48.790Z[ helios-setup] Dec 13 20:10:48.016 INFO E| Compiling tempfile v3.7.0
25262024-12-13T20:10:49.041Z[ helios-setup] Dec 13 20:10:48.268 INFO E| Compiling walkdir v2.3.3
25272024-12-13T20:10:49.234Z[ helios-setup] Dec 13 20:10:48.460 INFO E| Compiling md-5 v0.9.1
25282024-12-13T20:10:49.637Z[ helios-setup] Dec 13 20:10:48.864 INFO E| Compiling libdevinfo-sys v1.0.0
25292024-12-13T20:10:49.813Z[ helios-setup] Dec 13 20:10:49.039 INFO E| Compiling glob v0.3.1
25302024-12-13T20:10:50.715Z[ host-package] Compiling display-error-chain v0.2.2
25312024-12-13T20:10:51.681Z[ helios-setup] Dec 13 20:10:50.906 INFO E| Compiling slog-term v2.9.0
25322024-12-13T20:10:54.043Z[ helios-setup] Dec 13 20:10:53.269 INFO E| Compiling serde_derive v1.0.193
25332024-12-13T20:10:56.671Z[ host-package] Compiling fastrand v2.1.1
25342024-12-13T20:10:57.618Z[ host-package] Compiling same-file v1.0.6
25352024-12-13T20:10:57.922Z[ host-package] Compiling walkdir v2.5.0
25362024-12-13T20:10:58.743Z[ host-package] Compiling tempfile v3.13.0
25372024-12-13T20:10:58.799Z[ host-package] Compiling blake3 v1.5.4
25382024-12-13T20:10:59.550Z[ host-package] Compiling ring v0.16.20
25392024-12-13T20:10:59.758Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25402024-12-13T20:10:59.949Z[ host-package] Compiling xattr v1.3.1
25412024-12-13T20:11:00.269Z[ host-package] Compiling memmap2 v0.9.5
25422024-12-13T20:11:00.557Z[ host-package] Compiling filetime v0.2.25
25432024-12-13T20:11:00.827Z[ host-package] Compiling constant_time_eq v0.3.1
25442024-12-13T20:11:01.056Z[ host-package] Compiling spin v0.5.2
25452024-12-13T20:11:01.091Z[ host-package] Compiling keccak v0.1.5
25462024-12-13T20:11:01.361Z[ host-package] Compiling arrayref v0.3.9
25472024-12-13T20:11:01.573Z[ host-package] Compiling arrayvec v0.7.6
25482024-12-13T20:11:01.691Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25492024-12-13T20:11:01.745Z[ host-package] Compiling sha3 v0.10.8
25502024-12-13T20:11:02.289Z[ host-package] Compiling tar v0.4.42
25512024-12-13T20:11:02.858Z[ host-package] Compiling camino-tempfile v1.1.1
25522024-12-13T20:11:03.294Z[ host-package] Compiling toolchain_find v0.4.0
25532024-12-13T20:11:03.502Z[ host-package] Compiling const_format_proc_macros v0.2.33
25542024-12-13T20:11:04.025Z[ host-package] Compiling maplit v1.0.2
25552024-12-13T20:11:04.261Z[ host-package] Compiling topological-sort v0.2.2
25562024-12-13T20:11:04.494Z[ host-package] Compiling crunchy v0.2.2
25572024-12-13T20:11:04.637Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25582024-12-13T20:11:04.715Z[ host-package] Compiling tiny-keccak v2.0.2
25592024-12-13T20:11:05.178Z[ host-package] Compiling dsl_auto_type v0.1.2
25602024-12-13T20:11:05.268Z[ host-package] Compiling phf_generator v0.11.2
25612024-12-13T20:11:05.466Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25622024-12-13T20:11:05.523Z[ host-package] Compiling omicron-zone-package v0.11.1
25632024-12-13T20:11:05.619Z[ host-package] Compiling const_format v0.2.33
25642024-12-13T20:11:06.759Z[ host-package] Compiling secrecy v0.8.0
25652024-12-13T20:11:06.863Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25662024-12-13T20:11:06.964Z[ host-package] Compiling arc-swap v1.7.1
25672024-12-13T20:11:07.106Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25682024-12-13T20:11:07.186Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25692024-12-13T20:11:07.247Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25702024-12-13T20:11:07.408Z[ host-package] Compiling diesel_derives v2.2.3
25712024-12-13T20:11:07.666Z[ host-package] Compiling slog-scope v4.4.0
25722024-12-13T20:11:07.767Z[ host-package] Compiling r2d2 v0.8.10
25732024-12-13T20:11:07.912Z[ host-package] Compiling phf_codegen v0.11.2
25742024-12-13T20:11:08.343Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
25752024-12-13T20:11:08.427Z[ helios-setup] Dec 13 20:11:07.649 INFO E| Compiling toml v0.5.11
25762024-12-13T20:11:08.427Z[ helios-setup] Dec 13 20:11:07.649 INFO E| Compiling uuid v0.8.2
25772024-12-13T20:11:08.842Z[ host-package] Compiling ascii-canvas v3.0.0
25782024-12-13T20:11:08.934Z[ host-package] Compiling universal-hash v0.5.1
25792024-12-13T20:11:09.364Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25802024-12-13T20:11:09.718Z[ host-package] Compiling parse-zoneinfo v0.3.1
25812024-12-13T20:11:10.951Z[ helios-setup] Dec 13 20:11:10.173 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25822024-12-13T20:11:11.857Z[ host-package] Compiling ena v0.14.3
25832024-12-13T20:11:11.987Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25842024-12-13T20:11:12.445Z[ host-package] Compiling regex-syntax v0.6.29
25852024-12-13T20:11:12.662Z[ host-package] Compiling opaque-debug v0.3.1
25862024-12-13T20:11:12.835Z[ host-package] Compiling diff v0.1.13
25872024-12-13T20:11:13.803Z[ host-package] Compiling poly1305 v0.8.0
25882024-12-13T20:11:13.914Z[ helios-setup] Dec 13 20:11:13.136 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25892024-12-13T20:11:15.703Z[ host-package] Compiling thiserror-no-std v2.0.2
25902024-12-13T20:11:15.905Z[ host-package] Compiling chrono-tz-build v0.4.0
25912024-12-13T20:11:17.386Z[ host-package] Compiling lalrpop v0.19.12
25922024-12-13T20:11:18.858Z[ host-package] Compiling slog-stdlog v4.1.1
25932024-12-13T20:11:20.564Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25942024-12-13T20:11:21.471Z[ host-package] Compiling diesel v2.2.6
25952024-12-13T20:11:22.214Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25962024-12-13T20:11:22.696Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25972024-12-13T20:11:23.047Z[ host-package] Compiling chacha20 v0.9.1
25982024-12-13T20:11:24.024Z[ host-package] Compiling aead v0.5.2
25992024-12-13T20:11:24.650Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26002024-12-13T20:11:25.492Z[ host-package] Compiling ref-cast v1.0.23
26012024-12-13T20:11:26.190Z[ host-package] Compiling vte v0.11.1
26022024-12-13T20:11:27.360Z[ helios-setup] Dec 13 20:11:26.579 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.37s
26032024-12-13T20:11:27.395Z[ helios-setup] Dec 13 20:11:26.614 INFO building project "image-builder" ok (49 seconds)
26042024-12-13T20:11:27.395Z[ helios-setup] Dec 13 20:11:26.614 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
26052024-12-13T20:11:27.395Z[ helios-setup] Dec 13 20:11:26.614 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
26062024-12-13T20:11:27.690Z[ helios-setup] Dec 13 20:11:26.908 INFO E| Downloading crates ...
26072024-12-13T20:11:27.929Z[ helios-setup] Dec 13 20:11:27.148 INFO E| Downloaded miniz_oxide v0.7.2
26082024-12-13T20:11:27.994Z[ host-package] Compiling chacha20poly1305 v0.10.1
26092024-12-13T20:11:28.013Z[ helios-setup] Dec 13 20:11:27.233 INFO E| Compiling adler v1.0.2
26102024-12-13T20:11:28.156Z[ helios-setup] Dec 13 20:11:27.376 INFO E| Compiling miniz_oxide v0.7.2
26112024-12-13T20:11:28.530Z[ host-package] Compiling slog-envlogger v2.2.0
26122024-12-13T20:11:29.457Z[ host-package] Compiling chrono-tz v0.10.0
26132024-12-13T20:11:30.225Z[ host-package] Compiling vsss-rs v3.3.4
26142024-12-13T20:11:31.391Z[ helios-setup] Dec 13 20:11:30.609 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
26152024-12-13T20:11:31.840Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26162024-12-13T20:11:32.223Z[ host-package] Compiling derive_builder_core v0.20.2
26172024-12-13T20:11:32.547Z[ helios-setup] Dec 13 20:11:31.765 INFO E| Finished `release` profile [optimized] target(s) in 5.04s
26182024-12-13T20:11:32.558Z[ helios-setup] Dec 13 20:11:31.776 INFO building project "pinprick" ok (5 seconds)
26192024-12-13T20:11:32.558Z[ helios-setup] Dec 13 20:11:31.776 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
26202024-12-13T20:11:32.558Z[ helios-setup] Dec 13 20:11:31.776 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
26212024-12-13T20:11:32.569Z[ helios-setup] Dec 13 20:11:31.787 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
26222024-12-13T20:11:32.795Z[ helios-setup] Dec 13 20:11:32.013 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
26232024-12-13T20:11:32.795Z[ helios-setup] Dec 13 20:11:32.013 INFO E| info: downloading component 'cargo'
26242024-12-13T20:11:34.078Z[ helios-setup] Dec 13 20:11:33.296 INFO E| info: downloading component 'clippy'
26252024-12-13T20:11:34.395Z[ helios-setup] Dec 13 20:11:33.613 INFO E| info: downloading component 'rust-docs'
26262024-12-13T20:11:34.693Z[ host-package] Compiling headers-core v0.3.0
26272024-12-13T20:11:34.890Z[ host-package] Compiling fxhash v0.2.1
26282024-12-13T20:11:35.170Z[ host-package] Compiling libxml v0.3.3
26292024-12-13T20:11:35.316Z[ host-package] Compiling ref-cast-impl v1.0.23
26302024-12-13T20:11:35.573Z[ host-package] Compiling bytecount v0.6.8
26312024-12-13T20:11:35.916Z[ host-package] Compiling papergrid v0.11.0
26322024-12-13T20:11:36.146Z[ helios-setup] Dec 13 20:11:35.363 INFO E| info: downloading component 'rust-src'
26332024-12-13T20:11:36.369Z[ helios-setup] Dec 13 20:11:35.587 INFO E| info: downloading component 'rust-std'
26342024-12-13T20:11:36.820Z[ host-package] Compiling headers v0.4.0
26352024-12-13T20:11:38.497Z[ helios-setup] Dec 13 20:11:37.714 INFO E| info: downloading component 'rustc'
26362024-12-13T20:11:43.976Z[ helios-setup] Dec 13 20:11:43.192 INFO E| info: downloading component 'rustfmt'
26372024-12-13T20:11:44.374Z[ helios-setup] Dec 13 20:11:43.590 INFO E| info: installing component 'cargo'
26382024-12-13T20:11:45.698Z[ helios-setup] Dec 13 20:11:44.904 INFO E| info: installing component 'clippy'
26392024-12-13T20:11:46.114Z[ helios-setup] Dec 13 20:11:45.326 INFO E| info: installing component 'rust-docs'
26402024-12-13T20:11:46.677Z[ host-package] Compiling polar-core v0.27.3
26412024-12-13T20:11:49.867Z[ host-package] Compiling derive_builder_macro v0.20.2
26422024-12-13T20:11:51.118Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26432024-12-13T20:11:52.260Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26442024-12-13T20:11:52.267Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26452024-12-13T20:11:52.567Z[ helios-setup] Dec 13 20:11:51.782 INFO E| info: installing component 'rust-src'
26462024-12-13T20:11:52.720Z[ host-package] Compiling tabled_derive v0.7.0
26472024-12-13T20:11:53.387Z[ helios-setup] Dec 13 20:11:52.602 INFO E| info: installing component 'rust-std'
26482024-12-13T20:11:55.490Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26492024-12-13T20:11:55.989Z[ host-package] Compiling fd-lock v4.0.2
26502024-12-13T20:11:56.140Z[ helios-setup] Dec 13 20:11:55.347 INFO E| info: installing component 'rustc'
26512024-12-13T20:11:56.223Z[ host-package] Compiling peg-macros v0.8.4
26522024-12-13T20:11:58.895Z[ host-package] Compiling strum_macros v0.24.3
26532024-12-13T20:12:00.393Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26542024-12-13T20:12:01.114Z[ host-package] Compiling kstat-rs v0.2.4
26552024-12-13T20:12:01.174Z[ host-package] Compiling samael v0.0.17
26562024-12-13T20:12:01.615Z[ host-package] Compiling unicase v2.7.0
26572024-12-13T20:12:02.034Z[ host-package] Compiling nu-ansi-term v0.50.1
26582024-12-13T20:12:02.350Z[ host-package] Compiling indoc v1.0.9
26592024-12-13T20:12:02.406Z[ helios-setup] Dec 13 20:12:01.617 INFO E| info: installing component 'rustfmt'
26602024-12-13T20:12:02.820Z[ host-package] Compiling reedline v0.35.0
26612024-12-13T20:12:03.280Z[ helios-setup] Dec 13 20:12:02.493 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26622024-12-13T20:12:03.378Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26632024-12-13T20:12:04.183Z[ helios-setup] Dec 13 20:12:03.385 INFO E| From https://github.com/oxidecomputer/amd-apcb
26642024-12-13T20:12:04.183Z[ helios-setup] Dec 13 20:12:03.385 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
26652024-12-13T20:12:04.183Z[ helios-setup] Dec 13 20:12:03.385 INFO E| * [new tag] v0.4.3 -> v0.4.3
26662024-12-13T20:12:04.218Z[ helios-setup] Dec 13 20:12:03.418 INFO E| * [new tag] v0.1.3 -> v0.1.3
26672024-12-13T20:12:04.218Z[ helios-setup] Dec 13 20:12:03.418 INFO E| * [new tag] v0.1.4 -> v0.1.4
26682024-12-13T20:12:04.234Z[ helios-setup] Dec 13 20:12:03.419 INFO E| * [new tag] v0.1.5 -> v0.1.5
26692024-12-13T20:12:04.234Z[ helios-setup] Dec 13 20:12:03.419 INFO E| * [new tag] v0.2.0 -> v0.2.0
26702024-12-13T20:12:04.234Z[ helios-setup] Dec 13 20:12:03.419 INFO E| * [new tag] v0.3.0 -> v0.3.0
26712024-12-13T20:12:04.234Z[ helios-setup] Dec 13 20:12:03.419 INFO E| * [new tag] v0.3.1 -> v0.3.1
26722024-12-13T20:12:04.235Z[ helios-setup] Dec 13 20:12:03.419 INFO E| * [new tag] v0.3.2 -> v0.3.2
26732024-12-13T20:12:04.235Z[ helios-setup] Dec 13 20:12:03.419 INFO E| * [new tag] v0.3.3 -> v0.3.3
26742024-12-13T20:12:04.235Z[ helios-setup] Dec 13 20:12:03.419 INFO E| * [new tag] v0.4.0 -> v0.4.0
26752024-12-13T20:12:04.235Z[ helios-setup] Dec 13 20:12:03.420 INFO E| * [new tag] v0.4.1 -> v0.4.1
26762024-12-13T20:12:04.235Z[ helios-setup] Dec 13 20:12:03.420 INFO E| * [new tag] v0.4.2 -> v0.4.2
26772024-12-13T20:12:04.265Z[ helios-setup] Dec 13 20:12:03.472 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
26782024-12-13T20:12:05.602Z[ helios-setup] Dec 13 20:12:04.627 INFO E| From https://github.com/oxidecomputer/amd-efs
26792024-12-13T20:12:05.602Z[ helios-setup] Dec 13 20:12:04.627 INFO E| * [new branch] empty -> origin/empty
26802024-12-13T20:12:05.602Z[ helios-setup] Dec 13 20:12:04.627 INFO E| * [new branch] issue-99 -> origin/issue-99
26812024-12-13T20:12:05.884Z[ helios-setup] Dec 13 20:12:04.627 INFO E| * [new branch] main -> origin/main
26822024-12-13T20:12:05.884Z[ helios-setup] Dec 13 20:12:04.627 INFO E| * [new branch] review -> origin/review
26832024-12-13T20:12:05.884Z[ helios-setup] Dec 13 20:12:04.627 INFO E| * [new ref] -> origin/HEAD
26842024-12-13T20:12:05.884Z[ helios-setup] Dec 13 20:12:04.628 INFO E| * [new tag] v0.2.0 -> v0.2.0
26852024-12-13T20:12:05.884Z[ helios-setup] Dec 13 20:12:04.628 INFO E| * [new tag] v0.2.1 -> v0.2.1
26862024-12-13T20:12:05.884Z[ helios-setup] Dec 13 20:12:04.628 INFO E| * [new tag] v0.2.2 -> v0.2.2
26872024-12-13T20:12:05.884Z[ helios-setup] Dec 13 20:12:04.628 INFO E| * [new tag] v0.2.3 -> v0.2.3
26882024-12-13T20:12:05.885Z[ helios-setup] Dec 13 20:12:04.628 INFO E| * [new tag] v0.2.4 -> v0.2.4
26892024-12-13T20:12:05.885Z[ helios-setup] Dec 13 20:12:04.628 INFO E| * [new tag] v0.2.5 -> v0.2.5
26902024-12-13T20:12:05.885Z[ helios-setup] Dec 13 20:12:04.628 INFO E| * [new tag] v0.2.6 -> v0.2.6
26912024-12-13T20:12:05.885Z[ helios-setup] Dec 13 20:12:04.628 INFO E| * [new tag] v0.2.7 -> v0.2.7
26922024-12-13T20:12:05.885Z[ helios-setup] Dec 13 20:12:04.629 INFO E| * [new tag] v0.3.0 -> v0.3.0
26932024-12-13T20:12:05.885Z[ helios-setup] Dec 13 20:12:04.629 INFO E| * [new tag] v0.3.1 -> v0.3.1
26942024-12-13T20:12:05.885Z[ helios-setup] Dec 13 20:12:04.629 INFO E| * [new tag] v0.4.0 -> v0.4.0
26952024-12-13T20:12:05.885Z[ helios-setup] Dec 13 20:12:04.629 INFO E| * [new tag] v0.4.1 -> v0.4.1
26962024-12-13T20:12:05.885Z[ helios-setup] Dec 13 20:12:04.629 INFO E| * [new tag] v0.4.2 -> v0.4.2
26972024-12-13T20:12:05.885Z[ helios-setup] Dec 13 20:12:04.629 INFO E| * [new tag] v0.4.3 -> v0.4.3
26982024-12-13T20:12:05.885Z[ helios-setup] Dec 13 20:12:04.652 INFO E| Updating crates.io index
26992024-12-13T20:12:05.885Z[ helios-setup] Dec 13 20:12:04.956 INFO E| Downloading crates ...
27002024-12-13T20:12:06.032Z[ helios-setup] Dec 13 20:12:05.126 INFO E| Downloaded rustc_version v0.2.3
27012024-12-13T20:12:06.032Z[ helios-setup] Dec 13 20:12:05.129 INFO E| Downloaded bytesize v1.3.0
27022024-12-13T20:12:06.187Z[ helios-setup] Dec 13 20:12:05.131 INFO E| Downloaded ansi_term v0.12.1
27032024-12-13T20:12:06.187Z[ helios-setup] Dec 13 20:12:05.135 INFO E| Downloaded scroll_derive v0.10.5
27042024-12-13T20:12:06.188Z[ helios-setup] Dec 13 20:12:05.136 INFO E| Downloaded semver v0.9.0
27052024-12-13T20:12:06.188Z[ helios-setup] Dec 13 20:12:05.139 INFO E| Downloaded parse_int v0.6.0
27062024-12-13T20:12:06.188Z[ helios-setup] Dec 13 20:12:05.140 INFO E| Downloaded proc-macro-crate v0.1.5
27072024-12-13T20:12:06.188Z[ helios-setup] Dec 13 20:12:05.154 INFO E| Downloaded unic-ucd-version v0.9.0
27082024-12-13T20:12:06.188Z[ helios-setup] Dec 13 20:12:05.155 INFO E| Downloaded unic-char-property v0.9.0
27092024-12-13T20:12:06.189Z[ helios-setup] Dec 13 20:12:05.164 INFO E| Downloaded unic-common v0.9.0
27102024-12-13T20:12:06.189Z[ helios-setup] Dec 13 20:12:05.165 INFO E| Downloaded unic-char-range v0.9.0
27112024-12-13T20:12:06.191Z[ helios-setup] Dec 13 20:12:05.167 INFO E| Downloaded strum v0.23.0
27122024-12-13T20:12:06.191Z[ helios-setup] Dec 13 20:12:05.181 INFO E| Downloaded vec_map v0.8.2
27132024-12-13T20:12:06.191Z[ helios-setup] Dec 13 20:12:05.182 INFO E| Downloaded textwrap v0.11.0
27142024-12-13T20:12:06.192Z[ helios-setup] Dec 13 20:12:05.185 INFO E| Downloaded thiserror v1.0.64
27152024-12-13T20:12:06.192Z[ helios-setup] Dec 13 20:12:05.211 INFO E| Downloaded unic-ucd-ident v0.9.0
27162024-12-13T20:12:06.192Z[ helios-setup] Dec 13 20:12:05.214 INFO E| Downloaded thiserror-impl v1.0.64
27172024-12-13T20:12:06.193Z[ helios-setup] Dec 13 20:12:05.216 INFO E| Downloaded strum_macros v0.23.1
27182024-12-13T20:12:06.193Z[ helios-setup] Dec 13 20:12:05.219 INFO E| Downloaded structopt-derive v0.4.18
27192024-12-13T20:12:06.193Z[ helios-setup] Dec 13 20:12:05.221 INFO E| Downloaded pest_derive v2.7.13
27202024-12-13T20:12:06.193Z[ helios-setup] Dec 13 20:12:05.225 INFO E| Downloaded once_cell v1.20.1
27212024-12-13T20:12:06.193Z[ helios-setup] Dec 13 20:12:05.229 INFO E| Downloaded four-cc v0.3.0
27222024-12-13T20:12:06.193Z[ helios-setup] Dec 13 20:12:05.230 INFO E| Downloaded cfg-if v0.1.10
27232024-12-13T20:12:06.193Z[ helios-setup] Dec 13 20:12:05.232 INFO E| Downloaded structopt v0.3.26
27242024-12-13T20:12:06.194Z[ helios-setup] Dec 13 20:12:05.244 INFO E| Downloaded serde v1.0.210
27252024-12-13T20:12:06.194Z[ helios-setup] Dec 13 20:12:05.250 INFO E| Downloaded proc-macro2 v1.0.86
27262024-12-13T20:12:06.194Z[ helios-setup] Dec 13 20:12:05.260 INFO E| Downloaded modular-bitfield v0.11.2
27272024-12-13T20:12:06.194Z[ helios-setup] Dec 13 20:12:05.279 INFO E| Downloaded serde_json v1.0.128
27282024-12-13T20:12:06.194Z[ helios-setup] Dec 13 20:12:05.290 INFO E| Downloaded pest v2.7.13
27292024-12-13T20:12:06.194Z[ helios-setup] Dec 13 20:12:05.298 INFO E| Downloaded goblin v0.4.3
27302024-12-13T20:12:06.255Z[ helios-setup] Dec 13 20:12:05.306 INFO E| Downloaded syn v2.0.79
27312024-12-13T20:12:06.255Z[ helios-setup] Dec 13 20:12:05.324 INFO E| Downloaded clap v2.34.0
27322024-12-13T20:12:06.255Z[ helios-setup] Dec 13 20:12:05.335 INFO E| Downloaded serde_derive v1.0.210
27332024-12-13T20:12:06.255Z[ helios-setup] Dec 13 20:12:05.339 INFO E| Downloaded scroll v0.10.2
27342024-12-13T20:12:06.255Z[ helios-setup] Dec 13 20:12:05.341 INFO E| Downloaded pre-proc-macro v0.2.1
27352024-12-13T20:12:06.255Z[ helios-setup] Dec 13 20:12:05.344 INFO E| Downloaded pest_generator v2.7.13
27362024-12-13T20:12:06.255Z[ helios-setup] Dec 13 20:12:05.346 INFO E| Downloaded libc v0.2.159
27372024-12-13T20:12:06.255Z[ helios-setup] Dec 13 20:12:05.400 INFO E| Downloaded strsim v0.8.0
27382024-12-13T20:12:06.255Z[ helios-setup] Dec 13 20:12:05.402 INFO E| Downloaded semver-parser v0.7.0
27392024-12-13T20:12:06.255Z[ helios-setup] Dec 13 20:12:05.403 INFO E| Downloaded pre v0.2.1
27402024-12-13T20:12:06.256Z[ helios-setup] Dec 13 20:12:05.405 INFO E| Downloaded pest_meta v2.7.13
27412024-12-13T20:12:06.256Z[ helios-setup] Dec 13 20:12:05.408 INFO E| Downloaded modular-bitfield-impl v0.11.2
27422024-12-13T20:12:06.256Z[ helios-setup] Dec 13 20:12:05.409 INFO E| Downloaded fletcher v0.1.0
27432024-12-13T20:12:06.256Z[ helios-setup] Dec 13 20:12:05.411 INFO E| Downloaded memoffset v0.5.6
27442024-12-13T20:12:06.366Z[ helios-setup] Dec 13 20:12:05.521 INFO E| Compiling proc-macro2 v1.0.86
27452024-12-13T20:12:06.366Z[ helios-setup] Dec 13 20:12:05.521 INFO E| Compiling unicode-ident v1.0.13
27462024-12-13T20:12:06.367Z[ helios-setup] Dec 13 20:12:05.522 INFO E| Compiling syn v1.0.109
27472024-12-13T20:12:06.367Z[ helios-setup] Dec 13 20:12:05.522 INFO E| Compiling version_check v0.9.5
27482024-12-13T20:12:06.500Z[ helios-setup] Dec 13 20:12:05.522 INFO E| Compiling memchr v2.7.4
27492024-12-13T20:12:06.500Z[ helios-setup] Dec 13 20:12:05.522 INFO E| Compiling autocfg v1.4.0
27502024-12-13T20:12:06.500Z[ helios-setup] Dec 13 20:12:05.522 INFO E| Compiling semver-parser v0.7.0
27512024-12-13T20:12:06.500Z[ helios-setup] Dec 13 20:12:05.522 INFO E| Compiling thiserror v1.0.64
27522024-12-13T20:12:07.496Z[ helios-setup] Dec 13 20:12:06.689 INFO E| Compiling semver v0.9.0
27532024-12-13T20:12:07.577Z[ host-package] Compiling peg v0.8.4
27542024-12-13T20:12:07.616Z[ helios-setup] Dec 13 20:12:06.817 INFO E| Compiling serde v1.0.210
27552024-12-13T20:12:07.978Z[ host-package] Compiling tabled v0.15.0
27562024-12-13T20:12:08.182Z[ helios-setup] Dec 13 20:12:07.392 INFO E| Compiling rustc_version v0.2.3
27572024-12-13T20:12:08.498Z[ helios-setup] Dec 13 20:12:07.707 INFO E| Compiling proc-macro-error-attr v1.0.4
27582024-12-13T20:12:08.500Z[ helios-setup] Dec 13 20:12:07.708 INFO E| Compiling proc-macro-error v1.0.4
27592024-12-13T20:12:09.029Z[ helios-setup] Dec 13 20:12:08.220 INFO E| Compiling serde_json v1.0.128
27602024-12-13T20:12:09.068Z[ helios-setup] Dec 13 20:12:08.276 INFO E| Compiling num-traits v0.2.19
27612024-12-13T20:12:09.143Z[ helios-setup] Dec 13 20:12:08.347 INFO E| Compiling schemars v0.8.21
27622024-12-13T20:12:09.284Z[ helios-setup] Dec 13 20:12:08.494 INFO E| Compiling unicode-segmentation v1.12.0
27632024-12-13T20:12:09.579Z[ helios-setup] Dec 13 20:12:08.790 INFO E| Compiling itoa v1.0.11
27642024-12-13T20:12:09.757Z[ helios-setup] Dec 13 20:12:08.967 INFO E| Compiling ryu v1.0.18
27652024-12-13T20:12:10.004Z[ helios-setup] Dec 13 20:12:09.215 INFO E| Compiling quote v1.0.37
27662024-12-13T20:12:10.028Z[ helios-setup] Dec 13 20:12:09.239 INFO E| Compiling pre-proc-macro v0.2.1
27672024-12-13T20:12:10.661Z[ helios-setup] Dec 13 20:12:09.870 INFO E| Compiling syn v2.0.79
27682024-12-13T20:12:10.996Z[ helios-setup] Dec 13 20:12:10.178 INFO E| Compiling heck v0.3.3
27692024-12-13T20:12:11.081Z[ helios-setup] Dec 13 20:12:10.257 INFO E| Compiling memoffset v0.5.6
27702024-12-13T20:12:11.105Z[ helios-setup] Dec 13 20:12:10.303 INFO E| Compiling rustversion v1.0.17
27712024-12-13T20:12:11.248Z[ helios-setup] Dec 13 20:12:10.437 INFO E| Compiling paste v1.0.15
27722024-12-13T20:12:11.822Z[ helios-setup] Dec 13 20:12:11.027 INFO E| Compiling lazy_static v1.5.0
27732024-12-13T20:12:11.991Z[ helios-setup] Dec 13 20:12:11.199 INFO E| Compiling libc v0.2.159
27742024-12-13T20:12:12.088Z[ helios-setup] Dec 13 20:12:11.297 INFO E| Compiling ucd-trie v0.1.7
27752024-12-13T20:12:12.592Z[ helios-setup] Dec 13 20:12:11.798 INFO E| Compiling dyn-clone v1.0.17
27762024-12-13T20:12:13.120Z[ helios-setup] Dec 13 20:12:12.322 INFO E| Compiling pre v0.2.1
27772024-12-13T20:12:13.222Z[ helios-setup] Dec 13 20:12:12.432 INFO E| Compiling byteorder v1.5.0
27782024-12-13T20:12:13.737Z[ helios-setup] Dec 13 20:12:12.944 INFO E| Compiling once_cell v1.20.1
27792024-12-13T20:12:13.781Z[ helios-setup] Dec 13 20:12:12.992 INFO E| Compiling static_assertions v1.1.0
27802024-12-13T20:12:13.882Z[ helios-setup] Dec 13 20:12:13.092 INFO E| Compiling cfg-if v0.1.10
27812024-12-13T20:12:14.815Z[ helios-setup] Dec 13 20:12:14.025 INFO E| Compiling unicode-width v0.1.14
27822024-12-13T20:12:15.850Z[ helios-setup] Dec 13 20:12:15.060 INFO E| Compiling textwrap v0.11.0
27832024-12-13T20:12:15.889Z[ helios-setup] Dec 13 20:12:15.089 INFO E| Compiling atty v0.2.14
27842024-12-13T20:12:16.078Z[ helios-setup] Dec 13 20:12:15.286 INFO E| Compiling unic-common v0.9.0
27852024-12-13T20:12:16.493Z[ helios-setup] Dec 13 20:12:15.702 INFO E| Compiling vec_map v0.8.2
27862024-12-13T20:12:16.541Z[ helios-setup] Dec 13 20:12:15.751 INFO E| Compiling ansi_term v0.12.1
27872024-12-13T20:12:16.942Z[ host-package] Compiling derive_builder v0.20.2
27882024-12-13T20:12:17.021Z[ helios-setup] Dec 13 20:12:16.231 INFO E| Compiling strsim v0.8.0
27892024-12-13T20:12:17.086Z[ helios-setup] Dec 13 20:12:16.295 INFO E| Compiling unic-char-range v0.9.0
27902024-12-13T20:12:17.256Z[ helios-setup] Dec 13 20:12:16.466 INFO E| Compiling fletcher v0.1.0
27912024-12-13T20:12:17.546Z[ helios-setup] Dec 13 20:12:16.756 INFO E| Compiling strum v0.23.0
27922024-12-13T20:12:17.597Z[ helios-setup] Dec 13 20:12:16.807 INFO E| Compiling parse_int v0.6.0
27932024-12-13T20:12:17.693Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27942024-12-13T20:12:17.743Z[ helios-setup] Dec 13 20:12:16.953 INFO E| Compiling bitflags v1.3.2
27952024-12-13T20:12:17.837Z[ helios-setup] Dec 13 20:12:17.046 INFO E| Compiling clap v2.34.0
27962024-12-13T20:12:17.966Z[ helios-setup] Dec 13 20:12:17.175 INFO E| Compiling unic-char-property v0.9.0
27972024-12-13T20:12:18.000Z[ helios-setup] Dec 13 20:12:17.209 INFO E| Compiling unic-ucd-version v0.9.0
27982024-12-13T20:12:18.035Z[ helios-setup] Dec 13 20:12:17.245 INFO E| Compiling log v0.4.22
27992024-12-13T20:12:18.101Z[ helios-setup] Dec 13 20:12:17.311 INFO E| Compiling plain v0.2.3
28002024-12-13T20:12:18.335Z[ helios-setup] Dec 13 20:12:17.544 INFO E| Compiling unic-ucd-ident v0.9.0
28012024-12-13T20:12:18.399Z[ helios-setup] Dec 13 20:12:17.608 INFO E| Compiling bytesize v1.3.0
28022024-12-13T20:12:19.604Z[ helios-setup] Dec 13 20:12:18.813 INFO E| Compiling serde_derive_internals v0.29.1
28032024-12-13T20:12:22.920Z[ helios-setup] Dec 13 20:12:22.129 INFO E| Compiling toml v0.5.11
28042024-12-13T20:12:25.648Z[ helios-setup] Dec 13 20:12:24.855 INFO E| Compiling thiserror-impl v1.0.64
28052024-12-13T20:12:25.648Z[ helios-setup] Dec 13 20:12:24.855 INFO E| Compiling serde_derive v1.0.210
28062024-12-13T20:12:25.648Z[ helios-setup] Dec 13 20:12:24.855 INFO E| Compiling schemars_derive v0.8.21
28072024-12-13T20:12:27.169Z[ helios-setup] Dec 13 20:12:26.376 INFO E| Compiling proc-macro-crate v0.1.5
28082024-12-13T20:12:28.178Z[ helios-setup] Dec 13 20:12:27.385 INFO E| Compiling zerocopy-derive v0.6.6
28092024-12-13T20:12:28.332Z[ helios-setup] Dec 13 20:12:27.539 INFO E| Compiling num-derive v0.4.2
28102024-12-13T20:12:31.788Z[ helios-setup] Dec 13 20:12:30.993 INFO E| Compiling pest v2.7.13
28112024-12-13T20:12:32.732Z[ helios-setup] Dec 13 20:12:31.908 INFO E| Compiling zerocopy v0.6.6
28122024-12-13T20:12:32.898Z[ helios-setup] Dec 13 20:12:32.099 INFO E| Compiling modular-bitfield-impl v0.11.2
28132024-12-13T20:12:33.542Z[ helios-setup] Dec 13 20:12:32.730 INFO E| Compiling scroll_derive v0.10.5
28142024-12-13T20:12:34.848Z[ helios-setup] Dec 13 20:12:34.052 INFO E| Compiling strum_macros v0.23.1
28152024-12-13T20:12:36.295Z[ helios-setup] Dec 13 20:12:35.495 INFO E| Compiling structopt-derive v0.4.18
28162024-12-13T20:12:37.019Z[ helios-setup] Dec 13 20:12:36.225 INFO E| Compiling scroll v0.10.2
28172024-12-13T20:12:41.103Z[ helios-setup] Dec 13 20:12:37.635 INFO E| Compiling pest_meta v2.7.13
28182024-12-13T20:12:41.186Z[ helios-setup] Dec 13 20:12:37.730 INFO E| Compiling modular-bitfield v0.11.2
28192024-12-13T20:12:41.186Z[ helios-setup] Dec 13 20:12:37.757 INFO E| Compiling goblin v0.4.3
28202024-12-13T20:12:41.186Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28212024-12-13T20:12:41.469Z[ helios-setup] Dec 13 20:12:40.675 INFO E| Compiling pest_generator v2.7.13
28222024-12-13T20:12:42.105Z[ helios-setup] Dec 13 20:12:41.310 INFO E| Compiling structopt v0.3.26
28232024-12-13T20:12:45.031Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
28242024-12-13T20:12:45.245Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28252024-12-13T20:12:45.338Z[ host-package] Compiling bcs v0.1.6
28262024-12-13T20:12:46.001Z[ host-package] Compiling oso-derive v0.27.3
28272024-12-13T20:12:46.498Z[ helios-setup] Dec 13 20:12:45.702 INFO E| Compiling pest_derive v2.7.13
28282024-12-13T20:12:46.885Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
28292024-12-13T20:12:47.662Z[ host-package] Compiling libz-sys v1.1.20
28302024-12-13T20:12:48.588Z[ host-package] Compiling quick-xml v0.33.0
28312024-12-13T20:12:50.046Z[ host-package] Compiling diesel-dtrace v0.4.0
28322024-12-13T20:12:50.456Z[ helios-setup] Dec 13 20:12:49.660 INFO E| Compiling json5 v0.4.1
28332024-12-13T20:12:50.755Z[ host-package] Compiling parking_lot_core v0.8.6
28342024-12-13T20:12:56.498Z[ helios-setup] Dec 13 20:12:55.697 INFO E| Compiling four-cc v0.3.0
28352024-12-13T20:12:56.499Z[ helios-setup] Dec 13 20:12:55.697 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
28362024-12-13T20:12:56.751Z[ helios-setup] Dec 13 20:12:55.941 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
28372024-12-13T20:12:56.763Z[ host-package] Compiling oso v0.27.3
28382024-12-13T20:13:00.856Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28392024-12-13T20:13:03.055Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28402024-12-13T20:13:09.639Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28412024-12-13T20:13:13.521Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28422024-12-13T20:13:13.975Z[ host-package] Compiling bb8 v0.8.5
28432024-12-13T20:13:14.904Z[ host-package] Compiling async-bb8-diesel v0.2.1
28442024-12-13T20:13:17.950Z[ host-package] Compiling nibble_vec v0.1.0
28452024-12-13T20:13:18.224Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28462024-12-13T20:13:18.263Z[ host-package] Compiling atty v0.2.14
28472024-12-13T20:13:18.496Z[ host-package] Compiling salty v0.3.0
28482024-12-13T20:13:19.015Z[ host-package] Compiling endian-type v0.1.2
28492024-12-13T20:13:19.399Z[ host-package] Compiling radix_trie v0.2.1
28502024-12-13T20:13:21.033Z[ host-package] Compiling parking_lot v0.11.2
28512024-12-13T20:13:23.482Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28522024-12-13T20:13:28.805Z[ host-package] Compiling sled v0.34.7
28532024-12-13T20:13:41.197Z[ helios-setup] Dec 13 20:13:40.390 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
28542024-12-13T20:13:46.982Z[ host-package] Compiling mime_guess v2.0.5
28552024-12-13T20:13:51.436Z[ host-package] Compiling hickory-client v0.24.1
28562024-12-13T20:13:54.311Z[ helios-setup] Dec 13 20:13:53.502 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28572024-12-13T20:13:55.955Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28582024-12-13T20:13:56.080Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28592024-12-13T20:13:57.872Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28602024-12-13T20:13:58.508Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28612024-12-13T20:13:58.649Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28622024-12-13T20:14:00.425Z[ host-package] Compiling hickory-server v0.24.1
28632024-12-13T20:14:02.853Z[ host-package] Compiling primeorder v0.13.6
28642024-12-13T20:14:03.508Z[ host-package] Compiling vergen v8.3.2
28652024-12-13T20:14:03.861Z[ host-package] Compiling env_filter v0.1.2
28662024-12-13T20:14:05.709Z[ host-package] Compiling cargo-platform v0.1.8
28672024-12-13T20:14:06.304Z[ host-package] Compiling nanorand v0.7.0
28682024-12-13T20:14:07.135Z[ host-package] Compiling memoffset v0.9.1
28692024-12-13T20:14:07.795Z[ host-package] Compiling flume v0.11.1
28702024-12-13T20:14:08.217Z[ host-package] Compiling cargo_metadata v0.18.1
28712024-12-13T20:14:08.829Z[ host-package] Compiling env_logger v0.11.5
28722024-12-13T20:14:09.513Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28732024-12-13T20:14:10.565Z[ host-package] Compiling p384 v0.13.0
28742024-12-13T20:14:12.194Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28752024-12-13T20:14:14.723Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28762024-12-13T20:14:16.706Z[ host-package] Compiling git2 v0.19.0
28772024-12-13T20:14:18.514Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28782024-12-13T20:14:19.968Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28792024-12-13T20:14:20.258Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28802024-12-13T20:14:23.223Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28812024-12-13T20:14:25.107Z[ host-package] Compiling rand_seeder v0.3.0
28822024-12-13T20:14:25.734Z[ host-package] Compiling libsqlite3-sys v0.30.1
28832024-12-13T20:14:26.559Z[ host-package] Compiling lzma-sys v0.1.20
28842024-12-13T20:14:27.278Z[ host-package] Compiling http-range v0.1.5
28852024-12-13T20:14:27.699Z[ host-package] Compiling cfg_aliases v0.2.1
28862024-12-13T20:14:27.891Z[ host-package] Compiling rustls v0.21.12
28872024-12-13T20:14:28.080Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28882024-12-13T20:14:28.523Z[ host-package] Compiling nix v0.29.0
28892024-12-13T20:14:28.852Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28902024-12-13T20:14:29.501Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28912024-12-13T20:14:29.800Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28922024-12-13T20:14:29.910Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28932024-12-13T20:14:30.946Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28942024-12-13T20:14:31.201Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28952024-12-13T20:14:31.244Z[ host-package] Compiling rustls-webpki v0.101.7
28962024-12-13T20:14:31.297Z[ host-package] Compiling sct v0.7.1
28972024-12-13T20:14:31.596Z[ host-package] Compiling heck v0.3.3
28982024-12-13T20:14:31.862Z[ host-package] Compiling castaway v0.2.3
28992024-12-13T20:14:32.085Z[ host-package] Compiling csv-core v0.1.11
29002024-12-13T20:14:32.128Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29012024-12-13T20:14:32.778Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
29022024-12-13T20:14:33.029Z[ host-package] Compiling glob v0.3.1
29032024-12-13T20:14:33.303Z[ host-package] Compiling csv v1.3.0
29042024-12-13T20:14:35.628Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29052024-12-13T20:14:35.975Z[ host-package] Compiling zone_cfg_derive v0.1.2
29062024-12-13T20:14:36.023Z[ host-package] Compiling compact_str v0.8.0
29072024-12-13T20:14:36.142Z[ helios-setup] Dec 13 20:14:35.325 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 33s
29082024-12-13T20:14:36.178Z[ helios-setup] Dec 13 20:14:35.361 INFO building project "amd-host-image-builder" ok (183 seconds)
29092024-12-13T20:14:36.178Z[ helios-setup] Dec 13 20:14:35.361 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29102024-12-13T20:14:36.178Z[ helios-setup] Dec 13 20:14:35.362 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29112024-12-13T20:14:36.488Z[ helios-setup] Dec 13 20:14:35.671 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
29122024-12-13T20:14:37.583Z[ helios-setup] Dec 13 20:14:36.766 INFO E| From https://github.com/oxidecomputer/progenitor
29132024-12-13T20:14:37.584Z[ helios-setup] Dec 13 20:14:36.766 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
29142024-12-13T20:14:37.643Z[ helios-setup] Dec 13 20:14:36.826 INFO E| * [new tag] v0.1.1 -> v0.1.1
29152024-12-13T20:14:37.643Z[ helios-setup] Dec 13 20:14:36.826 INFO E| * [new tag] v0.2.0 -> v0.2.0
29162024-12-13T20:14:37.752Z[ helios-setup] Dec 13 20:14:36.935 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29172024-12-13T20:14:37.845Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29182024-12-13T20:14:38.295Z[ helios-setup] Dec 13 20:14:37.478 INFO E| From https://github.com/jclulow/hiercmd
29192024-12-13T20:14:38.295Z[ helios-setup] Dec 13 20:14:37.478 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
29202024-12-13T20:14:38.317Z[ helios-setup] Dec 13 20:14:37.500 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
29212024-12-13T20:14:38.898Z[ helios-setup] Dec 13 20:14:38.081 INFO E| From https://github.com/jclulow/network-interface
29222024-12-13T20:14:38.898Z[ helios-setup] Dec 13 20:14:38.081 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
29232024-12-13T20:14:38.919Z[ helios-setup] Dec 13 20:14:38.102 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29242024-12-13T20:14:39.098Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29252024-12-13T20:14:39.466Z[ helios-setup] Dec 13 20:14:38.649 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29262024-12-13T20:14:39.466Z[ helios-setup] Dec 13 20:14:38.649 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29272024-12-13T20:14:39.502Z[ helios-setup] Dec 13 20:14:38.685 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
29282024-12-13T20:14:39.852Z[ host-package] Compiling hyper-staticfile v0.10.1
29292024-12-13T20:14:40.315Z[ helios-setup] Dec 13 20:14:39.498 INFO E| From https://github.com/oxidecomputer/facade
29302024-12-13T20:14:40.315Z[ helios-setup] Dec 13 20:14:39.498 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
29312024-12-13T20:14:40.364Z[ helios-setup] Dec 13 20:14:39.545 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
29322024-12-13T20:14:41.162Z[ helios-setup] Dec 13 20:14:40.344 INFO E| From https://github.com/oxidecomputer/dropshot
29332024-12-13T20:14:41.162Z[ helios-setup] Dec 13 20:14:40.344 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
29342024-12-13T20:14:41.201Z[ helios-setup] Dec 13 20:14:40.383 INFO E| * [new tag] v0.3.0 -> v0.3.0
29352024-12-13T20:14:41.201Z[ helios-setup] Dec 13 20:14:40.384 INFO E| * [new tag] v0.4.0 -> v0.4.0
29362024-12-13T20:14:41.204Z[ helios-setup] Dec 13 20:14:40.384 INFO E| * [new tag] v0.5.0 -> v0.5.0
29372024-12-13T20:14:41.204Z[ helios-setup] Dec 13 20:14:40.384 INFO E| * [new tag] v0.5.1 -> v0.5.1
29382024-12-13T20:14:41.204Z[ helios-setup] Dec 13 20:14:40.384 INFO E| * [new tag] v0.6.0 -> v0.6.0
29392024-12-13T20:14:41.204Z[ helios-setup] Dec 13 20:14:40.384 INFO E| * [new tag] v0.7.0 -> v0.7.0
29402024-12-13T20:14:41.204Z[ helios-setup] Dec 13 20:14:40.384 INFO E| * [new tag] v0.8.0 -> v0.8.0
29412024-12-13T20:14:41.204Z[ helios-setup] Dec 13 20:14:40.384 INFO E| * [new tag] v0.9.0 -> v0.9.0
29422024-12-13T20:14:41.256Z[ helios-setup] Dec 13 20:14:40.438 INFO E| Updating crates.io index
29432024-12-13T20:14:41.297Z[ helios-setup] Dec 13 20:14:40.479 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29442024-12-13T20:14:42.062Z[ helios-setup] Dec 13 20:14:41.244 INFO E| From https://github.com/oxidecomputer/typify
29452024-12-13T20:14:42.064Z[ helios-setup] Dec 13 20:14:41.244 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29462024-12-13T20:14:42.102Z[ helios-setup] Dec 13 20:14:41.284 INFO E| * [new tag] v0.0.10 -> v0.0.10
29472024-12-13T20:14:42.102Z[ helios-setup] Dec 13 20:14:41.284 INFO E| * [new tag] v0.0.11 -> v0.0.11
29482024-12-13T20:14:42.106Z[ helios-setup] Dec 13 20:14:41.284 INFO E| * [new tag] v0.0.4 -> v0.0.4
29492024-12-13T20:14:42.106Z[ helios-setup] Dec 13 20:14:41.284 INFO E| * [new tag] v0.0.5 -> v0.0.5
29502024-12-13T20:14:42.106Z[ helios-setup] Dec 13 20:14:41.284 INFO E| * [new tag] v0.0.7 -> v0.0.7
29512024-12-13T20:14:42.106Z[ helios-setup] Dec 13 20:14:41.285 INFO E| * [new tag] v0.0.8 -> v0.0.8
29522024-12-13T20:14:42.106Z[ helios-setup] Dec 13 20:14:41.285 INFO E| * [new tag] v0.0.9 -> v0.0.9
29532024-12-13T20:14:42.494Z[ helios-setup] Dec 13 20:14:41.676 INFO E| Downloading crates ...
29542024-12-13T20:14:42.735Z[ helios-setup] Dec 13 20:14:41.918 INFO E| Downloaded built v0.6.0
29552024-12-13T20:14:42.740Z[ helios-setup] Dec 13 20:14:41.921 INFO E| Downloaded concolor-override v1.0.0
29562024-12-13T20:14:42.740Z[ helios-setup] Dec 13 20:14:41.923 INFO E| Downloaded async-stream-impl v0.3.5
29572024-12-13T20:14:42.743Z[ helios-setup] Dec 13 20:14:41.924 INFO E| Downloaded autocfg v1.1.0
29582024-12-13T20:14:42.749Z[ helios-setup] Dec 13 20:14:41.926 INFO E| Downloaded async-trait v0.1.68
29592024-12-13T20:14:42.754Z[ helios-setup] Dec 13 20:14:41.932 INFO E| Downloaded const-random-macro v0.1.15
29602024-12-13T20:14:42.754Z[ helios-setup] Dec 13 20:14:41.934 INFO E| Downloaded const-random v0.1.15
29612024-12-13T20:14:42.757Z[ helios-setup] Dec 13 20:14:41.936 INFO E| Downloaded scopeguard v1.1.0
29622024-12-13T20:14:42.778Z[ helios-setup] Dec 13 20:14:41.961 INFO E| Downloaded project-root v0.2.2
29632024-12-13T20:14:42.781Z[ helios-setup] Dec 13 20:14:41.963 INFO E| Downloaded rustls-pemfile v1.0.2
29642024-12-13T20:14:42.785Z[ helios-setup] Dec 13 20:14:41.967 INFO E| Downloaded concolor-query v0.3.3
29652024-12-13T20:14:42.819Z[ helios-setup] Dec 13 20:14:42.001 INFO E| Downloaded want v0.3.0
29662024-12-13T20:14:42.822Z[ helios-setup] Dec 13 20:14:42.004 INFO E| Downloaded semver v1.0.17
29672024-12-13T20:14:42.826Z[ helios-setup] Dec 13 20:14:42.008 INFO E| Downloaded sct v0.7.0
29682024-12-13T20:14:42.834Z[ helios-setup] Dec 13 20:14:42.016 INFO E| Downloaded try-lock v0.2.4
29692024-12-13T20:14:42.837Z[ helios-setup] Dec 13 20:14:42.018 INFO E| Downloaded slab v0.4.7
29702024-12-13T20:14:42.840Z[ helios-setup] Dec 13 20:14:42.022 INFO E| Downloaded smawk v0.3.1
29712024-12-13T20:14:42.843Z[ helios-setup] Dec 13 20:14:42.025 INFO E| Downloaded serde_path_to_error v0.1.11
29722024-12-13T20:14:42.847Z[ helios-setup] Dec 13 20:14:42.029 INFO E| Downloaded slog-async v2.7.0
29732024-12-13T20:14:42.851Z[ helios-setup] Dec 13 20:14:42.033 INFO E| Downloaded sha2 v0.10.6
29742024-12-13T20:14:42.855Z[ helios-setup] Dec 13 20:14:42.038 INFO E| Downloaded strsim v0.10.0
29752024-12-13T20:14:42.859Z[ helios-setup] Dec 13 20:14:42.041 INFO E| Downloaded tokio-macros v2.0.0
29762024-12-13T20:14:42.862Z[ helios-setup] Dec 13 20:14:42.044 INFO E| Downloaded utf8parse v0.2.1
29772024-12-13T20:14:42.864Z[ helios-setup] Dec 13 20:14:42.046 INFO E| Downloaded thiserror-impl v1.0.38
29782024-12-13T20:14:42.867Z[ helios-setup] Dec 13 20:14:42.049 INFO E| Downloaded sha1 v0.10.5
29792024-12-13T20:14:42.870Z[ helios-setup] Dec 13 20:14:42.053 INFO E| Downloaded ppv-lite86 v0.2.17
29802024-12-13T20:14:42.874Z[ helios-setup] Dec 13 20:14:42.056 INFO E| Downloaded smallvec v1.10.0
29812024-12-13T20:14:42.877Z[ helios-setup] Dec 13 20:14:42.060 INFO E| Downloaded rustfmt-wrapper v0.2.0
29822024-12-13T20:14:42.881Z[ helios-setup] Dec 13 20:14:42.063 INFO E| Downloaded tokio-tungstenite v0.18.0
29832024-12-13T20:14:42.886Z[ helios-setup] Dec 13 20:14:42.068 INFO E| Downloaded tokio-rustls v0.24.0
29842024-12-13T20:14:42.889Z[ helios-setup] Dec 13 20:14:42.071 INFO E| Downloaded thiserror v1.0.38
29852024-12-13T20:14:42.897Z[ helios-setup] Dec 13 20:14:42.079 INFO E| Downloaded clap_derive v4.2.0
29862024-12-13T20:14:42.902Z[ helios-setup] Dec 13 20:14:42.084 INFO E| Downloaded time v0.1.45
29872024-12-13T20:14:42.905Z[ helios-setup] Dec 13 20:14:42.087 INFO E| Downloaded ucd-trie v0.1.5
29882024-12-13T20:14:42.909Z[ helios-setup] Dec 13 20:14:42.091 INFO E| Downloaded unicode-ident v1.0.8
29892024-12-13T20:14:42.914Z[ helios-setup] Dec 13 20:14:42.097 INFO E| Downloaded toml v0.7.3
29902024-12-13T20:14:42.921Z[ helios-setup] Dec 13 20:14:42.103 INFO E| Downloaded unicode-bidi v0.3.13
29912024-12-13T20:14:42.926Z[ helios-setup] Dec 13 20:14:42.108 INFO E| Downloaded uuid v1.3.0
29922024-12-13T20:14:42.933Z[ helios-setup] Dec 13 20:14:42.116 INFO E| Downloaded tungstenite v0.18.0
29932024-12-13T20:14:42.939Z[ helios-setup] Dec 13 20:14:42.121 INFO E| Downloaded unsafe-libyaml v0.2.8
29942024-12-13T20:14:42.946Z[ helios-setup] Dec 13 20:14:42.128 INFO E| Downloaded url v2.3.1
29952024-12-13T20:14:42.951Z[ helios-setup] Dec 13 20:14:42.133 INFO E| Downloaded serde_yaml v0.9.21
29962024-12-13T20:14:42.958Z[ helios-setup] Dec 13 20:14:42.140 INFO E| Downloaded unicode-linebreak v0.1.4
29972024-12-13T20:14:42.961Z[ helios-setup] Dec 13 20:14:42.143 INFO E| Downloaded bincode v1.3.3
29982024-12-13T20:14:42.966Z[ helios-setup] Dec 13 20:14:42.148 INFO E| Downloaded unicode-normalization v0.1.22
29992024-12-13T20:14:42.973Z[ helios-setup] Dec 13 20:14:42.155 INFO E| Downloaded winnow v0.4.1
30002024-12-13T20:14:42.989Z[ helios-setup] Dec 13 20:14:42.172 INFO E| Downloaded num-traits v0.2.15
30012024-12-13T20:14:42.994Z[ helios-setup] Dec 13 20:14:42.176 INFO E| Downloaded crossbeam-epoch v0.9.13
30022024-12-13T20:14:42.999Z[ helios-setup] Dec 13 20:14:42.181 INFO E| Downloaded serde_json v1.0.95
30032024-12-13T20:14:43.012Z[ helios-setup] Dec 13 20:14:42.194 INFO E| Downloaded memchr v2.5.0
30042024-12-13T20:14:43.019Z[ helios-setup] Dec 13 20:14:42.201 INFO E| Downloaded syn v1.0.107
30052024-12-13T20:14:43.037Z[ helios-setup] Dec 13 20:14:42.219 INFO E| Downloaded schemars v0.8.12
30062024-12-13T20:14:43.054Z[ helios-setup] Dec 13 20:14:42.236 INFO E| Downloaded aho-corasick v0.7.20
30072024-12-13T20:14:43.137Z[ helios-setup] Dec 13 20:14:42.319 INFO E| Downloaded rustls-webpki v0.100.1
30082024-12-13T20:14:43.146Z[ helios-setup] Dec 13 20:14:42.327 INFO E| Downloaded http v0.2.9
30092024-12-13T20:14:43.151Z[ helios-setup] Dec 13 20:14:42.333 INFO E| Downloaded mio v0.8.5
30102024-12-13T20:14:43.160Z[ helios-setup] Dec 13 20:14:42.342 INFO E| Downloaded syn v2.0.72
30112024-12-13T20:14:43.177Z[ helios-setup] Dec 13 20:14:42.358 INFO E| Downloaded pest v2.5.7
30122024-12-13T20:14:43.184Z[ helios-setup] Dec 13 20:14:42.366 INFO E| Downloaded crossbeam-channel v0.5.6
30132024-12-13T20:14:43.191Z[ helios-setup] Dec 13 20:14:42.373 INFO E| Downloaded ryu v1.0.13
30142024-12-13T20:14:43.196Z[ helios-setup] Dec 13 20:14:42.378 INFO E| Downloaded rayon-core v1.10.2
30152024-12-13T20:14:43.203Z[ helios-setup] Dec 13 20:14:42.385 INFO E| Downloaded futures v0.3.28
30162024-12-13T20:14:43.212Z[ helios-setup] Dec 13 20:14:42.394 INFO E| Downloaded bytes v1.4.0
30172024-12-13T20:14:43.219Z[ helios-setup] Dec 13 20:14:42.401 INFO E| Downloaded base64 v0.21.0
30182024-12-13T20:14:43.225Z[ helios-setup] Dec 13 20:14:42.407 INFO E| Downloaded toml_edit v0.19.8
30192024-12-13T20:14:43.253Z[ helios-setup] Dec 13 20:14:42.435 INFO E| Downloaded parking_lot_core v0.9.6
30202024-12-13T20:14:43.257Z[ helios-setup] Dec 13 20:14:42.439 INFO E| Downloaded clap_builder v4.2.1
30212024-12-13T20:14:43.267Z[ helios-setup] Dec 13 20:14:42.450 INFO E| Downloaded reqwest v0.11.16
30222024-12-13T20:14:43.323Z[ helios-setup] Dec 13 20:14:42.505 INFO E| Downloaded h2 v0.3.16
30232024-12-13T20:14:43.332Z[ helios-setup] Dec 13 20:14:42.514 INFO E| Downloaded futures-util v0.3.28
30242024-12-13T20:14:43.352Z[ helios-setup] Dec 13 20:14:42.534 INFO E| Downloaded rayon v1.6.1
30252024-12-13T20:14:43.365Z[ helios-setup] Dec 13 20:14:42.547 INFO E| Downloaded hyper v0.14.25
30262024-12-13T20:14:43.377Z[ helios-setup] Dec 13 20:14:42.559 INFO E| Downloaded git2 v0.16.1
30272024-12-13T20:14:43.390Z[ helios-setup] Dec 13 20:14:42.572 INFO E| Downloaded regress v0.5.0
30282024-12-13T20:14:43.401Z[ helios-setup] Dec 13 20:14:42.583 INFO E| Downloaded chrono v0.4.24
30292024-12-13T20:14:43.413Z[ helios-setup] Dec 13 20:14:42.595 INFO E| Downloaded rustls v0.21.0
30302024-12-13T20:14:43.434Z[ helios-setup] Dec 13 20:14:42.616 INFO E| Downloaded regex v1.7.3
30312024-12-13T20:14:43.448Z[ helios-setup] Dec 13 20:14:42.630 INFO E| Downloaded parking_lot v0.12.1
30322024-12-13T20:14:43.453Z[ helios-setup] Dec 13 20:14:42.634 INFO E| Downloaded once_cell v1.17.0
30332024-12-13T20:14:43.455Z[ helios-setup] Dec 13 20:14:42.637 INFO E| Downloaded ipnet v2.7.2
30342024-12-13T20:14:43.458Z[ helios-setup] Dec 13 20:14:42.640 INFO E| Downloaded crossbeam-utils v0.8.14
30352024-12-13T20:14:43.463Z[ helios-setup] Dec 13 20:14:42.646 INFO E| Downloaded tokio v1.27.0
30362024-12-13T20:14:43.518Z[ helios-setup] Dec 13 20:14:42.700 INFO E| Downloaded rustix v0.37.3
30372024-12-13T20:14:43.548Z[ helios-setup] Dec 13 20:14:42.730 INFO E| Downloaded rhai v1.14.0
30382024-12-13T20:14:43.567Z[ helios-setup] Dec 13 20:14:42.749 INFO E| Downloaded openapiv3 v1.0.2
30392024-12-13T20:14:43.592Z[ host-package] Compiling nix v0.27.1
30402024-12-13T20:14:43.599Z[ helios-setup] Dec 13 20:14:42.781 INFO E| Downloaded anyhow v1.0.68
30412024-12-13T20:14:43.605Z[ helios-setup] Dec 13 20:14:42.787 INFO E| Downloaded ahash v0.7.6
30422024-12-13T20:14:43.610Z[ helios-setup] Dec 13 20:14:42.792 INFO E| Downloaded tracing v0.1.37
30432024-12-13T20:14:43.617Z[ helios-setup] Dec 13 20:14:42.799 INFO E| Downloaded tokio-util v0.7.7
30442024-12-13T20:14:43.628Z[ helios-setup] Dec 13 20:14:42.810 INFO E| Downloaded lock_api v0.4.9
30452024-12-13T20:14:43.631Z[ helios-setup] Dec 13 20:14:42.813 INFO E| Downloaded clap v4.2.1
30462024-12-13T20:14:43.645Z[ helios-setup] Dec 13 20:14:42.827 INFO E| Downloaded serde v1.0.204
30472024-12-13T20:14:43.652Z[ helios-setup] Dec 13 20:14:42.834 INFO E| Downloaded ahash v0.8.3
30482024-12-13T20:14:43.658Z[ helios-setup] Dec 13 20:14:42.838 INFO E| Downloaded textwrap v0.16.0
30492024-12-13T20:14:43.661Z[ helios-setup] Dec 13 20:14:42.843 INFO E| Downloaded rhai_codegen v1.5.0
30502024-12-13T20:14:43.675Z[ helios-setup] Dec 13 20:14:42.857 INFO E| Downloaded quote v1.0.36
30512024-12-13T20:14:43.680Z[ helios-setup] Dec 13 20:14:42.862 INFO E| Downloaded tracing-core v0.1.30
30522024-12-13T20:14:43.685Z[ helios-setup] Dec 13 20:14:42.868 INFO E| Downloaded socket2 v0.4.9
30532024-12-13T20:14:43.690Z[ helios-setup] Dec 13 20:14:42.871 INFO E| Downloaded futures-channel v0.3.28
30542024-12-13T20:14:43.693Z[ helios-setup] Dec 13 20:14:42.875 INFO E| Downloaded libc v0.2.139
30552024-12-13T20:14:43.734Z[ helios-setup] Dec 13 20:14:42.916 INFO E| Downloaded pin-project-lite v0.2.9
30562024-12-13T20:14:43.762Z[ helios-setup] Dec 13 20:14:42.944 INFO E| Downloaded io-lifetimes v1.0.10
30572024-12-13T20:14:43.765Z[ helios-setup] Dec 13 20:14:42.947 INFO E| Downloaded tinyvec v1.6.0
30582024-12-13T20:14:43.780Z[ helios-setup] Dec 13 20:14:42.962 INFO E| Downloaded log v0.4.17
30592024-12-13T20:14:43.785Z[ helios-setup] Dec 13 20:14:42.967 INFO E| Downloaded jobserver v0.1.26
30602024-12-13T20:14:43.788Z[ helios-setup] Dec 13 20:14:42.970 INFO E| Downloaded either v1.8.0
30612024-12-13T20:14:43.790Z[ helios-setup] Dec 13 20:14:42.972 INFO E| Downloaded tempfile v3.5.0
30622024-12-13T20:14:43.794Z[ helios-setup] Dec 13 20:14:42.976 INFO E| Downloaded httparse v1.8.0
30632024-12-13T20:14:43.799Z[ helios-setup] Dec 13 20:14:42.981 INFO E| Downloaded getrandom v0.2.8
30642024-12-13T20:14:43.803Z[ helios-setup] Dec 13 20:14:42.985 INFO E| Downloaded smartstring v1.0.1
30652024-12-13T20:14:43.810Z[ helios-setup] Dec 13 20:14:42.990 INFO E| Downloaded serde_derive v1.0.204
30662024-12-13T20:14:43.813Z[ helios-setup] Dec 13 20:14:42.994 INFO E| Downloaded serde_derive_internals v0.26.0
30672024-12-13T20:14:43.817Z[ helios-setup] Dec 13 20:14:42.997 INFO E| Downloaded camino v1.1.4
30682024-12-13T20:14:43.821Z[ helios-setup] Dec 13 20:14:43.000 INFO E| Downloaded cc v1.0.78
30692024-12-13T20:14:43.823Z[ helios-setup] Dec 13 20:14:43.004 INFO E| Downloaded cargo-lock v8.0.3
30702024-12-13T20:14:43.826Z[ helios-setup] Dec 13 20:14:43.008 INFO E| Downloaded semver-parser v0.10.2
30712024-12-13T20:14:43.829Z[ helios-setup] Dec 13 20:14:43.011 INFO E| Downloaded percent-encoding v2.2.0
30722024-12-13T20:14:43.831Z[ helios-setup] Dec 13 20:14:43.012 INFO E| Downloaded num-integer v0.1.45
30732024-12-13T20:14:43.834Z[ helios-setup] Dec 13 20:14:43.015 INFO E| Downloaded terminal_size v0.2.6
30742024-12-13T20:14:43.837Z[ helios-setup] Dec 13 20:14:43.017 INFO E| Downloaded toml_datetime v0.6.1
30752024-12-13T20:14:43.837Z[ helios-setup] Dec 13 20:14:43.019 INFO E| Downloaded semver v0.11.0
30762024-12-13T20:14:43.840Z[ helios-setup] Dec 13 20:14:43.022 INFO E| Downloaded proc-macro-crate v1.2.1
30772024-12-13T20:14:43.842Z[ helios-setup] Dec 13 20:14:43.023 INFO E| Downloaded num_enum_derive v0.5.7
30782024-12-13T20:14:43.844Z[ helios-setup] Dec 13 20:14:43.025 INFO E| Downloaded iana-time-zone v0.1.56
30792024-12-13T20:14:43.846Z[ helios-setup] Dec 13 20:14:43.028 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
30802024-12-13T20:14:43.849Z[ helios-setup] Dec 13 20:14:43.031 INFO E| Downloaded schemars_derive v0.8.12
30812024-12-13T20:14:43.851Z[ helios-setup] Dec 13 20:14:43.033 INFO E| Downloaded num_enum v0.5.7
30822024-12-13T20:14:43.856Z[ helios-setup] Dec 13 20:14:43.038 INFO E| Downloaded memoffset v0.7.1
30832024-12-13T20:14:43.859Z[ helios-setup] Dec 13 20:14:43.040 INFO E| Downloaded httpdate v1.0.2
30842024-12-13T20:14:43.862Z[ helios-setup] Dec 13 20:14:43.042 INFO E| Downloaded home v0.5.4
30852024-12-13T20:14:43.862Z[ helios-setup] Dec 13 20:14:43.043 INFO E| Downloaded futures-sink v0.3.28
30862024-12-13T20:14:43.862Z[ helios-setup] Dec 13 20:14:43.044 INFO E| Downloaded futures-io v0.3.28
30872024-12-13T20:14:43.864Z[ helios-setup] Dec 13 20:14:43.045 INFO E| Downloaded form_urlencoded v1.1.0
30882024-12-13T20:14:43.864Z[ helios-setup] Dec 13 20:14:43.046 INFO E| Downloaded paste v1.0.12
30892024-12-13T20:14:43.870Z[ helios-setup] Dec 13 20:14:43.052 INFO E| Downloaded http-body v0.4.5
30902024-12-13T20:14:43.880Z[ helios-setup] Dec 13 20:14:43.062 INFO E| Downloaded futures-executor v0.3.28
30912024-12-13T20:14:43.883Z[ helios-setup] Dec 13 20:14:43.065 INFO E| Downloaded digest v0.10.6
30922024-12-13T20:14:43.889Z[ helios-setup] Dec 13 20:14:43.069 INFO E| Downloaded crossbeam-deque v0.8.2
30932024-12-13T20:14:43.891Z[ helios-setup] Dec 13 20:14:43.072 INFO E| Downloaded lazy_static v1.4.0
30942024-12-13T20:14:43.894Z[ helios-setup] Dec 13 20:14:43.074 INFO E| Downloaded signal-hook-registry v1.4.0
30952024-12-13T20:14:43.894Z[ helios-setup] Dec 13 20:14:43.076 INFO E| Downloaded serde_tokenstream v0.2.0
30962024-12-13T20:14:43.900Z[ helios-setup] Dec 13 20:14:43.082 INFO E| Downloaded serde_spanned v0.6.1
30972024-12-13T20:14:43.902Z[ helios-setup] Dec 13 20:14:43.084 INFO E| Downloaded pkg-config v0.3.26
30982024-12-13T20:14:43.904Z[ helios-setup] Dec 13 20:14:43.086 INFO E| Downloaded num_cpus v1.15.0
30992024-12-13T20:14:43.909Z[ helios-setup] Dec 13 20:14:43.091 INFO E| Downloaded itoa v1.0.6
31002024-12-13T20:14:43.912Z[ helios-setup] Dec 13 20:14:43.093 INFO E| Downloaded is-terminal v0.4.7
31012024-12-13T20:14:43.916Z[ helios-setup] Dec 13 20:14:43.095 INFO E| Downloaded futures-macro v0.3.28
31022024-12-13T20:14:43.916Z[ helios-setup] Dec 13 20:14:43.096 INFO E| Downloaded fastrand v1.9.0
31032024-12-13T20:14:43.919Z[ helios-setup] Dec 13 20:14:43.099 INFO E| Downloaded dyn-clone v1.0.11
31042024-12-13T20:14:43.921Z[ helios-setup] Dec 13 20:14:43.102 INFO E| Downloaded anstyle-parse v0.1.1
31052024-12-13T20:14:43.924Z[ helios-setup] Dec 13 20:14:43.105 INFO E| Downloaded anstyle v0.3.5
31062024-12-13T20:14:43.926Z[ helios-setup] Dec 13 20:14:43.107 INFO E| Downloaded anstream v0.2.6
31072024-12-13T20:14:43.929Z[ helios-setup] Dec 13 20:14:43.110 INFO E| Downloaded tower-service v0.3.2
31082024-12-13T20:14:43.931Z[ helios-setup] Dec 13 20:14:43.112 INFO E| Downloaded toolchain_find v0.2.0
31092024-12-13T20:14:43.931Z[ helios-setup] Dec 13 20:14:43.113 INFO E| Downloaded slog-bunyan v2.4.0
31102024-12-13T20:14:43.934Z[ helios-setup] Dec 13 20:14:43.115 INFO E| Downloaded futures-task v0.3.28
31112024-12-13T20:14:43.934Z[ helios-setup] Dec 13 20:14:43.116 INFO E| Downloaded futures-core v0.3.28
31122024-12-13T20:14:43.938Z[ helios-setup] Dec 13 20:14:43.118 INFO E| Downloaded clap_lex v0.4.1
31132024-12-13T20:14:43.940Z[ helios-setup] Dec 13 20:14:43.122 INFO E| Downloaded byteorder v1.4.3
31142024-12-13T20:14:43.944Z[ helios-setup] Dec 13 20:14:43.124 INFO E| Downloaded async-stream v0.3.5
31152024-12-13T20:14:43.947Z[ helios-setup] Dec 13 20:14:43.129 INFO E| Downloaded encoding_rs v0.8.32
31162024-12-13T20:14:44.049Z[ helios-setup] Dec 13 20:14:43.231 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31172024-12-13T20:14:44.218Z[ helios-setup] Dec 13 20:14:43.400 INFO E| Downloaded libz-sys v1.1.8
31182024-12-13T20:14:44.537Z[ helios-setup] Dec 13 20:14:43.719 INFO E| Compiling proc-macro2 v1.0.86
31192024-12-13T20:14:44.537Z[ helios-setup] Dec 13 20:14:43.719 INFO E| Compiling libc v0.2.139
31202024-12-13T20:14:44.537Z[ helios-setup] Dec 13 20:14:43.719 INFO E| Compiling unicode-ident v1.0.8
31212024-12-13T20:14:44.540Z[ helios-setup] Dec 13 20:14:43.719 INFO E| Compiling autocfg v1.1.0
31222024-12-13T20:14:44.540Z[ helios-setup] Dec 13 20:14:43.719 INFO E| Compiling cfg-if v1.0.0
31232024-12-13T20:14:44.540Z[ helios-setup] Dec 13 20:14:43.719 INFO E| Compiling version_check v0.9.4
31242024-12-13T20:14:44.541Z[ helios-setup] Dec 13 20:14:43.719 INFO E| Compiling serde v1.0.204
31252024-12-13T20:14:44.541Z[ helios-setup] Dec 13 20:14:43.719 INFO E| Compiling syn v1.0.107
31262024-12-13T20:14:45.346Z[ helios-setup] Dec 13 20:14:44.528 INFO E| Compiling memchr v2.5.0
31272024-12-13T20:14:46.323Z[ helios-setup] Dec 13 20:14:45.504 INFO E| Compiling once_cell v1.17.0
31282024-12-13T20:14:46.450Z[ helios-setup] Dec 13 20:14:45.632 INFO E| Compiling log v0.4.17
31292024-12-13T20:14:46.674Z[ helios-setup] Dec 13 20:14:45.855 INFO E| Compiling thiserror v1.0.38
31302024-12-13T20:14:47.174Z[ helios-setup] Dec 13 20:14:46.355 INFO E| Compiling serde_json v1.0.95
31312024-12-13T20:14:47.320Z[ helios-setup] Dec 13 20:14:46.501 INFO E| Compiling itoa v1.0.6
31322024-12-13T20:14:48.295Z[ helios-setup] Dec 13 20:14:47.476 INFO E| Compiling indexmap v1.9.3
31332024-12-13T20:14:48.572Z[ helios-setup] Dec 13 20:14:47.745 INFO E| Compiling jobserver v0.1.26
31342024-12-13T20:14:48.910Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31352024-12-13T20:14:48.987Z[ helios-setup] Dec 13 20:14:48.168 INFO E| Compiling getrandom v0.2.8
31362024-12-13T20:14:49.254Z[ helios-setup] Dec 13 20:14:48.433 INFO E| Compiling cc v1.0.78
31372024-12-13T20:14:49.448Z[ helios-setup] Dec 13 20:14:48.627 INFO E| Compiling scopeguard v1.1.0
31382024-12-13T20:14:49.700Z[ helios-setup] Dec 13 20:14:48.873 INFO E| Compiling quote v1.0.36
31392024-12-13T20:14:49.846Z[ helios-setup] Dec 13 20:14:49.025 INFO E| Compiling pin-project-lite v0.2.9
31402024-12-13T20:14:50.012Z[ helios-setup] Dec 13 20:14:49.193 INFO E| Compiling num-integer v0.1.45
31412024-12-13T20:14:50.099Z[ helios-setup] Dec 13 20:14:49.280 INFO E| Compiling bytes v1.4.0
31422024-12-13T20:14:50.185Z[ helios-setup] Dec 13 20:14:49.365 INFO E| Compiling futures-core v0.3.28
31432024-12-13T20:14:50.834Z[ helios-setup] Dec 13 20:14:50.015 INFO E| Compiling syn v2.0.72
31442024-12-13T20:14:51.351Z[ helios-setup] Dec 13 20:14:50.532 INFO E| Compiling ryu v1.0.13
31452024-12-13T20:14:52.717Z[ helios-setup] Dec 13 20:14:51.897 INFO E| Compiling lock_api v0.4.9
31462024-12-13T20:14:52.885Z[ helios-setup] Dec 13 20:14:52.066 INFO E| Compiling typenum v1.16.0
31472024-12-13T20:14:52.969Z[ helios-setup] Dec 13 20:14:52.149 INFO E| Compiling parking_lot_core v0.9.6
31482024-12-13T20:14:52.980Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31492024-12-13T20:14:53.248Z[ helios-setup] Dec 13 20:14:52.428 INFO E| Compiling bitflags v1.3.2
31502024-12-13T20:14:53.352Z[ helios-setup] Dec 13 20:14:52.531 INFO E| Compiling num_cpus v1.15.0
31512024-12-13T20:14:53.705Z[ helios-setup] Dec 13 20:14:52.885 INFO E| Compiling generic-array v0.14.6
31522024-12-13T20:14:53.768Z[ helios-setup] Dec 13 20:14:52.948 INFO E| Compiling slab v0.4.7
31532024-12-13T20:14:53.868Z[ helios-setup] Dec 13 20:14:53.048 INFO E| Compiling futures-sink v0.3.28
31542024-12-13T20:14:53.972Z[ helios-setup] Dec 13 20:14:53.152 INFO E| Compiling futures-task v0.3.28
31552024-12-13T20:14:54.074Z[ helios-setup] Dec 13 20:14:53.254 INFO E| Compiling futures-channel v0.3.28
31562024-12-13T20:14:54.608Z[ helios-setup] Dec 13 20:14:53.788 INFO E| Compiling tokio v1.27.0
31572024-12-13T20:14:54.998Z[ helios-setup] Dec 13 20:14:54.178 INFO E| Compiling futures-util v0.3.28
31582024-12-13T20:14:55.315Z[ helios-setup] Dec 13 20:14:54.495 INFO E| Compiling schemars v0.8.12
31592024-12-13T20:14:56.107Z[ helios-setup] Dec 13 20:14:55.286 INFO E| Compiling mio v0.8.5
31602024-12-13T20:14:56.374Z[ helios-setup] Dec 13 20:14:55.554 INFO E| Compiling signal-hook-registry v1.4.0
31612024-12-13T20:14:56.739Z[ helios-setup] Dec 13 20:14:55.919 INFO E| Compiling socket2 v0.4.9
31622024-12-13T20:14:56.890Z[ helios-setup] Dec 13 20:14:56.070 INFO E| Compiling ahash v0.7.6
31632024-12-13T20:14:56.937Z[ helios-setup] Dec 13 20:14:56.116 INFO E| Compiling num-traits v0.2.15
31642024-12-13T20:14:57.928Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31652024-12-13T20:14:58.026Z[ helios-setup] Dec 13 20:14:57.205 INFO E| Compiling crunchy v0.2.2
31662024-12-13T20:14:58.059Z[ helios-setup] Dec 13 20:14:57.239 INFO E| Compiling futures-io v0.3.28
31672024-12-13T20:14:59.006Z[ helios-setup] Dec 13 20:14:58.186 INFO E| Compiling pin-utils v0.1.0
31682024-12-13T20:14:59.464Z[ helios-setup] Dec 13 20:14:58.642 INFO E| Compiling io-lifetimes v1.0.10
31692024-12-13T20:14:59.985Z[ helios-setup] Dec 13 20:14:59.133 INFO E| Compiling ahash v0.8.3
31702024-12-13T20:15:00.007Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31712024-12-13T20:15:00.654Z[ helios-setup] Dec 13 20:14:59.832 INFO E| Compiling rustix v0.37.3
31722024-12-13T20:15:00.690Z[ helios-setup] Dec 13 20:14:59.868 INFO E| Compiling hashbrown v0.12.3
31732024-12-13T20:15:01.036Z[ helios-setup] Dec 13 20:15:00.215 INFO E| Compiling tiny-keccak v2.0.2
31742024-12-13T20:15:01.928Z[ helios-setup] Dec 13 20:15:01.106 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
31752024-12-13T20:15:02.031Z[ helios-setup] Dec 13 20:15:01.209 INFO E| Compiling block-buffer v0.10.3
31762024-12-13T20:15:02.169Z[ helios-setup] Dec 13 20:15:01.348 INFO E| Compiling crypto-common v0.1.6
31772024-12-13T20:15:03.112Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31782024-12-13T20:15:03.519Z[ helios-setup] Dec 13 20:15:02.696 INFO E| Compiling errno v0.3.1
31792024-12-13T20:15:03.729Z[ helios-setup] Dec 13 20:15:02.906 INFO E| Compiling serde_derive_internals v0.26.0
31802024-12-13T20:15:03.774Z[ helios-setup] Dec 13 20:15:02.952 INFO E| Compiling pkg-config v0.3.26
31812024-12-13T20:15:03.903Z[ helios-setup] Dec 13 20:15:03.081 INFO E| Compiling slog v2.7.0
31822024-12-13T20:15:04.088Z[ helios-setup] Dec 13 20:15:03.265 INFO E| Compiling crossbeam-utils v0.8.14
31832024-12-13T20:15:04.683Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31842024-12-13T20:15:04.783Z[ helios-setup] Dec 13 20:15:03.961 INFO E| Compiling fnv v1.0.7
31852024-12-13T20:15:05.114Z[ helios-setup] Dec 13 20:15:04.292 INFO E| Compiling http v0.2.9
31862024-12-13T20:15:08.695Z[ helios-setup] Dec 13 20:15:07.873 INFO E| Compiling digest v0.10.6
31872024-12-13T20:15:09.008Z[ helios-setup] Dec 13 20:15:08.185 INFO E| Compiling aho-corasick v0.7.20
31882024-12-13T20:15:09.515Z[ helios-setup] Dec 13 20:15:08.690 INFO E| Compiling unicode-width v0.1.10
31892024-12-13T20:15:09.618Z[ helios-setup] Dec 13 20:15:08.795 INFO E| Compiling cpufeatures v0.2.5
31902024-12-13T20:15:10.012Z[ helios-setup] Dec 13 20:15:09.189 INFO E| Compiling heck v0.4.1
31912024-12-13T20:15:10.055Z[ helios-setup] Dec 13 20:15:09.231 INFO E| Compiling httparse v1.8.0
31922024-12-13T20:15:10.697Z[ helios-setup] Dec 13 20:15:09.874 INFO E| Compiling tinyvec_macros v0.1.1
31932024-12-13T20:15:10.854Z[ helios-setup] Dec 13 20:15:10.031 INFO E| Compiling percent-encoding v2.2.0
31942024-12-13T20:15:11.121Z[ helios-setup] Dec 13 20:15:10.297 INFO E| Compiling anyhow v1.0.68
31952024-12-13T20:15:11.590Z[ helios-setup] Dec 13 20:15:10.764 INFO E| Compiling regex-syntax v0.6.29
31962024-12-13T20:15:11.756Z[ helios-setup] Dec 13 20:15:10.932 INFO E| Compiling tinyvec v1.6.0
31972024-12-13T20:15:11.900Z[ helios-setup] Dec 13 20:15:11.077 INFO E| Compiling form_urlencoded v1.1.0
31982024-12-13T20:15:13.196Z[ helios-setup] Dec 13 20:15:12.373 INFO E| Compiling const-random-macro v0.1.15
31992024-12-13T20:15:14.064Z[ helios-setup] Dec 13 20:15:13.239 INFO E| Compiling hashbrown v0.13.2
32002024-12-13T20:15:14.580Z[ helios-setup] Dec 13 20:15:13.756 INFO E| Compiling thiserror-impl v1.0.38
32012024-12-13T20:15:15.093Z[ helios-setup] Dec 13 20:15:14.269 INFO E| Compiling schemars_derive v0.8.12
32022024-12-13T20:15:15.376Z[ helios-setup] Dec 13 20:15:14.552 INFO E| Compiling chrono v0.4.24
32032024-12-13T20:15:15.610Z[ helios-setup] Dec 13 20:15:14.786 INFO E| Compiling serde_derive v1.0.204
32042024-12-13T20:15:16.746Z[ helios-setup] Dec 13 20:15:15.922 INFO E| Compiling futures-macro v0.3.28
32052024-12-13T20:15:16.918Z[ helios-setup] Dec 13 20:15:16.092 INFO E| Compiling tokio-macros v2.0.0
32062024-12-13T20:15:19.756Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32072024-12-13T20:15:19.762Z[ helios-setup] Dec 13 20:15:18.938 INFO E| Compiling regex v1.7.3
32082024-12-13T20:15:20.343Z[ helios-setup] Dec 13 20:15:19.512 INFO E| Compiling libz-sys v1.1.8
32092024-12-13T20:15:20.812Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32102024-12-13T20:15:21.261Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32112024-12-13T20:15:21.452Z[ host-package] Compiling unicode-truncate v1.1.0
32122024-12-13T20:15:21.766Z[ helios-setup] Dec 13 20:15:20.941 INFO E| Compiling dyn-clone v1.0.11
32132024-12-13T20:15:22.121Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32142024-12-13T20:15:22.330Z[ helios-setup] Dec 13 20:15:21.504 INFO E| Compiling uuid v1.3.0
32152024-12-13T20:15:22.332Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32162024-12-13T20:15:22.437Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32172024-12-13T20:15:22.799Z[ helios-setup] Dec 13 20:15:21.974 INFO E| Compiling regress v0.5.0
32182024-12-13T20:15:23.353Z[ helios-setup] Dec 13 20:15:22.528 INFO E| Compiling unicode-normalization v0.1.22
32192024-12-13T20:15:23.550Z[ helios-setup] Dec 13 20:15:22.724 INFO E| Compiling const-random v0.1.15
32202024-12-13T20:15:23.922Z[ host-package] Compiling hashlink v0.9.1
32212024-12-13T20:15:25.848Z[ helios-setup] Dec 13 20:15:25.022 INFO E| Compiling getopts v0.2.21
32222024-12-13T20:15:25.963Z[ host-package] Compiling tungstenite v0.23.0
32232024-12-13T20:15:26.143Z[ helios-setup] Dec 13 20:15:25.317 INFO E| Compiling tracing-core v0.1.30
32242024-12-13T20:15:27.160Z[ helios-setup] Dec 13 20:15:26.334 INFO E| Compiling memoffset v0.7.1
32252024-12-13T20:15:27.441Z[ helios-setup] Dec 13 20:15:26.614 INFO E| Compiling unicode-bidi v0.3.13
32262024-12-13T20:15:27.797Z[ host-package] Compiling lru v0.12.5
32272024-12-13T20:15:28.768Z[ helios-setup] Dec 13 20:15:27.942 INFO E| Compiling ucd-trie v0.1.5
32282024-12-13T20:15:28.814Z[ host-package] Compiling instability v0.3.2
32292024-12-13T20:15:29.411Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32302024-12-13T20:15:30.117Z[ host-package] Compiling fallible-iterator v0.3.0
32312024-12-13T20:15:30.224Z[ helios-setup] Dec 13 20:15:29.397 INFO E| Compiling time-core v0.1.2
32322024-12-13T20:15:30.558Z[ helios-setup] Dec 13 20:15:29.731 INFO E| Compiling num-conv v0.1.0
32332024-12-13T20:15:30.745Z[ helios-setup] Dec 13 20:15:29.916 INFO E| Compiling powerfmt v0.2.0
32342024-12-13T20:15:31.050Z[ host-package] Compiling cassowary v0.3.0
32352024-12-13T20:15:31.744Z[ host-package] Compiling base64 v0.13.1
32362024-12-13T20:15:31.858Z[ helios-setup] Dec 13 20:15:31.031 INFO E| Compiling time-macros v0.2.18
32372024-12-13T20:15:32.232Z[ helios-setup] Dec 13 20:15:31.404 INFO E| Compiling deranged v0.3.11
32382024-12-13T20:15:33.415Z[ host-package] Compiling ron v0.7.1
32392024-12-13T20:15:33.909Z[ helios-setup] Dec 13 20:15:33.081 INFO E| Compiling pest v2.5.7
32402024-12-13T20:15:34.802Z[ helios-setup] Dec 13 20:15:33.974 INFO E| Compiling idna v0.3.0
32412024-12-13T20:15:36.024Z[ host-package] Compiling ratatui v0.28.1
32422024-12-13T20:15:36.659Z[ host-package] Compiling rusqlite v0.32.1
32432024-12-13T20:15:37.958Z[ helios-setup] Dec 13 20:15:37.130 INFO E| Compiling tracing v0.1.37
32442024-12-13T20:15:38.471Z[ host-package] Compiling tokio-tungstenite v0.23.1
32452024-12-13T20:15:39.461Z[ helios-setup] Dec 13 20:15:38.633 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
32462024-12-13T20:15:39.618Z[ helios-setup] Dec 13 20:15:38.789 INFO E| Compiling time v0.1.45
32472024-12-13T20:15:40.032Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32482024-12-13T20:15:40.106Z[ helios-setup] Dec 13 20:15:39.277 INFO E| Compiling crossbeam-epoch v0.9.13
32492024-12-13T20:15:41.269Z[ helios-setup] Dec 13 20:15:40.440 INFO E| Compiling num_threads v0.1.6
32502024-12-13T20:15:41.576Z[ helios-setup] Dec 13 20:15:40.747 INFO E| Compiling semver v1.0.17
32512024-12-13T20:15:42.749Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32522024-12-13T20:15:42.966Z[ helios-setup] Dec 13 20:15:42.137 INFO E| Compiling iana-time-zone v0.1.56
32532024-12-13T20:15:43.236Z[ helios-setup] Dec 13 20:15:42.406 INFO E| Compiling time v0.3.36
32542024-12-13T20:15:44.076Z[ helios-setup] Dec 13 20:15:43.246 INFO E| Compiling semver-parser v0.10.2
32552024-12-13T20:15:44.216Z[ helios-setup] Dec 13 20:15:43.387 INFO E| Compiling url v2.3.1
32562024-12-13T20:15:44.451Z[ host-package] Compiling xz2 v0.1.7
32572024-12-13T20:15:45.307Z[ helios-setup] Dec 13 20:15:44.478 INFO E| Compiling crossbeam-channel v0.5.6
32582024-12-13T20:15:46.300Z[ helios-setup] Dec 13 20:15:45.470 INFO E| Compiling smallvec v1.10.0
32592024-12-13T20:15:46.652Z[ host-package] Compiling tokio-rustls v0.24.1
32602024-12-13T20:15:46.823Z[ helios-setup] Dec 13 20:15:45.992 INFO E| Compiling toml v0.5.11
32612024-12-13T20:15:48.024Z[ host-package] Compiling zone v0.1.8
32622024-12-13T20:15:48.886Z[ helios-setup] Dec 13 20:15:48.056 INFO E| Compiling parking_lot v0.12.1
32632024-12-13T20:15:50.562Z[ helios-setup] Dec 13 20:15:49.732 INFO E| Compiling serde_tokenstream v0.2.0
32642024-12-13T20:15:54.306Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32652024-12-13T20:15:55.275Z[ helios-setup] Dec 13 20:15:54.441 INFO E| Compiling dirs-sys-next v0.1.2
32662024-12-13T20:15:56.184Z[ helios-setup] Dec 13 20:15:55.351 INFO E| Compiling same-file v1.0.6
32672024-12-13T20:15:56.747Z[ helios-setup] Dec 13 20:15:55.914 INFO E| Compiling crc32fast v1.3.2
32682024-12-13T20:15:57.467Z[ helios-setup] Dec 13 20:15:56.635 INFO E| Compiling try-lock v0.2.4
32692024-12-13T20:15:58.020Z[ helios-setup] Dec 13 20:15:57.187 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32702024-12-13T20:15:58.344Z[ helios-setup] Dec 13 20:15:57.512 INFO E| Compiling want v0.3.0
32712024-12-13T20:15:59.098Z[ helios-setup] Dec 13 20:15:58.265 INFO E| Compiling walkdir v2.3.3
32722024-12-13T20:15:59.850Z[ helios-setup] Dec 13 20:15:59.018 INFO E| Compiling dirs-next v2.0.0
32732024-12-13T20:16:01.097Z[ helios-setup] Dec 13 20:16:00.265 INFO E| Compiling proc-macro-crate v1.2.1
32742024-12-13T20:16:05.107Z[ helios-setup] Dec 13 20:16:04.273 INFO E| Compiling semver v0.11.0
32752024-12-13T20:16:09.422Z[ helios-setup] Dec 13 20:16:08.588 INFO E| Compiling tokio-util v0.7.7
32762024-12-13T20:16:11.162Z[ helios-setup] Dec 13 20:16:10.328 INFO E| Compiling futures-executor v0.3.28
32772024-12-13T20:16:12.386Z[ helios-setup] Dec 13 20:16:11.552 INFO E| Compiling h2 v0.3.16
32782024-12-13T20:16:12.657Z[ helios-setup] Dec 13 20:16:11.821 INFO E| Compiling http-body v0.4.5
32792024-12-13T20:16:13.378Z[ helios-setup] Dec 13 20:16:12.542 INFO E| Compiling ring v0.16.20
32802024-12-13T20:16:15.023Z[ helios-setup] Dec 13 20:16:14.188 INFO E| Compiling rand_core v0.6.4
32812024-12-13T20:16:15.311Z[ helios-setup] Dec 13 20:16:14.476 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32822024-12-13T20:16:15.370Z[ helios-setup] Dec 13 20:16:14.532 INFO E| Compiling thread_local v1.1.7
32832024-12-13T20:16:15.772Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32842024-12-13T20:16:16.121Z[ helios-setup] Dec 13 20:16:15.285 INFO E| Compiling home v0.5.4
32852024-12-13T20:16:16.226Z[ helios-setup] Dec 13 20:16:15.391 INFO E| Compiling tower-service v0.3.2
32862024-12-13T20:16:16.840Z[ helios-setup] Dec 13 20:16:16.004 INFO E| Compiling adler v1.0.2
32872024-12-13T20:16:16.936Z[ helios-setup] Dec 13 20:16:16.101 INFO E| Compiling rayon-core v1.10.2
32882024-12-13T20:16:17.052Z[ helios-setup] Dec 13 20:16:16.217 INFO E| Compiling fastrand v1.9.0
32892024-12-13T20:16:17.788Z[ helios-setup] Dec 13 20:16:16.952 INFO E| Compiling base64 v0.21.0
32902024-12-13T20:16:18.007Z[ helios-setup] Dec 13 20:16:17.171 INFO E| Compiling utf8parse v0.2.1
32912024-12-13T20:16:18.077Z[ helios-setup] Dec 13 20:16:17.241 INFO E| Compiling ppv-lite86 v0.2.17
32922024-12-13T20:16:18.630Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32932024-12-13T20:16:20.750Z[ helios-setup] Dec 13 20:16:19.914 INFO E| Compiling httpdate v1.0.2
32942024-12-13T20:16:20.826Z[ helios-setup] Dec 13 20:16:19.989 INFO E| Compiling lazy_static v1.4.0
32952024-12-13T20:16:21.199Z[ helios-setup] Dec 13 20:16:20.362 INFO E| Compiling toolchain_find v0.2.0
32962024-12-13T20:16:22.824Z[ helios-setup] Dec 13 20:16:21.988 INFO E| Compiling rand_chacha v0.3.1
32972024-12-13T20:16:23.927Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32982024-12-13T20:16:24.394Z[ helios-setup] Dec 13 20:16:23.557 INFO E| Compiling hyper v0.14.25
32992024-12-13T20:16:24.836Z[ helios-setup] Dec 13 20:16:23.999 INFO E| Compiling anstyle-parse v0.1.1
33002024-12-13T20:16:25.957Z[ helios-setup] Dec 13 20:16:25.119 INFO E| Compiling tempfile v3.5.0
33012024-12-13T20:16:26.275Z[ helios-setup] Dec 13 20:16:25.433 INFO E| Compiling miniz_oxide v0.6.2
33022024-12-13T20:16:27.276Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33032024-12-13T20:16:27.420Z[ helios-setup] Dec 13 20:16:26.581 INFO E| Compiling futures v0.3.28
33042024-12-13T20:16:31.717Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33052024-12-13T20:16:40.149Z[ helios-setup] Dec 13 20:16:39.309 INFO E| Compiling crossbeam-deque v0.8.2
33062024-12-13T20:16:40.271Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33072024-12-13T20:16:44.309Z[ host-package] Compiling rustls-pemfile v1.0.4
33082024-12-13T20:16:44.763Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33092024-12-13T20:16:44.864Z[ helios-setup] Dec 13 20:16:44.023 INFO E| Compiling cargo-lock v8.0.3
33102024-12-13T20:16:45.623Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33112024-12-13T20:16:45.957Z[ helios-setup] Dec 13 20:16:45.116 INFO E| Compiling num_enum_derive v0.5.7
33122024-12-13T20:16:46.034Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33132024-12-13T20:16:46.786Z[ host-package] Compiling signal-hook-tokio v0.3.1
33142024-12-13T20:16:48.043Z[ host-package] Compiling twox-hash v1.6.3
33152024-12-13T20:16:48.211Z[ helios-setup] Dec 13 20:16:47.369 INFO E| Compiling term v0.7.0
33162024-12-13T20:16:50.464Z[ host-package] Compiling yasna v0.5.2
33172024-12-13T20:16:51.035Z[ helios-setup] Dec 13 20:16:50.193 INFO E| Compiling serde_urlencoded v0.7.1
33182024-12-13T20:16:51.834Z[ helios-setup] Dec 13 20:16:50.992 INFO E| Compiling sha1 v0.10.5
33192024-12-13T20:16:52.348Z[ helios-setup] Dec 13 20:16:51.505 INFO E| Compiling sha2 v0.10.6
33202024-12-13T20:16:53.116Z[ helios-setup] Dec 13 20:16:52.273 INFO E| Compiling is-terminal v0.4.7
33212024-12-13T20:16:53.626Z[ helios-setup] Dec 13 20:16:52.783 INFO E| Compiling atty v0.2.14
33222024-12-13T20:16:54.050Z[ helios-setup] Dec 13 20:16:53.207 INFO E| Compiling concolor-override v1.0.0
33232024-12-13T20:16:54.888Z[ host-package] Compiling is_ci v1.2.0
33242024-12-13T20:16:55.147Z[ helios-setup] Dec 13 20:16:54.304 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33252024-12-13T20:16:55.679Z[ host-package] Compiling unicode-linebreak v0.1.5
33262024-12-13T20:16:55.842Z[ host-package] Compiling smawk v0.3.2
33272024-12-13T20:16:56.060Z[ host-package] Compiling supports-color v3.0.1
33282024-12-13T20:16:56.247Z[ helios-setup] Dec 13 20:16:55.403 INFO E| Compiling anstyle v0.3.5
33292024-12-13T20:16:57.003Z[ host-package] Compiling textwrap v0.16.1
33302024-12-13T20:16:57.145Z[ host-package] Compiling rcgen v0.12.1
33312024-12-13T20:16:57.262Z[ helios-setup] Dec 13 20:16:56.418 INFO E| Compiling concolor-query v0.3.3
33322024-12-13T20:16:57.631Z[ helios-setup] Dec 13 20:16:56.788 INFO E| Compiling anstream v0.2.6
33332024-12-13T20:16:59.453Z[ helios-setup] Dec 13 20:16:58.609 INFO E| Compiling slog-term v2.9.0
33342024-12-13T20:17:01.238Z[ helios-setup] Dec 13 20:17:00.394 INFO E| Compiling flate2 v1.0.25
33352024-12-13T20:17:01.350Z[ helios-setup] Dec 13 20:17:00.506 INFO E| Compiling num_enum v0.5.7
33362024-12-13T20:17:02.042Z[ helios-setup] Dec 13 20:17:01.198 INFO E| Compiling rustfmt-wrapper v0.2.0
33372024-12-13T20:17:03.157Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33382024-12-13T20:17:03.240Z[ helios-setup] Dec 13 20:17:02.396 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33392024-12-13T20:17:03.598Z[ helios-setup] Dec 13 20:17:02.754 INFO E| Compiling rand v0.8.5
33402024-12-13T20:17:03.640Z[ helios-setup] Dec 13 20:17:02.796 INFO E| Compiling openapiv3 v1.0.2
33412024-12-13T20:17:04.466Z[ helios-setup] Dec 13 20:17:03.622 INFO E| Compiling encoding_rs v0.8.32
33422024-12-13T20:17:05.637Z[ helios-setup] Dec 13 20:17:04.793 INFO E| Compiling mime v0.3.17
33432024-12-13T20:17:07.433Z[ helios-setup] Dec 13 20:17:06.588 INFO E| Compiling base64 v0.13.1
33442024-12-13T20:17:08.037Z[ helios-setup] Dec 13 20:17:07.192 INFO E| Compiling ipnet v2.7.2
33452024-12-13T20:17:09.310Z[ helios-setup] Dec 13 20:17:08.464 INFO E| Compiling either v1.8.0
33462024-12-13T20:17:10.013Z[ helios-setup] Dec 13 20:17:09.167 INFO E| Compiling project-root v0.2.2
33472024-12-13T20:17:10.865Z[ helios-setup] Dec 13 20:17:10.020 INFO E| Compiling unsafe-libyaml v0.2.8
33482024-12-13T20:17:10.955Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33492024-12-13T20:17:12.540Z[ helios-setup] Dec 13 20:17:11.694 INFO E| Compiling untrusted v0.7.1
33502024-12-13T20:17:13.035Z[ helios-setup] Dec 13 20:17:12.189 INFO E| Compiling spin v0.5.2
33512024-12-13T20:17:13.630Z[ helios-setup] Dec 13 20:17:12.783 INFO E| Compiling strsim v0.10.0
33522024-12-13T20:17:13.959Z[ helios-setup] Dec 13 20:17:13.113 INFO E| Compiling byteorder v1.4.3
33532024-12-13T20:17:14.326Z[ helios-setup] Dec 13 20:17:13.479 INFO E| Compiling clap_lex v0.4.1
33542024-12-13T20:17:14.438Z[ helios-setup] Dec 13 20:17:13.591 INFO E| Compiling utf-8 v0.7.6
33552024-12-13T20:17:15.428Z[ helios-setup] Dec 13 20:17:14.581 INFO E| Compiling tungstenite v0.18.0
33562024-12-13T20:17:15.518Z[ helios-setup] Dec 13 20:17:14.671 INFO E| Compiling clap_builder v4.2.1
33572024-12-13T20:17:16.022Z[ helios-setup] Dec 13 20:17:15.175 INFO E| Compiling serde_yaml v0.9.21
33582024-12-13T20:17:17.915Z[ helios-setup] Dec 13 20:17:17.068 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33592024-12-13T20:17:17.966Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
33602024-12-13T20:17:22.247Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33612024-12-13T20:17:22.614Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33622024-12-13T20:17:23.955Z[ helios-setup] Dec 13 20:17:23.106 INFO E| Compiling reqwest v0.11.16
33632024-12-13T20:17:26.733Z[ helios-setup] Dec 13 20:17:25.808 INFO E| Compiling rayon v1.6.1
33642024-12-13T20:17:28.058Z[ helios-setup] Dec 13 20:17:27.185 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33652024-12-13T20:17:29.134Z[ helios-setup] Dec 13 20:17:28.285 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33662024-12-13T20:17:32.195Z[ helios-setup] Dec 13 20:17:31.344 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33672024-12-13T20:17:32.349Z[ helios-setup] Dec 13 20:17:31.499 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33682024-12-13T20:17:34.386Z[ helios-setup] Dec 13 20:17:33.536 INFO E| Compiling clap_derive v4.2.0
33692024-12-13T20:17:38.350Z[ helios-setup] Dec 13 20:17:37.498 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33702024-12-13T20:17:44.591Z[ helios-setup] Dec 13 20:17:43.739 INFO E| Compiling clap v4.2.1
33712024-12-13T20:17:45.636Z[ helios-setup] Dec 13 20:17:44.784 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33722024-12-13T20:17:56.252Z[ helios-setup] Dec 13 20:17:55.398 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33732024-12-13T20:18:00.194Z[ helios-setup] Dec 13 20:17:59.338 INFO E| Compiling tokio-tungstenite v0.18.0
33742024-12-13T20:18:01.070Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33752024-12-13T20:18:01.786Z[ helios-setup] Dec 13 20:18:00.930 INFO E| Compiling smartstring v1.0.1
33762024-12-13T20:18:02.597Z[ helios-setup] Dec 13 20:18:01.741 INFO E| Compiling rustls v0.21.0
33772024-12-13T20:18:04.817Z[ helios-setup] Dec 13 20:18:03.961 INFO E| Compiling sct v0.7.0
33782024-12-13T20:18:06.045Z[ helios-setup] Dec 13 20:18:05.189 INFO E| Compiling rustls-webpki v0.100.1
33792024-12-13T20:18:09.897Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33802024-12-13T20:18:10.623Z[ helios-setup] Dec 13 20:18:09.765 INFO E| Compiling serde_spanned v0.6.1
33812024-12-13T20:18:11.180Z[ helios-setup] Dec 13 20:18:10.322 INFO E| Compiling toml_datetime v0.6.1
33822024-12-13T20:18:11.222Z[ helios-setup] Dec 13 20:18:10.364 INFO E| Compiling match_cfg v0.1.0
33832024-12-13T20:18:11.886Z[ helios-setup] Dec 13 20:18:10.994 INFO E| Compiling paste v1.0.12
33842024-12-13T20:18:12.770Z[ helios-setup] Dec 13 20:18:11.912 INFO E| Compiling winnow v0.4.1
33852024-12-13T20:18:13.235Z[ helios-setup] Dec 13 20:18:12.378 INFO E| Compiling camino v1.1.4
33862024-12-13T20:18:14.854Z[ helios-setup] Dec 13 20:18:13.996 INFO E| Compiling async-trait v0.1.68
33872024-12-13T20:18:16.266Z[ helios-setup] Dec 13 20:18:15.408 INFO E| Compiling static_assertions v1.1.0
33882024-12-13T20:18:16.663Z[ helios-setup] Dec 13 20:18:15.805 INFO E| Compiling slog-async v2.7.0
33892024-12-13T20:18:20.615Z[ helios-setup] Dec 13 20:18:19.756 INFO E| Compiling toml_edit v0.19.8
33902024-12-13T20:18:21.065Z[ helios-setup] Dec 13 20:18:20.205 INFO E| Compiling hostname v0.3.1
33912024-12-13T20:18:21.931Z[ helios-setup] Dec 13 20:18:21.072 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
33922024-12-13T20:18:25.169Z[ helios-setup] Dec 13 20:18:24.309 INFO E| Compiling slog-json v2.6.1
33932024-12-13T20:18:26.964Z[ helios-setup] Dec 13 20:18:26.104 INFO E| Compiling unicode-linebreak v0.1.4
33942024-12-13T20:18:27.066Z[ helios-setup] Dec 13 20:18:26.205 INFO E| Compiling async-stream-impl v0.3.5
33952024-12-13T20:18:30.086Z[ helios-setup] Dec 13 20:18:29.225 INFO E| Compiling rhai_codegen v1.5.0
33962024-12-13T20:18:32.413Z[ helios-setup] Dec 13 20:18:31.551 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33972024-12-13T20:18:33.715Z[ helios-setup] Dec 13 20:18:32.842 INFO E| Compiling take_mut v0.2.2
33982024-12-13T20:18:35.372Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33992024-12-13T20:18:36.459Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34002024-12-13T20:18:36.462Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34012024-12-13T20:18:36.587Z[ helios-setup] Dec 13 20:18:35.724 INFO E| Compiling rhai v1.14.0
34022024-12-13T20:18:37.729Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
34032024-12-13T20:18:37.911Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34042024-12-13T20:18:38.928Z[ helios-setup] Dec 13 20:18:38.066 INFO E| Compiling tokio-rustls v0.24.0
34052024-12-13T20:18:40.144Z[ helios-setup] Dec 13 20:18:39.281 INFO E| Compiling async-stream v0.3.5
34062024-12-13T20:18:40.201Z[ helios-setup] Dec 13 20:18:39.338 INFO E| Compiling toml v0.7.3
34072024-12-13T20:18:40.781Z[ helios-setup] Dec 13 20:18:39.918 INFO E| Compiling slog-bunyan v2.4.0
34082024-12-13T20:18:48.066Z[ helios-setup] Dec 13 20:18:47.202 INFO E| Compiling rustls-pemfile v1.0.2
34092024-12-13T20:18:49.673Z[ helios-setup] Dec 13 20:18:48.808 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34102024-12-13T20:18:50.036Z[ helios-setup] Dec 13 20:18:49.171 INFO E| Compiling bincode v1.3.3
34112024-12-13T20:18:50.133Z[ helios-setup] Dec 13 20:18:49.267 INFO E| Compiling serde_path_to_error v0.1.11
34122024-12-13T20:18:51.370Z[ host-package] Compiling fatfs v0.3.6
34132024-12-13T20:18:52.277Z[ helios-setup] Dec 13 20:18:51.412 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
34142024-12-13T20:18:52.418Z[ helios-setup] Dec 13 20:18:51.552 INFO E| Compiling terminal_size v0.2.6
34152024-12-13T20:18:53.085Z[ helios-setup] Dec 13 20:18:52.220 INFO E| Compiling smawk v0.3.1
34162024-12-13T20:18:53.201Z[ host-package] Compiling rtoolbox v0.0.2
34172024-12-13T20:18:54.061Z[ helios-setup] Dec 13 20:18:53.195 INFO E| Compiling textwrap v0.16.0
34182024-12-13T20:18:54.209Z[ host-package] Compiling subprocess v0.2.9
34192024-12-13T20:18:56.930Z[ host-package] Compiling assert_matches v1.5.0
34202024-12-13T20:18:58.296Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34212024-12-13T20:19:03.343Z[ host-package] Compiling rpassword v7.3.1
34222024-12-13T20:19:04.881Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34232024-12-13T20:19:12.806Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34242024-12-13T20:19:14.981Z[ host-package] Compiling tui-tree-widget v0.22.0
34252024-12-13T20:19:15.813Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34262024-12-13T20:19:15.893Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34272024-12-13T20:19:17.073Z[ helios-setup] Dec 13 20:19:16.203 INFO E| Compiling git2 v0.16.1
34282024-12-13T20:19:24.262Z[ helios-setup] Dec 13 20:19:23.390 INFO E| Compiling built v0.6.0
34292024-12-13T20:19:25.011Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34302024-12-13T20:19:25.707Z[ host-package] Compiling uzers v0.12.1
34312024-12-13T20:19:27.406Z[ helios-setup] Dec 13 20:19:26.535 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34322024-12-13T20:19:28.959Z[ helios-setup] Dec 13 20:19:28.087 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34332024-12-13T20:19:29.708Z[ helios-setup] Dec 13 20:19:28.836 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34342024-12-13T20:19:29.899Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34352024-12-13T20:19:33.692Z[ helios-setup] Dec 13 20:19:32.819 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34362024-12-13T20:19:36.486Z[ helios-setup] Dec 13 20:19:35.612 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
34372024-12-13T20:19:36.914Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34382024-12-13T20:19:40.332Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34392024-12-13T20:20:29.426Z[ helios-setup] Dec 13 20:20:28.542 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34402024-12-13T20:20:32.132Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34412024-12-13T20:20:36.886Z[ host-package] Compiling multimap v0.10.0
34422024-12-13T20:21:37.975Z[ helios-setup] Dec 13 20:21:37.078 INFO E| Finished `release` profile [optimized] target(s) in 7m 01s
34432024-12-13T20:21:38.140Z[ helios-setup] Dec 13 20:21:37.244 INFO building project "pilot" ok (421 seconds)
34442024-12-13T20:21:38.143Z[ helios-setup] rm -f helios-build
34452024-12-13T20:21:38.146Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34462024-12-13T20:21:38.149Z[ helios-setup]
34472024-12-13T20:21:38.152Z[ helios-setup] Setup complete! ./helios-build is now available.
34482024-12-13T20:21:38.156Z[ helios-setup]
34492024-12-13T20:21:38.156Z[ helios-setup]
34502024-12-13T20:21:38.156Z[ helios-setup] real 12:23.307358799
34512024-12-13T20:21:38.156Z[ helios-setup] user 29:58.171567376
34522024-12-13T20:21:38.156Z[ helios-setup] sys 3:45.853917069
34532024-12-13T20:21:38.156Z[ helios-setup] trap 1.888777250
34542024-12-13T20:21:38.156Z[ helios-setup] tflt 8.045548427
34552024-12-13T20:21:38.156Z[ helios-setup] dflt 29.626137224
34562024-12-13T20:21:38.156Z[ helios-setup] kflt 0.019544185
34572024-12-13T20:21:38.156Z[ helios-setup] lock 2:13:55.660887833
34582024-12-13T20:21:38.156Z[ helios-setup] slp 3:53:30.481228354
34592024-12-13T20:21:38.156Z[ helios-setup] lat 34:09.091143251
34602024-12-13T20:21:38.156Z[ helios-setup] stop 4:42.465257881
34612024-12-13T20:21:38.157ZDec 13 20:21:37.257 INFO [helios-setup] process exited with exit status: 0 (743.313730334s)
34622024-12-13T20:21:38.157ZDec 13 20:21:37.258 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34632024-12-13T20:21:38.185Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34642024-12-13T20:21:38.515Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34652024-12-13T20:21:38.515Z[ phbl-toolchain] info: downloading component 'cargo'
34662024-12-13T20:21:40.045Z[ phbl-toolchain] info: downloading component 'clippy'
34672024-12-13T20:21:40.340Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34682024-12-13T20:21:45.407Z[ phbl-toolchain] info: downloading component 'miri'
34692024-12-13T20:21:46.078Z[ phbl-toolchain] info: downloading component 'rust-docs'
34702024-12-13T20:21:47.518Z[ phbl-toolchain] info: downloading component 'rust-src'
34712024-12-13T20:21:48.117Z[ phbl-toolchain] info: downloading component 'rust-std'
34722024-12-13T20:21:49.915Z[ phbl-toolchain] info: downloading component 'rustc'
34732024-12-13T20:21:57.354Z[ phbl-toolchain] info: downloading component 'rustfmt'
34742024-12-13T20:21:57.579Z[ phbl-toolchain] info: installing component 'cargo'
34752024-12-13T20:21:58.877Z[ phbl-toolchain] info: installing component 'clippy'
34762024-12-13T20:21:59.409Z[ phbl-toolchain] info: installing component 'llvm-tools'
34772024-12-13T20:22:05.194Z[ phbl-toolchain] info: installing component 'miri'
34782024-12-13T20:22:05.492Z[ phbl-toolchain] info: installing component 'rust-docs'
34792024-12-13T20:22:13.264Z[ phbl-toolchain] info: installing component 'rust-src'
34802024-12-13T20:22:13.780Z[ phbl-toolchain] info: installing component 'rust-std'
34812024-12-13T20:22:16.475Z[ phbl-toolchain] info: installing component 'rustc'
34822024-12-13T20:22:25.668Z[ phbl-toolchain] info: installing component 'rustfmt'
34832024-12-13T20:22:26.474Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34842024-12-13T20:22:26.477ZDec 13 20:22:25.571 INFO [phbl-toolchain] process exited with exit status: 0 (48.313401102s)
34852024-12-13T20:23:23.471Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34862024-12-13T20:23:32.811Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34872024-12-13T20:30:46.270Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 37s
34882024-12-13T20:31:53.551ZDec 13 20:31:52.537 INFO [host-package] process exited with exit status: 0 (1305.33141398s)
34892024-12-13T20:31:53.553ZDec 13 20:31:52.538 INFO [host-stamp] running task
34902024-12-13T20:31:53.553ZDec 13 20:31:52.538 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
34912024-12-13T20:31:53.553ZDec 13 20:31:52.538 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 12.0.0-0.ci+git51ce5fbaec0
34922024-12-13T20:31:53.576ZDec 13 20:31:52.563 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 12.0.0-0.ci+git51ce5fbaec0
34932024-12-13T20:31:53.588Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
34942024-12-13T20:31:53.595Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
34952024-12-13T20:31:53.597ZDec 13 20:31:52.582 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 12.0.0-0.ci+git51ce5fbaec0
34962024-12-13T20:31:53.614Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
34972024-12-13T20:31:53.618Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
34982024-12-13T20:31:53.618ZDec 13 20:31:52.602 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 12.0.0-0.ci+git51ce5fbaec0
34992024-12-13T20:31:53.633Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35002024-12-13T20:31:53.643ZDec 13 20:31:52.620 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 12.0.0-0.ci+git51ce5fbaec0
35012024-12-13T20:31:53.646Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35022024-12-13T20:31:53.649ZDec 13 20:31:52.636 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 12.0.0-0.ci+git51ce5fbaec0
35032024-12-13T20:31:53.671Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35042024-12-13T20:31:53.671ZDec 13 20:31:52.658 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 12.0.0-0.ci+git51ce5fbaec0
35052024-12-13T20:31:53.686Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35062024-12-13T20:31:53.692Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35072024-12-13T20:31:53.695ZDec 13 20:31:52.679 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 12.0.0-0.ci+git51ce5fbaec0
35082024-12-13T20:31:53.713ZDec 13 20:31:52.700 INFO [stamp-oxlog] process exited with exit status: 0 (136.560563ms)
35092024-12-13T20:31:53.716Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35102024-12-13T20:31:53.716ZDec 13 20:31:52.700 INFO [stamp-overlay] process exited with exit status: 0 (63.901525ms)
35112024-12-13T20:31:53.726Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35122024-12-13T20:31:53.728Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35132024-12-13T20:31:53.735ZDec 13 20:31:52.720 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (40.496516ms)
35142024-12-13T20:31:53.745Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35152024-12-13T20:31:53.749ZDec 13 20:31:52.736 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (116.317119ms)
35162024-12-13T20:31:53.925Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35172024-12-13T20:31:53.930ZDec 13 20:31:52.917 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (258.808721ms)
35182024-12-13T20:31:53.997Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35192024-12-13T20:31:53.999ZDec 13 20:31:52.986 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (404.641869ms)
35202024-12-13T20:31:54.809Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35212024-12-13T20:31:54.812ZDec 13 20:31:53.799 INFO [stamp-propolis-server] process exited with exit status: 0 (1.260662252s)
35222024-12-13T20:31:54.907Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35232024-12-13T20:31:57.468Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35242024-12-13T20:32:04.551Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35252024-12-13T20:32:04.555ZDec 13 20:32:03.540 INFO [stamp-switch-asic] process exited with exit status: 0 (10.937507877s)
35262024-12-13T20:32:04.557ZDec 13 20:32:03.540 INFO [host-stamp] task succeeded (11.002166385s)
35272024-12-13T20:32:04.557ZDec 13 20:32:03.540 INFO [host-proto] running task
35282024-12-13T20:32:04.986ZDec 13 20:32:03.970 INFO [host-proto] task succeeded (430.340902ms)
35292024-12-13T20:32:04.986ZDec 13 20:32:03.970 INFO [host-profile] running task
35302024-12-13T20:32:04.988ZDec 13 20:32:03.971 INFO [host-profile] task succeeded (244.899µs)
35312024-12-13T20:32:04.988ZDec 13 20:32:03.971 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.311' -P /tmp/.tmpVYZFEz/proto/host/root -N 'ci 51ce5fb/${os_short_commit} 2024-12-13 20:09' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35322024-12-13T20:32:05.010Z[ host-image] Dec 13 20:32:03.993 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35332024-12-13T20:32:05.010Z[ host-image] Dec 13 20:32:03.994 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35342024-12-13T20:32:05.026Z[ host-image] Dec 13 20:32:04.010 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpVYZFEz/proto/host/root"
35352024-12-13T20:32:05.026Z[ host-image] Dec 13 20:32:04.010 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35362024-12-13T20:32:05.028Z[ host-image] Dec 13 20:32:04.011 INFO image builder template: ramdisk-01-os...
35372024-12-13T20:32:05.028Z[ host-image] Dec 13 20:32:04.011 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/.tmpVYZFEz/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.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35382024-12-13T20:32:05.048Z[ host-image] Dec 13 20:32:04.032 INFO O| Dec 13 20:32:04.032 INFO CREATE DATASET: rpool/images/build/host/output
35392024-12-13T20:32:05.210Z[ host-image] Dec 13 20:32:04.194 INFO O| Dec 13 20:32:04.194 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35402024-12-13T20:32:05.214Z[ host-image] Dec 13 20:32:04.199 INFO O| Dec 13 20:32:04.199 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35412024-12-13T20:32:05.445Z[ host-image] Dec 13 20:32:04.430 INFO O| Dec 13 20:32:04.430 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35422024-12-13T20:32:05.508Z[ host-image] Dec 13 20:32:04.492 INFO O| Dec 13 20:32:04.492 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35432024-12-13T20:32:05.511Z[ host-image] Dec 13 20:32:04.492 INFO O| Dec 13 20:32:04.492 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35442024-12-13T20:32:05.511Z[ host-image] Dec 13 20:32:04.493 INFO O| Dec 13 20:32:04.493 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35452024-12-13T20:32:05.511Z[ host-image] Dec 13 20:32:04.493 INFO O| Dec 13 20:32:04.493 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35462024-12-13T20:32:05.518Z[ host-image] Dec 13 20:32:04.502 INFO O| Dec 13 20:32:04.502 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35472024-12-13T20:32:05.757Z[ host-image] Dec 13 20:32:04.741 INFO O| Dec 13 20:32:04.741 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35482024-12-13T20:32:05.770Z[ host-image] Dec 13 20:32:04.755 INFO O| Dec 13 20:32:04.755 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35492024-12-13T20:32:06.301Z[ host-image] Dec 13 20:32:05.285 INFO O| Dec 13 20:32:05.285 INFO O| Caching catalogs ... Done
35502024-12-13T20:32:06.432Z[ host-image] Dec 13 20:32:05.416 INFO O| Dec 13 20:32:05.416 INFO STEP 0 (pkg_image_create) COMPLETE
35512024-12-13T20:32:06.432Z[ host-image] Dec 13 20:32:05.416 INFO O| Dec 13 20:32:05.416 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35522024-12-13T20:32:06.434Z[ host-image] Dec 13 20:32:05.416 INFO O| Dec 13 20:32:05.416 INFO skip step because feature "repo_redist" is not enabled
35532024-12-13T20:32:06.435Z[ host-image] Dec 13 20:32:05.416 INFO O| Dec 13 20:32:05.416 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35542024-12-13T20:32:06.452Z[ host-image] Dec 13 20:32:05.436 INFO O| Dec 13 20:32:05.436 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"]
35552024-12-13T20:32:07.057Z[ host-image] Dec 13 20:32:06.041 INFO O| Dec 13 20:32:06.041 INFO STEP 2 (pkg_set_publisher) COMPLETE
35562024-12-13T20:32:07.057Z[ host-image] Dec 13 20:32:06.041 INFO O| Dec 13 20:32:06.041 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35572024-12-13T20:32:07.076Z[ host-image] Dec 13 20:32:06.060 INFO O| Dec 13 20:32:06.060 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"]
35582024-12-13T20:32:07.675Z[ host-image] Dec 13 20:32:06.659 INFO O| Dec 13 20:32:06.659 INFO STEP 3 (pkg_set_publisher) COMPLETE
35592024-12-13T20:32:07.678Z[ host-image] Dec 13 20:32:06.659 INFO O| Dec 13 20:32:06.659 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35602024-12-13T20:32:07.678Z[ host-image] Dec 13 20:32:06.659 INFO O| Dec 13 20:32:06.659 INFO skip step because feature "repo_redist" is not enabled
35612024-12-13T20:32:07.678Z[ host-image] Dec 13 20:32:06.659 INFO O| Dec 13 20:32:06.659 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35622024-12-13T20:32:08.206Z[ host-image] Dec 13 20:32:07.189 INFO O| Dec 13 20:32:07.189 INFO variant opensolaris.zone is already global
35632024-12-13T20:32:08.206Z[ host-image] Dec 13 20:32:07.189 INFO O| Dec 13 20:32:07.189 INFO STEP 5 (pkg_change_variant) COMPLETE
35642024-12-13T20:32:08.208Z[ host-image] Dec 13 20:32:07.189 INFO O| Dec 13 20:32:07.189 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35652024-12-13T20:32:08.812Z[ host-image] Dec 13 20:32:07.796 INFO O| Dec 13 20:32:07.796 INFO variant opensolaris.imagetype is full; changing to partial
35662024-12-13T20:32:08.812Z[ host-image] Dec 13 20:32:07.796 INFO O| Dec 13 20:32:07.796 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35672024-12-13T20:32:17.530Z[recovery-package] Finished `release` profile [optimized] target(s) in 23.70s
35682024-12-13T20:32:18.217Z[ host-image] Dec 13 20:32:17.198 INFO O| Dec 13 20:32:17.198 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35692024-12-13T20:32:19.851ZDec 13 20:32:18.832 INFO [recovery-package] process exited with exit status: 0 (26.294116027s)
35702024-12-13T20:32:19.851ZDec 13 20:32:18.832 INFO [recovery-stamp] running task
35712024-12-13T20:32:19.853ZDec 13 20:32:18.833 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35722024-12-13T20:32:19.853ZDec 13 20:32:18.833 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 12.0.0-0.ci+git51ce5fbaec0
35732024-12-13T20:32:19.877ZDec 13 20:32:18.859 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git51ce5fbaec0
35742024-12-13T20:32:19.891Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35752024-12-13T20:32:19.909Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35762024-12-13T20:32:19.996Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35772024-12-13T20:32:20.000ZDec 13 20:32:18.982 INFO [stamp-installinator] process exited with exit status: 0 (123.252479ms)
35782024-12-13T20:32:20.016Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35792024-12-13T20:32:20.020ZDec 13 20:32:19.002 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (168.99439ms)
35802024-12-13T20:32:20.023ZDec 13 20:32:19.002 INFO [recovery-stamp] task succeeded (169.482418ms)
35812024-12-13T20:32:20.023ZDec 13 20:32:19.002 INFO [recovery-proto] running task
35822024-12-13T20:32:20.023ZDec 13 20:32:19.002 INFO [tuf-stamp] running task
35832024-12-13T20:32:20.023ZDec 13 20:32:19.003 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 12.0.0-0.ci+git51ce5fbaec0
35842024-12-13T20:32:20.041ZDec 13 20:32:19.023 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 12.0.0-0.ci+git51ce5fbaec0
35852024-12-13T20:32:20.058Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35862024-12-13T20:32:20.061ZDec 13 20:32:19.040 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 12.0.0-0.ci+git51ce5fbaec0
35872024-12-13T20:32:20.069Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
35882024-12-13T20:32:20.076ZDec 13 20:32:19.058 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 12.0.0-0.ci+git51ce5fbaec0
35892024-12-13T20:32:20.097ZDec 13 20:32:19.078 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 12.0.0-0.ci+git51ce5fbaec0
35902024-12-13T20:32:20.100Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
35912024-12-13T20:32:20.120ZDec 13 20:32:19.101 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 12.0.0-0.ci+git51ce5fbaec0
35922024-12-13T20:32:20.120Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
35932024-12-13T20:32:20.158Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
35942024-12-13T20:32:20.158ZDec 13 20:32:19.140 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 12.0.0-0.ci+git51ce5fbaec0
35952024-12-13T20:32:20.225Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
35962024-12-13T20:32:20.243Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35972024-12-13T20:32:20.246ZDec 13 20:32:19.225 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 12.0.0-0.ci+git51ce5fbaec0
35982024-12-13T20:32:20.302Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
35992024-12-13T20:32:20.305ZDec 13 20:32:19.284 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 12.0.0-0.ci+git51ce5fbaec0
36002024-12-13T20:32:20.333Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36012024-12-13T20:32:20.335ZDec 13 20:32:19.315 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 12.0.0-0.ci+git51ce5fbaec0
36022024-12-13T20:32:20.362ZDec 13 20:32:19.343 INFO [recovery-proto] task succeeded (319.453037ms)
36032024-12-13T20:32:20.429ZDec 13 20:32:19.410 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.311' -P /tmp/.tmpVYZFEz/proto/recovery/root -N 'recovery 51ce5fb/${os_short_commit} 2024-12-13 20:09' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36042024-12-13T20:32:20.464Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36052024-12-13T20:32:20.477ZDec 13 20:32:19.446 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 12.0.0-0.ci+git51ce5fbaec0
36062024-12-13T20:32:20.484Z[ recovery-image] Dec 13 20:32:19.464 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36072024-12-13T20:32:20.486Z[ recovery-image] Dec 13 20:32:19.464 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36082024-12-13T20:32:20.491Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36092024-12-13T20:32:20.508Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36102024-12-13T20:32:20.511ZDec 13 20:32:19.490 INFO [stamp-probe] process exited with exit status: 0 (432.111274ms)
36112024-12-13T20:32:20.521Z[ recovery-image] Dec 13 20:32:19.503 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpVYZFEz/proto/recovery/root"
36122024-12-13T20:32:20.522Z[ recovery-image] Dec 13 20:32:19.503 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36132024-12-13T20:32:20.524Z[ recovery-image] Dec 13 20:32:19.503 INFO image builder template: ramdisk-01-os...
36142024-12-13T20:32:20.524Z[ recovery-image] Dec 13 20:32:19.503 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/.tmpVYZFEz/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.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36152024-12-13T20:32:20.538Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36162024-12-13T20:32:20.557Z[ recovery-image] Dec 13 20:32:19.538 INFO O| Dec 13 20:32:19.538 INFO CREATE DATASET: rpool/images/build/recovery/output
36172024-12-13T20:32:20.644ZDec 13 20:32:19.625 INFO [stamp-ntp] process exited with exit status: 0 (602.467995ms)
36182024-12-13T20:32:20.792Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
36192024-12-13T20:32:20.869Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36202024-12-13T20:32:20.983Z[ recovery-image] Dec 13 20:32:19.964 INFO O| Dec 13 20:32:19.964 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36212024-12-13T20:32:21.010Z[ recovery-image] Dec 13 20:32:19.992 INFO O| Dec 13 20:32:19.991 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36222024-12-13T20:32:21.567Z[ recovery-image] Dec 13 20:32:20.548 INFO O| Dec 13 20:32:20.548 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36232024-12-13T20:32:21.675Z[ recovery-image] Dec 13 20:32:20.656 INFO O| Dec 13 20:32:20.656 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36242024-12-13T20:32:21.678Z[ recovery-image] Dec 13 20:32:20.656 INFO O| Dec 13 20:32:20.656 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36252024-12-13T20:32:21.678Z[ recovery-image] Dec 13 20:32:20.657 INFO O| Dec 13 20:32:20.657 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36262024-12-13T20:32:21.678Z[ recovery-image] Dec 13 20:32:20.657 INFO O| Dec 13 20:32:20.657 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36272024-12-13T20:32:21.690Z[ recovery-image] Dec 13 20:32:20.672 INFO O| Dec 13 20:32:20.672 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36282024-12-13T20:32:21.711Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36292024-12-13T20:32:21.739ZDec 13 20:32:20.720 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.618242016s)
36302024-12-13T20:32:22.021Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36312024-12-13T20:32:22.052ZDec 13 20:32:21.032 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.029188051s)
36322024-12-13T20:32:22.056Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36332024-12-13T20:32:22.075ZDec 13 20:32:21.057 INFO [stamp-internal-dns] process exited with exit status: 0 (1.9164961s)
36342024-12-13T20:32:22.129Z[ recovery-image] Dec 13 20:32:21.110 INFO O| Dec 13 20:32:21.110 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36352024-12-13T20:32:22.185Z[ recovery-image] Dec 13 20:32:21.165 INFO O| Dec 13 20:32:21.165 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36362024-12-13T20:32:22.237Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36372024-12-13T20:32:22.242ZDec 13 20:32:21.223 INFO [stamp-external-dns] process exited with exit status: 0 (1.996829692s)
36382024-12-13T20:32:22.583Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36392024-12-13T20:32:22.588ZDec 13 20:32:21.569 INFO [stamp-oximeter] process exited with exit status: 0 (2.285078205s)
36402024-12-13T20:32:22.705Z[ recovery-image] Dec 13 20:32:21.686 INFO O| Dec 13 20:32:21.686 INFO O| Caching catalogs ... Done
36412024-12-13T20:32:22.841Z[ recovery-image] Dec 13 20:32:21.822 INFO O| Dec 13 20:32:21.821 INFO STEP 0 (pkg_image_create) COMPLETE
36422024-12-13T20:32:22.841Z[ recovery-image] Dec 13 20:32:21.822 INFO O| Dec 13 20:32:21.822 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36432024-12-13T20:32:22.841Z[ recovery-image] Dec 13 20:32:21.822 INFO O| Dec 13 20:32:21.822 INFO skip step because feature "repo_redist" is not enabled
36442024-12-13T20:32:22.841Z[ recovery-image] Dec 13 20:32:21.822 INFO O| Dec 13 20:32:21.822 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36452024-12-13T20:32:22.857Z[ recovery-image] Dec 13 20:32:21.838 INFO O| Dec 13 20:32:21.838 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"]
36462024-12-13T20:32:23.354Z[ recovery-image] Dec 13 20:32:22.335 INFO O| Dec 13 20:32:22.335 INFO STEP 2 (pkg_set_publisher) COMPLETE
36472024-12-13T20:32:23.354Z[ recovery-image] Dec 13 20:32:22.335 INFO O| Dec 13 20:32:22.335 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36482024-12-13T20:32:23.371Z[ recovery-image] Dec 13 20:32:22.352 INFO O| Dec 13 20:32:22.351 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"]
36492024-12-13T20:32:23.906Z[ recovery-image] Dec 13 20:32:22.887 INFO O| Dec 13 20:32:22.886 INFO STEP 3 (pkg_set_publisher) COMPLETE
36502024-12-13T20:32:23.906Z[ recovery-image] Dec 13 20:32:22.887 INFO O| Dec 13 20:32:22.886 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36512024-12-13T20:32:23.906Z[ recovery-image] Dec 13 20:32:22.887 INFO O| Dec 13 20:32:22.887 INFO skip step because feature "repo_redist" is not enabled
36522024-12-13T20:32:23.908Z[ recovery-image] Dec 13 20:32:22.887 INFO O| Dec 13 20:32:22.887 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36532024-12-13T20:32:23.945Z[ host-image] Dec 13 20:32:22.926 INFO O| Dec 13 20:32:22.926 INFO O| Startup: Caching catalogs ... Done
36542024-12-13T20:32:24.049Z[ host-image] Dec 13 20:32:23.030 INFO O| Dec 13 20:32:23.030 INFO O| Planning: Planning completed in 0.00 seconds
36552024-12-13T20:32:24.052Z[ host-image] Dec 13 20:32:23.031 INFO O| Dec 13 20:32:23.031 INFO O| Planning: Consolidating action changes ... Done
36562024-12-13T20:32:24.052Z[ host-image] Dec 13 20:32:23.031 INFO O| Dec 13 20:32:23.031 INFO O| Planning: Evaluating mediators ... Done
36572024-12-13T20:32:24.052Z[ host-image] Dec 13 20:32:23.031 INFO O| Dec 13 20:32:23.031 INFO O| Planning: Planning completed in 0.00 seconds
36582024-12-13T20:32:24.052Z[ host-image] Dec 13 20:32:23.031 INFO O| Dec 13 20:32:23.031 INFO O| Variants/Facets to change: 1
36592024-12-13T20:32:24.079Z[ host-image] Dec 13 20:32:23.060 INFO O| Dec 13 20:32:23.060 INFO O| Done
36602024-12-13T20:32:24.079Z[ host-image] Dec 13 20:32:23.060 INFO O| Dec 13 20:32:23.060 INFO O| Done
36612024-12-13T20:32:24.674Z[ recovery-image] Dec 13 20:32:23.429 INFO O| Dec 13 20:32:23.429 INFO variant opensolaris.zone is already global
36622024-12-13T20:32:24.674Z[ recovery-image] Dec 13 20:32:23.429 INFO O| Dec 13 20:32:23.429 INFO STEP 5 (pkg_change_variant) COMPLETE
36632024-12-13T20:32:24.674Z[ recovery-image] Dec 13 20:32:23.429 INFO O| Dec 13 20:32:23.429 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36642024-12-13T20:32:24.681Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36652024-12-13T20:32:24.681ZDec 13 20:32:23.475 INFO [stamp-nexus] process exited with exit status: 0 (4.028478238s)
36662024-12-13T20:32:24.863Z[ recovery-image] Dec 13 20:32:23.844 INFO O| Dec 13 20:32:23.844 INFO variant opensolaris.imagetype is full; changing to partial
36672024-12-13T20:32:24.863Z[ recovery-image] Dec 13 20:32:23.844 INFO O| Dec 13 20:32:23.844 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36682024-12-13T20:32:24.947Z[ host-image] Dec 13 20:32:23.927 INFO O| Dec 13 20:32:23.927 INFO O| Done
36692024-12-13T20:32:24.996Z[ host-image] Dec 13 20:32:23.977 INFO O| Dec 13 20:32:23.977 INFO O| Done
36702024-12-13T20:32:25.000Z[ host-image] Dec 13 20:32:23.979 INFO O| Dec 13 20:32:23.978 INFO O| Done
36712024-12-13T20:32:25.000Z[ host-image] Dec 13 20:32:23.979 INFO O| Dec 13 20:32:23.979 INFO O| Done
36722024-12-13T20:32:25.003Z[ host-image] Dec 13 20:32:23.980 INFO O| Dec 13 20:32:23.980 INFO O| Done
36732024-12-13T20:32:25.194Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36742024-12-13T20:32:25.336Z[verify-libraries] Compiling home v0.5.9
36752024-12-13T20:32:25.361Z[verify-libraries] Compiling cfg_aliases v0.1.1
36762024-12-13T20:32:25.386Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36772024-12-13T20:32:25.388Z[verify-libraries] Compiling sqlparser_derive v0.2.2
36782024-12-13T20:32:25.388Z[verify-libraries] Compiling unicode_categories v0.1.1
36792024-12-13T20:32:25.560Z[ host-image] Dec 13 20:32:24.541 INFO O| Dec 13 20:32:24.540 INFO STEP 6 (pkg_change_variant) COMPLETE
36802024-12-13T20:32:25.560Z[ host-image] Dec 13 20:32:24.541 INFO O| Dec 13 20:32:24.540 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36812024-12-13T20:32:25.563Z[ host-image] Dec 13 20:32:24.541 INFO O| Dec 13 20:32:24.540 INFO skip step because feature "debug_variant" is not enabled
36822024-12-13T20:32:25.563Z[ host-image] Dec 13 20:32:24.541 INFO O| Dec 13 20:32:24.541 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36832024-12-13T20:32:25.639Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36842024-12-13T20:32:25.641Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36852024-12-13T20:32:25.844Z[verify-libraries] Compiling sqlformat v0.2.6
36862024-12-13T20:32:25.955Z[verify-libraries] Compiling nix v0.28.0
36872024-12-13T20:32:25.957Z[verify-libraries] Compiling polyval v0.6.2
36882024-12-13T20:32:26.215Z[ host-image] Dec 13 20:32:25.194 INFO O| Dec 13 20:32:25.194 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36892024-12-13T20:32:26.252Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
36902024-12-13T20:32:26.295ZDec 13 20:32:25.275 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.932593348s)
36912024-12-13T20:32:26.430Z[verify-libraries] Compiling ctr v0.9.2
36922024-12-13T20:32:26.895Z[verify-libraries] Compiling ghash v0.5.1
36932024-12-13T20:32:26.998Z[verify-libraries] Compiling ssh-encoding v0.2.0
36942024-12-13T20:32:27.219Z[verify-libraries] Compiling aes-gcm v0.10.3
36952024-12-13T20:32:27.234Z[verify-libraries] Compiling sqlparser v0.45.0
36962024-12-13T20:32:27.244Z[verify-libraries] Compiling blowfish v0.9.1
36972024-12-13T20:32:28.035Z[ host-image] Dec 13 20:32:27.015 INFO O| Dec 13 20:32:27.015 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36982024-12-13T20:32:28.038Z[ host-image] Dec 13 20:32:27.017 INFO O| Dec 13 20:32:27.017 INFO O| Planning: Planning completed in 0.00 seconds
36992024-12-13T20:32:28.039Z[ host-image] Dec 13 20:32:27.018 INFO O| Dec 13 20:32:27.018 INFO O| Planning: Consolidating action changes ... Done
37002024-12-13T20:32:28.039Z[ host-image] Dec 13 20:32:27.018 INFO O| Dec 13 20:32:27.018 INFO O| Planning: Evaluating mediators ... Done
37012024-12-13T20:32:28.042Z[ host-image] Dec 13 20:32:27.018 INFO O| Dec 13 20:32:27.018 INFO O| Planning: Planning completed in 0.00 seconds
37022024-12-13T20:32:28.042Z[ host-image] Dec 13 20:32:27.018 INFO O| Dec 13 20:32:27.018 INFO O| Variants/Facets to change: 1
37032024-12-13T20:32:28.054Z[verify-libraries] Compiling ssh-cipher v0.2.0
37042024-12-13T20:32:28.166Z[ host-image] Dec 13 20:32:27.146 INFO O| Dec 13 20:32:27.146 INFO O| Done
37052024-12-13T20:32:28.166Z[ host-image] Dec 13 20:32:27.146 INFO O| Dec 13 20:32:27.146 INFO O| Done
37062024-12-13T20:32:28.659Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37072024-12-13T20:32:29.336Z[verify-libraries] Compiling password-hash v0.4.2
37082024-12-13T20:32:29.509Z[ host-image] Dec 13 20:32:28.488 INFO O| Dec 13 20:32:28.488 INFO O| Done
37092024-12-13T20:32:29.589Z[ host-image] Dec 13 20:32:28.569 INFO O| Dec 13 20:32:28.569 INFO O| Done
37102024-12-13T20:32:29.592Z[ host-image] Dec 13 20:32:28.570 INFO O| Dec 13 20:32:28.570 INFO O| Done
37112024-12-13T20:32:29.592Z[ host-image] Dec 13 20:32:28.570 INFO O| Dec 13 20:32:28.570 INFO O| Done
37122024-12-13T20:32:29.592Z[ host-image] Dec 13 20:32:28.572 INFO O| Dec 13 20:32:28.571 INFO O| Done
37132024-12-13T20:32:29.797Z[ host-image] Dec 13 20:32:28.777 INFO O| Dec 13 20:32:28.777 INFO STEP 8 (pkg_change_facet) COMPLETE
37142024-12-13T20:32:29.797Z[ host-image] Dec 13 20:32:28.777 INFO O| Dec 13 20:32:28.777 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37152024-12-13T20:32:29.798Z[ host-image] Dec 13 20:32:28.777 INFO O| Dec 13 20:32:28.777 INFO skip step because feature "recovery" is not enabled
37162024-12-13T20:32:29.800Z[ host-image] Dec 13 20:32:28.777 INFO O| Dec 13 20:32:28.777 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37172024-12-13T20:32:29.800Z[ host-image] Dec 13 20:32:28.777 INFO O| Dec 13 20:32:28.777 INFO skip step because feature "recovery" is not enabled
37182024-12-13T20:32:29.800Z[ host-image] Dec 13 20:32:28.777 INFO O| Dec 13 20:32:28.777 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37192024-12-13T20:32:29.822Z[ host-image] Dec 13 20:32:28.800 INFO O| Dec 13 20:32:28.800 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"]
37202024-12-13T20:32:31.490Z[ host-image] Dec 13 20:32:30.469 INFO O| Dec 13 20:32:30.469 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37212024-12-13T20:32:32.343Z[verify-libraries] Compiling rustyline v14.0.0
37222024-12-13T20:32:33.342Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37232024-12-13T20:32:33.430ZDec 13 20:32:32.409 INFO [stamp-clickhouse] process exited with exit status: 0 (13.368990865s)
37242024-12-13T20:32:33.790Z[verify-libraries] Compiling matches v0.1.10
37252024-12-13T20:32:33.834Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37262024-12-13T20:32:33.863ZDec 13 20:32:32.842 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.763904426s)
37272024-12-13T20:32:33.863ZDec 13 20:32:32.842 INFO [tuf-stamp] task succeeded (13.839572226s)
37282024-12-13T20:32:33.968Z[verify-libraries] Compiling idna v0.2.3
37292024-12-13T20:32:35.563Z[verify-libraries] Compiling pbkdf2 v0.11.0
37302024-12-13T20:32:36.161Z[verify-libraries] Compiling ssh-key v0.6.6
37312024-12-13T20:32:36.293Z[verify-libraries] Compiling p256 v0.13.2
37322024-12-13T20:32:38.685Z[ recovery-image] Dec 13 20:32:37.663 INFO O| Dec 13 20:32:37.663 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37332024-12-13T20:32:39.161Z[verify-libraries] Compiling p521 v0.13.3
37342024-12-13T20:32:39.313Z[verify-libraries] Compiling enum-as-inner v0.5.1
37352024-12-13T20:32:40.587Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37362024-12-13T20:32:41.178Z[verify-libraries] Compiling md5 v0.7.0
37372024-12-13T20:32:41.912Z[verify-libraries] Compiling russh-keys v0.45.0
37382024-12-13T20:32:42.063Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37392024-12-13T20:32:46.984Z[ recovery-image] Dec 13 20:32:45.960 INFO O| Dec 13 20:32:45.960 INFO O| Startup: Caching catalogs ... Done
37402024-12-13T20:32:47.151Z[ recovery-image] Dec 13 20:32:46.127 INFO O| Dec 13 20:32:46.127 INFO O| Planning: Planning completed in 0.00 seconds
37412024-12-13T20:32:47.153Z[ recovery-image] Dec 13 20:32:46.128 INFO O| Dec 13 20:32:46.128 INFO O| Planning: Consolidating action changes ... Done
37422024-12-13T20:32:47.153Z[ recovery-image] Dec 13 20:32:46.128 INFO O| Dec 13 20:32:46.128 INFO O| Planning: Evaluating mediators ... Done
37432024-12-13T20:32:47.153Z[ recovery-image] Dec 13 20:32:46.129 INFO O| Dec 13 20:32:46.129 INFO O| Planning: Planning completed in 0.00 seconds
37442024-12-13T20:32:47.153Z[ recovery-image] Dec 13 20:32:46.129 INFO O| Dec 13 20:32:46.129 INFO O| Variants/Facets to change: 1
37452024-12-13T20:32:47.206Z[ recovery-image] Dec 13 20:32:46.182 INFO O| Dec 13 20:32:46.182 INFO O| Done
37462024-12-13T20:32:47.206Z[ recovery-image] Dec 13 20:32:46.182 INFO O| Dec 13 20:32:46.182 INFO O| Done
37472024-12-13T20:32:48.310Z[ recovery-image] Dec 13 20:32:47.286 INFO O| Dec 13 20:32:47.286 INFO O| Done
37482024-12-13T20:32:48.411Z[ recovery-image] Dec 13 20:32:47.387 INFO O| Dec 13 20:32:47.387 INFO O| Done
37492024-12-13T20:32:48.414Z[ recovery-image] Dec 13 20:32:47.389 INFO O| Dec 13 20:32:47.389 INFO O| Done
37502024-12-13T20:32:48.414Z[ recovery-image] Dec 13 20:32:47.389 INFO O| Dec 13 20:32:47.389 INFO O| Done
37512024-12-13T20:32:48.416Z[ recovery-image] Dec 13 20:32:47.391 INFO O| Dec 13 20:32:47.391 INFO O| Done
37522024-12-13T20:32:49.231Z[ recovery-image] Dec 13 20:32:48.207 INFO O| Dec 13 20:32:48.207 INFO STEP 6 (pkg_change_variant) COMPLETE
37532024-12-13T20:32:49.231Z[ recovery-image] Dec 13 20:32:48.207 INFO O| Dec 13 20:32:48.207 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37542024-12-13T20:32:49.234Z[ recovery-image] Dec 13 20:32:48.207 INFO O| Dec 13 20:32:48.207 INFO skip step because feature "debug_variant" is not enabled
37552024-12-13T20:32:49.234Z[ recovery-image] Dec 13 20:32:48.207 INFO O| Dec 13 20:32:48.207 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37562024-12-13T20:32:49.913Z[ recovery-image] Dec 13 20:32:48.888 INFO O| Dec 13 20:32:48.888 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37572024-12-13T20:32:51.650Z[ recovery-image] Dec 13 20:32:50.625 INFO O| Dec 13 20:32:50.625 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37582024-12-13T20:32:51.652Z[ recovery-image] Dec 13 20:32:50.627 INFO O| Dec 13 20:32:50.627 INFO O| Planning: Planning completed in 0.00 seconds
37592024-12-13T20:32:51.655Z[ recovery-image] Dec 13 20:32:50.628 INFO O| Dec 13 20:32:50.628 INFO O| Planning: Consolidating action changes ... Done
37602024-12-13T20:32:51.655Z[ recovery-image] Dec 13 20:32:50.628 INFO O| Dec 13 20:32:50.628 INFO O| Planning: Evaluating mediators ... Done
37612024-12-13T20:32:51.655Z[ recovery-image] Dec 13 20:32:50.629 INFO O| Dec 13 20:32:50.629 INFO O| Planning: Planning completed in 0.00 seconds
37622024-12-13T20:32:51.655Z[ recovery-image] Dec 13 20:32:50.629 INFO O| Dec 13 20:32:50.629 INFO O| Variants/Facets to change: 1
37632024-12-13T20:32:51.764Z[ recovery-image] Dec 13 20:32:50.740 INFO O| Dec 13 20:32:50.740 INFO O| Done
37642024-12-13T20:32:51.764Z[ recovery-image] Dec 13 20:32:50.740 INFO O| Dec 13 20:32:50.740 INFO O| Done
37652024-12-13T20:32:52.294Z[verify-libraries] Compiling num-bigint v0.4.6
37662024-12-13T20:32:52.633Z[ recovery-image] Dec 13 20:32:51.608 INFO O| Dec 13 20:32:51.608 INFO O| Done
37672024-12-13T20:32:52.725Z[ recovery-image] Dec 13 20:32:51.701 INFO O| Dec 13 20:32:51.700 INFO O| Done
37682024-12-13T20:32:52.729Z[ recovery-image] Dec 13 20:32:51.702 INFO O| Dec 13 20:32:51.702 INFO O| Done
37692024-12-13T20:32:52.729Z[ recovery-image] Dec 13 20:32:51.702 INFO O| Dec 13 20:32:51.702 INFO O| Done
37702024-12-13T20:32:52.753Z[ recovery-image] Dec 13 20:32:51.728 INFO O| Dec 13 20:32:51.728 INFO O| Done
37712024-12-13T20:32:52.873Z[ recovery-image] Dec 13 20:32:51.848 INFO O| Dec 13 20:32:51.848 INFO STEP 8 (pkg_change_facet) COMPLETE
37722024-12-13T20:32:52.873Z[ recovery-image] Dec 13 20:32:51.848 INFO O| Dec 13 20:32:51.848 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37732024-12-13T20:32:53.607Z[ recovery-image] Dec 13 20:32:52.583 INFO O| Dec 13 20:32:52.583 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37742024-12-13T20:32:54.845Z[ recovery-image] Dec 13 20:32:53.820 INFO O| Dec 13 20:32:53.820 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37752024-12-13T20:32:54.848Z[ recovery-image] Dec 13 20:32:53.822 INFO O| Dec 13 20:32:53.822 INFO O| Planning: Planning completed in 0.00 seconds
37762024-12-13T20:32:54.850Z[ recovery-image] Dec 13 20:32:53.823 INFO O| Dec 13 20:32:53.823 INFO O| Planning: Consolidating action changes ... Done
37772024-12-13T20:32:54.850Z[ recovery-image] Dec 13 20:32:53.823 INFO O| Dec 13 20:32:53.823 INFO O| Planning: Evaluating mediators ... Done
37782024-12-13T20:32:54.850Z[ recovery-image] Dec 13 20:32:53.824 INFO O| Dec 13 20:32:53.824 INFO O| Planning: Planning completed in 0.00 seconds
37792024-12-13T20:32:54.850Z[ recovery-image] Dec 13 20:32:53.824 INFO O| Dec 13 20:32:53.824 INFO O| Variants/Facets to change: 1
37802024-12-13T20:32:54.951Z[ recovery-image] Dec 13 20:32:53.925 INFO O| Dec 13 20:32:53.925 INFO O| Done
37812024-12-13T20:32:54.951Z[ recovery-image] Dec 13 20:32:53.926 INFO O| Dec 13 20:32:53.925 INFO O| Done
37822024-12-13T20:32:55.777Z[ recovery-image] Dec 13 20:32:54.751 INFO O| Dec 13 20:32:54.751 INFO O| Done
37832024-12-13T20:32:55.892Z[ recovery-image] Dec 13 20:32:54.866 INFO O| Dec 13 20:32:54.866 INFO O| Done
37842024-12-13T20:32:55.894Z[ recovery-image] Dec 13 20:32:54.867 INFO O| Dec 13 20:32:54.867 INFO O| Done
37852024-12-13T20:32:55.894Z[ recovery-image] Dec 13 20:32:54.867 INFO O| Dec 13 20:32:54.867 INFO O| Done
37862024-12-13T20:32:55.897Z[ recovery-image] Dec 13 20:32:54.870 INFO O| Dec 13 20:32:54.870 INFO O| Done
37872024-12-13T20:32:56.044Z[ recovery-image] Dec 13 20:32:55.019 INFO O| Dec 13 20:32:55.019 INFO STEP 9 (pkg_change_facet) COMPLETE
37882024-12-13T20:32:56.044Z[ recovery-image] Dec 13 20:32:55.019 INFO O| Dec 13 20:32:55.019 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37892024-12-13T20:32:56.810Z[ recovery-image] Dec 13 20:32:55.785 INFO O| Dec 13 20:32:55.784 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
37902024-12-13T20:32:58.230Z[ recovery-image] Dec 13 20:32:57.204 INFO O| Dec 13 20:32:57.204 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37912024-12-13T20:32:58.233Z[ recovery-image] Dec 13 20:32:57.207 INFO O| Dec 13 20:32:57.207 INFO O| Planning: Planning completed in 0.00 seconds
37922024-12-13T20:32:58.235Z[ recovery-image] Dec 13 20:32:57.208 INFO O| Dec 13 20:32:57.208 INFO O| Planning: Consolidating action changes ... Done
37932024-12-13T20:32:58.235Z[ recovery-image] Dec 13 20:32:57.208 INFO O| Dec 13 20:32:57.208 INFO O| Planning: Evaluating mediators ... Done
37942024-12-13T20:32:58.235Z[ recovery-image] Dec 13 20:32:57.209 INFO O| Dec 13 20:32:57.209 INFO O| Planning: Planning completed in 0.00 seconds
37952024-12-13T20:32:58.235Z[ recovery-image] Dec 13 20:32:57.209 INFO O| Dec 13 20:32:57.209 INFO O| Variants/Facets to change: 1
37962024-12-13T20:32:58.326Z[ recovery-image] Dec 13 20:32:57.300 INFO O| Dec 13 20:32:57.300 INFO O| Done
37972024-12-13T20:32:58.326Z[ recovery-image] Dec 13 20:32:57.300 INFO O| Dec 13 20:32:57.300 INFO O| Done
37982024-12-13T20:32:59.232Z[ recovery-image] Dec 13 20:32:58.206 INFO O| Dec 13 20:32:58.206 INFO O| Done
37992024-12-13T20:32:59.335Z[ recovery-image] Dec 13 20:32:58.309 INFO O| Dec 13 20:32:58.309 INFO O| Done
38002024-12-13T20:32:59.337Z[ recovery-image] Dec 13 20:32:58.310 INFO O| Dec 13 20:32:58.310 INFO O| Done
38012024-12-13T20:32:59.337Z[ recovery-image] Dec 13 20:32:58.310 INFO O| Dec 13 20:32:58.310 INFO O| Done
38022024-12-13T20:32:59.339Z[ recovery-image] Dec 13 20:32:58.313 INFO O| Dec 13 20:32:58.313 INFO O| Done
38032024-12-13T20:32:59.442Z[ recovery-image] Dec 13 20:32:58.416 INFO O| Dec 13 20:32:58.416 INFO STEP 10 (pkg_change_facet) COMPLETE
38042024-12-13T20:32:59.442Z[ recovery-image] Dec 13 20:32:58.416 INFO O| Dec 13 20:32:58.416 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38052024-12-13T20:32:59.464Z[ recovery-image] Dec 13 20:32:58.438 INFO O| Dec 13 20:32:58.437 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"]
38062024-12-13T20:33:00.264Z[verify-libraries] Compiling des v0.8.1
38072024-12-13T20:33:00.508Z[ recovery-image] Dec 13 20:32:59.481 INFO O| Dec 13 20:32:59.481 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38082024-12-13T20:33:01.033Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38092024-12-13T20:33:02.266Z[verify-libraries] Compiling hex-literal v0.4.1
38102024-12-13T20:33:02.566Z[verify-libraries] Compiling russh v0.45.0
38112024-12-13T20:33:02.608Z[verify-libraries] Compiling dhcproto v0.12.0
38122024-12-13T20:33:06.478Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38132024-12-13T20:33:09.242Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38142024-12-13T20:33:14.261Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38152024-12-13T20:33:23.163Z[verify-libraries] Compiling petname v2.0.2
38162024-12-13T20:33:24.792Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38172024-12-13T20:33:25.999Z[verify-libraries] Compiling internet-checksum v0.2.1
38182024-12-13T20:33:26.771Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38192024-12-13T20:33:31.306Z[verify-libraries] Compiling heck v0.4.1
38202024-12-13T20:33:33.017Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38212024-12-13T20:33:34.648Z[ host-image] Dec 13 20:33:33.615 INFO O| Dec 13 20:33:33.615 INFO O| Planning: Solver setup ... Done
38222024-12-13T20:33:36.366Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38232024-12-13T20:33:42.101Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38242024-12-13T20:33:50.218Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38252024-12-13T20:34:03.334Z[ recovery-image] Dec 13 20:34:02.296 INFO O| Dec 13 20:34:02.296 INFO O| Planning: Solver setup ... Done
38262024-12-13T20:34:14.278Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38272024-12-13T20:34:16.426Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38282024-12-13T20:34:20.360Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38292024-12-13T20:34:47.312Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38302024-12-13T20:34:52.125Z[ host-image] Dec 13 20:34:51.077 INFO O| Dec 13 20:34:51.077 INFO O| Planning: Running solver ... Done
38312024-12-13T20:34:52.729Z[ host-image] Dec 13 20:34:51.682 INFO O| Dec 13 20:34:51.681 INFO O| Planning: Finding local manifests ... Done
38322024-12-13T20:34:52.746Z[ host-image] Dec 13 20:34:51.699 INFO O| Dec 13 20:34:51.698 INFO O| Planning: Fetching manifests: 0/124 0% complete
38332024-12-13T20:34:54.218Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38342024-12-13T20:34:56.159Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38352024-12-13T20:34:56.875Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38362024-12-13T20:34:57.419Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38372024-12-13T20:34:57.534Z[ host-image] Dec 13 20:34:56.486 INFO O| Dec 13 20:34:56.486 INFO O| Planning: Fetching manifests: 124/124 100% complete
38382024-12-13T20:34:57.940Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38392024-12-13T20:34:58.442Z[verify-libraries] Compiling sync-ptr v0.1.1
38402024-12-13T20:34:58.902Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38412024-12-13T20:34:58.981Z[ host-image] Dec 13 20:34:57.933 INFO O| Dec 13 20:34:57.933 INFO O| Planning: Package planning ... Done
38422024-12-13T20:35:00.698Z[ host-image] Dec 13 20:34:59.649 INFO O| Dec 13 20:34:59.649 INFO O| Planning: Merging actions ... Done
38432024-12-13T20:35:01.266Z[ host-image] Dec 13 20:35:00.217 INFO O| Dec 13 20:35:00.217 INFO O| Planning: Checking for conflicting actions ... Done
38442024-12-13T20:35:01.582Z[ host-image] Dec 13 20:35:00.533 INFO O| Dec 13 20:35:00.532 INFO O| Planning: Consolidating action changes ... Done
38452024-12-13T20:35:01.699Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38462024-12-13T20:35:02.141Z[ host-image] Dec 13 20:35:01.092 INFO O| Dec 13 20:35:01.092 INFO O| Planning: Evaluating mediators ... Done
38472024-12-13T20:35:04.676Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38482024-12-13T20:35:08.265Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38492024-12-13T20:35:08.974Z[ host-image] Dec 13 20:35:07.924 INFO O| Dec 13 20:35:07.924 INFO O| Planning: Planning completed in 157.45 seconds
38502024-12-13T20:35:08.997Z[ host-image] Dec 13 20:35:07.947 INFO O| Dec 13 20:35:07.946 INFO O| Packages to install: 124
38512024-12-13T20:35:08.997Z[ host-image] Dec 13 20:35:07.947 INFO O| Dec 13 20:35:07.947 INFO O| Mediators to change: 4
38522024-12-13T20:35:09.000Z[ host-image] Dec 13 20:35:07.947 INFO O| Dec 13 20:35:07.947 INFO O| Services to change: 6
38532024-12-13T20:35:09.127Z[ host-image] Dec 13 20:35:08.077 INFO O| Dec 13 20:35:08.076 INFO O| Download: 0/22774 items 0.0/199.6MB 0% complete
38542024-12-13T20:35:14.151Z[ host-image] Dec 13 20:35:13.099 INFO O| Dec 13 20:35:13.099 INFO O| Download: 1069/22774 items 5.9/199.6MB 2% complete (1.3M/s)
38552024-12-13T20:35:18.224Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38562024-12-13T20:35:19.296Z[ host-image] Dec 13 20:35:18.243 INFO O| Dec 13 20:35:18.243 INFO O| Download: 1791/22774 items 12.9/199.6MB 6% complete (1.3M/s)
38572024-12-13T20:35:22.320Z[ recovery-image] Dec 13 20:35:21.267 INFO O| Dec 13 20:35:21.267 INFO O| Planning: Running solver ... Done
38582024-12-13T20:35:22.890Z[ recovery-image] Dec 13 20:35:21.837 INFO O| Dec 13 20:35:21.836 INFO O| Planning: Finding local manifests ... Done
38592024-12-13T20:35:22.906Z[ recovery-image] Dec 13 20:35:21.853 INFO O| Dec 13 20:35:21.853 INFO O| Planning: Fetching manifests: 0/124 0% complete
38602024-12-13T20:35:23.384Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38612024-12-13T20:35:24.335Z[ host-image] Dec 13 20:35:23.282 INFO O| Dec 13 20:35:23.282 INFO O| Download: 2333/22774 items 27.4/199.6MB 13% complete (2.1M/s)
38622024-12-13T20:35:27.202Z[ recovery-image] Dec 13 20:35:26.148 INFO O| Dec 13 20:35:26.148 INFO O| Planning: Fetching manifests: 124/124 100% complete
38632024-12-13T20:35:28.149Z[ recovery-image] Dec 13 20:35:27.095 INFO O| Dec 13 20:35:27.095 INFO O| Planning: Package planning ... Done
38642024-12-13T20:35:28.836Z[ recovery-image] Dec 13 20:35:27.782 INFO O| Dec 13 20:35:27.782 INFO O| Planning: Merging actions ... Done
38652024-12-13T20:35:29.080Z[ recovery-image] Dec 13 20:35:28.026 INFO O| Dec 13 20:35:28.026 INFO O| Planning: Checking for conflicting actions ... Done
38662024-12-13T20:35:29.337Z[ host-image] Dec 13 20:35:28.282 INFO O| Dec 13 20:35:28.282 INFO O| Download: 3513/22774 items 35.7/199.6MB 17% complete (2.2M/s)
38672024-12-13T20:35:29.343Z[ recovery-image] Dec 13 20:35:28.289 INFO O| Dec 13 20:35:28.289 INFO O| Planning: Consolidating action changes ... Done
38682024-12-13T20:35:29.734Z[ recovery-image] Dec 13 20:35:28.678 INFO O| Dec 13 20:35:28.678 INFO O| Planning: Evaluating mediators ... Done
38692024-12-13T20:35:34.346Z[ host-image] Dec 13 20:35:33.290 INFO O| Dec 13 20:35:33.290 INFO O| Download: 4605/22774 items 42.8/199.6MB 21% complete (1.6M/s)
38702024-12-13T20:35:36.008Z[ recovery-image] Dec 13 20:35:34.952 INFO O| Dec 13 20:35:34.952 INFO O| Planning: Planning completed in 155.47 seconds
38712024-12-13T20:35:36.015Z[ recovery-image] Dec 13 20:35:34.960 INFO O| Dec 13 20:35:34.959 INFO O| Packages to install: 124
38722024-12-13T20:35:36.015Z[ recovery-image] Dec 13 20:35:34.960 INFO O| Dec 13 20:35:34.960 INFO O| Mediators to change: 4
38732024-12-13T20:35:36.015Z[ recovery-image] Dec 13 20:35:34.960 INFO O| Dec 13 20:35:34.960 INFO O| Services to change: 5
38742024-12-13T20:35:36.099Z[ recovery-image] Dec 13 20:35:35.043 INFO O| Dec 13 20:35:35.043 INFO O| Download: 0/15848 items 0.0/176.3MB 0% complete
38752024-12-13T20:35:39.348Z[ host-image] Dec 13 20:35:38.292 INFO O| Dec 13 20:35:38.291 INFO O| Download: 5448/22774 items 46.1/199.6MB 23% complete (1.0M/s)
38762024-12-13T20:35:41.314Z[ recovery-image] Dec 13 20:35:40.256 INFO O| Dec 13 20:35:40.256 INFO O| Download: 1003/15848 items 7.9/176.3MB 4% complete (1.6M/s)
38772024-12-13T20:35:43.303Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38782024-12-13T20:35:44.349Z[ host-image] Dec 13 20:35:43.292 INFO O| Dec 13 20:35:43.292 INFO O| Download: 6312/22774 items 46.6/199.6MB 23% complete (393k/s)
38792024-12-13T20:35:46.356Z[ recovery-image] Dec 13 20:35:45.298 INFO O| Dec 13 20:35:45.298 INFO O| Download: 1177/15848 items 12.2/176.3MB 6% complete (1.2M/s)
38802024-12-13T20:35:49.923Z[ host-image] Dec 13 20:35:48.865 INFO O| Dec 13 20:35:48.865 INFO O| Download: 7002/22774 items 50.8/199.6MB 25% complete (458k/s)
38812024-12-13T20:35:50.744Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38822024-12-13T20:35:51.376Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38832024-12-13T20:35:51.457Z[ recovery-image] Dec 13 20:35:50.399 INFO O| Dec 13 20:35:50.399 INFO O| Download: 1615/15848 items 25.0/176.3MB 14% complete (1.7M/s)
38842024-12-13T20:35:51.777Z[verify-libraries] Compiling termios v0.3.3
38852024-12-13T20:35:52.165Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38862024-12-13T20:35:56.044Z[ host-image] Dec 13 20:35:54.984 INFO O| Dec 13 20:35:54.984 INFO O| Download: 7957/22774 items 59.6/199.6MB 29% complete (1.3M/s)
38872024-12-13T20:35:56.476Z[ recovery-image] Dec 13 20:35:55.417 INFO O| Dec 13 20:35:55.417 INFO O| Download: 2541/15848 items 32.1/176.3MB 18% complete (1.8M/s)
38882024-12-13T20:36:01.404Z[ host-image] Dec 13 20:36:00.343 INFO O| Dec 13 20:36:00.343 INFO O| Download: 8240/22774 items 63.4/199.6MB 31% complete (849k/s)
38892024-12-13T20:36:01.479Z[ recovery-image] Dec 13 20:36:00.417 INFO O| Dec 13 20:36:00.417 INFO O| Download: 3612/15848 items 39.1/176.3MB 22% complete (1.4M/s)
38902024-12-13T20:36:06.405Z[ host-image] Dec 13 20:36:05.344 INFO O| Dec 13 20:36:05.344 INFO O| Download: 8994/22774 items 72.5/199.6MB 36% complete (1.2M/s)
38912024-12-13T20:36:06.486Z[ recovery-image] Dec 13 20:36:05.425 INFO O| Dec 13 20:36:05.425 INFO O| Download: 4365/15848 items 42.8/176.3MB 24% complete (1.1M/s)
38922024-12-13T20:36:11.410Z[ host-image] Dec 13 20:36:10.345 INFO O| Dec 13 20:36:10.344 INFO O| Download: 9691/22774 items 83.5/199.6MB 41% complete (2.0M/s)
38932024-12-13T20:36:11.500Z[ recovery-image] Dec 13 20:36:10.438 INFO O| Dec 13 20:36:10.438 INFO O| Download: 5351/15848 items 43.3/176.3MB 24% complete (434k/s)
38942024-12-13T20:36:16.409Z[ host-image] Dec 13 20:36:15.346 INFO O| Dec 13 20:36:15.345 INFO O| Download: 10739/22774 items 89.5/199.6MB 44% complete (1.7M/s)
38952024-12-13T20:36:16.510Z[ recovery-image] Dec 13 20:36:15.447 INFO O| Dec 13 20:36:15.446 INFO O| Download: 5873/15848 items 51.8/176.3MB 29% complete (916k/s)
38962024-12-13T20:36:19.202Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38972024-12-13T20:36:21.531Z[ recovery-image] Dec 13 20:36:20.467 INFO O| Dec 13 20:36:20.467 INFO O| Download: 6593/15848 items 64.2/176.3MB 36% complete (2.0M/s)
38982024-12-13T20:36:22.834Z[ host-image] Dec 13 20:36:21.770 INFO O| Dec 13 20:36:21.770 INFO O| Download: 11136/22774 items 93.3/199.6MB 46% complete (1.0M/s)
38992024-12-13T20:36:26.535Z[ recovery-image] Dec 13 20:36:25.470 INFO O| Dec 13 20:36:25.469 INFO O| Download: 7426/15848 items 73.5/176.3MB 41% complete (2.1M/s)
39002024-12-13T20:36:27.838Z[ host-image] Dec 13 20:36:26.772 INFO O| Dec 13 20:36:26.772 INFO O| Download: 11889/22774 items 96.5/199.6MB 48% complete (659k/s)
39012024-12-13T20:36:32.697Z[ recovery-image] Dec 13 20:36:30.627 INFO O| Dec 13 20:36:30.627 INFO O| Download: 7940/15848 items 77.5/176.3MB 43% complete (1.4M/s)
39022024-12-13T20:36:32.699Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39032024-12-13T20:36:32.844Z[ host-image] Dec 13 20:36:31.777 INFO O| Dec 13 20:36:31.777 INFO O| Download: 12269/22774 items 109.4/199.6MB 54% complete (1.6M/s)
39042024-12-13T20:36:36.712Z[ recovery-image] Dec 13 20:36:35.632 INFO O| Dec 13 20:36:35.632 INFO O| Download: 8736/15848 items 84.2/176.3MB 47% complete (1.0M/s)
39052024-12-13T20:36:37.855Z[ host-image] Dec 13 20:36:36.787 INFO O| Dec 13 20:36:36.787 INFO O| Download: 13075/22774 items 109.8/199.6MB 55% complete (1.3M/s)
39062024-12-13T20:36:41.703Z[ recovery-image] Dec 13 20:36:40.635 INFO O| Dec 13 20:36:40.635 INFO O| Download: 9295/15848 items 92.8/176.3MB 52% complete (1.5M/s)
39072024-12-13T20:36:42.863Z[ host-image] Dec 13 20:36:41.794 INFO O| Dec 13 20:36:41.794 INFO O| Download: 13881/22774 items 110.3/199.6MB 55% complete (98.1k/s)
39082024-12-13T20:36:46.711Z[ recovery-image] Dec 13 20:36:45.635 INFO O| Dec 13 20:36:45.635 INFO O| Download: 9960/15848 items 93.2/176.3MB 52% complete (927k/s)
39092024-12-13T20:36:47.877Z[ host-image] Dec 13 20:36:46.808 INFO O| Dec 13 20:36:46.808 INFO O| Download: 14509/22774 items 116.6/199.6MB 58% complete (610k/s)
39102024-12-13T20:36:51.706Z[ recovery-image] Dec 13 20:36:50.635 INFO O| Dec 13 20:36:50.635 INFO O| Download: 10915/15848 items 93.9/176.3MB 53% complete (107k/s)
39112024-12-13T20:36:52.899Z[ host-image] Dec 13 20:36:51.829 INFO O| Dec 13 20:36:51.829 INFO O| Download: 15383/22774 items 123.5/199.6MB 61% complete (1.3M/s)
39122024-12-13T20:36:57.042Z[ recovery-image] Dec 13 20:36:55.971 INFO O| Dec 13 20:36:55.971 INFO O| Download: 11426/15848 items 107.3/176.3MB 60% complete (1.4M/s)
39132024-12-13T20:36:57.906Z[ host-image] Dec 13 20:36:56.835 INFO O| Dec 13 20:36:56.835 INFO O| Download: 16039/22774 items 132.7/199.6MB 66% complete (1.7M/s)
39142024-12-13T20:37:02.050Z[ recovery-image] Dec 13 20:37:00.978 INFO O| Dec 13 20:37:00.978 INFO O| Download: 11908/15848 items 127.6/176.3MB 72% complete (3.3M/s)
39152024-12-13T20:37:03.182Z[ host-image] Dec 13 20:37:02.110 INFO O| Dec 13 20:37:02.110 INFO O| Download: 16912/22774 items 140.0/199.6MB 70% complete (1.6M/s)
39162024-12-13T20:37:07.054Z[ recovery-image] Dec 13 20:37:05.981 INFO O| Dec 13 20:37:05.981 INFO O| Download: 12526/15848 items 141.8/176.3MB 80% complete (3.5M/s)
39172024-12-13T20:37:08.607Z[ host-image] Dec 13 20:37:07.246 INFO O| Dec 13 20:37:07.246 INFO O| Download: 17892/22774 items 150.2/199.6MB 75% complete (1.8M/s)
39182024-12-13T20:37:12.058Z[ recovery-image] Dec 13 20:37:10.984 INFO O| Dec 13 20:37:10.984 INFO O| Download: 13530/15848 items 145.9/176.3MB 82% complete (1.9M/s)
39192024-12-13T20:37:13.329Z[ host-image] Dec 13 20:37:12.255 INFO O| Dec 13 20:37:12.255 INFO O| Download: 18699/22774 items 164.3/199.6MB 82% complete (2.4M/s)
39202024-12-13T20:37:17.059Z[ recovery-image] Dec 13 20:37:15.985 INFO O| Dec 13 20:37:15.985 INFO O| Download: 14279/15848 items 149.3/176.3MB 84% complete (776k/s)
39212024-12-13T20:37:18.330Z[ host-image] Dec 13 20:37:17.255 INFO O| Dec 13 20:37:17.255 INFO O| Download: 19528/22774 items 168.3/199.6MB 84% complete (1.8M/s)
39222024-12-13T20:37:22.062Z[ recovery-image] Dec 13 20:37:20.986 INFO O| Dec 13 20:37:20.986 INFO O| Download: 14912/15848 items 157.3/176.3MB 89% complete (1.1M/s)
39232024-12-13T20:37:23.334Z[ host-image] Dec 13 20:37:22.258 INFO O| Dec 13 20:37:22.258 INFO O| Download: 20311/22774 items 171.3/199.6MB 85% complete (720k/s)
39242024-12-13T20:37:27.068Z[ recovery-image] Dec 13 20:37:25.991 INFO O| Dec 13 20:37:25.991 INFO O| Download: 15545/15848 items 169.0/176.3MB 95% complete (2.0M/s)
39252024-12-13T20:37:28.441Z[ host-image] Dec 13 20:37:27.364 INFO O| Dec 13 20:37:27.364 INFO O| Download: 20851/22774 items 178.2/199.6MB 89% complete (1.0M/s)
39262024-12-13T20:37:31.257Z[ recovery-image] Dec 13 20:37:30.178 INFO O| Dec 13 20:37:30.178 INFO O| Download: Completed 176.29 MB in 115.14 seconds (1.5M/s)
39272024-12-13T20:37:32.237Z[ recovery-image] Dec 13 20:37:31.160 INFO O| Dec 13 20:37:31.160 INFO O| Actions: 1/25014 actions (Installing new actions)
39282024-12-13T20:37:33.499Z[ host-image] Dec 13 20:37:32.421 INFO O| Dec 13 20:37:32.421 INFO O| Download: 21583/22774 items 183.5/199.6MB 91% complete (1.2M/s)
39292024-12-13T20:37:37.239Z[ recovery-image] Dec 13 20:37:36.160 INFO O| Dec 13 20:37:36.160 INFO O| Actions: 9362/25014 actions (Installing new actions)
39302024-12-13T20:37:38.509Z[ host-image] Dec 13 20:37:37.430 INFO O| Dec 13 20:37:37.430 INFO O| Download: 22069/22774 items 193.0/199.6MB 96% complete (1.5M/s)
39312024-12-13T20:37:42.240Z[ recovery-image] Dec 13 20:37:41.160 INFO O| Dec 13 20:37:41.160 INFO O| Actions: 14877/25014 actions (Installing new actions)
39322024-12-13T20:37:42.370Z[ host-image] Dec 13 20:37:41.291 INFO O| Dec 13 20:37:41.291 INFO O| Download: Completed 199.56 MB in 153.21 seconds (1.3M/s)
39332024-12-13T20:37:45.415Z[ host-image] Dec 13 20:37:44.335 INFO O| Dec 13 20:37:44.335 INFO O| Actions: 1/49471 actions (Installing new actions)
39342024-12-13T20:37:47.245Z[ recovery-image] Dec 13 20:37:46.164 INFO O| Dec 13 20:37:46.164 INFO O| Actions: 24537/25014 actions (Installing new actions)
39352024-12-13T20:37:48.536Z[ recovery-image] Dec 13 20:37:47.456 INFO O| Dec 13 20:37:47.455 INFO O| Actions: Completed 25014 actions in 16.29 seconds.
39362024-12-13T20:37:49.340Z[ recovery-image] Dec 13 20:37:48.258 INFO O| Dec 13 20:37:48.258 INFO O| Done
39372024-12-13T20:37:49.341Z[ recovery-image] Dec 13 20:37:48.258 INFO O| Dec 13 20:37:48.258 INFO O| Done
39382024-12-13T20:37:50.483Z[ host-image] Dec 13 20:37:49.402 INFO O| Dec 13 20:37:49.402 INFO O| Actions: 9225/49471 actions (Installing new actions)
39392024-12-13T20:37:51.118Z[ recovery-image] Dec 13 20:37:50.037 INFO O| Dec 13 20:37:50.036 INFO O| Done
39402024-12-13T20:37:53.531Z[ recovery-image] Dec 13 20:37:52.449 INFO O| Dec 13 20:37:52.449 INFO O| Done
39412024-12-13T20:37:53.567Z[ recovery-image] Dec 13 20:37:52.484 INFO O| Dec 13 20:37:52.484 INFO O| Done
39422024-12-13T20:37:55.490Z[ host-image] Dec 13 20:37:54.408 INFO O| Dec 13 20:37:54.407 INFO O| Actions: 15928/49471 actions (Installing new actions)
39432024-12-13T20:37:59.274Z[ recovery-image] Dec 13 20:37:58.191 INFO O| Dec 13 20:37:58.191 INFO O| Done
39442024-12-13T20:38:00.288Z[ recovery-image] Dec 13 20:37:59.205 INFO O| Dec 13 20:37:59.205 INFO O| Done
39452024-12-13T20:38:00.491Z[ host-image] Dec 13 20:37:59.408 INFO O| Dec 13 20:37:59.408 INFO O| Actions: 22974/49471 actions (Installing new actions)
39462024-12-13T20:38:01.333Z[ recovery-image] Dec 13 20:38:00.250 INFO O| Dec 13 20:38:00.250 INFO STEP 11 (pkg_install) COMPLETE
39472024-12-13T20:38:01.335Z[ recovery-image] Dec 13 20:38:00.250 INFO O| Dec 13 20:38:00.250 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39482024-12-13T20:38:01.335Z[ recovery-image] Dec 13 20:38:00.250 INFO O| Dec 13 20:38:00.250 INFO skip step because feature "recovery" is enabled
39492024-12-13T20:38:01.335Z[ recovery-image] Dec 13 20:38:00.250 INFO O| Dec 13 20:38:00.250 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39502024-12-13T20:38:01.335Z[ recovery-image] Dec 13 20:38:00.250 INFO O| Dec 13 20:38:00.250 INFO skip step because feature "omicron1" is not enabled
39512024-12-13T20:38:01.336Z[ recovery-image] Dec 13 20:38:00.250 INFO O| Dec 13 20:38:00.250 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39522024-12-13T20:38:01.363Z[ recovery-image] Dec 13 20:38:00.280 INFO O| Dec 13 20:38:00.280 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
39532024-12-13T20:38:05.492Z[ host-image] Dec 13 20:38:04.408 INFO O| Dec 13 20:38:04.408 INFO O| Actions: 34568/49471 actions (Installing new actions)
39542024-12-13T20:38:05.597Z[ recovery-image] Dec 13 20:38:04.513 INFO O| Dec 13 20:38:04.512 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39552024-12-13T20:38:09.512Z[ host-image] Dec 13 20:38:08.427 INFO O| Dec 13 20:38:08.427 INFO O| Actions: Completed 49471 actions in 24.09 seconds.
39562024-12-13T20:38:09.998Z[ recovery-image] Dec 13 20:38:08.913 INFO O| Dec 13 20:38:08.913 INFO O| Planning: Solver setup ... Done
39572024-12-13T20:38:10.006Z[ recovery-image] Dec 13 20:38:08.921 INFO O| Dec 13 20:38:08.921 INFO O| Planning: Running solver ... Done
39582024-12-13T20:38:10.117Z[ recovery-image] Dec 13 20:38:09.032 INFO O| Dec 13 20:38:09.032 INFO O| Planning: Finding local manifests ... Done
39592024-12-13T20:38:10.119Z[ recovery-image] Dec 13 20:38:09.033 INFO O| Dec 13 20:38:09.033 INFO O| Planning: Fetching manifests: 0/1 0% complete
39602024-12-13T20:38:10.326Z[ host-image] Dec 13 20:38:09.240 INFO O| Dec 13 20:38:09.240 INFO O| Done
39612024-12-13T20:38:10.326Z[ host-image] Dec 13 20:38:09.240 INFO O| Dec 13 20:38:09.240 INFO O| Done
39622024-12-13T20:38:10.366Z[ recovery-image] Dec 13 20:38:09.281 INFO O| Dec 13 20:38:09.281 INFO O| Planning: Fetching manifests: 1/1 100% complete
39632024-12-13T20:38:10.504Z[ recovery-image] Dec 13 20:38:09.419 INFO O| Dec 13 20:38:09.419 INFO O| Planning: Package planning ... Done
39642024-12-13T20:38:10.507Z[ recovery-image] Dec 13 20:38:09.420 INFO O| Dec 13 20:38:09.420 INFO O| Planning: Merging actions ... Done
39652024-12-13T20:38:10.582Z[ recovery-image] Dec 13 20:38:09.497 INFO O| Dec 13 20:38:09.497 INFO O| Planning: Checking for conflicting actions ... Done
39662024-12-13T20:38:10.585Z[ recovery-image] Dec 13 20:38:09.498 INFO O| Dec 13 20:38:09.498 INFO O| Planning: Consolidating action changes ... Done
39672024-12-13T20:38:10.963Z[ recovery-image] Dec 13 20:38:09.878 INFO O| Dec 13 20:38:09.878 INFO O| Planning: Evaluating mediators ... Done
39682024-12-13T20:38:10.966Z[ recovery-image] Dec 13 20:38:09.879 INFO O| Dec 13 20:38:09.879 INFO O| Planning: Planning completed in 5.37 seconds
39692024-12-13T20:38:10.969Z[ recovery-image] Dec 13 20:38:09.881 INFO O| Dec 13 20:38:09.881 INFO O| Packages to install: 1
39702024-12-13T20:38:10.989Z[ recovery-image] Dec 13 20:38:09.902 INFO O| Dec 13 20:38:09.902 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
39712024-12-13T20:38:11.360Z[ recovery-image] Dec 13 20:38:10.275 INFO O| Dec 13 20:38:10.275 INFO O| Download: Completed 9.99 MB in 0.37 seconds (26.8M/s)
39722024-12-13T20:38:11.471Z[ recovery-image] Dec 13 20:38:10.386 INFO O| Dec 13 20:38:10.386 INFO O| Actions: 1/22 actions (Installing new actions)
39732024-12-13T20:38:11.970Z[ recovery-image] Dec 13 20:38:10.869 INFO O| Dec 13 20:38:10.869 INFO O| Actions: Completed 22 actions in 0.48 seconds.
39742024-12-13T20:38:12.041Z[ host-image] Dec 13 20:38:10.955 INFO O| Dec 13 20:38:10.955 INFO O| Done
39752024-12-13T20:38:12.441Z[ recovery-image] Dec 13 20:38:11.356 INFO O| Dec 13 20:38:11.355 INFO O| Done
39762024-12-13T20:38:12.441Z[ recovery-image] Dec 13 20:38:11.356 INFO O| Dec 13 20:38:11.356 INFO O| Done
39772024-12-13T20:38:13.718Z[ recovery-image] Dec 13 20:38:12.633 INFO O| Dec 13 20:38:12.633 INFO O| Done
39782024-12-13T20:38:15.016Z[ host-image] Dec 13 20:38:13.930 INFO O| Dec 13 20:38:13.930 INFO O| Done
39792024-12-13T20:38:15.074Z[ host-image] Dec 13 20:38:13.988 INFO O| Dec 13 20:38:13.988 INFO O| Done
39802024-12-13T20:38:15.790Z[ recovery-image] Dec 13 20:38:14.702 INFO O| Dec 13 20:38:14.702 INFO O| Done
39812024-12-13T20:38:15.814Z[ recovery-image] Dec 13 20:38:14.728 INFO O| Dec 13 20:38:14.728 INFO O| Done
39822024-12-13T20:38:15.817Z[ recovery-image] Dec 13 20:38:14.728 INFO O| Dec 13 20:38:14.728 INFO O| Done
39832024-12-13T20:38:15.841Z[ recovery-image] Dec 13 20:38:14.755 INFO O| Dec 13 20:38:14.755 INFO O| Done
39842024-12-13T20:38:16.037Z[ recovery-image] Dec 13 20:38:14.951 INFO O| Dec 13 20:38:14.951 INFO STEP 14 (pkg_install) COMPLETE
39852024-12-13T20:38:16.038Z[ recovery-image] Dec 13 20:38:14.951 INFO O| Dec 13 20:38:14.951 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39862024-12-13T20:38:16.040Z[ recovery-image] Dec 13 20:38:14.951 INFO O| Dec 13 20:38:14.951 INFO skip step because feature "mfg" is not enabled
39872024-12-13T20:38:16.040Z[ recovery-image] Dec 13 20:38:14.951 INFO O| Dec 13 20:38:14.951 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39882024-12-13T20:38:16.040Z[ recovery-image] Dec 13 20:38:14.951 INFO O| Dec 13 20:38:14.951 INFO skip step because feature "compliance" is not enabled
39892024-12-13T20:38:16.040Z[ recovery-image] Dec 13 20:38:14.951 INFO O| Dec 13 20:38:14.951 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39902024-12-13T20:38:16.040Z[ recovery-image] Dec 13 20:38:14.951 INFO O| Dec 13 20:38:14.951 INFO skip step because feature "stress" is not enabled
39912024-12-13T20:38:16.040Z[ recovery-image] Dec 13 20:38:14.951 INFO O| Dec 13 20:38:14.951 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39922024-12-13T20:38:16.040Z[ recovery-image] Dec 13 20:38:14.951 INFO O| Dec 13 20:38:14.951 INFO skip step because feature "nfs" is not enabled
39932024-12-13T20:38:16.040Z[ recovery-image] Dec 13 20:38:14.951 INFO O| Dec 13 20:38:14.951 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
39942024-12-13T20:38:16.040Z[ recovery-image] Dec 13 20:38:14.951 INFO O| Dec 13 20:38:14.951 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
39952024-12-13T20:38:16.213Z[ recovery-image] Dec 13 20:38:15.127 INFO O| Dec 13 20:38:15.127 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
39962024-12-13T20:38:16.341Z[ recovery-image] Dec 13 20:38:15.254 INFO O| Dec 13 20:38:15.254 INFO completed processing gimlet/ramdisk-01-os
39972024-12-13T20:38:16.344Z[ recovery-image] Dec 13 20:38:15.258 INFO image builder template: ramdisk-02-trim...
39982024-12-13T20:38:16.344Z[ recovery-image] Dec 13 20:38:15.258 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/.tmpVYZFEz/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.34.311", "-n", "ramdisk-02-trim"], pwd: None
39992024-12-13T20:38:16.394Z[ recovery-image] Dec 13 20:38:15.308 INFO O| Dec 13 20:38:15.307 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40002024-12-13T20:38:16.413Z[ recovery-image] Dec 13 20:38:15.327 INFO O| Dec 13 20:38:15.327 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40012024-12-13T20:38:16.600Z[ recovery-image] Dec 13 20:38:15.514 INFO O| Dec 13 20:38:15.514 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40022024-12-13T20:38:16.691Z[ recovery-image] Dec 13 20:38:15.603 INFO O| Dec 13 20:38:15.603 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40032024-12-13T20:38:16.693Z[ recovery-image] Dec 13 20:38:15.604 INFO O| Dec 13 20:38:15.604 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40042024-12-13T20:38:16.701Z[ recovery-image] Dec 13 20:38:15.615 INFO O| Dec 13 20:38:15.615 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40052024-12-13T20:38:16.710Z[ recovery-image] Dec 13 20:38:15.624 INFO O| Dec 13 20:38:15.624 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40062024-12-13T20:38:16.721Z[ recovery-image] Dec 13 20:38:15.634 INFO O| Dec 13 20:38:15.634 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40072024-12-13T20:38:17.242Z[ recovery-image] Dec 13 20:38:16.156 INFO O| Dec 13 20:38:16.156 INFO rolled back to input snapshot; work may begin
40082024-12-13T20:38:17.242Z[ recovery-image] Dec 13 20:38:16.156 INFO O| Dec 13 20:38:16.156 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40092024-12-13T20:38:17.262Z[ recovery-image] Dec 13 20:38:16.176 INFO O| Dec 13 20:38:16.176 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40102024-12-13T20:38:17.282Z[ recovery-image] Dec 13 20:38:16.196 INFO O| Dec 13 20:38:16.196 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40112024-12-13T20:38:17.457Z[ recovery-image] Dec 13 20:38:16.371 INFO O| Dec 13 20:38:16.371 INFO STEP 0 (remove_files) COMPLETE
40122024-12-13T20:38:17.457Z[ recovery-image] Dec 13 20:38:16.371 INFO O| Dec 13 20:38:16.371 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40132024-12-13T20:38:17.479Z[ recovery-image] Dec 13 20:38:16.392 INFO O| Dec 13 20:38:16.392 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40142024-12-13T20:38:17.482Z[ recovery-image] Dec 13 20:38:16.395 INFO O| Dec 13 20:38:16.395 INFO STEP 1 (remove_files) COMPLETE
40152024-12-13T20:38:17.482Z[ recovery-image] Dec 13 20:38:16.395 INFO O| Dec 13 20:38:16.395 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40162024-12-13T20:38:17.504Z[ recovery-image] Dec 13 20:38:16.416 INFO O| Dec 13 20:38:16.416 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40172024-12-13T20:38:17.550Z[ recovery-image] Dec 13 20:38:16.463 INFO O| Dec 13 20:38:16.463 INFO STEP 2 (remove_files) COMPLETE
40182024-12-13T20:38:17.550Z[ recovery-image] Dec 13 20:38:16.464 INFO O| Dec 13 20:38:16.463 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40192024-12-13T20:38:17.602Z[ recovery-image] Dec 13 20:38:16.515 INFO O| Dec 13 20:38:16.515 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40202024-12-13T20:38:17.605Z[ recovery-image] Dec 13 20:38:16.518 INFO O| Dec 13 20:38:16.518 INFO STEP 3 (remove_files) COMPLETE
40212024-12-13T20:38:17.605Z[ recovery-image] Dec 13 20:38:16.519 INFO O| Dec 13 20:38:16.518 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40222024-12-13T20:38:17.708Z[ recovery-image] Dec 13 20:38:16.621 INFO O| Dec 13 20:38:16.621 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40232024-12-13T20:38:17.715Z[ recovery-image] Dec 13 20:38:16.629 INFO O| Dec 13 20:38:16.629 INFO STEP 4 (remove_files) COMPLETE
40242024-12-13T20:38:17.715Z[ recovery-image] Dec 13 20:38:16.629 INFO O| Dec 13 20:38:16.629 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40252024-12-13T20:38:17.737Z[ recovery-image] Dec 13 20:38:16.651 INFO O| Dec 13 20:38:16.651 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40262024-12-13T20:38:17.738Z[ recovery-image] Dec 13 20:38:16.651 INFO O| Dec 13 20:38:16.651 INFO STEP 5 (remove_files) COMPLETE
40272024-12-13T20:38:17.741Z[ recovery-image] Dec 13 20:38:16.651 INFO O| Dec 13 20:38:16.651 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40282024-12-13T20:38:17.775Z[ recovery-image] Dec 13 20:38:16.689 INFO O| Dec 13 20:38:16.689 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40292024-12-13T20:38:17.796Z[ recovery-image] Dec 13 20:38:16.709 INFO O| Dec 13 20:38:16.709 INFO STEP 6 (remove_files) COMPLETE
40302024-12-13T20:38:17.796Z[ recovery-image] Dec 13 20:38:16.709 INFO O| Dec 13 20:38:16.709 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40312024-12-13T20:38:17.800Z[ recovery-image] Dec 13 20:38:16.709 INFO O| Dec 13 20:38:16.709 INFO skip step because feature "recovery" is enabled
40322024-12-13T20:38:17.800Z[ recovery-image] Dec 13 20:38:16.709 INFO O| Dec 13 20:38:16.709 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40332024-12-13T20:38:17.801Z[ recovery-image] Dec 13 20:38:16.709 INFO O| Dec 13 20:38:16.709 INFO skip step because feature "recovery" is enabled
40342024-12-13T20:38:17.801Z[ recovery-image] Dec 13 20:38:16.710 INFO O| Dec 13 20:38:16.709 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40352024-12-13T20:38:17.801Z[ recovery-image] Dec 13 20:38:16.710 INFO O| Dec 13 20:38:16.709 INFO skip step because feature "recovery" is enabled
40362024-12-13T20:38:17.801Z[ recovery-image] Dec 13 20:38:16.710 INFO O| Dec 13 20:38:16.709 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40372024-12-13T20:38:17.850Z[ recovery-image] Dec 13 20:38:16.763 INFO O| Dec 13 20:38:16.763 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40382024-12-13T20:38:17.857Z[ recovery-image] Dec 13 20:38:16.770 INFO O| Dec 13 20:38:16.770 INFO STEP 10 (remove_files) COMPLETE
40392024-12-13T20:38:17.857Z[ recovery-image] Dec 13 20:38:16.770 INFO O| Dec 13 20:38:16.770 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40402024-12-13T20:38:17.879Z[ recovery-image] Dec 13 20:38:16.793 INFO O| Dec 13 20:38:16.793 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40412024-12-13T20:38:17.882Z[ recovery-image] Dec 13 20:38:16.795 INFO O| Dec 13 20:38:16.794 INFO STEP 11 (remove_files) COMPLETE
40422024-12-13T20:38:17.882Z[ recovery-image] Dec 13 20:38:16.795 INFO O| Dec 13 20:38:16.795 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40432024-12-13T20:38:17.923Z[ recovery-image] Dec 13 20:38:16.836 INFO O| Dec 13 20:38:16.836 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40442024-12-13T20:38:17.933Z[ recovery-image] Dec 13 20:38:16.839 INFO O| Dec 13 20:38:16.839 INFO STEP 12 (remove_files) COMPLETE
40452024-12-13T20:38:17.933Z[ recovery-image] Dec 13 20:38:16.839 INFO O| Dec 13 20:38:16.839 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40462024-12-13T20:38:17.969Z[ recovery-image] Dec 13 20:38:16.883 INFO O| Dec 13 20:38:16.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
40472024-12-13T20:38:17.990Z[ recovery-image] Dec 13 20:38:16.904 INFO O| Dec 13 20:38:16.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
40482024-12-13T20:38:17.994Z[ recovery-image] Dec 13 20:38:16.908 INFO O| Dec 13 20:38:16.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
40492024-12-13T20:38:18.090Z[ recovery-image] Dec 13 20:38:17.004 INFO O| Dec 13 20:38:17.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
40502024-12-13T20:38:18.094Z[ recovery-image] Dec 13 20:38:17.008 INFO O| Dec 13 20:38:17.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
40512024-12-13T20:38:18.496Z[ recovery-image] Dec 13 20:38:17.410 INFO O| Dec 13 20:38:17.410 INFO STEP 13 (remove_files) COMPLETE
40522024-12-13T20:38:18.497Z[ recovery-image] Dec 13 20:38:17.410 INFO O| Dec 13 20:38:17.410 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40532024-12-13T20:38:18.517Z[ recovery-image] Dec 13 20:38:17.431 INFO O| Dec 13 20:38:17.431 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
40542024-12-13T20:38:18.520Z[ recovery-image] Dec 13 20:38:17.433 INFO O| Dec 13 20:38:17.433 INFO STEP 14 (remove_files) COMPLETE
40552024-12-13T20:38:18.520Z[ recovery-image] Dec 13 20:38:17.433 INFO O| Dec 13 20:38:17.433 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40562024-12-13T20:38:18.546Z[ recovery-image] Dec 13 20:38:17.460 INFO O| Dec 13 20:38:17.459 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
40572024-12-13T20:38:18.558Z[ recovery-image] Dec 13 20:38:17.471 INFO O| Dec 13 20:38:17.471 INFO STEP 15 (remove_files) COMPLETE
40582024-12-13T20:38:18.558Z[ recovery-image] Dec 13 20:38:17.471 INFO O| Dec 13 20:38:17.471 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40592024-12-13T20:38:18.651Z[ recovery-image] Dec 13 20:38:17.564 INFO O| Dec 13 20:38:17.564 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
40602024-12-13T20:38:18.653Z[ recovery-image] Dec 13 20:38:17.565 INFO O| Dec 13 20:38:17.565 INFO STEP 16 (remove_files) COMPLETE
40612024-12-13T20:38:18.653Z[ recovery-image] Dec 13 20:38:17.565 INFO O| Dec 13 20:38:17.565 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40622024-12-13T20:38:18.707Z[ recovery-image] Dec 13 20:38:17.620 INFO O| Dec 13 20:38:17.620 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
40632024-12-13T20:38:18.710Z[ recovery-image] Dec 13 20:38:17.623 INFO O| Dec 13 20:38:17.623 INFO STEP 17 (remove_files) COMPLETE
40642024-12-13T20:38:18.710Z[ recovery-image] Dec 13 20:38:17.623 INFO O| Dec 13 20:38:17.623 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40652024-12-13T20:38:18.738Z[ recovery-image] Dec 13 20:38:17.651 INFO O| Dec 13 20:38:17.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
40662024-12-13T20:38:18.738Z[ recovery-image] Dec 13 20:38:17.651 INFO O| Dec 13 20:38:17.651 INFO STEP 18 (remove_files) COMPLETE
40672024-12-13T20:38:18.740Z[ recovery-image] Dec 13 20:38:17.651 INFO O| Dec 13 20:38:17.651 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40682024-12-13T20:38:18.760Z[ recovery-image] Dec 13 20:38:17.673 INFO O| Dec 13 20:38:17.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
40692024-12-13T20:38:18.760Z[ recovery-image] Dec 13 20:38:17.673 INFO O| Dec 13 20:38:17.673 INFO STEP 19 (remove_files) COMPLETE
40702024-12-13T20:38:18.760Z[ recovery-image] Dec 13 20:38:17.673 INFO O| Dec 13 20:38:17.673 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40712024-12-13T20:38:18.781Z[ recovery-image] Dec 13 20:38:17.694 INFO O| Dec 13 20:38:17.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
40722024-12-13T20:38:18.781Z[ recovery-image] Dec 13 20:38:17.695 INFO O| Dec 13 20:38:17.695 INFO STEP 20 (remove_files) COMPLETE
40732024-12-13T20:38:18.784Z[ recovery-image] Dec 13 20:38:17.695 INFO O| Dec 13 20:38:17.695 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40742024-12-13T20:38:18.802Z[ recovery-image] Dec 13 20:38:17.716 INFO O| Dec 13 20:38:17.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
40752024-12-13T20:38:18.802Z[ recovery-image] Dec 13 20:38:17.716 INFO O| Dec 13 20:38:17.716 INFO STEP 21 (remove_files) COMPLETE
40762024-12-13T20:38:18.802Z[ recovery-image] Dec 13 20:38:17.716 INFO O| Dec 13 20:38:17.716 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40772024-12-13T20:38:18.824Z[ recovery-image] Dec 13 20:38:17.737 INFO O| Dec 13 20:38:17.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
40782024-12-13T20:38:18.824Z[ recovery-image] Dec 13 20:38:17.737 INFO O| Dec 13 20:38:17.737 INFO STEP 22 (remove_files) COMPLETE
40792024-12-13T20:38:18.826Z[ recovery-image] Dec 13 20:38:17.737 INFO O| Dec 13 20:38:17.737 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40802024-12-13T20:38:18.846Z[ recovery-image] Dec 13 20:38:17.759 INFO O| Dec 13 20:38:17.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
40812024-12-13T20:38:18.846Z[ recovery-image] Dec 13 20:38:17.759 INFO O| Dec 13 20:38:17.759 INFO STEP 23 (remove_files) COMPLETE
40822024-12-13T20:38:18.849Z[ recovery-image] Dec 13 20:38:17.759 INFO O| Dec 13 20:38:17.759 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40832024-12-13T20:38:18.868Z[ recovery-image] Dec 13 20:38:17.782 INFO O| Dec 13 20:38:17.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
40842024-12-13T20:38:18.868Z[ recovery-image] Dec 13 20:38:17.782 INFO O| Dec 13 20:38:17.782 INFO STEP 24 (remove_files) COMPLETE
40852024-12-13T20:38:18.869Z[ recovery-image] Dec 13 20:38:17.782 INFO O| Dec 13 20:38:17.782 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40862024-12-13T20:38:18.901Z[ recovery-image] Dec 13 20:38:17.806 INFO O| Dec 13 20:38:17.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
40872024-12-13T20:38:18.901Z[ recovery-image] Dec 13 20:38:17.807 INFO O| Dec 13 20:38:17.807 INFO STEP 25 (remove_files) COMPLETE
40882024-12-13T20:38:18.901Z[ recovery-image] Dec 13 20:38:17.807 INFO O| Dec 13 20:38:17.807 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40892024-12-13T20:38:18.918Z[ recovery-image] Dec 13 20:38:17.831 INFO O| Dec 13 20:38:17.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
40902024-12-13T20:38:18.920Z[ recovery-image] Dec 13 20:38:17.831 INFO O| Dec 13 20:38:17.831 INFO STEP 26 (remove_files) COMPLETE
40912024-12-13T20:38:18.920Z[ recovery-image] Dec 13 20:38:17.832 INFO O| Dec 13 20:38:17.831 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40922024-12-13T20:38:18.940Z[ recovery-image] Dec 13 20:38:17.853 INFO O| Dec 13 20:38:17.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
40932024-12-13T20:38:18.943Z[ recovery-image] Dec 13 20:38:17.853 INFO O| Dec 13 20:38:17.853 INFO STEP 27 (remove_files) COMPLETE
40942024-12-13T20:38:18.943Z[ recovery-image] Dec 13 20:38:17.854 INFO O| Dec 13 20:38:17.853 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40952024-12-13T20:38:18.973Z[ recovery-image] Dec 13 20:38:17.886 INFO O| Dec 13 20:38:17.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
40962024-12-13T20:38:18.976Z[ recovery-image] Dec 13 20:38:17.886 INFO O| Dec 13 20:38:17.886 INFO STEP 28 (remove_files) COMPLETE
40972024-12-13T20:38:18.976Z[ recovery-image] Dec 13 20:38:17.887 INFO O| Dec 13 20:38:17.887 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40982024-12-13T20:38:18.996Z[ recovery-image] Dec 13 20:38:17.910 INFO O| Dec 13 20:38:17.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
40992024-12-13T20:38:18.999Z[ recovery-image] Dec 13 20:38:17.910 INFO O| Dec 13 20:38:17.910 INFO STEP 29 (remove_files) COMPLETE
41002024-12-13T20:38:18.999Z[ recovery-image] Dec 13 20:38:17.910 INFO O| Dec 13 20:38:17.910 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41012024-12-13T20:38:19.019Z[ recovery-image] Dec 13 20:38:17.933 INFO O| Dec 13 20:38:17.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41022024-12-13T20:38:19.019Z[ recovery-image] Dec 13 20:38:17.933 INFO O| Dec 13 20:38:17.933 INFO STEP 30 (remove_files) COMPLETE
41032024-12-13T20:38:19.019Z[ recovery-image] Dec 13 20:38:17.933 INFO O| Dec 13 20:38:17.933 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41042024-12-13T20:38:19.049Z[ recovery-image] Dec 13 20:38:17.962 INFO O| Dec 13 20:38:17.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41052024-12-13T20:38:19.049Z[ recovery-image] Dec 13 20:38:17.962 INFO O| Dec 13 20:38:17.962 INFO STEP 31 (remove_files) COMPLETE
41062024-12-13T20:38:19.052Z[ recovery-image] Dec 13 20:38:17.962 INFO O| Dec 13 20:38:17.962 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41072024-12-13T20:38:19.070Z[ recovery-image] Dec 13 20:38:17.983 INFO O| Dec 13 20:38:17.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41082024-12-13T20:38:19.070Z[ recovery-image] Dec 13 20:38:17.983 INFO O| Dec 13 20:38:17.983 INFO STEP 32 (remove_files) COMPLETE
41092024-12-13T20:38:19.070Z[ recovery-image] Dec 13 20:38:17.983 INFO O| Dec 13 20:38:17.983 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41102024-12-13T20:38:19.098Z[ recovery-image] Dec 13 20:38:18.010 INFO O| Dec 13 20:38:18.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41112024-12-13T20:38:19.098Z[ recovery-image] Dec 13 20:38:18.010 INFO O| Dec 13 20:38:18.010 INFO STEP 33 (remove_files) COMPLETE
41122024-12-13T20:38:19.100Z[ recovery-image] Dec 13 20:38:18.010 INFO O| Dec 13 20:38:18.010 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41132024-12-13T20:38:19.121Z[ recovery-image] Dec 13 20:38:18.034 INFO O| Dec 13 20:38:18.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41142024-12-13T20:38:19.121Z[ recovery-image] Dec 13 20:38:18.034 INFO O| Dec 13 20:38:18.034 INFO STEP 34 (remove_files) COMPLETE
41152024-12-13T20:38:19.121Z[ recovery-image] Dec 13 20:38:18.034 INFO O| Dec 13 20:38:18.034 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41162024-12-13T20:38:19.142Z[ recovery-image] Dec 13 20:38:18.056 INFO O| Dec 13 20:38:18.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41172024-12-13T20:38:19.142Z[ recovery-image] Dec 13 20:38:18.056 INFO O| Dec 13 20:38:18.056 INFO STEP 35 (remove_files) COMPLETE
41182024-12-13T20:38:19.142Z[ recovery-image] Dec 13 20:38:18.056 INFO O| Dec 13 20:38:18.056 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41192024-12-13T20:38:19.171Z[ recovery-image] Dec 13 20:38:18.085 INFO O| Dec 13 20:38:18.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41202024-12-13T20:38:19.171Z[ recovery-image] Dec 13 20:38:18.085 INFO O| Dec 13 20:38:18.085 INFO STEP 36 (remove_files) COMPLETE
41212024-12-13T20:38:19.171Z[ recovery-image] Dec 13 20:38:18.085 INFO O| Dec 13 20:38:18.085 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41222024-12-13T20:38:19.194Z[ recovery-image] Dec 13 20:38:18.107 INFO O| Dec 13 20:38:18.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41232024-12-13T20:38:19.194Z[ recovery-image] Dec 13 20:38:18.107 INFO O| Dec 13 20:38:18.107 INFO STEP 37 (remove_files) COMPLETE
41242024-12-13T20:38:19.194Z[ recovery-image] Dec 13 20:38:18.107 INFO O| Dec 13 20:38:18.107 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41252024-12-13T20:38:19.215Z[ recovery-image] Dec 13 20:38:18.129 INFO O| Dec 13 20:38:18.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41262024-12-13T20:38:19.215Z[ recovery-image] Dec 13 20:38:18.129 INFO O| Dec 13 20:38:18.129 INFO STEP 38 (remove_files) COMPLETE
41272024-12-13T20:38:19.215Z[ recovery-image] Dec 13 20:38:18.129 INFO O| Dec 13 20:38:18.129 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41282024-12-13T20:38:19.236Z[ recovery-image] Dec 13 20:38:18.149 INFO O| Dec 13 20:38:18.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41292024-12-13T20:38:19.236Z[ recovery-image] Dec 13 20:38:18.149 INFO O| Dec 13 20:38:18.149 INFO STEP 39 (remove_files) COMPLETE
41302024-12-13T20:38:19.236Z[ recovery-image] Dec 13 20:38:18.150 INFO O| Dec 13 20:38:18.149 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41312024-12-13T20:38:19.258Z[ recovery-image] Dec 13 20:38:18.171 INFO O| Dec 13 20:38:18.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41322024-12-13T20:38:19.258Z[ recovery-image] Dec 13 20:38:18.171 INFO O| Dec 13 20:38:18.171 INFO STEP 40 (remove_files) COMPLETE
41332024-12-13T20:38:19.258Z[ recovery-image] Dec 13 20:38:18.171 INFO O| Dec 13 20:38:18.171 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41342024-12-13T20:38:19.283Z[ recovery-image] Dec 13 20:38:18.196 INFO O| Dec 13 20:38:18.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41352024-12-13T20:38:19.283Z[ recovery-image] Dec 13 20:38:18.196 INFO O| Dec 13 20:38:18.196 INFO STEP 41 (remove_files) COMPLETE
41362024-12-13T20:38:19.285Z[ recovery-image] Dec 13 20:38:18.196 INFO O| Dec 13 20:38:18.196 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41372024-12-13T20:38:19.352Z[ recovery-image] Dec 13 20:38:18.265 INFO O| Dec 13 20:38:18.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41382024-12-13T20:38:19.352Z[ recovery-image] Dec 13 20:38:18.266 INFO O| Dec 13 20:38:18.265 INFO STEP 42 (remove_files) COMPLETE
41392024-12-13T20:38:19.354Z[ recovery-image] Dec 13 20:38:18.266 INFO O| Dec 13 20:38:18.265 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41402024-12-13T20:38:19.375Z[ recovery-image] Dec 13 20:38:18.288 INFO O| Dec 13 20:38:18.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
41412024-12-13T20:38:19.375Z[ recovery-image] Dec 13 20:38:18.288 INFO O| Dec 13 20:38:18.288 INFO STEP 43 (remove_files) COMPLETE
41422024-12-13T20:38:19.375Z[ recovery-image] Dec 13 20:38:18.288 INFO O| Dec 13 20:38:18.288 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41432024-12-13T20:38:19.396Z[ recovery-image] Dec 13 20:38:18.310 INFO O| Dec 13 20:38:18.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
41442024-12-13T20:38:19.396Z[ recovery-image] Dec 13 20:38:18.310 INFO O| Dec 13 20:38:18.310 INFO STEP 44 (remove_files) COMPLETE
41452024-12-13T20:38:19.399Z[ recovery-image] Dec 13 20:38:18.310 INFO O| Dec 13 20:38:18.310 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41462024-12-13T20:38:19.418Z[ recovery-image] Dec 13 20:38:18.332 INFO O| Dec 13 20:38:18.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
41472024-12-13T20:38:19.420Z[ recovery-image] Dec 13 20:38:18.332 INFO O| Dec 13 20:38:18.332 INFO STEP 45 (remove_files) COMPLETE
41482024-12-13T20:38:19.420Z[ recovery-image] Dec 13 20:38:18.332 INFO O| Dec 13 20:38:18.332 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41492024-12-13T20:38:19.440Z[ recovery-image] Dec 13 20:38:18.353 INFO O| Dec 13 20:38:18.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
41502024-12-13T20:38:19.442Z[ recovery-image] Dec 13 20:38:18.353 INFO O| Dec 13 20:38:18.353 INFO STEP 46 (remove_files) COMPLETE
41512024-12-13T20:38:19.442Z[ recovery-image] Dec 13 20:38:18.354 INFO O| Dec 13 20:38:18.353 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41522024-12-13T20:38:19.521Z[ recovery-image] Dec 13 20:38:18.434 INFO O| Dec 13 20:38:18.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
41532024-12-13T20:38:19.521Z[ recovery-image] Dec 13 20:38:18.434 INFO O| Dec 13 20:38:18.434 INFO STEP 47 (remove_files) COMPLETE
41542024-12-13T20:38:19.521Z[ recovery-image] Dec 13 20:38:18.434 INFO O| Dec 13 20:38:18.434 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41552024-12-13T20:38:19.555Z[ recovery-image] Dec 13 20:38:18.469 INFO O| Dec 13 20:38:18.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
41562024-12-13T20:38:19.555Z[ recovery-image] Dec 13 20:38:18.469 INFO O| Dec 13 20:38:18.469 INFO STEP 48 (remove_files) COMPLETE
41572024-12-13T20:38:19.558Z[ recovery-image] Dec 13 20:38:18.469 INFO O| Dec 13 20:38:18.469 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41582024-12-13T20:38:19.618Z[ recovery-image] Dec 13 20:38:18.531 INFO O| Dec 13 20:38:18.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
41592024-12-13T20:38:19.618Z[ recovery-image] Dec 13 20:38:18.531 INFO O| Dec 13 20:38:18.531 INFO STEP 49 (remove_files) COMPLETE
41602024-12-13T20:38:19.620Z[ recovery-image] Dec 13 20:38:18.531 INFO O| Dec 13 20:38:18.531 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41612024-12-13T20:38:19.638Z[ recovery-image] Dec 13 20:38:18.552 INFO O| Dec 13 20:38:18.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
41622024-12-13T20:38:19.639Z[ recovery-image] Dec 13 20:38:18.552 INFO O| Dec 13 20:38:18.552 INFO STEP 50 (remove_files) COMPLETE
41632024-12-13T20:38:19.641Z[ recovery-image] Dec 13 20:38:18.552 INFO O| Dec 13 20:38:18.552 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41642024-12-13T20:38:19.660Z[ recovery-image] Dec 13 20:38:18.573 INFO O| Dec 13 20:38:18.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
41652024-12-13T20:38:19.663Z[ recovery-image] Dec 13 20:38:18.574 INFO O| Dec 13 20:38:18.574 INFO STEP 51 (remove_files) COMPLETE
41662024-12-13T20:38:19.663Z[ recovery-image] Dec 13 20:38:18.574 INFO O| Dec 13 20:38:18.574 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41672024-12-13T20:38:19.682Z[ recovery-image] Dec 13 20:38:18.595 INFO O| Dec 13 20:38:18.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
41682024-12-13T20:38:19.684Z[ recovery-image] Dec 13 20:38:18.596 INFO O| Dec 13 20:38:18.595 INFO STEP 52 (remove_files) COMPLETE
41692024-12-13T20:38:19.684Z[ recovery-image] Dec 13 20:38:18.596 INFO O| Dec 13 20:38:18.596 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41702024-12-13T20:38:19.718Z[ recovery-image] Dec 13 20:38:18.631 INFO O| Dec 13 20:38:18.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
41712024-12-13T20:38:19.718Z[ recovery-image] Dec 13 20:38:18.631 INFO O| Dec 13 20:38:18.631 INFO STEP 53 (remove_files) COMPLETE
41722024-12-13T20:38:19.720Z[ recovery-image] Dec 13 20:38:18.632 INFO O| Dec 13 20:38:18.631 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41732024-12-13T20:38:19.741Z[ recovery-image] Dec 13 20:38:18.655 INFO O| Dec 13 20:38:18.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
41742024-12-13T20:38:19.741Z[ recovery-image] Dec 13 20:38:18.655 INFO O| Dec 13 20:38:18.655 INFO STEP 54 (remove_files) COMPLETE
41752024-12-13T20:38:19.744Z[ recovery-image] Dec 13 20:38:18.655 INFO O| Dec 13 20:38:18.655 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41762024-12-13T20:38:19.765Z[ recovery-image] Dec 13 20:38:18.678 INFO O| Dec 13 20:38:18.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
41772024-12-13T20:38:19.765Z[ recovery-image] Dec 13 20:38:18.678 INFO O| Dec 13 20:38:18.678 INFO STEP 55 (remove_files) COMPLETE
41782024-12-13T20:38:19.767Z[ recovery-image] Dec 13 20:38:18.678 INFO O| Dec 13 20:38:18.678 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41792024-12-13T20:38:19.806Z[ recovery-image] Dec 13 20:38:18.720 INFO O| Dec 13 20:38:18.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
41802024-12-13T20:38:19.806Z[ recovery-image] Dec 13 20:38:18.720 INFO O| Dec 13 20:38:18.720 INFO STEP 56 (remove_files) COMPLETE
41812024-12-13T20:38:19.809Z[ recovery-image] Dec 13 20:38:18.720 INFO O| Dec 13 20:38:18.720 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41822024-12-13T20:38:19.830Z[ recovery-image] Dec 13 20:38:18.743 INFO O| Dec 13 20:38:18.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
41832024-12-13T20:38:19.830Z[ recovery-image] Dec 13 20:38:18.743 INFO O| Dec 13 20:38:18.743 INFO STEP 57 (remove_files) COMPLETE
41842024-12-13T20:38:19.832Z[ recovery-image] Dec 13 20:38:18.743 INFO O| Dec 13 20:38:18.743 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41852024-12-13T20:38:19.857Z[ recovery-image] Dec 13 20:38:18.770 INFO O| Dec 13 20:38:18.770 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
41862024-12-13T20:38:19.857Z[ recovery-image] Dec 13 20:38:18.770 INFO O| Dec 13 20:38:18.770 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
41872024-12-13T20:38:19.857Z[ recovery-image] Dec 13 20:38:18.771 INFO O| Dec 13 20:38:18.770 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41882024-12-13T20:38:19.860Z[ recovery-image] Dec 13 20:38:18.771 INFO O| Dec 13 20:38:18.771 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41892024-12-13T20:38:19.860Z[ recovery-image] Dec 13 20:38:18.771 INFO O| Dec 13 20:38:18.771 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41902024-12-13T20:38:19.860Z[ recovery-image] Dec 13 20:38:18.771 INFO O| Dec 13 20:38:18.771 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41912024-12-13T20:38:19.860Z[ recovery-image] Dec 13 20:38:18.771 INFO O| Dec 13 20:38:18.771 INFO ok!
41922024-12-13T20:38:19.860Z[ recovery-image] Dec 13 20:38:18.771 INFO O| Dec 13 20:38:18.771 INFO STEP 58 (ensure_file) COMPLETE
41932024-12-13T20:38:19.860Z[ recovery-image] Dec 13 20:38:18.771 INFO O| Dec 13 20:38:18.771 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41942024-12-13T20:38:19.895Z[ recovery-image] Dec 13 20:38:18.808 INFO O| Dec 13 20:38:18.808 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
41952024-12-13T20:38:19.895Z[ recovery-image] Dec 13 20:38:18.808 INFO O| Dec 13 20:38:18.808 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
41962024-12-13T20:38:19.897Z[ recovery-image] Dec 13 20:38:18.808 INFO O| Dec 13 20:38:18.808 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
41972024-12-13T20:38:19.897Z[ recovery-image] Dec 13 20:38:18.808 INFO O| Dec 13 20:38:18.808 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
41982024-12-13T20:38:19.897Z[ recovery-image] Dec 13 20:38:18.808 INFO O| Dec 13 20:38:18.808 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
41992024-12-13T20:38:19.897Z[ recovery-image] Dec 13 20:38:18.809 INFO O| Dec 13 20:38:18.809 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42002024-12-13T20:38:19.897Z[ recovery-image] Dec 13 20:38:18.809 INFO O| Dec 13 20:38:18.809 INFO ok!
42012024-12-13T20:38:19.897Z[ recovery-image] Dec 13 20:38:18.809 INFO O| Dec 13 20:38:18.809 INFO STEP 59 (ensure_file) COMPLETE
42022024-12-13T20:38:19.897Z[ recovery-image] Dec 13 20:38:18.809 INFO O| Dec 13 20:38:18.809 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42032024-12-13T20:38:19.927Z[ recovery-image] Dec 13 20:38:18.840 INFO O| Dec 13 20:38:18.840 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42042024-12-13T20:38:19.927Z[ recovery-image] Dec 13 20:38:18.840 INFO O| Dec 13 20:38:18.840 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42052024-12-13T20:38:19.927Z[ recovery-image] Dec 13 20:38:18.840 INFO O| Dec 13 20:38:18.840 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42062024-12-13T20:38:19.929Z[ recovery-image] Dec 13 20:38:18.840 INFO O| Dec 13 20:38:18.840 INFO ok!
42072024-12-13T20:38:19.929Z[ recovery-image] Dec 13 20:38:18.841 INFO O| Dec 13 20:38:18.840 INFO STEP 60 (ensure_file) COMPLETE
42082024-12-13T20:38:19.930Z[ recovery-image] Dec 13 20:38:18.841 INFO O| Dec 13 20:38:18.841 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42092024-12-13T20:38:19.950Z[ recovery-image] Dec 13 20:38:18.863 INFO O| Dec 13 20:38:18.863 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42102024-12-13T20:38:19.950Z[ recovery-image] Dec 13 20:38:18.863 INFO O| Dec 13 20:38:18.863 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42112024-12-13T20:38:19.952Z[ recovery-image] Dec 13 20:38:18.863 INFO O| Dec 13 20:38:18.863 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42122024-12-13T20:38:19.952Z[ recovery-image] Dec 13 20:38:18.863 INFO O| Dec 13 20:38:18.863 INFO ok!
42132024-12-13T20:38:19.952Z[ recovery-image] Dec 13 20:38:18.863 INFO O| Dec 13 20:38:18.863 INFO STEP 61 (ensure_file) COMPLETE
42142024-12-13T20:38:19.952Z[ recovery-image] Dec 13 20:38:18.863 INFO O| Dec 13 20:38:18.863 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42152024-12-13T20:38:19.981Z[ recovery-image] Dec 13 20:38:18.893 INFO O| Dec 13 20:38:18.893 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42162024-12-13T20:38:19.981Z[ recovery-image] Dec 13 20:38:18.894 INFO O| Dec 13 20:38:18.894 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42172024-12-13T20:38:19.981Z[ recovery-image] Dec 13 20:38:18.894 INFO O| Dec 13 20:38:18.894 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42182024-12-13T20:38:19.983Z[ recovery-image] Dec 13 20:38:18.894 INFO O| Dec 13 20:38:18.894 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42192024-12-13T20:38:19.983Z[ recovery-image] Dec 13 20:38:18.894 INFO O| Dec 13 20:38:18.894 INFO ok!
42202024-12-13T20:38:19.983Z[ recovery-image] Dec 13 20:38:18.894 INFO O| Dec 13 20:38:18.894 INFO STEP 62 (ensure_file) COMPLETE
42212024-12-13T20:38:19.983Z[ recovery-image] Dec 13 20:38:18.894 INFO O| Dec 13 20:38:18.894 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42222024-12-13T20:38:20.039Z[ recovery-image] Dec 13 20:38:18.952 INFO O| Dec 13 20:38:18.952 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42232024-12-13T20:38:20.039Z[ recovery-image] Dec 13 20:38:18.952 INFO O| Dec 13 20:38:18.952 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42242024-12-13T20:38:20.041Z[ recovery-image] Dec 13 20:38:18.952 INFO O| Dec 13 20:38:18.952 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42252024-12-13T20:38:20.041Z[ recovery-image] Dec 13 20:38:18.952 INFO O| Dec 13 20:38:18.952 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42262024-12-13T20:38:20.041Z[ recovery-image] Dec 13 20:38:18.952 INFO O| Dec 13 20:38:18.952 INFO ok!
42272024-12-13T20:38:20.041Z[ recovery-image] Dec 13 20:38:18.952 INFO O| Dec 13 20:38:18.952 INFO STEP 63 (ensure_file) COMPLETE
42282024-12-13T20:38:20.041Z[ recovery-image] Dec 13 20:38:18.952 INFO O| Dec 13 20:38:18.952 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42292024-12-13T20:38:20.103Z[ recovery-image] Dec 13 20:38:19.016 INFO O| Dec 13 20:38:19.016 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42302024-12-13T20:38:20.103Z[ recovery-image] Dec 13 20:38:19.016 INFO O| Dec 13 20:38:19.016 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42312024-12-13T20:38:20.106Z[ recovery-image] Dec 13 20:38:19.017 INFO O| Dec 13 20:38:19.016 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42322024-12-13T20:38:20.106Z[ recovery-image] Dec 13 20:38:19.017 INFO O| Dec 13 20:38:19.017 INFO ok!
42332024-12-13T20:38:20.106Z[ recovery-image] Dec 13 20:38:19.017 INFO O| Dec 13 20:38:19.017 INFO STEP 64 (assemble_files) COMPLETE
42342024-12-13T20:38:20.106Z[ recovery-image] Dec 13 20:38:19.017 INFO O| Dec 13 20:38:19.017 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42352024-12-13T20:38:20.143Z[ recovery-image] Dec 13 20:38:19.056 INFO O| Dec 13 20:38:19.056 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42362024-12-13T20:38:20.143Z[ recovery-image] Dec 13 20:38:19.056 INFO O| Dec 13 20:38:19.056 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
42372024-12-13T20:38:20.143Z[ recovery-image] Dec 13 20:38:19.056 INFO O| Dec 13 20:38:19.056 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42382024-12-13T20:38:20.145Z[ recovery-image] Dec 13 20:38:19.056 INFO O| Dec 13 20:38:19.056 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42392024-12-13T20:38:20.145Z[ recovery-image] Dec 13 20:38:19.056 INFO O| Dec 13 20:38:19.056 INFO ok!
42402024-12-13T20:38:20.145Z[ recovery-image] Dec 13 20:38:19.056 INFO O| Dec 13 20:38:19.056 INFO STEP 65 (ensure_file) COMPLETE
42412024-12-13T20:38:20.145Z[ recovery-image] Dec 13 20:38:19.056 INFO O| Dec 13 20:38:19.056 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42422024-12-13T20:38:20.146Z[ recovery-image] Dec 13 20:38:19.056 INFO O| Dec 13 20:38:19.056 INFO skip step because feature "omicron1" is not enabled
42432024-12-13T20:38:20.146Z[ recovery-image] Dec 13 20:38:19.057 INFO O| Dec 13 20:38:19.056 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42442024-12-13T20:38:20.146Z[ recovery-image] Dec 13 20:38:19.057 INFO O| Dec 13 20:38:19.056 INFO skip step because feature "omicron1" is not enabled
42452024-12-13T20:38:20.146Z[ recovery-image] Dec 13 20:38:19.057 INFO O| Dec 13 20:38:19.056 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42462024-12-13T20:38:20.146Z[ recovery-image] Dec 13 20:38:19.057 INFO O| Dec 13 20:38:19.057 INFO skip step because feature "omicron1" is not enabled
42472024-12-13T20:38:20.146Z[ recovery-image] Dec 13 20:38:19.057 INFO O| Dec 13 20:38:19.057 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42482024-12-13T20:38:20.199Z[ recovery-image] Dec 13 20:38:19.113 INFO O| Dec 13 20:38:19.113 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
42492024-12-13T20:38:20.200Z[ recovery-image] Dec 13 20:38:19.113 INFO O| Dec 13 20:38:19.113 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
42502024-12-13T20:38:22.969Z[ host-image] Dec 13 20:38:21.882 INFO O| Dec 13 20:38:21.881 INFO O| Done
42512024-12-13T20:38:23.235Z[ recovery-image] Dec 13 20:38:22.148 INFO O| Dec 13 20:38:22.148 INFO STEP 69 (pack_tar) COMPLETE
42522024-12-13T20:38:23.235Z[ recovery-image] Dec 13 20:38:22.148 INFO O| Dec 13 20:38:22.148 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42532024-12-13T20:38:23.238Z[ recovery-image] Dec 13 20:38:22.148 INFO O| Dec 13 20:38:22.148 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42542024-12-13T20:38:23.587Z[ recovery-image] Dec 13 20:38:22.500 INFO O| Dec 13 20:38:22.500 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42552024-12-13T20:38:23.792Z[ recovery-image] Dec 13 20:38:22.704 INFO O| Dec 13 20:38:22.704 INFO completed processing gimlet/ramdisk-02-trim
42562024-12-13T20:38:23.796Z[ recovery-image] Dec 13 20:38:22.708 INFO image builder template: ramdisk-03-recovery-trim...
42572024-12-13T20:38:23.796Z[ recovery-image] Dec 13 20:38:22.708 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/.tmpVYZFEz/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.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None
42582024-12-13T20:38:24.055Z[ recovery-image] Dec 13 20:38:22.967 INFO O| Dec 13 20:38:22.967 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42592024-12-13T20:38:24.065Z[ recovery-image] Dec 13 20:38:22.978 INFO O| Dec 13 20:38:22.978 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42602024-12-13T20:38:24.113Z[ host-image] Dec 13 20:38:23.025 INFO O| Dec 13 20:38:23.025 INFO O| Done
42612024-12-13T20:38:24.247Z[ recovery-image] Dec 13 20:38:23.160 INFO O| Dec 13 20:38:23.160 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
42622024-12-13T20:38:24.354Z[ recovery-image] Dec 13 20:38:23.266 INFO O| Dec 13 20:38:23.266 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42632024-12-13T20:38:24.356Z[ recovery-image] Dec 13 20:38:23.266 INFO O| Dec 13 20:38:23.266 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
42642024-12-13T20:38:24.370Z[ recovery-image] Dec 13 20:38:23.283 INFO O| Dec 13 20:38:23.282 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
42652024-12-13T20:38:24.379Z[ recovery-image] Dec 13 20:38:23.291 INFO O| Dec 13 20:38:23.291 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42662024-12-13T20:38:24.402Z[ recovery-image] Dec 13 20:38:23.314 INFO O| Dec 13 20:38:23.314 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42672024-12-13T20:38:24.709Z[ host-image] Dec 13 20:38:23.621 INFO O| Dec 13 20:38:23.621 INFO STEP 11 (pkg_install) COMPLETE
42682024-12-13T20:38:24.709Z[ host-image] Dec 13 20:38:23.621 INFO O| Dec 13 20:38:23.621 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42692024-12-13T20:38:24.734Z[ host-image] Dec 13 20:38:23.645 INFO O| Dec 13 20:38:23.645 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"]
42702024-12-13T20:38:24.932Z[ recovery-image] Dec 13 20:38:23.844 INFO O| Dec 13 20:38:23.844 INFO rolled back to input snapshot; work may begin
42712024-12-13T20:38:24.932Z[ recovery-image] Dec 13 20:38:23.844 INFO O| Dec 13 20:38:23.844 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
42722024-12-13T20:38:24.961Z[ recovery-image] Dec 13 20:38:23.873 INFO O| Dec 13 20:38:23.873 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-12-13T20:38:24.983Z[ recovery-image] Dec 13 20:38:23.896 INFO O| Dec 13 20:38:23.895 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
42742024-12-13T20:38:25.052Z[ recovery-image] Dec 13 20:38:23.965 INFO O| Dec 13 20:38:23.965 INFO STEP 0 (remove_files) COMPLETE
42752024-12-13T20:38:25.052Z[ recovery-image] Dec 13 20:38:23.965 INFO O| Dec 13 20:38:23.965 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-12-13T20:38:25.116Z[ recovery-image] Dec 13 20:38:24.029 INFO O| Dec 13 20:38:24.028 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
42772024-12-13T20:38:25.328Z[ recovery-image] Dec 13 20:38:24.240 INFO O| Dec 13 20:38:24.240 INFO STEP 1 (remove_files) COMPLETE
42782024-12-13T20:38:25.328Z[ recovery-image] Dec 13 20:38:24.241 INFO O| Dec 13 20:38:24.240 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-12-13T20:38:25.362Z[ recovery-image] Dec 13 20:38:24.274 INFO O| Dec 13 20:38:24.274 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
42802024-12-13T20:38:25.433Z[ recovery-image] Dec 13 20:38:24.344 INFO O| Dec 13 20:38:24.344 INFO STEP 2 (remove_files) COMPLETE
42812024-12-13T20:38:25.433Z[ recovery-image] Dec 13 20:38:24.345 INFO O| Dec 13 20:38:24.344 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-12-13T20:38:25.475Z[ recovery-image] Dec 13 20:38:24.387 INFO O| Dec 13 20:38:24.387 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
42832024-12-13T20:38:25.816Z[ recovery-image] Dec 13 20:38:24.728 INFO O| Dec 13 20:38:24.728 INFO STEP 3 (remove_files) COMPLETE
42842024-12-13T20:38:25.816Z[ recovery-image] Dec 13 20:38:24.728 INFO O| Dec 13 20:38:24.728 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-12-13T20:38:25.842Z[ recovery-image] Dec 13 20:38:24.753 INFO O| Dec 13 20:38:24.753 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
42862024-12-13T20:38:26.249Z[ host-image] Dec 13 20:38:25.161 INFO O| Dec 13 20:38:25.161 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42872024-12-13T20:38:26.255Z[ recovery-image] Dec 13 20:38:25.167 INFO O| Dec 13 20:38:25.167 INFO STEP 4 (remove_files) COMPLETE
42882024-12-13T20:38:26.255Z[ recovery-image] Dec 13 20:38:25.167 INFO O| Dec 13 20:38:25.167 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-12-13T20:38:26.280Z[ recovery-image] Dec 13 20:38:25.192 INFO O| Dec 13 20:38:25.192 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
42902024-12-13T20:38:26.285Z[ recovery-image] Dec 13 20:38:25.197 INFO O| Dec 13 20:38:25.197 INFO STEP 5 (remove_files) COMPLETE
42912024-12-13T20:38:26.285Z[ recovery-image] Dec 13 20:38:25.197 INFO O| Dec 13 20:38:25.197 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-12-13T20:38:26.326Z[ recovery-image] Dec 13 20:38:25.238 INFO O| Dec 13 20:38:25.238 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
42932024-12-13T20:38:26.349Z[ recovery-image] Dec 13 20:38:25.260 INFO O| Dec 13 20:38:25.260 INFO STEP 6 (remove_files) COMPLETE
42942024-12-13T20:38:26.349Z[ recovery-image] Dec 13 20:38:25.260 INFO O| Dec 13 20:38:25.260 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-12-13T20:38:26.410Z[ recovery-image] Dec 13 20:38:25.322 INFO O| Dec 13 20:38:25.322 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
42962024-12-13T20:38:26.413Z[ recovery-image] Dec 13 20:38:25.326 INFO O| Dec 13 20:38:25.326 INFO STEP 7 (remove_files) COMPLETE
42972024-12-13T20:38:26.414Z[ recovery-image] Dec 13 20:38:25.326 INFO O| Dec 13 20:38:25.326 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-12-13T20:38:26.463Z[ recovery-image] Dec 13 20:38:25.375 INFO O| Dec 13 20:38:25.375 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
42992024-12-13T20:38:26.555Z[ recovery-image] Dec 13 20:38:25.467 INFO O| Dec 13 20:38:25.467 INFO STEP 8 (remove_files) COMPLETE
43002024-12-13T20:38:26.555Z[ recovery-image] Dec 13 20:38:25.467 INFO O| Dec 13 20:38:25.467 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-12-13T20:38:26.584Z[ recovery-image] Dec 13 20:38:25.496 INFO O| Dec 13 20:38:25.496 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43022024-12-13T20:38:26.588Z[ recovery-image] Dec 13 20:38:25.497 INFO O| Dec 13 20:38:25.496 INFO STEP 9 (remove_files) COMPLETE
43032024-12-13T20:38:26.588Z[ recovery-image] Dec 13 20:38:25.497 INFO O| Dec 13 20:38:25.497 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-12-13T20:38:26.609Z[ recovery-image] Dec 13 20:38:25.521 INFO O| Dec 13 20:38:25.521 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43052024-12-13T20:38:26.633Z[ recovery-image] Dec 13 20:38:25.545 INFO O| Dec 13 20:38:25.545 INFO STEP 10 (remove_files) COMPLETE
43062024-12-13T20:38:26.634Z[ recovery-image] Dec 13 20:38:25.545 INFO O| Dec 13 20:38:25.545 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-12-13T20:38:26.679Z[ recovery-image] Dec 13 20:38:25.590 INFO O| Dec 13 20:38:25.590 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43082024-12-13T20:38:27.306Z[ recovery-image] Dec 13 20:38:26.218 INFO O| Dec 13 20:38:26.218 INFO STEP 11 (remove_files) COMPLETE
43092024-12-13T20:38:27.306Z[ recovery-image] Dec 13 20:38:26.218 INFO O| Dec 13 20:38:26.218 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-12-13T20:38:27.353Z[ recovery-image] Dec 13 20:38:26.265 INFO O| Dec 13 20:38:26.265 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43112024-12-13T20:38:27.379Z[ recovery-image] Dec 13 20:38:26.290 INFO O| Dec 13 20:38:26.290 INFO STEP 12 (remove_files) COMPLETE
43122024-12-13T20:38:27.379Z[ recovery-image] Dec 13 20:38:26.290 INFO O| Dec 13 20:38:26.290 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-12-13T20:38:27.408Z[ recovery-image] Dec 13 20:38:26.320 INFO O| Dec 13 20:38:26.320 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43142024-12-13T20:38:27.433Z[ recovery-image] Dec 13 20:38:26.345 INFO O| Dec 13 20:38:26.345 INFO STEP 13 (remove_files) COMPLETE
43152024-12-13T20:38:27.433Z[ recovery-image] Dec 13 20:38:26.345 INFO O| Dec 13 20:38:26.345 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-12-13T20:38:27.497Z[ recovery-image] Dec 13 20:38:26.409 INFO O| Dec 13 20:38:26.409 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43172024-12-13T20:38:27.500Z[ recovery-image] Dec 13 20:38:26.409 INFO O| Dec 13 20:38:26.409 INFO STEP 14 (remove_files) COMPLETE
43182024-12-13T20:38:27.500Z[ recovery-image] Dec 13 20:38:26.409 INFO O| Dec 13 20:38:26.409 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-12-13T20:38:27.530Z[ recovery-image] Dec 13 20:38:26.442 INFO O| Dec 13 20:38:26.442 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43202024-12-13T20:38:27.532Z[ recovery-image] Dec 13 20:38:26.443 INFO O| Dec 13 20:38:26.443 INFO STEP 15 (remove_files) COMPLETE
43212024-12-13T20:38:27.532Z[ recovery-image] Dec 13 20:38:26.443 INFO O| Dec 13 20:38:26.443 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-12-13T20:38:27.593Z[ recovery-image] Dec 13 20:38:26.505 INFO O| Dec 13 20:38:26.505 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43232024-12-13T20:38:27.770Z[ recovery-image] Dec 13 20:38:26.682 INFO O| Dec 13 20:38:26.682 INFO STEP 16 (remove_files) COMPLETE
43242024-12-13T20:38:27.770Z[ recovery-image] Dec 13 20:38:26.682 INFO O| Dec 13 20:38:26.682 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-12-13T20:38:27.827Z[ recovery-image] Dec 13 20:38:26.738 INFO O| Dec 13 20:38:26.738 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43262024-12-13T20:38:27.836Z[ recovery-image] Dec 13 20:38:26.748 INFO O| Dec 13 20:38:26.748 INFO STEP 17 (remove_files) COMPLETE
43272024-12-13T20:38:27.836Z[ recovery-image] Dec 13 20:38:26.748 INFO O| Dec 13 20:38:26.748 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-12-13T20:38:27.863Z[ recovery-image] Dec 13 20:38:26.775 INFO O| Dec 13 20:38:26.775 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43292024-12-13T20:38:27.871Z[ recovery-image] Dec 13 20:38:26.783 INFO O| Dec 13 20:38:26.783 INFO STEP 18 (remove_files) COMPLETE
43302024-12-13T20:38:27.871Z[ recovery-image] Dec 13 20:38:26.783 INFO O| Dec 13 20:38:26.783 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-12-13T20:38:27.956Z[ recovery-image] Dec 13 20:38:26.868 INFO O| Dec 13 20:38:26.868 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43322024-12-13T20:38:28.241Z[ recovery-image] Dec 13 20:38:27.152 INFO O| Dec 13 20:38:27.152 INFO STEP 19 (remove_files) COMPLETE
43332024-12-13T20:38:28.241Z[ recovery-image] Dec 13 20:38:27.152 INFO O| Dec 13 20:38:27.152 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-12-13T20:38:28.275Z[ recovery-image] Dec 13 20:38:27.186 INFO O| Dec 13 20:38:27.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
43352024-12-13T20:38:28.277Z[ recovery-image] Dec 13 20:38:27.188 INFO O| Dec 13 20:38:27.188 INFO STEP 20 (remove_files) COMPLETE
43362024-12-13T20:38:28.277Z[ recovery-image] Dec 13 20:38:27.188 INFO O| Dec 13 20:38:27.188 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-12-13T20:38:28.317Z[ recovery-image] Dec 13 20:38:27.229 INFO O| Dec 13 20:38:27.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
43382024-12-13T20:38:28.317Z[ recovery-image] Dec 13 20:38:27.229 INFO O| Dec 13 20:38:27.229 INFO STEP 21 (remove_files) COMPLETE
43392024-12-13T20:38:28.317Z[ recovery-image] Dec 13 20:38:27.229 INFO O| Dec 13 20:38:27.229 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-12-13T20:38:28.360Z[ recovery-image] Dec 13 20:38:27.272 INFO O| Dec 13 20:38:27.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
43412024-12-13T20:38:28.363Z[ recovery-image] Dec 13 20:38:27.273 INFO O| Dec 13 20:38:27.272 INFO STEP 22 (remove_files) COMPLETE
43422024-12-13T20:38:28.363Z[ recovery-image] Dec 13 20:38:27.273 INFO O| Dec 13 20:38:27.272 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-12-13T20:38:28.386Z[ recovery-image] Dec 13 20:38:27.297 INFO O| Dec 13 20:38:27.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
43442024-12-13T20:38:28.386Z[ recovery-image] Dec 13 20:38:27.297 INFO O| Dec 13 20:38:27.297 INFO STEP 23 (remove_files) COMPLETE
43452024-12-13T20:38:28.386Z[ recovery-image] Dec 13 20:38:27.297 INFO O| Dec 13 20:38:27.297 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-12-13T20:38:28.448Z[ recovery-image] Dec 13 20:38:27.360 INFO O| Dec 13 20:38:27.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
43472024-12-13T20:38:28.448Z[ recovery-image] Dec 13 20:38:27.360 INFO O| Dec 13 20:38:27.360 INFO STEP 24 (remove_files) COMPLETE
43482024-12-13T20:38:28.452Z[ recovery-image] Dec 13 20:38:27.360 INFO O| Dec 13 20:38:27.360 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-12-13T20:38:28.518Z[ recovery-image] Dec 13 20:38:27.430 INFO O| Dec 13 20:38:27.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
43502024-12-13T20:38:28.518Z[ recovery-image] Dec 13 20:38:27.430 INFO O| Dec 13 20:38:27.430 INFO STEP 25 (remove_files) COMPLETE
43512024-12-13T20:38:28.522Z[ recovery-image] Dec 13 20:38:27.430 INFO O| Dec 13 20:38:27.430 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-12-13T20:38:28.541Z[ recovery-image] Dec 13 20:38:27.452 INFO O| Dec 13 20:38:27.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
43532024-12-13T20:38:28.541Z[ recovery-image] Dec 13 20:38:27.452 INFO O| Dec 13 20:38:27.452 INFO STEP 26 (remove_files) COMPLETE
43542024-12-13T20:38:28.543Z[ recovery-image] Dec 13 20:38:27.453 INFO O| Dec 13 20:38:27.452 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-12-13T20:38:28.578Z[ recovery-image] Dec 13 20:38:27.489 INFO O| Dec 13 20:38:27.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
43562024-12-13T20:38:28.604Z[ recovery-image] Dec 13 20:38:27.514 INFO O| Dec 13 20:38:27.514 INFO STEP 27 (remove_files) COMPLETE
43572024-12-13T20:38:28.604Z[ recovery-image] Dec 13 20:38:27.514 INFO O| Dec 13 20:38:27.514 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-12-13T20:38:28.653Z[ recovery-image] Dec 13 20:38:27.565 INFO O| Dec 13 20:38:27.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
43592024-12-13T20:38:28.674Z[ recovery-image] Dec 13 20:38:27.585 INFO O| Dec 13 20:38:27.585 INFO STEP 28 (remove_files) COMPLETE
43602024-12-13T20:38:28.674Z[ recovery-image] Dec 13 20:38:27.585 INFO O| Dec 13 20:38:27.585 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-12-13T20:38:28.708Z[ recovery-image] Dec 13 20:38:27.620 INFO O| Dec 13 20:38:27.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
43622024-12-13T20:38:28.708Z[ recovery-image] Dec 13 20:38:27.620 INFO O| Dec 13 20:38:27.620 INFO STEP 29 (remove_files) COMPLETE
43632024-12-13T20:38:28.711Z[ recovery-image] Dec 13 20:38:27.620 INFO O| Dec 13 20:38:27.620 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-12-13T20:38:28.749Z[ recovery-image] Dec 13 20:38:27.660 INFO O| Dec 13 20:38:27.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
43652024-12-13T20:38:28.749Z[ recovery-image] Dec 13 20:38:27.661 INFO O| Dec 13 20:38:27.660 INFO STEP 30 (remove_files) COMPLETE
43662024-12-13T20:38:28.749Z[ recovery-image] Dec 13 20:38:27.661 INFO O| Dec 13 20:38:27.661 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-12-13T20:38:28.771Z[ recovery-image] Dec 13 20:38:27.682 INFO O| Dec 13 20:38:27.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
43682024-12-13T20:38:28.771Z[ recovery-image] Dec 13 20:38:27.682 INFO O| Dec 13 20:38:27.682 INFO STEP 31 (remove_files) COMPLETE
43692024-12-13T20:38:28.771Z[ recovery-image] Dec 13 20:38:27.682 INFO O| Dec 13 20:38:27.682 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-12-13T20:38:28.792Z[ recovery-image] Dec 13 20:38:27.704 INFO O| Dec 13 20:38:27.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
43712024-12-13T20:38:28.792Z[ recovery-image] Dec 13 20:38:27.704 INFO O| Dec 13 20:38:27.704 INFO STEP 32 (remove_files) COMPLETE
43722024-12-13T20:38:28.795Z[ recovery-image] Dec 13 20:38:27.704 INFO O| Dec 13 20:38:27.704 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-12-13T20:38:28.814Z[ recovery-image] Dec 13 20:38:27.725 INFO O| Dec 13 20:38:27.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
43742024-12-13T20:38:28.814Z[ recovery-image] Dec 13 20:38:27.726 INFO O| Dec 13 20:38:27.726 INFO STEP 33 (remove_files) COMPLETE
43752024-12-13T20:38:28.816Z[ recovery-image] Dec 13 20:38:27.726 INFO O| Dec 13 20:38:27.726 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-12-13T20:38:28.846Z[ recovery-image] Dec 13 20:38:27.757 INFO O| Dec 13 20:38:27.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
43772024-12-13T20:38:28.846Z[ recovery-image] Dec 13 20:38:27.757 INFO O| Dec 13 20:38:27.757 INFO STEP 34 (remove_files) COMPLETE
43782024-12-13T20:38:28.848Z[ recovery-image] Dec 13 20:38:27.757 INFO O| Dec 13 20:38:27.757 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-12-13T20:38:28.883Z[ recovery-image] Dec 13 20:38:27.795 INFO O| Dec 13 20:38:27.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
43802024-12-13T20:38:28.886Z[ recovery-image] Dec 13 20:38:27.795 INFO O| Dec 13 20:38:27.795 INFO STEP 35 (remove_files) COMPLETE
43812024-12-13T20:38:28.886Z[ recovery-image] Dec 13 20:38:27.795 INFO O| Dec 13 20:38:27.795 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-12-13T20:38:28.944Z[ recovery-image] Dec 13 20:38:27.856 INFO O| Dec 13 20:38:27.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
43832024-12-13T20:38:28.944Z[ recovery-image] Dec 13 20:38:27.856 INFO O| Dec 13 20:38:27.856 INFO STEP 36 (remove_files) COMPLETE
43842024-12-13T20:38:28.944Z[ recovery-image] Dec 13 20:38:27.856 INFO O| Dec 13 20:38:27.856 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-12-13T20:38:28.981Z[ recovery-image] Dec 13 20:38:27.892 INFO O| Dec 13 20:38:27.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
43862024-12-13T20:38:29.000Z[ recovery-image] Dec 13 20:38:27.911 INFO O| Dec 13 20:38:27.911 INFO STEP 37 (remove_files) COMPLETE
43872024-12-13T20:38:29.000Z[ recovery-image] Dec 13 20:38:27.911 INFO O| Dec 13 20:38:27.911 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-12-13T20:38:29.034Z[ recovery-image] Dec 13 20:38:27.945 INFO O| Dec 13 20:38:27.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
43892024-12-13T20:38:29.034Z[ recovery-image] Dec 13 20:38:27.946 INFO O| Dec 13 20:38:27.946 INFO STEP 38 (remove_files) COMPLETE
43902024-12-13T20:38:29.037Z[ recovery-image] Dec 13 20:38:27.946 INFO O| Dec 13 20:38:27.946 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-12-13T20:38:29.057Z[ recovery-image] Dec 13 20:38:27.968 INFO O| Dec 13 20:38:27.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
43922024-12-13T20:38:29.057Z[ recovery-image] Dec 13 20:38:27.968 INFO O| Dec 13 20:38:27.968 INFO STEP 39 (remove_files) COMPLETE
43932024-12-13T20:38:29.057Z[ recovery-image] Dec 13 20:38:27.968 INFO O| Dec 13 20:38:27.968 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-12-13T20:38:29.092Z[ recovery-image] Dec 13 20:38:28.004 INFO O| Dec 13 20:38:28.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
43952024-12-13T20:38:29.092Z[ recovery-image] Dec 13 20:38:28.004 INFO O| Dec 13 20:38:28.004 INFO STEP 40 (remove_files) COMPLETE
43962024-12-13T20:38:29.096Z[ recovery-image] Dec 13 20:38:28.004 INFO O| Dec 13 20:38:28.004 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-12-13T20:38:29.118Z[ recovery-image] Dec 13 20:38:28.030 INFO O| Dec 13 20:38:28.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
43982024-12-13T20:38:29.118Z[ recovery-image] Dec 13 20:38:28.030 INFO O| Dec 13 20:38:28.030 INFO STEP 41 (remove_files) COMPLETE
43992024-12-13T20:38:29.121Z[ recovery-image] Dec 13 20:38:28.030 INFO O| Dec 13 20:38:28.030 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-12-13T20:38:29.143Z[ recovery-image] Dec 13 20:38:28.055 INFO O| Dec 13 20:38:28.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44012024-12-13T20:38:29.143Z[ recovery-image] Dec 13 20:38:28.055 INFO O| Dec 13 20:38:28.055 INFO STEP 42 (remove_files) COMPLETE
44022024-12-13T20:38:29.143Z[ recovery-image] Dec 13 20:38:28.055 INFO O| Dec 13 20:38:28.055 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-12-13T20:38:29.177Z[ recovery-image] Dec 13 20:38:28.088 INFO O| Dec 13 20:38:28.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44042024-12-13T20:38:29.177Z[ recovery-image] Dec 13 20:38:28.088 INFO O| Dec 13 20:38:28.088 INFO STEP 43 (remove_files) COMPLETE
44052024-12-13T20:38:29.177Z[ recovery-image] Dec 13 20:38:28.088 INFO O| Dec 13 20:38:28.088 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-12-13T20:38:29.240Z[ recovery-image] Dec 13 20:38:28.152 INFO O| Dec 13 20:38:28.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44072024-12-13T20:38:29.243Z[ recovery-image] Dec 13 20:38:28.153 INFO O| Dec 13 20:38:28.153 INFO STEP 44 (remove_files) COMPLETE
44082024-12-13T20:38:29.243Z[ recovery-image] Dec 13 20:38:28.153 INFO O| Dec 13 20:38:28.153 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-12-13T20:38:29.262Z[ recovery-image] Dec 13 20:38:28.173 INFO O| Dec 13 20:38:28.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44102024-12-13T20:38:29.264Z[ recovery-image] Dec 13 20:38:28.174 INFO O| Dec 13 20:38:28.174 INFO STEP 45 (remove_files) COMPLETE
44112024-12-13T20:38:29.264Z[ recovery-image] Dec 13 20:38:28.174 INFO O| Dec 13 20:38:28.174 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-12-13T20:38:29.285Z[ recovery-image] Dec 13 20:38:28.196 INFO O| Dec 13 20:38:28.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44132024-12-13T20:38:29.287Z[ recovery-image] Dec 13 20:38:28.197 INFO O| Dec 13 20:38:28.196 INFO STEP 46 (remove_files) COMPLETE
44142024-12-13T20:38:29.287Z[ recovery-image] Dec 13 20:38:28.197 INFO O| Dec 13 20:38:28.197 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-12-13T20:38:29.313Z[ recovery-image] Dec 13 20:38:28.225 INFO O| Dec 13 20:38:28.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44162024-12-13T20:38:29.322Z[ recovery-image] Dec 13 20:38:28.232 INFO O| Dec 13 20:38:28.232 INFO STEP 47 (remove_files) COMPLETE
44172024-12-13T20:38:29.322Z[ recovery-image] Dec 13 20:38:28.232 INFO O| Dec 13 20:38:28.232 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-12-13T20:38:29.390Z[ recovery-image] Dec 13 20:38:28.301 INFO O| Dec 13 20:38:28.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44192024-12-13T20:38:29.390Z[ recovery-image] Dec 13 20:38:28.301 INFO O| Dec 13 20:38:28.301 INFO STEP 48 (remove_files) COMPLETE
44202024-12-13T20:38:29.392Z[ recovery-image] Dec 13 20:38:28.302 INFO O| Dec 13 20:38:28.301 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-12-13T20:38:29.457Z[ recovery-image] Dec 13 20:38:28.369 INFO O| Dec 13 20:38:28.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44222024-12-13T20:38:29.457Z[ recovery-image] Dec 13 20:38:28.369 INFO O| Dec 13 20:38:28.369 INFO STEP 49 (remove_files) COMPLETE
44232024-12-13T20:38:29.457Z[ recovery-image] Dec 13 20:38:28.369 INFO O| Dec 13 20:38:28.369 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-12-13T20:38:29.485Z[ recovery-image] Dec 13 20:38:28.396 INFO O| Dec 13 20:38:28.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44252024-12-13T20:38:29.487Z[ recovery-image] Dec 13 20:38:28.396 INFO O| Dec 13 20:38:28.396 INFO STEP 50 (remove_files) COMPLETE
44262024-12-13T20:38:29.487Z[ recovery-image] Dec 13 20:38:28.397 INFO O| Dec 13 20:38:28.396 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-12-13T20:38:29.510Z[ recovery-image] Dec 13 20:38:28.420 INFO O| Dec 13 20:38:28.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44282024-12-13T20:38:29.510Z[ recovery-image] Dec 13 20:38:28.421 INFO O| Dec 13 20:38:28.421 INFO STEP 51 (remove_files) COMPLETE
44292024-12-13T20:38:29.510Z[ recovery-image] Dec 13 20:38:28.421 INFO O| Dec 13 20:38:28.421 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-12-13T20:38:29.532Z[ recovery-image] Dec 13 20:38:28.443 INFO O| Dec 13 20:38:28.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44312024-12-13T20:38:29.542Z[ recovery-image] Dec 13 20:38:28.453 INFO O| Dec 13 20:38:28.453 INFO STEP 52 (remove_files) COMPLETE
44322024-12-13T20:38:29.542Z[ recovery-image] Dec 13 20:38:28.453 INFO O| Dec 13 20:38:28.453 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-12-13T20:38:29.582Z[ recovery-image] Dec 13 20:38:28.493 INFO O| Dec 13 20:38:28.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
44342024-12-13T20:38:29.582Z[ recovery-image] Dec 13 20:38:28.493 INFO O| Dec 13 20:38:28.493 INFO STEP 53 (remove_files) COMPLETE
44352024-12-13T20:38:29.582Z[ recovery-image] Dec 13 20:38:28.493 INFO O| Dec 13 20:38:28.493 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-12-13T20:38:29.657Z[ recovery-image] Dec 13 20:38:28.568 INFO O| Dec 13 20:38:28.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
44372024-12-13T20:38:29.657Z[ recovery-image] Dec 13 20:38:28.568 INFO O| Dec 13 20:38:28.568 INFO STEP 54 (remove_files) COMPLETE
44382024-12-13T20:38:29.662Z[ recovery-image] Dec 13 20:38:28.568 INFO O| Dec 13 20:38:28.568 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-12-13T20:38:29.729Z[ recovery-image] Dec 13 20:38:28.641 INFO O| Dec 13 20:38:28.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
44402024-12-13T20:38:29.755Z[ recovery-image] Dec 13 20:38:28.667 INFO O| Dec 13 20:38:28.667 INFO STEP 55 (remove_files) COMPLETE
44412024-12-13T20:38:29.755Z[ recovery-image] Dec 13 20:38:28.667 INFO O| Dec 13 20:38:28.667 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-12-13T20:38:29.815Z[ recovery-image] Dec 13 20:38:28.726 INFO O| Dec 13 20:38:28.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
44432024-12-13T20:38:29.815Z[ recovery-image] Dec 13 20:38:28.726 INFO O| Dec 13 20:38:28.726 INFO STEP 56 (remove_files) COMPLETE
44442024-12-13T20:38:29.817Z[ recovery-image] Dec 13 20:38:28.726 INFO O| Dec 13 20:38:28.726 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-12-13T20:38:29.840Z[ recovery-image] Dec 13 20:38:28.750 INFO O| Dec 13 20:38:28.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
44462024-12-13T20:38:29.840Z[ recovery-image] Dec 13 20:38:28.751 INFO O| Dec 13 20:38:28.751 INFO STEP 57 (remove_files) COMPLETE
44472024-12-13T20:38:29.840Z[ recovery-image] Dec 13 20:38:28.751 INFO O| Dec 13 20:38:28.751 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-12-13T20:38:29.862Z[ recovery-image] Dec 13 20:38:28.774 INFO O| Dec 13 20:38:28.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
44492024-12-13T20:38:29.889Z[ recovery-image] Dec 13 20:38:28.800 INFO O| Dec 13 20:38:28.800 INFO STEP 58 (remove_files) COMPLETE
44502024-12-13T20:38:29.889Z[ recovery-image] Dec 13 20:38:28.800 INFO O| Dec 13 20:38:28.800 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-12-13T20:38:29.946Z[ recovery-image] Dec 13 20:38:28.857 INFO O| Dec 13 20:38:28.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
44522024-12-13T20:38:29.946Z[ recovery-image] Dec 13 20:38:28.857 INFO O| Dec 13 20:38:28.857 INFO STEP 59 (remove_files) COMPLETE
44532024-12-13T20:38:29.946Z[ recovery-image] Dec 13 20:38:28.857 INFO O| Dec 13 20:38:28.857 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-12-13T20:38:29.971Z[ recovery-image] Dec 13 20:38:28.882 INFO O| Dec 13 20:38:28.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
44552024-12-13T20:38:29.971Z[ recovery-image] Dec 13 20:38:28.882 INFO O| Dec 13 20:38:28.882 INFO STEP 60 (remove_files) COMPLETE
44562024-12-13T20:38:29.973Z[ recovery-image] Dec 13 20:38:28.882 INFO O| Dec 13 20:38:28.882 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-12-13T20:38:30.031Z[ recovery-image] Dec 13 20:38:28.943 INFO O| Dec 13 20:38:28.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
44582024-12-13T20:38:30.032Z[ recovery-image] Dec 13 20:38:28.943 INFO O| Dec 13 20:38:28.943 INFO STEP 61 (remove_files) COMPLETE
44592024-12-13T20:38:30.035Z[ recovery-image] Dec 13 20:38:28.943 INFO O| Dec 13 20:38:28.943 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-12-13T20:38:30.057Z[ recovery-image] Dec 13 20:38:28.969 INFO O| Dec 13 20:38:28.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
44612024-12-13T20:38:30.057Z[ recovery-image] Dec 13 20:38:28.969 INFO O| Dec 13 20:38:28.969 INFO STEP 62 (remove_files) COMPLETE
44622024-12-13T20:38:30.064Z[ recovery-image] Dec 13 20:38:28.969 INFO O| Dec 13 20:38:28.969 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-12-13T20:38:30.082Z[ recovery-image] Dec 13 20:38:28.993 INFO O| Dec 13 20:38:28.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
44642024-12-13T20:38:30.095Z[ recovery-image] Dec 13 20:38:29.007 INFO O| Dec 13 20:38:29.007 INFO STEP 63 (remove_files) COMPLETE
44652024-12-13T20:38:30.095Z[ recovery-image] Dec 13 20:38:29.007 INFO O| Dec 13 20:38:29.007 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-12-13T20:38:30.125Z[ recovery-image] Dec 13 20:38:29.036 INFO O| Dec 13 20:38:29.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
44672024-12-13T20:38:30.128Z[ recovery-image] Dec 13 20:38:29.036 INFO O| Dec 13 20:38:29.036 INFO STEP 64 (remove_files) COMPLETE
44682024-12-13T20:38:30.128Z[ recovery-image] Dec 13 20:38:29.037 INFO O| Dec 13 20:38:29.037 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-12-13T20:38:30.147Z[ recovery-image] Dec 13 20:38:29.058 INFO O| Dec 13 20:38:29.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
44702024-12-13T20:38:30.147Z[ recovery-image] Dec 13 20:38:29.058 INFO O| Dec 13 20:38:29.058 INFO STEP 65 (remove_files) COMPLETE
44712024-12-13T20:38:30.150Z[ recovery-image] Dec 13 20:38:29.059 INFO O| Dec 13 20:38:29.058 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-12-13T20:38:30.168Z[ recovery-image] Dec 13 20:38:29.079 INFO O| Dec 13 20:38:29.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
44732024-12-13T20:38:30.168Z[ recovery-image] Dec 13 20:38:29.079 INFO O| Dec 13 20:38:29.079 INFO STEP 66 (remove_files) COMPLETE
44742024-12-13T20:38:30.168Z[ recovery-image] Dec 13 20:38:29.079 INFO O| Dec 13 20:38:29.079 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-12-13T20:38:30.200Z[ recovery-image] Dec 13 20:38:29.111 INFO O| Dec 13 20:38:29.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
44762024-12-13T20:38:30.200Z[ recovery-image] Dec 13 20:38:29.111 INFO O| Dec 13 20:38:29.111 INFO STEP 67 (remove_files) COMPLETE
44772024-12-13T20:38:30.203Z[ recovery-image] Dec 13 20:38:29.111 INFO O| Dec 13 20:38:29.111 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-12-13T20:38:30.236Z[ recovery-image] Dec 13 20:38:29.147 INFO O| Dec 13 20:38:29.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
44792024-12-13T20:38:30.236Z[ recovery-image] Dec 13 20:38:29.147 INFO O| Dec 13 20:38:29.147 INFO STEP 68 (remove_files) COMPLETE
44802024-12-13T20:38:30.236Z[ recovery-image] Dec 13 20:38:29.147 INFO O| Dec 13 20:38:29.147 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-12-13T20:38:30.271Z[ recovery-image] Dec 13 20:38:29.183 INFO O| Dec 13 20:38:29.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
44822024-12-13T20:38:30.271Z[ recovery-image] Dec 13 20:38:29.183 INFO O| Dec 13 20:38:29.183 INFO STEP 69 (remove_files) COMPLETE
44832024-12-13T20:38:30.271Z[ recovery-image] Dec 13 20:38:29.183 INFO O| Dec 13 20:38:29.183 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-12-13T20:38:30.308Z[ recovery-image] Dec 13 20:38:29.217 INFO O| Dec 13 20:38:29.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
44852024-12-13T20:38:30.308Z[ recovery-image] Dec 13 20:38:29.217 INFO O| Dec 13 20:38:29.217 INFO STEP 70 (remove_files) COMPLETE
44862024-12-13T20:38:30.310Z[ recovery-image] Dec 13 20:38:29.217 INFO O| Dec 13 20:38:29.217 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-12-13T20:38:30.393Z[ recovery-image] Dec 13 20:38:29.303 INFO O| Dec 13 20:38:29.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
44882024-12-13T20:38:30.393Z[ recovery-image] Dec 13 20:38:29.303 INFO O| Dec 13 20:38:29.303 INFO STEP 71 (remove_files) COMPLETE
44892024-12-13T20:38:30.393Z[ recovery-image] Dec 13 20:38:29.303 INFO O| Dec 13 20:38:29.303 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-12-13T20:38:30.447Z[ recovery-image] Dec 13 20:38:29.358 INFO O| Dec 13 20:38:29.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
44912024-12-13T20:38:30.447Z[ recovery-image] Dec 13 20:38:29.358 INFO O| Dec 13 20:38:29.358 INFO STEP 72 (remove_files) COMPLETE
44922024-12-13T20:38:30.449Z[ recovery-image] Dec 13 20:38:29.358 INFO O| Dec 13 20:38:29.358 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-12-13T20:38:30.521Z[ recovery-image] Dec 13 20:38:29.401 INFO O| Dec 13 20:38:29.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
44942024-12-13T20:38:30.521Z[ recovery-image] Dec 13 20:38:29.402 INFO O| Dec 13 20:38:29.402 INFO STEP 73 (remove_files) COMPLETE
44952024-12-13T20:38:30.521Z[ recovery-image] Dec 13 20:38:29.402 INFO O| Dec 13 20:38:29.402 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-12-13T20:38:30.524Z[ recovery-image] Dec 13 20:38:29.433 INFO O| Dec 13 20:38:29.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
44972024-12-13T20:38:30.524Z[ recovery-image] Dec 13 20:38:29.433 INFO O| Dec 13 20:38:29.433 INFO STEP 74 (remove_files) COMPLETE
44982024-12-13T20:38:30.524Z[ recovery-image] Dec 13 20:38:29.433 INFO O| Dec 13 20:38:29.433 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-12-13T20:38:30.568Z[ recovery-image] Dec 13 20:38:29.479 INFO O| Dec 13 20:38:29.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45002024-12-13T20:38:30.568Z[ recovery-image] Dec 13 20:38:29.479 INFO O| Dec 13 20:38:29.479 INFO STEP 75 (remove_files) COMPLETE
45012024-12-13T20:38:30.570Z[ recovery-image] Dec 13 20:38:29.479 INFO O| Dec 13 20:38:29.479 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-12-13T20:38:30.589Z[ recovery-image] Dec 13 20:38:29.500 INFO O| Dec 13 20:38:29.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45032024-12-13T20:38:30.589Z[ recovery-image] Dec 13 20:38:29.500 INFO O| Dec 13 20:38:29.500 INFO STEP 76 (remove_files) COMPLETE
45042024-12-13T20:38:30.589Z[ recovery-image] Dec 13 20:38:29.500 INFO O| Dec 13 20:38:29.500 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-12-13T20:38:30.645Z[ recovery-image] Dec 13 20:38:29.556 INFO O| Dec 13 20:38:29.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45062024-12-13T20:38:30.645Z[ recovery-image] Dec 13 20:38:29.556 INFO O| Dec 13 20:38:29.556 INFO STEP 77 (remove_files) COMPLETE
45072024-12-13T20:38:30.645Z[ recovery-image] Dec 13 20:38:29.556 INFO O| Dec 13 20:38:29.556 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-12-13T20:38:30.683Z[ recovery-image] Dec 13 20:38:29.594 INFO O| Dec 13 20:38:29.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45092024-12-13T20:38:30.683Z[ recovery-image] Dec 13 20:38:29.594 INFO O| Dec 13 20:38:29.594 INFO STEP 78 (remove_files) COMPLETE
45102024-12-13T20:38:30.686Z[ recovery-image] Dec 13 20:38:29.594 INFO O| Dec 13 20:38:29.594 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-12-13T20:38:30.722Z[ recovery-image] Dec 13 20:38:29.634 INFO O| Dec 13 20:38:29.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45122024-12-13T20:38:30.722Z[ recovery-image] Dec 13 20:38:29.634 INFO O| Dec 13 20:38:29.634 INFO STEP 79 (remove_files) COMPLETE
45132024-12-13T20:38:30.725Z[ recovery-image] Dec 13 20:38:29.634 INFO O| Dec 13 20:38:29.634 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-12-13T20:38:30.758Z[ recovery-image] Dec 13 20:38:29.663 INFO O| Dec 13 20:38:29.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45152024-12-13T20:38:30.758Z[ recovery-image] Dec 13 20:38:29.663 INFO O| Dec 13 20:38:29.663 INFO STEP 80 (remove_files) COMPLETE
45162024-12-13T20:38:30.760Z[ recovery-image] Dec 13 20:38:29.663 INFO O| Dec 13 20:38:29.663 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-12-13T20:38:30.777Z[ recovery-image] Dec 13 20:38:29.688 INFO O| Dec 13 20:38:29.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45182024-12-13T20:38:30.777Z[ recovery-image] Dec 13 20:38:29.688 INFO O| Dec 13 20:38:29.688 INFO STEP 81 (remove_files) COMPLETE
45192024-12-13T20:38:30.777Z[ recovery-image] Dec 13 20:38:29.688 INFO O| Dec 13 20:38:29.688 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-12-13T20:38:30.809Z[ recovery-image] Dec 13 20:38:29.710 INFO O| Dec 13 20:38:29.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45212024-12-13T20:38:30.810Z[ recovery-image] Dec 13 20:38:29.710 INFO O| Dec 13 20:38:29.710 INFO STEP 82 (remove_files) COMPLETE
45222024-12-13T20:38:30.814Z[ recovery-image] Dec 13 20:38:29.710 INFO O| Dec 13 20:38:29.710 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-12-13T20:38:30.829Z[ recovery-image] Dec 13 20:38:29.740 INFO O| Dec 13 20:38:29.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45242024-12-13T20:38:30.832Z[ recovery-image] Dec 13 20:38:29.741 INFO O| Dec 13 20:38:29.740 INFO STEP 83 (remove_files) COMPLETE
45252024-12-13T20:38:30.832Z[ recovery-image] Dec 13 20:38:29.741 INFO O| Dec 13 20:38:29.741 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-12-13T20:38:30.852Z[ recovery-image] Dec 13 20:38:29.763 INFO O| Dec 13 20:38:29.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45272024-12-13T20:38:30.852Z[ recovery-image] Dec 13 20:38:29.764 INFO O| Dec 13 20:38:29.764 INFO STEP 84 (remove_files) COMPLETE
45282024-12-13T20:38:30.855Z[ recovery-image] Dec 13 20:38:29.764 INFO O| Dec 13 20:38:29.764 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-12-13T20:38:30.874Z[ recovery-image] Dec 13 20:38:29.785 INFO O| Dec 13 20:38:29.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45302024-12-13T20:38:30.877Z[ recovery-image] Dec 13 20:38:29.785 INFO O| Dec 13 20:38:29.785 INFO STEP 85 (remove_files) COMPLETE
45312024-12-13T20:38:30.877Z[ recovery-image] Dec 13 20:38:29.786 INFO O| Dec 13 20:38:29.785 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-12-13T20:38:30.897Z[ recovery-image] Dec 13 20:38:29.805 INFO O| Dec 13 20:38:29.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
45332024-12-13T20:38:30.897Z[ recovery-image] Dec 13 20:38:29.806 INFO O| Dec 13 20:38:29.805 INFO STEP 86 (remove_files) COMPLETE
45342024-12-13T20:38:30.899Z[ recovery-image] Dec 13 20:38:29.806 INFO O| Dec 13 20:38:29.806 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-12-13T20:38:30.914Z[ recovery-image] Dec 13 20:38:29.825 INFO O| Dec 13 20:38:29.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
45362024-12-13T20:38:30.917Z[ recovery-image] Dec 13 20:38:29.826 INFO O| Dec 13 20:38:29.825 INFO STEP 87 (remove_files) COMPLETE
45372024-12-13T20:38:30.917Z[ recovery-image] Dec 13 20:38:29.826 INFO O| Dec 13 20:38:29.826 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-12-13T20:38:30.933Z[ recovery-image] Dec 13 20:38:29.845 INFO O| Dec 13 20:38:29.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
45392024-12-13T20:38:30.934Z[ recovery-image] Dec 13 20:38:29.845 INFO O| Dec 13 20:38:29.845 INFO STEP 88 (remove_files) COMPLETE
45402024-12-13T20:38:30.936Z[ recovery-image] Dec 13 20:38:29.845 INFO O| Dec 13 20:38:29.845 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-12-13T20:38:30.952Z[ recovery-image] Dec 13 20:38:29.863 INFO O| Dec 13 20:38:29.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
45422024-12-13T20:38:30.966Z[ recovery-image] Dec 13 20:38:29.878 INFO O| Dec 13 20:38:29.878 INFO STEP 89 (remove_files) COMPLETE
45432024-12-13T20:38:30.967Z[ recovery-image] Dec 13 20:38:29.878 INFO O| Dec 13 20:38:29.878 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-12-13T20:38:30.985Z[ recovery-image] Dec 13 20:38:29.896 INFO O| Dec 13 20:38:29.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
45452024-12-13T20:38:30.993Z[ recovery-image] Dec 13 20:38:29.905 INFO O| Dec 13 20:38:29.905 INFO STEP 90 (remove_files) COMPLETE
45462024-12-13T20:38:30.994Z[ recovery-image] Dec 13 20:38:29.905 INFO O| Dec 13 20:38:29.905 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-12-13T20:38:31.044Z[ recovery-image] Dec 13 20:38:29.955 INFO O| Dec 13 20:38:29.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
45482024-12-13T20:38:31.047Z[ recovery-image] Dec 13 20:38:29.956 INFO O| Dec 13 20:38:29.955 INFO STEP 91 (remove_files) COMPLETE
45492024-12-13T20:38:31.047Z[ recovery-image] Dec 13 20:38:29.956 INFO O| Dec 13 20:38:29.956 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-12-13T20:38:31.063Z[ recovery-image] Dec 13 20:38:29.974 INFO O| Dec 13 20:38:29.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
45512024-12-13T20:38:31.063Z[ recovery-image] Dec 13 20:38:29.974 INFO O| Dec 13 20:38:29.974 INFO STEP 92 (remove_files) COMPLETE
45522024-12-13T20:38:31.065Z[ recovery-image] Dec 13 20:38:29.974 INFO O| Dec 13 20:38:29.974 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-12-13T20:38:31.089Z[ recovery-image] Dec 13 20:38:29.996 INFO O| Dec 13 20:38:29.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
45542024-12-13T20:38:31.089Z[ recovery-image] Dec 13 20:38:29.996 INFO O| Dec 13 20:38:29.996 INFO STEP 93 (remove_files) COMPLETE
45552024-12-13T20:38:31.093Z[ recovery-image] Dec 13 20:38:29.996 INFO O| Dec 13 20:38:29.996 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-12-13T20:38:31.107Z[ recovery-image] Dec 13 20:38:30.018 INFO O| Dec 13 20:38:30.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
45572024-12-13T20:38:31.110Z[ recovery-image] Dec 13 20:38:30.018 INFO O| Dec 13 20:38:30.018 INFO STEP 94 (remove_files) COMPLETE
45582024-12-13T20:38:31.110Z[ recovery-image] Dec 13 20:38:30.019 INFO O| Dec 13 20:38:30.019 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-12-13T20:38:31.142Z[ recovery-image] Dec 13 20:38:30.052 INFO O| Dec 13 20:38:30.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
45602024-12-13T20:38:31.142Z[ recovery-image] Dec 13 20:38:30.052 INFO O| Dec 13 20:38:30.052 INFO STEP 95 (remove_files) COMPLETE
45612024-12-13T20:38:31.142Z[ recovery-image] Dec 13 20:38:30.052 INFO O| Dec 13 20:38:30.052 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-12-13T20:38:31.182Z[ recovery-image] Dec 13 20:38:30.093 INFO O| Dec 13 20:38:30.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
45632024-12-13T20:38:31.182Z[ recovery-image] Dec 13 20:38:30.093 INFO O| Dec 13 20:38:30.093 INFO STEP 96 (remove_files) COMPLETE
45642024-12-13T20:38:31.185Z[ recovery-image] Dec 13 20:38:30.093 INFO O| Dec 13 20:38:30.093 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-12-13T20:38:31.223Z[ recovery-image] Dec 13 20:38:30.134 INFO O| Dec 13 20:38:30.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
45662024-12-13T20:38:31.223Z[ recovery-image] Dec 13 20:38:30.134 INFO O| Dec 13 20:38:30.134 INFO STEP 97 (remove_files) COMPLETE
45672024-12-13T20:38:31.226Z[ recovery-image] Dec 13 20:38:30.135 INFO O| Dec 13 20:38:30.134 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-12-13T20:38:31.254Z[ recovery-image] Dec 13 20:38:30.165 INFO O| Dec 13 20:38:30.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
45692024-12-13T20:38:31.256Z[ recovery-image] Dec 13 20:38:30.165 INFO O| Dec 13 20:38:30.165 INFO STEP 98 (remove_files) COMPLETE
45702024-12-13T20:38:31.257Z[ recovery-image] Dec 13 20:38:30.165 INFO O| Dec 13 20:38:30.165 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-12-13T20:38:31.286Z[ recovery-image] Dec 13 20:38:30.197 INFO O| Dec 13 20:38:30.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
45722024-12-13T20:38:31.286Z[ recovery-image] Dec 13 20:38:30.198 INFO O| Dec 13 20:38:30.198 INFO STEP 99 (remove_files) COMPLETE
45732024-12-13T20:38:31.286Z[ recovery-image] Dec 13 20:38:30.198 INFO O| Dec 13 20:38:30.198 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-12-13T20:38:31.321Z[ recovery-image] Dec 13 20:38:30.232 INFO O| Dec 13 20:38:30.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
45752024-12-13T20:38:31.323Z[ recovery-image] Dec 13 20:38:30.232 INFO O| Dec 13 20:38:30.232 INFO STEP 100 (remove_files) COMPLETE
45762024-12-13T20:38:31.323Z[ recovery-image] Dec 13 20:38:30.232 INFO O| Dec 13 20:38:30.232 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-12-13T20:38:31.342Z[ recovery-image] Dec 13 20:38:30.253 INFO O| Dec 13 20:38:30.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
45782024-12-13T20:38:31.342Z[ recovery-image] Dec 13 20:38:30.253 INFO O| Dec 13 20:38:30.253 INFO STEP 101 (remove_files) COMPLETE
45792024-12-13T20:38:31.345Z[ recovery-image] Dec 13 20:38:30.254 INFO O| Dec 13 20:38:30.253 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-12-13T20:38:31.370Z[ recovery-image] Dec 13 20:38:30.281 INFO O| Dec 13 20:38:30.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
45812024-12-13T20:38:31.370Z[ recovery-image] Dec 13 20:38:30.281 INFO O| Dec 13 20:38:30.281 INFO STEP 102 (remove_files) COMPLETE
45822024-12-13T20:38:31.370Z[ recovery-image] Dec 13 20:38:30.281 INFO O| Dec 13 20:38:30.281 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-12-13T20:38:31.404Z[ recovery-image] Dec 13 20:38:30.315 INFO O| Dec 13 20:38:30.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
45842024-12-13T20:38:31.404Z[ recovery-image] Dec 13 20:38:30.315 INFO O| Dec 13 20:38:30.315 INFO STEP 103 (remove_files) COMPLETE
45852024-12-13T20:38:31.404Z[ recovery-image] Dec 13 20:38:30.315 INFO O| Dec 13 20:38:30.315 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-12-13T20:38:31.426Z[ recovery-image] Dec 13 20:38:30.336 INFO O| Dec 13 20:38:30.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
45872024-12-13T20:38:31.426Z[ recovery-image] Dec 13 20:38:30.336 INFO O| Dec 13 20:38:30.336 INFO STEP 104 (remove_files) COMPLETE
45882024-12-13T20:38:31.426Z[ recovery-image] Dec 13 20:38:30.336 INFO O| Dec 13 20:38:30.336 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-12-13T20:38:31.445Z[ recovery-image] Dec 13 20:38:30.356 INFO O| Dec 13 20:38:30.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
45902024-12-13T20:38:31.463Z[ recovery-image] Dec 13 20:38:30.373 INFO O| Dec 13 20:38:30.373 INFO STEP 105 (remove_files) COMPLETE
45912024-12-13T20:38:31.463Z[ recovery-image] Dec 13 20:38:30.373 INFO O| Dec 13 20:38:30.373 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-12-13T20:38:31.501Z[ host-image] Dec 13 20:38:30.413 INFO O| Dec 13 20:38:30.413 INFO O| Planning: Solver setup ... Done
45932024-12-13T20:38:31.508Z[ host-image] Dec 13 20:38:30.420 INFO O| Dec 13 20:38:30.419 INFO O| Planning: Running solver ... Done
45942024-12-13T20:38:31.521Z[ recovery-image] Dec 13 20:38:30.432 INFO O| Dec 13 20:38:30.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
45952024-12-13T20:38:31.521Z[ recovery-image] Dec 13 20:38:30.432 INFO O| Dec 13 20:38:30.432 INFO STEP 106 (remove_files) COMPLETE
45962024-12-13T20:38:31.521Z[ recovery-image] Dec 13 20:38:30.433 INFO O| Dec 13 20:38:30.432 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-12-13T20:38:31.543Z[ recovery-image] Dec 13 20:38:30.454 INFO O| Dec 13 20:38:30.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
45982024-12-13T20:38:31.543Z[ recovery-image] Dec 13 20:38:30.454 INFO O| Dec 13 20:38:30.454 INFO STEP 107 (remove_files) COMPLETE
45992024-12-13T20:38:31.546Z[ recovery-image] Dec 13 20:38:30.455 INFO O| Dec 13 20:38:30.454 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-12-13T20:38:31.567Z[ recovery-image] Dec 13 20:38:30.478 INFO O| Dec 13 20:38:30.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46012024-12-13T20:38:31.570Z[ recovery-image] Dec 13 20:38:30.478 INFO O| Dec 13 20:38:30.478 INFO STEP 108 (remove_files) COMPLETE
46022024-12-13T20:38:31.570Z[ recovery-image] Dec 13 20:38:30.479 INFO O| Dec 13 20:38:30.479 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-12-13T20:38:31.591Z[ recovery-image] Dec 13 20:38:30.502 INFO O| Dec 13 20:38:30.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46042024-12-13T20:38:31.593Z[ recovery-image] Dec 13 20:38:30.502 INFO O| Dec 13 20:38:30.502 INFO STEP 109 (remove_files) COMPLETE
46052024-12-13T20:38:31.593Z[ recovery-image] Dec 13 20:38:30.502 INFO O| Dec 13 20:38:30.502 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-12-13T20:38:31.629Z[ recovery-image] Dec 13 20:38:30.540 INFO O| Dec 13 20:38:30.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46072024-12-13T20:38:31.632Z[ recovery-image] Dec 13 20:38:30.541 INFO O| Dec 13 20:38:30.541 INFO STEP 110 (remove_files) COMPLETE
46082024-12-13T20:38:31.632Z[ recovery-image] Dec 13 20:38:30.541 INFO O| Dec 13 20:38:30.541 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-12-13T20:38:31.645Z[ host-image] Dec 13 20:38:30.557 INFO O| Dec 13 20:38:30.556 INFO O| Planning: Finding local manifests ... Done
46102024-12-13T20:38:31.648Z[ host-image] Dec 13 20:38:30.558 INFO O| Dec 13 20:38:30.558 INFO O| Planning: Fetching manifests: 0/5 0% complete
46112024-12-13T20:38:31.683Z[ recovery-image] Dec 13 20:38:30.594 INFO O| Dec 13 20:38:30.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46122024-12-13T20:38:31.683Z[ recovery-image] Dec 13 20:38:30.595 INFO O| Dec 13 20:38:30.594 INFO STEP 111 (remove_files) COMPLETE
46132024-12-13T20:38:31.686Z[ recovery-image] Dec 13 20:38:30.595 INFO O| Dec 13 20:38:30.595 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-12-13T20:38:31.720Z[ recovery-image] Dec 13 20:38:30.631 INFO O| Dec 13 20:38:30.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46152024-12-13T20:38:31.722Z[ recovery-image] Dec 13 20:38:30.631 INFO O| Dec 13 20:38:30.631 INFO STEP 112 (remove_files) COMPLETE
46162024-12-13T20:38:31.722Z[ recovery-image] Dec 13 20:38:30.631 INFO O| Dec 13 20:38:30.631 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-12-13T20:38:31.745Z[ recovery-image] Dec 13 20:38:30.656 INFO O| Dec 13 20:38:30.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46182024-12-13T20:38:31.745Z[ recovery-image] Dec 13 20:38:30.656 INFO O| Dec 13 20:38:30.656 INFO STEP 113 (remove_files) COMPLETE
46192024-12-13T20:38:31.745Z[ recovery-image] Dec 13 20:38:30.656 INFO O| Dec 13 20:38:30.656 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-12-13T20:38:31.768Z[ recovery-image] Dec 13 20:38:30.679 INFO O| Dec 13 20:38:30.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46212024-12-13T20:38:31.768Z[ recovery-image] Dec 13 20:38:30.679 INFO O| Dec 13 20:38:30.679 INFO STEP 114 (remove_files) COMPLETE
46222024-12-13T20:38:31.771Z[ recovery-image] Dec 13 20:38:30.679 INFO O| Dec 13 20:38:30.679 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-12-13T20:38:31.792Z[ recovery-image] Dec 13 20:38:30.703 INFO O| Dec 13 20:38:30.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46242024-12-13T20:38:31.792Z[ recovery-image] Dec 13 20:38:30.703 INFO O| Dec 13 20:38:30.703 INFO STEP 115 (remove_files) COMPLETE
46252024-12-13T20:38:31.795Z[ recovery-image] Dec 13 20:38:30.703 INFO O| Dec 13 20:38:30.703 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-12-13T20:38:31.824Z[ recovery-image] Dec 13 20:38:30.735 INFO O| Dec 13 20:38:30.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46272024-12-13T20:38:31.824Z[ recovery-image] Dec 13 20:38:30.735 INFO O| Dec 13 20:38:30.735 INFO STEP 116 (remove_files) COMPLETE
46282024-12-13T20:38:31.824Z[ recovery-image] Dec 13 20:38:30.735 INFO O| Dec 13 20:38:30.735 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-12-13T20:38:31.857Z[ recovery-image] Dec 13 20:38:30.768 INFO O| Dec 13 20:38:30.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46302024-12-13T20:38:31.860Z[ recovery-image] Dec 13 20:38:30.769 INFO O| Dec 13 20:38:30.768 INFO STEP 117 (remove_files) COMPLETE
46312024-12-13T20:38:31.860Z[ recovery-image] Dec 13 20:38:30.769 INFO O| Dec 13 20:38:30.769 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-12-13T20:38:31.895Z[ recovery-image] Dec 13 20:38:30.806 INFO O| Dec 13 20:38:30.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46332024-12-13T20:38:31.897Z[ recovery-image] Dec 13 20:38:30.806 INFO O| Dec 13 20:38:30.806 INFO STEP 118 (remove_files) COMPLETE
46342024-12-13T20:38:31.898Z[ recovery-image] Dec 13 20:38:30.806 INFO O| Dec 13 20:38:30.806 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-12-13T20:38:31.918Z[ recovery-image] Dec 13 20:38:30.829 INFO O| Dec 13 20:38:30.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46362024-12-13T20:38:31.918Z[ recovery-image] Dec 13 20:38:30.829 INFO O| Dec 13 20:38:30.829 INFO STEP 119 (remove_files) COMPLETE
46372024-12-13T20:38:31.921Z[ recovery-image] Dec 13 20:38:30.830 INFO O| Dec 13 20:38:30.830 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-12-13T20:38:31.940Z[ host-image] Dec 13 20:38:30.851 INFO O| Dec 13 20:38:30.851 INFO O| Planning: Fetching manifests: 5/5 100% complete
46392024-12-13T20:38:31.974Z[ recovery-image] Dec 13 20:38:30.885 INFO O| Dec 13 20:38:30.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
46402024-12-13T20:38:31.985Z[ recovery-image] Dec 13 20:38:30.896 INFO O| Dec 13 20:38:30.896 INFO STEP 120 (remove_files) COMPLETE
46412024-12-13T20:38:31.985Z[ recovery-image] Dec 13 20:38:30.896 INFO O| Dec 13 20:38:30.896 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-12-13T20:38:32.020Z[ recovery-image] Dec 13 20:38:30.931 INFO O| Dec 13 20:38:30.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
46432024-12-13T20:38:32.023Z[ host-image] Dec 13 20:38:30.932 INFO O| Dec 13 20:38:30.932 INFO O| Planning: Package planning ... Done
46442024-12-13T20:38:32.029Z[ host-image] Dec 13 20:38:30.940 INFO O| Dec 13 20:38:30.940 INFO O| Planning: Merging actions ... Done
46452024-12-13T20:38:32.045Z[ recovery-image] Dec 13 20:38:30.956 INFO O| Dec 13 20:38:30.956 INFO STEP 121 (remove_files) COMPLETE
46462024-12-13T20:38:32.045Z[ recovery-image] Dec 13 20:38:30.956 INFO O| Dec 13 20:38:30.956 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-12-13T20:38:32.070Z[ recovery-image] Dec 13 20:38:30.981 INFO O| Dec 13 20:38:30.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
46482024-12-13T20:38:32.094Z[ recovery-image] Dec 13 20:38:31.005 INFO O| Dec 13 20:38:31.005 INFO STEP 122 (remove_files) COMPLETE
46492024-12-13T20:38:32.094Z[ recovery-image] Dec 13 20:38:31.005 INFO O| Dec 13 20:38:31.005 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-12-13T20:38:32.120Z[ recovery-image] Dec 13 20:38:31.031 INFO O| Dec 13 20:38:31.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
46512024-12-13T20:38:32.123Z[ recovery-image] Dec 13 20:38:31.031 INFO O| Dec 13 20:38:31.031 INFO STEP 123 (remove_files) COMPLETE
46522024-12-13T20:38:32.123Z[ recovery-image] Dec 13 20:38:31.031 INFO O| Dec 13 20:38:31.031 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-12-13T20:38:32.146Z[ recovery-image] Dec 13 20:38:31.057 INFO O| Dec 13 20:38:31.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
46542024-12-13T20:38:32.146Z[ recovery-image] Dec 13 20:38:31.057 INFO O| Dec 13 20:38:31.057 INFO STEP 124 (remove_files) COMPLETE
46552024-12-13T20:38:32.146Z[ recovery-image] Dec 13 20:38:31.057 INFO O| Dec 13 20:38:31.057 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-12-13T20:38:32.172Z[ recovery-image] Dec 13 20:38:31.082 INFO O| Dec 13 20:38:31.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
46572024-12-13T20:38:32.175Z[ recovery-image] Dec 13 20:38:31.082 INFO O| Dec 13 20:38:31.082 INFO STEP 125 (remove_files) COMPLETE
46582024-12-13T20:38:32.175Z[ recovery-image] Dec 13 20:38:31.082 INFO O| Dec 13 20:38:31.082 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-12-13T20:38:32.194Z[ recovery-image] Dec 13 20:38:31.105 INFO O| Dec 13 20:38:31.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
46602024-12-13T20:38:32.194Z[ recovery-image] Dec 13 20:38:31.105 INFO O| Dec 13 20:38:31.105 INFO STEP 126 (remove_files) COMPLETE
46612024-12-13T20:38:32.198Z[ recovery-image] Dec 13 20:38:31.105 INFO O| Dec 13 20:38:31.105 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-12-13T20:38:32.219Z[ recovery-image] Dec 13 20:38:31.130 INFO O| Dec 13 20:38:31.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
46632024-12-13T20:38:32.219Z[ recovery-image] Dec 13 20:38:31.130 INFO O| Dec 13 20:38:31.130 INFO STEP 127 (remove_files) COMPLETE
46642024-12-13T20:38:32.219Z[ recovery-image] Dec 13 20:38:31.130 INFO O| Dec 13 20:38:31.130 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-12-13T20:38:32.236Z[ host-image] Dec 13 20:38:31.148 INFO O| Dec 13 20:38:31.147 INFO O| Planning: Checking for conflicting actions ... Done
46662024-12-13T20:38:32.239Z[ host-image] Dec 13 20:38:31.150 INFO O| Dec 13 20:38:31.150 INFO O| Planning: Consolidating action changes ... Done
46672024-12-13T20:38:32.262Z[ recovery-image] Dec 13 20:38:31.173 INFO O| Dec 13 20:38:31.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
46682024-12-13T20:38:32.263Z[ recovery-image] Dec 13 20:38:31.173 INFO O| Dec 13 20:38:31.173 INFO STEP 128 (remove_files) COMPLETE
46692024-12-13T20:38:32.263Z[ recovery-image] Dec 13 20:38:31.173 INFO O| Dec 13 20:38:31.173 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-12-13T20:38:32.283Z[ recovery-image] Dec 13 20:38:31.194 INFO O| Dec 13 20:38:31.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
46712024-12-13T20:38:32.283Z[ recovery-image] Dec 13 20:38:31.194 INFO O| Dec 13 20:38:31.194 INFO STEP 129 (remove_files) COMPLETE
46722024-12-13T20:38:32.283Z[ recovery-image] Dec 13 20:38:31.194 INFO O| Dec 13 20:38:31.194 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-12-13T20:38:32.308Z[ recovery-image] Dec 13 20:38:31.219 INFO O| Dec 13 20:38:31.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
46742024-12-13T20:38:32.308Z[ recovery-image] Dec 13 20:38:31.219 INFO O| Dec 13 20:38:31.219 INFO STEP 130 (remove_files) COMPLETE
46752024-12-13T20:38:32.310Z[ recovery-image] Dec 13 20:38:31.219 INFO O| Dec 13 20:38:31.219 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-12-13T20:38:32.343Z[ recovery-image] Dec 13 20:38:31.254 INFO O| Dec 13 20:38:31.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
46772024-12-13T20:38:32.344Z[ recovery-image] Dec 13 20:38:31.255 INFO O| Dec 13 20:38:31.255 INFO STEP 131 (remove_files) COMPLETE
46782024-12-13T20:38:32.344Z[ recovery-image] Dec 13 20:38:31.255 INFO O| Dec 13 20:38:31.255 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-12-13T20:38:32.384Z[ recovery-image] Dec 13 20:38:31.295 INFO O| Dec 13 20:38:31.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
46802024-12-13T20:38:32.386Z[ recovery-image] Dec 13 20:38:31.295 INFO O| Dec 13 20:38:31.295 INFO STEP 132 (remove_files) COMPLETE
46812024-12-13T20:38:32.386Z[ recovery-image] Dec 13 20:38:31.295 INFO O| Dec 13 20:38:31.295 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-12-13T20:38:32.433Z[ recovery-image] Dec 13 20:38:31.316 INFO O| Dec 13 20:38:31.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
46832024-12-13T20:38:32.435Z[ recovery-image] Dec 13 20:38:31.316 INFO O| Dec 13 20:38:31.316 INFO STEP 133 (remove_files) COMPLETE
46842024-12-13T20:38:32.435Z[ recovery-image] Dec 13 20:38:31.316 INFO O| Dec 13 20:38:31.316 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-12-13T20:38:32.449Z[ recovery-image] Dec 13 20:38:31.360 INFO O| Dec 13 20:38:31.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
46862024-12-13T20:38:32.449Z[ recovery-image] Dec 13 20:38:31.360 INFO O| Dec 13 20:38:31.360 INFO STEP 134 (remove_files) COMPLETE
46872024-12-13T20:38:32.452Z[ recovery-image] Dec 13 20:38:31.360 INFO O| Dec 13 20:38:31.360 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-12-13T20:38:32.473Z[ recovery-image] Dec 13 20:38:31.384 INFO O| Dec 13 20:38:31.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
46892024-12-13T20:38:32.473Z[ recovery-image] Dec 13 20:38:31.384 INFO O| Dec 13 20:38:31.384 INFO STEP 135 (remove_files) COMPLETE
46902024-12-13T20:38:32.473Z[ recovery-image] Dec 13 20:38:31.384 INFO O| Dec 13 20:38:31.384 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-12-13T20:38:32.497Z[ recovery-image] Dec 13 20:38:31.408 INFO O| Dec 13 20:38:31.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
46922024-12-13T20:38:32.497Z[ recovery-image] Dec 13 20:38:31.408 INFO O| Dec 13 20:38:31.408 INFO STEP 136 (remove_files) COMPLETE
46932024-12-13T20:38:32.514Z[ recovery-image] Dec 13 20:38:31.408 INFO O| Dec 13 20:38:31.408 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-12-13T20:38:32.534Z[ recovery-image] Dec 13 20:38:31.445 INFO O| Dec 13 20:38:31.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
46952024-12-13T20:38:32.534Z[ recovery-image] Dec 13 20:38:31.445 INFO O| Dec 13 20:38:31.445 INFO STEP 137 (remove_files) COMPLETE
46962024-12-13T20:38:32.537Z[ recovery-image] Dec 13 20:38:31.445 INFO O| Dec 13 20:38:31.445 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-12-13T20:38:32.598Z[ recovery-image] Dec 13 20:38:31.507 INFO O| Dec 13 20:38:31.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
46982024-12-13T20:38:32.598Z[ recovery-image] Dec 13 20:38:31.507 INFO O| Dec 13 20:38:31.507 INFO STEP 138 (remove_files) COMPLETE
46992024-12-13T20:38:32.598Z[ recovery-image] Dec 13 20:38:31.507 INFO O| Dec 13 20:38:31.507 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-12-13T20:38:32.673Z[ recovery-image] Dec 13 20:38:31.584 INFO O| Dec 13 20:38:31.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47012024-12-13T20:38:32.673Z[ recovery-image] Dec 13 20:38:31.584 INFO O| Dec 13 20:38:31.584 INFO STEP 139 (remove_files) COMPLETE
47022024-12-13T20:38:32.676Z[ recovery-image] Dec 13 20:38:31.584 INFO O| Dec 13 20:38:31.584 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-12-13T20:38:32.695Z[ recovery-image] Dec 13 20:38:31.606 INFO O| Dec 13 20:38:31.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47042024-12-13T20:38:32.698Z[ recovery-image] Dec 13 20:38:31.606 INFO O| Dec 13 20:38:31.606 INFO STEP 140 (remove_files) COMPLETE
47052024-12-13T20:38:32.699Z[ recovery-image] Dec 13 20:38:31.606 INFO O| Dec 13 20:38:31.606 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-12-13T20:38:32.716Z[ recovery-image] Dec 13 20:38:31.627 INFO O| Dec 13 20:38:31.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47072024-12-13T20:38:32.716Z[ recovery-image] Dec 13 20:38:31.627 INFO O| Dec 13 20:38:31.627 INFO STEP 141 (remove_files) COMPLETE
47082024-12-13T20:38:32.719Z[ recovery-image] Dec 13 20:38:31.627 INFO O| Dec 13 20:38:31.627 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-12-13T20:38:32.736Z[ recovery-image] Dec 13 20:38:31.647 INFO O| Dec 13 20:38:31.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47102024-12-13T20:38:32.736Z[ recovery-image] Dec 13 20:38:31.647 INFO O| Dec 13 20:38:31.647 INFO STEP 142 (remove_files) COMPLETE
47112024-12-13T20:38:32.739Z[ recovery-image] Dec 13 20:38:31.647 INFO O| Dec 13 20:38:31.647 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-12-13T20:38:32.772Z[ recovery-image] Dec 13 20:38:31.682 INFO O| Dec 13 20:38:31.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47132024-12-13T20:38:32.776Z[ recovery-image] Dec 13 20:38:31.682 INFO O| Dec 13 20:38:31.682 INFO STEP 143 (remove_files) COMPLETE
47142024-12-13T20:38:32.776Z[ recovery-image] Dec 13 20:38:31.683 INFO O| Dec 13 20:38:31.683 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-12-13T20:38:32.780Z[ host-image] Dec 13 20:38:31.688 INFO O| Dec 13 20:38:31.687 INFO O| Planning: Evaluating mediators ... Done
47162024-12-13T20:38:32.780Z[ host-image] Dec 13 20:38:31.690 INFO O| Dec 13 20:38:31.690 INFO O| Planning: Planning completed in 6.53 seconds
47172024-12-13T20:38:32.783Z[ host-image] Dec 13 20:38:31.693 INFO O| Dec 13 20:38:31.693 INFO O| Packages to install: 5
47182024-12-13T20:38:32.783Z[ host-image] Dec 13 20:38:31.693 INFO O| Dec 13 20:38:31.693 INFO O| Services to change: 2
47192024-12-13T20:38:32.794Z[ recovery-image] Dec 13 20:38:31.705 INFO O| Dec 13 20:38:31.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47202024-12-13T20:38:32.798Z[ recovery-image] Dec 13 20:38:31.705 INFO O| Dec 13 20:38:31.705 INFO STEP 144 (remove_files) COMPLETE
47212024-12-13T20:38:32.798Z[ recovery-image] Dec 13 20:38:31.706 INFO O| Dec 13 20:38:31.706 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-12-13T20:38:32.821Z[ host-image] Dec 13 20:38:31.731 INFO O| Dec 13 20:38:31.730 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
47232024-12-13T20:38:32.824Z[ recovery-image] Dec 13 20:38:31.731 INFO O| Dec 13 20:38:31.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47242024-12-13T20:38:32.825Z[ recovery-image] Dec 13 20:38:31.731 INFO O| Dec 13 20:38:31.731 INFO STEP 145 (remove_files) COMPLETE
47252024-12-13T20:38:32.825Z[ recovery-image] Dec 13 20:38:31.731 INFO O| Dec 13 20:38:31.731 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-12-13T20:38:32.842Z[ recovery-image] Dec 13 20:38:31.753 INFO O| Dec 13 20:38:31.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47272024-12-13T20:38:32.843Z[ recovery-image] Dec 13 20:38:31.753 INFO O| Dec 13 20:38:31.753 INFO STEP 146 (remove_files) COMPLETE
47282024-12-13T20:38:32.846Z[ recovery-image] Dec 13 20:38:31.753 INFO O| Dec 13 20:38:31.753 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-12-13T20:38:32.865Z[ recovery-image] Dec 13 20:38:31.775 INFO O| Dec 13 20:38:31.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47302024-12-13T20:38:32.865Z[ recovery-image] Dec 13 20:38:31.775 INFO O| Dec 13 20:38:31.775 INFO STEP 147 (remove_files) COMPLETE
47312024-12-13T20:38:32.868Z[ recovery-image] Dec 13 20:38:31.776 INFO O| Dec 13 20:38:31.775 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-12-13T20:38:32.886Z[ recovery-image] Dec 13 20:38:31.797 INFO O| Dec 13 20:38:31.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47332024-12-13T20:38:32.886Z[ recovery-image] Dec 13 20:38:31.797 INFO O| Dec 13 20:38:31.797 INFO STEP 148 (remove_files) COMPLETE
47342024-12-13T20:38:32.887Z[ recovery-image] Dec 13 20:38:31.797 INFO O| Dec 13 20:38:31.797 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-12-13T20:38:32.907Z[ recovery-image] Dec 13 20:38:31.818 INFO O| Dec 13 20:38:31.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47362024-12-13T20:38:32.907Z[ recovery-image] Dec 13 20:38:31.818 INFO O| Dec 13 20:38:31.818 INFO STEP 149 (remove_files) COMPLETE
47372024-12-13T20:38:32.911Z[ recovery-image] Dec 13 20:38:31.818 INFO O| Dec 13 20:38:31.818 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-12-13T20:38:33.028Z[ recovery-image] Dec 13 20:38:31.938 INFO O| Dec 13 20:38:31.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47392024-12-13T20:38:33.028Z[ recovery-image] Dec 13 20:38:31.938 INFO O| Dec 13 20:38:31.938 INFO STEP 150 (remove_files) COMPLETE
47402024-12-13T20:38:33.032Z[ recovery-image] Dec 13 20:38:31.939 INFO O| Dec 13 20:38:31.938 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-12-13T20:38:33.054Z[ recovery-image] Dec 13 20:38:31.964 INFO O| Dec 13 20:38:31.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47422024-12-13T20:38:33.054Z[ recovery-image] Dec 13 20:38:31.964 INFO O| Dec 13 20:38:31.964 INFO STEP 151 (remove_files) COMPLETE
47432024-12-13T20:38:33.054Z[ recovery-image] Dec 13 20:38:31.964 INFO O| Dec 13 20:38:31.964 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-12-13T20:38:33.090Z[ recovery-image] Dec 13 20:38:32.001 INFO O| Dec 13 20:38:32.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
47452024-12-13T20:38:33.090Z[ recovery-image] Dec 13 20:38:32.001 INFO O| Dec 13 20:38:32.001 INFO STEP 152 (remove_files) COMPLETE
47462024-12-13T20:38:33.099Z[ recovery-image] Dec 13 20:38:32.001 INFO O| Dec 13 20:38:32.001 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-12-13T20:38:33.144Z[ recovery-image] Dec 13 20:38:32.053 INFO O| Dec 13 20:38:32.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
47482024-12-13T20:38:33.144Z[ recovery-image] Dec 13 20:38:32.053 INFO O| Dec 13 20:38:32.053 INFO STEP 153 (remove_files) COMPLETE
47492024-12-13T20:38:33.144Z[ recovery-image] Dec 13 20:38:32.053 INFO O| Dec 13 20:38:32.053 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-12-13T20:38:33.163Z[ recovery-image] Dec 13 20:38:32.073 INFO O| Dec 13 20:38:32.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
47512024-12-13T20:38:33.163Z[ recovery-image] Dec 13 20:38:32.074 INFO O| Dec 13 20:38:32.074 INFO STEP 154 (remove_files) COMPLETE
47522024-12-13T20:38:33.163Z[ recovery-image] Dec 13 20:38:32.074 INFO O| Dec 13 20:38:32.074 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-12-13T20:38:33.184Z[ recovery-image] Dec 13 20:38:32.095 INFO O| Dec 13 20:38:32.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
47542024-12-13T20:38:33.184Z[ recovery-image] Dec 13 20:38:32.095 INFO O| Dec 13 20:38:32.095 INFO STEP 155 (remove_files) COMPLETE
47552024-12-13T20:38:33.187Z[ recovery-image] Dec 13 20:38:32.095 INFO O| Dec 13 20:38:32.095 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-12-13T20:38:33.207Z[ recovery-image] Dec 13 20:38:32.117 INFO O| Dec 13 20:38:32.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
47572024-12-13T20:38:33.209Z[ recovery-image] Dec 13 20:38:32.118 INFO O| Dec 13 20:38:32.117 INFO STEP 156 (remove_files) COMPLETE
47582024-12-13T20:38:33.209Z[ recovery-image] Dec 13 20:38:32.118 INFO O| Dec 13 20:38:32.118 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-12-13T20:38:33.229Z[ recovery-image] Dec 13 20:38:32.140 INFO O| Dec 13 20:38:32.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
47602024-12-13T20:38:33.229Z[ recovery-image] Dec 13 20:38:32.140 INFO O| Dec 13 20:38:32.140 INFO STEP 157 (remove_files) COMPLETE
47612024-12-13T20:38:33.229Z[ recovery-image] Dec 13 20:38:32.140 INFO O| Dec 13 20:38:32.140 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-12-13T20:38:33.249Z[ recovery-image] Dec 13 20:38:32.160 INFO O| Dec 13 20:38:32.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
47632024-12-13T20:38:33.249Z[ recovery-image] Dec 13 20:38:32.160 INFO O| Dec 13 20:38:32.160 INFO STEP 158 (remove_files) COMPLETE
47642024-12-13T20:38:33.252Z[ recovery-image] Dec 13 20:38:32.160 INFO O| Dec 13 20:38:32.160 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-12-13T20:38:33.276Z[ recovery-image] Dec 13 20:38:32.186 INFO O| Dec 13 20:38:32.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
47662024-12-13T20:38:33.276Z[ recovery-image] Dec 13 20:38:32.186 INFO O| Dec 13 20:38:32.186 INFO STEP 159 (remove_files) COMPLETE
47672024-12-13T20:38:33.278Z[ recovery-image] Dec 13 20:38:32.186 INFO O| Dec 13 20:38:32.186 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-12-13T20:38:33.329Z[ recovery-image] Dec 13 20:38:32.240 INFO O| Dec 13 20:38:32.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
47692024-12-13T20:38:33.329Z[ recovery-image] Dec 13 20:38:32.240 INFO O| Dec 13 20:38:32.240 INFO STEP 160 (remove_files) COMPLETE
47702024-12-13T20:38:33.332Z[ recovery-image] Dec 13 20:38:32.240 INFO O| Dec 13 20:38:32.240 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-12-13T20:38:33.368Z[ recovery-image] Dec 13 20:38:32.278 INFO O| Dec 13 20:38:32.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
47722024-12-13T20:38:33.368Z[ recovery-image] Dec 13 20:38:32.278 INFO O| Dec 13 20:38:32.278 INFO STEP 161 (remove_files) COMPLETE
47732024-12-13T20:38:33.370Z[ recovery-image] Dec 13 20:38:32.278 INFO O| Dec 13 20:38:32.278 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-12-13T20:38:33.405Z[ recovery-image] Dec 13 20:38:32.316 INFO O| Dec 13 20:38:32.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
47752024-12-13T20:38:33.405Z[ recovery-image] Dec 13 20:38:32.316 INFO O| Dec 13 20:38:32.316 INFO STEP 162 (remove_files) COMPLETE
47762024-12-13T20:38:33.405Z[ recovery-image] Dec 13 20:38:32.316 INFO O| Dec 13 20:38:32.316 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-12-13T20:38:33.427Z[ recovery-image] Dec 13 20:38:32.337 INFO O| Dec 13 20:38:32.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
47782024-12-13T20:38:33.427Z[ recovery-image] Dec 13 20:38:32.337 INFO O| Dec 13 20:38:32.337 INFO STEP 163 (remove_files) COMPLETE
47792024-12-13T20:38:33.429Z[ recovery-image] Dec 13 20:38:32.338 INFO O| Dec 13 20:38:32.337 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-12-13T20:38:33.447Z[ recovery-image] Dec 13 20:38:32.358 INFO O| Dec 13 20:38:32.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
47812024-12-13T20:38:33.447Z[ recovery-image] Dec 13 20:38:32.358 INFO O| Dec 13 20:38:32.358 INFO STEP 164 (remove_files) COMPLETE
47822024-12-13T20:38:33.448Z[ recovery-image] Dec 13 20:38:32.358 INFO O| Dec 13 20:38:32.358 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-12-13T20:38:33.467Z[ recovery-image] Dec 13 20:38:32.378 INFO O| Dec 13 20:38:32.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
47842024-12-13T20:38:33.470Z[ recovery-image] Dec 13 20:38:32.381 INFO O| Dec 13 20:38:32.381 INFO STEP 165 (remove_files) COMPLETE
47852024-12-13T20:38:33.470Z[ recovery-image] Dec 13 20:38:32.381 INFO O| Dec 13 20:38:32.381 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-12-13T20:38:33.507Z[ recovery-image] Dec 13 20:38:32.418 INFO O| Dec 13 20:38:32.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
47872024-12-13T20:38:33.530Z[ recovery-image] Dec 13 20:38:32.441 INFO O| Dec 13 20:38:32.441 INFO STEP 166 (remove_files) COMPLETE
47882024-12-13T20:38:33.530Z[ recovery-image] Dec 13 20:38:32.441 INFO O| Dec 13 20:38:32.441 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-12-13T20:38:33.563Z[ recovery-image] Dec 13 20:38:32.473 INFO O| Dec 13 20:38:32.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
47902024-12-13T20:38:33.563Z[ recovery-image] Dec 13 20:38:32.473 INFO O| Dec 13 20:38:32.473 INFO STEP 167 (remove_files) COMPLETE
47912024-12-13T20:38:33.563Z[ recovery-image] Dec 13 20:38:32.473 INFO O| Dec 13 20:38:32.473 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-12-13T20:38:33.601Z[ recovery-image] Dec 13 20:38:32.512 INFO O| Dec 13 20:38:32.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
47932024-12-13T20:38:33.609Z[ recovery-image] Dec 13 20:38:32.519 INFO O| Dec 13 20:38:32.519 INFO STEP 168 (remove_files) COMPLETE
47942024-12-13T20:38:33.609Z[ recovery-image] Dec 13 20:38:32.519 INFO O| Dec 13 20:38:32.519 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-12-13T20:38:33.667Z[ recovery-image] Dec 13 20:38:32.577 INFO O| Dec 13 20:38:32.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
47962024-12-13T20:38:33.667Z[ recovery-image] Dec 13 20:38:32.577 INFO O| Dec 13 20:38:32.577 INFO STEP 169 (remove_files) COMPLETE
47972024-12-13T20:38:33.667Z[ recovery-image] Dec 13 20:38:32.577 INFO O| Dec 13 20:38:32.577 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-12-13T20:38:33.688Z[ recovery-image] Dec 13 20:38:32.598 INFO O| Dec 13 20:38:32.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
47992024-12-13T20:38:33.688Z[ recovery-image] Dec 13 20:38:32.598 INFO O| Dec 13 20:38:32.598 INFO STEP 170 (remove_files) COMPLETE
48002024-12-13T20:38:33.688Z[ recovery-image] Dec 13 20:38:32.598 INFO O| Dec 13 20:38:32.598 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-12-13T20:38:33.709Z[ recovery-image] Dec 13 20:38:32.620 INFO O| Dec 13 20:38:32.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48022024-12-13T20:38:33.709Z[ recovery-image] Dec 13 20:38:32.620 INFO O| Dec 13 20:38:32.620 INFO STEP 171 (remove_files) COMPLETE
48032024-12-13T20:38:33.709Z[ recovery-image] Dec 13 20:38:32.620 INFO O| Dec 13 20:38:32.620 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-12-13T20:38:33.731Z[ recovery-image] Dec 13 20:38:32.642 INFO O| Dec 13 20:38:32.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48052024-12-13T20:38:33.731Z[ recovery-image] Dec 13 20:38:32.642 INFO O| Dec 13 20:38:32.642 INFO STEP 172 (remove_files) COMPLETE
48062024-12-13T20:38:33.731Z[ recovery-image] Dec 13 20:38:32.642 INFO O| Dec 13 20:38:32.642 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-12-13T20:38:33.761Z[ recovery-image] Dec 13 20:38:32.671 INFO O| Dec 13 20:38:32.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48082024-12-13T20:38:33.761Z[ recovery-image] Dec 13 20:38:32.671 INFO O| Dec 13 20:38:32.671 INFO STEP 173 (remove_files) COMPLETE
48092024-12-13T20:38:33.761Z[ recovery-image] Dec 13 20:38:32.671 INFO O| Dec 13 20:38:32.671 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-12-13T20:38:33.799Z[ recovery-image] Dec 13 20:38:32.710 INFO O| Dec 13 20:38:32.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48112024-12-13T20:38:33.799Z[ recovery-image] Dec 13 20:38:32.710 INFO O| Dec 13 20:38:32.710 INFO STEP 174 (remove_files) COMPLETE
48122024-12-13T20:38:33.801Z[ recovery-image] Dec 13 20:38:32.710 INFO O| Dec 13 20:38:32.710 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-12-13T20:38:33.822Z[ recovery-image] Dec 13 20:38:32.733 INFO O| Dec 13 20:38:32.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48142024-12-13T20:38:33.822Z[ recovery-image] Dec 13 20:38:32.733 INFO O| Dec 13 20:38:32.733 INFO STEP 175 (remove_files) COMPLETE
48152024-12-13T20:38:33.822Z[ recovery-image] Dec 13 20:38:32.733 INFO O| Dec 13 20:38:32.733 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-12-13T20:38:33.851Z[ recovery-image] Dec 13 20:38:32.761 INFO O| Dec 13 20:38:32.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48172024-12-13T20:38:33.853Z[ recovery-image] Dec 13 20:38:32.761 INFO O| Dec 13 20:38:32.761 INFO STEP 176 (remove_files) COMPLETE
48182024-12-13T20:38:33.853Z[ recovery-image] Dec 13 20:38:32.762 INFO O| Dec 13 20:38:32.762 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-12-13T20:38:33.873Z[ recovery-image] Dec 13 20:38:32.784 INFO O| Dec 13 20:38:32.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48202024-12-13T20:38:33.876Z[ recovery-image] Dec 13 20:38:32.784 INFO O| Dec 13 20:38:32.784 INFO STEP 177 (remove_files) COMPLETE
48212024-12-13T20:38:33.876Z[ recovery-image] Dec 13 20:38:32.784 INFO O| Dec 13 20:38:32.784 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-12-13T20:38:33.895Z[ recovery-image] Dec 13 20:38:32.805 INFO O| Dec 13 20:38:32.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48232024-12-13T20:38:33.897Z[ recovery-image] Dec 13 20:38:32.806 INFO O| Dec 13 20:38:32.806 INFO STEP 178 (remove_files) COMPLETE
48242024-12-13T20:38:33.897Z[ recovery-image] Dec 13 20:38:32.806 INFO O| Dec 13 20:38:32.806 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-12-13T20:38:33.917Z[ recovery-image] Dec 13 20:38:32.827 INFO O| Dec 13 20:38:32.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48262024-12-13T20:38:33.920Z[ recovery-image] Dec 13 20:38:32.827 INFO O| Dec 13 20:38:32.827 INFO STEP 179 (remove_files) COMPLETE
48272024-12-13T20:38:33.920Z[ recovery-image] Dec 13 20:38:32.828 INFO O| Dec 13 20:38:32.828 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-12-13T20:38:33.941Z[ recovery-image] Dec 13 20:38:32.852 INFO O| Dec 13 20:38:32.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48292024-12-13T20:38:33.944Z[ recovery-image] Dec 13 20:38:32.852 INFO O| Dec 13 20:38:32.852 INFO STEP 180 (remove_files) COMPLETE
48302024-12-13T20:38:33.944Z[ recovery-image] Dec 13 20:38:32.852 INFO O| Dec 13 20:38:32.852 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-12-13T20:38:33.965Z[ recovery-image] Dec 13 20:38:32.875 INFO O| Dec 13 20:38:32.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48322024-12-13T20:38:33.980Z[ recovery-image] Dec 13 20:38:32.890 INFO O| Dec 13 20:38:32.890 INFO STEP 181 (remove_files) COMPLETE
48332024-12-13T20:38:33.980Z[ recovery-image] Dec 13 20:38:32.890 INFO O| Dec 13 20:38:32.890 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-12-13T20:38:34.014Z[ recovery-image] Dec 13 20:38:32.925 INFO O| Dec 13 20:38:32.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48352024-12-13T20:38:34.014Z[ recovery-image] Dec 13 20:38:32.925 INFO O| Dec 13 20:38:32.925 INFO STEP 182 (remove_files) COMPLETE
48362024-12-13T20:38:34.014Z[ recovery-image] Dec 13 20:38:32.925 INFO O| Dec 13 20:38:32.925 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-12-13T20:38:34.037Z[ recovery-image] Dec 13 20:38:32.947 INFO O| Dec 13 20:38:32.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48382024-12-13T20:38:34.038Z[ recovery-image] Dec 13 20:38:32.947 INFO O| Dec 13 20:38:32.947 INFO STEP 183 (remove_files) COMPLETE
48392024-12-13T20:38:34.038Z[ recovery-image] Dec 13 20:38:32.947 INFO O| Dec 13 20:38:32.947 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-12-13T20:38:34.059Z[ recovery-image] Dec 13 20:38:32.969 INFO O| Dec 13 20:38:32.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48412024-12-13T20:38:34.059Z[ recovery-image] Dec 13 20:38:32.970 INFO O| Dec 13 20:38:32.970 INFO STEP 184 (remove_files) COMPLETE
48422024-12-13T20:38:34.059Z[ recovery-image] Dec 13 20:38:32.970 INFO O| Dec 13 20:38:32.970 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-12-13T20:38:34.083Z[ recovery-image] Dec 13 20:38:32.994 INFO O| Dec 13 20:38:32.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
48442024-12-13T20:38:34.083Z[ recovery-image] Dec 13 20:38:32.994 INFO O| Dec 13 20:38:32.994 INFO STEP 185 (remove_files) COMPLETE
48452024-12-13T20:38:34.086Z[ recovery-image] Dec 13 20:38:32.994 INFO O| Dec 13 20:38:32.994 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-12-13T20:38:34.122Z[ recovery-image] Dec 13 20:38:33.032 INFO O| Dec 13 20:38:33.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
48472024-12-13T20:38:34.122Z[ recovery-image] Dec 13 20:38:33.032 INFO O| Dec 13 20:38:33.032 INFO STEP 186 (remove_files) COMPLETE
48482024-12-13T20:38:34.125Z[ recovery-image] Dec 13 20:38:33.032 INFO O| Dec 13 20:38:33.032 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-12-13T20:38:34.151Z[ recovery-image] Dec 13 20:38:33.060 INFO O| Dec 13 20:38:33.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
48502024-12-13T20:38:34.151Z[ recovery-image] Dec 13 20:38:33.060 INFO O| Dec 13 20:38:33.060 INFO STEP 187 (remove_files) COMPLETE
48512024-12-13T20:38:34.151Z[ recovery-image] Dec 13 20:38:33.061 INFO O| Dec 13 20:38:33.060 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-12-13T20:38:34.173Z[ recovery-image] Dec 13 20:38:33.084 INFO O| Dec 13 20:38:33.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
48532024-12-13T20:38:34.173Z[ recovery-image] Dec 13 20:38:33.084 INFO O| Dec 13 20:38:33.084 INFO STEP 188 (remove_files) COMPLETE
48542024-12-13T20:38:34.176Z[ recovery-image] Dec 13 20:38:33.084 INFO O| Dec 13 20:38:33.084 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-12-13T20:38:34.196Z[ recovery-image] Dec 13 20:38:33.106 INFO O| Dec 13 20:38:33.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
48562024-12-13T20:38:34.196Z[ recovery-image] Dec 13 20:38:33.106 INFO O| Dec 13 20:38:33.106 INFO STEP 189 (remove_files) COMPLETE
48572024-12-13T20:38:34.198Z[ recovery-image] Dec 13 20:38:33.107 INFO O| Dec 13 20:38:33.106 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-12-13T20:38:34.221Z[ recovery-image] Dec 13 20:38:33.132 INFO O| Dec 13 20:38:33.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
48592024-12-13T20:38:34.221Z[ recovery-image] Dec 13 20:38:33.132 INFO O| Dec 13 20:38:33.132 INFO STEP 190 (remove_files) COMPLETE
48602024-12-13T20:38:34.224Z[ recovery-image] Dec 13 20:38:33.132 INFO O| Dec 13 20:38:33.132 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-12-13T20:38:34.282Z[ recovery-image] Dec 13 20:38:33.192 INFO O| Dec 13 20:38:33.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
48622024-12-13T20:38:34.285Z[ recovery-image] Dec 13 20:38:33.193 INFO O| Dec 13 20:38:33.192 INFO STEP 191 (remove_files) COMPLETE
48632024-12-13T20:38:34.285Z[ recovery-image] Dec 13 20:38:33.193 INFO O| Dec 13 20:38:33.192 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-12-13T20:38:34.307Z[ recovery-image] Dec 13 20:38:33.218 INFO O| Dec 13 20:38:33.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
48652024-12-13T20:38:34.307Z[ recovery-image] Dec 13 20:38:33.218 INFO O| Dec 13 20:38:33.218 INFO STEP 192 (remove_files) COMPLETE
48662024-12-13T20:38:34.310Z[ recovery-image] Dec 13 20:38:33.218 INFO O| Dec 13 20:38:33.218 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-12-13T20:38:34.331Z[ recovery-image] Dec 13 20:38:33.241 INFO O| Dec 13 20:38:33.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
48682024-12-13T20:38:34.331Z[ recovery-image] Dec 13 20:38:33.241 INFO O| Dec 13 20:38:33.241 INFO STEP 193 (remove_files) COMPLETE
48692024-12-13T20:38:34.331Z[ recovery-image] Dec 13 20:38:33.241 INFO O| Dec 13 20:38:33.241 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-12-13T20:38:34.355Z[ host-image] Dec 13 20:38:33.265 INFO O| Dec 13 20:38:33.265 INFO O| Download: Completed 1.44 MB in 1.53 seconds (961k/s)
48712024-12-13T20:38:34.358Z[ recovery-image] Dec 13 20:38:33.266 INFO O| Dec 13 20:38:33.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
48722024-12-13T20:38:34.358Z[ recovery-image] Dec 13 20:38:33.266 INFO O| Dec 13 20:38:33.266 INFO STEP 194 (remove_files) COMPLETE
48732024-12-13T20:38:34.358Z[ recovery-image] Dec 13 20:38:33.266 INFO O| Dec 13 20:38:33.266 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-12-13T20:38:34.387Z[ recovery-image] Dec 13 20:38:33.297 INFO O| Dec 13 20:38:33.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
48752024-12-13T20:38:34.389Z[ recovery-image] Dec 13 20:38:33.297 INFO O| Dec 13 20:38:33.297 INFO STEP 195 (remove_files) COMPLETE
48762024-12-13T20:38:34.395Z[ recovery-image] Dec 13 20:38:33.306 INFO O| Dec 13 20:38:33.297 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-12-13T20:38:34.403Z[ host-image] Dec 13 20:38:33.314 INFO O| Dec 13 20:38:33.314 INFO O| Actions: 1/305 actions (Installing new actions)
48782024-12-13T20:38:34.459Z[ recovery-image] Dec 13 20:38:33.370 INFO O| Dec 13 20:38:33.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
48792024-12-13T20:38:34.459Z[ recovery-image] Dec 13 20:38:33.370 INFO O| Dec 13 20:38:33.370 INFO STEP 196 (remove_files) COMPLETE
48802024-12-13T20:38:34.460Z[ recovery-image] Dec 13 20:38:33.370 INFO O| Dec 13 20:38:33.370 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-12-13T20:38:34.512Z[ recovery-image] Dec 13 20:38:33.423 INFO O| Dec 13 20:38:33.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
48822024-12-13T20:38:34.516Z[ recovery-image] Dec 13 20:38:33.423 INFO O| Dec 13 20:38:33.423 INFO STEP 197 (remove_files) COMPLETE
48832024-12-13T20:38:34.516Z[ recovery-image] Dec 13 20:38:33.423 INFO O| Dec 13 20:38:33.423 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-12-13T20:38:34.567Z[ recovery-image] Dec 13 20:38:33.476 INFO O| Dec 13 20:38:33.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
48852024-12-13T20:38:34.567Z[ recovery-image] Dec 13 20:38:33.477 INFO O| Dec 13 20:38:33.477 INFO STEP 198 (remove_files) COMPLETE
48862024-12-13T20:38:34.567Z[ recovery-image] Dec 13 20:38:33.477 INFO O| Dec 13 20:38:33.477 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-12-13T20:38:34.607Z[ host-image] Dec 13 20:38:33.517 INFO O| Dec 13 20:38:33.517 INFO O| Actions: Completed 305 actions in 0.20 seconds.
48882024-12-13T20:38:34.633Z[ recovery-image] Dec 13 20:38:33.543 INFO O| Dec 13 20:38:33.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
48892024-12-13T20:38:34.633Z[ recovery-image] Dec 13 20:38:33.543 INFO O| Dec 13 20:38:33.543 INFO STEP 199 (remove_files) COMPLETE
48902024-12-13T20:38:34.633Z[ recovery-image] Dec 13 20:38:33.543 INFO O| Dec 13 20:38:33.543 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-12-13T20:38:34.803Z[ recovery-image] Dec 13 20:38:33.714 INFO O| Dec 13 20:38:33.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
48922024-12-13T20:38:34.806Z[ recovery-image] Dec 13 20:38:33.714 INFO O| Dec 13 20:38:33.714 INFO STEP 200 (remove_files) COMPLETE
48932024-12-13T20:38:34.806Z[ recovery-image] Dec 13 20:38:33.714 INFO O| Dec 13 20:38:33.714 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-12-13T20:38:34.860Z[ recovery-image] Dec 13 20:38:33.770 INFO O| Dec 13 20:38:33.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
48952024-12-13T20:38:34.864Z[ recovery-image] Dec 13 20:38:33.770 INFO O| Dec 13 20:38:33.770 INFO STEP 201 (remove_files) COMPLETE
48962024-12-13T20:38:34.864Z[ recovery-image] Dec 13 20:38:33.770 INFO O| Dec 13 20:38:33.770 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-12-13T20:38:34.899Z[ recovery-image] Dec 13 20:38:33.809 INFO O| Dec 13 20:38:33.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
48982024-12-13T20:38:34.899Z[ recovery-image] Dec 13 20:38:33.809 INFO O| Dec 13 20:38:33.809 INFO STEP 202 (remove_files) COMPLETE
48992024-12-13T20:38:34.899Z[ recovery-image] Dec 13 20:38:33.809 INFO O| Dec 13 20:38:33.809 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-12-13T20:38:34.932Z[ recovery-image] Dec 13 20:38:33.843 INFO O| Dec 13 20:38:33.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49012024-12-13T20:38:34.933Z[ recovery-image] Dec 13 20:38:33.843 INFO O| Dec 13 20:38:33.843 INFO STEP 203 (remove_files) COMPLETE
49022024-12-13T20:38:34.933Z[ recovery-image] Dec 13 20:38:33.843 INFO O| Dec 13 20:38:33.843 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-12-13T20:38:34.994Z[ recovery-image] Dec 13 20:38:33.904 INFO O| Dec 13 20:38:33.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49042024-12-13T20:38:34.994Z[ recovery-image] Dec 13 20:38:33.904 INFO O| Dec 13 20:38:33.904 INFO STEP 204 (remove_files) COMPLETE
49052024-12-13T20:38:34.997Z[ recovery-image] Dec 13 20:38:33.904 INFO O| Dec 13 20:38:33.904 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-12-13T20:38:35.033Z[ recovery-image] Dec 13 20:38:33.943 INFO O| Dec 13 20:38:33.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49072024-12-13T20:38:35.036Z[ recovery-image] Dec 13 20:38:33.943 INFO O| Dec 13 20:38:33.943 INFO STEP 205 (remove_files) COMPLETE
49082024-12-13T20:38:35.036Z[ recovery-image] Dec 13 20:38:33.943 INFO O| Dec 13 20:38:33.943 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-12-13T20:38:35.059Z[ recovery-image] Dec 13 20:38:33.969 INFO O| Dec 13 20:38:33.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49102024-12-13T20:38:35.062Z[ recovery-image] Dec 13 20:38:33.969 INFO O| Dec 13 20:38:33.969 INFO STEP 206 (remove_files) COMPLETE
49112024-12-13T20:38:35.062Z[ recovery-image] Dec 13 20:38:33.969 INFO O| Dec 13 20:38:33.969 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-12-13T20:38:35.108Z[ recovery-image] Dec 13 20:38:34.018 INFO O| Dec 13 20:38:34.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49132024-12-13T20:38:35.108Z[ recovery-image] Dec 13 20:38:34.018 INFO O| Dec 13 20:38:34.018 INFO STEP 207 (remove_files) COMPLETE
49142024-12-13T20:38:35.108Z[ recovery-image] Dec 13 20:38:34.018 INFO O| Dec 13 20:38:34.018 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-12-13T20:38:35.131Z[ recovery-image] Dec 13 20:38:34.041 INFO O| Dec 13 20:38:34.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49162024-12-13T20:38:35.131Z[ recovery-image] Dec 13 20:38:34.041 INFO O| Dec 13 20:38:34.041 INFO STEP 208 (remove_files) COMPLETE
49172024-12-13T20:38:35.134Z[ recovery-image] Dec 13 20:38:34.041 INFO O| Dec 13 20:38:34.041 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-12-13T20:38:35.151Z[ host-image] Dec 13 20:38:34.061 INFO O| Dec 13 20:38:34.061 INFO O| Done
49192024-12-13T20:38:35.151Z[ host-image] Dec 13 20:38:34.061 INFO O| Dec 13 20:38:34.061 INFO O| Done
49202024-12-13T20:38:35.171Z[ recovery-image] Dec 13 20:38:34.081 INFO O| Dec 13 20:38:34.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49212024-12-13T20:38:35.171Z[ recovery-image] Dec 13 20:38:34.081 INFO O| Dec 13 20:38:34.081 INFO STEP 209 (remove_files) COMPLETE
49222024-12-13T20:38:35.171Z[ recovery-image] Dec 13 20:38:34.081 INFO O| Dec 13 20:38:34.081 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-12-13T20:38:35.228Z[ recovery-image] Dec 13 20:38:34.123 INFO O| Dec 13 20:38:34.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49242024-12-13T20:38:35.228Z[ recovery-image] Dec 13 20:38:34.123 INFO O| Dec 13 20:38:34.123 INFO STEP 210 (remove_files) COMPLETE
49252024-12-13T20:38:35.228Z[ recovery-image] Dec 13 20:38:34.123 INFO O| Dec 13 20:38:34.123 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-12-13T20:38:35.235Z[ recovery-image] Dec 13 20:38:34.146 INFO O| Dec 13 20:38:34.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49272024-12-13T20:38:35.235Z[ recovery-image] Dec 13 20:38:34.146 INFO O| Dec 13 20:38:34.146 INFO STEP 211 (remove_files) COMPLETE
49282024-12-13T20:38:35.235Z[ recovery-image] Dec 13 20:38:34.146 INFO O| Dec 13 20:38:34.146 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-12-13T20:38:35.278Z[ recovery-image] Dec 13 20:38:34.188 INFO O| Dec 13 20:38:34.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49302024-12-13T20:38:35.278Z[ recovery-image] Dec 13 20:38:34.188 INFO O| Dec 13 20:38:34.188 INFO STEP 212 (remove_files) COMPLETE
49312024-12-13T20:38:35.280Z[ recovery-image] Dec 13 20:38:34.189 INFO O| Dec 13 20:38:34.188 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-12-13T20:38:35.311Z[ recovery-image] Dec 13 20:38:34.221 INFO O| Dec 13 20:38:34.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49332024-12-13T20:38:35.311Z[ recovery-image] Dec 13 20:38:34.221 INFO O| Dec 13 20:38:34.221 INFO STEP 213 (remove_files) COMPLETE
49342024-12-13T20:38:35.311Z[ recovery-image] Dec 13 20:38:34.221 INFO O| Dec 13 20:38:34.221 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-12-13T20:38:35.344Z[ recovery-image] Dec 13 20:38:34.254 INFO O| Dec 13 20:38:34.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49362024-12-13T20:38:35.344Z[ recovery-image] Dec 13 20:38:34.254 INFO O| Dec 13 20:38:34.254 INFO STEP 214 (remove_files) COMPLETE
49372024-12-13T20:38:35.347Z[ recovery-image] Dec 13 20:38:34.254 INFO O| Dec 13 20:38:34.254 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-12-13T20:38:35.367Z[ recovery-image] Dec 13 20:38:34.276 INFO O| Dec 13 20:38:34.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49392024-12-13T20:38:35.367Z[ recovery-image] Dec 13 20:38:34.276 INFO O| Dec 13 20:38:34.276 INFO STEP 215 (remove_files) COMPLETE
49402024-12-13T20:38:35.367Z[ recovery-image] Dec 13 20:38:34.276 INFO O| Dec 13 20:38:34.276 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-12-13T20:38:35.388Z[ recovery-image] Dec 13 20:38:34.299 INFO O| Dec 13 20:38:34.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49422024-12-13T20:38:35.388Z[ recovery-image] Dec 13 20:38:34.299 INFO O| Dec 13 20:38:34.299 INFO STEP 216 (remove_files) COMPLETE
49432024-12-13T20:38:35.388Z[ recovery-image] Dec 13 20:38:34.299 INFO O| Dec 13 20:38:34.299 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-12-13T20:38:35.423Z[ recovery-image] Dec 13 20:38:34.333 INFO O| Dec 13 20:38:34.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49452024-12-13T20:38:35.426Z[ recovery-image] Dec 13 20:38:34.333 INFO O| Dec 13 20:38:34.333 INFO STEP 217 (remove_files) COMPLETE
49462024-12-13T20:38:35.426Z[ recovery-image] Dec 13 20:38:34.334 INFO O| Dec 13 20:38:34.334 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-12-13T20:38:35.446Z[ recovery-image] Dec 13 20:38:34.356 INFO O| Dec 13 20:38:34.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49482024-12-13T20:38:35.448Z[ recovery-image] Dec 13 20:38:34.356 INFO O| Dec 13 20:38:34.356 INFO STEP 218 (remove_files) COMPLETE
49492024-12-13T20:38:35.448Z[ recovery-image] Dec 13 20:38:34.357 INFO O| Dec 13 20:38:34.357 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-12-13T20:38:36.472Z[ recovery-image] Dec 13 20:38:34.380 INFO O| Dec 13 20:38:34.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
49512024-12-13T20:38:36.472Z[ recovery-image] Dec 13 20:38:34.380 INFO O| Dec 13 20:38:34.380 INFO STEP 219 (remove_files) COMPLETE
49522024-12-13T20:38:36.472Z[ recovery-image] Dec 13 20:38:34.380 INFO O| Dec 13 20:38:34.380 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.401 INFO O| Dec 13 20:38:34.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
49542024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.401 INFO O| Dec 13 20:38:34.401 INFO STEP 220 (remove_files) COMPLETE
49552024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.401 INFO O| Dec 13 20:38:34.401 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.422 INFO O| Dec 13 20:38:34.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
49572024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.422 INFO O| Dec 13 20:38:34.422 INFO STEP 221 (remove_files) COMPLETE
49582024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.422 INFO O| Dec 13 20:38:34.422 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.444 INFO O| Dec 13 20:38:34.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
49602024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.444 INFO O| Dec 13 20:38:34.444 INFO STEP 222 (remove_files) COMPLETE
49612024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.444 INFO O| Dec 13 20:38:34.444 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.479 INFO O| Dec 13 20:38:34.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
49632024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.480 INFO O| Dec 13 20:38:34.479 INFO STEP 223 (remove_files) COMPLETE
49642024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.480 INFO O| Dec 13 20:38:34.480 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.502 INFO O| Dec 13 20:38:34.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
49662024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.503 INFO O| Dec 13 20:38:34.502 INFO STEP 224 (remove_files) COMPLETE
49672024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.503 INFO O| Dec 13 20:38:34.503 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.523 INFO O| Dec 13 20:38:34.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
49692024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.523 INFO O| Dec 13 20:38:34.523 INFO STEP 225 (remove_files) COMPLETE
49702024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.523 INFO O| Dec 13 20:38:34.523 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.541 INFO O| Dec 13 20:38:34.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
49722024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.542 INFO O| Dec 13 20:38:34.542 INFO STEP 226 (remove_files) COMPLETE
49732024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.542 INFO O| Dec 13 20:38:34.542 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.562 INFO O| Dec 13 20:38:34.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
49752024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.562 INFO O| Dec 13 20:38:34.562 INFO STEP 227 (remove_files) COMPLETE
49762024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.563 INFO O| Dec 13 20:38:34.562 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.583 INFO O| Dec 13 20:38:34.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
49782024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.583 INFO O| Dec 13 20:38:34.583 INFO STEP 228 (remove_files) COMPLETE
49792024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.583 INFO O| Dec 13 20:38:34.583 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.618 INFO O| Dec 13 20:38:34.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
49812024-12-13T20:38:36.477Z[ recovery-image] Dec 13 20:38:34.618 INFO O| Dec 13 20:38:34.618 INFO STEP 229 (remove_files) COMPLETE
49822024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.618 INFO O| Dec 13 20:38:34.618 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.677 INFO O| Dec 13 20:38:34.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
49842024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.677 INFO O| Dec 13 20:38:34.677 INFO STEP 230 (remove_files) COMPLETE
49852024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.677 INFO O| Dec 13 20:38:34.677 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.698 INFO O| Dec 13 20:38:34.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
49872024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.698 INFO O| Dec 13 20:38:34.698 INFO STEP 231 (remove_files) COMPLETE
49882024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.698 INFO O| Dec 13 20:38:34.698 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.719 INFO O| Dec 13 20:38:34.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
49902024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.719 INFO O| Dec 13 20:38:34.719 INFO STEP 232 (remove_files) COMPLETE
49912024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.719 INFO O| Dec 13 20:38:34.719 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.739 INFO O| Dec 13 20:38:34.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
49932024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.739 INFO O| Dec 13 20:38:34.739 INFO STEP 233 (remove_files) COMPLETE
49942024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.740 INFO O| Dec 13 20:38:34.739 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.759 INFO O| Dec 13 20:38:34.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
49962024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.759 INFO O| Dec 13 20:38:34.759 INFO STEP 234 (remove_files) COMPLETE
49972024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.759 INFO O| Dec 13 20:38:34.759 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.801 INFO O| Dec 13 20:38:34.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
49992024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.801 INFO O| Dec 13 20:38:34.801 INFO STEP 235 (remove_files) COMPLETE
50002024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.801 INFO O| Dec 13 20:38:34.801 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.824 INFO O| Dec 13 20:38:34.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50022024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.825 INFO O| Dec 13 20:38:34.825 INFO STEP 236 (remove_files) COMPLETE
50032024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.825 INFO O| Dec 13 20:38:34.825 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.843 INFO O| Dec 13 20:38:34.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50052024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.843 INFO O| Dec 13 20:38:34.843 INFO STEP 237 (remove_files) COMPLETE
50062024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.843 INFO O| Dec 13 20:38:34.843 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.884 INFO O| Dec 13 20:38:34.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50082024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.884 INFO O| Dec 13 20:38:34.884 INFO STEP 238 (remove_files) COMPLETE
50092024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.884 INFO O| Dec 13 20:38:34.884 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.908 INFO O| Dec 13 20:38:34.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50112024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.908 INFO O| Dec 13 20:38:34.908 INFO STEP 239 (remove_files) COMPLETE
50122024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.909 INFO O| Dec 13 20:38:34.908 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.931 INFO O| Dec 13 20:38:34.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50142024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.931 INFO O| Dec 13 20:38:34.931 INFO STEP 240 (remove_files) COMPLETE
50152024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.931 INFO O| Dec 13 20:38:34.931 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.951 INFO O| Dec 13 20:38:34.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50172024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.951 INFO O| Dec 13 20:38:34.951 INFO STEP 241 (remove_files) COMPLETE
50182024-12-13T20:38:36.478Z[ recovery-image] Dec 13 20:38:34.951 INFO O| Dec 13 20:38:34.951 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:34.988 INFO O| Dec 13 20:38:34.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50202024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:34.988 INFO O| Dec 13 20:38:34.988 INFO STEP 242 (remove_files) COMPLETE
50212024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:34.988 INFO O| Dec 13 20:38:34.988 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.010 INFO O| Dec 13 20:38:35.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50232024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.011 INFO O| Dec 13 20:38:35.011 INFO STEP 243 (remove_files) COMPLETE
50242024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.012 INFO O| Dec 13 20:38:35.011 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.052 INFO O| Dec 13 20:38:35.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50262024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.052 INFO O| Dec 13 20:38:35.052 INFO STEP 244 (remove_files) COMPLETE
50272024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.052 INFO O| Dec 13 20:38:35.052 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.086 INFO O| Dec 13 20:38:35.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50292024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.086 INFO O| Dec 13 20:38:35.086 INFO STEP 245 (remove_files) COMPLETE
50302024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.086 INFO O| Dec 13 20:38:35.086 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.129 INFO O| Dec 13 20:38:35.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50322024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.129 INFO O| Dec 13 20:38:35.129 INFO STEP 246 (remove_files) COMPLETE
50332024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.129 INFO O| Dec 13 20:38:35.129 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.152 INFO O| Dec 13 20:38:35.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50352024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.153 INFO O| Dec 13 20:38:35.153 INFO STEP 247 (remove_files) COMPLETE
50362024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.153 INFO O| Dec 13 20:38:35.153 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.187 INFO O| Dec 13 20:38:35.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50382024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.188 INFO O| Dec 13 20:38:35.187 INFO STEP 248 (remove_files) COMPLETE
50392024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.188 INFO O| Dec 13 20:38:35.188 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.219 INFO O| Dec 13 20:38:35.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50412024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.219 INFO O| Dec 13 20:38:35.219 INFO STEP 249 (remove_files) COMPLETE
50422024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.219 INFO O| Dec 13 20:38:35.219 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.253 INFO O| Dec 13 20:38:35.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50442024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.253 INFO O| Dec 13 20:38:35.253 INFO STEP 250 (remove_files) COMPLETE
50452024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.253 INFO O| Dec 13 20:38:35.253 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.296 INFO O| Dec 13 20:38:35.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50472024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.296 INFO O| Dec 13 20:38:35.296 INFO STEP 251 (remove_files) COMPLETE
50482024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.296 INFO O| Dec 13 20:38:35.296 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.321 INFO O| Dec 13 20:38:35.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
50502024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.321 INFO O| Dec 13 20:38:35.321 INFO STEP 252 (remove_files) COMPLETE
50512024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.321 INFO O| Dec 13 20:38:35.321 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-12-13T20:38:36.479Z[ recovery-image] Dec 13 20:38:35.343 INFO O| Dec 13 20:38:35.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
50532024-12-13T20:38:36.482Z[ recovery-image] Dec 13 20:38:35.343 INFO O| Dec 13 20:38:35.343 INFO STEP 253 (remove_files) COMPLETE
50542024-12-13T20:38:36.482Z[ recovery-image] Dec 13 20:38:35.343 INFO O| Dec 13 20:38:35.343 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-12-13T20:38:36.482Z[ recovery-image] Dec 13 20:38:35.364 INFO O| Dec 13 20:38:35.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
50562024-12-13T20:38:36.482Z[ recovery-image] Dec 13 20:38:35.364 INFO O| Dec 13 20:38:35.364 INFO STEP 254 (remove_files) COMPLETE
50572024-12-13T20:38:36.482Z[ recovery-image] Dec 13 20:38:35.364 INFO O| Dec 13 20:38:35.364 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-12-13T20:38:36.489Z[ recovery-image] Dec 13 20:38:35.399 INFO O| Dec 13 20:38:35.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
50592024-12-13T20:38:36.489Z[ recovery-image] Dec 13 20:38:35.399 INFO O| Dec 13 20:38:35.399 INFO STEP 255 (remove_files) COMPLETE
50602024-12-13T20:38:36.492Z[ recovery-image] Dec 13 20:38:35.399 INFO O| Dec 13 20:38:35.399 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-12-13T20:38:36.513Z[ recovery-image] Dec 13 20:38:35.423 INFO O| Dec 13 20:38:35.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
50622024-12-13T20:38:36.513Z[ recovery-image] Dec 13 20:38:35.423 INFO O| Dec 13 20:38:35.423 INFO STEP 256 (remove_files) COMPLETE
50632024-12-13T20:38:36.513Z[ recovery-image] Dec 13 20:38:35.423 INFO O| Dec 13 20:38:35.423 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-12-13T20:38:36.536Z[ recovery-image] Dec 13 20:38:35.446 INFO O| Dec 13 20:38:35.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
50652024-12-13T20:38:36.536Z[ recovery-image] Dec 13 20:38:35.446 INFO O| Dec 13 20:38:35.446 INFO STEP 257 (remove_files) COMPLETE
50662024-12-13T20:38:36.539Z[ recovery-image] Dec 13 20:38:35.446 INFO O| Dec 13 20:38:35.446 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-12-13T20:38:36.555Z[ host-image] Dec 13 20:38:35.465 INFO O| Dec 13 20:38:35.465 INFO O| Done
50682024-12-13T20:38:36.559Z[ recovery-image] Dec 13 20:38:35.469 INFO O| Dec 13 20:38:35.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
50692024-12-13T20:38:36.559Z[ recovery-image] Dec 13 20:38:35.469 INFO O| Dec 13 20:38:35.469 INFO STEP 258 (remove_files) COMPLETE
50702024-12-13T20:38:36.559Z[ recovery-image] Dec 13 20:38:35.469 INFO O| Dec 13 20:38:35.469 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-12-13T20:38:36.593Z[ recovery-image] Dec 13 20:38:35.503 INFO O| Dec 13 20:38:35.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
50722024-12-13T20:38:36.596Z[ recovery-image] Dec 13 20:38:35.504 INFO O| Dec 13 20:38:35.503 INFO STEP 259 (remove_files) COMPLETE
50732024-12-13T20:38:36.596Z[ recovery-image] Dec 13 20:38:35.504 INFO O| Dec 13 20:38:35.504 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-12-13T20:38:36.618Z[ recovery-image] Dec 13 20:38:35.529 INFO O| Dec 13 20:38:35.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
50752024-12-13T20:38:36.640Z[ recovery-image] Dec 13 20:38:35.550 INFO O| Dec 13 20:38:35.550 INFO STEP 260 (remove_files) COMPLETE
50762024-12-13T20:38:36.640Z[ recovery-image] Dec 13 20:38:35.550 INFO O| Dec 13 20:38:35.550 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-12-13T20:38:36.684Z[ recovery-image] Dec 13 20:38:35.594 INFO O| Dec 13 20:38:35.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
50782024-12-13T20:38:36.687Z[ recovery-image] Dec 13 20:38:35.594 INFO O| Dec 13 20:38:35.594 INFO STEP 261 (remove_files) COMPLETE
50792024-12-13T20:38:36.687Z[ recovery-image] Dec 13 20:38:35.595 INFO O| Dec 13 20:38:35.594 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-12-13T20:38:36.720Z[ recovery-image] Dec 13 20:38:35.629 INFO O| Dec 13 20:38:35.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
50812024-12-13T20:38:36.741Z[ recovery-image] Dec 13 20:38:35.651 INFO O| Dec 13 20:38:35.651 INFO STEP 262 (remove_files) COMPLETE
50822024-12-13T20:38:36.741Z[ recovery-image] Dec 13 20:38:35.651 INFO O| Dec 13 20:38:35.651 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-12-13T20:38:36.765Z[ recovery-image] Dec 13 20:38:35.675 INFO O| Dec 13 20:38:35.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
50842024-12-13T20:38:36.767Z[ recovery-image] Dec 13 20:38:35.675 INFO O| Dec 13 20:38:35.675 INFO STEP 263 (remove_files) COMPLETE
50852024-12-13T20:38:36.767Z[ recovery-image] Dec 13 20:38:35.675 INFO O| Dec 13 20:38:35.675 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-12-13T20:38:36.802Z[ recovery-image] Dec 13 20:38:35.712 INFO O| Dec 13 20:38:35.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
50872024-12-13T20:38:36.805Z[ recovery-image] Dec 13 20:38:35.712 INFO O| Dec 13 20:38:35.712 INFO STEP 264 (remove_files) COMPLETE
50882024-12-13T20:38:36.805Z[ recovery-image] Dec 13 20:38:35.713 INFO O| Dec 13 20:38:35.713 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-12-13T20:38:36.854Z[ recovery-image] Dec 13 20:38:35.764 INFO O| Dec 13 20:38:35.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
50902024-12-13T20:38:36.856Z[ recovery-image] Dec 13 20:38:35.764 INFO O| Dec 13 20:38:35.764 INFO STEP 265 (remove_files) COMPLETE
50912024-12-13T20:38:36.856Z[ recovery-image] Dec 13 20:38:35.764 INFO O| Dec 13 20:38:35.764 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-12-13T20:38:36.909Z[ recovery-image] Dec 13 20:38:35.819 INFO O| Dec 13 20:38:35.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
50932024-12-13T20:38:36.912Z[ recovery-image] Dec 13 20:38:35.819 INFO O| Dec 13 20:38:35.819 INFO STEP 266 (remove_files) COMPLETE
50942024-12-13T20:38:36.912Z[ recovery-image] Dec 13 20:38:35.819 INFO O| Dec 13 20:38:35.819 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-12-13T20:38:36.931Z[ recovery-image] Dec 13 20:38:35.842 INFO O| Dec 13 20:38:35.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
50962024-12-13T20:38:36.932Z[ recovery-image] Dec 13 20:38:35.842 INFO O| Dec 13 20:38:35.842 INFO STEP 267 (remove_files) COMPLETE
50972024-12-13T20:38:36.932Z[ recovery-image] Dec 13 20:38:35.842 INFO O| Dec 13 20:38:35.842 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-12-13T20:38:36.979Z[ recovery-image] Dec 13 20:38:35.889 INFO O| Dec 13 20:38:35.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
50992024-12-13T20:38:36.979Z[ recovery-image] Dec 13 20:38:35.889 INFO O| Dec 13 20:38:35.889 INFO STEP 268 (remove_files) COMPLETE
51002024-12-13T20:38:36.982Z[ recovery-image] Dec 13 20:38:35.889 INFO O| Dec 13 20:38:35.889 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-12-13T20:38:37.040Z[ recovery-image] Dec 13 20:38:35.950 INFO O| Dec 13 20:38:35.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51022024-12-13T20:38:37.040Z[ recovery-image] Dec 13 20:38:35.950 INFO O| Dec 13 20:38:35.950 INFO STEP 269 (remove_files) COMPLETE
51032024-12-13T20:38:37.040Z[ recovery-image] Dec 13 20:38:35.950 INFO O| Dec 13 20:38:35.950 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-12-13T20:38:37.083Z[ recovery-image] Dec 13 20:38:35.992 INFO O| Dec 13 20:38:35.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51052024-12-13T20:38:37.083Z[ recovery-image] Dec 13 20:38:35.992 INFO O| Dec 13 20:38:35.992 INFO STEP 270 (remove_files) COMPLETE
51062024-12-13T20:38:37.086Z[ recovery-image] Dec 13 20:38:35.992 INFO O| Dec 13 20:38:35.992 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-12-13T20:38:37.219Z[ recovery-image] Dec 13 20:38:36.095 INFO O| Dec 13 20:38:36.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51082024-12-13T20:38:37.235Z[ recovery-image] Dec 13 20:38:36.145 INFO O| Dec 13 20:38:36.145 INFO STEP 271 (remove_files) COMPLETE
51092024-12-13T20:38:37.235Z[ recovery-image] Dec 13 20:38:36.145 INFO O| Dec 13 20:38:36.145 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-12-13T20:38:37.314Z[ recovery-image] Dec 13 20:38:36.224 INFO O| Dec 13 20:38:36.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51112024-12-13T20:38:37.314Z[ recovery-image] Dec 13 20:38:36.224 INFO O| Dec 13 20:38:36.224 INFO STEP 272 (remove_files) COMPLETE
51122024-12-13T20:38:37.316Z[ recovery-image] Dec 13 20:38:36.224 INFO O| Dec 13 20:38:36.224 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-12-13T20:38:37.343Z[ recovery-image] Dec 13 20:38:36.253 INFO O| Dec 13 20:38:36.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51142024-12-13T20:38:37.343Z[ recovery-image] Dec 13 20:38:36.253 INFO O| Dec 13 20:38:36.253 INFO STEP 273 (remove_files) COMPLETE
51152024-12-13T20:38:37.343Z[ recovery-image] Dec 13 20:38:36.253 INFO O| Dec 13 20:38:36.253 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-12-13T20:38:37.370Z[ recovery-image] Dec 13 20:38:36.280 INFO O| Dec 13 20:38:36.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51172024-12-13T20:38:37.373Z[ recovery-image] Dec 13 20:38:36.280 INFO O| Dec 13 20:38:36.280 INFO STEP 274 (remove_files) COMPLETE
51182024-12-13T20:38:37.373Z[ recovery-image] Dec 13 20:38:36.281 INFO O| Dec 13 20:38:36.280 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-12-13T20:38:37.391Z[ recovery-image] Dec 13 20:38:36.301 INFO O| Dec 13 20:38:36.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51202024-12-13T20:38:37.391Z[ recovery-image] Dec 13 20:38:36.301 INFO O| Dec 13 20:38:36.301 INFO STEP 275 (remove_files) COMPLETE
51212024-12-13T20:38:37.391Z[ recovery-image] Dec 13 20:38:36.301 INFO O| Dec 13 20:38:36.301 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-12-13T20:38:37.413Z[ recovery-image] Dec 13 20:38:36.323 INFO O| Dec 13 20:38:36.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51232024-12-13T20:38:37.413Z[ recovery-image] Dec 13 20:38:36.323 INFO O| Dec 13 20:38:36.323 INFO STEP 276 (remove_files) COMPLETE
51242024-12-13T20:38:37.415Z[ recovery-image] Dec 13 20:38:36.323 INFO O| Dec 13 20:38:36.323 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-12-13T20:38:37.442Z[ recovery-image] Dec 13 20:38:36.352 INFO O| Dec 13 20:38:36.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51262024-12-13T20:38:37.442Z[ recovery-image] Dec 13 20:38:36.352 INFO O| Dec 13 20:38:36.352 INFO STEP 277 (remove_files) COMPLETE
51272024-12-13T20:38:37.445Z[ recovery-image] Dec 13 20:38:36.352 INFO O| Dec 13 20:38:36.352 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-12-13T20:38:37.474Z[ recovery-image] Dec 13 20:38:36.384 INFO O| Dec 13 20:38:36.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51292024-12-13T20:38:37.474Z[ recovery-image] Dec 13 20:38:36.384 INFO O| Dec 13 20:38:36.384 INFO STEP 278 (remove_files) COMPLETE
51302024-12-13T20:38:37.476Z[ recovery-image] Dec 13 20:38:36.384 INFO O| Dec 13 20:38:36.384 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-12-13T20:38:37.523Z[ recovery-image] Dec 13 20:38:36.433 INFO O| Dec 13 20:38:36.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51322024-12-13T20:38:37.524Z[ recovery-image] Dec 13 20:38:36.433 INFO O| Dec 13 20:38:36.433 INFO STEP 279 (remove_files) COMPLETE
51332024-12-13T20:38:37.526Z[ recovery-image] Dec 13 20:38:36.433 INFO O| Dec 13 20:38:36.433 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-12-13T20:38:37.548Z[ recovery-image] Dec 13 20:38:36.458 INFO O| Dec 13 20:38:36.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51352024-12-13T20:38:37.548Z[ recovery-image] Dec 13 20:38:36.458 INFO O| Dec 13 20:38:36.458 INFO STEP 280 (remove_files) COMPLETE
51362024-12-13T20:38:37.548Z[ recovery-image] Dec 13 20:38:36.458 INFO O| Dec 13 20:38:36.458 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-12-13T20:38:37.577Z[ recovery-image] Dec 13 20:38:36.483 INFO O| Dec 13 20:38:36.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51382024-12-13T20:38:37.577Z[ recovery-image] Dec 13 20:38:36.483 INFO O| Dec 13 20:38:36.483 INFO STEP 281 (remove_files) COMPLETE
51392024-12-13T20:38:37.580Z[ recovery-image] Dec 13 20:38:36.483 INFO O| Dec 13 20:38:36.483 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-12-13T20:38:37.641Z[ recovery-image] Dec 13 20:38:36.518 INFO O| Dec 13 20:38:36.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51412024-12-13T20:38:37.644Z[ recovery-image] Dec 13 20:38:36.518 INFO O| Dec 13 20:38:36.518 INFO STEP 282 (remove_files) COMPLETE
51422024-12-13T20:38:37.644Z[ recovery-image] Dec 13 20:38:36.518 INFO O| Dec 13 20:38:36.518 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-12-13T20:38:37.644Z[ recovery-image] Dec 13 20:38:36.541 INFO O| Dec 13 20:38:36.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51442024-12-13T20:38:37.644Z[ recovery-image] Dec 13 20:38:36.541 INFO O| Dec 13 20:38:36.541 INFO STEP 283 (remove_files) COMPLETE
51452024-12-13T20:38:37.644Z[ recovery-image] Dec 13 20:38:36.541 INFO O| Dec 13 20:38:36.541 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-12-13T20:38:37.704Z[ recovery-image] Dec 13 20:38:36.614 INFO O| Dec 13 20:38:36.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51472024-12-13T20:38:37.705Z[ recovery-image] Dec 13 20:38:36.615 INFO O| Dec 13 20:38:36.614 INFO STEP 284 (remove_files) COMPLETE
51482024-12-13T20:38:37.707Z[ recovery-image] Dec 13 20:38:36.615 INFO O| Dec 13 20:38:36.615 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-12-13T20:38:37.759Z[ recovery-image] Dec 13 20:38:36.669 INFO O| Dec 13 20:38:36.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
51502024-12-13T20:38:37.759Z[ recovery-image] Dec 13 20:38:36.669 INFO O| Dec 13 20:38:36.669 INFO STEP 285 (remove_files) COMPLETE
51512024-12-13T20:38:37.759Z[ recovery-image] Dec 13 20:38:36.669 INFO O| Dec 13 20:38:36.669 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-12-13T20:38:37.783Z[ recovery-image] Dec 13 20:38:36.693 INFO O| Dec 13 20:38:36.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
51532024-12-13T20:38:37.783Z[ recovery-image] Dec 13 20:38:36.693 INFO O| Dec 13 20:38:36.693 INFO STEP 286 (remove_files) COMPLETE
51542024-12-13T20:38:37.783Z[ recovery-image] Dec 13 20:38:36.693 INFO O| Dec 13 20:38:36.693 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-12-13T20:38:37.806Z[ recovery-image] Dec 13 20:38:36.716 INFO O| Dec 13 20:38:36.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
51562024-12-13T20:38:37.806Z[ recovery-image] Dec 13 20:38:36.716 INFO O| Dec 13 20:38:36.716 INFO STEP 287 (remove_files) COMPLETE
51572024-12-13T20:38:37.806Z[ recovery-image] Dec 13 20:38:36.716 INFO O| Dec 13 20:38:36.716 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-12-13T20:38:37.828Z[ recovery-image] Dec 13 20:38:36.737 INFO O| Dec 13 20:38:36.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
51592024-12-13T20:38:37.828Z[ recovery-image] Dec 13 20:38:36.737 INFO O| Dec 13 20:38:36.737 INFO STEP 288 (remove_files) COMPLETE
51602024-12-13T20:38:37.831Z[ recovery-image] Dec 13 20:38:36.738 INFO O| Dec 13 20:38:36.737 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-12-13T20:38:37.849Z[ recovery-image] Dec 13 20:38:36.759 INFO O| Dec 13 20:38:36.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
51622024-12-13T20:38:37.849Z[ recovery-image] Dec 13 20:38:36.759 INFO O| Dec 13 20:38:36.759 INFO STEP 289 (remove_files) COMPLETE
51632024-12-13T20:38:37.849Z[ recovery-image] Dec 13 20:38:36.759 INFO O| Dec 13 20:38:36.759 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-12-13T20:38:37.873Z[ recovery-image] Dec 13 20:38:36.782 INFO O| Dec 13 20:38:36.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
51652024-12-13T20:38:37.873Z[ recovery-image] Dec 13 20:38:36.783 INFO O| Dec 13 20:38:36.783 INFO STEP 290 (remove_files) COMPLETE
51662024-12-13T20:38:37.875Z[ recovery-image] Dec 13 20:38:36.783 INFO O| Dec 13 20:38:36.783 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-12-13T20:38:37.896Z[ recovery-image] Dec 13 20:38:36.806 INFO O| Dec 13 20:38:36.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
51682024-12-13T20:38:37.896Z[ recovery-image] Dec 13 20:38:36.806 INFO O| Dec 13 20:38:36.806 INFO STEP 291 (remove_files) COMPLETE
51692024-12-13T20:38:37.896Z[ recovery-image] Dec 13 20:38:36.806 INFO O| Dec 13 20:38:36.806 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-12-13T20:38:37.918Z[ recovery-image] Dec 13 20:38:36.828 INFO O| Dec 13 20:38:36.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
51712024-12-13T20:38:37.918Z[ recovery-image] Dec 13 20:38:36.828 INFO O| Dec 13 20:38:36.828 INFO STEP 292 (remove_files) COMPLETE
51722024-12-13T20:38:37.919Z[ recovery-image] Dec 13 20:38:36.828 INFO O| Dec 13 20:38:36.828 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-12-13T20:38:37.942Z[ recovery-image] Dec 13 20:38:36.852 INFO O| Dec 13 20:38:36.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
51742024-12-13T20:38:37.942Z[ recovery-image] Dec 13 20:38:36.852 INFO O| Dec 13 20:38:36.852 INFO STEP 293 (remove_files) COMPLETE
51752024-12-13T20:38:37.942Z[ recovery-image] Dec 13 20:38:36.852 INFO O| Dec 13 20:38:36.852 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-12-13T20:38:37.966Z[ recovery-image] Dec 13 20:38:36.876 INFO O| Dec 13 20:38:36.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
51772024-12-13T20:38:37.966Z[ recovery-image] Dec 13 20:38:36.876 INFO O| Dec 13 20:38:36.876 INFO STEP 294 (remove_files) COMPLETE
51782024-12-13T20:38:37.966Z[ recovery-image] Dec 13 20:38:36.876 INFO O| Dec 13 20:38:36.876 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-12-13T20:38:37.990Z[ recovery-image] Dec 13 20:38:36.899 INFO O| Dec 13 20:38:36.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
51802024-12-13T20:38:37.990Z[ recovery-image] Dec 13 20:38:36.899 INFO O| Dec 13 20:38:36.899 INFO STEP 295 (remove_files) COMPLETE
51812024-12-13T20:38:37.993Z[ recovery-image] Dec 13 20:38:36.900 INFO O| Dec 13 20:38:36.899 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-12-13T20:38:38.014Z[ recovery-image] Dec 13 20:38:36.923 INFO O| Dec 13 20:38:36.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
51832024-12-13T20:38:38.014Z[ recovery-image] Dec 13 20:38:36.923 INFO O| Dec 13 20:38:36.923 INFO STEP 296 (remove_files) COMPLETE
51842024-12-13T20:38:38.016Z[ recovery-image] Dec 13 20:38:36.924 INFO O| Dec 13 20:38:36.923 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-12-13T20:38:38.037Z[ recovery-image] Dec 13 20:38:36.947 INFO O| Dec 13 20:38:36.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
51862024-12-13T20:38:38.037Z[ recovery-image] Dec 13 20:38:36.947 INFO O| Dec 13 20:38:36.947 INFO STEP 297 (remove_files) COMPLETE
51872024-12-13T20:38:38.037Z[ recovery-image] Dec 13 20:38:36.947 INFO O| Dec 13 20:38:36.947 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-12-13T20:38:38.098Z[ recovery-image] Dec 13 20:38:37.008 INFO O| Dec 13 20:38:37.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
51892024-12-13T20:38:38.098Z[ recovery-image] Dec 13 20:38:37.008 INFO O| Dec 13 20:38:37.008 INFO STEP 298 (remove_files) COMPLETE
51902024-12-13T20:38:38.098Z[ recovery-image] Dec 13 20:38:37.008 INFO O| Dec 13 20:38:37.008 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-12-13T20:38:38.119Z[ recovery-image] Dec 13 20:38:37.029 INFO O| Dec 13 20:38:37.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
51922024-12-13T20:38:38.119Z[ recovery-image] Dec 13 20:38:37.029 INFO O| Dec 13 20:38:37.029 INFO STEP 299 (remove_files) COMPLETE
51932024-12-13T20:38:38.123Z[ recovery-image] Dec 13 20:38:37.029 INFO O| Dec 13 20:38:37.029 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-12-13T20:38:38.141Z[ recovery-image] Dec 13 20:38:37.050 INFO O| Dec 13 20:38:37.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
51952024-12-13T20:38:38.141Z[ recovery-image] Dec 13 20:38:37.051 INFO O| Dec 13 20:38:37.050 INFO STEP 300 (remove_files) COMPLETE
51962024-12-13T20:38:38.141Z[ recovery-image] Dec 13 20:38:37.051 INFO O| Dec 13 20:38:37.051 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-12-13T20:38:38.177Z[ recovery-image] Dec 13 20:38:37.085 INFO O| Dec 13 20:38:37.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
51982024-12-13T20:38:38.177Z[ recovery-image] Dec 13 20:38:37.085 INFO O| Dec 13 20:38:37.085 INFO STEP 301 (remove_files) COMPLETE
51992024-12-13T20:38:38.177Z[ recovery-image] Dec 13 20:38:37.085 INFO O| Dec 13 20:38:37.085 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-12-13T20:38:38.200Z[ recovery-image] Dec 13 20:38:37.109 INFO O| Dec 13 20:38:37.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52012024-12-13T20:38:38.202Z[ recovery-image] Dec 13 20:38:37.110 INFO O| Dec 13 20:38:37.109 INFO STEP 302 (remove_files) COMPLETE
52022024-12-13T20:38:38.202Z[ recovery-image] Dec 13 20:38:37.110 INFO O| Dec 13 20:38:37.110 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-12-13T20:38:38.222Z[ recovery-image] Dec 13 20:38:37.131 INFO O| Dec 13 20:38:37.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52042024-12-13T20:38:38.222Z[ recovery-image] Dec 13 20:38:37.131 INFO O| Dec 13 20:38:37.131 INFO STEP 303 (remove_files) COMPLETE
52052024-12-13T20:38:38.222Z[ recovery-image] Dec 13 20:38:37.131 INFO O| Dec 13 20:38:37.131 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-12-13T20:38:38.243Z[ recovery-image] Dec 13 20:38:37.152 INFO O| Dec 13 20:38:37.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52072024-12-13T20:38:38.243Z[ recovery-image] Dec 13 20:38:37.152 INFO O| Dec 13 20:38:37.152 INFO STEP 304 (remove_files) COMPLETE
52082024-12-13T20:38:38.243Z[ recovery-image] Dec 13 20:38:37.152 INFO O| Dec 13 20:38:37.152 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-12-13T20:38:38.264Z[ recovery-image] Dec 13 20:38:37.173 INFO O| Dec 13 20:38:37.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52102024-12-13T20:38:38.264Z[ recovery-image] Dec 13 20:38:37.173 INFO O| Dec 13 20:38:37.173 INFO STEP 305 (remove_files) COMPLETE
52112024-12-13T20:38:38.267Z[ recovery-image] Dec 13 20:38:37.174 INFO O| Dec 13 20:38:37.173 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-12-13T20:38:38.293Z[ recovery-image] Dec 13 20:38:37.203 INFO O| Dec 13 20:38:37.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52132024-12-13T20:38:38.293Z[ recovery-image] Dec 13 20:38:37.203 INFO O| Dec 13 20:38:37.203 INFO STEP 306 (remove_files) COMPLETE
52142024-12-13T20:38:38.294Z[ recovery-image] Dec 13 20:38:37.203 INFO O| Dec 13 20:38:37.203 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-12-13T20:38:38.357Z[ recovery-image] Dec 13 20:38:37.266 INFO O| Dec 13 20:38:37.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52162024-12-13T20:38:38.357Z[ recovery-image] Dec 13 20:38:37.266 INFO O| Dec 13 20:38:37.266 INFO STEP 307 (remove_files) COMPLETE
52172024-12-13T20:38:38.357Z[ recovery-image] Dec 13 20:38:37.266 INFO O| Dec 13 20:38:37.266 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-12-13T20:38:38.401Z[ recovery-image] Dec 13 20:38:37.311 INFO O| Dec 13 20:38:37.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52192024-12-13T20:38:38.401Z[ recovery-image] Dec 13 20:38:37.311 INFO O| Dec 13 20:38:37.311 INFO STEP 308 (remove_files) COMPLETE
52202024-12-13T20:38:38.404Z[ recovery-image] Dec 13 20:38:37.311 INFO O| Dec 13 20:38:37.311 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-12-13T20:38:38.424Z[ recovery-image] Dec 13 20:38:37.334 INFO O| Dec 13 20:38:37.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52222024-12-13T20:38:38.425Z[ recovery-image] Dec 13 20:38:37.334 INFO O| Dec 13 20:38:37.334 INFO STEP 309 (remove_files) COMPLETE
52232024-12-13T20:38:38.427Z[ recovery-image] Dec 13 20:38:37.334 INFO O| Dec 13 20:38:37.334 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-12-13T20:38:38.466Z[ recovery-image] Dec 13 20:38:37.376 INFO O| Dec 13 20:38:37.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52252024-12-13T20:38:38.468Z[ recovery-image] Dec 13 20:38:37.376 INFO O| Dec 13 20:38:37.376 INFO STEP 310 (remove_files) COMPLETE
52262024-12-13T20:38:38.468Z[ recovery-image] Dec 13 20:38:37.376 INFO O| Dec 13 20:38:37.376 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-12-13T20:38:38.494Z[ recovery-image] Dec 13 20:38:37.403 INFO O| Dec 13 20:38:37.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52282024-12-13T20:38:38.494Z[ recovery-image] Dec 13 20:38:37.403 INFO O| Dec 13 20:38:37.403 INFO STEP 311 (remove_files) COMPLETE
52292024-12-13T20:38:38.494Z[ recovery-image] Dec 13 20:38:37.403 INFO O| Dec 13 20:38:37.403 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-12-13T20:38:38.517Z[ recovery-image] Dec 13 20:38:37.426 INFO O| Dec 13 20:38:37.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52312024-12-13T20:38:38.517Z[ recovery-image] Dec 13 20:38:37.427 INFO O| Dec 13 20:38:37.426 INFO STEP 312 (remove_files) COMPLETE
52322024-12-13T20:38:38.517Z[ recovery-image] Dec 13 20:38:37.427 INFO O| Dec 13 20:38:37.427 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-12-13T20:38:38.539Z[ recovery-image] Dec 13 20:38:37.448 INFO O| Dec 13 20:38:37.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52342024-12-13T20:38:38.539Z[ recovery-image] Dec 13 20:38:37.448 INFO O| Dec 13 20:38:37.448 INFO STEP 313 (remove_files) COMPLETE
52352024-12-13T20:38:38.539Z[ recovery-image] Dec 13 20:38:37.448 INFO O| Dec 13 20:38:37.448 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-12-13T20:38:38.559Z[ recovery-image] Dec 13 20:38:37.469 INFO O| Dec 13 20:38:37.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52372024-12-13T20:38:38.560Z[ recovery-image] Dec 13 20:38:37.469 INFO O| Dec 13 20:38:37.469 INFO STEP 314 (remove_files) COMPLETE
52382024-12-13T20:38:38.560Z[ recovery-image] Dec 13 20:38:37.469 INFO O| Dec 13 20:38:37.469 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-12-13T20:38:38.582Z[ recovery-image] Dec 13 20:38:37.491 INFO O| Dec 13 20:38:37.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52402024-12-13T20:38:38.582Z[ recovery-image] Dec 13 20:38:37.491 INFO O| Dec 13 20:38:37.491 INFO STEP 315 (remove_files) COMPLETE
52412024-12-13T20:38:38.582Z[ recovery-image] Dec 13 20:38:37.491 INFO O| Dec 13 20:38:37.491 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-12-13T20:38:38.630Z[ recovery-image] Dec 13 20:38:37.540 INFO O| Dec 13 20:38:37.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52432024-12-13T20:38:38.632Z[ recovery-image] Dec 13 20:38:37.540 INFO O| Dec 13 20:38:37.540 INFO STEP 316 (remove_files) COMPLETE
52442024-12-13T20:38:38.633Z[ recovery-image] Dec 13 20:38:37.540 INFO O| Dec 13 20:38:37.540 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-12-13T20:38:38.652Z[ recovery-image] Dec 13 20:38:37.562 INFO O| Dec 13 20:38:37.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
52462024-12-13T20:38:38.654Z[ recovery-image] Dec 13 20:38:37.562 INFO O| Dec 13 20:38:37.562 INFO STEP 317 (remove_files) COMPLETE
52472024-12-13T20:38:38.655Z[ recovery-image] Dec 13 20:38:37.562 INFO O| Dec 13 20:38:37.562 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-12-13T20:38:38.674Z[ recovery-image] Dec 13 20:38:37.583 INFO O| Dec 13 20:38:37.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
52492024-12-13T20:38:38.674Z[ recovery-image] Dec 13 20:38:37.584 INFO O| Dec 13 20:38:37.583 INFO STEP 318 (remove_files) COMPLETE
52502024-12-13T20:38:38.677Z[ recovery-image] Dec 13 20:38:37.584 INFO O| Dec 13 20:38:37.584 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-12-13T20:38:38.694Z[ recovery-image] Dec 13 20:38:37.604 INFO O| Dec 13 20:38:37.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
52522024-12-13T20:38:38.697Z[ recovery-image] Dec 13 20:38:37.604 INFO O| Dec 13 20:38:37.604 INFO STEP 319 (remove_files) COMPLETE
52532024-12-13T20:38:38.697Z[ recovery-image] Dec 13 20:38:37.604 INFO O| Dec 13 20:38:37.604 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-12-13T20:38:38.715Z[ recovery-image] Dec 13 20:38:37.625 INFO O| Dec 13 20:38:37.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
52552024-12-13T20:38:38.718Z[ recovery-image] Dec 13 20:38:37.625 INFO O| Dec 13 20:38:37.625 INFO STEP 320 (remove_files) COMPLETE
52562024-12-13T20:38:38.718Z[ recovery-image] Dec 13 20:38:37.626 INFO O| Dec 13 20:38:37.626 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-12-13T20:38:38.738Z[ recovery-image] Dec 13 20:38:37.647 INFO O| Dec 13 20:38:37.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
52582024-12-13T20:38:38.741Z[ recovery-image] Dec 13 20:38:37.648 INFO O| Dec 13 20:38:37.648 INFO STEP 321 (remove_files) COMPLETE
52592024-12-13T20:38:38.741Z[ recovery-image] Dec 13 20:38:37.648 INFO O| Dec 13 20:38:37.648 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-12-13T20:38:38.759Z[ recovery-image] Dec 13 20:38:37.669 INFO O| Dec 13 20:38:37.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
52612024-12-13T20:38:38.762Z[ recovery-image] Dec 13 20:38:37.669 INFO O| Dec 13 20:38:37.669 INFO STEP 322 (remove_files) COMPLETE
52622024-12-13T20:38:38.762Z[ recovery-image] Dec 13 20:38:37.670 INFO O| Dec 13 20:38:37.669 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-12-13T20:38:38.781Z[ recovery-image] Dec 13 20:38:37.691 INFO O| Dec 13 20:38:37.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
52642024-12-13T20:38:38.784Z[ recovery-image] Dec 13 20:38:37.691 INFO O| Dec 13 20:38:37.691 INFO STEP 323 (remove_files) COMPLETE
52652024-12-13T20:38:38.784Z[ recovery-image] Dec 13 20:38:37.692 INFO O| Dec 13 20:38:37.691 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-12-13T20:38:38.803Z[ recovery-image] Dec 13 20:38:37.713 INFO O| Dec 13 20:38:37.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
52672024-12-13T20:38:38.806Z[ recovery-image] Dec 13 20:38:37.713 INFO O| Dec 13 20:38:37.713 INFO STEP 324 (remove_files) COMPLETE
52682024-12-13T20:38:38.806Z[ recovery-image] Dec 13 20:38:37.713 INFO O| Dec 13 20:38:37.713 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-12-13T20:38:38.836Z[ recovery-image] Dec 13 20:38:37.746 INFO O| Dec 13 20:38:37.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
52702024-12-13T20:38:38.838Z[ recovery-image] Dec 13 20:38:37.746 INFO O| Dec 13 20:38:37.746 INFO STEP 325 (remove_files) COMPLETE
52712024-12-13T20:38:38.838Z[ recovery-image] Dec 13 20:38:37.746 INFO O| Dec 13 20:38:37.746 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-12-13T20:38:38.871Z[ recovery-image] Dec 13 20:38:37.780 INFO O| Dec 13 20:38:37.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
52732024-12-13T20:38:38.873Z[ recovery-image] Dec 13 20:38:37.781 INFO O| Dec 13 20:38:37.781 INFO STEP 326 (remove_files) COMPLETE
52742024-12-13T20:38:38.873Z[ recovery-image] Dec 13 20:38:37.781 INFO O| Dec 13 20:38:37.781 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-12-13T20:38:38.892Z[ recovery-image] Dec 13 20:38:37.802 INFO O| Dec 13 20:38:37.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
52762024-12-13T20:38:38.892Z[ recovery-image] Dec 13 20:38:37.802 INFO O| Dec 13 20:38:37.802 INFO STEP 327 (remove_files) COMPLETE
52772024-12-13T20:38:38.895Z[ recovery-image] Dec 13 20:38:37.802 INFO O| Dec 13 20:38:37.802 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-12-13T20:38:38.914Z[ recovery-image] Dec 13 20:38:37.824 INFO O| Dec 13 20:38:37.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
52792024-12-13T20:38:38.917Z[ recovery-image] Dec 13 20:38:37.824 INFO O| Dec 13 20:38:37.824 INFO STEP 328 (remove_files) COMPLETE
52802024-12-13T20:38:38.917Z[ recovery-image] Dec 13 20:38:37.824 INFO O| Dec 13 20:38:37.824 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-12-13T20:38:38.950Z[ recovery-image] Dec 13 20:38:37.859 INFO O| Dec 13 20:38:37.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
52822024-12-13T20:38:38.973Z[ recovery-image] Dec 13 20:38:37.883 INFO O| Dec 13 20:38:37.883 INFO STEP 329 (remove_files) COMPLETE
52832024-12-13T20:38:38.974Z[ recovery-image] Dec 13 20:38:37.883 INFO O| Dec 13 20:38:37.883 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-12-13T20:38:39.008Z[ recovery-image] Dec 13 20:38:37.918 INFO O| Dec 13 20:38:37.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
52852024-12-13T20:38:39.009Z[ recovery-image] Dec 13 20:38:37.918 INFO O| Dec 13 20:38:37.918 INFO STEP 330 (remove_files) COMPLETE
52862024-12-13T20:38:39.011Z[ recovery-image] Dec 13 20:38:37.918 INFO O| Dec 13 20:38:37.918 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-12-13T20:38:39.051Z[ recovery-image] Dec 13 20:38:37.960 INFO O| Dec 13 20:38:37.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
52882024-12-13T20:38:39.052Z[ recovery-image] Dec 13 20:38:37.960 INFO O| Dec 13 20:38:37.960 INFO STEP 331 (remove_files) COMPLETE
52892024-12-13T20:38:39.054Z[ recovery-image] Dec 13 20:38:37.960 INFO O| Dec 13 20:38:37.960 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-12-13T20:38:39.082Z[ recovery-image] Dec 13 20:38:37.991 INFO O| Dec 13 20:38:37.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
52912024-12-13T20:38:39.082Z[ recovery-image] Dec 13 20:38:37.991 INFO O| Dec 13 20:38:37.991 INFO STEP 332 (remove_files) COMPLETE
52922024-12-13T20:38:39.082Z[ recovery-image] Dec 13 20:38:37.991 INFO O| Dec 13 20:38:37.991 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-12-13T20:38:39.105Z[ recovery-image] Dec 13 20:38:38.014 INFO O| Dec 13 20:38:38.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
52942024-12-13T20:38:39.105Z[ recovery-image] Dec 13 20:38:38.014 INFO O| Dec 13 20:38:38.014 INFO STEP 333 (remove_files) COMPLETE
52952024-12-13T20:38:39.105Z[ recovery-image] Dec 13 20:38:38.014 INFO O| Dec 13 20:38:38.014 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-12-13T20:38:39.128Z[ recovery-image] Dec 13 20:38:38.037 INFO O| Dec 13 20:38:38.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
52972024-12-13T20:38:39.128Z[ recovery-image] Dec 13 20:38:38.037 INFO O| Dec 13 20:38:38.037 INFO STEP 334 (remove_files) COMPLETE
52982024-12-13T20:38:39.128Z[ recovery-image] Dec 13 20:38:38.037 INFO O| Dec 13 20:38:38.037 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-12-13T20:38:39.162Z[ recovery-image] Dec 13 20:38:38.071 INFO O| Dec 13 20:38:38.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53002024-12-13T20:38:39.162Z[ recovery-image] Dec 13 20:38:38.071 INFO O| Dec 13 20:38:38.071 INFO STEP 335 (remove_files) COMPLETE
53012024-12-13T20:38:39.162Z[ recovery-image] Dec 13 20:38:38.071 INFO O| Dec 13 20:38:38.071 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-12-13T20:38:39.194Z[ recovery-image] Dec 13 20:38:38.104 INFO O| Dec 13 20:38:38.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53032024-12-13T20:38:39.197Z[ recovery-image] Dec 13 20:38:38.105 INFO O| Dec 13 20:38:38.104 INFO STEP 336 (remove_files) COMPLETE
53042024-12-13T20:38:39.197Z[ recovery-image] Dec 13 20:38:38.105 INFO O| Dec 13 20:38:38.104 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-12-13T20:38:39.236Z[ recovery-image] Dec 13 20:38:38.145 INFO O| Dec 13 20:38:38.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53062024-12-13T20:38:39.236Z[ recovery-image] Dec 13 20:38:38.145 INFO O| Dec 13 20:38:38.145 INFO STEP 337 (remove_files) COMPLETE
53072024-12-13T20:38:39.236Z[ recovery-image] Dec 13 20:38:38.145 INFO O| Dec 13 20:38:38.145 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-12-13T20:38:39.267Z[ recovery-image] Dec 13 20:38:38.177 INFO O| Dec 13 20:38:38.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53092024-12-13T20:38:39.267Z[ recovery-image] Dec 13 20:38:38.177 INFO O| Dec 13 20:38:38.177 INFO STEP 338 (remove_files) COMPLETE
53102024-12-13T20:38:39.270Z[ recovery-image] Dec 13 20:38:38.177 INFO O| Dec 13 20:38:38.177 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-12-13T20:38:39.299Z[ recovery-image] Dec 13 20:38:38.209 INFO O| Dec 13 20:38:38.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53122024-12-13T20:38:39.302Z[ host-image] Dec 13 20:38:38.212 INFO O| Dec 13 20:38:38.212 INFO O| Done
53132024-12-13T20:38:39.319Z[ recovery-image] Dec 13 20:38:38.229 INFO O| Dec 13 20:38:38.229 INFO STEP 339 (remove_files) COMPLETE
53142024-12-13T20:38:39.319Z[ recovery-image] Dec 13 20:38:38.229 INFO O| Dec 13 20:38:38.229 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-12-13T20:38:39.348Z[ host-image] Dec 13 20:38:38.258 INFO O| Dec 13 20:38:38.257 INFO O| Done
53162024-12-13T20:38:39.348Z[ host-image] Dec 13 20:38:38.258 INFO O| Dec 13 20:38:38.258 INFO O| Done
53172024-12-13T20:38:39.378Z[ recovery-image] Dec 13 20:38:38.288 INFO O| Dec 13 20:38:38.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53182024-12-13T20:38:39.381Z[ recovery-image] Dec 13 20:38:38.288 INFO O| Dec 13 20:38:38.288 INFO STEP 340 (remove_files) COMPLETE
53192024-12-13T20:38:39.381Z[ recovery-image] Dec 13 20:38:38.288 INFO O| Dec 13 20:38:38.288 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-12-13T20:38:39.381Z[ host-image] Dec 13 20:38:38.290 INFO O| Dec 13 20:38:38.281 INFO O| Done
53212024-12-13T20:38:39.421Z[ recovery-image] Dec 13 20:38:38.330 INFO O| Dec 13 20:38:38.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53222024-12-13T20:38:39.423Z[ recovery-image] Dec 13 20:38:38.331 INFO O| Dec 13 20:38:38.331 INFO STEP 341 (remove_files) COMPLETE
53232024-12-13T20:38:39.423Z[ recovery-image] Dec 13 20:38:38.331 INFO O| Dec 13 20:38:38.331 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-12-13T20:38:39.473Z[ recovery-image] Dec 13 20:38:38.365 INFO O| Dec 13 20:38:38.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53252024-12-13T20:38:39.474Z[ recovery-image] Dec 13 20:38:38.365 INFO O| Dec 13 20:38:38.365 INFO STEP 342 (remove_files) COMPLETE
53262024-12-13T20:38:39.474Z[ recovery-image] Dec 13 20:38:38.366 INFO O| Dec 13 20:38:38.365 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-12-13T20:38:39.483Z[ recovery-image] Dec 13 20:38:38.391 INFO O| Dec 13 20:38:38.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53282024-12-13T20:38:39.483Z[ recovery-image] Dec 13 20:38:38.391 INFO O| Dec 13 20:38:38.391 INFO STEP 343 (remove_files) COMPLETE
53292024-12-13T20:38:39.483Z[ recovery-image] Dec 13 20:38:38.392 INFO O| Dec 13 20:38:38.391 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-12-13T20:38:39.504Z[ recovery-image] Dec 13 20:38:38.413 INFO O| Dec 13 20:38:38.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53312024-12-13T20:38:39.504Z[ recovery-image] Dec 13 20:38:38.413 INFO O| Dec 13 20:38:38.413 INFO STEP 344 (remove_files) COMPLETE
53322024-12-13T20:38:39.504Z[ recovery-image] Dec 13 20:38:38.413 INFO O| Dec 13 20:38:38.413 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-12-13T20:38:39.546Z[ recovery-image] Dec 13 20:38:38.455 INFO O| Dec 13 20:38:38.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53342024-12-13T20:38:39.546Z[ recovery-image] Dec 13 20:38:38.455 INFO O| Dec 13 20:38:38.455 INFO STEP 345 (remove_files) COMPLETE
53352024-12-13T20:38:39.546Z[ recovery-image] Dec 13 20:38:38.455 INFO O| Dec 13 20:38:38.455 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-12-13T20:38:39.568Z[ recovery-image] Dec 13 20:38:38.476 INFO O| Dec 13 20:38:38.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53372024-12-13T20:38:39.568Z[ recovery-image] Dec 13 20:38:38.476 INFO O| Dec 13 20:38:38.476 INFO STEP 346 (remove_files) COMPLETE
53382024-12-13T20:38:39.568Z[ recovery-image] Dec 13 20:38:38.476 INFO O| Dec 13 20:38:38.476 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-12-13T20:38:39.596Z[ recovery-image] Dec 13 20:38:38.497 INFO O| Dec 13 20:38:38.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53402024-12-13T20:38:39.596Z[ recovery-image] Dec 13 20:38:38.497 INFO O| Dec 13 20:38:38.497 INFO STEP 347 (remove_files) COMPLETE
53412024-12-13T20:38:39.596Z[ recovery-image] Dec 13 20:38:38.497 INFO O| Dec 13 20:38:38.497 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-12-13T20:38:39.596Z[ host-image] Dec 13 20:38:38.501 INFO O| Dec 13 20:38:38.501 INFO STEP 12 (pkg_install) COMPLETE
53432024-12-13T20:38:39.597Z[ host-image] Dec 13 20:38:38.501 INFO O| Dec 13 20:38:38.501 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
53442024-12-13T20:38:39.614Z[ host-image] Dec 13 20:38:38.523 INFO O| Dec 13 20:38:38.523 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
53452024-12-13T20:38:39.616Z[ recovery-image] Dec 13 20:38:38.524 INFO O| Dec 13 20:38:38.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53462024-12-13T20:38:39.616Z[ recovery-image] Dec 13 20:38:38.525 INFO O| Dec 13 20:38:38.525 INFO STEP 348 (remove_files) COMPLETE
53472024-12-13T20:38:39.616Z[ recovery-image] Dec 13 20:38:38.525 INFO O| Dec 13 20:38:38.525 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-12-13T20:38:39.640Z[ recovery-image] Dec 13 20:38:38.549 INFO O| Dec 13 20:38:38.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53492024-12-13T20:38:39.643Z[ recovery-image] Dec 13 20:38:38.550 INFO O| Dec 13 20:38:38.550 INFO STEP 349 (remove_files) COMPLETE
53502024-12-13T20:38:39.643Z[ recovery-image] Dec 13 20:38:38.550 INFO O| Dec 13 20:38:38.550 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-12-13T20:38:39.801Z[ recovery-image] Dec 13 20:38:38.711 INFO O| Dec 13 20:38:38.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
53522024-12-13T20:38:39.801Z[ recovery-image] Dec 13 20:38:38.711 INFO O| Dec 13 20:38:38.711 INFO STEP 350 (remove_files) COMPLETE
53532024-12-13T20:38:39.804Z[ recovery-image] Dec 13 20:38:38.711 INFO O| Dec 13 20:38:38.711 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-12-13T20:38:39.826Z[ recovery-image] Dec 13 20:38:38.735 INFO O| Dec 13 20:38:38.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
53552024-12-13T20:38:39.826Z[ recovery-image] Dec 13 20:38:38.735 INFO O| Dec 13 20:38:38.735 INFO STEP 351 (remove_files) COMPLETE
53562024-12-13T20:38:39.826Z[ recovery-image] Dec 13 20:38:38.735 INFO O| Dec 13 20:38:38.735 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-12-13T20:38:39.873Z[ recovery-image] Dec 13 20:38:38.779 INFO O| Dec 13 20:38:38.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53582024-12-13T20:38:39.873Z[ recovery-image] Dec 13 20:38:38.779 INFO O| Dec 13 20:38:38.779 INFO STEP 352 (remove_files) COMPLETE
53592024-12-13T20:38:39.873Z[ recovery-image] Dec 13 20:38:38.779 INFO O| Dec 13 20:38:38.779 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-12-13T20:38:39.894Z[ recovery-image] Dec 13 20:38:38.803 INFO O| Dec 13 20:38:38.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53612024-12-13T20:38:39.894Z[ recovery-image] Dec 13 20:38:38.803 INFO O| Dec 13 20:38:38.803 INFO STEP 353 (remove_files) COMPLETE
53622024-12-13T20:38:39.894Z[ recovery-image] Dec 13 20:38:38.803 INFO O| Dec 13 20:38:38.803 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-12-13T20:38:39.913Z[ recovery-image] Dec 13 20:38:38.822 INFO O| Dec 13 20:38:38.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
53642024-12-13T20:38:39.913Z[ recovery-image] Dec 13 20:38:38.822 INFO O| Dec 13 20:38:38.822 INFO STEP 354 (remove_files) COMPLETE
53652024-12-13T20:38:39.915Z[ recovery-image] Dec 13 20:38:38.822 INFO O| Dec 13 20:38:38.822 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-12-13T20:38:39.968Z[ recovery-image] Dec 13 20:38:38.877 INFO O| Dec 13 20:38:38.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
53672024-12-13T20:38:39.968Z[ recovery-image] Dec 13 20:38:38.877 INFO O| Dec 13 20:38:38.877 INFO STEP 355 (remove_files) COMPLETE
53682024-12-13T20:38:39.968Z[ recovery-image] Dec 13 20:38:38.877 INFO O| Dec 13 20:38:38.877 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-12-13T20:38:40.042Z[ recovery-image] Dec 13 20:38:38.952 INFO O| Dec 13 20:38:38.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
53702024-12-13T20:38:40.042Z[ recovery-image] Dec 13 20:38:38.952 INFO O| Dec 13 20:38:38.952 INFO STEP 356 (remove_files) COMPLETE
53712024-12-13T20:38:40.043Z[ recovery-image] Dec 13 20:38:38.952 INFO O| Dec 13 20:38:38.952 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-12-13T20:38:40.076Z[ recovery-image] Dec 13 20:38:38.986 INFO O| Dec 13 20:38:38.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
53732024-12-13T20:38:40.076Z[ recovery-image] Dec 13 20:38:38.986 INFO O| Dec 13 20:38:38.986 INFO STEP 357 (remove_files) COMPLETE
53742024-12-13T20:38:40.076Z[ recovery-image] Dec 13 20:38:38.986 INFO O| Dec 13 20:38:38.986 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-12-13T20:38:40.097Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
53762024-12-13T20:38:40.100Z[ recovery-image] Dec 13 20:38:39.007 INFO O| Dec 13 20:38:39.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
53772024-12-13T20:38:40.100Z[ recovery-image] Dec 13 20:38:39.008 INFO O| Dec 13 20:38:39.007 INFO STEP 358 (remove_files) COMPLETE
53782024-12-13T20:38:40.101Z[ recovery-image] Dec 13 20:38:39.008 INFO O| Dec 13 20:38:39.007 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-12-13T20:38:40.128Z[ recovery-image] Dec 13 20:38:39.036 INFO O| Dec 13 20:38:39.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
53802024-12-13T20:38:40.128Z[ recovery-image] Dec 13 20:38:39.036 INFO O| Dec 13 20:38:39.036 INFO STEP 359 (remove_files) COMPLETE
53812024-12-13T20:38:40.128Z[ recovery-image] Dec 13 20:38:39.036 INFO O| Dec 13 20:38:39.036 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-12-13T20:38:40.166Z[ recovery-image] Dec 13 20:38:39.076 INFO O| Dec 13 20:38:39.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
53832024-12-13T20:38:40.166Z[ recovery-image] Dec 13 20:38:39.076 INFO O| Dec 13 20:38:39.076 INFO STEP 360 (remove_files) COMPLETE
53842024-12-13T20:38:40.166Z[ recovery-image] Dec 13 20:38:39.076 INFO O| Dec 13 20:38:39.076 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-12-13T20:38:40.203Z[ recovery-image] Dec 13 20:38:39.112 INFO O| Dec 13 20:38:39.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
53862024-12-13T20:38:40.203Z[ recovery-image] Dec 13 20:38:39.112 INFO O| Dec 13 20:38:39.112 INFO STEP 361 (remove_files) COMPLETE
53872024-12-13T20:38:40.203Z[ recovery-image] Dec 13 20:38:39.112 INFO O| Dec 13 20:38:39.112 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-12-13T20:38:40.430Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
53892024-12-13T20:38:40.856Z[ recovery-image] Dec 13 20:38:39.695 INFO O| Dec 13 20:38:39.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
53902024-12-13T20:38:40.856Z[ recovery-image] Dec 13 20:38:39.695 INFO O| Dec 13 20:38:39.695 INFO STEP 362 (remove_files) COMPLETE
53912024-12-13T20:38:40.856Z[ recovery-image] Dec 13 20:38:39.695 INFO O| Dec 13 20:38:39.695 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-12-13T20:38:40.856Z[ recovery-image] Dec 13 20:38:39.714 INFO O| Dec 13 20:38:39.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
53932024-12-13T20:38:40.856Z[ recovery-image] Dec 13 20:38:39.714 INFO O| Dec 13 20:38:39.714 INFO STEP 363 (remove_files) COMPLETE
53942024-12-13T20:38:40.856Z[ recovery-image] Dec 13 20:38:39.714 INFO O| Dec 13 20:38:39.714 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-12-13T20:38:40.856Z[ recovery-image] Dec 13 20:38:39.759 INFO O| Dec 13 20:38:39.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
53962024-12-13T20:38:40.856Z[ recovery-image] Dec 13 20:38:39.759 INFO O| Dec 13 20:38:39.759 INFO STEP 364 (remove_files) COMPLETE
53972024-12-13T20:38:40.856Z[ recovery-image] Dec 13 20:38:39.759 INFO O| Dec 13 20:38:39.759 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-12-13T20:38:40.912Z[ recovery-image] Dec 13 20:38:39.814 INFO O| Dec 13 20:38:39.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
53992024-12-13T20:38:40.912Z[ recovery-image] Dec 13 20:38:39.814 INFO O| Dec 13 20:38:39.814 INFO STEP 365 (remove_files) COMPLETE
54002024-12-13T20:38:40.912Z[ recovery-image] Dec 13 20:38:39.814 INFO O| Dec 13 20:38:39.814 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-12-13T20:38:40.930Z[ recovery-image] Dec 13 20:38:39.839 INFO O| Dec 13 20:38:39.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54022024-12-13T20:38:40.930Z[ recovery-image] Dec 13 20:38:39.839 INFO O| Dec 13 20:38:39.839 INFO STEP 366 (remove_files) COMPLETE
54032024-12-13T20:38:40.932Z[ recovery-image] Dec 13 20:38:39.839 INFO O| Dec 13 20:38:39.839 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-12-13T20:38:40.993Z[ recovery-image] Dec 13 20:38:39.903 INFO O| Dec 13 20:38:39.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54052024-12-13T20:38:40.996Z[ recovery-image] Dec 13 20:38:39.903 INFO O| Dec 13 20:38:39.903 INFO STEP 367 (remove_files) COMPLETE
54062024-12-13T20:38:40.996Z[ recovery-image] Dec 13 20:38:39.903 INFO O| Dec 13 20:38:39.903 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-12-13T20:38:41.019Z[ recovery-image] Dec 13 20:38:39.928 INFO O| Dec 13 20:38:39.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54082024-12-13T20:38:41.019Z[ recovery-image] Dec 13 20:38:39.928 INFO O| Dec 13 20:38:39.928 INFO STEP 368 (remove_files) COMPLETE
54092024-12-13T20:38:41.019Z[ recovery-image] Dec 13 20:38:39.928 INFO O| Dec 13 20:38:39.928 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-12-13T20:38:41.057Z[ recovery-image] Dec 13 20:38:39.967 INFO O| Dec 13 20:38:39.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54112024-12-13T20:38:41.060Z[ recovery-image] Dec 13 20:38:39.967 INFO O| Dec 13 20:38:39.967 INFO STEP 369 (remove_files) COMPLETE
54122024-12-13T20:38:41.060Z[ recovery-image] Dec 13 20:38:39.967 INFO O| Dec 13 20:38:39.967 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-12-13T20:38:41.081Z[ recovery-image] Dec 13 20:38:39.991 INFO O| Dec 13 20:38:39.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54142024-12-13T20:38:41.081Z[ recovery-image] Dec 13 20:38:39.991 INFO O| Dec 13 20:38:39.991 INFO STEP 370 (remove_files) COMPLETE
54152024-12-13T20:38:41.081Z[ recovery-image] Dec 13 20:38:39.991 INFO O| Dec 13 20:38:39.991 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-12-13T20:38:41.106Z[ recovery-image] Dec 13 20:38:40.015 INFO O| Dec 13 20:38:40.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54172024-12-13T20:38:41.106Z[ recovery-image] Dec 13 20:38:40.015 INFO O| Dec 13 20:38:40.015 INFO STEP 371 (remove_files) COMPLETE
54182024-12-13T20:38:41.106Z[ recovery-image] Dec 13 20:38:40.015 INFO O| Dec 13 20:38:40.015 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-12-13T20:38:41.130Z[ recovery-image] Dec 13 20:38:40.039 INFO O| Dec 13 20:38:40.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54202024-12-13T20:38:41.130Z[ recovery-image] Dec 13 20:38:40.039 INFO O| Dec 13 20:38:40.039 INFO STEP 372 (remove_files) COMPLETE
54212024-12-13T20:38:41.130Z[ recovery-image] Dec 13 20:38:40.039 INFO O| Dec 13 20:38:40.039 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-12-13T20:38:41.153Z[ recovery-image] Dec 13 20:38:40.063 INFO O| Dec 13 20:38:40.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54232024-12-13T20:38:41.153Z[ recovery-image] Dec 13 20:38:40.063 INFO O| Dec 13 20:38:40.063 INFO STEP 373 (remove_files) COMPLETE
54242024-12-13T20:38:41.156Z[ recovery-image] Dec 13 20:38:40.063 INFO O| Dec 13 20:38:40.063 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-12-13T20:38:41.176Z[ recovery-image] Dec 13 20:38:40.085 INFO O| Dec 13 20:38:40.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54262024-12-13T20:38:41.176Z[ recovery-image] Dec 13 20:38:40.085 INFO O| Dec 13 20:38:40.085 INFO STEP 374 (remove_files) COMPLETE
54272024-12-13T20:38:41.176Z[ recovery-image] Dec 13 20:38:40.085 INFO O| Dec 13 20:38:40.085 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-12-13T20:38:41.198Z[ recovery-image] Dec 13 20:38:40.107 INFO O| Dec 13 20:38:40.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54292024-12-13T20:38:41.200Z[ recovery-image] Dec 13 20:38:40.107 INFO O| Dec 13 20:38:40.107 INFO STEP 375 (remove_files) COMPLETE
54302024-12-13T20:38:41.201Z[ recovery-image] Dec 13 20:38:40.107 INFO O| Dec 13 20:38:40.107 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-12-13T20:38:41.205Z[ host-image] Dec 13 20:38:40.115 INFO O| Dec 13 20:38:40.115 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
54322024-12-13T20:38:41.221Z[ recovery-image] Dec 13 20:38:40.130 INFO O| Dec 13 20:38:40.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54332024-12-13T20:38:41.221Z[ recovery-image] Dec 13 20:38:40.130 INFO O| Dec 13 20:38:40.130 INFO STEP 376 (remove_files) COMPLETE
54342024-12-13T20:38:41.221Z[ recovery-image] Dec 13 20:38:40.130 INFO O| Dec 13 20:38:40.130 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-12-13T20:38:41.244Z[ recovery-image] Dec 13 20:38:40.153 INFO O| Dec 13 20:38:40.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54362024-12-13T20:38:41.244Z[ recovery-image] Dec 13 20:38:40.154 INFO O| Dec 13 20:38:40.154 INFO STEP 377 (remove_files) COMPLETE
54372024-12-13T20:38:41.247Z[ recovery-image] Dec 13 20:38:40.154 INFO O| Dec 13 20:38:40.154 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-12-13T20:38:41.269Z[ recovery-image] Dec 13 20:38:40.178 INFO O| Dec 13 20:38:40.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54392024-12-13T20:38:41.269Z[ recovery-image] Dec 13 20:38:40.178 INFO O| Dec 13 20:38:40.178 INFO STEP 378 (remove_files) COMPLETE
54402024-12-13T20:38:41.269Z[ recovery-image] Dec 13 20:38:40.178 INFO O| Dec 13 20:38:40.178 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-12-13T20:38:41.306Z[ recovery-image] Dec 13 20:38:40.215 INFO O| Dec 13 20:38:40.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54422024-12-13T20:38:41.306Z[ recovery-image] Dec 13 20:38:40.215 INFO O| Dec 13 20:38:40.215 INFO STEP 379 (remove_files) COMPLETE
54432024-12-13T20:38:41.306Z[ recovery-image] Dec 13 20:38:40.215 INFO O| Dec 13 20:38:40.215 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-12-13T20:38:41.357Z[ recovery-image] Dec 13 20:38:40.266 INFO O| Dec 13 20:38:40.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54452024-12-13T20:38:41.357Z[ recovery-image] Dec 13 20:38:40.266 INFO O| Dec 13 20:38:40.266 INFO STEP 380 (remove_files) COMPLETE
54462024-12-13T20:38:41.357Z[ recovery-image] Dec 13 20:38:40.266 INFO O| Dec 13 20:38:40.266 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-12-13T20:38:41.385Z[ recovery-image] Dec 13 20:38:40.294 INFO O| Dec 13 20:38:40.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54482024-12-13T20:38:41.385Z[ recovery-image] Dec 13 20:38:40.295 INFO O| Dec 13 20:38:40.294 INFO STEP 381 (remove_files) COMPLETE
54492024-12-13T20:38:41.388Z[ recovery-image] Dec 13 20:38:40.295 INFO O| Dec 13 20:38:40.294 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-12-13T20:38:41.441Z[ recovery-image] Dec 13 20:38:40.349 INFO O| Dec 13 20:38:40.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54512024-12-13T20:38:41.441Z[ recovery-image] Dec 13 20:38:40.350 INFO O| Dec 13 20:38:40.350 INFO STEP 382 (remove_files) COMPLETE
54522024-12-13T20:38:41.441Z[ recovery-image] Dec 13 20:38:40.350 INFO O| Dec 13 20:38:40.350 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-12-13T20:38:41.464Z[ recovery-image] Dec 13 20:38:40.374 INFO O| Dec 13 20:38:40.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54542024-12-13T20:38:41.465Z[ recovery-image] Dec 13 20:38:40.374 INFO O| Dec 13 20:38:40.374 INFO STEP 383 (remove_files) COMPLETE
54552024-12-13T20:38:41.465Z[ recovery-image] Dec 13 20:38:40.374 INFO O| Dec 13 20:38:40.374 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-12-13T20:38:41.510Z[ recovery-image] Dec 13 20:38:40.419 INFO O| Dec 13 20:38:40.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54572024-12-13T20:38:41.512Z[ recovery-image] Dec 13 20:38:40.419 INFO O| Dec 13 20:38:40.419 INFO STEP 384 (remove_files) COMPLETE
54582024-12-13T20:38:41.512Z[ recovery-image] Dec 13 20:38:40.419 INFO O| Dec 13 20:38:40.419 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-12-13T20:38:41.544Z[ recovery-image] Dec 13 20:38:40.453 INFO O| Dec 13 20:38:40.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54602024-12-13T20:38:41.547Z[ recovery-image] Dec 13 20:38:40.453 INFO O| Dec 13 20:38:40.453 INFO STEP 385 (remove_files) COMPLETE
54612024-12-13T20:38:41.547Z[ recovery-image] Dec 13 20:38:40.454 INFO O| Dec 13 20:38:40.453 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-12-13T20:38:41.578Z[ recovery-image] Dec 13 20:38:40.487 INFO O| Dec 13 20:38:40.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54632024-12-13T20:38:41.580Z[ recovery-image] Dec 13 20:38:40.487 INFO O| Dec 13 20:38:40.487 INFO STEP 386 (remove_files) COMPLETE
54642024-12-13T20:38:41.580Z[ recovery-image] Dec 13 20:38:40.487 INFO O| Dec 13 20:38:40.487 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-12-13T20:38:41.601Z[ recovery-image] Dec 13 20:38:40.510 INFO O| Dec 13 20:38:40.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54662024-12-13T20:38:41.603Z[ recovery-image] Dec 13 20:38:40.510 INFO O| Dec 13 20:38:40.510 INFO STEP 387 (remove_files) COMPLETE
54672024-12-13T20:38:41.603Z[ recovery-image] Dec 13 20:38:40.510 INFO O| Dec 13 20:38:40.510 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-12-13T20:38:41.625Z[ recovery-image] Dec 13 20:38:40.534 INFO O| Dec 13 20:38:40.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
54692024-12-13T20:38:41.628Z[ recovery-image] Dec 13 20:38:40.535 INFO O| Dec 13 20:38:40.535 INFO STEP 388 (remove_files) COMPLETE
54702024-12-13T20:38:41.628Z[ recovery-image] Dec 13 20:38:40.535 INFO O| Dec 13 20:38:40.535 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-12-13T20:38:41.669Z[ recovery-image] Dec 13 20:38:40.578 INFO O| Dec 13 20:38:40.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
54722024-12-13T20:38:41.671Z[ recovery-image] Dec 13 20:38:40.578 INFO O| Dec 13 20:38:40.578 INFO STEP 389 (remove_files) COMPLETE
54732024-12-13T20:38:41.671Z[ recovery-image] Dec 13 20:38:40.578 INFO O| Dec 13 20:38:40.578 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-12-13T20:38:41.702Z[ recovery-image] Dec 13 20:38:40.611 INFO O| Dec 13 20:38:40.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
54752024-12-13T20:38:41.702Z[ recovery-image] Dec 13 20:38:40.611 INFO O| Dec 13 20:38:40.611 INFO STEP 390 (remove_files) COMPLETE
54762024-12-13T20:38:41.705Z[ recovery-image] Dec 13 20:38:40.611 INFO O| Dec 13 20:38:40.611 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-12-13T20:38:41.730Z[ recovery-image] Dec 13 20:38:40.639 INFO O| Dec 13 20:38:40.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
54782024-12-13T20:38:41.730Z[ recovery-image] Dec 13 20:38:40.639 INFO O| Dec 13 20:38:40.639 INFO STEP 391 (remove_files) COMPLETE
54792024-12-13T20:38:41.730Z[ recovery-image] Dec 13 20:38:40.639 INFO O| Dec 13 20:38:40.639 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-12-13T20:38:41.759Z[ recovery-image] Dec 13 20:38:40.668 INFO O| Dec 13 20:38:40.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
54812024-12-13T20:38:41.759Z[ recovery-image] Dec 13 20:38:40.668 INFO O| Dec 13 20:38:40.668 INFO STEP 392 (remove_files) COMPLETE
54822024-12-13T20:38:41.759Z[ recovery-image] Dec 13 20:38:40.668 INFO O| Dec 13 20:38:40.668 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-12-13T20:38:41.815Z[ recovery-image] Dec 13 20:38:40.723 INFO O| Dec 13 20:38:40.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
54842024-12-13T20:38:41.815Z[ recovery-image] Dec 13 20:38:40.723 INFO O| Dec 13 20:38:40.723 INFO STEP 393 (remove_files) COMPLETE
54852024-12-13T20:38:41.815Z[ recovery-image] Dec 13 20:38:40.723 INFO O| Dec 13 20:38:40.723 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-12-13T20:38:41.835Z[ recovery-image] Dec 13 20:38:40.744 INFO O| Dec 13 20:38:40.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
54872024-12-13T20:38:41.835Z[ recovery-image] Dec 13 20:38:40.744 INFO O| Dec 13 20:38:40.744 INFO STEP 394 (remove_files) COMPLETE
54882024-12-13T20:38:41.837Z[ recovery-image] Dec 13 20:38:40.744 INFO O| Dec 13 20:38:40.744 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-12-13T20:38:41.898Z[ recovery-image] Dec 13 20:38:40.806 INFO O| Dec 13 20:38:40.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
54902024-12-13T20:38:41.898Z[ recovery-image] Dec 13 20:38:40.806 INFO O| Dec 13 20:38:40.806 INFO STEP 395 (remove_files) COMPLETE
54912024-12-13T20:38:41.898Z[ recovery-image] Dec 13 20:38:40.806 INFO O| Dec 13 20:38:40.806 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-12-13T20:38:41.921Z[ recovery-image] Dec 13 20:38:40.830 INFO O| Dec 13 20:38:40.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
54932024-12-13T20:38:41.921Z[ recovery-image] Dec 13 20:38:40.830 INFO O| Dec 13 20:38:40.830 INFO STEP 396 (remove_files) COMPLETE
54942024-12-13T20:38:41.921Z[ recovery-image] Dec 13 20:38:40.830 INFO O| Dec 13 20:38:40.830 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-12-13T20:38:41.944Z[ recovery-image] Dec 13 20:38:40.853 INFO O| Dec 13 20:38:40.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
54962024-12-13T20:38:41.944Z[ recovery-image] Dec 13 20:38:40.853 INFO O| Dec 13 20:38:40.853 INFO STEP 397 (remove_files) COMPLETE
54972024-12-13T20:38:41.944Z[ recovery-image] Dec 13 20:38:40.853 INFO O| Dec 13 20:38:40.853 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-12-13T20:38:41.970Z[ recovery-image] Dec 13 20:38:40.879 INFO O| Dec 13 20:38:40.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
54992024-12-13T20:38:41.970Z[ recovery-image] Dec 13 20:38:40.879 INFO O| Dec 13 20:38:40.879 INFO STEP 398 (remove_files) COMPLETE
55002024-12-13T20:38:41.970Z[ recovery-image] Dec 13 20:38:40.879 INFO O| Dec 13 20:38:40.879 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-12-13T20:38:42.005Z[ recovery-image] Dec 13 20:38:40.914 INFO O| Dec 13 20:38:40.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55022024-12-13T20:38:42.009Z[ recovery-image] Dec 13 20:38:40.914 INFO O| Dec 13 20:38:40.914 INFO STEP 399 (remove_files) COMPLETE
55032024-12-13T20:38:42.009Z[ recovery-image] Dec 13 20:38:40.914 INFO O| Dec 13 20:38:40.914 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-12-13T20:38:42.062Z[ recovery-image] Dec 13 20:38:40.971 INFO O| Dec 13 20:38:40.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55052024-12-13T20:38:42.062Z[ recovery-image] Dec 13 20:38:40.971 INFO O| Dec 13 20:38:40.971 INFO STEP 400 (remove_files) COMPLETE
55062024-12-13T20:38:42.062Z[ recovery-image] Dec 13 20:38:40.971 INFO O| Dec 13 20:38:40.971 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-12-13T20:38:42.083Z[ recovery-image] Dec 13 20:38:40.991 INFO O| Dec 13 20:38:40.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55082024-12-13T20:38:42.083Z[ recovery-image] Dec 13 20:38:40.992 INFO O| Dec 13 20:38:40.992 INFO STEP 401 (remove_files) COMPLETE
55092024-12-13T20:38:42.083Z[ recovery-image] Dec 13 20:38:40.992 INFO O| Dec 13 20:38:40.992 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-12-13T20:38:42.140Z[ recovery-image] Dec 13 20:38:41.049 INFO O| Dec 13 20:38:41.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55112024-12-13T20:38:42.150Z[ recovery-image] Dec 13 20:38:41.058 INFO O| Dec 13 20:38:41.058 INFO STEP 402 (remove_files) COMPLETE
55122024-12-13T20:38:42.150Z[ recovery-image] Dec 13 20:38:41.058 INFO O| Dec 13 20:38:41.058 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-12-13T20:38:42.217Z[ recovery-image] Dec 13 20:38:41.126 INFO O| Dec 13 20:38:41.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55142024-12-13T20:38:42.220Z[ recovery-image] Dec 13 20:38:41.127 INFO O| Dec 13 20:38:41.126 INFO STEP 403 (remove_files) COMPLETE
55152024-12-13T20:38:42.220Z[ recovery-image] Dec 13 20:38:41.127 INFO O| Dec 13 20:38:41.127 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-12-13T20:38:42.242Z[ recovery-image] Dec 13 20:38:41.151 INFO O| Dec 13 20:38:41.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55172024-12-13T20:38:42.242Z[ recovery-image] Dec 13 20:38:41.151 INFO O| Dec 13 20:38:41.151 INFO STEP 404 (remove_files) COMPLETE
55182024-12-13T20:38:42.242Z[ recovery-image] Dec 13 20:38:41.151 INFO O| Dec 13 20:38:41.151 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-12-13T20:38:42.276Z[ recovery-image] Dec 13 20:38:41.185 INFO O| Dec 13 20:38:41.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55202024-12-13T20:38:42.276Z[ recovery-image] Dec 13 20:38:41.185 INFO O| Dec 13 20:38:41.185 INFO STEP 405 (remove_files) COMPLETE
55212024-12-13T20:38:42.276Z[ recovery-image] Dec 13 20:38:41.185 INFO O| Dec 13 20:38:41.185 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-12-13T20:38:42.307Z[ recovery-image] Dec 13 20:38:41.216 INFO O| Dec 13 20:38:41.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55232024-12-13T20:38:42.307Z[ recovery-image] Dec 13 20:38:41.216 INFO O| Dec 13 20:38:41.216 INFO STEP 406 (remove_files) COMPLETE
55242024-12-13T20:38:42.310Z[ recovery-image] Dec 13 20:38:41.216 INFO O| Dec 13 20:38:41.216 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-12-13T20:38:42.377Z[ recovery-image] Dec 13 20:38:41.286 INFO O| Dec 13 20:38:41.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55262024-12-13T20:38:42.377Z[ recovery-image] Dec 13 20:38:41.286 INFO O| Dec 13 20:38:41.286 INFO STEP 407 (remove_files) COMPLETE
55272024-12-13T20:38:42.377Z[ recovery-image] Dec 13 20:38:41.286 INFO O| Dec 13 20:38:41.286 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-12-13T20:38:42.402Z[ recovery-image] Dec 13 20:38:41.310 INFO O| Dec 13 20:38:41.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55292024-12-13T20:38:42.402Z[ recovery-image] Dec 13 20:38:41.311 INFO O| Dec 13 20:38:41.310 INFO STEP 408 (remove_files) COMPLETE
55302024-12-13T20:38:42.402Z[ recovery-image] Dec 13 20:38:41.311 INFO O| Dec 13 20:38:41.311 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-12-13T20:38:42.424Z[ recovery-image] Dec 13 20:38:41.333 INFO O| Dec 13 20:38:41.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55322024-12-13T20:38:42.424Z[ recovery-image] Dec 13 20:38:41.333 INFO O| Dec 13 20:38:41.333 INFO STEP 409 (remove_files) COMPLETE
55332024-12-13T20:38:42.427Z[ recovery-image] Dec 13 20:38:41.333 INFO O| Dec 13 20:38:41.333 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-12-13T20:38:42.449Z[ recovery-image] Dec 13 20:38:41.358 INFO O| Dec 13 20:38:41.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55352024-12-13T20:38:42.449Z[ recovery-image] Dec 13 20:38:41.358 INFO O| Dec 13 20:38:41.358 INFO STEP 410 (remove_files) COMPLETE
55362024-12-13T20:38:42.452Z[ recovery-image] Dec 13 20:38:41.358 INFO O| Dec 13 20:38:41.358 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-12-13T20:38:42.481Z[ recovery-image] Dec 13 20:38:41.390 INFO O| Dec 13 20:38:41.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55382024-12-13T20:38:42.484Z[ recovery-image] Dec 13 20:38:41.391 INFO O| Dec 13 20:38:41.391 INFO STEP 411 (remove_files) COMPLETE
55392024-12-13T20:38:42.484Z[ recovery-image] Dec 13 20:38:41.391 INFO O| Dec 13 20:38:41.391 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-12-13T20:38:42.507Z[ recovery-image] Dec 13 20:38:41.416 INFO O| Dec 13 20:38:41.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55412024-12-13T20:38:42.510Z[ recovery-image] Dec 13 20:38:41.416 INFO O| Dec 13 20:38:41.416 INFO STEP 412 (remove_files) COMPLETE
55422024-12-13T20:38:42.510Z[ recovery-image] Dec 13 20:38:41.417 INFO O| Dec 13 20:38:41.416 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-12-13T20:38:42.548Z[ recovery-image] Dec 13 20:38:41.457 INFO O| Dec 13 20:38:41.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55442024-12-13T20:38:42.550Z[ recovery-image] Dec 13 20:38:41.457 INFO O| Dec 13 20:38:41.457 INFO STEP 413 (remove_files) COMPLETE
55452024-12-13T20:38:42.551Z[ recovery-image] Dec 13 20:38:41.457 INFO O| Dec 13 20:38:41.457 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-12-13T20:38:42.573Z[ recovery-image] Dec 13 20:38:41.482 INFO O| Dec 13 20:38:41.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55472024-12-13T20:38:42.573Z[ recovery-image] Dec 13 20:38:41.483 INFO O| Dec 13 20:38:41.482 INFO STEP 414 (remove_files) COMPLETE
55482024-12-13T20:38:42.573Z[ recovery-image] Dec 13 20:38:41.483 INFO O| Dec 13 20:38:41.482 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-12-13T20:38:42.597Z[ recovery-image] Dec 13 20:38:41.505 INFO O| Dec 13 20:38:41.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55502024-12-13T20:38:42.597Z[ recovery-image] Dec 13 20:38:41.506 INFO O| Dec 13 20:38:41.506 INFO STEP 415 (remove_files) COMPLETE
55512024-12-13T20:38:42.599Z[ recovery-image] Dec 13 20:38:41.506 INFO O| Dec 13 20:38:41.506 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-12-13T20:38:42.620Z[ recovery-image] Dec 13 20:38:41.528 INFO O| Dec 13 20:38:41.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55532024-12-13T20:38:42.623Z[ recovery-image] Dec 13 20:38:41.528 INFO O| Dec 13 20:38:41.528 INFO STEP 416 (remove_files) COMPLETE
55542024-12-13T20:38:42.623Z[ recovery-image] Dec 13 20:38:41.529 INFO O| Dec 13 20:38:41.528 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-12-13T20:38:42.642Z[ recovery-image] Dec 13 20:38:41.551 INFO O| Dec 13 20:38:41.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55562024-12-13T20:38:42.644Z[ recovery-image] Dec 13 20:38:41.551 INFO O| Dec 13 20:38:41.551 INFO STEP 417 (remove_files) COMPLETE
55572024-12-13T20:38:42.645Z[ recovery-image] Dec 13 20:38:41.551 INFO O| Dec 13 20:38:41.551 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-12-13T20:38:42.680Z[ recovery-image] Dec 13 20:38:41.589 INFO O| Dec 13 20:38:41.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55592024-12-13T20:38:42.680Z[ recovery-image] Dec 13 20:38:41.589 INFO O| Dec 13 20:38:41.589 INFO STEP 418 (remove_files) COMPLETE
55602024-12-13T20:38:42.680Z[ recovery-image] Dec 13 20:38:41.589 INFO O| Dec 13 20:38:41.589 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-12-13T20:38:42.703Z[ recovery-image] Dec 13 20:38:41.610 INFO O| Dec 13 20:38:41.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55622024-12-13T20:38:42.703Z[ recovery-image] Dec 13 20:38:41.611 INFO O| Dec 13 20:38:41.610 INFO STEP 419 (remove_files) COMPLETE
55632024-12-13T20:38:42.703Z[ recovery-image] Dec 13 20:38:41.611 INFO O| Dec 13 20:38:41.611 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-12-13T20:38:42.722Z[ recovery-image] Dec 13 20:38:41.631 INFO O| Dec 13 20:38:41.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55652024-12-13T20:38:42.722Z[ recovery-image] Dec 13 20:38:41.631 INFO O| Dec 13 20:38:41.631 INFO STEP 420 (remove_files) COMPLETE
55662024-12-13T20:38:42.725Z[ recovery-image] Dec 13 20:38:41.631 INFO O| Dec 13 20:38:41.631 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-12-13T20:38:42.750Z[ recovery-image] Dec 13 20:38:41.659 INFO O| Dec 13 20:38:41.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
55682024-12-13T20:38:42.753Z[ recovery-image] Dec 13 20:38:41.659 INFO O| Dec 13 20:38:41.659 INFO STEP 421 (remove_files) COMPLETE
55692024-12-13T20:38:42.753Z[ recovery-image] Dec 13 20:38:41.659 INFO O| Dec 13 20:38:41.659 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-12-13T20:38:42.773Z[ recovery-image] Dec 13 20:38:41.682 INFO O| Dec 13 20:38:41.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
55712024-12-13T20:38:42.776Z[ recovery-image] Dec 13 20:38:41.683 INFO O| Dec 13 20:38:41.683 INFO STEP 422 (remove_files) COMPLETE
55722024-12-13T20:38:42.776Z[ recovery-image] Dec 13 20:38:41.683 INFO O| Dec 13 20:38:41.683 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-12-13T20:38:42.802Z[ recovery-image] Dec 13 20:38:41.710 INFO O| Dec 13 20:38:41.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
55742024-12-13T20:38:42.802Z[ recovery-image] Dec 13 20:38:41.710 INFO O| Dec 13 20:38:41.710 INFO STEP 423 (remove_files) COMPLETE
55752024-12-13T20:38:42.802Z[ recovery-image] Dec 13 20:38:41.710 INFO O| Dec 13 20:38:41.710 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-12-13T20:38:42.851Z[ recovery-image] Dec 13 20:38:41.760 INFO O| Dec 13 20:38:41.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
55772024-12-13T20:38:42.851Z[ recovery-image] Dec 13 20:38:41.760 INFO O| Dec 13 20:38:41.760 INFO STEP 424 (remove_files) COMPLETE
55782024-12-13T20:38:42.851Z[ recovery-image] Dec 13 20:38:41.760 INFO O| Dec 13 20:38:41.760 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-12-13T20:38:42.874Z[ recovery-image] Dec 13 20:38:41.783 INFO O| Dec 13 20:38:41.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
55802024-12-13T20:38:42.876Z[ recovery-image] Dec 13 20:38:41.783 INFO O| Dec 13 20:38:41.783 INFO STEP 425 (remove_files) COMPLETE
55812024-12-13T20:38:42.876Z[ recovery-image] Dec 13 20:38:41.783 INFO O| Dec 13 20:38:41.783 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-12-13T20:38:42.896Z[ recovery-image] Dec 13 20:38:41.805 INFO O| Dec 13 20:38:41.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
55832024-12-13T20:38:42.896Z[ recovery-image] Dec 13 20:38:41.805 INFO O| Dec 13 20:38:41.805 INFO STEP 426 (remove_files) COMPLETE
55842024-12-13T20:38:42.896Z[ recovery-image] Dec 13 20:38:41.805 INFO O| Dec 13 20:38:41.805 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-12-13T20:38:43.272Z[ recovery-image] Dec 13 20:38:41.841 INFO O| Dec 13 20:38:41.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
55862024-12-13T20:38:43.272Z[ recovery-image] Dec 13 20:38:41.841 INFO O| Dec 13 20:38:41.841 INFO STEP 427 (remove_files) COMPLETE
55872024-12-13T20:38:43.272Z[ recovery-image] Dec 13 20:38:41.841 INFO O| Dec 13 20:38:41.841 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-12-13T20:38:43.282Z[ recovery-image] Dec 13 20:38:41.863 INFO O| Dec 13 20:38:41.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
55892024-12-13T20:38:43.282Z[ recovery-image] Dec 13 20:38:41.863 INFO O| Dec 13 20:38:41.863 INFO STEP 428 (remove_files) COMPLETE
55902024-12-13T20:38:43.282Z[ recovery-image] Dec 13 20:38:41.863 INFO O| Dec 13 20:38:41.863 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-12-13T20:38:43.282Z[ recovery-image] Dec 13 20:38:41.898 INFO O| Dec 13 20:38:41.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
55922024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:41.898 INFO O| Dec 13 20:38:41.898 INFO STEP 429 (remove_files) COMPLETE
55932024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:41.898 INFO O| Dec 13 20:38:41.898 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:41.920 INFO O| Dec 13 20:38:41.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
55952024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:41.920 INFO O| Dec 13 20:38:41.920 INFO STEP 430 (remove_files) COMPLETE
55962024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:41.920 INFO O| Dec 13 20:38:41.920 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:41.949 INFO O| Dec 13 20:38:41.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
55982024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:41.949 INFO O| Dec 13 20:38:41.949 INFO STEP 431 (remove_files) COMPLETE
55992024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:41.950 INFO O| Dec 13 20:38:41.949 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:42.008 INFO O| Dec 13 20:38:42.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56012024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:42.008 INFO O| Dec 13 20:38:42.008 INFO STEP 432 (remove_files) COMPLETE
56022024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:42.008 INFO O| Dec 13 20:38:42.008 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:42.030 INFO O| Dec 13 20:38:42.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56042024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:42.031 INFO O| Dec 13 20:38:42.030 INFO STEP 433 (remove_files) COMPLETE
56052024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:42.031 INFO O| Dec 13 20:38:42.031 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:42.057 INFO O| Dec 13 20:38:42.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56072024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:42.058 INFO O| Dec 13 20:38:42.058 INFO STEP 434 (remove_files) COMPLETE
56082024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:42.058 INFO O| Dec 13 20:38:42.058 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:42.127 INFO O| Dec 13 20:38:42.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56102024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:42.127 INFO O| Dec 13 20:38:42.127 INFO STEP 435 (remove_files) COMPLETE
56112024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:42.127 INFO O| Dec 13 20:38:42.127 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:42.153 INFO O| Dec 13 20:38:42.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56132024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:42.153 INFO O| Dec 13 20:38:42.153 INFO STEP 436 (remove_files) COMPLETE
56142024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:42.153 INFO O| Dec 13 20:38:42.153 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:42.180 INFO O| Dec 13 20:38:42.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56162024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:42.180 INFO O| Dec 13 20:38:42.180 INFO STEP 437 (remove_files) COMPLETE
56172024-12-13T20:38:43.283Z[ recovery-image] Dec 13 20:38:42.180 INFO O| Dec 13 20:38:42.180 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-12-13T20:38:43.305Z[ recovery-image] Dec 13 20:38:42.214 INFO O| Dec 13 20:38:42.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56192024-12-13T20:38:43.305Z[ recovery-image] Dec 13 20:38:42.214 INFO O| Dec 13 20:38:42.214 INFO STEP 438 (remove_files) COMPLETE
56202024-12-13T20:38:43.305Z[ recovery-image] Dec 13 20:38:42.214 INFO O| Dec 13 20:38:42.214 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-12-13T20:38:43.347Z[ recovery-image] Dec 13 20:38:42.255 INFO O| Dec 13 20:38:42.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56222024-12-13T20:38:43.347Z[ recovery-image] Dec 13 20:38:42.255 INFO O| Dec 13 20:38:42.255 INFO STEP 439 (remove_files) COMPLETE
56232024-12-13T20:38:43.349Z[ recovery-image] Dec 13 20:38:42.255 INFO O| Dec 13 20:38:42.255 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-12-13T20:38:43.400Z[ recovery-image] Dec 13 20:38:42.309 INFO O| Dec 13 20:38:42.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56252024-12-13T20:38:43.400Z[ recovery-image] Dec 13 20:38:42.309 INFO O| Dec 13 20:38:42.309 INFO STEP 440 (remove_files) COMPLETE
56262024-12-13T20:38:43.400Z[ recovery-image] Dec 13 20:38:42.309 INFO O| Dec 13 20:38:42.309 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-12-13T20:38:43.463Z[ recovery-image] Dec 13 20:38:42.372 INFO O| Dec 13 20:38:42.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56282024-12-13T20:38:43.463Z[ recovery-image] Dec 13 20:38:42.372 INFO O| Dec 13 20:38:42.372 INFO STEP 441 (remove_files) COMPLETE
56292024-12-13T20:38:43.463Z[ recovery-image] Dec 13 20:38:42.372 INFO O| Dec 13 20:38:42.372 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-12-13T20:38:43.521Z[ recovery-image] Dec 13 20:38:42.430 INFO O| Dec 13 20:38:42.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56312024-12-13T20:38:43.521Z[ recovery-image] Dec 13 20:38:42.430 INFO O| Dec 13 20:38:42.430 INFO STEP 442 (remove_files) COMPLETE
56322024-12-13T20:38:43.521Z[ recovery-image] Dec 13 20:38:42.430 INFO O| Dec 13 20:38:42.430 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-12-13T20:38:43.545Z[ recovery-image] Dec 13 20:38:42.453 INFO O| Dec 13 20:38:42.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56342024-12-13T20:38:43.545Z[ recovery-image] Dec 13 20:38:42.454 INFO O| Dec 13 20:38:42.454 INFO STEP 443 (remove_files) COMPLETE
56352024-12-13T20:38:43.545Z[ recovery-image] Dec 13 20:38:42.454 INFO O| Dec 13 20:38:42.454 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-12-13T20:38:43.574Z[ recovery-image] Dec 13 20:38:42.483 INFO O| Dec 13 20:38:42.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56372024-12-13T20:38:43.574Z[ recovery-image] Dec 13 20:38:42.483 INFO O| Dec 13 20:38:42.483 INFO STEP 444 (remove_files) COMPLETE
56382024-12-13T20:38:43.574Z[ recovery-image] Dec 13 20:38:42.483 INFO O| Dec 13 20:38:42.483 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-12-13T20:38:43.598Z[ recovery-image] Dec 13 20:38:42.507 INFO O| Dec 13 20:38:42.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56402024-12-13T20:38:43.598Z[ recovery-image] Dec 13 20:38:42.507 INFO O| Dec 13 20:38:42.507 INFO STEP 445 (remove_files) COMPLETE
56412024-12-13T20:38:43.599Z[ recovery-image] Dec 13 20:38:42.507 INFO O| Dec 13 20:38:42.507 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-12-13T20:38:43.620Z[ recovery-image] Dec 13 20:38:42.529 INFO O| Dec 13 20:38:42.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56432024-12-13T20:38:43.620Z[ recovery-image] Dec 13 20:38:42.529 INFO O| Dec 13 20:38:42.529 INFO STEP 446 (remove_files) COMPLETE
56442024-12-13T20:38:43.623Z[ recovery-image] Dec 13 20:38:42.529 INFO O| Dec 13 20:38:42.529 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-12-13T20:38:43.658Z[ recovery-image] Dec 13 20:38:42.567 INFO O| Dec 13 20:38:42.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56462024-12-13T20:38:43.658Z[ recovery-image] Dec 13 20:38:42.567 INFO O| Dec 13 20:38:42.567 INFO STEP 447 (remove_files) COMPLETE
56472024-12-13T20:38:43.658Z[ recovery-image] Dec 13 20:38:42.567 INFO O| Dec 13 20:38:42.567 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-12-13T20:38:43.691Z[ recovery-image] Dec 13 20:38:42.600 INFO O| Dec 13 20:38:42.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56492024-12-13T20:38:43.691Z[ recovery-image] Dec 13 20:38:42.600 INFO O| Dec 13 20:38:42.600 INFO STEP 448 (remove_files) COMPLETE
56502024-12-13T20:38:43.691Z[ recovery-image] Dec 13 20:38:42.600 INFO O| Dec 13 20:38:42.600 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-12-13T20:38:43.713Z[ recovery-image] Dec 13 20:38:42.622 INFO O| Dec 13 20:38:42.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56522024-12-13T20:38:43.713Z[ recovery-image] Dec 13 20:38:42.622 INFO O| Dec 13 20:38:42.622 INFO STEP 449 (remove_files) COMPLETE
56532024-12-13T20:38:43.713Z[ recovery-image] Dec 13 20:38:42.622 INFO O| Dec 13 20:38:42.622 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-12-13T20:38:43.734Z[ recovery-image] Dec 13 20:38:42.643 INFO O| Dec 13 20:38:42.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56552024-12-13T20:38:43.734Z[ recovery-image] Dec 13 20:38:42.643 INFO O| Dec 13 20:38:42.643 INFO STEP 450 (remove_files) COMPLETE
56562024-12-13T20:38:43.734Z[ recovery-image] Dec 13 20:38:42.643 INFO O| Dec 13 20:38:42.643 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-12-13T20:38:43.770Z[ recovery-image] Dec 13 20:38:42.678 INFO O| Dec 13 20:38:42.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56582024-12-13T20:38:43.773Z[ recovery-image] Dec 13 20:38:42.678 INFO O| Dec 13 20:38:42.678 INFO STEP 451 (remove_files) COMPLETE
56592024-12-13T20:38:43.773Z[ recovery-image] Dec 13 20:38:42.678 INFO O| Dec 13 20:38:42.678 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-12-13T20:38:43.850Z[ recovery-image] Dec 13 20:38:42.758 INFO O| Dec 13 20:38:42.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56612024-12-13T20:38:43.850Z[ recovery-image] Dec 13 20:38:42.758 INFO O| Dec 13 20:38:42.758 INFO STEP 452 (remove_files) COMPLETE
56622024-12-13T20:38:43.850Z[ recovery-image] Dec 13 20:38:42.758 INFO O| Dec 13 20:38:42.758 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-12-13T20:38:43.875Z[ recovery-image] Dec 13 20:38:42.783 INFO O| Dec 13 20:38:42.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
56642024-12-13T20:38:43.875Z[ recovery-image] Dec 13 20:38:42.783 INFO O| Dec 13 20:38:42.783 INFO STEP 453 (remove_files) COMPLETE
56652024-12-13T20:38:43.875Z[ recovery-image] Dec 13 20:38:42.783 INFO O| Dec 13 20:38:42.783 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-12-13T20:38:43.898Z[ recovery-image] Dec 13 20:38:42.806 INFO O| Dec 13 20:38:42.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
56672024-12-13T20:38:43.898Z[ recovery-image] Dec 13 20:38:42.806 INFO O| Dec 13 20:38:42.806 INFO STEP 454 (remove_files) COMPLETE
56682024-12-13T20:38:43.898Z[ recovery-image] Dec 13 20:38:42.806 INFO O| Dec 13 20:38:42.806 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-12-13T20:38:43.920Z[ recovery-image] Dec 13 20:38:42.829 INFO O| Dec 13 20:38:42.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
56702024-12-13T20:38:43.920Z[ recovery-image] Dec 13 20:38:42.829 INFO O| Dec 13 20:38:42.829 INFO STEP 455 (remove_files) COMPLETE
56712024-12-13T20:38:43.920Z[ recovery-image] Dec 13 20:38:42.829 INFO O| Dec 13 20:38:42.829 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-12-13T20:38:43.943Z[ recovery-image] Dec 13 20:38:42.851 INFO O| Dec 13 20:38:42.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
56732024-12-13T20:38:43.943Z[ recovery-image] Dec 13 20:38:42.852 INFO O| Dec 13 20:38:42.852 INFO STEP 456 (remove_files) COMPLETE
56742024-12-13T20:38:43.945Z[ recovery-image] Dec 13 20:38:42.852 INFO O| Dec 13 20:38:42.852 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-12-13T20:38:43.965Z[ recovery-image] Dec 13 20:38:42.874 INFO O| Dec 13 20:38:42.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
56762024-12-13T20:38:43.966Z[ recovery-image] Dec 13 20:38:42.874 INFO O| Dec 13 20:38:42.874 INFO STEP 457 (remove_files) COMPLETE
56772024-12-13T20:38:43.969Z[ recovery-image] Dec 13 20:38:42.874 INFO O| Dec 13 20:38:42.874 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-12-13T20:38:44.000Z[ recovery-image] Dec 13 20:38:42.908 INFO O| Dec 13 20:38:42.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
56792024-12-13T20:38:44.002Z[ recovery-image] Dec 13 20:38:42.909 INFO O| Dec 13 20:38:42.908 INFO STEP 458 (remove_files) COMPLETE
56802024-12-13T20:38:44.002Z[ recovery-image] Dec 13 20:38:42.909 INFO O| Dec 13 20:38:42.909 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-12-13T20:38:44.035Z[ recovery-image] Dec 13 20:38:42.943 INFO O| Dec 13 20:38:42.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
56822024-12-13T20:38:44.035Z[ recovery-image] Dec 13 20:38:42.943 INFO O| Dec 13 20:38:42.943 INFO STEP 459 (remove_files) COMPLETE
56832024-12-13T20:38:44.039Z[ recovery-image] Dec 13 20:38:42.944 INFO O| Dec 13 20:38:42.943 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-12-13T20:38:44.094Z[ recovery-image] Dec 13 20:38:43.003 INFO O| Dec 13 20:38:43.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
56852024-12-13T20:38:44.094Z[ recovery-image] Dec 13 20:38:43.003 INFO O| Dec 13 20:38:43.003 INFO STEP 460 (remove_files) COMPLETE
56862024-12-13T20:38:44.094Z[ recovery-image] Dec 13 20:38:43.003 INFO O| Dec 13 20:38:43.003 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-12-13T20:38:44.125Z[ recovery-image] Dec 13 20:38:43.033 INFO O| Dec 13 20:38:43.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
56882024-12-13T20:38:44.125Z[ recovery-image] Dec 13 20:38:43.033 INFO O| Dec 13 20:38:43.033 INFO STEP 461 (remove_files) COMPLETE
56892024-12-13T20:38:44.125Z[ recovery-image] Dec 13 20:38:43.033 INFO O| Dec 13 20:38:43.033 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-12-13T20:38:44.149Z[ recovery-image] Dec 13 20:38:43.057 INFO O| Dec 13 20:38:43.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
56912024-12-13T20:38:44.149Z[ recovery-image] Dec 13 20:38:43.057 INFO O| Dec 13 20:38:43.057 INFO STEP 462 (remove_files) COMPLETE
56922024-12-13T20:38:44.149Z[ recovery-image] Dec 13 20:38:43.057 INFO O| Dec 13 20:38:43.057 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-12-13T20:38:44.173Z[ recovery-image] Dec 13 20:38:43.081 INFO O| Dec 13 20:38:43.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
56942024-12-13T20:38:44.175Z[ recovery-image] Dec 13 20:38:43.082 INFO O| Dec 13 20:38:43.081 INFO STEP 463 (remove_files) COMPLETE
56952024-12-13T20:38:44.176Z[ recovery-image] Dec 13 20:38:43.082 INFO O| Dec 13 20:38:43.082 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-12-13T20:38:44.197Z[ recovery-image] Dec 13 20:38:43.105 INFO O| Dec 13 20:38:43.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
56972024-12-13T20:38:44.197Z[ recovery-image] Dec 13 20:38:43.105 INFO O| Dec 13 20:38:43.105 INFO STEP 464 (remove_files) COMPLETE
56982024-12-13T20:38:44.199Z[ recovery-image] Dec 13 20:38:43.105 INFO O| Dec 13 20:38:43.105 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-12-13T20:38:44.219Z[ recovery-image] Dec 13 20:38:43.128 INFO O| Dec 13 20:38:43.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57002024-12-13T20:38:44.222Z[ recovery-image] Dec 13 20:38:43.128 INFO O| Dec 13 20:38:43.128 INFO STEP 465 (remove_files) COMPLETE
57012024-12-13T20:38:44.222Z[ recovery-image] Dec 13 20:38:43.128 INFO O| Dec 13 20:38:43.128 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-12-13T20:38:44.264Z[ recovery-image] Dec 13 20:38:43.172 INFO O| Dec 13 20:38:43.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57032024-12-13T20:38:44.264Z[ recovery-image] Dec 13 20:38:43.173 INFO O| Dec 13 20:38:43.173 INFO STEP 466 (remove_files) COMPLETE
57042024-12-13T20:38:44.264Z[ recovery-image] Dec 13 20:38:43.173 INFO O| Dec 13 20:38:43.173 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-12-13T20:38:44.288Z[ recovery-image] Dec 13 20:38:43.195 INFO O| Dec 13 20:38:43.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57062024-12-13T20:38:44.288Z[ recovery-image] Dec 13 20:38:43.195 INFO O| Dec 13 20:38:43.195 INFO STEP 467 (remove_files) COMPLETE
57072024-12-13T20:38:44.288Z[ recovery-image] Dec 13 20:38:43.195 INFO O| Dec 13 20:38:43.195 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-12-13T20:38:44.320Z[ recovery-image] Dec 13 20:38:43.228 INFO O| Dec 13 20:38:43.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57092024-12-13T20:38:44.339Z[ recovery-image] Dec 13 20:38:43.248 INFO O| Dec 13 20:38:43.248 INFO STEP 468 (remove_files) COMPLETE
57102024-12-13T20:38:44.339Z[ recovery-image] Dec 13 20:38:43.248 INFO O| Dec 13 20:38:43.248 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-12-13T20:38:44.364Z[ recovery-image] Dec 13 20:38:43.272 INFO O| Dec 13 20:38:43.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57122024-12-13T20:38:44.364Z[ recovery-image] Dec 13 20:38:43.272 INFO O| Dec 13 20:38:43.272 INFO STEP 469 (remove_files) COMPLETE
57132024-12-13T20:38:44.364Z[ recovery-image] Dec 13 20:38:43.272 INFO O| Dec 13 20:38:43.272 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-12-13T20:38:44.387Z[ recovery-image] Dec 13 20:38:43.296 INFO O| Dec 13 20:38:43.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57152024-12-13T20:38:44.387Z[ recovery-image] Dec 13 20:38:43.296 INFO O| Dec 13 20:38:43.296 INFO STEP 470 (remove_files) COMPLETE
57162024-12-13T20:38:44.390Z[ recovery-image] Dec 13 20:38:43.296 INFO O| Dec 13 20:38:43.296 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-12-13T20:38:44.419Z[ recovery-image] Dec 13 20:38:43.326 INFO O| Dec 13 20:38:43.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57182024-12-13T20:38:44.419Z[ recovery-image] Dec 13 20:38:43.327 INFO O| Dec 13 20:38:43.326 INFO STEP 471 (remove_files) COMPLETE
57192024-12-13T20:38:44.421Z[ recovery-image] Dec 13 20:38:43.327 INFO O| Dec 13 20:38:43.327 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-12-13T20:38:44.441Z[ recovery-image] Dec 13 20:38:43.350 INFO O| Dec 13 20:38:43.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57212024-12-13T20:38:44.445Z[ recovery-image] Dec 13 20:38:43.350 INFO O| Dec 13 20:38:43.350 INFO STEP 472 (remove_files) COMPLETE
57222024-12-13T20:38:44.445Z[ recovery-image] Dec 13 20:38:43.350 INFO O| Dec 13 20:38:43.350 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-12-13T20:38:44.463Z[ recovery-image] Dec 13 20:38:43.371 INFO O| Dec 13 20:38:43.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57242024-12-13T20:38:44.463Z[ recovery-image] Dec 13 20:38:43.371 INFO O| Dec 13 20:38:43.371 INFO STEP 473 (remove_files) COMPLETE
57252024-12-13T20:38:44.463Z[ recovery-image] Dec 13 20:38:43.371 INFO O| Dec 13 20:38:43.371 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-12-13T20:38:44.506Z[ recovery-image] Dec 13 20:38:43.415 INFO O| Dec 13 20:38:43.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57272024-12-13T20:38:44.506Z[ recovery-image] Dec 13 20:38:43.415 INFO O| Dec 13 20:38:43.415 INFO STEP 474 (remove_files) COMPLETE
57282024-12-13T20:38:44.506Z[ recovery-image] Dec 13 20:38:43.415 INFO O| Dec 13 20:38:43.415 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-12-13T20:38:44.539Z[ recovery-image] Dec 13 20:38:43.448 INFO O| Dec 13 20:38:43.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57302024-12-13T20:38:44.539Z[ recovery-image] Dec 13 20:38:43.448 INFO O| Dec 13 20:38:43.448 INFO STEP 475 (remove_files) COMPLETE
57312024-12-13T20:38:44.541Z[ recovery-image] Dec 13 20:38:43.448 INFO O| Dec 13 20:38:43.448 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-12-13T20:38:44.635Z[ recovery-image] Dec 13 20:38:43.543 INFO O| Dec 13 20:38:43.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57332024-12-13T20:38:44.635Z[ recovery-image] Dec 13 20:38:43.543 INFO O| Dec 13 20:38:43.543 INFO STEP 476 (remove_files) COMPLETE
57342024-12-13T20:38:44.635Z[ recovery-image] Dec 13 20:38:43.543 INFO O| Dec 13 20:38:43.543 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-12-13T20:38:44.656Z[ recovery-image] Dec 13 20:38:43.564 INFO O| Dec 13 20:38:43.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57362024-12-13T20:38:44.656Z[ recovery-image] Dec 13 20:38:43.564 INFO O| Dec 13 20:38:43.564 INFO STEP 477 (remove_files) COMPLETE
57372024-12-13T20:38:44.656Z[ recovery-image] Dec 13 20:38:43.565 INFO O| Dec 13 20:38:43.564 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-12-13T20:38:44.759Z[ recovery-image] Dec 13 20:38:43.668 INFO O| Dec 13 20:38:43.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57392024-12-13T20:38:44.759Z[ recovery-image] Dec 13 20:38:43.668 INFO O| Dec 13 20:38:43.668 INFO STEP 478 (remove_files) COMPLETE
57402024-12-13T20:38:44.762Z[ recovery-image] Dec 13 20:38:43.668 INFO O| Dec 13 20:38:43.668 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-12-13T20:38:44.798Z[ recovery-image] Dec 13 20:38:43.706 INFO O| Dec 13 20:38:43.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57422024-12-13T20:38:44.799Z[ recovery-image] Dec 13 20:38:43.706 INFO O| Dec 13 20:38:43.706 INFO STEP 479 (remove_files) COMPLETE
57432024-12-13T20:38:44.799Z[ recovery-image] Dec 13 20:38:43.707 INFO O| Dec 13 20:38:43.706 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-12-13T20:38:44.835Z[ recovery-image] Dec 13 20:38:43.744 INFO O| Dec 13 20:38:43.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57452024-12-13T20:38:44.835Z[ recovery-image] Dec 13 20:38:43.744 INFO O| Dec 13 20:38:43.744 INFO STEP 480 (remove_files) COMPLETE
57462024-12-13T20:38:44.835Z[ recovery-image] Dec 13 20:38:43.744 INFO O| Dec 13 20:38:43.744 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-12-13T20:38:44.857Z[ recovery-image] Dec 13 20:38:43.766 INFO O| Dec 13 20:38:43.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57482024-12-13T20:38:44.857Z[ recovery-image] Dec 13 20:38:43.766 INFO O| Dec 13 20:38:43.766 INFO STEP 481 (remove_files) COMPLETE
57492024-12-13T20:38:44.857Z[ recovery-image] Dec 13 20:38:43.766 INFO O| Dec 13 20:38:43.766 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-12-13T20:38:44.880Z[ recovery-image] Dec 13 20:38:43.788 INFO O| Dec 13 20:38:43.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57512024-12-13T20:38:44.882Z[ recovery-image] Dec 13 20:38:43.788 INFO O| Dec 13 20:38:43.788 INFO STEP 482 (remove_files) COMPLETE
57522024-12-13T20:38:44.882Z[ recovery-image] Dec 13 20:38:43.788 INFO O| Dec 13 20:38:43.788 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-12-13T20:38:44.903Z[ recovery-image] Dec 13 20:38:43.811 INFO O| Dec 13 20:38:43.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57542024-12-13T20:38:44.905Z[ recovery-image] Dec 13 20:38:43.812 INFO O| Dec 13 20:38:43.811 INFO STEP 483 (remove_files) COMPLETE
57552024-12-13T20:38:44.905Z[ recovery-image] Dec 13 20:38:43.812 INFO O| Dec 13 20:38:43.811 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-12-13T20:38:44.925Z[ recovery-image] Dec 13 20:38:43.833 INFO O| Dec 13 20:38:43.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57572024-12-13T20:38:44.925Z[ recovery-image] Dec 13 20:38:43.833 INFO O| Dec 13 20:38:43.833 INFO STEP 484 (remove_files) COMPLETE
57582024-12-13T20:38:44.925Z[ recovery-image] Dec 13 20:38:43.833 INFO O| Dec 13 20:38:43.833 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-12-13T20:38:44.946Z[ recovery-image] Dec 13 20:38:43.855 INFO O| Dec 13 20:38:43.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57602024-12-13T20:38:44.946Z[ recovery-image] Dec 13 20:38:43.855 INFO O| Dec 13 20:38:43.855 INFO STEP 485 (remove_files) COMPLETE
57612024-12-13T20:38:44.949Z[ recovery-image] Dec 13 20:38:43.855 INFO O| Dec 13 20:38:43.855 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-12-13T20:38:44.976Z[ recovery-image] Dec 13 20:38:43.884 INFO O| Dec 13 20:38:43.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
57632024-12-13T20:38:44.979Z[ recovery-image] Dec 13 20:38:43.885 INFO O| Dec 13 20:38:43.885 INFO STEP 486 (remove_files) COMPLETE
57642024-12-13T20:38:44.979Z[ recovery-image] Dec 13 20:38:43.885 INFO O| Dec 13 20:38:43.885 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-12-13T20:38:45.015Z[ recovery-image] Dec 13 20:38:43.923 INFO O| Dec 13 20:38:43.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
57662024-12-13T20:38:45.015Z[ recovery-image] Dec 13 20:38:43.923 INFO O| Dec 13 20:38:43.923 INFO STEP 487 (remove_files) COMPLETE
57672024-12-13T20:38:45.017Z[ recovery-image] Dec 13 20:38:43.923 INFO O| Dec 13 20:38:43.923 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-12-13T20:38:45.074Z[ recovery-image] Dec 13 20:38:43.982 INFO O| Dec 13 20:38:43.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
57692024-12-13T20:38:45.074Z[ recovery-image] Dec 13 20:38:43.982 INFO O| Dec 13 20:38:43.982 INFO STEP 488 (remove_files) COMPLETE
57702024-12-13T20:38:45.074Z[ recovery-image] Dec 13 20:38:43.982 INFO O| Dec 13 20:38:43.982 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-12-13T20:38:45.117Z[ recovery-image] Dec 13 20:38:44.025 INFO O| Dec 13 20:38:44.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
57722024-12-13T20:38:45.118Z[ recovery-image] Dec 13 20:38:44.025 INFO O| Dec 13 20:38:44.025 INFO STEP 489 (remove_files) COMPLETE
57732024-12-13T20:38:45.118Z[ recovery-image] Dec 13 20:38:44.025 INFO O| Dec 13 20:38:44.025 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-12-13T20:38:45.139Z[ recovery-image] Dec 13 20:38:44.047 INFO O| Dec 13 20:38:44.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
57752024-12-13T20:38:45.139Z[ recovery-image] Dec 13 20:38:44.048 INFO O| Dec 13 20:38:44.047 INFO STEP 490 (remove_files) COMPLETE
57762024-12-13T20:38:45.139Z[ recovery-image] Dec 13 20:38:44.048 INFO O| Dec 13 20:38:44.048 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-12-13T20:38:45.161Z[ recovery-image] Dec 13 20:38:44.069 INFO O| Dec 13 20:38:44.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
57782024-12-13T20:38:45.161Z[ recovery-image] Dec 13 20:38:44.069 INFO O| Dec 13 20:38:44.069 INFO STEP 491 (remove_files) COMPLETE
57792024-12-13T20:38:45.164Z[ recovery-image] Dec 13 20:38:44.070 INFO O| Dec 13 20:38:44.069 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-12-13T20:38:45.195Z[ recovery-image] Dec 13 20:38:44.103 INFO O| Dec 13 20:38:44.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
57812024-12-13T20:38:45.195Z[ recovery-image] Dec 13 20:38:44.103 INFO O| Dec 13 20:38:44.103 INFO STEP 492 (remove_files) COMPLETE
57822024-12-13T20:38:45.195Z[ recovery-image] Dec 13 20:38:44.103 INFO O| Dec 13 20:38:44.103 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-12-13T20:38:45.217Z[ recovery-image] Dec 13 20:38:44.125 INFO O| Dec 13 20:38:44.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
57842024-12-13T20:38:45.217Z[ recovery-image] Dec 13 20:38:44.125 INFO O| Dec 13 20:38:44.125 INFO STEP 493 (remove_files) COMPLETE
57852024-12-13T20:38:45.220Z[ recovery-image] Dec 13 20:38:44.125 INFO O| Dec 13 20:38:44.125 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-12-13T20:38:45.239Z[ recovery-image] Dec 13 20:38:44.148 INFO O| Dec 13 20:38:44.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
57872024-12-13T20:38:45.239Z[ recovery-image] Dec 13 20:38:44.148 INFO O| Dec 13 20:38:44.148 INFO STEP 494 (remove_files) COMPLETE
57882024-12-13T20:38:45.242Z[ recovery-image] Dec 13 20:38:44.148 INFO O| Dec 13 20:38:44.148 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-12-13T20:38:45.261Z[ recovery-image] Dec 13 20:38:44.170 INFO O| Dec 13 20:38:44.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
57902024-12-13T20:38:45.261Z[ recovery-image] Dec 13 20:38:44.170 INFO O| Dec 13 20:38:44.170 INFO STEP 495 (remove_files) COMPLETE
57912024-12-13T20:38:45.261Z[ recovery-image] Dec 13 20:38:44.170 INFO O| Dec 13 20:38:44.170 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-12-13T20:38:45.296Z[ recovery-image] Dec 13 20:38:44.205 INFO O| Dec 13 20:38:44.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
57932024-12-13T20:38:45.296Z[ recovery-image] Dec 13 20:38:44.205 INFO O| Dec 13 20:38:44.205 INFO STEP 496 (remove_files) COMPLETE
57942024-12-13T20:38:45.296Z[ recovery-image] Dec 13 20:38:44.205 INFO O| Dec 13 20:38:44.205 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-12-13T20:38:45.326Z[ recovery-image] Dec 13 20:38:44.234 INFO O| Dec 13 20:38:44.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
57962024-12-13T20:38:45.326Z[ recovery-image] Dec 13 20:38:44.234 INFO O| Dec 13 20:38:44.234 INFO STEP 497 (remove_files) COMPLETE
57972024-12-13T20:38:45.326Z[ recovery-image] Dec 13 20:38:44.234 INFO O| Dec 13 20:38:44.234 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-12-13T20:38:45.382Z[ recovery-image] Dec 13 20:38:44.290 INFO O| Dec 13 20:38:44.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
57992024-12-13T20:38:45.385Z[ recovery-image] Dec 13 20:38:44.291 INFO O| Dec 13 20:38:44.291 INFO STEP 498 (remove_files) COMPLETE
58002024-12-13T20:38:45.385Z[ recovery-image] Dec 13 20:38:44.291 INFO O| Dec 13 20:38:44.291 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-12-13T20:38:45.407Z[ recovery-image] Dec 13 20:38:44.313 INFO O| Dec 13 20:38:44.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58022024-12-13T20:38:45.409Z[ recovery-image] Dec 13 20:38:44.313 INFO O| Dec 13 20:38:44.313 INFO STEP 499 (remove_files) COMPLETE
58032024-12-13T20:38:45.409Z[ recovery-image] Dec 13 20:38:44.314 INFO O| Dec 13 20:38:44.313 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-12-13T20:38:45.426Z[ recovery-image] Dec 13 20:38:44.334 INFO O| Dec 13 20:38:44.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58052024-12-13T20:38:45.426Z[ recovery-image] Dec 13 20:38:44.335 INFO O| Dec 13 20:38:44.335 INFO STEP 500 (remove_files) COMPLETE
58062024-12-13T20:38:45.429Z[ recovery-image] Dec 13 20:38:44.335 INFO O| Dec 13 20:38:44.335 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-12-13T20:38:45.450Z[ recovery-image] Dec 13 20:38:44.358 INFO O| Dec 13 20:38:44.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58082024-12-13T20:38:45.450Z[ recovery-image] Dec 13 20:38:44.358 INFO O| Dec 13 20:38:44.358 INFO STEP 501 (remove_files) COMPLETE
58092024-12-13T20:38:45.450Z[ recovery-image] Dec 13 20:38:44.358 INFO O| Dec 13 20:38:44.358 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-12-13T20:38:45.458Z[ host-image] Dec 13 20:38:44.366 INFO O| Dec 13 20:38:44.366 INFO O| Planning: Solver setup ... Done
58112024-12-13T20:38:45.464Z[ host-image] Dec 13 20:38:44.372 INFO O| Dec 13 20:38:44.372 INFO O| Planning: Running solver ... Done
58122024-12-13T20:38:45.483Z[ recovery-image] Dec 13 20:38:44.391 INFO O| Dec 13 20:38:44.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58132024-12-13T20:38:45.483Z[ recovery-image] Dec 13 20:38:44.391 INFO O| Dec 13 20:38:44.391 INFO STEP 502 (remove_files) COMPLETE
58142024-12-13T20:38:45.485Z[ recovery-image] Dec 13 20:38:44.392 INFO O| Dec 13 20:38:44.391 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-12-13T20:38:45.507Z[ recovery-image] Dec 13 20:38:44.415 INFO O| Dec 13 20:38:44.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58162024-12-13T20:38:45.507Z[ recovery-image] Dec 13 20:38:44.415 INFO O| Dec 13 20:38:44.415 INFO STEP 503 (remove_files) COMPLETE
58172024-12-13T20:38:45.507Z[ recovery-image] Dec 13 20:38:44.415 INFO O| Dec 13 20:38:44.415 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-12-13T20:38:45.535Z[ recovery-image] Dec 13 20:38:44.443 INFO O| Dec 13 20:38:44.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58192024-12-13T20:38:45.535Z[ recovery-image] Dec 13 20:38:44.443 INFO O| Dec 13 20:38:44.443 INFO STEP 504 (remove_files) COMPLETE
58202024-12-13T20:38:45.535Z[ recovery-image] Dec 13 20:38:44.443 INFO O| Dec 13 20:38:44.443 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-12-13T20:38:45.558Z[ host-image] Dec 13 20:38:44.466 INFO O| Dec 13 20:38:44.466 INFO O| Planning: Finding local manifests ... Done
58222024-12-13T20:38:45.560Z[ host-image] Dec 13 20:38:44.469 INFO O| Dec 13 20:38:44.469 INFO O| Planning: Fetching manifests: 0/6 0% complete
58232024-12-13T20:38:45.594Z[ recovery-image] Dec 13 20:38:44.502 INFO O| Dec 13 20:38:44.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58242024-12-13T20:38:45.594Z[ recovery-image] Dec 13 20:38:44.502 INFO O| Dec 13 20:38:44.502 INFO STEP 505 (remove_files) COMPLETE
58252024-12-13T20:38:45.594Z[ recovery-image] Dec 13 20:38:44.502 INFO O| Dec 13 20:38:44.502 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262024-12-13T20:38:45.618Z[ recovery-image] Dec 13 20:38:44.526 INFO O| Dec 13 20:38:44.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58272024-12-13T20:38:45.650Z[ recovery-image] Dec 13 20:38:44.559 INFO O| Dec 13 20:38:44.559 INFO STEP 506 (remove_files) COMPLETE
58282024-12-13T20:38:45.650Z[ recovery-image] Dec 13 20:38:44.559 INFO O| Dec 13 20:38:44.559 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292024-12-13T20:38:45.689Z[ recovery-image] Dec 13 20:38:44.597 INFO O| Dec 13 20:38:44.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58302024-12-13T20:38:45.689Z[ recovery-image] Dec 13 20:38:44.597 INFO O| Dec 13 20:38:44.597 INFO STEP 507 (remove_files) COMPLETE
58312024-12-13T20:38:45.689Z[ recovery-image] Dec 13 20:38:44.597 INFO O| Dec 13 20:38:44.597 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322024-12-13T20:38:45.751Z[ recovery-image] Dec 13 20:38:44.659 INFO O| Dec 13 20:38:44.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58332024-12-13T20:38:45.751Z[ recovery-image] Dec 13 20:38:44.660 INFO O| Dec 13 20:38:44.659 INFO STEP 508 (remove_files) COMPLETE
58342024-12-13T20:38:45.751Z[ recovery-image] Dec 13 20:38:44.660 INFO O| Dec 13 20:38:44.659 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-12-13T20:38:45.772Z[ recovery-image] Dec 13 20:38:44.681 INFO O| Dec 13 20:38:44.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58362024-12-13T20:38:45.772Z[ recovery-image] Dec 13 20:38:44.681 INFO O| Dec 13 20:38:44.681 INFO STEP 509 (remove_files) COMPLETE
58372024-12-13T20:38:45.775Z[ recovery-image] Dec 13 20:38:44.681 INFO O| Dec 13 20:38:44.681 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-12-13T20:38:45.794Z[ recovery-image] Dec 13 20:38:44.703 INFO O| Dec 13 20:38:44.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58392024-12-13T20:38:45.794Z[ recovery-image] Dec 13 20:38:44.703 INFO O| Dec 13 20:38:44.703 INFO STEP 510 (remove_files) COMPLETE
58402024-12-13T20:38:45.794Z[ recovery-image] Dec 13 20:38:44.703 INFO O| Dec 13 20:38:44.703 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-12-13T20:38:45.835Z[ recovery-image] Dec 13 20:38:44.744 INFO O| Dec 13 20:38:44.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58422024-12-13T20:38:45.835Z[ recovery-image] Dec 13 20:38:44.744 INFO O| Dec 13 20:38:44.744 INFO STEP 511 (remove_files) COMPLETE
58432024-12-13T20:38:45.836Z[ recovery-image] Dec 13 20:38:44.744 INFO O| Dec 13 20:38:44.744 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-12-13T20:38:45.873Z[ recovery-image] Dec 13 20:38:44.781 INFO O| Dec 13 20:38:44.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58452024-12-13T20:38:45.875Z[ recovery-image] Dec 13 20:38:44.781 INFO O| Dec 13 20:38:44.781 INFO STEP 512 (remove_files) COMPLETE
58462024-12-13T20:38:45.875Z[ recovery-image] Dec 13 20:38:44.781 INFO O| Dec 13 20:38:44.781 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-12-13T20:38:45.926Z[ recovery-image] Dec 13 20:38:44.834 INFO O| Dec 13 20:38:44.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58482024-12-13T20:38:45.926Z[ recovery-image] Dec 13 20:38:44.834 INFO O| Dec 13 20:38:44.834 INFO STEP 513 (remove_files) COMPLETE
58492024-12-13T20:38:45.928Z[ recovery-image] Dec 13 20:38:44.834 INFO O| Dec 13 20:38:44.834 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-12-13T20:38:45.951Z[ recovery-image] Dec 13 20:38:44.859 INFO O| Dec 13 20:38:44.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
58512024-12-13T20:38:45.951Z[ recovery-image] Dec 13 20:38:44.859 INFO O| Dec 13 20:38:44.859 INFO STEP 514 (remove_files) COMPLETE
58522024-12-13T20:38:45.951Z[ recovery-image] Dec 13 20:38:44.859 INFO O| Dec 13 20:38:44.859 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-12-13T20:38:45.976Z[ recovery-image] Dec 13 20:38:44.885 INFO O| Dec 13 20:38:44.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58542024-12-13T20:38:45.976Z[ recovery-image] Dec 13 20:38:44.885 INFO O| Dec 13 20:38:44.885 INFO STEP 515 (remove_files) COMPLETE
58552024-12-13T20:38:45.976Z[ recovery-image] Dec 13 20:38:44.885 INFO O| Dec 13 20:38:44.885 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-12-13T20:38:46.002Z[ recovery-image] Dec 13 20:38:44.908 INFO O| Dec 13 20:38:44.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58572024-12-13T20:38:46.002Z[ recovery-image] Dec 13 20:38:44.908 INFO O| Dec 13 20:38:44.908 INFO STEP 516 (remove_files) COMPLETE
58582024-12-13T20:38:46.003Z[ recovery-image] Dec 13 20:38:44.909 INFO O| Dec 13 20:38:44.908 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-12-13T20:38:46.024Z[ recovery-image] Dec 13 20:38:44.932 INFO O| Dec 13 20:38:44.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58602024-12-13T20:38:46.024Z[ recovery-image] Dec 13 20:38:44.932 INFO O| Dec 13 20:38:44.932 INFO STEP 517 (remove_files) COMPLETE
58612024-12-13T20:38:46.026Z[ recovery-image] Dec 13 20:38:44.932 INFO O| Dec 13 20:38:44.932 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-12-13T20:38:46.049Z[ recovery-image] Dec 13 20:38:44.957 INFO O| Dec 13 20:38:44.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58632024-12-13T20:38:46.049Z[ recovery-image] Dec 13 20:38:44.957 INFO O| Dec 13 20:38:44.957 INFO STEP 518 (remove_files) COMPLETE
58642024-12-13T20:38:46.051Z[ recovery-image] Dec 13 20:38:44.957 INFO O| Dec 13 20:38:44.957 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-12-13T20:38:46.078Z[ host-image] Dec 13 20:38:44.986 INFO O| Dec 13 20:38:44.986 INFO O| Planning: Fetching manifests: 6/6 100% complete
58662024-12-13T20:38:46.092Z[ recovery-image] Dec 13 20:38:45.000 INFO O| Dec 13 20:38:45.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
58672024-12-13T20:38:46.092Z[ recovery-image] Dec 13 20:38:45.000 INFO O| Dec 13 20:38:45.000 INFO STEP 519 (remove_files) COMPLETE
58682024-12-13T20:38:46.092Z[ recovery-image] Dec 13 20:38:45.000 INFO O| Dec 13 20:38:45.000 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-12-13T20:38:46.143Z[ host-image] Dec 13 20:38:45.051 INFO O| Dec 13 20:38:45.051 INFO O| Planning: Package planning ... Done
58702024-12-13T20:38:46.148Z[ recovery-image] Dec 13 20:38:45.057 INFO O| Dec 13 20:38:45.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
58712024-12-13T20:38:46.151Z[ recovery-image] Dec 13 20:38:45.057 INFO O| Dec 13 20:38:45.057 INFO STEP 520 (remove_files) COMPLETE
58722024-12-13T20:38:46.151Z[ recovery-image] Dec 13 20:38:45.057 INFO O| Dec 13 20:38:45.057 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-12-13T20:38:46.173Z[ recovery-image] Dec 13 20:38:45.081 INFO O| Dec 13 20:38:45.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
58742024-12-13T20:38:46.175Z[ recovery-image] Dec 13 20:38:45.081 INFO O| Dec 13 20:38:45.081 INFO STEP 521 (remove_files) COMPLETE
58752024-12-13T20:38:46.175Z[ recovery-image] Dec 13 20:38:45.081 INFO O| Dec 13 20:38:45.081 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-12-13T20:38:46.214Z[ host-image] Dec 13 20:38:45.122 INFO O| Dec 13 20:38:45.122 INFO O| Planning: Merging actions ... Done
58772024-12-13T20:38:46.217Z[ recovery-image] Dec 13 20:38:45.123 INFO O| Dec 13 20:38:45.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
58782024-12-13T20:38:46.217Z[ recovery-image] Dec 13 20:38:45.123 INFO O| Dec 13 20:38:45.123 INFO STEP 522 (remove_files) COMPLETE
58792024-12-13T20:38:46.217Z[ recovery-image] Dec 13 20:38:45.123 INFO O| Dec 13 20:38:45.123 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-12-13T20:38:46.266Z[ recovery-image] Dec 13 20:38:45.174 INFO O| Dec 13 20:38:45.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
58812024-12-13T20:38:46.266Z[ recovery-image] Dec 13 20:38:45.174 INFO O| Dec 13 20:38:45.174 INFO STEP 523 (remove_files) COMPLETE
58822024-12-13T20:38:46.269Z[ recovery-image] Dec 13 20:38:45.174 INFO O| Dec 13 20:38:45.174 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-12-13T20:38:46.289Z[ recovery-image] Dec 13 20:38:45.198 INFO O| Dec 13 20:38:45.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
58842024-12-13T20:38:46.289Z[ recovery-image] Dec 13 20:38:45.198 INFO O| Dec 13 20:38:45.198 INFO STEP 524 (remove_files) COMPLETE
58852024-12-13T20:38:46.293Z[ recovery-image] Dec 13 20:38:45.198 INFO O| Dec 13 20:38:45.198 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-12-13T20:38:46.331Z[ recovery-image] Dec 13 20:38:45.239 INFO O| Dec 13 20:38:45.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
58872024-12-13T20:38:46.334Z[ recovery-image] Dec 13 20:38:45.239 INFO O| Dec 13 20:38:45.239 INFO STEP 525 (remove_files) COMPLETE
58882024-12-13T20:38:46.334Z[ recovery-image] Dec 13 20:38:45.240 INFO O| Dec 13 20:38:45.240 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-12-13T20:38:46.377Z[ recovery-image] Dec 13 20:38:45.286 INFO O| Dec 13 20:38:45.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
58902024-12-13T20:38:46.377Z[ recovery-image] Dec 13 20:38:45.286 INFO O| Dec 13 20:38:45.286 INFO STEP 526 (remove_files) COMPLETE
58912024-12-13T20:38:46.377Z[ recovery-image] Dec 13 20:38:45.286 INFO O| Dec 13 20:38:45.286 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-12-13T20:38:46.394Z[ host-image] Dec 13 20:38:45.302 INFO O| Dec 13 20:38:45.302 INFO O| Planning: Checking for conflicting actions ... Done
58932024-12-13T20:38:46.406Z[ host-image] Dec 13 20:38:45.314 INFO O| Dec 13 20:38:45.314 INFO O| Planning: Consolidating action changes ... Done
58942024-12-13T20:38:46.409Z[ recovery-image] Dec 13 20:38:45.318 INFO O| Dec 13 20:38:45.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
58952024-12-13T20:38:46.409Z[ recovery-image] Dec 13 20:38:45.318 INFO O| Dec 13 20:38:45.318 INFO STEP 527 (remove_files) COMPLETE
58962024-12-13T20:38:46.409Z[ recovery-image] Dec 13 20:38:45.318 INFO O| Dec 13 20:38:45.318 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-12-13T20:38:46.445Z[ recovery-image] Dec 13 20:38:45.353 INFO O| Dec 13 20:38:45.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
58982024-12-13T20:38:46.445Z[ recovery-image] Dec 13 20:38:45.353 INFO O| Dec 13 20:38:45.353 INFO STEP 528 (remove_files) COMPLETE
58992024-12-13T20:38:46.445Z[ recovery-image] Dec 13 20:38:45.353 INFO O| Dec 13 20:38:45.353 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-12-13T20:38:46.470Z[ recovery-image] Dec 13 20:38:45.378 INFO O| Dec 13 20:38:45.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59012024-12-13T20:38:46.470Z[ recovery-image] Dec 13 20:38:45.378 INFO O| Dec 13 20:38:45.378 INFO STEP 529 (remove_files) COMPLETE
59022024-12-13T20:38:46.470Z[ recovery-image] Dec 13 20:38:45.378 INFO O| Dec 13 20:38:45.378 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-12-13T20:38:46.493Z[ recovery-image] Dec 13 20:38:45.401 INFO O| Dec 13 20:38:45.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59042024-12-13T20:38:46.493Z[ recovery-image] Dec 13 20:38:45.401 INFO O| Dec 13 20:38:45.401 INFO STEP 530 (remove_files) COMPLETE
59052024-12-13T20:38:46.493Z[ recovery-image] Dec 13 20:38:45.401 INFO O| Dec 13 20:38:45.401 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-12-13T20:38:46.515Z[ recovery-image] Dec 13 20:38:45.423 INFO O| Dec 13 20:38:45.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59072024-12-13T20:38:46.515Z[ recovery-image] Dec 13 20:38:45.423 INFO O| Dec 13 20:38:45.423 INFO STEP 531 (remove_files) COMPLETE
59082024-12-13T20:38:46.519Z[ recovery-image] Dec 13 20:38:45.423 INFO O| Dec 13 20:38:45.423 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-12-13T20:38:46.538Z[ recovery-image] Dec 13 20:38:45.447 INFO O| Dec 13 20:38:45.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59102024-12-13T20:38:46.538Z[ recovery-image] Dec 13 20:38:45.447 INFO O| Dec 13 20:38:45.447 INFO STEP 532 (remove_files) COMPLETE
59112024-12-13T20:38:46.540Z[ recovery-image] Dec 13 20:38:45.447 INFO O| Dec 13 20:38:45.447 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-12-13T20:38:46.563Z[ recovery-image] Dec 13 20:38:45.471 INFO O| Dec 13 20:38:45.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59132024-12-13T20:38:46.565Z[ recovery-image] Dec 13 20:38:45.471 INFO O| Dec 13 20:38:45.471 INFO STEP 533 (remove_files) COMPLETE
59142024-12-13T20:38:46.565Z[ recovery-image] Dec 13 20:38:45.471 INFO O| Dec 13 20:38:45.471 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-12-13T20:38:46.588Z[ recovery-image] Dec 13 20:38:45.496 INFO O| Dec 13 20:38:45.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59162024-12-13T20:38:46.591Z[ recovery-image] Dec 13 20:38:45.497 INFO O| Dec 13 20:38:45.497 INFO STEP 534 (remove_files) COMPLETE
59172024-12-13T20:38:46.591Z[ recovery-image] Dec 13 20:38:45.497 INFO O| Dec 13 20:38:45.497 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-12-13T20:38:46.625Z[ recovery-image] Dec 13 20:38:45.533 INFO O| Dec 13 20:38:45.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59192024-12-13T20:38:46.628Z[ recovery-image] Dec 13 20:38:45.533 INFO O| Dec 13 20:38:45.533 INFO STEP 535 (remove_files) COMPLETE
59202024-12-13T20:38:46.628Z[ recovery-image] Dec 13 20:38:45.533 INFO O| Dec 13 20:38:45.533 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-12-13T20:38:46.661Z[ recovery-image] Dec 13 20:38:45.570 INFO O| Dec 13 20:38:45.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59222024-12-13T20:38:46.661Z[ recovery-image] Dec 13 20:38:45.570 INFO O| Dec 13 20:38:45.570 INFO STEP 536 (remove_files) COMPLETE
59232024-12-13T20:38:46.664Z[ recovery-image] Dec 13 20:38:45.570 INFO O| Dec 13 20:38:45.570 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-12-13T20:38:46.690Z[ recovery-image] Dec 13 20:38:45.597 INFO O| Dec 13 20:38:45.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59252024-12-13T20:38:46.690Z[ recovery-image] Dec 13 20:38:45.598 INFO O| Dec 13 20:38:45.598 INFO STEP 537 (remove_files) COMPLETE
59262024-12-13T20:38:46.690Z[ recovery-image] Dec 13 20:38:45.598 INFO O| Dec 13 20:38:45.598 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-12-13T20:38:46.759Z[ recovery-image] Dec 13 20:38:45.667 INFO O| Dec 13 20:38:45.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59282024-12-13T20:38:46.759Z[ recovery-image] Dec 13 20:38:45.667 INFO O| Dec 13 20:38:45.667 INFO STEP 538 (remove_files) COMPLETE
59292024-12-13T20:38:46.761Z[ recovery-image] Dec 13 20:38:45.667 INFO O| Dec 13 20:38:45.667 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-12-13T20:38:46.817Z[ recovery-image] Dec 13 20:38:45.726 INFO O| Dec 13 20:38:45.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59312024-12-13T20:38:46.817Z[ recovery-image] Dec 13 20:38:45.726 INFO O| Dec 13 20:38:45.726 INFO STEP 539 (remove_files) COMPLETE
59322024-12-13T20:38:46.817Z[ recovery-image] Dec 13 20:38:45.726 INFO O| Dec 13 20:38:45.726 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-12-13T20:38:46.919Z[ recovery-image] Dec 13 20:38:45.826 INFO O| Dec 13 20:38:45.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59342024-12-13T20:38:46.919Z[ recovery-image] Dec 13 20:38:45.826 INFO O| Dec 13 20:38:45.826 INFO STEP 540 (remove_files) COMPLETE
59352024-12-13T20:38:46.919Z[ recovery-image] Dec 13 20:38:45.826 INFO O| Dec 13 20:38:45.826 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-12-13T20:38:46.972Z[ recovery-image] Dec 13 20:38:45.881 INFO O| Dec 13 20:38:45.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59372024-12-13T20:38:46.972Z[ recovery-image] Dec 13 20:38:45.881 INFO O| Dec 13 20:38:45.881 INFO STEP 541 (remove_files) COMPLETE
59382024-12-13T20:38:46.972Z[ recovery-image] Dec 13 20:38:45.881 INFO O| Dec 13 20:38:45.881 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-12-13T20:38:47.006Z[ recovery-image] Dec 13 20:38:45.914 INFO O| Dec 13 20:38:45.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59402024-12-13T20:38:47.008Z[ recovery-image] Dec 13 20:38:45.914 INFO O| Dec 13 20:38:45.914 INFO STEP 542 (remove_files) COMPLETE
59412024-12-13T20:38:47.009Z[ recovery-image] Dec 13 20:38:45.914 INFO O| Dec 13 20:38:45.914 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-12-13T20:38:47.026Z[ host-image] Dec 13 20:38:45.935 INFO O| Dec 13 20:38:45.934 INFO O| Planning: Evaluating mediators ... Done
59432024-12-13T20:38:47.029Z[ recovery-image] Dec 13 20:38:45.935 INFO O| Dec 13 20:38:45.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59442024-12-13T20:38:47.029Z[ recovery-image] Dec 13 20:38:45.936 INFO O| Dec 13 20:38:45.936 INFO STEP 543 (remove_files) COMPLETE
59452024-12-13T20:38:47.029Z[ recovery-image] Dec 13 20:38:45.936 INFO O| Dec 13 20:38:45.936 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-12-13T20:38:47.032Z[ host-image] Dec 13 20:38:45.939 INFO O| Dec 13 20:38:45.939 INFO O| Planning: Planning completed in 5.82 seconds
59472024-12-13T20:38:47.034Z[ host-image] Dec 13 20:38:45.942 INFO O| Dec 13 20:38:45.942 INFO O| Packages to install: 6
59482024-12-13T20:38:47.034Z[ host-image] Dec 13 20:38:45.942 INFO O| Dec 13 20:38:45.942 INFO O| Mediators to change: 1
59492024-12-13T20:38:47.034Z[ host-image] Dec 13 20:38:45.942 INFO O| Dec 13 20:38:45.942 INFO O| Services to change: 1
59502024-12-13T20:38:47.051Z[ recovery-image] Dec 13 20:38:45.959 INFO O| Dec 13 20:38:45.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59512024-12-13T20:38:47.051Z[ recovery-image] Dec 13 20:38:45.959 INFO O| Dec 13 20:38:45.959 INFO STEP 544 (remove_files) COMPLETE
59522024-12-13T20:38:47.053Z[ recovery-image] Dec 13 20:38:45.959 INFO O| Dec 13 20:38:45.959 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-12-13T20:38:47.056Z[ host-image] Dec 13 20:38:45.964 INFO O| Dec 13 20:38:45.964 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
59542024-12-13T20:38:47.117Z[ recovery-image] Dec 13 20:38:46.025 INFO O| Dec 13 20:38:46.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59552024-12-13T20:38:47.117Z[ recovery-image] Dec 13 20:38:46.025 INFO O| Dec 13 20:38:46.025 INFO STEP 545 (remove_files) COMPLETE
59562024-12-13T20:38:47.117Z[ recovery-image] Dec 13 20:38:46.025 INFO O| Dec 13 20:38:46.025 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-12-13T20:38:47.154Z[ recovery-image] Dec 13 20:38:46.062 INFO O| Dec 13 20:38:46.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59582024-12-13T20:38:47.154Z[ recovery-image] Dec 13 20:38:46.062 INFO O| Dec 13 20:38:46.062 INFO STEP 546 (remove_files) COMPLETE
59592024-12-13T20:38:47.156Z[ recovery-image] Dec 13 20:38:46.062 INFO O| Dec 13 20:38:46.062 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-12-13T20:38:47.209Z[ recovery-image] Dec 13 20:38:46.117 INFO O| Dec 13 20:38:46.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59612024-12-13T20:38:47.209Z[ recovery-image] Dec 13 20:38:46.117 INFO O| Dec 13 20:38:46.117 INFO STEP 547 (remove_files) COMPLETE
59622024-12-13T20:38:47.211Z[ recovery-image] Dec 13 20:38:46.117 INFO O| Dec 13 20:38:46.117 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-12-13T20:38:47.229Z[ recovery-image] Dec 13 20:38:46.137 INFO O| Dec 13 20:38:46.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59642024-12-13T20:38:47.229Z[ recovery-image] Dec 13 20:38:46.137 INFO O| Dec 13 20:38:46.137 INFO STEP 548 (remove_files) COMPLETE
59652024-12-13T20:38:47.229Z[ recovery-image] Dec 13 20:38:46.137 INFO O| Dec 13 20:38:46.137 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-12-13T20:38:47.253Z[ recovery-image] Dec 13 20:38:46.161 INFO O| Dec 13 20:38:46.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59672024-12-13T20:38:47.253Z[ recovery-image] Dec 13 20:38:46.161 INFO O| Dec 13 20:38:46.161 INFO STEP 549 (remove_files) COMPLETE
59682024-12-13T20:38:47.253Z[ recovery-image] Dec 13 20:38:46.161 INFO O| Dec 13 20:38:46.161 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-12-13T20:38:47.278Z[ recovery-image] Dec 13 20:38:46.186 INFO O| Dec 13 20:38:46.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59702024-12-13T20:38:47.278Z[ recovery-image] Dec 13 20:38:46.186 INFO O| Dec 13 20:38:46.186 INFO STEP 550 (remove_files) COMPLETE
59712024-12-13T20:38:47.281Z[ recovery-image] Dec 13 20:38:46.186 INFO O| Dec 13 20:38:46.186 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-12-13T20:38:47.331Z[ recovery-image] Dec 13 20:38:46.239 INFO O| Dec 13 20:38:46.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59732024-12-13T20:38:47.331Z[ recovery-image] Dec 13 20:38:46.239 INFO O| Dec 13 20:38:46.239 INFO STEP 551 (remove_files) COMPLETE
59742024-12-13T20:38:47.333Z[ recovery-image] Dec 13 20:38:46.239 INFO O| Dec 13 20:38:46.239 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-12-13T20:38:47.354Z[ recovery-image] Dec 13 20:38:46.263 INFO O| Dec 13 20:38:46.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59762024-12-13T20:38:47.355Z[ recovery-image] Dec 13 20:38:46.263 INFO O| Dec 13 20:38:46.263 INFO STEP 552 (remove_files) COMPLETE
59772024-12-13T20:38:47.357Z[ recovery-image] Dec 13 20:38:46.263 INFO O| Dec 13 20:38:46.263 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-12-13T20:38:47.376Z[ recovery-image] Dec 13 20:38:46.284 INFO O| Dec 13 20:38:46.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
59792024-12-13T20:38:47.400Z[ recovery-image] Dec 13 20:38:46.308 INFO O| Dec 13 20:38:46.308 INFO STEP 553 (remove_files) COMPLETE
59802024-12-13T20:38:47.400Z[ recovery-image] Dec 13 20:38:46.308 INFO O| Dec 13 20:38:46.308 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-12-13T20:38:47.422Z[ recovery-image] Dec 13 20:38:46.331 INFO O| Dec 13 20:38:46.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
59822024-12-13T20:38:47.425Z[ recovery-image] Dec 13 20:38:46.331 INFO O| Dec 13 20:38:46.331 INFO STEP 554 (remove_files) COMPLETE
59832024-12-13T20:38:47.425Z[ recovery-image] Dec 13 20:38:46.331 INFO O| Dec 13 20:38:46.331 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-12-13T20:38:47.444Z[ recovery-image] Dec 13 20:38:46.352 INFO O| Dec 13 20:38:46.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
59852024-12-13T20:38:47.444Z[ recovery-image] Dec 13 20:38:46.352 INFO O| Dec 13 20:38:46.352 INFO STEP 555 (remove_files) COMPLETE
59862024-12-13T20:38:47.444Z[ recovery-image] Dec 13 20:38:46.352 INFO O| Dec 13 20:38:46.352 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-12-13T20:38:47.470Z[ recovery-image] Dec 13 20:38:46.379 INFO O| Dec 13 20:38:46.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
59882024-12-13T20:38:47.470Z[ recovery-image] Dec 13 20:38:46.379 INFO O| Dec 13 20:38:46.379 INFO STEP 556 (remove_files) COMPLETE
59892024-12-13T20:38:47.473Z[ recovery-image] Dec 13 20:38:46.379 INFO O| Dec 13 20:38:46.379 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-12-13T20:38:47.499Z[ recovery-image] Dec 13 20:38:46.406 INFO O| Dec 13 20:38:46.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
59912024-12-13T20:38:47.499Z[ recovery-image] Dec 13 20:38:46.407 INFO O| Dec 13 20:38:46.407 INFO STEP 557 (remove_files) COMPLETE
59922024-12-13T20:38:47.499Z[ recovery-image] Dec 13 20:38:46.407 INFO O| Dec 13 20:38:46.407 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-12-13T20:38:47.527Z[ recovery-image] Dec 13 20:38:46.435 INFO O| Dec 13 20:38:46.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
59942024-12-13T20:38:47.527Z[ recovery-image] Dec 13 20:38:46.435 INFO O| Dec 13 20:38:46.435 INFO STEP 558 (remove_files) COMPLETE
59952024-12-13T20:38:47.529Z[ recovery-image] Dec 13 20:38:46.435 INFO O| Dec 13 20:38:46.435 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-12-13T20:38:47.549Z[ recovery-image] Dec 13 20:38:46.457 INFO O| Dec 13 20:38:46.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
59972024-12-13T20:38:47.549Z[ recovery-image] Dec 13 20:38:46.457 INFO O| Dec 13 20:38:46.457 INFO STEP 559 (remove_files) COMPLETE
59982024-12-13T20:38:47.549Z[ recovery-image] Dec 13 20:38:46.457 INFO O| Dec 13 20:38:46.457 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-12-13T20:38:47.590Z[ recovery-image] Dec 13 20:38:46.498 INFO O| Dec 13 20:38:46.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60002024-12-13T20:38:47.591Z[ recovery-image] Dec 13 20:38:46.498 INFO O| Dec 13 20:38:46.498 INFO STEP 560 (remove_files) COMPLETE
60012024-12-13T20:38:47.591Z[ recovery-image] Dec 13 20:38:46.498 INFO O| Dec 13 20:38:46.498 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-12-13T20:38:47.617Z[ recovery-image] Dec 13 20:38:46.525 INFO O| Dec 13 20:38:46.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60032024-12-13T20:38:47.617Z[ recovery-image] Dec 13 20:38:46.525 INFO O| Dec 13 20:38:46.525 INFO STEP 561 (remove_files) COMPLETE
60042024-12-13T20:38:47.619Z[ recovery-image] Dec 13 20:38:46.525 INFO O| Dec 13 20:38:46.525 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-12-13T20:38:47.645Z[ recovery-image] Dec 13 20:38:46.553 INFO O| Dec 13 20:38:46.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60062024-12-13T20:38:47.645Z[ recovery-image] Dec 13 20:38:46.553 INFO O| Dec 13 20:38:46.553 INFO STEP 562 (remove_files) COMPLETE
60072024-12-13T20:38:47.648Z[ recovery-image] Dec 13 20:38:46.553 INFO O| Dec 13 20:38:46.553 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-12-13T20:38:47.667Z[ recovery-image] Dec 13 20:38:46.575 INFO O| Dec 13 20:38:46.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60092024-12-13T20:38:47.667Z[ recovery-image] Dec 13 20:38:46.575 INFO O| Dec 13 20:38:46.575 INFO STEP 563 (remove_files) COMPLETE
60102024-12-13T20:38:47.670Z[ recovery-image] Dec 13 20:38:46.575 INFO O| Dec 13 20:38:46.575 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-12-13T20:38:47.724Z[ recovery-image] Dec 13 20:38:46.632 INFO O| Dec 13 20:38:46.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60122024-12-13T20:38:47.724Z[ recovery-image] Dec 13 20:38:46.632 INFO O| Dec 13 20:38:46.632 INFO STEP 564 (remove_files) COMPLETE
60132024-12-13T20:38:47.724Z[ recovery-image] Dec 13 20:38:46.632 INFO O| Dec 13 20:38:46.632 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-12-13T20:38:47.746Z[ recovery-image] Dec 13 20:38:46.654 INFO O| Dec 13 20:38:46.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60152024-12-13T20:38:47.746Z[ recovery-image] Dec 13 20:38:46.654 INFO O| Dec 13 20:38:46.654 INFO STEP 565 (remove_files) COMPLETE
60162024-12-13T20:38:47.746Z[ recovery-image] Dec 13 20:38:46.654 INFO O| Dec 13 20:38:46.654 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-12-13T20:38:47.767Z[ recovery-image] Dec 13 20:38:46.675 INFO O| Dec 13 20:38:46.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60182024-12-13T20:38:47.767Z[ recovery-image] Dec 13 20:38:46.675 INFO O| Dec 13 20:38:46.675 INFO STEP 566 (remove_files) COMPLETE
60192024-12-13T20:38:47.767Z[ recovery-image] Dec 13 20:38:46.676 INFO O| Dec 13 20:38:46.675 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-12-13T20:38:47.789Z[ recovery-image] Dec 13 20:38:46.698 INFO O| Dec 13 20:38:46.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60212024-12-13T20:38:47.790Z[ recovery-image] Dec 13 20:38:46.698 INFO O| Dec 13 20:38:46.698 INFO STEP 567 (remove_files) COMPLETE
60222024-12-13T20:38:47.790Z[ recovery-image] Dec 13 20:38:46.698 INFO O| Dec 13 20:38:46.698 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-12-13T20:38:47.815Z[ recovery-image] Dec 13 20:38:46.723 INFO O| Dec 13 20:38:46.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60242024-12-13T20:38:47.815Z[ recovery-image] Dec 13 20:38:46.723 INFO O| Dec 13 20:38:46.723 INFO STEP 568 (remove_files) COMPLETE
60252024-12-13T20:38:47.815Z[ recovery-image] Dec 13 20:38:46.723 INFO O| Dec 13 20:38:46.723 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-12-13T20:38:47.840Z[ recovery-image] Dec 13 20:38:46.748 INFO O| Dec 13 20:38:46.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60272024-12-13T20:38:47.840Z[ recovery-image] Dec 13 20:38:46.748 INFO O| Dec 13 20:38:46.748 INFO STEP 569 (remove_files) COMPLETE
60282024-12-13T20:38:47.840Z[ recovery-image] Dec 13 20:38:46.748 INFO O| Dec 13 20:38:46.748 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-12-13T20:38:47.866Z[ recovery-image] Dec 13 20:38:46.774 INFO O| Dec 13 20:38:46.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60302024-12-13T20:38:47.866Z[ recovery-image] Dec 13 20:38:46.774 INFO O| Dec 13 20:38:46.774 INFO STEP 570 (remove_files) COMPLETE
60312024-12-13T20:38:47.869Z[ recovery-image] Dec 13 20:38:46.775 INFO O| Dec 13 20:38:46.774 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-12-13T20:38:47.899Z[ recovery-image] Dec 13 20:38:46.807 INFO O| Dec 13 20:38:46.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60332024-12-13T20:38:47.899Z[ recovery-image] Dec 13 20:38:46.807 INFO O| Dec 13 20:38:46.807 INFO STEP 571 (remove_files) COMPLETE
60342024-12-13T20:38:47.900Z[ recovery-image] Dec 13 20:38:46.807 INFO O| Dec 13 20:38:46.807 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-12-13T20:38:47.921Z[ recovery-image] Dec 13 20:38:46.829 INFO O| Dec 13 20:38:46.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60362024-12-13T20:38:47.921Z[ recovery-image] Dec 13 20:38:46.829 INFO O| Dec 13 20:38:46.829 INFO STEP 572 (remove_files) COMPLETE
60372024-12-13T20:38:47.921Z[ recovery-image] Dec 13 20:38:46.830 INFO O| Dec 13 20:38:46.829 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-12-13T20:38:47.943Z[ recovery-image] Dec 13 20:38:46.851 INFO O| Dec 13 20:38:46.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60392024-12-13T20:38:47.943Z[ recovery-image] Dec 13 20:38:46.851 INFO O| Dec 13 20:38:46.851 INFO STEP 573 (remove_files) COMPLETE
60402024-12-13T20:38:47.943Z[ recovery-image] Dec 13 20:38:46.851 INFO O| Dec 13 20:38:46.851 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-12-13T20:38:47.965Z[ recovery-image] Dec 13 20:38:46.872 INFO O| Dec 13 20:38:46.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60422024-12-13T20:38:47.965Z[ recovery-image] Dec 13 20:38:46.872 INFO O| Dec 13 20:38:46.872 INFO STEP 574 (remove_files) COMPLETE
60432024-12-13T20:38:47.965Z[ recovery-image] Dec 13 20:38:46.872 INFO O| Dec 13 20:38:46.872 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-12-13T20:38:47.997Z[ recovery-image] Dec 13 20:38:46.905 INFO O| Dec 13 20:38:46.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60452024-12-13T20:38:47.997Z[ recovery-image] Dec 13 20:38:46.905 INFO O| Dec 13 20:38:46.905 INFO STEP 575 (remove_files) COMPLETE
60462024-12-13T20:38:47.997Z[ recovery-image] Dec 13 20:38:46.905 INFO O| Dec 13 20:38:46.905 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-12-13T20:38:48.080Z[ recovery-image] Dec 13 20:38:46.987 INFO O| Dec 13 20:38:46.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60482024-12-13T20:38:48.080Z[ recovery-image] Dec 13 20:38:46.987 INFO O| Dec 13 20:38:46.987 INFO STEP 576 (remove_files) COMPLETE
60492024-12-13T20:38:48.080Z[ recovery-image] Dec 13 20:38:46.988 INFO O| Dec 13 20:38:46.987 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-12-13T20:38:48.123Z[ recovery-image] Dec 13 20:38:47.030 INFO O| Dec 13 20:38:47.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60512024-12-13T20:38:48.123Z[ recovery-image] Dec 13 20:38:47.030 INFO O| Dec 13 20:38:47.030 INFO STEP 577 (remove_files) COMPLETE
60522024-12-13T20:38:48.123Z[ recovery-image] Dec 13 20:38:47.030 INFO O| Dec 13 20:38:47.030 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-12-13T20:38:48.162Z[ recovery-image] Dec 13 20:38:47.070 INFO O| Dec 13 20:38:47.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60542024-12-13T20:38:48.162Z[ recovery-image] Dec 13 20:38:47.070 INFO O| Dec 13 20:38:47.070 INFO STEP 578 (remove_files) COMPLETE
60552024-12-13T20:38:48.164Z[ recovery-image] Dec 13 20:38:47.070 INFO O| Dec 13 20:38:47.070 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-12-13T20:38:48.233Z[ recovery-image] Dec 13 20:38:47.141 INFO O| Dec 13 20:38:47.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60572024-12-13T20:38:48.235Z[ recovery-image] Dec 13 20:38:47.141 INFO O| Dec 13 20:38:47.141 INFO STEP 579 (remove_files) COMPLETE
60582024-12-13T20:38:48.235Z[ recovery-image] Dec 13 20:38:47.141 INFO O| Dec 13 20:38:47.141 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-12-13T20:38:48.255Z[ recovery-image] Dec 13 20:38:47.162 INFO O| Dec 13 20:38:47.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60602024-12-13T20:38:48.255Z[ recovery-image] Dec 13 20:38:47.162 INFO O| Dec 13 20:38:47.162 INFO STEP 580 (remove_files) COMPLETE
60612024-12-13T20:38:48.255Z[ recovery-image] Dec 13 20:38:47.162 INFO O| Dec 13 20:38:47.162 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-12-13T20:38:48.293Z[ recovery-image] Dec 13 20:38:47.198 INFO O| Dec 13 20:38:47.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60632024-12-13T20:38:48.293Z[ recovery-image] Dec 13 20:38:47.199 INFO O| Dec 13 20:38:47.199 INFO STEP 581 (remove_files) COMPLETE
60642024-12-13T20:38:48.293Z[ recovery-image] Dec 13 20:38:47.199 INFO O| Dec 13 20:38:47.199 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-12-13T20:38:48.331Z[ recovery-image] Dec 13 20:38:47.239 INFO O| Dec 13 20:38:47.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60662024-12-13T20:38:48.331Z[ recovery-image] Dec 13 20:38:47.239 INFO O| Dec 13 20:38:47.239 INFO STEP 582 (remove_files) COMPLETE
60672024-12-13T20:38:48.331Z[ recovery-image] Dec 13 20:38:47.239 INFO O| Dec 13 20:38:47.239 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-12-13T20:38:48.353Z[ recovery-image] Dec 13 20:38:47.261 INFO O| Dec 13 20:38:47.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60692024-12-13T20:38:48.353Z[ recovery-image] Dec 13 20:38:47.261 INFO O| Dec 13 20:38:47.261 INFO STEP 583 (remove_files) COMPLETE
60702024-12-13T20:38:48.356Z[ recovery-image] Dec 13 20:38:47.261 INFO O| Dec 13 20:38:47.261 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-12-13T20:38:48.375Z[ recovery-image] Dec 13 20:38:47.283 INFO O| Dec 13 20:38:47.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60722024-12-13T20:38:48.375Z[ recovery-image] Dec 13 20:38:47.283 INFO O| Dec 13 20:38:47.283 INFO STEP 584 (remove_files) COMPLETE
60732024-12-13T20:38:48.377Z[ recovery-image] Dec 13 20:38:47.283 INFO O| Dec 13 20:38:47.283 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-12-13T20:38:48.397Z[ recovery-image] Dec 13 20:38:47.305 INFO O| Dec 13 20:38:47.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
60752024-12-13T20:38:48.397Z[ recovery-image] Dec 13 20:38:47.305 INFO O| Dec 13 20:38:47.305 INFO STEP 585 (remove_files) COMPLETE
60762024-12-13T20:38:48.397Z[ recovery-image] Dec 13 20:38:47.305 INFO O| Dec 13 20:38:47.305 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-12-13T20:38:48.418Z[ recovery-image] Dec 13 20:38:47.326 INFO O| Dec 13 20:38:47.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
60782024-12-13T20:38:48.418Z[ recovery-image] Dec 13 20:38:47.326 INFO O| Dec 13 20:38:47.326 INFO STEP 586 (remove_files) COMPLETE
60792024-12-13T20:38:48.420Z[ recovery-image] Dec 13 20:38:47.326 INFO O| Dec 13 20:38:47.326 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-12-13T20:38:48.438Z[ recovery-image] Dec 13 20:38:47.346 INFO O| Dec 13 20:38:47.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
60812024-12-13T20:38:48.439Z[ recovery-image] Dec 13 20:38:47.347 INFO O| Dec 13 20:38:47.346 INFO STEP 587 (remove_files) COMPLETE
60822024-12-13T20:38:48.441Z[ recovery-image] Dec 13 20:38:47.347 INFO O| Dec 13 20:38:47.347 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-12-13T20:38:48.460Z[ recovery-image] Dec 13 20:38:47.368 INFO O| Dec 13 20:38:47.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
60842024-12-13T20:38:48.461Z[ recovery-image] Dec 13 20:38:47.368 INFO O| Dec 13 20:38:47.368 INFO STEP 588 (remove_files) COMPLETE
60852024-12-13T20:38:48.463Z[ recovery-image] Dec 13 20:38:47.368 INFO O| Dec 13 20:38:47.368 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-12-13T20:38:48.481Z[ recovery-image] Dec 13 20:38:47.389 INFO O| Dec 13 20:38:47.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
60872024-12-13T20:38:48.481Z[ recovery-image] Dec 13 20:38:47.389 INFO O| Dec 13 20:38:47.389 INFO STEP 589 (remove_files) COMPLETE
60882024-12-13T20:38:48.484Z[ recovery-image] Dec 13 20:38:47.389 INFO O| Dec 13 20:38:47.389 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-12-13T20:38:48.503Z[ recovery-image] Dec 13 20:38:47.411 INFO O| Dec 13 20:38:47.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
60902024-12-13T20:38:48.503Z[ recovery-image] Dec 13 20:38:47.411 INFO O| Dec 13 20:38:47.411 INFO STEP 590 (remove_files) COMPLETE
60912024-12-13T20:38:48.503Z[ recovery-image] Dec 13 20:38:47.411 INFO O| Dec 13 20:38:47.411 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-12-13T20:38:48.533Z[ recovery-image] Dec 13 20:38:47.441 INFO O| Dec 13 20:38:47.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
60932024-12-13T20:38:48.536Z[ recovery-image] Dec 13 20:38:47.442 INFO O| Dec 13 20:38:47.442 INFO STEP 591 (remove_files) COMPLETE
60942024-12-13T20:38:48.536Z[ recovery-image] Dec 13 20:38:47.442 INFO O| Dec 13 20:38:47.442 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-12-13T20:38:48.558Z[ recovery-image] Dec 13 20:38:47.466 INFO O| Dec 13 20:38:47.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
60962024-12-13T20:38:48.558Z[ recovery-image] Dec 13 20:38:47.466 INFO O| Dec 13 20:38:47.466 INFO STEP 592 (remove_files) COMPLETE
60972024-12-13T20:38:48.561Z[ recovery-image] Dec 13 20:38:47.466 INFO O| Dec 13 20:38:47.466 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-12-13T20:38:48.582Z[ recovery-image] Dec 13 20:38:47.490 INFO O| Dec 13 20:38:47.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
60992024-12-13T20:38:48.582Z[ recovery-image] Dec 13 20:38:47.490 INFO O| Dec 13 20:38:47.490 INFO STEP 593 (remove_files) COMPLETE
61002024-12-13T20:38:48.582Z[ recovery-image] Dec 13 20:38:47.490 INFO O| Dec 13 20:38:47.490 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-12-13T20:38:48.605Z[ recovery-image] Dec 13 20:38:47.513 INFO O| Dec 13 20:38:47.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61022024-12-13T20:38:48.605Z[ recovery-image] Dec 13 20:38:47.513 INFO O| Dec 13 20:38:47.513 INFO STEP 594 (remove_files) COMPLETE
61032024-12-13T20:38:48.608Z[ recovery-image] Dec 13 20:38:47.513 INFO O| Dec 13 20:38:47.513 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-12-13T20:38:48.628Z[ recovery-image] Dec 13 20:38:47.535 INFO O| Dec 13 20:38:47.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61052024-12-13T20:38:48.628Z[ recovery-image] Dec 13 20:38:47.536 INFO O| Dec 13 20:38:47.535 INFO STEP 595 (remove_files) COMPLETE
61062024-12-13T20:38:48.628Z[ recovery-image] Dec 13 20:38:47.536 INFO O| Dec 13 20:38:47.536 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-12-13T20:38:48.649Z[ recovery-image] Dec 13 20:38:47.557 INFO O| Dec 13 20:38:47.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61082024-12-13T20:38:48.649Z[ recovery-image] Dec 13 20:38:47.557 INFO O| Dec 13 20:38:47.557 INFO STEP 596 (remove_files) COMPLETE
61092024-12-13T20:38:48.651Z[ recovery-image] Dec 13 20:38:47.557 INFO O| Dec 13 20:38:47.557 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-12-13T20:38:48.670Z[ recovery-image] Dec 13 20:38:47.578 INFO O| Dec 13 20:38:47.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61112024-12-13T20:38:48.670Z[ recovery-image] Dec 13 20:38:47.578 INFO O| Dec 13 20:38:47.578 INFO STEP 597 (remove_files) COMPLETE
61122024-12-13T20:38:48.673Z[ recovery-image] Dec 13 20:38:47.578 INFO O| Dec 13 20:38:47.578 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-12-13T20:38:48.692Z[ recovery-image] Dec 13 20:38:47.599 INFO O| Dec 13 20:38:47.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61142024-12-13T20:38:48.692Z[ recovery-image] Dec 13 20:38:47.600 INFO O| Dec 13 20:38:47.600 INFO STEP 598 (remove_files) COMPLETE
61152024-12-13T20:38:48.692Z[ recovery-image] Dec 13 20:38:47.600 INFO O| Dec 13 20:38:47.600 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-12-13T20:38:48.713Z[ recovery-image] Dec 13 20:38:47.621 INFO O| Dec 13 20:38:47.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61172024-12-13T20:38:48.713Z[ recovery-image] Dec 13 20:38:47.621 INFO O| Dec 13 20:38:47.621 INFO STEP 599 (remove_files) COMPLETE
61182024-12-13T20:38:48.716Z[ recovery-image] Dec 13 20:38:47.621 INFO O| Dec 13 20:38:47.621 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-12-13T20:38:48.773Z[ recovery-image] Dec 13 20:38:47.681 INFO O| Dec 13 20:38:47.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61202024-12-13T20:38:48.773Z[ recovery-image] Dec 13 20:38:47.681 INFO O| Dec 13 20:38:47.681 INFO STEP 600 (remove_files) COMPLETE
61212024-12-13T20:38:48.774Z[ recovery-image] Dec 13 20:38:47.681 INFO O| Dec 13 20:38:47.681 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-12-13T20:38:48.794Z[ recovery-image] Dec 13 20:38:47.702 INFO O| Dec 13 20:38:47.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61232024-12-13T20:38:48.795Z[ recovery-image] Dec 13 20:38:47.702 INFO O| Dec 13 20:38:47.702 INFO STEP 601 (remove_files) COMPLETE
61242024-12-13T20:38:48.795Z[ recovery-image] Dec 13 20:38:47.702 INFO O| Dec 13 20:38:47.702 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-12-13T20:38:48.816Z[ recovery-image] Dec 13 20:38:47.724 INFO O| Dec 13 20:38:47.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61262024-12-13T20:38:48.816Z[ recovery-image] Dec 13 20:38:47.724 INFO O| Dec 13 20:38:47.724 INFO STEP 602 (remove_files) COMPLETE
61272024-12-13T20:38:48.816Z[ recovery-image] Dec 13 20:38:47.724 INFO O| Dec 13 20:38:47.724 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-12-13T20:38:48.837Z[ recovery-image] Dec 13 20:38:47.745 INFO O| Dec 13 20:38:47.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61292024-12-13T20:38:48.837Z[ recovery-image] Dec 13 20:38:47.745 INFO O| Dec 13 20:38:47.745 INFO STEP 603 (remove_files) COMPLETE
61302024-12-13T20:38:48.837Z[ recovery-image] Dec 13 20:38:47.745 INFO O| Dec 13 20:38:47.745 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-12-13T20:38:48.882Z[ recovery-image] Dec 13 20:38:47.789 INFO O| Dec 13 20:38:47.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61322024-12-13T20:38:48.882Z[ recovery-image] Dec 13 20:38:47.790 INFO O| Dec 13 20:38:47.790 INFO STEP 604 (remove_files) COMPLETE
61332024-12-13T20:38:48.884Z[ recovery-image] Dec 13 20:38:47.790 INFO O| Dec 13 20:38:47.790 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-12-13T20:38:48.941Z[ recovery-image] Dec 13 20:38:47.849 INFO O| Dec 13 20:38:47.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61352024-12-13T20:38:48.941Z[ recovery-image] Dec 13 20:38:47.849 INFO O| Dec 13 20:38:47.849 INFO STEP 605 (remove_files) COMPLETE
61362024-12-13T20:38:48.941Z[ recovery-image] Dec 13 20:38:47.849 INFO O| Dec 13 20:38:47.849 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-12-13T20:38:48.961Z[ recovery-image] Dec 13 20:38:47.869 INFO O| Dec 13 20:38:47.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61382024-12-13T20:38:48.961Z[ recovery-image] Dec 13 20:38:47.869 INFO O| Dec 13 20:38:47.869 INFO STEP 606 (remove_files) COMPLETE
61392024-12-13T20:38:48.963Z[ recovery-image] Dec 13 20:38:47.869 INFO O| Dec 13 20:38:47.869 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-12-13T20:38:48.982Z[ recovery-image] Dec 13 20:38:47.889 INFO O| Dec 13 20:38:47.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61412024-12-13T20:38:48.982Z[ recovery-image] Dec 13 20:38:47.889 INFO O| Dec 13 20:38:47.889 INFO STEP 607 (remove_files) COMPLETE
61422024-12-13T20:38:48.982Z[ recovery-image] Dec 13 20:38:47.890 INFO O| Dec 13 20:38:47.889 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-12-13T20:38:49.001Z[ recovery-image] Dec 13 20:38:47.908 INFO O| Dec 13 20:38:47.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61442024-12-13T20:38:49.001Z[ recovery-image] Dec 13 20:38:47.909 INFO O| Dec 13 20:38:47.908 INFO STEP 608 (remove_files) COMPLETE
61452024-12-13T20:38:49.004Z[ recovery-image] Dec 13 20:38:47.909 INFO O| Dec 13 20:38:47.908 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-12-13T20:38:49.021Z[ recovery-image] Dec 13 20:38:47.929 INFO O| Dec 13 20:38:47.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61472024-12-13T20:38:49.022Z[ recovery-image] Dec 13 20:38:47.929 INFO O| Dec 13 20:38:47.929 INFO STEP 609 (remove_files) COMPLETE
61482024-12-13T20:38:49.024Z[ recovery-image] Dec 13 20:38:47.929 INFO O| Dec 13 20:38:47.929 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-12-13T20:38:49.058Z[ recovery-image] Dec 13 20:38:47.965 INFO O| Dec 13 20:38:47.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61502024-12-13T20:38:49.058Z[ recovery-image] Dec 13 20:38:47.965 INFO O| Dec 13 20:38:47.965 INFO STEP 610 (remove_files) COMPLETE
61512024-12-13T20:38:49.058Z[ recovery-image] Dec 13 20:38:47.965 INFO O| Dec 13 20:38:47.965 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-12-13T20:38:49.122Z[ recovery-image] Dec 13 20:38:48.030 INFO O| Dec 13 20:38:48.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61532024-12-13T20:38:49.122Z[ recovery-image] Dec 13 20:38:48.030 INFO O| Dec 13 20:38:48.030 INFO STEP 611 (remove_files) COMPLETE
61542024-12-13T20:38:49.122Z[ recovery-image] Dec 13 20:38:48.030 INFO O| Dec 13 20:38:48.030 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-12-13T20:38:49.163Z[ recovery-image] Dec 13 20:38:48.071 INFO O| Dec 13 20:38:48.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61562024-12-13T20:38:49.163Z[ recovery-image] Dec 13 20:38:48.071 INFO O| Dec 13 20:38:48.071 INFO STEP 612 (remove_files) COMPLETE
61572024-12-13T20:38:49.163Z[ recovery-image] Dec 13 20:38:48.071 INFO O| Dec 13 20:38:48.071 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-12-13T20:38:49.183Z[ recovery-image] Dec 13 20:38:48.091 INFO O| Dec 13 20:38:48.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61592024-12-13T20:38:49.183Z[ recovery-image] Dec 13 20:38:48.091 INFO O| Dec 13 20:38:48.091 INFO STEP 613 (remove_files) COMPLETE
61602024-12-13T20:38:49.184Z[ recovery-image] Dec 13 20:38:48.091 INFO O| Dec 13 20:38:48.091 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-12-13T20:38:49.207Z[ recovery-image] Dec 13 20:38:48.115 INFO O| Dec 13 20:38:48.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61622024-12-13T20:38:49.207Z[ recovery-image] Dec 13 20:38:48.115 INFO O| Dec 13 20:38:48.115 INFO STEP 614 (remove_files) COMPLETE
61632024-12-13T20:38:49.210Z[ recovery-image] Dec 13 20:38:48.115 INFO O| Dec 13 20:38:48.115 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-12-13T20:38:49.233Z[ recovery-image] Dec 13 20:38:48.141 INFO O| Dec 13 20:38:48.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61652024-12-13T20:38:49.236Z[ recovery-image] Dec 13 20:38:48.141 INFO O| Dec 13 20:38:48.141 INFO STEP 615 (remove_files) COMPLETE
61662024-12-13T20:38:49.236Z[ recovery-image] Dec 13 20:38:48.141 INFO O| Dec 13 20:38:48.141 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-12-13T20:38:49.262Z[ recovery-image] Dec 13 20:38:48.170 INFO O| Dec 13 20:38:48.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61682024-12-13T20:38:49.262Z[ recovery-image] Dec 13 20:38:48.170 INFO O| Dec 13 20:38:48.170 INFO STEP 616 (remove_files) COMPLETE
61692024-12-13T20:38:49.262Z[ recovery-image] Dec 13 20:38:48.170 INFO O| Dec 13 20:38:48.170 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-12-13T20:38:49.290Z[ recovery-image] Dec 13 20:38:48.198 INFO O| Dec 13 20:38:48.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
61712024-12-13T20:38:49.290Z[ recovery-image] Dec 13 20:38:48.198 INFO O| Dec 13 20:38:48.198 INFO STEP 617 (remove_files) COMPLETE
61722024-12-13T20:38:49.290Z[ recovery-image] Dec 13 20:38:48.198 INFO O| Dec 13 20:38:48.198 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-12-13T20:38:49.329Z[ recovery-image] Dec 13 20:38:48.236 INFO O| Dec 13 20:38:48.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
61742024-12-13T20:38:49.329Z[ recovery-image] Dec 13 20:38:48.236 INFO O| Dec 13 20:38:48.236 INFO STEP 618 (remove_files) COMPLETE
61752024-12-13T20:38:49.331Z[ recovery-image] Dec 13 20:38:48.236 INFO O| Dec 13 20:38:48.236 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-12-13T20:38:49.366Z[ recovery-image] Dec 13 20:38:48.274 INFO O| Dec 13 20:38:48.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
61772024-12-13T20:38:49.366Z[ recovery-image] Dec 13 20:38:48.274 INFO O| Dec 13 20:38:48.274 INFO STEP 619 (remove_files) COMPLETE
61782024-12-13T20:38:49.366Z[ recovery-image] Dec 13 20:38:48.274 INFO O| Dec 13 20:38:48.274 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-12-13T20:38:49.390Z[ recovery-image] Dec 13 20:38:48.297 INFO O| Dec 13 20:38:48.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
61802024-12-13T20:38:49.392Z[ recovery-image] Dec 13 20:38:48.298 INFO O| Dec 13 20:38:48.297 INFO STEP 620 (remove_files) COMPLETE
61812024-12-13T20:38:49.392Z[ recovery-image] Dec 13 20:38:48.298 INFO O| Dec 13 20:38:48.298 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-12-13T20:38:49.413Z[ recovery-image] Dec 13 20:38:48.321 INFO O| Dec 13 20:38:48.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
61832024-12-13T20:38:49.413Z[ recovery-image] Dec 13 20:38:48.321 INFO O| Dec 13 20:38:48.321 INFO STEP 621 (remove_files) COMPLETE
61842024-12-13T20:38:49.415Z[ recovery-image] Dec 13 20:38:48.321 INFO O| Dec 13 20:38:48.321 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-12-13T20:38:49.436Z[ recovery-image] Dec 13 20:38:48.343 INFO O| Dec 13 20:38:48.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
61862024-12-13T20:38:49.436Z[ recovery-image] Dec 13 20:38:48.344 INFO O| Dec 13 20:38:48.343 INFO STEP 622 (remove_files) COMPLETE
61872024-12-13T20:38:49.436Z[ recovery-image] Dec 13 20:38:48.344 INFO O| Dec 13 20:38:48.343 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-12-13T20:38:49.458Z[ recovery-image] Dec 13 20:38:48.365 INFO O| Dec 13 20:38:48.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
61892024-12-13T20:38:49.458Z[ recovery-image] Dec 13 20:38:48.366 INFO O| Dec 13 20:38:48.366 INFO STEP 623 (remove_files) COMPLETE
61902024-12-13T20:38:49.458Z[ recovery-image] Dec 13 20:38:48.366 INFO O| Dec 13 20:38:48.366 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-12-13T20:38:49.483Z[ recovery-image] Dec 13 20:38:48.389 INFO O| Dec 13 20:38:48.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
61922024-12-13T20:38:49.483Z[ recovery-image] Dec 13 20:38:48.389 INFO O| Dec 13 20:38:48.389 INFO STEP 624 (remove_files) COMPLETE
61932024-12-13T20:38:49.483Z[ recovery-image] Dec 13 20:38:48.389 INFO O| Dec 13 20:38:48.389 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-12-13T20:38:49.504Z[ recovery-image] Dec 13 20:38:48.412 INFO O| Dec 13 20:38:48.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
61952024-12-13T20:38:49.504Z[ recovery-image] Dec 13 20:38:48.412 INFO O| Dec 13 20:38:48.412 INFO STEP 625 (remove_files) COMPLETE
61962024-12-13T20:38:49.506Z[ recovery-image] Dec 13 20:38:48.412 INFO O| Dec 13 20:38:48.412 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-12-13T20:38:49.526Z[ recovery-image] Dec 13 20:38:48.434 INFO O| Dec 13 20:38:48.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
61982024-12-13T20:38:49.526Z[ recovery-image] Dec 13 20:38:48.434 INFO O| Dec 13 20:38:48.434 INFO STEP 626 (remove_files) COMPLETE
61992024-12-13T20:38:49.526Z[ recovery-image] Dec 13 20:38:48.434 INFO O| Dec 13 20:38:48.434 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002024-12-13T20:38:49.554Z[ recovery-image] Dec 13 20:38:48.462 INFO O| Dec 13 20:38:48.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62012024-12-13T20:38:49.554Z[ recovery-image] Dec 13 20:38:48.462 INFO O| Dec 13 20:38:48.462 INFO STEP 627 (remove_files) COMPLETE
62022024-12-13T20:38:49.557Z[ recovery-image] Dec 13 20:38:48.462 INFO O| Dec 13 20:38:48.462 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032024-12-13T20:38:49.642Z[ recovery-image] Dec 13 20:38:48.550 INFO O| Dec 13 20:38:48.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62042024-12-13T20:38:49.642Z[ recovery-image] Dec 13 20:38:48.550 INFO O| Dec 13 20:38:48.550 INFO STEP 628 (remove_files) COMPLETE
62052024-12-13T20:38:49.645Z[ recovery-image] Dec 13 20:38:48.550 INFO O| Dec 13 20:38:48.550 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062024-12-13T20:38:49.683Z[ recovery-image] Dec 13 20:38:48.589 INFO O| Dec 13 20:38:48.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62072024-12-13T20:38:49.683Z[ recovery-image] Dec 13 20:38:48.590 INFO O| Dec 13 20:38:48.590 INFO STEP 629 (remove_files) COMPLETE
62082024-12-13T20:38:49.685Z[ recovery-image] Dec 13 20:38:48.590 INFO O| Dec 13 20:38:48.590 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092024-12-13T20:38:49.748Z[ recovery-image] Dec 13 20:38:48.656 INFO O| Dec 13 20:38:48.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62102024-12-13T20:38:49.748Z[ recovery-image] Dec 13 20:38:48.656 INFO O| Dec 13 20:38:48.656 INFO STEP 630 (remove_files) COMPLETE
62112024-12-13T20:38:49.748Z[ recovery-image] Dec 13 20:38:48.656 INFO O| Dec 13 20:38:48.656 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122024-12-13T20:38:49.863Z[ recovery-image] Dec 13 20:38:48.770 INFO O| Dec 13 20:38:48.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62132024-12-13T20:38:49.863Z[ recovery-image] Dec 13 20:38:48.770 INFO O| Dec 13 20:38:48.770 INFO STEP 631 (remove_files) COMPLETE
62142024-12-13T20:38:49.863Z[ recovery-image] Dec 13 20:38:48.770 INFO O| Dec 13 20:38:48.770 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-12-13T20:38:49.924Z[ recovery-image] Dec 13 20:38:48.832 INFO O| Dec 13 20:38:48.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62162024-12-13T20:38:49.924Z[ recovery-image] Dec 13 20:38:48.832 INFO O| Dec 13 20:38:48.832 INFO STEP 632 (remove_files) COMPLETE
62172024-12-13T20:38:49.924Z[ recovery-image] Dec 13 20:38:48.832 INFO O| Dec 13 20:38:48.832 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-12-13T20:38:49.946Z[ recovery-image] Dec 13 20:38:48.854 INFO O| Dec 13 20:38:48.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62192024-12-13T20:38:49.947Z[ recovery-image] Dec 13 20:38:48.854 INFO O| Dec 13 20:38:48.854 INFO STEP 633 (remove_files) COMPLETE
62202024-12-13T20:38:49.947Z[ recovery-image] Dec 13 20:38:48.854 INFO O| Dec 13 20:38:48.854 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-12-13T20:38:50.006Z[ recovery-image] Dec 13 20:38:48.914 INFO O| Dec 13 20:38:48.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62222024-12-13T20:38:50.006Z[ recovery-image] Dec 13 20:38:48.914 INFO O| Dec 13 20:38:48.914 INFO STEP 634 (remove_files) COMPLETE
62232024-12-13T20:38:50.006Z[ recovery-image] Dec 13 20:38:48.914 INFO O| Dec 13 20:38:48.914 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-12-13T20:38:50.027Z[ recovery-image] Dec 13 20:38:48.934 INFO O| Dec 13 20:38:48.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62252024-12-13T20:38:50.027Z[ recovery-image] Dec 13 20:38:48.934 INFO O| Dec 13 20:38:48.934 INFO STEP 635 (remove_files) COMPLETE
62262024-12-13T20:38:50.027Z[ recovery-image] Dec 13 20:38:48.934 INFO O| Dec 13 20:38:48.934 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-12-13T20:38:50.093Z[ recovery-image] Dec 13 20:38:49.000 INFO O| Dec 13 20:38:49.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62282024-12-13T20:38:50.093Z[ recovery-image] Dec 13 20:38:49.000 INFO O| Dec 13 20:38:49.000 INFO STEP 636 (remove_files) COMPLETE
62292024-12-13T20:38:50.095Z[ recovery-image] Dec 13 20:38:49.001 INFO O| Dec 13 20:38:49.000 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-12-13T20:38:50.114Z[ recovery-image] Dec 13 20:38:49.021 INFO O| Dec 13 20:38:49.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62312024-12-13T20:38:50.114Z[ recovery-image] Dec 13 20:38:49.021 INFO O| Dec 13 20:38:49.021 INFO STEP 637 (remove_files) COMPLETE
62322024-12-13T20:38:50.114Z[ recovery-image] Dec 13 20:38:49.021 INFO O| Dec 13 20:38:49.021 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-12-13T20:38:50.153Z[ recovery-image] Dec 13 20:38:49.060 INFO O| Dec 13 20:38:49.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62342024-12-13T20:38:50.153Z[ recovery-image] Dec 13 20:38:49.060 INFO O| Dec 13 20:38:49.060 INFO STEP 638 (remove_files) COMPLETE
62352024-12-13T20:38:50.155Z[ recovery-image] Dec 13 20:38:49.060 INFO O| Dec 13 20:38:49.060 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-12-13T20:38:50.212Z[ recovery-image] Dec 13 20:38:49.119 INFO O| Dec 13 20:38:49.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62372024-12-13T20:38:50.212Z[ recovery-image] Dec 13 20:38:49.119 INFO O| Dec 13 20:38:49.119 INFO STEP 639 (remove_files) COMPLETE
62382024-12-13T20:38:50.212Z[ recovery-image] Dec 13 20:38:49.119 INFO O| Dec 13 20:38:49.119 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392024-12-13T20:38:50.261Z[ recovery-image] Dec 13 20:38:49.168 INFO O| Dec 13 20:38:49.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62402024-12-13T20:38:50.261Z[ recovery-image] Dec 13 20:38:49.168 INFO O| Dec 13 20:38:49.168 INFO STEP 640 (remove_files) COMPLETE
62412024-12-13T20:38:50.264Z[ recovery-image] Dec 13 20:38:49.169 INFO O| Dec 13 20:38:49.168 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422024-12-13T20:38:50.284Z[ recovery-image] Dec 13 20:38:49.192 INFO O| Dec 13 20:38:49.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62432024-12-13T20:38:50.284Z[ recovery-image] Dec 13 20:38:49.192 INFO O| Dec 13 20:38:49.192 INFO STEP 641 (remove_files) COMPLETE
62442024-12-13T20:38:50.287Z[ recovery-image] Dec 13 20:38:49.192 INFO O| Dec 13 20:38:49.192 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452024-12-13T20:38:50.310Z[ recovery-image] Dec 13 20:38:49.217 INFO O| Dec 13 20:38:49.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62462024-12-13T20:38:50.310Z[ recovery-image] Dec 13 20:38:49.217 INFO O| Dec 13 20:38:49.217 INFO STEP 642 (remove_files) COMPLETE
62472024-12-13T20:38:50.312Z[ recovery-image] Dec 13 20:38:49.218 INFO O| Dec 13 20:38:49.217 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482024-12-13T20:38:50.334Z[ recovery-image] Dec 13 20:38:49.242 INFO O| Dec 13 20:38:49.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62492024-12-13T20:38:50.335Z[ recovery-image] Dec 13 20:38:49.242 INFO O| Dec 13 20:38:49.242 INFO STEP 643 (remove_files) COMPLETE
62502024-12-13T20:38:50.335Z[ recovery-image] Dec 13 20:38:49.242 INFO O| Dec 13 20:38:49.242 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512024-12-13T20:38:50.360Z[ recovery-image] Dec 13 20:38:49.268 INFO O| Dec 13 20:38:49.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62522024-12-13T20:38:50.360Z[ recovery-image] Dec 13 20:38:49.268 INFO O| Dec 13 20:38:49.268 INFO STEP 644 (remove_files) COMPLETE
62532024-12-13T20:38:50.360Z[ recovery-image] Dec 13 20:38:49.268 INFO O| Dec 13 20:38:49.268 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542024-12-13T20:38:50.393Z[ recovery-image] Dec 13 20:38:49.301 INFO O| Dec 13 20:38:49.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62552024-12-13T20:38:50.393Z[ recovery-image] Dec 13 20:38:49.301 INFO O| Dec 13 20:38:49.301 INFO STEP 645 (remove_files) COMPLETE
62562024-12-13T20:38:50.393Z[ recovery-image] Dec 13 20:38:49.301 INFO O| Dec 13 20:38:49.301 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572024-12-13T20:38:50.424Z[ recovery-image] Dec 13 20:38:49.330 INFO O| Dec 13 20:38:49.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62582024-12-13T20:38:50.424Z[ recovery-image] Dec 13 20:38:49.330 INFO O| Dec 13 20:38:49.330 INFO STEP 646 (remove_files) COMPLETE
62592024-12-13T20:38:50.424Z[ recovery-image] Dec 13 20:38:49.330 INFO O| Dec 13 20:38:49.330 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602024-12-13T20:38:50.452Z[ recovery-image] Dec 13 20:38:49.359 INFO O| Dec 13 20:38:49.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62612024-12-13T20:38:50.454Z[ recovery-image] Dec 13 20:38:49.359 INFO O| Dec 13 20:38:49.359 INFO STEP 647 (remove_files) COMPLETE
62622024-12-13T20:38:50.454Z[ recovery-image] Dec 13 20:38:49.359 INFO O| Dec 13 20:38:49.359 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632024-12-13T20:38:50.487Z[ recovery-image] Dec 13 20:38:49.395 INFO O| Dec 13 20:38:49.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62642024-12-13T20:38:50.487Z[ recovery-image] Dec 13 20:38:49.395 INFO O| Dec 13 20:38:49.395 INFO STEP 648 (remove_files) COMPLETE
62652024-12-13T20:38:50.487Z[ recovery-image] Dec 13 20:38:49.395 INFO O| Dec 13 20:38:49.395 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662024-12-13T20:38:50.506Z[ recovery-image] Dec 13 20:38:49.414 INFO O| Dec 13 20:38:49.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62672024-12-13T20:38:50.509Z[ recovery-image] Dec 13 20:38:49.414 INFO O| Dec 13 20:38:49.414 INFO STEP 649 (remove_files) COMPLETE
62682024-12-13T20:38:50.509Z[ recovery-image] Dec 13 20:38:49.414 INFO O| Dec 13 20:38:49.414 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-12-13T20:38:50.548Z[ recovery-image] Dec 13 20:38:49.441 INFO O| Dec 13 20:38:49.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62702024-12-13T20:38:50.548Z[ recovery-image] Dec 13 20:38:49.441 INFO O| Dec 13 20:38:49.441 INFO STEP 650 (remove_files) COMPLETE
62712024-12-13T20:38:50.548Z[ recovery-image] Dec 13 20:38:49.441 INFO O| Dec 13 20:38:49.441 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-12-13T20:38:50.567Z[ recovery-image] Dec 13 20:38:49.470 INFO O| Dec 13 20:38:49.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
62732024-12-13T20:38:50.567Z[ recovery-image] Dec 13 20:38:49.470 INFO O| Dec 13 20:38:49.470 INFO STEP 651 (remove_files) COMPLETE
62742024-12-13T20:38:50.567Z[ recovery-image] Dec 13 20:38:49.471 INFO O| Dec 13 20:38:49.470 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-12-13T20:38:50.587Z[ recovery-image] Dec 13 20:38:49.495 INFO O| Dec 13 20:38:49.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
62762024-12-13T20:38:50.587Z[ recovery-image] Dec 13 20:38:49.495 INFO O| Dec 13 20:38:49.495 INFO STEP 652 (remove_files) COMPLETE
62772024-12-13T20:38:50.587Z[ recovery-image] Dec 13 20:38:49.495 INFO O| Dec 13 20:38:49.495 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-12-13T20:38:50.615Z[ recovery-image] Dec 13 20:38:49.514 INFO O| Dec 13 20:38:49.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
62792024-12-13T20:38:50.620Z[ recovery-image] Dec 13 20:38:49.515 INFO O| Dec 13 20:38:49.514 INFO STEP 653 (remove_files) COMPLETE
62802024-12-13T20:38:50.620Z[ recovery-image] Dec 13 20:38:49.515 INFO O| Dec 13 20:38:49.515 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-12-13T20:38:50.631Z[ recovery-image] Dec 13 20:38:49.536 INFO O| Dec 13 20:38:49.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
62822024-12-13T20:38:50.632Z[ recovery-image] Dec 13 20:38:49.536 INFO O| Dec 13 20:38:49.536 INFO STEP 654 (remove_files) COMPLETE
62832024-12-13T20:38:50.641Z[ recovery-image] Dec 13 20:38:49.536 INFO O| Dec 13 20:38:49.536 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-12-13T20:38:50.675Z[ recovery-image] Dec 13 20:38:49.582 INFO O| Dec 13 20:38:49.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
62852024-12-13T20:38:50.675Z[ recovery-image] Dec 13 20:38:49.582 INFO O| Dec 13 20:38:49.582 INFO STEP 655 (remove_files) COMPLETE
62862024-12-13T20:38:50.675Z[ recovery-image] Dec 13 20:38:49.582 INFO O| Dec 13 20:38:49.582 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-12-13T20:38:50.697Z[ recovery-image] Dec 13 20:38:49.604 INFO O| Dec 13 20:38:49.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
62882024-12-13T20:38:50.697Z[ recovery-image] Dec 13 20:38:49.604 INFO O| Dec 13 20:38:49.604 INFO STEP 656 (remove_files) COMPLETE
62892024-12-13T20:38:50.697Z[ recovery-image] Dec 13 20:38:49.604 INFO O| Dec 13 20:38:49.604 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-12-13T20:38:50.719Z[ recovery-image] Dec 13 20:38:49.626 INFO O| Dec 13 20:38:49.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
62912024-12-13T20:38:50.719Z[ recovery-image] Dec 13 20:38:49.626 INFO O| Dec 13 20:38:49.626 INFO STEP 657 (remove_files) COMPLETE
62922024-12-13T20:38:50.719Z[ recovery-image] Dec 13 20:38:49.627 INFO O| Dec 13 20:38:49.626 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-12-13T20:38:50.743Z[ recovery-image] Dec 13 20:38:49.651 INFO O| Dec 13 20:38:49.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
62942024-12-13T20:38:50.743Z[ recovery-image] Dec 13 20:38:49.651 INFO O| Dec 13 20:38:49.651 INFO STEP 658 (remove_files) COMPLETE
62952024-12-13T20:38:50.743Z[ recovery-image] Dec 13 20:38:49.651 INFO O| Dec 13 20:38:49.651 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-12-13T20:38:50.767Z[ recovery-image] Dec 13 20:38:49.674 INFO O| Dec 13 20:38:49.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
62972024-12-13T20:38:50.767Z[ recovery-image] Dec 13 20:38:49.674 INFO O| Dec 13 20:38:49.674 INFO STEP 659 (remove_files) COMPLETE
62982024-12-13T20:38:50.769Z[ recovery-image] Dec 13 20:38:49.674 INFO O| Dec 13 20:38:49.674 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-12-13T20:38:50.792Z[ recovery-image] Dec 13 20:38:49.699 INFO O| Dec 13 20:38:49.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63002024-12-13T20:38:50.795Z[ recovery-image] Dec 13 20:38:49.699 INFO O| Dec 13 20:38:49.699 INFO STEP 660 (remove_files) COMPLETE
63012024-12-13T20:38:50.795Z[ recovery-image] Dec 13 20:38:49.700 INFO O| Dec 13 20:38:49.700 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-12-13T20:38:50.812Z[ recovery-image] Dec 13 20:38:49.720 INFO O| Dec 13 20:38:49.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63032024-12-13T20:38:50.815Z[ recovery-image] Dec 13 20:38:49.720 INFO O| Dec 13 20:38:49.720 INFO STEP 661 (remove_files) COMPLETE
63042024-12-13T20:38:50.815Z[ recovery-image] Dec 13 20:38:49.720 INFO O| Dec 13 20:38:49.720 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-12-13T20:38:50.835Z[ recovery-image] Dec 13 20:38:49.742 INFO O| Dec 13 20:38:49.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63062024-12-13T20:38:50.838Z[ recovery-image] Dec 13 20:38:49.742 INFO O| Dec 13 20:38:49.742 INFO STEP 662 (remove_files) COMPLETE
63072024-12-13T20:38:50.838Z[ recovery-image] Dec 13 20:38:49.743 INFO O| Dec 13 20:38:49.743 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-12-13T20:38:50.857Z[ recovery-image] Dec 13 20:38:49.764 INFO O| Dec 13 20:38:49.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63092024-12-13T20:38:50.859Z[ recovery-image] Dec 13 20:38:49.764 INFO O| Dec 13 20:38:49.764 INFO STEP 663 (remove_files) COMPLETE
63102024-12-13T20:38:50.859Z[ recovery-image] Dec 13 20:38:49.765 INFO O| Dec 13 20:38:49.764 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-12-13T20:38:50.878Z[ recovery-image] Dec 13 20:38:49.786 INFO O| Dec 13 20:38:49.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63122024-12-13T20:38:50.878Z[ recovery-image] Dec 13 20:38:49.786 INFO O| Dec 13 20:38:49.786 INFO STEP 664 (remove_files) COMPLETE
63132024-12-13T20:38:50.881Z[ recovery-image] Dec 13 20:38:49.786 INFO O| Dec 13 20:38:49.786 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-12-13T20:38:50.898Z[ recovery-image] Dec 13 20:38:49.805 INFO O| Dec 13 20:38:49.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63152024-12-13T20:38:50.920Z[ recovery-image] Dec 13 20:38:49.828 INFO O| Dec 13 20:38:49.828 INFO STEP 665 (remove_files) COMPLETE
63162024-12-13T20:38:50.920Z[ recovery-image] Dec 13 20:38:49.828 INFO O| Dec 13 20:38:49.828 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-12-13T20:38:50.956Z[ recovery-image] Dec 13 20:38:49.863 INFO O| Dec 13 20:38:49.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63182024-12-13T20:38:50.959Z[ recovery-image] Dec 13 20:38:49.864 INFO O| Dec 13 20:38:49.864 INFO STEP 666 (remove_files) COMPLETE
63192024-12-13T20:38:50.959Z[ recovery-image] Dec 13 20:38:49.864 INFO O| Dec 13 20:38:49.864 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-12-13T20:38:50.978Z[ recovery-image] Dec 13 20:38:49.885 INFO O| Dec 13 20:38:49.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63212024-12-13T20:38:50.980Z[ recovery-image] Dec 13 20:38:49.886 INFO O| Dec 13 20:38:49.885 INFO STEP 667 (remove_files) COMPLETE
63222024-12-13T20:38:50.980Z[ recovery-image] Dec 13 20:38:49.886 INFO O| Dec 13 20:38:49.886 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-12-13T20:38:51.000Z[ recovery-image] Dec 13 20:38:49.907 INFO O| Dec 13 20:38:49.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63242024-12-13T20:38:51.000Z[ recovery-image] Dec 13 20:38:49.907 INFO O| Dec 13 20:38:49.907 INFO STEP 668 (remove_files) COMPLETE
63252024-12-13T20:38:51.000Z[ recovery-image] Dec 13 20:38:49.907 INFO O| Dec 13 20:38:49.907 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-12-13T20:38:51.020Z[ recovery-image] Dec 13 20:38:49.927 INFO O| Dec 13 20:38:49.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63272024-12-13T20:38:51.042Z[ recovery-image] Dec 13 20:38:49.949 INFO O| Dec 13 20:38:49.949 INFO STEP 669 (remove_files) COMPLETE
63282024-12-13T20:38:51.042Z[ recovery-image] Dec 13 20:38:49.949 INFO O| Dec 13 20:38:49.949 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-12-13T20:38:51.094Z[ recovery-image] Dec 13 20:38:50.001 INFO O| Dec 13 20:38:50.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63302024-12-13T20:38:51.094Z[ recovery-image] Dec 13 20:38:50.001 INFO O| Dec 13 20:38:50.001 INFO STEP 670 (remove_files) COMPLETE
63312024-12-13T20:38:51.096Z[ recovery-image] Dec 13 20:38:50.002 INFO O| Dec 13 20:38:50.001 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-12-13T20:38:51.116Z[ recovery-image] Dec 13 20:38:50.024 INFO O| Dec 13 20:38:50.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63332024-12-13T20:38:51.116Z[ recovery-image] Dec 13 20:38:50.024 INFO O| Dec 13 20:38:50.024 INFO STEP 671 (remove_files) COMPLETE
63342024-12-13T20:38:51.116Z[ recovery-image] Dec 13 20:38:50.024 INFO O| Dec 13 20:38:50.024 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-12-13T20:38:51.137Z[ recovery-image] Dec 13 20:38:50.044 INFO O| Dec 13 20:38:50.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63362024-12-13T20:38:51.137Z[ recovery-image] Dec 13 20:38:50.044 INFO O| Dec 13 20:38:50.044 INFO STEP 672 (remove_files) COMPLETE
63372024-12-13T20:38:51.139Z[ recovery-image] Dec 13 20:38:50.044 INFO O| Dec 13 20:38:50.044 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-12-13T20:38:51.159Z[ recovery-image] Dec 13 20:38:50.067 INFO O| Dec 13 20:38:50.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63392024-12-13T20:38:51.159Z[ recovery-image] Dec 13 20:38:50.067 INFO O| Dec 13 20:38:50.067 INFO STEP 673 (remove_files) COMPLETE
63402024-12-13T20:38:51.159Z[ recovery-image] Dec 13 20:38:50.067 INFO O| Dec 13 20:38:50.067 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-12-13T20:38:51.182Z[ recovery-image] Dec 13 20:38:50.089 INFO O| Dec 13 20:38:50.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63422024-12-13T20:38:51.182Z[ recovery-image] Dec 13 20:38:50.089 INFO O| Dec 13 20:38:50.089 INFO STEP 674 (remove_files) COMPLETE
63432024-12-13T20:38:51.182Z[ recovery-image] Dec 13 20:38:50.089 INFO O| Dec 13 20:38:50.089 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-12-13T20:38:51.205Z[ recovery-image] Dec 13 20:38:50.112 INFO O| Dec 13 20:38:50.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63452024-12-13T20:38:51.205Z[ recovery-image] Dec 13 20:38:50.112 INFO O| Dec 13 20:38:50.112 INFO STEP 675 (remove_files) COMPLETE
63462024-12-13T20:38:51.205Z[ recovery-image] Dec 13 20:38:50.113 INFO O| Dec 13 20:38:50.112 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-12-13T20:38:51.227Z[ recovery-image] Dec 13 20:38:50.134 INFO O| Dec 13 20:38:50.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63482024-12-13T20:38:51.227Z[ recovery-image] Dec 13 20:38:50.134 INFO O| Dec 13 20:38:50.134 INFO STEP 676 (remove_files) COMPLETE
63492024-12-13T20:38:51.230Z[ recovery-image] Dec 13 20:38:50.134 INFO O| Dec 13 20:38:50.134 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-12-13T20:38:51.308Z[ recovery-image] Dec 13 20:38:50.215 INFO O| Dec 13 20:38:50.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63512024-12-13T20:38:51.311Z[ recovery-image] Dec 13 20:38:50.216 INFO O| Dec 13 20:38:50.216 INFO STEP 677 (remove_files) COMPLETE
63522024-12-13T20:38:51.311Z[ recovery-image] Dec 13 20:38:50.216 INFO O| Dec 13 20:38:50.216 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-12-13T20:38:51.332Z[ recovery-image] Dec 13 20:38:50.239 INFO O| Dec 13 20:38:50.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63542024-12-13T20:38:51.332Z[ recovery-image] Dec 13 20:38:50.239 INFO O| Dec 13 20:38:50.239 INFO STEP 678 (remove_files) COMPLETE
63552024-12-13T20:38:51.332Z[ recovery-image] Dec 13 20:38:50.239 INFO O| Dec 13 20:38:50.239 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-12-13T20:38:51.412Z[ recovery-image] Dec 13 20:38:50.319 INFO O| Dec 13 20:38:50.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63572024-12-13T20:38:51.412Z[ recovery-image] Dec 13 20:38:50.319 INFO O| Dec 13 20:38:50.319 INFO STEP 679 (remove_files) COMPLETE
63582024-12-13T20:38:51.412Z[ recovery-image] Dec 13 20:38:50.319 INFO O| Dec 13 20:38:50.319 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-12-13T20:38:51.433Z[ recovery-image] Dec 13 20:38:50.341 INFO O| Dec 13 20:38:50.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63602024-12-13T20:38:51.439Z[ recovery-image] Dec 13 20:38:50.347 INFO O| Dec 13 20:38:50.347 INFO STEP 680 (remove_files) COMPLETE
63612024-12-13T20:38:51.439Z[ recovery-image] Dec 13 20:38:50.347 INFO O| Dec 13 20:38:50.347 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-12-13T20:38:51.461Z[ recovery-image] Dec 13 20:38:50.369 INFO O| Dec 13 20:38:50.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63632024-12-13T20:38:51.461Z[ recovery-image] Dec 13 20:38:50.369 INFO O| Dec 13 20:38:50.369 INFO STEP 681 (remove_files) COMPLETE
63642024-12-13T20:38:51.461Z[ recovery-image] Dec 13 20:38:50.369 INFO O| Dec 13 20:38:50.369 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-12-13T20:38:51.493Z[ recovery-image] Dec 13 20:38:50.401 INFO O| Dec 13 20:38:50.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63662024-12-13T20:38:51.493Z[ recovery-image] Dec 13 20:38:50.401 INFO O| Dec 13 20:38:50.401 INFO STEP 682 (remove_files) COMPLETE
63672024-12-13T20:38:51.493Z[ recovery-image] Dec 13 20:38:50.401 INFO O| Dec 13 20:38:50.401 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-12-13T20:38:51.599Z[ recovery-image] Dec 13 20:38:50.506 INFO O| Dec 13 20:38:50.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63692024-12-13T20:38:51.602Z[ recovery-image] Dec 13 20:38:50.506 INFO O| Dec 13 20:38:50.506 INFO STEP 683 (remove_files) COMPLETE
63702024-12-13T20:38:51.602Z[ recovery-image] Dec 13 20:38:50.507 INFO O| Dec 13 20:38:50.506 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-12-13T20:38:51.621Z[ recovery-image] Dec 13 20:38:50.527 INFO O| Dec 13 20:38:50.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
63722024-12-13T20:38:51.621Z[ recovery-image] Dec 13 20:38:50.527 INFO O| Dec 13 20:38:50.527 INFO STEP 684 (remove_files) COMPLETE
63732024-12-13T20:38:51.623Z[ recovery-image] Dec 13 20:38:50.527 INFO O| Dec 13 20:38:50.527 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-12-13T20:38:51.640Z[ recovery-image] Dec 13 20:38:50.548 INFO O| Dec 13 20:38:50.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
63752024-12-13T20:38:51.643Z[ recovery-image] Dec 13 20:38:50.548 INFO O| Dec 13 20:38:50.548 INFO STEP 685 (remove_files) COMPLETE
63762024-12-13T20:38:51.643Z[ recovery-image] Dec 13 20:38:50.548 INFO O| Dec 13 20:38:50.548 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-12-13T20:38:51.660Z[ recovery-image] Dec 13 20:38:50.568 INFO O| Dec 13 20:38:50.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
63782024-12-13T20:38:51.663Z[ recovery-image] Dec 13 20:38:50.568 INFO O| Dec 13 20:38:50.568 INFO STEP 686 (remove_files) COMPLETE
63792024-12-13T20:38:51.663Z[ recovery-image] Dec 13 20:38:50.568 INFO O| Dec 13 20:38:50.568 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-12-13T20:38:51.725Z[ recovery-image] Dec 13 20:38:50.632 INFO O| Dec 13 20:38:50.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
63812024-12-13T20:38:51.727Z[ recovery-image] Dec 13 20:38:50.632 INFO O| Dec 13 20:38:50.632 INFO STEP 687 (remove_files) COMPLETE
63822024-12-13T20:38:51.727Z[ recovery-image] Dec 13 20:38:50.632 INFO O| Dec 13 20:38:50.632 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-12-13T20:38:51.746Z[ recovery-image] Dec 13 20:38:50.653 INFO O| Dec 13 20:38:50.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
63842024-12-13T20:38:51.748Z[ recovery-image] Dec 13 20:38:50.654 INFO O| Dec 13 20:38:50.654 INFO STEP 688 (remove_files) COMPLETE
63852024-12-13T20:38:51.748Z[ recovery-image] Dec 13 20:38:50.654 INFO O| Dec 13 20:38:50.654 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-12-13T20:38:51.767Z[ recovery-image] Dec 13 20:38:50.675 INFO O| Dec 13 20:38:50.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
63872024-12-13T20:38:51.770Z[ recovery-image] Dec 13 20:38:50.675 INFO O| Dec 13 20:38:50.675 INFO STEP 689 (remove_files) COMPLETE
63882024-12-13T20:38:51.770Z[ recovery-image] Dec 13 20:38:50.675 INFO O| Dec 13 20:38:50.675 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-12-13T20:38:51.803Z[ recovery-image] Dec 13 20:38:50.710 INFO O| Dec 13 20:38:50.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
63902024-12-13T20:38:51.803Z[ recovery-image] Dec 13 20:38:50.710 INFO O| Dec 13 20:38:50.710 INFO STEP 690 (remove_files) COMPLETE
63912024-12-13T20:38:51.806Z[ recovery-image] Dec 13 20:38:50.710 INFO O| Dec 13 20:38:50.710 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-12-13T20:38:51.854Z[ recovery-image] Dec 13 20:38:50.761 INFO O| Dec 13 20:38:50.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
63932024-12-13T20:38:51.854Z[ recovery-image] Dec 13 20:38:50.761 INFO O| Dec 13 20:38:50.761 INFO STEP 691 (remove_files) COMPLETE
63942024-12-13T20:38:51.856Z[ recovery-image] Dec 13 20:38:50.761 INFO O| Dec 13 20:38:50.761 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-12-13T20:38:51.891Z[ recovery-image] Dec 13 20:38:50.798 INFO O| Dec 13 20:38:50.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
63962024-12-13T20:38:51.893Z[ recovery-image] Dec 13 20:38:50.799 INFO O| Dec 13 20:38:50.798 INFO STEP 692 (remove_files) COMPLETE
63972024-12-13T20:38:51.893Z[ recovery-image] Dec 13 20:38:50.799 INFO O| Dec 13 20:38:50.799 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-12-13T20:38:51.915Z[ recovery-image] Dec 13 20:38:50.822 INFO O| Dec 13 20:38:50.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
63992024-12-13T20:38:51.915Z[ recovery-image] Dec 13 20:38:50.822 INFO O| Dec 13 20:38:50.822 INFO STEP 693 (remove_files) COMPLETE
64002024-12-13T20:38:51.915Z[ recovery-image] Dec 13 20:38:50.823 INFO O| Dec 13 20:38:50.822 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-12-13T20:38:51.941Z[ recovery-image] Dec 13 20:38:50.848 INFO O| Dec 13 20:38:50.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64022024-12-13T20:38:51.943Z[ recovery-image] Dec 13 20:38:50.848 INFO O| Dec 13 20:38:50.848 INFO STEP 694 (remove_files) COMPLETE
64032024-12-13T20:38:51.943Z[ recovery-image] Dec 13 20:38:50.849 INFO O| Dec 13 20:38:50.848 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-12-13T20:38:51.961Z[ recovery-image] Dec 13 20:38:50.868 INFO O| Dec 13 20:38:50.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64052024-12-13T20:38:51.964Z[ recovery-image] Dec 13 20:38:50.869 INFO O| Dec 13 20:38:50.869 INFO STEP 695 (remove_files) COMPLETE
64062024-12-13T20:38:51.964Z[ recovery-image] Dec 13 20:38:50.869 INFO O| Dec 13 20:38:50.869 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-12-13T20:38:51.995Z[ recovery-image] Dec 13 20:38:50.902 INFO O| Dec 13 20:38:50.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64082024-12-13T20:38:51.995Z[ recovery-image] Dec 13 20:38:50.902 INFO O| Dec 13 20:38:50.902 INFO STEP 696 (remove_files) COMPLETE
64092024-12-13T20:38:51.995Z[ recovery-image] Dec 13 20:38:50.902 INFO O| Dec 13 20:38:50.902 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-12-13T20:38:52.018Z[ recovery-image] Dec 13 20:38:50.924 INFO O| Dec 13 20:38:50.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64112024-12-13T20:38:52.018Z[ recovery-image] Dec 13 20:38:50.924 INFO O| Dec 13 20:38:50.924 INFO STEP 697 (remove_files) COMPLETE
64122024-12-13T20:38:52.018Z[ recovery-image] Dec 13 20:38:50.924 INFO O| Dec 13 20:38:50.924 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-12-13T20:38:52.038Z[ recovery-image] Dec 13 20:38:50.945 INFO O| Dec 13 20:38:50.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64142024-12-13T20:38:52.038Z[ recovery-image] Dec 13 20:38:50.945 INFO O| Dec 13 20:38:50.945 INFO STEP 698 (remove_files) COMPLETE
64152024-12-13T20:38:52.038Z[ recovery-image] Dec 13 20:38:50.945 INFO O| Dec 13 20:38:50.945 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-12-13T20:38:52.058Z[ recovery-image] Dec 13 20:38:50.965 INFO O| Dec 13 20:38:50.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64172024-12-13T20:38:52.058Z[ recovery-image] Dec 13 20:38:50.965 INFO O| Dec 13 20:38:50.965 INFO STEP 699 (remove_files) COMPLETE
64182024-12-13T20:38:52.058Z[ recovery-image] Dec 13 20:38:50.965 INFO O| Dec 13 20:38:50.965 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-12-13T20:38:52.085Z[ recovery-image] Dec 13 20:38:50.992 INFO O| Dec 13 20:38:50.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64202024-12-13T20:38:52.088Z[ recovery-image] Dec 13 20:38:50.992 INFO O| Dec 13 20:38:50.992 INFO STEP 700 (remove_files) COMPLETE
64212024-12-13T20:38:52.088Z[ recovery-image] Dec 13 20:38:50.992 INFO O| Dec 13 20:38:50.992 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-12-13T20:38:52.113Z[ recovery-image] Dec 13 20:38:51.020 INFO O| Dec 13 20:38:51.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64232024-12-13T20:38:52.113Z[ recovery-image] Dec 13 20:38:51.020 INFO O| Dec 13 20:38:51.020 INFO STEP 701 (remove_files) COMPLETE
64242024-12-13T20:38:52.113Z[ recovery-image] Dec 13 20:38:51.020 INFO O| Dec 13 20:38:51.020 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-12-13T20:38:52.145Z[ recovery-image] Dec 13 20:38:51.052 INFO O| Dec 13 20:38:51.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64262024-12-13T20:38:52.145Z[ recovery-image] Dec 13 20:38:51.052 INFO O| Dec 13 20:38:51.052 INFO STEP 702 (remove_files) COMPLETE
64272024-12-13T20:38:52.145Z[ recovery-image] Dec 13 20:38:51.052 INFO O| Dec 13 20:38:51.052 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-12-13T20:38:52.168Z[ recovery-image] Dec 13 20:38:51.075 INFO O| Dec 13 20:38:51.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64292024-12-13T20:38:52.168Z[ recovery-image] Dec 13 20:38:51.075 INFO O| Dec 13 20:38:51.075 INFO STEP 703 (remove_files) COMPLETE
64302024-12-13T20:38:52.168Z[ recovery-image] Dec 13 20:38:51.076 INFO O| Dec 13 20:38:51.075 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-12-13T20:38:52.190Z[ recovery-image] Dec 13 20:38:51.097 INFO O| Dec 13 20:38:51.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64322024-12-13T20:38:52.190Z[ recovery-image] Dec 13 20:38:51.097 INFO O| Dec 13 20:38:51.097 INFO STEP 704 (remove_files) COMPLETE
64332024-12-13T20:38:52.193Z[ recovery-image] Dec 13 20:38:51.098 INFO O| Dec 13 20:38:51.097 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-12-13T20:38:52.213Z[ recovery-image] Dec 13 20:38:51.120 INFO O| Dec 13 20:38:51.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64352024-12-13T20:38:52.215Z[ recovery-image] Dec 13 20:38:51.120 INFO O| Dec 13 20:38:51.120 INFO STEP 705 (remove_files) COMPLETE
64362024-12-13T20:38:52.215Z[ recovery-image] Dec 13 20:38:51.120 INFO O| Dec 13 20:38:51.120 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-12-13T20:38:52.235Z[ recovery-image] Dec 13 20:38:51.142 INFO O| Dec 13 20:38:51.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64382024-12-13T20:38:52.235Z[ recovery-image] Dec 13 20:38:51.142 INFO O| Dec 13 20:38:51.142 INFO STEP 706 (remove_files) COMPLETE
64392024-12-13T20:38:52.238Z[ recovery-image] Dec 13 20:38:51.142 INFO O| Dec 13 20:38:51.142 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-12-13T20:38:52.258Z[ recovery-image] Dec 13 20:38:51.165 INFO O| Dec 13 20:38:51.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64412024-12-13T20:38:52.261Z[ recovery-image] Dec 13 20:38:51.166 INFO O| Dec 13 20:38:51.166 INFO STEP 707 (remove_files) COMPLETE
64422024-12-13T20:38:52.261Z[ recovery-image] Dec 13 20:38:51.166 INFO O| Dec 13 20:38:51.166 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-12-13T20:38:52.293Z[ recovery-image] Dec 13 20:38:51.200 INFO O| Dec 13 20:38:51.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64442024-12-13T20:38:52.296Z[ recovery-image] Dec 13 20:38:51.201 INFO O| Dec 13 20:38:51.201 INFO STEP 708 (remove_files) COMPLETE
64452024-12-13T20:38:52.296Z[ recovery-image] Dec 13 20:38:51.201 INFO O| Dec 13 20:38:51.201 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-12-13T20:38:52.321Z[ host-image] Dec 13 20:38:51.228 INFO O| Dec 13 20:38:51.228 INFO O| Download: 1109/1140 items 6.0/8.4MB 71% complete (1.1M/s)
64472024-12-13T20:38:52.341Z[ recovery-image] Dec 13 20:38:51.248 INFO O| Dec 13 20:38:51.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64482024-12-13T20:38:52.341Z[ recovery-image] Dec 13 20:38:51.248 INFO O| Dec 13 20:38:51.248 INFO STEP 709 (remove_files) COMPLETE
64492024-12-13T20:38:52.341Z[ recovery-image] Dec 13 20:38:51.248 INFO O| Dec 13 20:38:51.248 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-12-13T20:38:52.364Z[ recovery-image] Dec 13 20:38:51.271 INFO O| Dec 13 20:38:51.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64512024-12-13T20:38:52.364Z[ recovery-image] Dec 13 20:38:51.271 INFO O| Dec 13 20:38:51.271 INFO STEP 710 (remove_files) COMPLETE
64522024-12-13T20:38:52.364Z[ recovery-image] Dec 13 20:38:51.272 INFO O| Dec 13 20:38:51.271 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-12-13T20:38:52.386Z[ recovery-image] Dec 13 20:38:51.293 INFO O| Dec 13 20:38:51.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64542024-12-13T20:38:52.386Z[ recovery-image] Dec 13 20:38:51.293 INFO O| Dec 13 20:38:51.293 INFO STEP 711 (remove_files) COMPLETE
64552024-12-13T20:38:52.387Z[ recovery-image] Dec 13 20:38:51.294 INFO O| Dec 13 20:38:51.293 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-12-13T20:38:52.409Z[ recovery-image] Dec 13 20:38:51.316 INFO O| Dec 13 20:38:51.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64572024-12-13T20:38:52.409Z[ recovery-image] Dec 13 20:38:51.316 INFO O| Dec 13 20:38:51.316 INFO STEP 712 (remove_files) COMPLETE
64582024-12-13T20:38:52.409Z[ recovery-image] Dec 13 20:38:51.316 INFO O| Dec 13 20:38:51.316 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-12-13T20:38:52.446Z[ recovery-image] Dec 13 20:38:51.353 INFO O| Dec 13 20:38:51.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64602024-12-13T20:38:52.446Z[ recovery-image] Dec 13 20:38:51.354 INFO O| Dec 13 20:38:51.354 INFO STEP 713 (remove_files) COMPLETE
64612024-12-13T20:38:52.449Z[ recovery-image] Dec 13 20:38:51.354 INFO O| Dec 13 20:38:51.354 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-12-13T20:38:52.467Z[ recovery-image] Dec 13 20:38:51.374 INFO O| Dec 13 20:38:51.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64632024-12-13T20:38:52.467Z[ recovery-image] Dec 13 20:38:51.374 INFO O| Dec 13 20:38:51.374 INFO STEP 714 (remove_files) COMPLETE
64642024-12-13T20:38:52.467Z[ recovery-image] Dec 13 20:38:51.374 INFO O| Dec 13 20:38:51.374 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-12-13T20:38:52.487Z[ recovery-image] Dec 13 20:38:51.395 INFO O| Dec 13 20:38:51.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64662024-12-13T20:38:52.488Z[ recovery-image] Dec 13 20:38:51.395 INFO O| Dec 13 20:38:51.395 INFO STEP 715 (remove_files) COMPLETE
64672024-12-13T20:38:52.491Z[ recovery-image] Dec 13 20:38:51.395 INFO O| Dec 13 20:38:51.395 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-12-13T20:38:52.511Z[ recovery-image] Dec 13 20:38:51.418 INFO O| Dec 13 20:38:51.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64692024-12-13T20:38:52.511Z[ recovery-image] Dec 13 20:38:51.418 INFO O| Dec 13 20:38:51.418 INFO STEP 716 (remove_files) COMPLETE
64702024-12-13T20:38:52.511Z[ recovery-image] Dec 13 20:38:51.418 INFO O| Dec 13 20:38:51.418 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-12-13T20:38:52.541Z[ recovery-image] Dec 13 20:38:51.448 INFO O| Dec 13 20:38:51.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
64722024-12-13T20:38:52.544Z[ recovery-image] Dec 13 20:38:51.448 INFO O| Dec 13 20:38:51.448 INFO STEP 717 (remove_files) COMPLETE
64732024-12-13T20:38:52.544Z[ recovery-image] Dec 13 20:38:51.449 INFO O| Dec 13 20:38:51.448 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-12-13T20:38:52.565Z[ recovery-image] Dec 13 20:38:51.472 INFO O| Dec 13 20:38:51.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
64752024-12-13T20:38:52.568Z[ recovery-image] Dec 13 20:38:51.472 INFO O| Dec 13 20:38:51.472 INFO STEP 718 (remove_files) COMPLETE
64762024-12-13T20:38:52.568Z[ recovery-image] Dec 13 20:38:51.472 INFO O| Dec 13 20:38:51.472 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-12-13T20:38:52.638Z[ recovery-image] Dec 13 20:38:51.545 INFO O| Dec 13 20:38:51.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
64782024-12-13T20:38:52.638Z[ recovery-image] Dec 13 20:38:51.545 INFO O| Dec 13 20:38:51.545 INFO STEP 719 (remove_files) COMPLETE
64792024-12-13T20:38:52.641Z[ recovery-image] Dec 13 20:38:51.546 INFO O| Dec 13 20:38:51.545 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-12-13T20:38:52.661Z[ recovery-image] Dec 13 20:38:51.568 INFO O| Dec 13 20:38:51.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
64812024-12-13T20:38:52.661Z[ recovery-image] Dec 13 20:38:51.569 INFO O| Dec 13 20:38:51.568 INFO STEP 720 (remove_files) COMPLETE
64822024-12-13T20:38:52.661Z[ recovery-image] Dec 13 20:38:51.569 INFO O| Dec 13 20:38:51.569 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-12-13T20:38:52.682Z[ recovery-image] Dec 13 20:38:51.589 INFO O| Dec 13 20:38:51.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
64842024-12-13T20:38:52.682Z[ recovery-image] Dec 13 20:38:51.589 INFO O| Dec 13 20:38:51.589 INFO STEP 721 (remove_files) COMPLETE
64852024-12-13T20:38:52.685Z[ recovery-image] Dec 13 20:38:51.590 INFO O| Dec 13 20:38:51.589 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-12-13T20:38:52.704Z[ recovery-image] Dec 13 20:38:51.611 INFO O| Dec 13 20:38:51.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
64872024-12-13T20:38:52.704Z[ recovery-image] Dec 13 20:38:51.611 INFO O| Dec 13 20:38:51.611 INFO STEP 722 (remove_files) COMPLETE
64882024-12-13T20:38:52.704Z[ recovery-image] Dec 13 20:38:51.611 INFO O| Dec 13 20:38:51.611 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-12-13T20:38:52.725Z[ recovery-image] Dec 13 20:38:51.632 INFO O| Dec 13 20:38:51.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
64902024-12-13T20:38:52.728Z[ recovery-image] Dec 13 20:38:51.633 INFO O| Dec 13 20:38:51.633 INFO STEP 723 (remove_files) COMPLETE
64912024-12-13T20:38:52.728Z[ recovery-image] Dec 13 20:38:51.633 INFO O| Dec 13 20:38:51.633 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-12-13T20:38:52.772Z[ recovery-image] Dec 13 20:38:51.680 INFO O| Dec 13 20:38:51.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
64932024-12-13T20:38:52.773Z[ recovery-image] Dec 13 20:38:51.680 INFO O| Dec 13 20:38:51.680 INFO STEP 724 (remove_files) COMPLETE
64942024-12-13T20:38:52.776Z[ recovery-image] Dec 13 20:38:51.680 INFO O| Dec 13 20:38:51.680 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-12-13T20:38:52.816Z[ recovery-image] Dec 13 20:38:51.723 INFO O| Dec 13 20:38:51.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
64962024-12-13T20:38:52.835Z[ recovery-image] Dec 13 20:38:51.742 INFO O| Dec 13 20:38:51.742 INFO STEP 725 (remove_files) COMPLETE
64972024-12-13T20:38:52.835Z[ recovery-image] Dec 13 20:38:51.742 INFO O| Dec 13 20:38:51.742 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-12-13T20:38:52.860Z[ recovery-image] Dec 13 20:38:51.767 INFO O| Dec 13 20:38:51.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
64992024-12-13T20:38:52.860Z[ recovery-image] Dec 13 20:38:51.767 INFO O| Dec 13 20:38:51.767 INFO STEP 726 (remove_files) COMPLETE
65002024-12-13T20:38:52.860Z[ recovery-image] Dec 13 20:38:51.767 INFO O| Dec 13 20:38:51.767 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-12-13T20:38:52.881Z[ recovery-image] Dec 13 20:38:51.789 INFO O| Dec 13 20:38:51.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65022024-12-13T20:38:52.881Z[ recovery-image] Dec 13 20:38:51.789 INFO O| Dec 13 20:38:51.789 INFO STEP 727 (remove_files) COMPLETE
65032024-12-13T20:38:52.882Z[ recovery-image] Dec 13 20:38:51.789 INFO O| Dec 13 20:38:51.789 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-12-13T20:38:52.904Z[ recovery-image] Dec 13 20:38:51.811 INFO O| Dec 13 20:38:51.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65052024-12-13T20:38:52.904Z[ recovery-image] Dec 13 20:38:51.811 INFO O| Dec 13 20:38:51.811 INFO STEP 728 (remove_files) COMPLETE
65062024-12-13T20:38:52.906Z[ recovery-image] Dec 13 20:38:51.811 INFO O| Dec 13 20:38:51.811 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-12-13T20:38:52.925Z[ recovery-image] Dec 13 20:38:51.832 INFO O| Dec 13 20:38:51.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65082024-12-13T20:38:52.928Z[ recovery-image] Dec 13 20:38:51.833 INFO O| Dec 13 20:38:51.832 INFO STEP 729 (remove_files) COMPLETE
65092024-12-13T20:38:52.928Z[ recovery-image] Dec 13 20:38:51.833 INFO O| Dec 13 20:38:51.833 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-12-13T20:38:52.956Z[ recovery-image] Dec 13 20:38:51.855 INFO O| Dec 13 20:38:51.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65112024-12-13T20:38:52.956Z[ recovery-image] Dec 13 20:38:51.855 INFO O| Dec 13 20:38:51.855 INFO STEP 730 (remove_files) COMPLETE
65122024-12-13T20:38:52.956Z[ recovery-image] Dec 13 20:38:51.855 INFO O| Dec 13 20:38:51.855 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-12-13T20:38:52.969Z[ recovery-image] Dec 13 20:38:51.876 INFO O| Dec 13 20:38:51.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65142024-12-13T20:38:52.969Z[ recovery-image] Dec 13 20:38:51.876 INFO O| Dec 13 20:38:51.876 INFO STEP 731 (remove_files) COMPLETE
65152024-12-13T20:38:52.969Z[ recovery-image] Dec 13 20:38:51.876 INFO O| Dec 13 20:38:51.876 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-12-13T20:38:53.005Z[ recovery-image] Dec 13 20:38:51.912 INFO O| Dec 13 20:38:51.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65172024-12-13T20:38:53.005Z[ recovery-image] Dec 13 20:38:51.913 INFO O| Dec 13 20:38:51.912 INFO STEP 732 (remove_files) COMPLETE
65182024-12-13T20:38:53.006Z[ recovery-image] Dec 13 20:38:51.913 INFO O| Dec 13 20:38:51.913 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-12-13T20:38:53.038Z[ recovery-image] Dec 13 20:38:51.938 INFO O| Dec 13 20:38:51.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65202024-12-13T20:38:53.038Z[ recovery-image] Dec 13 20:38:51.938 INFO O| Dec 13 20:38:51.938 INFO STEP 733 (remove_files) COMPLETE
65212024-12-13T20:38:53.041Z[ recovery-image] Dec 13 20:38:51.938 INFO O| Dec 13 20:38:51.938 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-12-13T20:38:53.073Z[ recovery-image] Dec 13 20:38:51.980 INFO O| Dec 13 20:38:51.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65232024-12-13T20:38:53.073Z[ recovery-image] Dec 13 20:38:51.980 INFO O| Dec 13 20:38:51.980 INFO STEP 734 (remove_files) COMPLETE
65242024-12-13T20:38:53.073Z[ recovery-image] Dec 13 20:38:51.980 INFO O| Dec 13 20:38:51.980 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-12-13T20:38:53.132Z[ recovery-image] Dec 13 20:38:52.039 INFO O| Dec 13 20:38:52.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65262024-12-13T20:38:53.132Z[ recovery-image] Dec 13 20:38:52.039 INFO O| Dec 13 20:38:52.039 INFO STEP 735 (remove_files) COMPLETE
65272024-12-13T20:38:53.132Z[ recovery-image] Dec 13 20:38:52.039 INFO O| Dec 13 20:38:52.039 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-12-13T20:38:53.155Z[ recovery-image] Dec 13 20:38:52.062 INFO O| Dec 13 20:38:52.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65292024-12-13T20:38:53.173Z[ recovery-image] Dec 13 20:38:52.080 INFO O| Dec 13 20:38:52.080 INFO STEP 736 (remove_files) COMPLETE
65302024-12-13T20:38:53.173Z[ recovery-image] Dec 13 20:38:52.080 INFO O| Dec 13 20:38:52.080 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-12-13T20:38:53.265Z[ recovery-image] Dec 13 20:38:52.172 INFO O| Dec 13 20:38:52.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65322024-12-13T20:38:53.265Z[ recovery-image] Dec 13 20:38:52.172 INFO O| Dec 13 20:38:52.172 INFO STEP 737 (remove_files) COMPLETE
65332024-12-13T20:38:53.265Z[ recovery-image] Dec 13 20:38:52.172 INFO O| Dec 13 20:38:52.172 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-12-13T20:38:53.289Z[ recovery-image] Dec 13 20:38:52.195 INFO O| Dec 13 20:38:52.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65352024-12-13T20:38:53.292Z[ recovery-image] Dec 13 20:38:52.196 INFO O| Dec 13 20:38:52.196 INFO STEP 738 (remove_files) COMPLETE
65362024-12-13T20:38:53.292Z[ recovery-image] Dec 13 20:38:52.196 INFO O| Dec 13 20:38:52.196 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-12-13T20:38:53.414Z[ recovery-image] Dec 13 20:38:52.321 INFO O| Dec 13 20:38:52.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65382024-12-13T20:38:53.417Z[ recovery-image] Dec 13 20:38:52.322 INFO O| Dec 13 20:38:52.322 INFO STEP 739 (remove_files) COMPLETE
65392024-12-13T20:38:53.417Z[ recovery-image] Dec 13 20:38:52.322 INFO O| Dec 13 20:38:52.322 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-12-13T20:38:53.476Z[ recovery-image] Dec 13 20:38:52.383 INFO O| Dec 13 20:38:52.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65412024-12-13T20:38:53.478Z[ recovery-image] Dec 13 20:38:52.383 INFO O| Dec 13 20:38:52.383 INFO STEP 740 (remove_files) COMPLETE
65422024-12-13T20:38:53.479Z[ recovery-image] Dec 13 20:38:52.383 INFO O| Dec 13 20:38:52.383 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-12-13T20:38:53.500Z[ recovery-image] Dec 13 20:38:52.406 INFO O| Dec 13 20:38:52.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65442024-12-13T20:38:53.500Z[ recovery-image] Dec 13 20:38:52.406 INFO O| Dec 13 20:38:52.406 INFO STEP 741 (remove_files) COMPLETE
65452024-12-13T20:38:53.500Z[ recovery-image] Dec 13 20:38:52.406 INFO O| Dec 13 20:38:52.406 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-12-13T20:38:53.541Z[ recovery-image] Dec 13 20:38:52.448 INFO O| Dec 13 20:38:52.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65472024-12-13T20:38:53.542Z[ recovery-image] Dec 13 20:38:52.448 INFO O| Dec 13 20:38:52.443 INFO STEP 742 (remove_files) COMPLETE
65482024-12-13T20:38:53.544Z[ recovery-image] Dec 13 20:38:52.449 INFO O| Dec 13 20:38:52.443 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-12-13T20:38:53.578Z[ recovery-image] Dec 13 20:38:52.485 INFO O| Dec 13 20:38:52.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65502024-12-13T20:38:53.578Z[ recovery-image] Dec 13 20:38:52.485 INFO O| Dec 13 20:38:52.473 INFO STEP 743 (remove_files) COMPLETE
65512024-12-13T20:38:53.581Z[ recovery-image] Dec 13 20:38:52.485 INFO O| Dec 13 20:38:52.474 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-12-13T20:38:53.592Z[ recovery-image] Dec 13 20:38:52.498 INFO O| Dec 13 20:38:52.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65532024-12-13T20:38:53.592Z[ recovery-image] Dec 13 20:38:52.498 INFO O| Dec 13 20:38:52.498 INFO STEP 744 (remove_files) COMPLETE
65542024-12-13T20:38:53.595Z[ recovery-image] Dec 13 20:38:52.498 INFO O| Dec 13 20:38:52.498 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-12-13T20:38:53.595Z[ host-image] Dec 13 20:38:52.500 INFO O| Dec 13 20:38:52.500 INFO O| Download: Completed 8.42 MB in 6.54 seconds (1.3M/s)
65562024-12-13T20:38:53.621Z[ recovery-image] Dec 13 20:38:52.525 INFO O| Dec 13 20:38:52.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65572024-12-13T20:38:53.624Z[ recovery-image] Dec 13 20:38:52.525 INFO O| Dec 13 20:38:52.525 INFO STEP 745 (remove_files) COMPLETE
65582024-12-13T20:38:53.624Z[ recovery-image] Dec 13 20:38:52.525 INFO O| Dec 13 20:38:52.525 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-12-13T20:38:53.655Z[ recovery-image] Dec 13 20:38:52.562 INFO O| Dec 13 20:38:52.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65602024-12-13T20:38:53.655Z[ recovery-image] Dec 13 20:38:52.562 INFO O| Dec 13 20:38:52.562 INFO STEP 746 (remove_files) COMPLETE
65612024-12-13T20:38:53.658Z[ recovery-image] Dec 13 20:38:52.562 INFO O| Dec 13 20:38:52.562 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-12-13T20:38:53.703Z[ host-image] Dec 13 20:38:52.610 INFO O| Dec 13 20:38:52.610 INFO O| Actions: 1/1361 actions (Installing new actions)
65632024-12-13T20:38:53.926Z[ recovery-image] Dec 13 20:38:52.833 INFO O| Dec 13 20:38:52.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65642024-12-13T20:38:53.926Z[ recovery-image] Dec 13 20:38:52.833 INFO O| Dec 13 20:38:52.829 INFO STEP 747 (remove_files) COMPLETE
65652024-12-13T20:38:53.926Z[ recovery-image] Dec 13 20:38:52.833 INFO O| Dec 13 20:38:52.829 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-12-13T20:38:53.950Z[ recovery-image] Dec 13 20:38:52.857 INFO O| Dec 13 20:38:52.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65672024-12-13T20:38:53.950Z[ recovery-image] Dec 13 20:38:52.857 INFO O| Dec 13 20:38:52.857 INFO STEP 748 (remove_files) COMPLETE
65682024-12-13T20:38:53.953Z[ recovery-image] Dec 13 20:38:52.857 INFO O| Dec 13 20:38:52.857 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-12-13T20:38:53.992Z[ recovery-image] Dec 13 20:38:52.898 INFO O| Dec 13 20:38:52.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65702024-12-13T20:38:53.992Z[ recovery-image] Dec 13 20:38:52.898 INFO O| Dec 13 20:38:52.898 INFO STEP 749 (remove_files) COMPLETE
65712024-12-13T20:38:53.992Z[ recovery-image] Dec 13 20:38:52.898 INFO O| Dec 13 20:38:52.898 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-12-13T20:38:54.037Z[ recovery-image] Dec 13 20:38:52.944 INFO O| Dec 13 20:38:52.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65732024-12-13T20:38:54.037Z[ recovery-image] Dec 13 20:38:52.944 INFO O| Dec 13 20:38:52.944 INFO STEP 750 (remove_files) COMPLETE
65742024-12-13T20:38:54.040Z[ recovery-image] Dec 13 20:38:52.944 INFO O| Dec 13 20:38:52.944 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-12-13T20:38:54.059Z[ recovery-image] Dec 13 20:38:52.966 INFO O| Dec 13 20:38:52.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
65762024-12-13T20:38:54.059Z[ recovery-image] Dec 13 20:38:52.966 INFO O| Dec 13 20:38:52.966 INFO STEP 751 (remove_files) COMPLETE
65772024-12-13T20:38:54.061Z[ recovery-image] Dec 13 20:38:52.966 INFO O| Dec 13 20:38:52.966 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-12-13T20:38:54.081Z[ recovery-image] Dec 13 20:38:52.988 INFO O| Dec 13 20:38:52.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
65792024-12-13T20:38:54.081Z[ recovery-image] Dec 13 20:38:52.988 INFO O| Dec 13 20:38:52.988 INFO STEP 752 (remove_files) COMPLETE
65802024-12-13T20:38:54.084Z[ recovery-image] Dec 13 20:38:52.988 INFO O| Dec 13 20:38:52.988 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-12-13T20:38:54.103Z[ recovery-image] Dec 13 20:38:53.010 INFO O| Dec 13 20:38:53.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
65822024-12-13T20:38:54.106Z[ recovery-image] Dec 13 20:38:53.010 INFO O| Dec 13 20:38:53.010 INFO STEP 753 (remove_files) COMPLETE
65832024-12-13T20:38:54.106Z[ recovery-image] Dec 13 20:38:53.011 INFO O| Dec 13 20:38:53.011 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-12-13T20:38:54.127Z[ recovery-image] Dec 13 20:38:53.034 INFO O| Dec 13 20:38:53.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
65852024-12-13T20:38:54.130Z[ recovery-image] Dec 13 20:38:53.034 INFO O| Dec 13 20:38:53.034 INFO STEP 754 (remove_files) COMPLETE
65862024-12-13T20:38:54.130Z[ recovery-image] Dec 13 20:38:53.034 INFO O| Dec 13 20:38:53.034 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-12-13T20:38:54.195Z[ recovery-image] Dec 13 20:38:53.102 INFO O| Dec 13 20:38:53.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
65882024-12-13T20:38:54.195Z[ recovery-image] Dec 13 20:38:53.102 INFO O| Dec 13 20:38:53.102 INFO STEP 755 (remove_files) COMPLETE
65892024-12-13T20:38:54.195Z[ recovery-image] Dec 13 20:38:53.102 INFO O| Dec 13 20:38:53.102 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-12-13T20:38:54.220Z[ recovery-image] Dec 13 20:38:53.126 INFO O| Dec 13 20:38:53.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
65912024-12-13T20:38:54.220Z[ recovery-image] Dec 13 20:38:53.126 INFO O| Dec 13 20:38:53.126 INFO STEP 756 (remove_files) COMPLETE
65922024-12-13T20:38:54.220Z[ recovery-image] Dec 13 20:38:53.126 INFO O| Dec 13 20:38:53.126 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-12-13T20:38:54.262Z[ recovery-image] Dec 13 20:38:53.169 INFO O| Dec 13 20:38:53.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
65942024-12-13T20:38:54.262Z[ recovery-image] Dec 13 20:38:53.169 INFO O| Dec 13 20:38:53.169 INFO STEP 757 (remove_files) COMPLETE
65952024-12-13T20:38:54.262Z[ recovery-image] Dec 13 20:38:53.169 INFO O| Dec 13 20:38:53.169 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-12-13T20:38:54.291Z[ recovery-image] Dec 13 20:38:53.198 INFO O| Dec 13 20:38:53.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
65972024-12-13T20:38:54.291Z[ recovery-image] Dec 13 20:38:53.198 INFO O| Dec 13 20:38:53.198 INFO STEP 758 (remove_files) COMPLETE
65982024-12-13T20:38:54.291Z[ recovery-image] Dec 13 20:38:53.198 INFO O| Dec 13 20:38:53.198 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-12-13T20:38:54.366Z[ recovery-image] Dec 13 20:38:53.273 INFO O| Dec 13 20:38:53.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66002024-12-13T20:38:54.366Z[ recovery-image] Dec 13 20:38:53.273 INFO O| Dec 13 20:38:53.273 INFO STEP 759 (remove_files) COMPLETE
66012024-12-13T20:38:54.369Z[ recovery-image] Dec 13 20:38:53.273 INFO O| Dec 13 20:38:53.273 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-12-13T20:38:54.389Z[ recovery-image] Dec 13 20:38:53.295 INFO O| Dec 13 20:38:53.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66032024-12-13T20:38:54.389Z[ recovery-image] Dec 13 20:38:53.295 INFO O| Dec 13 20:38:53.295 INFO STEP 760 (remove_files) COMPLETE
66042024-12-13T20:38:54.389Z[ recovery-image] Dec 13 20:38:53.296 INFO O| Dec 13 20:38:53.295 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-12-13T20:38:54.412Z[ host-image] Dec 13 20:38:53.319 INFO O| Dec 13 20:38:53.319 INFO O| Actions: Completed 1361 actions in 0.71 seconds.
66062024-12-13T20:38:54.422Z[ recovery-image] Dec 13 20:38:53.329 INFO O| Dec 13 20:38:53.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66072024-12-13T20:38:54.422Z[ recovery-image] Dec 13 20:38:53.329 INFO O| Dec 13 20:38:53.329 INFO STEP 761 (remove_files) COMPLETE
66082024-12-13T20:38:54.422Z[ recovery-image] Dec 13 20:38:53.329 INFO O| Dec 13 20:38:53.329 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-12-13T20:38:54.489Z[ recovery-image] Dec 13 20:38:53.395 INFO O| Dec 13 20:38:53.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66102024-12-13T20:38:54.489Z[ recovery-image] Dec 13 20:38:53.395 INFO O| Dec 13 20:38:53.395 INFO STEP 762 (remove_files) COMPLETE
66112024-12-13T20:38:54.489Z[ recovery-image] Dec 13 20:38:53.395 INFO O| Dec 13 20:38:53.395 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-12-13T20:38:54.525Z[ recovery-image] Dec 13 20:38:53.431 INFO O| Dec 13 20:38:53.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66132024-12-13T20:38:54.525Z[ recovery-image] Dec 13 20:38:53.431 INFO O| Dec 13 20:38:53.431 INFO STEP 763 (remove_files) COMPLETE
66142024-12-13T20:38:54.525Z[ recovery-image] Dec 13 20:38:53.432 INFO O| Dec 13 20:38:53.431 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-12-13T20:38:54.548Z[ recovery-image] Dec 13 20:38:53.454 INFO O| Dec 13 20:38:53.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66162024-12-13T20:38:54.548Z[ recovery-image] Dec 13 20:38:53.454 INFO O| Dec 13 20:38:53.454 INFO STEP 764 (remove_files) COMPLETE
66172024-12-13T20:38:54.548Z[ recovery-image] Dec 13 20:38:53.454 INFO O| Dec 13 20:38:53.454 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-12-13T20:38:54.579Z[ recovery-image] Dec 13 20:38:53.485 INFO O| Dec 13 20:38:53.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66192024-12-13T20:38:54.579Z[ recovery-image] Dec 13 20:38:53.485 INFO O| Dec 13 20:38:53.485 INFO STEP 765 (remove_files) COMPLETE
66202024-12-13T20:38:54.579Z[ recovery-image] Dec 13 20:38:53.485 INFO O| Dec 13 20:38:53.485 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-12-13T20:38:54.631Z[ recovery-image] Dec 13 20:38:53.538 INFO O| Dec 13 20:38:53.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66222024-12-13T20:38:54.632Z[ recovery-image] Dec 13 20:38:53.538 INFO O| Dec 13 20:38:53.538 INFO STEP 766 (remove_files) COMPLETE
66232024-12-13T20:38:54.634Z[ recovery-image] Dec 13 20:38:53.539 INFO O| Dec 13 20:38:53.538 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-12-13T20:38:54.652Z[ recovery-image] Dec 13 20:38:53.559 INFO O| Dec 13 20:38:53.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66252024-12-13T20:38:54.652Z[ recovery-image] Dec 13 20:38:53.559 INFO O| Dec 13 20:38:53.559 INFO STEP 767 (remove_files) COMPLETE
66262024-12-13T20:38:54.652Z[ recovery-image] Dec 13 20:38:53.559 INFO O| Dec 13 20:38:53.559 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-12-13T20:38:54.675Z[ recovery-image] Dec 13 20:38:53.581 INFO O| Dec 13 20:38:53.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66282024-12-13T20:38:54.708Z[ recovery-image] Dec 13 20:38:53.614 INFO O| Dec 13 20:38:53.614 INFO STEP 768 (remove_files) COMPLETE
66292024-12-13T20:38:54.710Z[ recovery-image] Dec 13 20:38:53.614 INFO O| Dec 13 20:38:53.614 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-12-13T20:38:54.805Z[ recovery-image] Dec 13 20:38:53.712 INFO O| Dec 13 20:38:53.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66312024-12-13T20:38:54.805Z[ recovery-image] Dec 13 20:38:53.712 INFO O| Dec 13 20:38:53.712 INFO STEP 769 (remove_files) COMPLETE
66322024-12-13T20:38:54.805Z[ recovery-image] Dec 13 20:38:53.712 INFO O| Dec 13 20:38:53.712 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-12-13T20:38:54.831Z[ recovery-image] Dec 13 20:38:53.736 INFO O| Dec 13 20:38:53.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66342024-12-13T20:38:54.831Z[ recovery-image] Dec 13 20:38:53.736 INFO O| Dec 13 20:38:53.736 INFO STEP 770 (remove_files) COMPLETE
66352024-12-13T20:38:54.831Z[ recovery-image] Dec 13 20:38:53.736 INFO O| Dec 13 20:38:53.736 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-12-13T20:38:54.857Z[ recovery-image] Dec 13 20:38:53.764 INFO O| Dec 13 20:38:53.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66372024-12-13T20:38:54.857Z[ recovery-image] Dec 13 20:38:53.764 INFO O| Dec 13 20:38:53.764 INFO STEP 771 (remove_files) COMPLETE
66382024-12-13T20:38:54.857Z[ recovery-image] Dec 13 20:38:53.764 INFO O| Dec 13 20:38:53.764 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-12-13T20:38:54.881Z[ recovery-image] Dec 13 20:38:53.788 INFO O| Dec 13 20:38:53.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66402024-12-13T20:38:54.881Z[ recovery-image] Dec 13 20:38:53.788 INFO O| Dec 13 20:38:53.788 INFO STEP 772 (remove_files) COMPLETE
66412024-12-13T20:38:54.881Z[ recovery-image] Dec 13 20:38:53.788 INFO O| Dec 13 20:38:53.788 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-12-13T20:38:54.921Z[ recovery-image] Dec 13 20:38:53.827 INFO O| Dec 13 20:38:53.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66432024-12-13T20:38:54.923Z[ recovery-image] Dec 13 20:38:53.828 INFO O| Dec 13 20:38:53.828 INFO STEP 773 (remove_files) COMPLETE
66442024-12-13T20:38:54.923Z[ recovery-image] Dec 13 20:38:53.828 INFO O| Dec 13 20:38:53.828 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-12-13T20:38:54.944Z[ recovery-image] Dec 13 20:38:53.851 INFO O| Dec 13 20:38:53.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66462024-12-13T20:38:54.947Z[ recovery-image] Dec 13 20:38:53.851 INFO O| Dec 13 20:38:53.851 INFO STEP 774 (remove_files) COMPLETE
66472024-12-13T20:38:54.947Z[ recovery-image] Dec 13 20:38:53.851 INFO O| Dec 13 20:38:53.851 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-12-13T20:38:54.967Z[ recovery-image] Dec 13 20:38:53.873 INFO O| Dec 13 20:38:53.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66492024-12-13T20:38:54.970Z[ recovery-image] Dec 13 20:38:53.874 INFO O| Dec 13 20:38:53.874 INFO STEP 775 (remove_files) COMPLETE
66502024-12-13T20:38:54.970Z[ recovery-image] Dec 13 20:38:53.874 INFO O| Dec 13 20:38:53.874 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-12-13T20:38:55.027Z[ recovery-image] Dec 13 20:38:53.933 INFO O| Dec 13 20:38:53.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66522024-12-13T20:38:55.029Z[ recovery-image] Dec 13 20:38:53.934 INFO O| Dec 13 20:38:53.934 INFO STEP 776 (remove_files) COMPLETE
66532024-12-13T20:38:55.029Z[ recovery-image] Dec 13 20:38:53.934 INFO O| Dec 13 20:38:53.934 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-12-13T20:38:55.050Z[ recovery-image] Dec 13 20:38:53.956 INFO O| Dec 13 20:38:53.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66552024-12-13T20:38:55.050Z[ recovery-image] Dec 13 20:38:53.956 INFO O| Dec 13 20:38:53.956 INFO STEP 777 (remove_files) COMPLETE
66562024-12-13T20:38:55.050Z[ recovery-image] Dec 13 20:38:53.956 INFO O| Dec 13 20:38:53.956 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-12-13T20:38:55.122Z[ host-image] Dec 13 20:38:54.029 INFO O| Dec 13 20:38:54.029 INFO O| Done
66582024-12-13T20:38:55.122Z[ host-image] Dec 13 20:38:54.029 INFO O| Dec 13 20:38:54.029 INFO O| Done
66592024-12-13T20:38:55.141Z[ recovery-image] Dec 13 20:38:54.048 INFO O| Dec 13 20:38:54.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66602024-12-13T20:38:55.141Z[ recovery-image] Dec 13 20:38:54.048 INFO O| Dec 13 20:38:54.048 INFO STEP 778 (remove_files) COMPLETE
66612024-12-13T20:38:55.141Z[ recovery-image] Dec 13 20:38:54.048 INFO O| Dec 13 20:38:54.048 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-12-13T20:38:55.243Z[ recovery-image] Dec 13 20:38:54.150 INFO O| Dec 13 20:38:54.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66632024-12-13T20:38:55.243Z[ recovery-image] Dec 13 20:38:54.150 INFO O| Dec 13 20:38:54.150 INFO STEP 779 (remove_files) COMPLETE
66642024-12-13T20:38:55.243Z[ recovery-image] Dec 13 20:38:54.150 INFO O| Dec 13 20:38:54.150 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-12-13T20:38:55.280Z[ recovery-image] Dec 13 20:38:54.187 INFO O| Dec 13 20:38:54.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66662024-12-13T20:38:55.280Z[ recovery-image] Dec 13 20:38:54.187 INFO O| Dec 13 20:38:54.187 INFO STEP 780 (remove_files) COMPLETE
66672024-12-13T20:38:55.280Z[ recovery-image] Dec 13 20:38:54.187 INFO O| Dec 13 20:38:54.187 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-12-13T20:38:55.327Z[ recovery-image] Dec 13 20:38:54.230 INFO O| Dec 13 20:38:54.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66692024-12-13T20:38:55.327Z[ recovery-image] Dec 13 20:38:54.230 INFO O| Dec 13 20:38:54.230 INFO STEP 781 (remove_files) COMPLETE
66702024-12-13T20:38:55.330Z[ recovery-image] Dec 13 20:38:54.230 INFO O| Dec 13 20:38:54.230 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-12-13T20:38:55.371Z[ recovery-image] Dec 13 20:38:54.277 INFO O| Dec 13 20:38:54.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66722024-12-13T20:38:55.371Z[ recovery-image] Dec 13 20:38:54.277 INFO O| Dec 13 20:38:54.277 INFO STEP 782 (remove_files) COMPLETE
66732024-12-13T20:38:55.373Z[ recovery-image] Dec 13 20:38:54.278 INFO O| Dec 13 20:38:54.277 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-12-13T20:38:55.429Z[ recovery-image] Dec 13 20:38:54.336 INFO O| Dec 13 20:38:54.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
66752024-12-13T20:38:55.429Z[ recovery-image] Dec 13 20:38:54.336 INFO O| Dec 13 20:38:54.336 INFO STEP 783 (remove_files) COMPLETE
66762024-12-13T20:38:55.429Z[ recovery-image] Dec 13 20:38:54.336 INFO O| Dec 13 20:38:54.336 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-12-13T20:38:55.453Z[ recovery-image] Dec 13 20:38:54.360 INFO O| Dec 13 20:38:54.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
66782024-12-13T20:38:55.453Z[ recovery-image] Dec 13 20:38:54.360 INFO O| Dec 13 20:38:54.360 INFO STEP 784 (remove_files) COMPLETE
66792024-12-13T20:38:55.453Z[ recovery-image] Dec 13 20:38:54.360 INFO O| Dec 13 20:38:54.360 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-12-13T20:38:55.475Z[ recovery-image] Dec 13 20:38:54.382 INFO O| Dec 13 20:38:54.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
66812024-12-13T20:38:55.475Z[ recovery-image] Dec 13 20:38:54.382 INFO O| Dec 13 20:38:54.382 INFO STEP 785 (remove_files) COMPLETE
66822024-12-13T20:38:55.475Z[ recovery-image] Dec 13 20:38:54.382 INFO O| Dec 13 20:38:54.382 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-12-13T20:38:55.503Z[ recovery-image] Dec 13 20:38:54.410 INFO O| Dec 13 20:38:54.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
66842024-12-13T20:38:55.507Z[ recovery-image] Dec 13 20:38:54.410 INFO O| Dec 13 20:38:54.410 INFO STEP 786 (remove_files) COMPLETE
66852024-12-13T20:38:55.507Z[ recovery-image] Dec 13 20:38:54.410 INFO O| Dec 13 20:38:54.410 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-12-13T20:38:55.524Z[ recovery-image] Dec 13 20:38:54.430 INFO O| Dec 13 20:38:54.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
66872024-12-13T20:38:55.526Z[ recovery-image] Dec 13 20:38:54.430 INFO O| Dec 13 20:38:54.430 INFO STEP 787 (remove_files) COMPLETE
66882024-12-13T20:38:55.526Z[ recovery-image] Dec 13 20:38:54.430 INFO O| Dec 13 20:38:54.430 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-12-13T20:38:55.544Z[ recovery-image] Dec 13 20:38:54.451 INFO O| Dec 13 20:38:54.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
66902024-12-13T20:38:55.544Z[ recovery-image] Dec 13 20:38:54.451 INFO O| Dec 13 20:38:54.451 INFO STEP 788 (remove_files) COMPLETE
66912024-12-13T20:38:55.547Z[ recovery-image] Dec 13 20:38:54.451 INFO O| Dec 13 20:38:54.451 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-12-13T20:38:55.593Z[ recovery-image] Dec 13 20:38:54.499 INFO O| Dec 13 20:38:54.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
66932024-12-13T20:38:55.593Z[ recovery-image] Dec 13 20:38:54.499 INFO O| Dec 13 20:38:54.499 INFO STEP 789 (remove_files) COMPLETE
66942024-12-13T20:38:55.593Z[ recovery-image] Dec 13 20:38:54.499 INFO O| Dec 13 20:38:54.499 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-12-13T20:38:55.614Z[ recovery-image] Dec 13 20:38:54.521 INFO O| Dec 13 20:38:54.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
66962024-12-13T20:38:55.614Z[ recovery-image] Dec 13 20:38:54.521 INFO O| Dec 13 20:38:54.521 INFO STEP 790 (remove_files) COMPLETE
66972024-12-13T20:38:55.614Z[ recovery-image] Dec 13 20:38:54.521 INFO O| Dec 13 20:38:54.521 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-12-13T20:38:55.642Z[ recovery-image] Dec 13 20:38:54.548 INFO O| Dec 13 20:38:54.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
66992024-12-13T20:38:55.642Z[ recovery-image] Dec 13 20:38:54.548 INFO O| Dec 13 20:38:54.548 INFO STEP 791 (remove_files) COMPLETE
67002024-12-13T20:38:55.645Z[ recovery-image] Dec 13 20:38:54.548 INFO O| Dec 13 20:38:54.548 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-12-13T20:38:55.670Z[ recovery-image] Dec 13 20:38:54.576 INFO O| Dec 13 20:38:54.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67022024-12-13T20:38:55.670Z[ recovery-image] Dec 13 20:38:54.576 INFO O| Dec 13 20:38:54.576 INFO STEP 792 (remove_files) COMPLETE
67032024-12-13T20:38:55.670Z[ recovery-image] Dec 13 20:38:54.576 INFO O| Dec 13 20:38:54.576 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-12-13T20:38:55.707Z[ recovery-image] Dec 13 20:38:54.613 INFO O| Dec 13 20:38:54.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67052024-12-13T20:38:55.707Z[ recovery-image] Dec 13 20:38:54.613 INFO O| Dec 13 20:38:54.613 INFO STEP 793 (remove_files) COMPLETE
67062024-12-13T20:38:55.707Z[ recovery-image] Dec 13 20:38:54.613 INFO O| Dec 13 20:38:54.613 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-12-13T20:38:55.767Z[ recovery-image] Dec 13 20:38:54.673 INFO O| Dec 13 20:38:54.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67082024-12-13T20:38:55.767Z[ recovery-image] Dec 13 20:38:54.673 INFO O| Dec 13 20:38:54.673 INFO STEP 794 (remove_files) COMPLETE
67092024-12-13T20:38:55.767Z[ recovery-image] Dec 13 20:38:54.673 INFO O| Dec 13 20:38:54.673 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-12-13T20:38:55.873Z[ recovery-image] Dec 13 20:38:54.779 INFO O| Dec 13 20:38:54.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67112024-12-13T20:38:55.873Z[ recovery-image] Dec 13 20:38:54.779 INFO O| Dec 13 20:38:54.779 INFO STEP 795 (remove_files) COMPLETE
67122024-12-13T20:38:55.873Z[ recovery-image] Dec 13 20:38:54.779 INFO O| Dec 13 20:38:54.779 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-12-13T20:38:55.915Z[ recovery-image] Dec 13 20:38:54.821 INFO O| Dec 13 20:38:54.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67142024-12-13T20:38:55.918Z[ recovery-image] Dec 13 20:38:54.821 INFO O| Dec 13 20:38:54.821 INFO STEP 796 (remove_files) COMPLETE
67152024-12-13T20:38:55.918Z[ recovery-image] Dec 13 20:38:54.822 INFO O| Dec 13 20:38:54.821 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-12-13T20:38:55.938Z[ recovery-image] Dec 13 20:38:54.844 INFO O| Dec 13 20:38:54.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67172024-12-13T20:38:55.938Z[ recovery-image] Dec 13 20:38:54.845 INFO O| Dec 13 20:38:54.844 INFO STEP 797 (remove_files) COMPLETE
67182024-12-13T20:38:55.940Z[ recovery-image] Dec 13 20:38:54.845 INFO O| Dec 13 20:38:54.845 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-12-13T20:38:55.984Z[ recovery-image] Dec 13 20:38:54.890 INFO O| Dec 13 20:38:54.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67202024-12-13T20:38:55.984Z[ recovery-image] Dec 13 20:38:54.891 INFO O| Dec 13 20:38:54.891 INFO STEP 798 (remove_files) COMPLETE
67212024-12-13T20:38:55.984Z[ recovery-image] Dec 13 20:38:54.891 INFO O| Dec 13 20:38:54.891 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-12-13T20:38:56.021Z[ recovery-image] Dec 13 20:38:54.928 INFO O| Dec 13 20:38:54.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67232024-12-13T20:38:56.021Z[ recovery-image] Dec 13 20:38:54.928 INFO O| Dec 13 20:38:54.928 INFO STEP 799 (remove_files) COMPLETE
67242024-12-13T20:38:56.021Z[ recovery-image] Dec 13 20:38:54.928 INFO O| Dec 13 20:38:54.928 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-12-13T20:38:56.045Z[ recovery-image] Dec 13 20:38:54.952 INFO O| Dec 13 20:38:54.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67262024-12-13T20:38:56.045Z[ recovery-image] Dec 13 20:38:54.952 INFO O| Dec 13 20:38:54.952 INFO STEP 800 (remove_files) COMPLETE
67272024-12-13T20:38:56.048Z[ recovery-image] Dec 13 20:38:54.952 INFO O| Dec 13 20:38:54.952 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-12-13T20:38:56.077Z[ recovery-image] Dec 13 20:38:54.984 INFO O| Dec 13 20:38:54.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67292024-12-13T20:38:56.080Z[ recovery-image] Dec 13 20:38:54.984 INFO O| Dec 13 20:38:54.984 INFO STEP 801 (remove_files) COMPLETE
67302024-12-13T20:38:56.080Z[ recovery-image] Dec 13 20:38:54.984 INFO O| Dec 13 20:38:54.984 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-12-13T20:38:56.100Z[ recovery-image] Dec 13 20:38:55.007 INFO O| Dec 13 20:38:55.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67322024-12-13T20:38:56.103Z[ recovery-image] Dec 13 20:38:55.007 INFO O| Dec 13 20:38:55.007 INFO STEP 802 (remove_files) COMPLETE
67332024-12-13T20:38:56.103Z[ recovery-image] Dec 13 20:38:55.007 INFO O| Dec 13 20:38:55.007 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-12-13T20:38:56.122Z[ recovery-image] Dec 13 20:38:55.029 INFO O| Dec 13 20:38:55.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67352024-12-13T20:38:56.125Z[ recovery-image] Dec 13 20:38:55.029 INFO O| Dec 13 20:38:55.029 INFO STEP 803 (remove_files) COMPLETE
67362024-12-13T20:38:56.125Z[ recovery-image] Dec 13 20:38:55.029 INFO O| Dec 13 20:38:55.029 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-12-13T20:38:56.145Z[ recovery-image] Dec 13 20:38:55.052 INFO O| Dec 13 20:38:55.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67382024-12-13T20:38:56.148Z[ recovery-image] Dec 13 20:38:55.052 INFO O| Dec 13 20:38:55.052 INFO STEP 804 (remove_files) COMPLETE
67392024-12-13T20:38:56.148Z[ recovery-image] Dec 13 20:38:55.052 INFO O| Dec 13 20:38:55.052 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-12-13T20:38:56.169Z[ recovery-image] Dec 13 20:38:55.076 INFO O| Dec 13 20:38:55.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67412024-12-13T20:38:56.172Z[ recovery-image] Dec 13 20:38:55.076 INFO O| Dec 13 20:38:55.076 INFO STEP 805 (remove_files) COMPLETE
67422024-12-13T20:38:56.172Z[ recovery-image] Dec 13 20:38:55.076 INFO O| Dec 13 20:38:55.076 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-12-13T20:38:56.194Z[ recovery-image] Dec 13 20:38:55.099 INFO O| Dec 13 20:38:55.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67442024-12-13T20:38:56.196Z[ recovery-image] Dec 13 20:38:55.099 INFO O| Dec 13 20:38:55.099 INFO STEP 806 (remove_files) COMPLETE
67452024-12-13T20:38:56.196Z[ recovery-image] Dec 13 20:38:55.099 INFO O| Dec 13 20:38:55.099 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-12-13T20:38:56.257Z[ recovery-image] Dec 13 20:38:55.163 INFO O| Dec 13 20:38:55.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67472024-12-13T20:38:56.257Z[ recovery-image] Dec 13 20:38:55.163 INFO O| Dec 13 20:38:55.163 INFO STEP 807 (remove_files) COMPLETE
67482024-12-13T20:38:56.259Z[ recovery-image] Dec 13 20:38:55.163 INFO O| Dec 13 20:38:55.163 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-12-13T20:38:56.278Z[ recovery-image] Dec 13 20:38:55.184 INFO O| Dec 13 20:38:55.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67502024-12-13T20:38:56.278Z[ recovery-image] Dec 13 20:38:55.184 INFO O| Dec 13 20:38:55.184 INFO STEP 808 (remove_files) COMPLETE
67512024-12-13T20:38:56.280Z[ recovery-image] Dec 13 20:38:55.184 INFO O| Dec 13 20:38:55.184 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-12-13T20:38:56.313Z[ recovery-image] Dec 13 20:38:55.220 INFO O| Dec 13 20:38:55.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67532024-12-13T20:38:56.313Z[ recovery-image] Dec 13 20:38:55.220 INFO O| Dec 13 20:38:55.220 INFO STEP 809 (remove_files) COMPLETE
67542024-12-13T20:38:56.313Z[ recovery-image] Dec 13 20:38:55.220 INFO O| Dec 13 20:38:55.220 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-12-13T20:38:56.330Z[ host-image] Dec 13 20:38:55.234 INFO O| Dec 13 20:38:55.233 INFO O| Done
67562024-12-13T20:38:56.354Z[ recovery-image] Dec 13 20:38:55.260 INFO O| Dec 13 20:38:55.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67572024-12-13T20:38:56.354Z[ recovery-image] Dec 13 20:38:55.260 INFO O| Dec 13 20:38:55.260 INFO STEP 810 (remove_files) COMPLETE
67582024-12-13T20:38:56.354Z[ recovery-image] Dec 13 20:38:55.260 INFO O| Dec 13 20:38:55.260 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-12-13T20:38:56.380Z[ recovery-image] Dec 13 20:38:55.286 INFO O| Dec 13 20:38:55.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67602024-12-13T20:38:56.380Z[ recovery-image] Dec 13 20:38:55.286 INFO O| Dec 13 20:38:55.286 INFO STEP 811 (remove_files) COMPLETE
67612024-12-13T20:38:56.380Z[ recovery-image] Dec 13 20:38:55.286 INFO O| Dec 13 20:38:55.286 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-12-13T20:38:56.404Z[ recovery-image] Dec 13 20:38:55.310 INFO O| Dec 13 20:38:55.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67632024-12-13T20:38:56.404Z[ recovery-image] Dec 13 20:38:55.311 INFO O| Dec 13 20:38:55.311 INFO STEP 812 (remove_files) COMPLETE
67642024-12-13T20:38:56.404Z[ recovery-image] Dec 13 20:38:55.311 INFO O| Dec 13 20:38:55.311 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-12-13T20:38:56.443Z[ recovery-image] Dec 13 20:38:55.349 INFO O| Dec 13 20:38:55.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67662024-12-13T20:38:56.443Z[ recovery-image] Dec 13 20:38:55.349 INFO O| Dec 13 20:38:55.349 INFO STEP 813 (remove_files) COMPLETE
67672024-12-13T20:38:56.443Z[ recovery-image] Dec 13 20:38:55.349 INFO O| Dec 13 20:38:55.349 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-12-13T20:38:56.467Z[ recovery-image] Dec 13 20:38:55.374 INFO O| Dec 13 20:38:55.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67692024-12-13T20:38:56.468Z[ recovery-image] Dec 13 20:38:55.374 INFO O| Dec 13 20:38:55.374 INFO STEP 814 (remove_files) COMPLETE
67702024-12-13T20:38:56.468Z[ recovery-image] Dec 13 20:38:55.374 INFO O| Dec 13 20:38:55.374 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-12-13T20:38:56.489Z[ recovery-image] Dec 13 20:38:55.395 INFO O| Dec 13 20:38:55.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67722024-12-13T20:38:56.489Z[ recovery-image] Dec 13 20:38:55.395 INFO O| Dec 13 20:38:55.395 INFO STEP 815 (remove_files) COMPLETE
67732024-12-13T20:38:56.489Z[ recovery-image] Dec 13 20:38:55.395 INFO O| Dec 13 20:38:55.395 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-12-13T20:38:56.517Z[ recovery-image] Dec 13 20:38:55.423 INFO O| Dec 13 20:38:55.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
67752024-12-13T20:38:56.519Z[ recovery-image] Dec 13 20:38:55.424 INFO O| Dec 13 20:38:55.423 INFO STEP 816 (remove_files) COMPLETE
67762024-12-13T20:38:56.519Z[ recovery-image] Dec 13 20:38:55.424 INFO O| Dec 13 20:38:55.424 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-12-13T20:38:56.543Z[ recovery-image] Dec 13 20:38:55.448 INFO O| Dec 13 20:38:55.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
67782024-12-13T20:38:56.543Z[ recovery-image] Dec 13 20:38:55.448 INFO O| Dec 13 20:38:55.448 INFO STEP 817 (remove_files) COMPLETE
67792024-12-13T20:38:56.543Z[ recovery-image] Dec 13 20:38:55.448 INFO O| Dec 13 20:38:55.448 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-12-13T20:38:56.567Z[ recovery-image] Dec 13 20:38:55.473 INFO O| Dec 13 20:38:55.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
67812024-12-13T20:38:56.567Z[ recovery-image] Dec 13 20:38:55.473 INFO O| Dec 13 20:38:55.473 INFO STEP 818 (remove_files) COMPLETE
67822024-12-13T20:38:56.569Z[ recovery-image] Dec 13 20:38:55.473 INFO O| Dec 13 20:38:55.473 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-12-13T20:38:56.667Z[ recovery-image] Dec 13 20:38:55.573 INFO O| Dec 13 20:38:55.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
67842024-12-13T20:38:56.667Z[ recovery-image] Dec 13 20:38:55.573 INFO O| Dec 13 20:38:55.573 INFO STEP 819 (remove_files) COMPLETE
67852024-12-13T20:38:56.667Z[ recovery-image] Dec 13 20:38:55.573 INFO O| Dec 13 20:38:55.573 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-12-13T20:38:56.733Z[ recovery-image] Dec 13 20:38:55.640 INFO O| Dec 13 20:38:55.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
67872024-12-13T20:38:56.736Z[ recovery-image] Dec 13 20:38:55.640 INFO O| Dec 13 20:38:55.640 INFO STEP 820 (remove_files) COMPLETE
67882024-12-13T20:38:56.736Z[ recovery-image] Dec 13 20:38:55.640 INFO O| Dec 13 20:38:55.640 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-12-13T20:38:56.756Z[ recovery-image] Dec 13 20:38:55.663 INFO O| Dec 13 20:38:55.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
67902024-12-13T20:38:56.760Z[ recovery-image] Dec 13 20:38:55.663 INFO O| Dec 13 20:38:55.663 INFO STEP 821 (remove_files) COMPLETE
67912024-12-13T20:38:56.760Z[ recovery-image] Dec 13 20:38:55.663 INFO O| Dec 13 20:38:55.663 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-12-13T20:38:56.779Z[ recovery-image] Dec 13 20:38:55.684 INFO O| Dec 13 20:38:55.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
67932024-12-13T20:38:56.792Z[ recovery-image] Dec 13 20:38:55.698 INFO O| Dec 13 20:38:55.698 INFO STEP 822 (remove_files) COMPLETE
67942024-12-13T20:38:56.792Z[ recovery-image] Dec 13 20:38:55.698 INFO O| Dec 13 20:38:55.698 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-12-13T20:38:56.825Z[ recovery-image] Dec 13 20:38:55.731 INFO O| Dec 13 20:38:55.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
67962024-12-13T20:38:56.825Z[ recovery-image] Dec 13 20:38:55.731 INFO O| Dec 13 20:38:55.731 INFO STEP 823 (remove_files) COMPLETE
67972024-12-13T20:38:56.829Z[ recovery-image] Dec 13 20:38:55.731 INFO O| Dec 13 20:38:55.731 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-12-13T20:38:56.884Z[ recovery-image] Dec 13 20:38:55.790 INFO O| Dec 13 20:38:55.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
67992024-12-13T20:38:56.884Z[ recovery-image] Dec 13 20:38:55.790 INFO O| Dec 13 20:38:55.790 INFO STEP 824 (remove_files) COMPLETE
68002024-12-13T20:38:56.884Z[ recovery-image] Dec 13 20:38:55.790 INFO O| Dec 13 20:38:55.790 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-12-13T20:38:56.922Z[ recovery-image] Dec 13 20:38:55.826 INFO O| Dec 13 20:38:55.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68022024-12-13T20:38:56.922Z[ recovery-image] Dec 13 20:38:55.826 INFO O| Dec 13 20:38:55.826 INFO STEP 825 (remove_files) COMPLETE
68032024-12-13T20:38:56.925Z[ recovery-image] Dec 13 20:38:55.826 INFO O| Dec 13 20:38:55.826 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-12-13T20:38:56.944Z[ recovery-image] Dec 13 20:38:55.850 INFO O| Dec 13 20:38:55.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68052024-12-13T20:38:56.944Z[ recovery-image] Dec 13 20:38:55.850 INFO O| Dec 13 20:38:55.850 INFO STEP 826 (remove_files) COMPLETE
68062024-12-13T20:38:56.944Z[ recovery-image] Dec 13 20:38:55.850 INFO O| Dec 13 20:38:55.850 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-12-13T20:38:56.982Z[ recovery-image] Dec 13 20:38:55.888 INFO O| Dec 13 20:38:55.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68082024-12-13T20:38:56.982Z[ recovery-image] Dec 13 20:38:55.888 INFO O| Dec 13 20:38:55.888 INFO STEP 827 (remove_files) COMPLETE
68092024-12-13T20:38:56.984Z[ recovery-image] Dec 13 20:38:55.888 INFO O| Dec 13 20:38:55.888 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-12-13T20:38:57.005Z[ recovery-image] Dec 13 20:38:55.912 INFO O| Dec 13 20:38:55.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68112024-12-13T20:38:57.005Z[ recovery-image] Dec 13 20:38:55.912 INFO O| Dec 13 20:38:55.912 INFO STEP 828 (remove_files) COMPLETE
68122024-12-13T20:38:57.008Z[ recovery-image] Dec 13 20:38:55.912 INFO O| Dec 13 20:38:55.912 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-12-13T20:38:57.047Z[ recovery-image] Dec 13 20:38:55.953 INFO O| Dec 13 20:38:55.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68142024-12-13T20:38:57.067Z[ recovery-image] Dec 13 20:38:55.973 INFO O| Dec 13 20:38:55.973 INFO STEP 829 (remove_files) COMPLETE
68152024-12-13T20:38:57.067Z[ recovery-image] Dec 13 20:38:55.973 INFO O| Dec 13 20:38:55.973 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-12-13T20:38:57.109Z[ recovery-image] Dec 13 20:38:56.015 INFO O| Dec 13 20:38:56.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68172024-12-13T20:38:57.109Z[ recovery-image] Dec 13 20:38:56.015 INFO O| Dec 13 20:38:56.015 INFO STEP 830 (remove_files) COMPLETE
68182024-12-13T20:38:57.109Z[ recovery-image] Dec 13 20:38:56.015 INFO O| Dec 13 20:38:56.015 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-12-13T20:38:57.227Z[ recovery-image] Dec 13 20:38:56.134 INFO O| Dec 13 20:38:56.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68202024-12-13T20:38:57.227Z[ recovery-image] Dec 13 20:38:56.134 INFO O| Dec 13 20:38:56.134 INFO STEP 831 (remove_files) COMPLETE
68212024-12-13T20:38:57.230Z[ recovery-image] Dec 13 20:38:56.134 INFO O| Dec 13 20:38:56.134 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-12-13T20:38:57.261Z[ recovery-image] Dec 13 20:38:56.168 INFO O| Dec 13 20:38:56.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68232024-12-13T20:38:57.261Z[ recovery-image] Dec 13 20:38:56.168 INFO O| Dec 13 20:38:56.168 INFO STEP 832 (remove_files) COMPLETE
68242024-12-13T20:38:57.264Z[ recovery-image] Dec 13 20:38:56.168 INFO O| Dec 13 20:38:56.168 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-12-13T20:38:57.296Z[ recovery-image] Dec 13 20:38:56.201 INFO O| Dec 13 20:38:56.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68262024-12-13T20:38:57.298Z[ recovery-image] Dec 13 20:38:56.201 INFO O| Dec 13 20:38:56.201 INFO STEP 833 (remove_files) COMPLETE
68272024-12-13T20:38:57.298Z[ recovery-image] Dec 13 20:38:56.201 INFO O| Dec 13 20:38:56.201 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-12-13T20:38:57.336Z[ recovery-image] Dec 13 20:38:56.242 INFO O| Dec 13 20:38:56.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68292024-12-13T20:38:57.338Z[ recovery-image] Dec 13 20:38:56.242 INFO O| Dec 13 20:38:56.242 INFO STEP 834 (remove_files) COMPLETE
68302024-12-13T20:38:57.338Z[ recovery-image] Dec 13 20:38:56.242 INFO O| Dec 13 20:38:56.242 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-12-13T20:38:57.436Z[ recovery-image] Dec 13 20:38:56.342 INFO O| Dec 13 20:38:56.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68322024-12-13T20:38:57.436Z[ recovery-image] Dec 13 20:38:56.342 INFO O| Dec 13 20:38:56.342 INFO STEP 835 (remove_files) COMPLETE
68332024-12-13T20:38:57.438Z[ recovery-image] Dec 13 20:38:56.342 INFO O| Dec 13 20:38:56.342 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-12-13T20:38:57.459Z[ recovery-image] Dec 13 20:38:56.365 INFO O| Dec 13 20:38:56.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68352024-12-13T20:38:57.459Z[ recovery-image] Dec 13 20:38:56.365 INFO O| Dec 13 20:38:56.365 INFO STEP 836 (remove_files) COMPLETE
68362024-12-13T20:38:57.459Z[ recovery-image] Dec 13 20:38:56.365 INFO O| Dec 13 20:38:56.365 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-12-13T20:38:57.480Z[ recovery-image] Dec 13 20:38:56.386 INFO O| Dec 13 20:38:56.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68382024-12-13T20:38:57.480Z[ recovery-image] Dec 13 20:38:56.386 INFO O| Dec 13 20:38:56.386 INFO STEP 837 (remove_files) COMPLETE
68392024-12-13T20:38:57.480Z[ recovery-image] Dec 13 20:38:56.386 INFO O| Dec 13 20:38:56.386 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-12-13T20:38:57.515Z[ recovery-image] Dec 13 20:38:56.421 INFO O| Dec 13 20:38:56.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68412024-12-13T20:38:57.517Z[ recovery-image] Dec 13 20:38:56.421 INFO O| Dec 13 20:38:56.421 INFO STEP 838 (remove_files) COMPLETE
68422024-12-13T20:38:57.517Z[ recovery-image] Dec 13 20:38:56.421 INFO O| Dec 13 20:38:56.421 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-12-13T20:38:57.536Z[ recovery-image] Dec 13 20:38:56.442 INFO O| Dec 13 20:38:56.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68442024-12-13T20:38:57.538Z[ recovery-image] Dec 13 20:38:56.442 INFO O| Dec 13 20:38:56.442 INFO STEP 839 (remove_files) COMPLETE
68452024-12-13T20:38:57.538Z[ recovery-image] Dec 13 20:38:56.443 INFO O| Dec 13 20:38:56.442 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-12-13T20:38:57.557Z[ recovery-image] Dec 13 20:38:56.463 INFO O| Dec 13 20:38:56.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68472024-12-13T20:38:57.568Z[ recovery-image] Dec 13 20:38:56.474 INFO O| Dec 13 20:38:56.474 INFO STEP 840 (remove_files) COMPLETE
68482024-12-13T20:38:57.568Z[ recovery-image] Dec 13 20:38:56.474 INFO O| Dec 13 20:38:56.474 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-12-13T20:38:57.621Z[ recovery-image] Dec 13 20:38:56.527 INFO O| Dec 13 20:38:56.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68502024-12-13T20:38:57.621Z[ recovery-image] Dec 13 20:38:56.527 INFO O| Dec 13 20:38:56.527 INFO STEP 841 (remove_files) COMPLETE
68512024-12-13T20:38:57.621Z[ recovery-image] Dec 13 20:38:56.527 INFO O| Dec 13 20:38:56.527 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-12-13T20:38:57.659Z[ recovery-image] Dec 13 20:38:56.565 INFO O| Dec 13 20:38:56.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68532024-12-13T20:38:57.663Z[ recovery-image] Dec 13 20:38:56.565 INFO O| Dec 13 20:38:56.565 INFO STEP 842 (remove_files) COMPLETE
68542024-12-13T20:38:57.663Z[ recovery-image] Dec 13 20:38:56.565 INFO O| Dec 13 20:38:56.565 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-12-13T20:38:57.697Z[ recovery-image] Dec 13 20:38:56.603 INFO O| Dec 13 20:38:56.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68562024-12-13T20:38:57.697Z[ recovery-image] Dec 13 20:38:56.603 INFO O| Dec 13 20:38:56.603 INFO STEP 843 (remove_files) COMPLETE
68572024-12-13T20:38:57.697Z[ recovery-image] Dec 13 20:38:56.603 INFO O| Dec 13 20:38:56.603 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-12-13T20:38:57.730Z[ recovery-image] Dec 13 20:38:56.636 INFO O| Dec 13 20:38:56.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68592024-12-13T20:38:57.730Z[ recovery-image] Dec 13 20:38:56.636 INFO O| Dec 13 20:38:56.636 INFO STEP 844 (remove_files) COMPLETE
68602024-12-13T20:38:57.730Z[ recovery-image] Dec 13 20:38:56.636 INFO O| Dec 13 20:38:56.636 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-12-13T20:38:57.758Z[ recovery-image] Dec 13 20:38:56.664 INFO O| Dec 13 20:38:56.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68622024-12-13T20:38:57.758Z[ recovery-image] Dec 13 20:38:56.664 INFO O| Dec 13 20:38:56.664 INFO STEP 845 (remove_files) COMPLETE
68632024-12-13T20:38:57.758Z[ recovery-image] Dec 13 20:38:56.664 INFO O| Dec 13 20:38:56.664 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-12-13T20:38:57.783Z[ recovery-image] Dec 13 20:38:56.689 INFO O| Dec 13 20:38:56.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68652024-12-13T20:38:57.783Z[ recovery-image] Dec 13 20:38:56.689 INFO O| Dec 13 20:38:56.689 INFO STEP 846 (remove_files) COMPLETE
68662024-12-13T20:38:57.783Z[ recovery-image] Dec 13 20:38:56.689 INFO O| Dec 13 20:38:56.689 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-12-13T20:38:57.807Z[ recovery-image] Dec 13 20:38:56.713 INFO O| Dec 13 20:38:56.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68682024-12-13T20:38:57.807Z[ recovery-image] Dec 13 20:38:56.713 INFO O| Dec 13 20:38:56.713 INFO STEP 847 (remove_files) COMPLETE
68692024-12-13T20:38:57.807Z[ recovery-image] Dec 13 20:38:56.713 INFO O| Dec 13 20:38:56.713 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-12-13T20:38:57.844Z[ recovery-image] Dec 13 20:38:56.750 INFO O| Dec 13 20:38:56.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68712024-12-13T20:38:57.844Z[ recovery-image] Dec 13 20:38:56.750 INFO O| Dec 13 20:38:56.750 INFO STEP 848 (remove_files) COMPLETE
68722024-12-13T20:38:57.844Z[ recovery-image] Dec 13 20:38:56.750 INFO O| Dec 13 20:38:56.750 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-12-13T20:38:57.871Z[ recovery-image] Dec 13 20:38:56.777 INFO O| Dec 13 20:38:56.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
68742024-12-13T20:38:57.871Z[ recovery-image] Dec 13 20:38:56.777 INFO O| Dec 13 20:38:56.777 INFO STEP 849 (remove_files) COMPLETE
68752024-12-13T20:38:57.871Z[ recovery-image] Dec 13 20:38:56.777 INFO O| Dec 13 20:38:56.777 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-12-13T20:38:57.903Z[ recovery-image] Dec 13 20:38:56.809 INFO O| Dec 13 20:38:56.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
68772024-12-13T20:38:57.903Z[ recovery-image] Dec 13 20:38:56.809 INFO O| Dec 13 20:38:56.809 INFO STEP 850 (remove_files) COMPLETE
68782024-12-13T20:38:57.903Z[ recovery-image] Dec 13 20:38:56.809 INFO O| Dec 13 20:38:56.809 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-12-13T20:38:57.926Z[ recovery-image] Dec 13 20:38:56.831 INFO O| Dec 13 20:38:56.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
68802024-12-13T20:38:57.926Z[ recovery-image] Dec 13 20:38:56.832 INFO O| Dec 13 20:38:56.832 INFO STEP 851 (remove_files) COMPLETE
68812024-12-13T20:38:57.926Z[ recovery-image] Dec 13 20:38:56.832 INFO O| Dec 13 20:38:56.832 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-12-13T20:38:57.948Z[ recovery-image] Dec 13 20:38:56.853 INFO O| Dec 13 20:38:56.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
68832024-12-13T20:38:57.948Z[ recovery-image] Dec 13 20:38:56.853 INFO O| Dec 13 20:38:56.853 INFO STEP 852 (remove_files) COMPLETE
68842024-12-13T20:38:57.948Z[ recovery-image] Dec 13 20:38:56.853 INFO O| Dec 13 20:38:56.853 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-12-13T20:38:57.970Z[ recovery-image] Dec 13 20:38:56.877 INFO O| Dec 13 20:38:56.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
68862024-12-13T20:38:57.971Z[ recovery-image] Dec 13 20:38:56.877 INFO O| Dec 13 20:38:56.877 INFO STEP 853 (remove_files) COMPLETE
68872024-12-13T20:38:57.980Z[ recovery-image] Dec 13 20:38:56.877 INFO O| Dec 13 20:38:56.877 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-12-13T20:38:57.994Z[ recovery-image] Dec 13 20:38:56.900 INFO O| Dec 13 20:38:56.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
68892024-12-13T20:38:58.003Z[ recovery-image] Dec 13 20:38:56.901 INFO O| Dec 13 20:38:56.900 INFO STEP 854 (remove_files) COMPLETE
68902024-12-13T20:38:58.003Z[ recovery-image] Dec 13 20:38:56.901 INFO O| Dec 13 20:38:56.901 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-12-13T20:38:58.017Z[ recovery-image] Dec 13 20:38:56.923 INFO O| Dec 13 20:38:56.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
68922024-12-13T20:38:58.017Z[ recovery-image] Dec 13 20:38:56.923 INFO O| Dec 13 20:38:56.923 INFO STEP 855 (remove_files) COMPLETE
68932024-12-13T20:38:58.017Z[ recovery-image] Dec 13 20:38:56.923 INFO O| Dec 13 20:38:56.923 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-12-13T20:38:58.039Z[ recovery-image] Dec 13 20:38:56.945 INFO O| Dec 13 20:38:56.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
68952024-12-13T20:38:58.039Z[ recovery-image] Dec 13 20:38:56.945 INFO O| Dec 13 20:38:56.945 INFO STEP 856 (remove_files) COMPLETE
68962024-12-13T20:38:58.039Z[ recovery-image] Dec 13 20:38:56.945 INFO O| Dec 13 20:38:56.945 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-12-13T20:38:58.063Z[ recovery-image] Dec 13 20:38:56.968 INFO O| Dec 13 20:38:56.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
68982024-12-13T20:38:58.064Z[ recovery-image] Dec 13 20:38:56.968 INFO O| Dec 13 20:38:56.968 INFO STEP 857 (remove_files) COMPLETE
68992024-12-13T20:38:58.067Z[ recovery-image] Dec 13 20:38:56.969 INFO O| Dec 13 20:38:56.968 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-12-13T20:38:58.092Z[ recovery-image] Dec 13 20:38:56.997 INFO O| Dec 13 20:38:56.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69012024-12-13T20:38:58.092Z[ recovery-image] Dec 13 20:38:56.997 INFO O| Dec 13 20:38:56.997 INFO STEP 858 (remove_files) COMPLETE
69022024-12-13T20:38:58.092Z[ recovery-image] Dec 13 20:38:56.997 INFO O| Dec 13 20:38:56.997 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-12-13T20:38:58.126Z[ recovery-image] Dec 13 20:38:57.031 INFO O| Dec 13 20:38:57.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69042024-12-13T20:38:58.126Z[ recovery-image] Dec 13 20:38:57.031 INFO O| Dec 13 20:38:57.031 INFO STEP 859 (remove_files) COMPLETE
69052024-12-13T20:38:58.126Z[ recovery-image] Dec 13 20:38:57.031 INFO O| Dec 13 20:38:57.031 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-12-13T20:38:58.170Z[ recovery-image] Dec 13 20:38:57.075 INFO O| Dec 13 20:38:57.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69072024-12-13T20:38:58.170Z[ recovery-image] Dec 13 20:38:57.075 INFO O| Dec 13 20:38:57.075 INFO STEP 860 (remove_files) COMPLETE
69082024-12-13T20:38:58.170Z[ recovery-image] Dec 13 20:38:57.075 INFO O| Dec 13 20:38:57.075 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-12-13T20:38:58.211Z[ recovery-image] Dec 13 20:38:57.117 INFO O| Dec 13 20:38:57.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69102024-12-13T20:38:58.213Z[ recovery-image] Dec 13 20:38:57.117 INFO O| Dec 13 20:38:57.117 INFO STEP 861 (remove_files) COMPLETE
69112024-12-13T20:38:58.213Z[ recovery-image] Dec 13 20:38:57.117 INFO O| Dec 13 20:38:57.117 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-12-13T20:38:58.236Z[ recovery-image] Dec 13 20:38:57.141 INFO O| Dec 13 20:38:57.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69132024-12-13T20:38:58.238Z[ recovery-image] Dec 13 20:38:57.142 INFO O| Dec 13 20:38:57.142 INFO STEP 862 (remove_files) COMPLETE
69142024-12-13T20:38:58.238Z[ recovery-image] Dec 13 20:38:57.142 INFO O| Dec 13 20:38:57.142 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-12-13T20:38:58.257Z[ recovery-image] Dec 13 20:38:57.163 INFO O| Dec 13 20:38:57.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69162024-12-13T20:38:58.257Z[ recovery-image] Dec 13 20:38:57.163 INFO O| Dec 13 20:38:57.163 INFO STEP 863 (remove_files) COMPLETE
69172024-12-13T20:38:58.257Z[ recovery-image] Dec 13 20:38:57.163 INFO O| Dec 13 20:38:57.163 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-12-13T20:38:58.289Z[ recovery-image] Dec 13 20:38:57.194 INFO O| Dec 13 20:38:57.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69192024-12-13T20:38:58.289Z[ recovery-image] Dec 13 20:38:57.195 INFO O| Dec 13 20:38:57.194 INFO STEP 864 (remove_files) COMPLETE
69202024-12-13T20:38:58.291Z[ recovery-image] Dec 13 20:38:57.195 INFO O| Dec 13 20:38:57.194 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-12-13T20:38:58.346Z[ recovery-image] Dec 13 20:38:57.252 INFO O| Dec 13 20:38:57.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69222024-12-13T20:38:58.346Z[ recovery-image] Dec 13 20:38:57.252 INFO O| Dec 13 20:38:57.252 INFO STEP 865 (remove_files) COMPLETE
69232024-12-13T20:38:58.350Z[ recovery-image] Dec 13 20:38:57.252 INFO O| Dec 13 20:38:57.252 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-12-13T20:38:58.400Z[ recovery-image] Dec 13 20:38:57.306 INFO O| Dec 13 20:38:57.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69252024-12-13T20:38:58.400Z[ recovery-image] Dec 13 20:38:57.306 INFO O| Dec 13 20:38:57.306 INFO STEP 866 (remove_files) COMPLETE
69262024-12-13T20:38:58.400Z[ recovery-image] Dec 13 20:38:57.306 INFO O| Dec 13 20:38:57.306 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-12-13T20:38:58.424Z[ recovery-image] Dec 13 20:38:57.330 INFO O| Dec 13 20:38:57.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69282024-12-13T20:38:58.424Z[ recovery-image] Dec 13 20:38:57.330 INFO O| Dec 13 20:38:57.330 INFO STEP 867 (remove_files) COMPLETE
69292024-12-13T20:38:58.424Z[ recovery-image] Dec 13 20:38:57.330 INFO O| Dec 13 20:38:57.330 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-12-13T20:38:58.465Z[ recovery-image] Dec 13 20:38:57.371 INFO O| Dec 13 20:38:57.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69312024-12-13T20:38:58.468Z[ recovery-image] Dec 13 20:38:57.372 INFO O| Dec 13 20:38:57.372 INFO STEP 868 (remove_files) COMPLETE
69322024-12-13T20:38:58.468Z[ recovery-image] Dec 13 20:38:57.372 INFO O| Dec 13 20:38:57.372 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-12-13T20:38:58.507Z[ recovery-image] Dec 13 20:38:57.413 INFO O| Dec 13 20:38:57.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69342024-12-13T20:38:58.507Z[ recovery-image] Dec 13 20:38:57.413 INFO O| Dec 13 20:38:57.413 INFO STEP 869 (remove_files) COMPLETE
69352024-12-13T20:38:58.508Z[ recovery-image] Dec 13 20:38:57.413 INFO O| Dec 13 20:38:57.413 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-12-13T20:38:58.532Z[ recovery-image] Dec 13 20:38:57.438 INFO O| Dec 13 20:38:57.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69372024-12-13T20:38:58.532Z[ recovery-image] Dec 13 20:38:57.438 INFO O| Dec 13 20:38:57.438 INFO STEP 870 (remove_files) COMPLETE
69382024-12-13T20:38:58.532Z[ recovery-image] Dec 13 20:38:57.438 INFO O| Dec 13 20:38:57.438 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-12-13T20:38:58.572Z[ recovery-image] Dec 13 20:38:57.477 INFO O| Dec 13 20:38:57.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69402024-12-13T20:38:58.572Z[ recovery-image] Dec 13 20:38:57.478 INFO O| Dec 13 20:38:57.477 INFO STEP 871 (remove_files) COMPLETE
69412024-12-13T20:38:58.572Z[ recovery-image] Dec 13 20:38:57.478 INFO O| Dec 13 20:38:57.477 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-12-13T20:38:58.597Z[ recovery-image] Dec 13 20:38:57.501 INFO O| Dec 13 20:38:57.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69432024-12-13T20:38:58.600Z[ recovery-image] Dec 13 20:38:57.502 INFO O| Dec 13 20:38:57.502 INFO STEP 872 (remove_files) COMPLETE
69442024-12-13T20:38:58.600Z[ recovery-image] Dec 13 20:38:57.502 INFO O| Dec 13 20:38:57.502 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-12-13T20:38:58.619Z[ recovery-image] Dec 13 20:38:57.525 INFO O| Dec 13 20:38:57.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69462024-12-13T20:38:58.622Z[ recovery-image] Dec 13 20:38:57.525 INFO O| Dec 13 20:38:57.525 INFO STEP 873 (remove_files) COMPLETE
69472024-12-13T20:38:58.622Z[ recovery-image] Dec 13 20:38:57.526 INFO O| Dec 13 20:38:57.525 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-12-13T20:38:58.643Z[ recovery-image] Dec 13 20:38:57.549 INFO O| Dec 13 20:38:57.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69492024-12-13T20:38:58.646Z[ recovery-image] Dec 13 20:38:57.550 INFO O| Dec 13 20:38:57.550 INFO STEP 874 (remove_files) COMPLETE
69502024-12-13T20:38:58.646Z[ recovery-image] Dec 13 20:38:57.550 INFO O| Dec 13 20:38:57.550 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-12-13T20:38:58.665Z[ recovery-image] Dec 13 20:38:57.571 INFO O| Dec 13 20:38:57.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69522024-12-13T20:38:58.665Z[ recovery-image] Dec 13 20:38:57.571 INFO O| Dec 13 20:38:57.571 INFO STEP 875 (remove_files) COMPLETE
69532024-12-13T20:38:58.665Z[ recovery-image] Dec 13 20:38:57.571 INFO O| Dec 13 20:38:57.571 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-12-13T20:38:58.687Z[ recovery-image] Dec 13 20:38:57.592 INFO O| Dec 13 20:38:57.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69552024-12-13T20:38:58.687Z[ recovery-image] Dec 13 20:38:57.593 INFO O| Dec 13 20:38:57.593 INFO STEP 876 (remove_files) COMPLETE
69562024-12-13T20:38:58.689Z[ recovery-image] Dec 13 20:38:57.593 INFO O| Dec 13 20:38:57.593 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-12-13T20:38:58.718Z[ recovery-image] Dec 13 20:38:57.624 INFO O| Dec 13 20:38:57.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69582024-12-13T20:38:58.718Z[ recovery-image] Dec 13 20:38:57.624 INFO O| Dec 13 20:38:57.624 INFO STEP 877 (remove_files) COMPLETE
69592024-12-13T20:38:58.718Z[ recovery-image] Dec 13 20:38:57.624 INFO O| Dec 13 20:38:57.624 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-12-13T20:38:58.743Z[ recovery-image] Dec 13 20:38:57.648 INFO O| Dec 13 20:38:57.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69612024-12-13T20:38:58.743Z[ recovery-image] Dec 13 20:38:57.648 INFO O| Dec 13 20:38:57.648 INFO STEP 878 (remove_files) COMPLETE
69622024-12-13T20:38:58.743Z[ recovery-image] Dec 13 20:38:57.648 INFO O| Dec 13 20:38:57.648 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-12-13T20:38:58.885Z[ recovery-image] Dec 13 20:38:57.791 INFO O| Dec 13 20:38:57.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69642024-12-13T20:38:58.885Z[ recovery-image] Dec 13 20:38:57.791 INFO O| Dec 13 20:38:57.791 INFO STEP 879 (remove_files) COMPLETE
69652024-12-13T20:38:58.885Z[ recovery-image] Dec 13 20:38:57.791 INFO O| Dec 13 20:38:57.791 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-12-13T20:38:58.907Z[ recovery-image] Dec 13 20:38:57.813 INFO O| Dec 13 20:38:57.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69672024-12-13T20:38:58.907Z[ recovery-image] Dec 13 20:38:57.813 INFO O| Dec 13 20:38:57.813 INFO STEP 880 (remove_files) COMPLETE
69682024-12-13T20:38:58.907Z[ recovery-image] Dec 13 20:38:57.813 INFO O| Dec 13 20:38:57.813 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-12-13T20:38:58.929Z[ recovery-image] Dec 13 20:38:57.834 INFO O| Dec 13 20:38:57.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
69702024-12-13T20:38:58.929Z[ recovery-image] Dec 13 20:38:57.834 INFO O| Dec 13 20:38:57.834 INFO STEP 881 (remove_files) COMPLETE
69712024-12-13T20:38:58.929Z[ recovery-image] Dec 13 20:38:57.834 INFO O| Dec 13 20:38:57.834 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-12-13T20:38:58.950Z[ recovery-image] Dec 13 20:38:57.856 INFO O| Dec 13 20:38:57.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
69732024-12-13T20:38:58.950Z[ recovery-image] Dec 13 20:38:57.856 INFO O| Dec 13 20:38:57.856 INFO STEP 882 (remove_files) COMPLETE
69742024-12-13T20:38:58.950Z[ recovery-image] Dec 13 20:38:57.856 INFO O| Dec 13 20:38:57.856 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-12-13T20:38:58.971Z[ recovery-image] Dec 13 20:38:57.877 INFO O| Dec 13 20:38:57.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
69762024-12-13T20:38:58.971Z[ recovery-image] Dec 13 20:38:57.877 INFO O| Dec 13 20:38:57.877 INFO STEP 883 (remove_files) COMPLETE
69772024-12-13T20:38:58.973Z[ recovery-image] Dec 13 20:38:57.877 INFO O| Dec 13 20:38:57.877 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-12-13T20:38:59.009Z[ recovery-image] Dec 13 20:38:57.913 INFO O| Dec 13 20:38:57.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
69792024-12-13T20:38:59.012Z[ recovery-image] Dec 13 20:38:57.913 INFO O| Dec 13 20:38:57.913 INFO STEP 884 (remove_files) COMPLETE
69802024-12-13T20:38:59.012Z[ recovery-image] Dec 13 20:38:57.913 INFO O| Dec 13 20:38:57.913 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-12-13T20:38:59.039Z[ recovery-image] Dec 13 20:38:57.945 INFO O| Dec 13 20:38:57.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
69822024-12-13T20:38:59.039Z[ recovery-image] Dec 13 20:38:57.945 INFO O| Dec 13 20:38:57.945 INFO STEP 885 (remove_files) COMPLETE
69832024-12-13T20:38:59.039Z[ recovery-image] Dec 13 20:38:57.945 INFO O| Dec 13 20:38:57.945 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-12-13T20:38:59.064Z[ recovery-image] Dec 13 20:38:57.969 INFO O| Dec 13 20:38:57.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
69852024-12-13T20:38:59.064Z[ recovery-image] Dec 13 20:38:57.969 INFO O| Dec 13 20:38:57.969 INFO STEP 886 (remove_files) COMPLETE
69862024-12-13T20:38:59.066Z[ recovery-image] Dec 13 20:38:57.969 INFO O| Dec 13 20:38:57.969 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-12-13T20:38:59.086Z[ recovery-image] Dec 13 20:38:57.992 INFO O| Dec 13 20:38:57.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
69882024-12-13T20:38:59.086Z[ recovery-image] Dec 13 20:38:57.992 INFO O| Dec 13 20:38:57.992 INFO STEP 887 (remove_files) COMPLETE
69892024-12-13T20:38:59.086Z[ recovery-image] Dec 13 20:38:57.992 INFO O| Dec 13 20:38:57.992 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-12-13T20:38:59.109Z[ recovery-image] Dec 13 20:38:58.015 INFO O| Dec 13 20:38:58.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
69912024-12-13T20:38:59.109Z[ recovery-image] Dec 13 20:38:58.015 INFO O| Dec 13 20:38:58.015 INFO STEP 888 (remove_files) COMPLETE
69922024-12-13T20:38:59.109Z[ recovery-image] Dec 13 20:38:58.015 INFO O| Dec 13 20:38:58.015 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-12-13T20:38:59.148Z[ recovery-image] Dec 13 20:38:58.054 INFO O| Dec 13 20:38:58.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
69942024-12-13T20:38:59.148Z[ recovery-image] Dec 13 20:38:58.054 INFO O| Dec 13 20:38:58.054 INFO STEP 889 (remove_files) COMPLETE
69952024-12-13T20:38:59.151Z[ recovery-image] Dec 13 20:38:58.054 INFO O| Dec 13 20:38:58.054 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-12-13T20:38:59.231Z[ recovery-image] Dec 13 20:38:58.137 INFO O| Dec 13 20:38:58.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
69972024-12-13T20:38:59.233Z[ recovery-image] Dec 13 20:38:58.137 INFO O| Dec 13 20:38:58.137 INFO STEP 890 (remove_files) COMPLETE
69982024-12-13T20:38:59.233Z[ recovery-image] Dec 13 20:38:58.137 INFO O| Dec 13 20:38:58.137 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-12-13T20:38:59.254Z[ host-image] Dec 13 20:38:58.160 INFO O| Dec 13 20:38:58.160 INFO O| Done
70002024-12-13T20:38:59.258Z[ recovery-image] Dec 13 20:38:58.161 INFO O| Dec 13 20:38:58.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70012024-12-13T20:38:59.258Z[ recovery-image] Dec 13 20:38:58.161 INFO O| Dec 13 20:38:58.161 INFO STEP 891 (remove_files) COMPLETE
70022024-12-13T20:38:59.258Z[ recovery-image] Dec 13 20:38:58.161 INFO O| Dec 13 20:38:58.161 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-12-13T20:38:59.280Z[ recovery-image] Dec 13 20:38:58.186 INFO O| Dec 13 20:38:58.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70042024-12-13T20:38:59.281Z[ recovery-image] Dec 13 20:38:58.186 INFO O| Dec 13 20:38:58.186 INFO STEP 892 (remove_files) COMPLETE
70052024-12-13T20:38:59.284Z[ recovery-image] Dec 13 20:38:58.186 INFO O| Dec 13 20:38:58.186 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-12-13T20:38:59.330Z[ host-image] Dec 13 20:38:58.235 INFO O| Dec 13 20:38:58.235 INFO O| Done
70072024-12-13T20:38:59.333Z[ host-image] Dec 13 20:38:58.236 INFO O| Dec 13 20:38:58.236 INFO O| Done
70082024-12-13T20:38:59.333Z[ recovery-image] Dec 13 20:38:58.236 INFO O| Dec 13 20:38:58.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70092024-12-13T20:38:59.333Z[ recovery-image] Dec 13 20:38:58.236 INFO O| Dec 13 20:38:58.236 INFO STEP 893 (remove_files) COMPLETE
70102024-12-13T20:38:59.333Z[ recovery-image] Dec 13 20:38:58.237 INFO O| Dec 13 20:38:58.236 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-12-13T20:38:59.355Z[ recovery-image] Dec 13 20:38:58.260 INFO O| Dec 13 20:38:58.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70122024-12-13T20:38:59.358Z[ recovery-image] Dec 13 20:38:58.260 INFO O| Dec 13 20:38:58.260 INFO STEP 894 (remove_files) COMPLETE
70132024-12-13T20:38:59.358Z[ recovery-image] Dec 13 20:38:58.260 INFO O| Dec 13 20:38:58.260 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-12-13T20:38:59.374Z[ recovery-image] Dec 13 20:38:58.280 INFO O| Dec 13 20:38:58.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70152024-12-13T20:38:59.376Z[ recovery-image] Dec 13 20:38:58.280 INFO O| Dec 13 20:38:58.280 INFO STEP 895 (remove_files) COMPLETE
70162024-12-13T20:38:59.377Z[ recovery-image] Dec 13 20:38:58.281 INFO O| Dec 13 20:38:58.280 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-12-13T20:38:59.399Z[ recovery-image] Dec 13 20:38:58.305 INFO O| Dec 13 20:38:58.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70182024-12-13T20:38:59.401Z[ recovery-image] Dec 13 20:38:58.305 INFO O| Dec 13 20:38:58.305 INFO STEP 896 (remove_files) COMPLETE
70192024-12-13T20:38:59.401Z[ recovery-image] Dec 13 20:38:58.305 INFO O| Dec 13 20:38:58.305 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-12-13T20:38:59.401Z[ host-image] Dec 13 20:38:58.305 INFO O| Dec 13 20:38:58.305 INFO O| Done
70212024-12-13T20:38:59.444Z[ recovery-image] Dec 13 20:38:58.350 INFO O| Dec 13 20:38:58.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70222024-12-13T20:38:59.444Z[ recovery-image] Dec 13 20:38:58.350 INFO O| Dec 13 20:38:58.350 INFO STEP 897 (remove_files) COMPLETE
70232024-12-13T20:38:59.447Z[ recovery-image] Dec 13 20:38:58.350 INFO O| Dec 13 20:38:58.350 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-12-13T20:38:59.503Z[ recovery-image] Dec 13 20:38:58.409 INFO O| Dec 13 20:38:58.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70252024-12-13T20:38:59.503Z[ recovery-image] Dec 13 20:38:58.409 INFO O| Dec 13 20:38:58.409 INFO STEP 898 (remove_files) COMPLETE
70262024-12-13T20:38:59.503Z[ recovery-image] Dec 13 20:38:58.409 INFO O| Dec 13 20:38:58.409 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-12-13T20:38:59.525Z[ recovery-image] Dec 13 20:38:58.431 INFO O| Dec 13 20:38:58.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70282024-12-13T20:38:59.529Z[ recovery-image] Dec 13 20:38:58.431 INFO O| Dec 13 20:38:58.431 INFO STEP 899 (remove_files) COMPLETE
70292024-12-13T20:38:59.529Z[ recovery-image] Dec 13 20:38:58.432 INFO O| Dec 13 20:38:58.431 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-12-13T20:38:59.564Z[ recovery-image] Dec 13 20:38:58.469 INFO O| Dec 13 20:38:58.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70312024-12-13T20:38:59.564Z[ recovery-image] Dec 13 20:38:58.469 INFO O| Dec 13 20:38:58.469 INFO STEP 900 (remove_files) COMPLETE
70322024-12-13T20:38:59.566Z[ recovery-image] Dec 13 20:38:58.469 INFO O| Dec 13 20:38:58.469 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-12-13T20:38:59.612Z[ recovery-image] Dec 13 20:38:58.502 INFO O| Dec 13 20:38:58.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70342024-12-13T20:38:59.612Z[ recovery-image] Dec 13 20:38:58.502 INFO O| Dec 13 20:38:58.502 INFO STEP 901 (remove_files) COMPLETE
70352024-12-13T20:38:59.615Z[ recovery-image] Dec 13 20:38:58.502 INFO O| Dec 13 20:38:58.502 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-12-13T20:38:59.615Z[ host-image] Dec 13 20:38:58.518 INFO O| Dec 13 20:38:58.518 INFO STEP 13 (pkg_install) COMPLETE
70372024-12-13T20:38:59.615Z[ host-image] Dec 13 20:38:58.518 INFO O| Dec 13 20:38:58.518 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
70382024-12-13T20:38:59.633Z[ host-image] Dec 13 20:38:58.539 INFO O| Dec 13 20:38:58.538 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
70392024-12-13T20:38:59.637Z[ recovery-image] Dec 13 20:38:58.543 INFO O| Dec 13 20:38:58.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70402024-12-13T20:38:59.637Z[ recovery-image] Dec 13 20:38:58.543 INFO O| Dec 13 20:38:58.543 INFO STEP 902 (remove_files) COMPLETE
70412024-12-13T20:38:59.640Z[ recovery-image] Dec 13 20:38:58.544 INFO O| Dec 13 20:38:58.543 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-12-13T20:38:59.694Z[ recovery-image] Dec 13 20:38:58.600 INFO O| Dec 13 20:38:58.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70432024-12-13T20:38:59.694Z[ recovery-image] Dec 13 20:38:58.600 INFO O| Dec 13 20:38:58.600 INFO STEP 903 (remove_files) COMPLETE
70442024-12-13T20:38:59.697Z[ recovery-image] Dec 13 20:38:58.600 INFO O| Dec 13 20:38:58.600 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-12-13T20:38:59.718Z[ recovery-image] Dec 13 20:38:58.624 INFO O| Dec 13 20:38:58.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70462024-12-13T20:38:59.718Z[ recovery-image] Dec 13 20:38:58.624 INFO O| Dec 13 20:38:58.624 INFO STEP 904 (remove_files) COMPLETE
70472024-12-13T20:38:59.721Z[ recovery-image] Dec 13 20:38:58.624 INFO O| Dec 13 20:38:58.624 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-12-13T20:38:59.741Z[ recovery-image] Dec 13 20:38:58.647 INFO O| Dec 13 20:38:58.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70492024-12-13T20:38:59.741Z[ recovery-image] Dec 13 20:38:58.647 INFO O| Dec 13 20:38:58.647 INFO STEP 905 (remove_files) COMPLETE
70502024-12-13T20:38:59.741Z[ recovery-image] Dec 13 20:38:58.647 INFO O| Dec 13 20:38:58.647 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-12-13T20:38:59.819Z[ recovery-image] Dec 13 20:38:58.725 INFO O| Dec 13 20:38:58.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70522024-12-13T20:38:59.819Z[ recovery-image] Dec 13 20:38:58.725 INFO O| Dec 13 20:38:58.725 INFO STEP 906 (remove_files) COMPLETE
70532024-12-13T20:38:59.819Z[ recovery-image] Dec 13 20:38:58.725 INFO O| Dec 13 20:38:58.725 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-12-13T20:38:59.844Z[ recovery-image] Dec 13 20:38:58.749 INFO O| Dec 13 20:38:58.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70552024-12-13T20:38:59.844Z[ recovery-image] Dec 13 20:38:58.750 INFO O| Dec 13 20:38:58.749 INFO STEP 907 (remove_files) COMPLETE
70562024-12-13T20:38:59.844Z[ recovery-image] Dec 13 20:38:58.750 INFO O| Dec 13 20:38:58.750 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-12-13T20:38:59.867Z[ recovery-image] Dec 13 20:38:58.773 INFO O| Dec 13 20:38:58.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70582024-12-13T20:38:59.867Z[ recovery-image] Dec 13 20:38:58.773 INFO O| Dec 13 20:38:58.773 INFO STEP 908 (remove_files) COMPLETE
70592024-12-13T20:38:59.867Z[ recovery-image] Dec 13 20:38:58.773 INFO O| Dec 13 20:38:58.773 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-12-13T20:38:59.890Z[ recovery-image] Dec 13 20:38:58.795 INFO O| Dec 13 20:38:58.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70612024-12-13T20:38:59.890Z[ recovery-image] Dec 13 20:38:58.796 INFO O| Dec 13 20:38:58.795 INFO STEP 909 (remove_files) COMPLETE
70622024-12-13T20:38:59.890Z[ recovery-image] Dec 13 20:38:58.796 INFO O| Dec 13 20:38:58.796 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-12-13T20:38:59.912Z[ recovery-image] Dec 13 20:38:58.818 INFO O| Dec 13 20:38:58.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70642024-12-13T20:38:59.913Z[ recovery-image] Dec 13 20:38:58.818 INFO O| Dec 13 20:38:58.818 INFO STEP 910 (remove_files) COMPLETE
70652024-12-13T20:38:59.913Z[ recovery-image] Dec 13 20:38:58.818 INFO O| Dec 13 20:38:58.818 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-12-13T20:38:59.975Z[ recovery-image] Dec 13 20:38:58.880 INFO O| Dec 13 20:38:58.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70672024-12-13T20:38:59.975Z[ recovery-image] Dec 13 20:38:58.880 INFO O| Dec 13 20:38:58.880 INFO STEP 911 (remove_files) COMPLETE
70682024-12-13T20:38:59.975Z[ recovery-image] Dec 13 20:38:58.880 INFO O| Dec 13 20:38:58.880 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-12-13T20:39:00.042Z[ recovery-image] Dec 13 20:38:58.948 INFO O| Dec 13 20:38:58.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70702024-12-13T20:39:00.042Z[ recovery-image] Dec 13 20:38:58.948 INFO O| Dec 13 20:38:58.948 INFO STEP 912 (remove_files) COMPLETE
70712024-12-13T20:39:00.045Z[ recovery-image] Dec 13 20:38:58.948 INFO O| Dec 13 20:38:58.948 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-12-13T20:39:00.064Z[ recovery-image] Dec 13 20:38:58.969 INFO O| Dec 13 20:38:58.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70732024-12-13T20:39:00.064Z[ recovery-image] Dec 13 20:38:58.969 INFO O| Dec 13 20:38:58.969 INFO STEP 913 (remove_files) COMPLETE
70742024-12-13T20:39:00.064Z[ recovery-image] Dec 13 20:38:58.969 INFO O| Dec 13 20:38:58.969 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-12-13T20:39:00.086Z[ recovery-image] Dec 13 20:38:58.991 INFO O| Dec 13 20:38:58.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
70762024-12-13T20:39:00.086Z[ recovery-image] Dec 13 20:38:58.991 INFO O| Dec 13 20:38:58.991 INFO STEP 914 (remove_files) COMPLETE
70772024-12-13T20:39:00.086Z[ recovery-image] Dec 13 20:38:58.991 INFO O| Dec 13 20:38:58.991 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-12-13T20:39:00.106Z[ recovery-image] Dec 13 20:38:59.012 INFO O| Dec 13 20:38:59.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
70792024-12-13T20:39:00.106Z[ recovery-image] Dec 13 20:38:59.012 INFO O| Dec 13 20:38:59.012 INFO STEP 915 (remove_files) COMPLETE
70802024-12-13T20:39:00.106Z[ recovery-image] Dec 13 20:38:59.012 INFO O| Dec 13 20:38:59.012 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-12-13T20:39:00.130Z[ recovery-image] Dec 13 20:38:59.036 INFO O| Dec 13 20:38:59.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
70822024-12-13T20:39:00.133Z[ recovery-image] Dec 13 20:38:59.036 INFO O| Dec 13 20:38:59.036 INFO STEP 916 (remove_files) COMPLETE
70832024-12-13T20:39:00.133Z[ recovery-image] Dec 13 20:38:59.036 INFO O| Dec 13 20:38:59.036 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-12-13T20:39:00.153Z[ recovery-image] Dec 13 20:38:59.058 INFO O| Dec 13 20:38:59.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
70852024-12-13T20:39:00.153Z[ recovery-image] Dec 13 20:38:59.058 INFO O| Dec 13 20:38:59.058 INFO STEP 917 (remove_files) COMPLETE
70862024-12-13T20:39:00.153Z[ recovery-image] Dec 13 20:38:59.058 INFO O| Dec 13 20:38:59.058 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-12-13T20:39:00.174Z[ recovery-image] Dec 13 20:38:59.080 INFO O| Dec 13 20:38:59.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
70882024-12-13T20:39:00.174Z[ recovery-image] Dec 13 20:38:59.080 INFO O| Dec 13 20:38:59.080 INFO STEP 918 (remove_files) COMPLETE
70892024-12-13T20:39:00.174Z[ recovery-image] Dec 13 20:38:59.080 INFO O| Dec 13 20:38:59.080 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-12-13T20:39:00.197Z[ recovery-image] Dec 13 20:38:59.102 INFO O| Dec 13 20:38:59.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
70912024-12-13T20:39:00.197Z[ recovery-image] Dec 13 20:38:59.102 INFO O| Dec 13 20:38:59.102 INFO STEP 919 (remove_files) COMPLETE
70922024-12-13T20:39:00.197Z[ recovery-image] Dec 13 20:38:59.102 INFO O| Dec 13 20:38:59.102 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-12-13T20:39:00.218Z[ recovery-image] Dec 13 20:38:59.123 INFO O| Dec 13 20:38:59.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
70942024-12-13T20:39:00.220Z[ recovery-image] Dec 13 20:38:59.124 INFO O| Dec 13 20:38:59.123 INFO STEP 920 (remove_files) COMPLETE
70952024-12-13T20:39:00.220Z[ recovery-image] Dec 13 20:38:59.124 INFO O| Dec 13 20:38:59.124 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-12-13T20:39:00.240Z[ recovery-image] Dec 13 20:38:59.146 INFO O| Dec 13 20:38:59.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
70972024-12-13T20:39:00.240Z[ recovery-image] Dec 13 20:38:59.146 INFO O| Dec 13 20:38:59.146 INFO STEP 921 (remove_files) COMPLETE
70982024-12-13T20:39:00.240Z[ recovery-image] Dec 13 20:38:59.146 INFO O| Dec 13 20:38:59.146 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-12-13T20:39:00.271Z[ recovery-image] Dec 13 20:38:59.177 INFO O| Dec 13 20:38:59.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71002024-12-13T20:39:00.271Z[ recovery-image] Dec 13 20:38:59.177 INFO O| Dec 13 20:38:59.177 INFO STEP 922 (remove_files) COMPLETE
71012024-12-13T20:39:00.271Z[ recovery-image] Dec 13 20:38:59.177 INFO O| Dec 13 20:38:59.177 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-12-13T20:39:00.304Z[ recovery-image] Dec 13 20:38:59.209 INFO O| Dec 13 20:38:59.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71032024-12-13T20:39:00.304Z[ recovery-image] Dec 13 20:38:59.210 INFO O| Dec 13 20:38:59.209 INFO STEP 923 (remove_files) COMPLETE
71042024-12-13T20:39:00.304Z[ recovery-image] Dec 13 20:38:59.210 INFO O| Dec 13 20:38:59.210 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-12-13T20:39:00.342Z[ recovery-image] Dec 13 20:38:59.248 INFO O| Dec 13 20:38:59.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71062024-12-13T20:39:00.342Z[ recovery-image] Dec 13 20:38:59.248 INFO O| Dec 13 20:38:59.248 INFO STEP 924 (remove_files) COMPLETE
71072024-12-13T20:39:00.347Z[ recovery-image] Dec 13 20:38:59.248 INFO O| Dec 13 20:38:59.248 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-12-13T20:39:00.390Z[ recovery-image] Dec 13 20:38:59.295 INFO O| Dec 13 20:38:59.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71092024-12-13T20:39:00.390Z[ recovery-image] Dec 13 20:38:59.295 INFO O| Dec 13 20:38:59.295 INFO STEP 925 (remove_files) COMPLETE
71102024-12-13T20:39:00.392Z[ recovery-image] Dec 13 20:38:59.295 INFO O| Dec 13 20:38:59.295 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-12-13T20:39:00.415Z[ recovery-image] Dec 13 20:38:59.321 INFO O| Dec 13 20:38:59.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71122024-12-13T20:39:00.436Z[ recovery-image] Dec 13 20:38:59.341 INFO O| Dec 13 20:38:59.341 INFO STEP 926 (remove_files) COMPLETE
71132024-12-13T20:39:00.436Z[ recovery-image] Dec 13 20:38:59.341 INFO O| Dec 13 20:38:59.341 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-12-13T20:39:00.536Z[ recovery-image] Dec 13 20:38:59.442 INFO O| Dec 13 20:38:59.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71152024-12-13T20:39:00.539Z[ recovery-image] Dec 13 20:38:59.442 INFO O| Dec 13 20:38:59.442 INFO STEP 927 (remove_files) COMPLETE
71162024-12-13T20:39:00.540Z[ recovery-image] Dec 13 20:38:59.442 INFO O| Dec 13 20:38:59.442 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-12-13T20:39:00.575Z[ recovery-image] Dec 13 20:38:59.480 INFO O| Dec 13 20:38:59.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71182024-12-13T20:39:00.575Z[ recovery-image] Dec 13 20:38:59.481 INFO O| Dec 13 20:38:59.481 INFO STEP 928 (remove_files) COMPLETE
71192024-12-13T20:39:00.577Z[ recovery-image] Dec 13 20:38:59.481 INFO O| Dec 13 20:38:59.481 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-12-13T20:39:00.600Z[ recovery-image] Dec 13 20:38:59.505 INFO O| Dec 13 20:38:59.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71212024-12-13T20:39:00.600Z[ recovery-image] Dec 13 20:38:59.506 INFO O| Dec 13 20:38:59.505 INFO STEP 929 (remove_files) COMPLETE
71222024-12-13T20:39:00.603Z[ recovery-image] Dec 13 20:38:59.506 INFO O| Dec 13 20:38:59.506 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-12-13T20:39:00.623Z[ recovery-image] Dec 13 20:38:59.528 INFO O| Dec 13 20:38:59.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71242024-12-13T20:39:00.625Z[ recovery-image] Dec 13 20:38:59.529 INFO O| Dec 13 20:38:59.529 INFO STEP 930 (remove_files) COMPLETE
71252024-12-13T20:39:00.625Z[ recovery-image] Dec 13 20:38:59.529 INFO O| Dec 13 20:38:59.529 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-12-13T20:39:00.644Z[ recovery-image] Dec 13 20:38:59.550 INFO O| Dec 13 20:38:59.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71272024-12-13T20:39:00.647Z[ recovery-image] Dec 13 20:38:59.550 INFO O| Dec 13 20:38:59.550 INFO STEP 931 (remove_files) COMPLETE
71282024-12-13T20:39:00.647Z[ recovery-image] Dec 13 20:38:59.550 INFO O| Dec 13 20:38:59.550 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-12-13T20:39:00.665Z[ recovery-image] Dec 13 20:38:59.571 INFO O| Dec 13 20:38:59.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71302024-12-13T20:39:00.668Z[ recovery-image] Dec 13 20:38:59.571 INFO O| Dec 13 20:38:59.571 INFO STEP 932 (remove_files) COMPLETE
71312024-12-13T20:39:00.668Z[ recovery-image] Dec 13 20:38:59.571 INFO O| Dec 13 20:38:59.571 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-12-13T20:39:00.687Z[ recovery-image] Dec 13 20:38:59.593 INFO O| Dec 13 20:38:59.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71332024-12-13T20:39:00.687Z[ recovery-image] Dec 13 20:38:59.593 INFO O| Dec 13 20:38:59.593 INFO STEP 933 (remove_files) COMPLETE
71342024-12-13T20:39:00.687Z[ recovery-image] Dec 13 20:38:59.593 INFO O| Dec 13 20:38:59.593 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-12-13T20:39:00.724Z[ recovery-image] Dec 13 20:38:59.630 INFO O| Dec 13 20:38:59.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71362024-12-13T20:39:00.727Z[ recovery-image] Dec 13 20:38:59.630 INFO O| Dec 13 20:38:59.630 INFO STEP 934 (remove_files) COMPLETE
71372024-12-13T20:39:00.727Z[ recovery-image] Dec 13 20:38:59.630 INFO O| Dec 13 20:38:59.630 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-12-13T20:39:00.749Z[ recovery-image] Dec 13 20:38:59.654 INFO O| Dec 13 20:38:59.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71392024-12-13T20:39:00.752Z[ recovery-image] Dec 13 20:38:59.655 INFO O| Dec 13 20:38:59.655 INFO STEP 935 (remove_files) COMPLETE
71402024-12-13T20:39:00.753Z[ recovery-image] Dec 13 20:38:59.655 INFO O| Dec 13 20:38:59.655 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-12-13T20:39:00.781Z[ host-image] Dec 13 20:38:59.687 INFO O| Dec 13 20:38:59.687 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
71422024-12-13T20:39:00.790Z[ recovery-image] Dec 13 20:38:59.696 INFO O| Dec 13 20:38:59.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71432024-12-13T20:39:00.793Z[ recovery-image] Dec 13 20:38:59.696 INFO O| Dec 13 20:38:59.696 INFO STEP 936 (remove_files) COMPLETE
71442024-12-13T20:39:00.793Z[ recovery-image] Dec 13 20:38:59.696 INFO O| Dec 13 20:38:59.696 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-12-13T20:39:00.835Z[ recovery-image] Dec 13 20:38:59.740 INFO O| Dec 13 20:38:59.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71462024-12-13T20:39:00.835Z[ recovery-image] Dec 13 20:38:59.741 INFO O| Dec 13 20:38:59.741 INFO STEP 937 (remove_files) COMPLETE
71472024-12-13T20:39:00.835Z[ recovery-image] Dec 13 20:38:59.741 INFO O| Dec 13 20:38:59.741 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-12-13T20:39:00.860Z[ recovery-image] Dec 13 20:38:59.765 INFO O| Dec 13 20:38:59.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71492024-12-13T20:39:00.860Z[ recovery-image] Dec 13 20:38:59.765 INFO O| Dec 13 20:38:59.765 INFO STEP 938 (remove_files) COMPLETE
71502024-12-13T20:39:00.862Z[ recovery-image] Dec 13 20:38:59.765 INFO O| Dec 13 20:38:59.765 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-12-13T20:39:00.919Z[ recovery-image] Dec 13 20:38:59.825 INFO O| Dec 13 20:38:59.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71522024-12-13T20:39:00.919Z[ recovery-image] Dec 13 20:38:59.825 INFO O| Dec 13 20:38:59.825 INFO STEP 939 (remove_files) COMPLETE
71532024-12-13T20:39:00.919Z[ recovery-image] Dec 13 20:38:59.825 INFO O| Dec 13 20:38:59.825 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-12-13T20:39:00.945Z[ recovery-image] Dec 13 20:38:59.850 INFO O| Dec 13 20:38:59.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71552024-12-13T20:39:00.945Z[ recovery-image] Dec 13 20:38:59.850 INFO O| Dec 13 20:38:59.850 INFO STEP 940 (remove_files) COMPLETE
71562024-12-13T20:39:00.945Z[ recovery-image] Dec 13 20:38:59.850 INFO O| Dec 13 20:38:59.850 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-12-13T20:39:00.982Z[ recovery-image] Dec 13 20:38:59.888 INFO O| Dec 13 20:38:59.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71582024-12-13T20:39:00.982Z[ recovery-image] Dec 13 20:38:59.888 INFO O| Dec 13 20:38:59.888 INFO STEP 941 (remove_files) COMPLETE
71592024-12-13T20:39:00.985Z[ recovery-image] Dec 13 20:38:59.888 INFO O| Dec 13 20:38:59.888 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-12-13T20:39:01.008Z[ recovery-image] Dec 13 20:38:59.914 INFO O| Dec 13 20:38:59.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71612024-12-13T20:39:01.008Z[ recovery-image] Dec 13 20:38:59.914 INFO O| Dec 13 20:38:59.914 INFO STEP 942 (remove_files) COMPLETE
71622024-12-13T20:39:01.012Z[ recovery-image] Dec 13 20:38:59.914 INFO O| Dec 13 20:38:59.914 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-12-13T20:39:01.049Z[ recovery-image] Dec 13 20:38:59.955 INFO O| Dec 13 20:38:59.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71642024-12-13T20:39:01.049Z[ recovery-image] Dec 13 20:38:59.955 INFO O| Dec 13 20:38:59.955 INFO STEP 943 (remove_files) COMPLETE
71652024-12-13T20:39:01.049Z[ recovery-image] Dec 13 20:38:59.955 INFO O| Dec 13 20:38:59.955 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-12-13T20:39:01.080Z[ recovery-image] Dec 13 20:38:59.985 INFO O| Dec 13 20:38:59.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71672024-12-13T20:39:01.080Z[ recovery-image] Dec 13 20:38:59.985 INFO O| Dec 13 20:38:59.985 INFO STEP 944 (remove_files) COMPLETE
71682024-12-13T20:39:01.082Z[ recovery-image] Dec 13 20:38:59.985 INFO O| Dec 13 20:38:59.985 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-12-13T20:39:01.104Z[ recovery-image] Dec 13 20:39:00.009 INFO O| Dec 13 20:39:00.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71702024-12-13T20:39:01.104Z[ recovery-image] Dec 13 20:39:00.009 INFO O| Dec 13 20:39:00.009 INFO STEP 945 (remove_files) COMPLETE
71712024-12-13T20:39:01.104Z[ recovery-image] Dec 13 20:39:00.009 INFO O| Dec 13 20:39:00.009 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-12-13T20:39:01.128Z[ recovery-image] Dec 13 20:39:00.033 INFO O| Dec 13 20:39:00.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71732024-12-13T20:39:01.128Z[ recovery-image] Dec 13 20:39:00.034 INFO O| Dec 13 20:39:00.033 INFO STEP 946 (remove_files) COMPLETE
71742024-12-13T20:39:01.128Z[ recovery-image] Dec 13 20:39:00.034 INFO O| Dec 13 20:39:00.034 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-12-13T20:39:01.152Z[ recovery-image] Dec 13 20:39:00.057 INFO O| Dec 13 20:39:00.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
71762024-12-13T20:39:01.152Z[ recovery-image] Dec 13 20:39:00.058 INFO O| Dec 13 20:39:00.058 INFO STEP 947 (remove_files) COMPLETE
71772024-12-13T20:39:01.152Z[ recovery-image] Dec 13 20:39:00.058 INFO O| Dec 13 20:39:00.058 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-12-13T20:39:01.176Z[ recovery-image] Dec 13 20:39:00.081 INFO O| Dec 13 20:39:00.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
71792024-12-13T20:39:01.176Z[ recovery-image] Dec 13 20:39:00.081 INFO O| Dec 13 20:39:00.081 INFO STEP 948 (remove_files) COMPLETE
71802024-12-13T20:39:01.176Z[ recovery-image] Dec 13 20:39:00.081 INFO O| Dec 13 20:39:00.081 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-12-13T20:39:01.208Z[ recovery-image] Dec 13 20:39:00.113 INFO O| Dec 13 20:39:00.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
71822024-12-13T20:39:01.211Z[ recovery-image] Dec 13 20:39:00.114 INFO O| Dec 13 20:39:00.114 INFO STEP 949 (remove_files) COMPLETE
71832024-12-13T20:39:01.211Z[ recovery-image] Dec 13 20:39:00.114 INFO O| Dec 13 20:39:00.114 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-12-13T20:39:01.234Z[ recovery-image] Dec 13 20:39:00.139 INFO O| Dec 13 20:39:00.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
71852024-12-13T20:39:01.237Z[ recovery-image] Dec 13 20:39:00.140 INFO O| Dec 13 20:39:00.139 INFO STEP 950 (remove_files) COMPLETE
71862024-12-13T20:39:01.237Z[ recovery-image] Dec 13 20:39:00.140 INFO O| Dec 13 20:39:00.140 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-12-13T20:39:01.269Z[ recovery-image] Dec 13 20:39:00.175 INFO O| Dec 13 20:39:00.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
71882024-12-13T20:39:01.269Z[ recovery-image] Dec 13 20:39:00.175 INFO O| Dec 13 20:39:00.175 INFO STEP 951 (remove_files) COMPLETE
71892024-12-13T20:39:01.269Z[ recovery-image] Dec 13 20:39:00.175 INFO O| Dec 13 20:39:00.175 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-12-13T20:39:01.302Z[ recovery-image] Dec 13 20:39:00.208 INFO O| Dec 13 20:39:00.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
71912024-12-13T20:39:01.303Z[ recovery-image] Dec 13 20:39:00.208 INFO O| Dec 13 20:39:00.208 INFO STEP 952 (remove_files) COMPLETE
71922024-12-13T20:39:01.305Z[ recovery-image] Dec 13 20:39:00.208 INFO O| Dec 13 20:39:00.208 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-12-13T20:39:01.352Z[ recovery-image] Dec 13 20:39:00.255 INFO O| Dec 13 20:39:00.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
71942024-12-13T20:39:01.352Z[ recovery-image] Dec 13 20:39:00.255 INFO O| Dec 13 20:39:00.255 INFO STEP 953 (remove_files) COMPLETE
71952024-12-13T20:39:01.355Z[ recovery-image] Dec 13 20:39:00.255 INFO O| Dec 13 20:39:00.255 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-12-13T20:39:01.386Z[ recovery-image] Dec 13 20:39:00.291 INFO O| Dec 13 20:39:00.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
71972024-12-13T20:39:01.389Z[ recovery-image] Dec 13 20:39:00.291 INFO O| Dec 13 20:39:00.291 INFO STEP 954 (remove_files) COMPLETE
71982024-12-13T20:39:01.389Z[ recovery-image] Dec 13 20:39:00.291 INFO O| Dec 13 20:39:00.291 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-12-13T20:39:01.411Z[ recovery-image] Dec 13 20:39:00.316 INFO O| Dec 13 20:39:00.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72002024-12-13T20:39:01.411Z[ recovery-image] Dec 13 20:39:00.316 INFO O| Dec 13 20:39:00.316 INFO STEP 955 (remove_files) COMPLETE
72012024-12-13T20:39:01.414Z[ recovery-image] Dec 13 20:39:00.317 INFO O| Dec 13 20:39:00.316 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-12-13T20:39:01.434Z[ recovery-image] Dec 13 20:39:00.340 INFO O| Dec 13 20:39:00.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72032024-12-13T20:39:01.435Z[ recovery-image] Dec 13 20:39:00.340 INFO O| Dec 13 20:39:00.340 INFO STEP 956 (remove_files) COMPLETE
72042024-12-13T20:39:01.437Z[ recovery-image] Dec 13 20:39:00.340 INFO O| Dec 13 20:39:00.340 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-12-13T20:39:01.477Z[ recovery-image] Dec 13 20:39:00.383 INFO O| Dec 13 20:39:00.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72062024-12-13T20:39:01.477Z[ recovery-image] Dec 13 20:39:00.383 INFO O| Dec 13 20:39:00.383 INFO STEP 957 (remove_files) COMPLETE
72072024-12-13T20:39:01.477Z[ recovery-image] Dec 13 20:39:00.383 INFO O| Dec 13 20:39:00.383 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-12-13T20:39:01.538Z[ recovery-image] Dec 13 20:39:00.443 INFO O| Dec 13 20:39:00.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72092024-12-13T20:39:01.538Z[ recovery-image] Dec 13 20:39:00.443 INFO O| Dec 13 20:39:00.443 INFO STEP 958 (remove_files) COMPLETE
72102024-12-13T20:39:01.538Z[ recovery-image] Dec 13 20:39:00.443 INFO O| Dec 13 20:39:00.443 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-12-13T20:39:01.578Z[ recovery-image] Dec 13 20:39:00.482 INFO O| Dec 13 20:39:00.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72122024-12-13T20:39:01.580Z[ recovery-image] Dec 13 20:39:00.482 INFO O| Dec 13 20:39:00.482 INFO STEP 959 (remove_files) COMPLETE
72132024-12-13T20:39:01.580Z[ recovery-image] Dec 13 20:39:00.482 INFO O| Dec 13 20:39:00.482 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-12-13T20:39:01.602Z[ recovery-image] Dec 13 20:39:00.507 INFO O| Dec 13 20:39:00.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72152024-12-13T20:39:01.604Z[ recovery-image] Dec 13 20:39:00.507 INFO O| Dec 13 20:39:00.507 INFO STEP 960 (remove_files) COMPLETE
72162024-12-13T20:39:01.604Z[ recovery-image] Dec 13 20:39:00.507 INFO O| Dec 13 20:39:00.507 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-12-13T20:39:01.633Z[ recovery-image] Dec 13 20:39:00.538 INFO O| Dec 13 20:39:00.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72182024-12-13T20:39:01.633Z[ recovery-image] Dec 13 20:39:00.539 INFO O| Dec 13 20:39:00.538 INFO STEP 961 (remove_files) COMPLETE
72192024-12-13T20:39:01.633Z[ recovery-image] Dec 13 20:39:00.539 INFO O| Dec 13 20:39:00.538 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-12-13T20:39:01.659Z[ recovery-image] Dec 13 20:39:00.565 INFO O| Dec 13 20:39:00.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72212024-12-13T20:39:01.659Z[ recovery-image] Dec 13 20:39:00.565 INFO O| Dec 13 20:39:00.565 INFO STEP 962 (remove_files) COMPLETE
72222024-12-13T20:39:01.662Z[ recovery-image] Dec 13 20:39:00.565 INFO O| Dec 13 20:39:00.565 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-12-13T20:39:01.695Z[ recovery-image] Dec 13 20:39:00.600 INFO O| Dec 13 20:39:00.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72242024-12-13T20:39:01.695Z[ recovery-image] Dec 13 20:39:00.600 INFO O| Dec 13 20:39:00.600 INFO STEP 963 (remove_files) COMPLETE
72252024-12-13T20:39:01.697Z[ recovery-image] Dec 13 20:39:00.600 INFO O| Dec 13 20:39:00.600 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-12-13T20:39:01.720Z[ recovery-image] Dec 13 20:39:00.625 INFO O| Dec 13 20:39:00.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72272024-12-13T20:39:01.720Z[ recovery-image] Dec 13 20:39:00.626 INFO O| Dec 13 20:39:00.626 INFO STEP 964 (remove_files) COMPLETE
72282024-12-13T20:39:01.720Z[ recovery-image] Dec 13 20:39:00.626 INFO O| Dec 13 20:39:00.626 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-12-13T20:39:01.745Z[ recovery-image] Dec 13 20:39:00.650 INFO O| Dec 13 20:39:00.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72302024-12-13T20:39:01.749Z[ recovery-image] Dec 13 20:39:00.651 INFO O| Dec 13 20:39:00.651 INFO STEP 965 (remove_files) COMPLETE
72312024-12-13T20:39:01.749Z[ recovery-image] Dec 13 20:39:00.651 INFO O| Dec 13 20:39:00.651 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-12-13T20:39:01.770Z[ recovery-image] Dec 13 20:39:00.676 INFO O| Dec 13 20:39:00.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72332024-12-13T20:39:01.770Z[ recovery-image] Dec 13 20:39:00.676 INFO O| Dec 13 20:39:00.676 INFO STEP 966 (remove_files) COMPLETE
72342024-12-13T20:39:01.770Z[ recovery-image] Dec 13 20:39:00.676 INFO O| Dec 13 20:39:00.676 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-12-13T20:39:01.796Z[ recovery-image] Dec 13 20:39:00.701 INFO O| Dec 13 20:39:00.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72362024-12-13T20:39:01.796Z[ recovery-image] Dec 13 20:39:00.702 INFO O| Dec 13 20:39:00.701 INFO STEP 967 (remove_files) COMPLETE
72372024-12-13T20:39:01.796Z[ recovery-image] Dec 13 20:39:00.702 INFO O| Dec 13 20:39:00.702 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-12-13T20:39:01.826Z[ recovery-image] Dec 13 20:39:00.731 INFO O| Dec 13 20:39:00.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72392024-12-13T20:39:01.826Z[ recovery-image] Dec 13 20:39:00.731 INFO O| Dec 13 20:39:00.731 INFO STEP 968 (remove_files) COMPLETE
72402024-12-13T20:39:01.826Z[ recovery-image] Dec 13 20:39:00.731 INFO O| Dec 13 20:39:00.731 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-12-13T20:39:01.851Z[ recovery-image] Dec 13 20:39:00.756 INFO O| Dec 13 20:39:00.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72422024-12-13T20:39:01.851Z[ recovery-image] Dec 13 20:39:00.756 INFO O| Dec 13 20:39:00.756 INFO STEP 969 (remove_files) COMPLETE
72432024-12-13T20:39:01.851Z[ recovery-image] Dec 13 20:39:00.756 INFO O| Dec 13 20:39:00.756 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-12-13T20:39:01.876Z[ recovery-image] Dec 13 20:39:00.782 INFO O| Dec 13 20:39:00.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72452024-12-13T20:39:01.876Z[ recovery-image] Dec 13 20:39:00.782 INFO O| Dec 13 20:39:00.782 INFO STEP 970 (remove_files) COMPLETE
72462024-12-13T20:39:01.879Z[ recovery-image] Dec 13 20:39:00.782 INFO O| Dec 13 20:39:00.782 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-12-13T20:39:01.903Z[ recovery-image] Dec 13 20:39:00.806 INFO O| Dec 13 20:39:00.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72482024-12-13T20:39:01.905Z[ recovery-image] Dec 13 20:39:00.806 INFO O| Dec 13 20:39:00.806 INFO STEP 971 (remove_files) COMPLETE
72492024-12-13T20:39:01.905Z[ recovery-image] Dec 13 20:39:00.806 INFO O| Dec 13 20:39:00.806 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-12-13T20:39:01.924Z[ recovery-image] Dec 13 20:39:00.830 INFO O| Dec 13 20:39:00.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72512024-12-13T20:39:01.924Z[ recovery-image] Dec 13 20:39:00.830 INFO O| Dec 13 20:39:00.830 INFO STEP 972 (remove_files) COMPLETE
72522024-12-13T20:39:01.927Z[ recovery-image] Dec 13 20:39:00.830 INFO O| Dec 13 20:39:00.830 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-12-13T20:39:01.988Z[ recovery-image] Dec 13 20:39:00.893 INFO O| Dec 13 20:39:00.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72542024-12-13T20:39:01.990Z[ recovery-image] Dec 13 20:39:00.893 INFO O| Dec 13 20:39:00.893 INFO STEP 973 (remove_files) COMPLETE
72552024-12-13T20:39:01.990Z[ recovery-image] Dec 13 20:39:00.894 INFO O| Dec 13 20:39:00.893 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-12-13T20:39:02.027Z[ recovery-image] Dec 13 20:39:00.932 INFO O| Dec 13 20:39:00.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72572024-12-13T20:39:02.027Z[ recovery-image] Dec 13 20:39:00.932 INFO O| Dec 13 20:39:00.932 INFO STEP 974 (remove_files) COMPLETE
72582024-12-13T20:39:02.027Z[ recovery-image] Dec 13 20:39:00.932 INFO O| Dec 13 20:39:00.932 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-12-13T20:39:02.051Z[ recovery-image] Dec 13 20:39:00.956 INFO O| Dec 13 20:39:00.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72602024-12-13T20:39:02.053Z[ recovery-image] Dec 13 20:39:00.956 INFO O| Dec 13 20:39:00.956 INFO STEP 975 (remove_files) COMPLETE
72612024-12-13T20:39:02.053Z[ recovery-image] Dec 13 20:39:00.956 INFO O| Dec 13 20:39:00.956 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-12-13T20:39:02.110Z[ recovery-image] Dec 13 20:39:01.016 INFO O| Dec 13 20:39:01.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72632024-12-13T20:39:02.110Z[ recovery-image] Dec 13 20:39:01.016 INFO O| Dec 13 20:39:01.016 INFO STEP 976 (remove_files) COMPLETE
72642024-12-13T20:39:02.110Z[ recovery-image] Dec 13 20:39:01.016 INFO O| Dec 13 20:39:01.016 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-12-13T20:39:02.156Z[ recovery-image] Dec 13 20:39:01.060 INFO O| Dec 13 20:39:01.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
72662024-12-13T20:39:02.175Z[ recovery-image] Dec 13 20:39:01.080 INFO O| Dec 13 20:39:01.080 INFO STEP 977 (remove_files) COMPLETE
72672024-12-13T20:39:02.175Z[ recovery-image] Dec 13 20:39:01.080 INFO O| Dec 13 20:39:01.080 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-12-13T20:39:02.234Z[ recovery-image] Dec 13 20:39:01.139 INFO O| Dec 13 20:39:01.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
72692024-12-13T20:39:02.234Z[ recovery-image] Dec 13 20:39:01.139 INFO O| Dec 13 20:39:01.139 INFO STEP 978 (remove_files) COMPLETE
72702024-12-13T20:39:02.234Z[ recovery-image] Dec 13 20:39:01.139 INFO O| Dec 13 20:39:01.139 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-12-13T20:39:02.258Z[ recovery-image] Dec 13 20:39:01.163 INFO O| Dec 13 20:39:01.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
72722024-12-13T20:39:02.258Z[ recovery-image] Dec 13 20:39:01.163 INFO O| Dec 13 20:39:01.163 INFO STEP 979 (remove_files) COMPLETE
72732024-12-13T20:39:02.258Z[ recovery-image] Dec 13 20:39:01.163 INFO O| Dec 13 20:39:01.163 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-12-13T20:39:02.287Z[ recovery-image] Dec 13 20:39:01.192 INFO O| Dec 13 20:39:01.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
72752024-12-13T20:39:02.287Z[ recovery-image] Dec 13 20:39:01.193 INFO O| Dec 13 20:39:01.192 INFO STEP 980 (remove_files) COMPLETE
72762024-12-13T20:39:02.287Z[ recovery-image] Dec 13 20:39:01.193 INFO O| Dec 13 20:39:01.192 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-12-13T20:39:02.375Z[ recovery-image] Dec 13 20:39:01.280 INFO O| Dec 13 20:39:01.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72782024-12-13T20:39:02.375Z[ recovery-image] Dec 13 20:39:01.280 INFO O| Dec 13 20:39:01.280 INFO STEP 981 (remove_files) COMPLETE
72792024-12-13T20:39:02.375Z[ recovery-image] Dec 13 20:39:01.280 INFO O| Dec 13 20:39:01.280 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-12-13T20:39:02.399Z[ recovery-image] Dec 13 20:39:01.304 INFO O| Dec 13 20:39:01.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
72812024-12-13T20:39:02.399Z[ recovery-image] Dec 13 20:39:01.305 INFO O| Dec 13 20:39:01.304 INFO STEP 982 (remove_files) COMPLETE
72822024-12-13T20:39:02.399Z[ recovery-image] Dec 13 20:39:01.305 INFO O| Dec 13 20:39:01.304 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-12-13T20:39:02.435Z[ recovery-image] Dec 13 20:39:01.340 INFO O| Dec 13 20:39:01.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
72842024-12-13T20:39:02.435Z[ recovery-image] Dec 13 20:39:01.340 INFO O| Dec 13 20:39:01.340 INFO STEP 983 (remove_files) COMPLETE
72852024-12-13T20:39:02.435Z[ recovery-image] Dec 13 20:39:01.340 INFO O| Dec 13 20:39:01.340 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-12-13T20:39:02.459Z[ recovery-image] Dec 13 20:39:01.365 INFO O| Dec 13 20:39:01.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
72872024-12-13T20:39:02.459Z[ recovery-image] Dec 13 20:39:01.365 INFO O| Dec 13 20:39:01.365 INFO STEP 984 (remove_files) COMPLETE
72882024-12-13T20:39:02.459Z[ recovery-image] Dec 13 20:39:01.365 INFO O| Dec 13 20:39:01.365 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-12-13T20:39:02.492Z[ recovery-image] Dec 13 20:39:01.397 INFO O| Dec 13 20:39:01.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
72902024-12-13T20:39:02.492Z[ recovery-image] Dec 13 20:39:01.397 INFO O| Dec 13 20:39:01.397 INFO STEP 985 (remove_files) COMPLETE
72912024-12-13T20:39:02.492Z[ recovery-image] Dec 13 20:39:01.397 INFO O| Dec 13 20:39:01.397 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-12-13T20:39:02.516Z[ recovery-image] Dec 13 20:39:01.421 INFO O| Dec 13 20:39:01.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
72932024-12-13T20:39:02.516Z[ recovery-image] Dec 13 20:39:01.421 INFO O| Dec 13 20:39:01.421 INFO STEP 986 (remove_files) COMPLETE
72942024-12-13T20:39:02.519Z[ recovery-image] Dec 13 20:39:01.422 INFO O| Dec 13 20:39:01.421 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-12-13T20:39:02.540Z[ recovery-image] Dec 13 20:39:01.445 INFO O| Dec 13 20:39:01.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
72962024-12-13T20:39:02.540Z[ recovery-image] Dec 13 20:39:01.446 INFO O| Dec 13 20:39:01.445 INFO STEP 987 (remove_files) COMPLETE
72972024-12-13T20:39:02.540Z[ recovery-image] Dec 13 20:39:01.446 INFO O| Dec 13 20:39:01.446 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-12-13T20:39:02.566Z[ recovery-image] Dec 13 20:39:01.471 INFO O| Dec 13 20:39:01.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
72992024-12-13T20:39:02.566Z[ recovery-image] Dec 13 20:39:01.471 INFO O| Dec 13 20:39:01.471 INFO STEP 988 (remove_files) COMPLETE
73002024-12-13T20:39:02.566Z[ recovery-image] Dec 13 20:39:01.471 INFO O| Dec 13 20:39:01.471 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-12-13T20:39:02.617Z[ recovery-image] Dec 13 20:39:01.522 INFO O| Dec 13 20:39:01.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73022024-12-13T20:39:02.617Z[ recovery-image] Dec 13 20:39:01.522 INFO O| Dec 13 20:39:01.522 INFO STEP 989 (remove_files) COMPLETE
73032024-12-13T20:39:02.620Z[ recovery-image] Dec 13 20:39:01.523 INFO O| Dec 13 20:39:01.522 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-12-13T20:39:02.678Z[ recovery-image] Dec 13 20:39:01.583 INFO O| Dec 13 20:39:01.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73052024-12-13T20:39:02.678Z[ recovery-image] Dec 13 20:39:01.583 INFO O| Dec 13 20:39:01.583 INFO STEP 990 (remove_files) COMPLETE
73062024-12-13T20:39:02.678Z[ recovery-image] Dec 13 20:39:01.583 INFO O| Dec 13 20:39:01.583 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-12-13T20:39:02.715Z[ recovery-image] Dec 13 20:39:01.620 INFO O| Dec 13 20:39:01.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73082024-12-13T20:39:02.718Z[ recovery-image] Dec 13 20:39:01.621 INFO O| Dec 13 20:39:01.621 INFO STEP 991 (remove_files) COMPLETE
73092024-12-13T20:39:02.718Z[ recovery-image] Dec 13 20:39:01.621 INFO O| Dec 13 20:39:01.621 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-12-13T20:39:02.742Z[ recovery-image] Dec 13 20:39:01.647 INFO O| Dec 13 20:39:01.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73112024-12-13T20:39:02.744Z[ recovery-image] Dec 13 20:39:01.647 INFO O| Dec 13 20:39:01.647 INFO STEP 992 (remove_files) COMPLETE
73122024-12-13T20:39:02.744Z[ recovery-image] Dec 13 20:39:01.648 INFO O| Dec 13 20:39:01.647 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-12-13T20:39:02.768Z[ recovery-image] Dec 13 20:39:01.673 INFO O| Dec 13 20:39:01.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73142024-12-13T20:39:02.770Z[ recovery-image] Dec 13 20:39:01.673 INFO O| Dec 13 20:39:01.673 INFO STEP 993 (remove_files) COMPLETE
73152024-12-13T20:39:02.770Z[ recovery-image] Dec 13 20:39:01.673 INFO O| Dec 13 20:39:01.673 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-12-13T20:39:02.794Z[ recovery-image] Dec 13 20:39:01.699 INFO O| Dec 13 20:39:01.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73172024-12-13T20:39:02.797Z[ recovery-image] Dec 13 20:39:01.700 INFO O| Dec 13 20:39:01.700 INFO STEP 994 (remove_files) COMPLETE
73182024-12-13T20:39:02.797Z[ recovery-image] Dec 13 20:39:01.700 INFO O| Dec 13 20:39:01.700 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-12-13T20:39:02.823Z[ recovery-image] Dec 13 20:39:01.728 INFO O| Dec 13 20:39:01.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73202024-12-13T20:39:02.825Z[ recovery-image] Dec 13 20:39:01.728 INFO O| Dec 13 20:39:01.728 INFO STEP 995 (remove_files) COMPLETE
73212024-12-13T20:39:02.826Z[ recovery-image] Dec 13 20:39:01.728 INFO O| Dec 13 20:39:01.728 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-12-13T20:39:02.851Z[ recovery-image] Dec 13 20:39:01.757 INFO O| Dec 13 20:39:01.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73232024-12-13T20:39:02.852Z[ recovery-image] Dec 13 20:39:01.757 INFO O| Dec 13 20:39:01.757 INFO STEP 996 (remove_files) COMPLETE
73242024-12-13T20:39:02.852Z[ recovery-image] Dec 13 20:39:01.757 INFO O| Dec 13 20:39:01.757 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-12-13T20:39:02.895Z[ recovery-image] Dec 13 20:39:01.800 INFO O| Dec 13 20:39:01.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73262024-12-13T20:39:02.896Z[ recovery-image] Dec 13 20:39:01.800 INFO O| Dec 13 20:39:01.800 INFO STEP 997 (remove_files) COMPLETE
73272024-12-13T20:39:02.896Z[ recovery-image] Dec 13 20:39:01.800 INFO O| Dec 13 20:39:01.800 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-12-13T20:39:02.921Z[ recovery-image] Dec 13 20:39:01.825 INFO O| Dec 13 20:39:01.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73292024-12-13T20:39:02.921Z[ recovery-image] Dec 13 20:39:01.826 INFO O| Dec 13 20:39:01.825 INFO STEP 998 (remove_files) COMPLETE
73302024-12-13T20:39:02.921Z[ recovery-image] Dec 13 20:39:01.826 INFO O| Dec 13 20:39:01.826 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-12-13T20:39:02.945Z[ recovery-image] Dec 13 20:39:01.849 INFO O| Dec 13 20:39:01.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73322024-12-13T20:39:02.945Z[ recovery-image] Dec 13 20:39:01.849 INFO O| Dec 13 20:39:01.849 INFO STEP 999 (remove_files) COMPLETE
73332024-12-13T20:39:02.945Z[ recovery-image] Dec 13 20:39:01.849 INFO O| Dec 13 20:39:01.849 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-12-13T20:39:02.966Z[ recovery-image] Dec 13 20:39:01.872 INFO O| Dec 13 20:39:01.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73352024-12-13T20:39:02.966Z[ recovery-image] Dec 13 20:39:01.872 INFO O| Dec 13 20:39:01.872 INFO STEP 1000 (remove_files) COMPLETE
73362024-12-13T20:39:02.969Z[ recovery-image] Dec 13 20:39:01.872 INFO O| Dec 13 20:39:01.872 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-12-13T20:39:02.990Z[ recovery-image] Dec 13 20:39:01.894 INFO O| Dec 13 20:39:01.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73382024-12-13T20:39:02.990Z[ recovery-image] Dec 13 20:39:01.894 INFO O| Dec 13 20:39:01.894 INFO STEP 1001 (remove_files) COMPLETE
73392024-12-13T20:39:02.990Z[ recovery-image] Dec 13 20:39:01.894 INFO O| Dec 13 20:39:01.894 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-12-13T20:39:03.011Z[ recovery-image] Dec 13 20:39:01.916 INFO O| Dec 13 20:39:01.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73412024-12-13T20:39:03.011Z[ recovery-image] Dec 13 20:39:01.916 INFO O| Dec 13 20:39:01.916 INFO STEP 1002 (remove_files) COMPLETE
73422024-12-13T20:39:03.014Z[ recovery-image] Dec 13 20:39:01.916 INFO O| Dec 13 20:39:01.916 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-12-13T20:39:03.033Z[ recovery-image] Dec 13 20:39:01.938 INFO O| Dec 13 20:39:01.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73442024-12-13T20:39:03.033Z[ recovery-image] Dec 13 20:39:01.938 INFO O| Dec 13 20:39:01.938 INFO STEP 1003 (remove_files) COMPLETE
73452024-12-13T20:39:03.036Z[ recovery-image] Dec 13 20:39:01.939 INFO O| Dec 13 20:39:01.938 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-12-13T20:39:03.069Z[ recovery-image] Dec 13 20:39:01.974 INFO O| Dec 13 20:39:01.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73472024-12-13T20:39:03.069Z[ recovery-image] Dec 13 20:39:01.974 INFO O| Dec 13 20:39:01.974 INFO STEP 1004 (remove_files) COMPLETE
73482024-12-13T20:39:03.072Z[ recovery-image] Dec 13 20:39:01.974 INFO O| Dec 13 20:39:01.974 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-12-13T20:39:03.095Z[ recovery-image] Dec 13 20:39:02.000 INFO O| Dec 13 20:39:02.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73502024-12-13T20:39:03.095Z[ recovery-image] Dec 13 20:39:02.000 INFO O| Dec 13 20:39:02.000 INFO STEP 1005 (remove_files) COMPLETE
73512024-12-13T20:39:03.095Z[ recovery-image] Dec 13 20:39:02.000 INFO O| Dec 13 20:39:02.000 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-12-13T20:39:03.121Z[ recovery-image] Dec 13 20:39:02.026 INFO O| Dec 13 20:39:02.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73532024-12-13T20:39:03.121Z[ recovery-image] Dec 13 20:39:02.026 INFO O| Dec 13 20:39:02.026 INFO STEP 1006 (remove_files) COMPLETE
73542024-12-13T20:39:03.123Z[ recovery-image] Dec 13 20:39:02.026 INFO O| Dec 13 20:39:02.026 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-12-13T20:39:03.184Z[ recovery-image] Dec 13 20:39:02.089 INFO O| Dec 13 20:39:02.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73562024-12-13T20:39:03.184Z[ recovery-image] Dec 13 20:39:02.089 INFO O| Dec 13 20:39:02.089 INFO STEP 1007 (remove_files) COMPLETE
73572024-12-13T20:39:03.187Z[ recovery-image] Dec 13 20:39:02.089 INFO O| Dec 13 20:39:02.089 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-12-13T20:39:03.228Z[ recovery-image] Dec 13 20:39:02.133 INFO O| Dec 13 20:39:02.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73592024-12-13T20:39:03.228Z[ recovery-image] Dec 13 20:39:02.133 INFO O| Dec 13 20:39:02.133 INFO STEP 1008 (remove_files) COMPLETE
73602024-12-13T20:39:03.228Z[ recovery-image] Dec 13 20:39:02.133 INFO O| Dec 13 20:39:02.133 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-12-13T20:39:03.255Z[ recovery-image] Dec 13 20:39:02.159 INFO O| Dec 13 20:39:02.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73622024-12-13T20:39:03.255Z[ recovery-image] Dec 13 20:39:02.159 INFO O| Dec 13 20:39:02.159 INFO STEP 1009 (remove_files) COMPLETE
73632024-12-13T20:39:03.255Z[ recovery-image] Dec 13 20:39:02.159 INFO O| Dec 13 20:39:02.159 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-12-13T20:39:03.285Z[ recovery-image] Dec 13 20:39:02.190 INFO O| Dec 13 20:39:02.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73652024-12-13T20:39:03.285Z[ recovery-image] Dec 13 20:39:02.190 INFO O| Dec 13 20:39:02.190 INFO STEP 1010 (remove_files) COMPLETE
73662024-12-13T20:39:03.285Z[ recovery-image] Dec 13 20:39:02.190 INFO O| Dec 13 20:39:02.190 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-12-13T20:39:03.319Z[ recovery-image] Dec 13 20:39:02.224 INFO O| Dec 13 20:39:02.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73682024-12-13T20:39:03.322Z[ recovery-image] Dec 13 20:39:02.224 INFO O| Dec 13 20:39:02.224 INFO STEP 1011 (remove_files) COMPLETE
73692024-12-13T20:39:03.322Z[ recovery-image] Dec 13 20:39:02.224 INFO O| Dec 13 20:39:02.224 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-12-13T20:39:03.361Z[ recovery-image] Dec 13 20:39:02.264 INFO O| Dec 13 20:39:02.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73712024-12-13T20:39:03.361Z[ recovery-image] Dec 13 20:39:02.265 INFO O| Dec 13 20:39:02.265 INFO STEP 1012 (remove_files) COMPLETE
73722024-12-13T20:39:03.361Z[ recovery-image] Dec 13 20:39:02.265 INFO O| Dec 13 20:39:02.265 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-12-13T20:39:03.383Z[ recovery-image] Dec 13 20:39:02.288 INFO O| Dec 13 20:39:02.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73742024-12-13T20:39:03.386Z[ recovery-image] Dec 13 20:39:02.289 INFO O| Dec 13 20:39:02.289 INFO STEP 1013 (remove_files) COMPLETE
73752024-12-13T20:39:03.386Z[ recovery-image] Dec 13 20:39:02.289 INFO O| Dec 13 20:39:02.289 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-12-13T20:39:03.428Z[ recovery-image] Dec 13 20:39:02.333 INFO O| Dec 13 20:39:02.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73772024-12-13T20:39:03.430Z[ recovery-image] Dec 13 20:39:02.333 INFO O| Dec 13 20:39:02.333 INFO STEP 1014 (remove_files) COMPLETE
73782024-12-13T20:39:03.430Z[ recovery-image] Dec 13 20:39:02.333 INFO O| Dec 13 20:39:02.333 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-12-13T20:39:03.453Z[ recovery-image] Dec 13 20:39:02.358 INFO O| Dec 13 20:39:02.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
73802024-12-13T20:39:03.453Z[ recovery-image] Dec 13 20:39:02.358 INFO O| Dec 13 20:39:02.358 INFO STEP 1015 (remove_files) COMPLETE
73812024-12-13T20:39:03.456Z[ recovery-image] Dec 13 20:39:02.358 INFO O| Dec 13 20:39:02.358 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-12-13T20:39:03.477Z[ recovery-image] Dec 13 20:39:02.382 INFO O| Dec 13 20:39:02.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
73832024-12-13T20:39:03.477Z[ recovery-image] Dec 13 20:39:02.382 INFO O| Dec 13 20:39:02.382 INFO STEP 1016 (remove_files) COMPLETE
73842024-12-13T20:39:03.477Z[ recovery-image] Dec 13 20:39:02.382 INFO O| Dec 13 20:39:02.382 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-12-13T20:39:03.502Z[ recovery-image] Dec 13 20:39:02.407 INFO O| Dec 13 20:39:02.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
73862024-12-13T20:39:03.502Z[ recovery-image] Dec 13 20:39:02.407 INFO O| Dec 13 20:39:02.407 INFO STEP 1017 (remove_files) COMPLETE
73872024-12-13T20:39:03.504Z[ recovery-image] Dec 13 20:39:02.407 INFO O| Dec 13 20:39:02.407 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-12-13T20:39:03.527Z[ recovery-image] Dec 13 20:39:02.432 INFO O| Dec 13 20:39:02.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
73892024-12-13T20:39:03.527Z[ recovery-image] Dec 13 20:39:02.432 INFO O| Dec 13 20:39:02.432 INFO STEP 1018 (remove_files) COMPLETE
73902024-12-13T20:39:03.531Z[ recovery-image] Dec 13 20:39:02.432 INFO O| Dec 13 20:39:02.432 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-12-13T20:39:03.552Z[ recovery-image] Dec 13 20:39:02.457 INFO O| Dec 13 20:39:02.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
73922024-12-13T20:39:03.552Z[ recovery-image] Dec 13 20:39:02.458 INFO O| Dec 13 20:39:02.458 INFO STEP 1019 (remove_files) COMPLETE
73932024-12-13T20:39:03.552Z[ recovery-image] Dec 13 20:39:02.458 INFO O| Dec 13 20:39:02.458 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-12-13T20:39:03.578Z[ recovery-image] Dec 13 20:39:02.483 INFO O| Dec 13 20:39:02.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
73952024-12-13T20:39:03.581Z[ recovery-image] Dec 13 20:39:02.483 INFO O| Dec 13 20:39:02.483 INFO STEP 1020 (remove_files) COMPLETE
73962024-12-13T20:39:03.581Z[ recovery-image] Dec 13 20:39:02.483 INFO O| Dec 13 20:39:02.483 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-12-13T20:39:03.617Z[ recovery-image] Dec 13 20:39:02.522 INFO O| Dec 13 20:39:02.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
73982024-12-13T20:39:03.619Z[ recovery-image] Dec 13 20:39:02.522 INFO O| Dec 13 20:39:02.522 INFO STEP 1021 (remove_files) COMPLETE
73992024-12-13T20:39:03.619Z[ recovery-image] Dec 13 20:39:02.522 INFO O| Dec 13 20:39:02.522 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-12-13T20:39:03.644Z[ recovery-image] Dec 13 20:39:02.549 INFO O| Dec 13 20:39:02.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74012024-12-13T20:39:03.644Z[ recovery-image] Dec 13 20:39:02.549 INFO O| Dec 13 20:39:02.549 INFO STEP 1022 (remove_files) COMPLETE
74022024-12-13T20:39:03.647Z[ recovery-image] Dec 13 20:39:02.549 INFO O| Dec 13 20:39:02.549 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-12-13T20:39:03.792Z[ recovery-image] Dec 13 20:39:02.697 INFO O| Dec 13 20:39:02.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74042024-12-13T20:39:03.795Z[ recovery-image] Dec 13 20:39:02.698 INFO O| Dec 13 20:39:02.697 INFO STEP 1023 (remove_files) COMPLETE
74052024-12-13T20:39:03.795Z[ recovery-image] Dec 13 20:39:02.698 INFO O| Dec 13 20:39:02.697 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-12-13T20:39:03.881Z[ recovery-image] Dec 13 20:39:02.786 INFO O| Dec 13 20:39:02.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74072024-12-13T20:39:03.881Z[ recovery-image] Dec 13 20:39:02.786 INFO O| Dec 13 20:39:02.786 INFO STEP 1024 (remove_files) COMPLETE
74082024-12-13T20:39:03.881Z[ recovery-image] Dec 13 20:39:02.786 INFO O| Dec 13 20:39:02.786 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-12-13T20:39:03.943Z[ recovery-image] Dec 13 20:39:02.848 INFO O| Dec 13 20:39:02.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74102024-12-13T20:39:03.943Z[ recovery-image] Dec 13 20:39:02.848 INFO O| Dec 13 20:39:02.848 INFO STEP 1025 (remove_files) COMPLETE
74112024-12-13T20:39:03.943Z[ recovery-image] Dec 13 20:39:02.848 INFO O| Dec 13 20:39:02.848 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-12-13T20:39:03.987Z[ recovery-image] Dec 13 20:39:02.891 INFO O| Dec 13 20:39:02.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74132024-12-13T20:39:03.990Z[ recovery-image] Dec 13 20:39:02.891 INFO O| Dec 13 20:39:02.891 INFO STEP 1026 (remove_files) COMPLETE
74142024-12-13T20:39:03.990Z[ recovery-image] Dec 13 20:39:02.891 INFO O| Dec 13 20:39:02.891 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-12-13T20:39:04.009Z[ recovery-image] Dec 13 20:39:02.914 INFO O| Dec 13 20:39:02.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74162024-12-13T20:39:04.009Z[ recovery-image] Dec 13 20:39:02.914 INFO O| Dec 13 20:39:02.914 INFO STEP 1027 (remove_files) COMPLETE
74172024-12-13T20:39:04.009Z[ recovery-image] Dec 13 20:39:02.914 INFO O| Dec 13 20:39:02.914 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-12-13T20:39:04.114Z[ recovery-image] Dec 13 20:39:03.019 INFO O| Dec 13 20:39:03.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74192024-12-13T20:39:04.114Z[ recovery-image] Dec 13 20:39:03.019 INFO O| Dec 13 20:39:03.019 INFO STEP 1028 (remove_files) COMPLETE
74202024-12-13T20:39:04.114Z[ recovery-image] Dec 13 20:39:03.019 INFO O| Dec 13 20:39:03.019 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-12-13T20:39:04.141Z[ recovery-image] Dec 13 20:39:03.046 INFO O| Dec 13 20:39:03.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74222024-12-13T20:39:04.141Z[ recovery-image] Dec 13 20:39:03.046 INFO O| Dec 13 20:39:03.046 INFO STEP 1029 (remove_files) COMPLETE
74232024-12-13T20:39:04.145Z[ recovery-image] Dec 13 20:39:03.046 INFO O| Dec 13 20:39:03.046 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-12-13T20:39:04.167Z[ recovery-image] Dec 13 20:39:03.072 INFO O| Dec 13 20:39:03.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74252024-12-13T20:39:04.167Z[ recovery-image] Dec 13 20:39:03.072 INFO O| Dec 13 20:39:03.072 INFO STEP 1030 (remove_files) COMPLETE
74262024-12-13T20:39:04.167Z[ recovery-image] Dec 13 20:39:03.072 INFO O| Dec 13 20:39:03.072 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-12-13T20:39:04.189Z[ recovery-image] Dec 13 20:39:03.093 INFO O| Dec 13 20:39:03.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74282024-12-13T20:39:04.189Z[ recovery-image] Dec 13 20:39:03.093 INFO O| Dec 13 20:39:03.093 INFO STEP 1031 (remove_files) COMPLETE
74292024-12-13T20:39:04.189Z[ recovery-image] Dec 13 20:39:03.093 INFO O| Dec 13 20:39:03.093 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-12-13T20:39:04.210Z[ recovery-image] Dec 13 20:39:03.114 INFO O| Dec 13 20:39:03.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74312024-12-13T20:39:04.210Z[ recovery-image] Dec 13 20:39:03.115 INFO O| Dec 13 20:39:03.114 INFO STEP 1032 (remove_files) COMPLETE
74322024-12-13T20:39:04.210Z[ recovery-image] Dec 13 20:39:03.115 INFO O| Dec 13 20:39:03.115 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-12-13T20:39:04.232Z[ recovery-image] Dec 13 20:39:03.137 INFO O| Dec 13 20:39:03.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74342024-12-13T20:39:04.232Z[ recovery-image] Dec 13 20:39:03.137 INFO O| Dec 13 20:39:03.137 INFO STEP 1033 (remove_files) COMPLETE
74352024-12-13T20:39:04.232Z[ recovery-image] Dec 13 20:39:03.137 INFO O| Dec 13 20:39:03.137 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-12-13T20:39:04.253Z[ recovery-image] Dec 13 20:39:03.159 INFO O| Dec 13 20:39:03.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74372024-12-13T20:39:04.254Z[ recovery-image] Dec 13 20:39:03.159 INFO O| Dec 13 20:39:03.159 INFO STEP 1034 (remove_files) COMPLETE
74382024-12-13T20:39:04.256Z[ recovery-image] Dec 13 20:39:03.159 INFO O| Dec 13 20:39:03.159 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-12-13T20:39:04.297Z[ recovery-image] Dec 13 20:39:03.202 INFO O| Dec 13 20:39:03.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74402024-12-13T20:39:04.297Z[ recovery-image] Dec 13 20:39:03.202 INFO O| Dec 13 20:39:03.202 INFO STEP 1035 (remove_files) COMPLETE
74412024-12-13T20:39:04.297Z[ recovery-image] Dec 13 20:39:03.202 INFO O| Dec 13 20:39:03.202 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-12-13T20:39:04.336Z[ recovery-image] Dec 13 20:39:03.240 INFO O| Dec 13 20:39:03.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74432024-12-13T20:39:04.339Z[ recovery-image] Dec 13 20:39:03.241 INFO O| Dec 13 20:39:03.241 INFO STEP 1036 (remove_files) COMPLETE
74442024-12-13T20:39:04.339Z[ recovery-image] Dec 13 20:39:03.241 INFO O| Dec 13 20:39:03.241 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-12-13T20:39:04.361Z[ recovery-image] Dec 13 20:39:03.265 INFO O| Dec 13 20:39:03.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74462024-12-13T20:39:04.366Z[ recovery-image] Dec 13 20:39:03.266 INFO O| Dec 13 20:39:03.266 INFO STEP 1037 (remove_files) COMPLETE
74472024-12-13T20:39:04.366Z[ recovery-image] Dec 13 20:39:03.266 INFO O| Dec 13 20:39:03.266 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-12-13T20:39:04.413Z[ recovery-image] Dec 13 20:39:03.318 INFO O| Dec 13 20:39:03.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74492024-12-13T20:39:04.418Z[ recovery-image] Dec 13 20:39:03.318 INFO O| Dec 13 20:39:03.318 INFO STEP 1038 (remove_files) COMPLETE
74502024-12-13T20:39:04.418Z[ recovery-image] Dec 13 20:39:03.318 INFO O| Dec 13 20:39:03.318 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-12-13T20:39:04.437Z[ recovery-image] Dec 13 20:39:03.342 INFO O| Dec 13 20:39:03.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74522024-12-13T20:39:04.440Z[ recovery-image] Dec 13 20:39:03.343 INFO O| Dec 13 20:39:03.343 INFO STEP 1039 (remove_files) COMPLETE
74532024-12-13T20:39:04.440Z[ recovery-image] Dec 13 20:39:03.343 INFO O| Dec 13 20:39:03.343 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-12-13T20:39:04.476Z[ recovery-image] Dec 13 20:39:03.381 INFO O| Dec 13 20:39:03.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74552024-12-13T20:39:04.479Z[ recovery-image] Dec 13 20:39:03.382 INFO O| Dec 13 20:39:03.382 INFO STEP 1040 (remove_files) COMPLETE
74562024-12-13T20:39:04.479Z[ recovery-image] Dec 13 20:39:03.382 INFO O| Dec 13 20:39:03.382 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-12-13T20:39:04.498Z[ recovery-image] Dec 13 20:39:03.403 INFO O| Dec 13 20:39:03.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74582024-12-13T20:39:04.501Z[ recovery-image] Dec 13 20:39:03.403 INFO O| Dec 13 20:39:03.403 INFO STEP 1041 (remove_files) COMPLETE
74592024-12-13T20:39:04.501Z[ recovery-image] Dec 13 20:39:03.404 INFO O| Dec 13 20:39:03.403 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-12-13T20:39:04.520Z[ recovery-image] Dec 13 20:39:03.425 INFO O| Dec 13 20:39:03.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74612024-12-13T20:39:04.520Z[ recovery-image] Dec 13 20:39:03.425 INFO O| Dec 13 20:39:03.425 INFO STEP 1042 (remove_files) COMPLETE
74622024-12-13T20:39:04.523Z[ recovery-image] Dec 13 20:39:03.425 INFO O| Dec 13 20:39:03.425 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-12-13T20:39:04.543Z[ recovery-image] Dec 13 20:39:03.448 INFO O| Dec 13 20:39:03.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74642024-12-13T20:39:04.544Z[ recovery-image] Dec 13 20:39:03.448 INFO O| Dec 13 20:39:03.448 INFO STEP 1043 (remove_files) COMPLETE
74652024-12-13T20:39:04.544Z[ recovery-image] Dec 13 20:39:03.448 INFO O| Dec 13 20:39:03.448 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-12-13T20:39:04.566Z[ recovery-image] Dec 13 20:39:03.471 INFO O| Dec 13 20:39:03.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74672024-12-13T20:39:04.569Z[ recovery-image] Dec 13 20:39:03.471 INFO O| Dec 13 20:39:03.471 INFO STEP 1044 (remove_files) COMPLETE
74682024-12-13T20:39:04.569Z[ recovery-image] Dec 13 20:39:03.471 INFO O| Dec 13 20:39:03.471 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-12-13T20:39:04.611Z[ recovery-image] Dec 13 20:39:03.516 INFO O| Dec 13 20:39:03.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
74702024-12-13T20:39:04.615Z[ recovery-image] Dec 13 20:39:03.516 INFO O| Dec 13 20:39:03.516 INFO STEP 1045 (remove_files) COMPLETE
74712024-12-13T20:39:04.615Z[ recovery-image] Dec 13 20:39:03.516 INFO O| Dec 13 20:39:03.516 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-12-13T20:39:04.636Z[ recovery-image] Dec 13 20:39:03.541 INFO O| Dec 13 20:39:03.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
74732024-12-13T20:39:04.639Z[ recovery-image] Dec 13 20:39:03.541 INFO O| Dec 13 20:39:03.541 INFO STEP 1046 (remove_files) COMPLETE
74742024-12-13T20:39:04.639Z[ recovery-image] Dec 13 20:39:03.541 INFO O| Dec 13 20:39:03.541 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-12-13T20:39:04.660Z[ recovery-image] Dec 13 20:39:03.565 INFO O| Dec 13 20:39:03.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
74762024-12-13T20:39:04.663Z[ recovery-image] Dec 13 20:39:03.565 INFO O| Dec 13 20:39:03.565 INFO STEP 1047 (remove_files) COMPLETE
74772024-12-13T20:39:04.663Z[ recovery-image] Dec 13 20:39:03.566 INFO O| Dec 13 20:39:03.565 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-12-13T20:39:04.688Z[ recovery-image] Dec 13 20:39:03.592 INFO O| Dec 13 20:39:03.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
74792024-12-13T20:39:04.690Z[ recovery-image] Dec 13 20:39:03.593 INFO O| Dec 13 20:39:03.593 INFO STEP 1048 (remove_files) COMPLETE
74802024-12-13T20:39:04.690Z[ recovery-image] Dec 13 20:39:03.593 INFO O| Dec 13 20:39:03.593 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-12-13T20:39:04.711Z[ recovery-image] Dec 13 20:39:03.615 INFO O| Dec 13 20:39:03.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
74822024-12-13T20:39:04.713Z[ recovery-image] Dec 13 20:39:03.616 INFO O| Dec 13 20:39:03.616 INFO STEP 1049 (remove_files) COMPLETE
74832024-12-13T20:39:04.713Z[ recovery-image] Dec 13 20:39:03.616 INFO O| Dec 13 20:39:03.616 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-12-13T20:39:04.809Z[ recovery-image] Dec 13 20:39:03.713 INFO O| Dec 13 20:39:03.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
74852024-12-13T20:39:04.811Z[ recovery-image] Dec 13 20:39:03.714 INFO O| Dec 13 20:39:03.714 INFO STEP 1050 (remove_files) COMPLETE
74862024-12-13T20:39:04.811Z[ recovery-image] Dec 13 20:39:03.714 INFO O| Dec 13 20:39:03.714 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-12-13T20:39:04.835Z[ recovery-image] Dec 13 20:39:03.739 INFO O| Dec 13 20:39:03.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
74882024-12-13T20:39:04.837Z[ recovery-image] Dec 13 20:39:03.740 INFO O| Dec 13 20:39:03.740 INFO STEP 1051 (remove_files) COMPLETE
74892024-12-13T20:39:04.837Z[ recovery-image] Dec 13 20:39:03.740 INFO O| Dec 13 20:39:03.740 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-12-13T20:39:04.864Z[ recovery-image] Dec 13 20:39:03.769 INFO O| Dec 13 20:39:03.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
74912024-12-13T20:39:04.867Z[ recovery-image] Dec 13 20:39:03.769 INFO O| Dec 13 20:39:03.769 INFO STEP 1052 (remove_files) COMPLETE
74922024-12-13T20:39:04.867Z[ recovery-image] Dec 13 20:39:03.770 INFO O| Dec 13 20:39:03.769 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-12-13T20:39:04.892Z[ recovery-image] Dec 13 20:39:03.797 INFO O| Dec 13 20:39:03.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
74942024-12-13T20:39:04.895Z[ recovery-image] Dec 13 20:39:03.798 INFO O| Dec 13 20:39:03.797 INFO STEP 1053 (remove_files) COMPLETE
74952024-12-13T20:39:04.895Z[ recovery-image] Dec 13 20:39:03.798 INFO O| Dec 13 20:39:03.798 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-12-13T20:39:04.922Z[ recovery-image] Dec 13 20:39:03.826 INFO O| Dec 13 20:39:03.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
74972024-12-13T20:39:04.924Z[ recovery-image] Dec 13 20:39:03.827 INFO O| Dec 13 20:39:03.827 INFO STEP 1054 (remove_files) COMPLETE
74982024-12-13T20:39:04.924Z[ recovery-image] Dec 13 20:39:03.827 INFO O| Dec 13 20:39:03.827 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-12-13T20:39:04.946Z[ recovery-image] Dec 13 20:39:03.850 INFO O| Dec 13 20:39:03.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75002024-12-13T20:39:04.949Z[ recovery-image] Dec 13 20:39:03.851 INFO O| Dec 13 20:39:03.851 INFO STEP 1055 (remove_files) COMPLETE
75012024-12-13T20:39:04.949Z[ recovery-image] Dec 13 20:39:03.851 INFO O| Dec 13 20:39:03.851 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-12-13T20:39:04.969Z[ recovery-image] Dec 13 20:39:03.874 INFO O| Dec 13 20:39:03.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75032024-12-13T20:39:04.972Z[ recovery-image] Dec 13 20:39:03.874 INFO O| Dec 13 20:39:03.874 INFO STEP 1056 (remove_files) COMPLETE
75042024-12-13T20:39:04.972Z[ recovery-image] Dec 13 20:39:03.875 INFO O| Dec 13 20:39:03.874 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-12-13T20:39:05.012Z[ recovery-image] Dec 13 20:39:03.917 INFO O| Dec 13 20:39:03.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75062024-12-13T20:39:05.012Z[ recovery-image] Dec 13 20:39:03.917 INFO O| Dec 13 20:39:03.916 INFO STEP 1057 (remove_files) COMPLETE
75072024-12-13T20:39:05.012Z[ recovery-image] Dec 13 20:39:03.917 INFO O| Dec 13 20:39:03.916 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-12-13T20:39:05.036Z[ recovery-image] Dec 13 20:39:03.941 INFO O| Dec 13 20:39:03.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75092024-12-13T20:39:05.040Z[ recovery-image] Dec 13 20:39:03.941 INFO O| Dec 13 20:39:03.941 INFO STEP 1058 (remove_files) COMPLETE
75102024-12-13T20:39:05.040Z[ recovery-image] Dec 13 20:39:03.941 INFO O| Dec 13 20:39:03.941 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-12-13T20:39:05.085Z[ recovery-image] Dec 13 20:39:03.989 INFO O| Dec 13 20:39:03.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75122024-12-13T20:39:05.086Z[ recovery-image] Dec 13 20:39:03.989 INFO O| Dec 13 20:39:03.989 INFO STEP 1059 (remove_files) COMPLETE
75132024-12-13T20:39:05.086Z[ recovery-image] Dec 13 20:39:03.989 INFO O| Dec 13 20:39:03.989 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-12-13T20:39:05.119Z[ recovery-image] Dec 13 20:39:04.022 INFO O| Dec 13 20:39:04.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75152024-12-13T20:39:05.119Z[ recovery-image] Dec 13 20:39:04.022 INFO O| Dec 13 20:39:04.022 INFO STEP 1060 (remove_files) COMPLETE
75162024-12-13T20:39:05.119Z[ recovery-image] Dec 13 20:39:04.022 INFO O| Dec 13 20:39:04.022 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-12-13T20:39:05.160Z[ recovery-image] Dec 13 20:39:04.064 INFO O| Dec 13 20:39:04.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75182024-12-13T20:39:05.160Z[ recovery-image] Dec 13 20:39:04.064 INFO O| Dec 13 20:39:04.064 INFO STEP 1061 (remove_files) COMPLETE
75192024-12-13T20:39:05.160Z[ recovery-image] Dec 13 20:39:04.064 INFO O| Dec 13 20:39:04.064 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-12-13T20:39:05.187Z[ host-image] Dec 13 20:39:04.091 INFO O| Dec 13 20:39:04.091 INFO O| Planning: Solver setup ... Done
75212024-12-13T20:39:05.192Z[ recovery-image] Dec 13 20:39:04.097 INFO O| Dec 13 20:39:04.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75222024-12-13T20:39:05.192Z[ recovery-image] Dec 13 20:39:04.097 INFO O| Dec 13 20:39:04.097 INFO STEP 1062 (remove_files) COMPLETE
75232024-12-13T20:39:05.195Z[ recovery-image] Dec 13 20:39:04.097 INFO O| Dec 13 20:39:04.097 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-12-13T20:39:05.197Z[ host-image] Dec 13 20:39:04.100 INFO O| Dec 13 20:39:04.100 INFO O| Planning: Running solver ... Done
75252024-12-13T20:39:05.232Z[ recovery-image] Dec 13 20:39:04.137 INFO O| Dec 13 20:39:04.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75262024-12-13T20:39:05.232Z[ recovery-image] Dec 13 20:39:04.137 INFO O| Dec 13 20:39:04.137 INFO STEP 1063 (remove_files) COMPLETE
75272024-12-13T20:39:05.235Z[ recovery-image] Dec 13 20:39:04.137 INFO O| Dec 13 20:39:04.137 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-12-13T20:39:05.256Z[ recovery-image] Dec 13 20:39:04.161 INFO O| Dec 13 20:39:04.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75292024-12-13T20:39:05.256Z[ recovery-image] Dec 13 20:39:04.161 INFO O| Dec 13 20:39:04.161 INFO STEP 1064 (remove_files) COMPLETE
75302024-12-13T20:39:05.256Z[ recovery-image] Dec 13 20:39:04.161 INFO O| Dec 13 20:39:04.161 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-12-13T20:39:05.289Z[ recovery-image] Dec 13 20:39:04.193 INFO O| Dec 13 20:39:04.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75322024-12-13T20:39:05.289Z[ recovery-image] Dec 13 20:39:04.194 INFO O| Dec 13 20:39:04.194 INFO STEP 1065 (remove_files) COMPLETE
75332024-12-13T20:39:05.289Z[ recovery-image] Dec 13 20:39:04.194 INFO O| Dec 13 20:39:04.194 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-12-13T20:39:05.323Z[ host-image] Dec 13 20:39:04.227 INFO O| Dec 13 20:39:04.227 INFO O| Planning: Finding local manifests ... Done
75352024-12-13T20:39:05.325Z[ host-image] Dec 13 20:39:04.228 INFO O| Dec 13 20:39:04.228 INFO O| Planning: Fetching manifests: 0/1 0% complete
75362024-12-13T20:39:05.337Z[ recovery-image] Dec 13 20:39:04.241 INFO O| Dec 13 20:39:04.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75372024-12-13T20:39:05.337Z[ recovery-image] Dec 13 20:39:04.241 INFO O| Dec 13 20:39:04.241 INFO STEP 1066 (remove_files) COMPLETE
75382024-12-13T20:39:05.337Z[ recovery-image] Dec 13 20:39:04.241 INFO O| Dec 13 20:39:04.241 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-12-13T20:39:05.485Z[ host-image] Dec 13 20:39:04.389 INFO O| Dec 13 20:39:04.389 INFO O| Planning: Fetching manifests: 1/1 100% complete
75402024-12-13T20:39:05.487Z[ recovery-image] Dec 13 20:39:04.390 INFO O| Dec 13 20:39:04.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75412024-12-13T20:39:05.487Z[ recovery-image] Dec 13 20:39:04.390 INFO O| Dec 13 20:39:04.390 INFO STEP 1067 (remove_files) COMPLETE
75422024-12-13T20:39:05.487Z[ recovery-image] Dec 13 20:39:04.390 INFO O| Dec 13 20:39:04.390 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-12-13T20:39:05.512Z[ recovery-image] Dec 13 20:39:04.417 INFO O| Dec 13 20:39:04.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75442024-12-13T20:39:05.515Z[ recovery-image] Dec 13 20:39:04.417 INFO O| Dec 13 20:39:04.417 INFO STEP 1068 (remove_files) COMPLETE
75452024-12-13T20:39:05.515Z[ recovery-image] Dec 13 20:39:04.417 INFO O| Dec 13 20:39:04.417 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-12-13T20:39:05.520Z[ host-image] Dec 13 20:39:04.424 INFO O| Dec 13 20:39:04.424 INFO O| Planning: Package planning ... Done
75472024-12-13T20:39:05.522Z[ host-image] Dec 13 20:39:04.425 INFO O| Dec 13 20:39:04.425 INFO O| Planning: Merging actions ... Done
75482024-12-13T20:39:05.536Z[ recovery-image] Dec 13 20:39:04.441 INFO O| Dec 13 20:39:04.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75492024-12-13T20:39:05.539Z[ recovery-image] Dec 13 20:39:04.441 INFO O| Dec 13 20:39:04.441 INFO STEP 1069 (remove_files) COMPLETE
75502024-12-13T20:39:05.539Z[ recovery-image] Dec 13 20:39:04.441 INFO O| Dec 13 20:39:04.441 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-12-13T20:39:05.558Z[ recovery-image] Dec 13 20:39:04.463 INFO O| Dec 13 20:39:04.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75522024-12-13T20:39:05.558Z[ recovery-image] Dec 13 20:39:04.463 INFO O| Dec 13 20:39:04.463 INFO STEP 1070 (remove_files) COMPLETE
75532024-12-13T20:39:05.558Z[ recovery-image] Dec 13 20:39:04.463 INFO O| Dec 13 20:39:04.463 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-12-13T20:39:05.580Z[ recovery-image] Dec 13 20:39:04.484 INFO O| Dec 13 20:39:04.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75552024-12-13T20:39:05.581Z[ recovery-image] Dec 13 20:39:04.484 INFO O| Dec 13 20:39:04.484 INFO STEP 1071 (remove_files) COMPLETE
75562024-12-13T20:39:05.581Z[ recovery-image] Dec 13 20:39:04.484 INFO O| Dec 13 20:39:04.484 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-12-13T20:39:05.611Z[ recovery-image] Dec 13 20:39:04.516 INFO O| Dec 13 20:39:04.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75582024-12-13T20:39:05.611Z[ recovery-image] Dec 13 20:39:04.516 INFO O| Dec 13 20:39:04.516 INFO STEP 1072 (remove_files) COMPLETE
75592024-12-13T20:39:05.611Z[ recovery-image] Dec 13 20:39:04.516 INFO O| Dec 13 20:39:04.516 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-12-13T20:39:05.635Z[ recovery-image] Dec 13 20:39:04.539 INFO O| Dec 13 20:39:04.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75612024-12-13T20:39:05.635Z[ recovery-image] Dec 13 20:39:04.539 INFO O| Dec 13 20:39:04.539 INFO STEP 1073 (remove_files) COMPLETE
75622024-12-13T20:39:05.635Z[ recovery-image] Dec 13 20:39:04.539 INFO O| Dec 13 20:39:04.539 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-12-13T20:39:05.644Z[ host-image] Dec 13 20:39:04.548 INFO O| Dec 13 20:39:04.548 INFO O| Planning: Checking for conflicting actions ... Done
75642024-12-13T20:39:05.644Z[ host-image] Dec 13 20:39:04.549 INFO O| Dec 13 20:39:04.549 INFO O| Planning: Consolidating action changes ... Done
75652024-12-13T20:39:05.656Z[ recovery-image] Dec 13 20:39:04.560 INFO O| Dec 13 20:39:04.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75662024-12-13T20:39:05.656Z[ recovery-image] Dec 13 20:39:04.560 INFO O| Dec 13 20:39:04.560 INFO STEP 1074 (remove_files) COMPLETE
75672024-12-13T20:39:05.656Z[ recovery-image] Dec 13 20:39:04.561 INFO O| Dec 13 20:39:04.560 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-12-13T20:39:05.687Z[ recovery-image] Dec 13 20:39:04.591 INFO O| Dec 13 20:39:04.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75692024-12-13T20:39:05.687Z[ recovery-image] Dec 13 20:39:04.591 INFO O| Dec 13 20:39:04.591 INFO STEP 1075 (remove_files) COMPLETE
75702024-12-13T20:39:05.687Z[ recovery-image] Dec 13 20:39:04.591 INFO O| Dec 13 20:39:04.591 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-12-13T20:39:05.722Z[ recovery-image] Dec 13 20:39:04.626 INFO O| Dec 13 20:39:04.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75722024-12-13T20:39:05.722Z[ recovery-image] Dec 13 20:39:04.626 INFO O| Dec 13 20:39:04.626 INFO STEP 1076 (remove_files) COMPLETE
75732024-12-13T20:39:05.722Z[ recovery-image] Dec 13 20:39:04.626 INFO O| Dec 13 20:39:04.626 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-12-13T20:39:05.749Z[ recovery-image] Dec 13 20:39:04.653 INFO O| Dec 13 20:39:04.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75752024-12-13T20:39:05.749Z[ recovery-image] Dec 13 20:39:04.653 INFO O| Dec 13 20:39:04.653 INFO STEP 1077 (remove_files) COMPLETE
75762024-12-13T20:39:05.750Z[ recovery-image] Dec 13 20:39:04.653 INFO O| Dec 13 20:39:04.653 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-12-13T20:39:05.776Z[ recovery-image] Dec 13 20:39:04.680 INFO O| Dec 13 20:39:04.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75782024-12-13T20:39:05.776Z[ recovery-image] Dec 13 20:39:04.680 INFO O| Dec 13 20:39:04.680 INFO STEP 1078 (remove_files) COMPLETE
75792024-12-13T20:39:05.776Z[ recovery-image] Dec 13 20:39:04.680 INFO O| Dec 13 20:39:04.680 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-12-13T20:39:05.799Z[ recovery-image] Dec 13 20:39:04.704 INFO O| Dec 13 20:39:04.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
75812024-12-13T20:39:05.799Z[ recovery-image] Dec 13 20:39:04.704 INFO O| Dec 13 20:39:04.704 INFO STEP 1079 (remove_files) COMPLETE
75822024-12-13T20:39:05.799Z[ recovery-image] Dec 13 20:39:04.704 INFO O| Dec 13 20:39:04.704 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-12-13T20:39:05.822Z[ recovery-image] Dec 13 20:39:04.725 INFO O| Dec 13 20:39:04.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
75842024-12-13T20:39:05.822Z[ recovery-image] Dec 13 20:39:04.725 INFO O| Dec 13 20:39:04.725 INFO STEP 1080 (remove_files) COMPLETE
75852024-12-13T20:39:05.822Z[ recovery-image] Dec 13 20:39:04.725 INFO O| Dec 13 20:39:04.725 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-12-13T20:39:05.857Z[ recovery-image] Dec 13 20:39:04.762 INFO O| Dec 13 20:39:04.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
75872024-12-13T20:39:05.860Z[ recovery-image] Dec 13 20:39:04.762 INFO O| Dec 13 20:39:04.762 INFO STEP 1081 (remove_files) COMPLETE
75882024-12-13T20:39:05.860Z[ recovery-image] Dec 13 20:39:04.762 INFO O| Dec 13 20:39:04.762 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-12-13T20:39:05.902Z[ recovery-image] Dec 13 20:39:04.807 INFO O| Dec 13 20:39:04.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
75902024-12-13T20:39:05.902Z[ recovery-image] Dec 13 20:39:04.807 INFO O| Dec 13 20:39:04.807 INFO STEP 1082 (remove_files) COMPLETE
75912024-12-13T20:39:05.902Z[ recovery-image] Dec 13 20:39:04.807 INFO O| Dec 13 20:39:04.807 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-12-13T20:39:05.923Z[ recovery-image] Dec 13 20:39:04.827 INFO O| Dec 13 20:39:04.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
75932024-12-13T20:39:05.923Z[ recovery-image] Dec 13 20:39:04.827 INFO O| Dec 13 20:39:04.827 INFO STEP 1083 (remove_files) COMPLETE
75942024-12-13T20:39:05.926Z[ recovery-image] Dec 13 20:39:04.827 INFO O| Dec 13 20:39:04.827 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-12-13T20:39:05.961Z[ recovery-image] Dec 13 20:39:04.865 INFO O| Dec 13 20:39:04.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
75962024-12-13T20:39:05.963Z[ recovery-image] Dec 13 20:39:04.865 INFO O| Dec 13 20:39:04.865 INFO STEP 1084 (remove_files) COMPLETE
75972024-12-13T20:39:05.963Z[ recovery-image] Dec 13 20:39:04.865 INFO O| Dec 13 20:39:04.865 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-12-13T20:39:05.983Z[ recovery-image] Dec 13 20:39:04.887 INFO O| Dec 13 20:39:04.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
75992024-12-13T20:39:05.985Z[ recovery-image] Dec 13 20:39:04.887 INFO O| Dec 13 20:39:04.887 INFO STEP 1085 (remove_files) COMPLETE
76002024-12-13T20:39:05.985Z[ recovery-image] Dec 13 20:39:04.887 INFO O| Dec 13 20:39:04.887 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-12-13T20:39:06.004Z[ recovery-image] Dec 13 20:39:04.908 INFO O| Dec 13 20:39:04.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76022024-12-13T20:39:06.004Z[ recovery-image] Dec 13 20:39:04.909 INFO O| Dec 13 20:39:04.909 INFO STEP 1086 (remove_files) COMPLETE
76032024-12-13T20:39:06.006Z[ recovery-image] Dec 13 20:39:04.909 INFO O| Dec 13 20:39:04.909 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-12-13T20:39:06.045Z[ recovery-image] Dec 13 20:39:04.948 INFO O| Dec 13 20:39:04.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76052024-12-13T20:39:06.045Z[ recovery-image] Dec 13 20:39:04.949 INFO O| Dec 13 20:39:04.949 INFO STEP 1087 (remove_files) COMPLETE
76062024-12-13T20:39:06.045Z[ recovery-image] Dec 13 20:39:04.949 INFO O| Dec 13 20:39:04.949 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-12-13T20:39:06.052Z[ host-image] Dec 13 20:39:04.957 INFO O| Dec 13 20:39:04.957 INFO O| Planning: Evaluating mediators ... Done
76082024-12-13T20:39:06.055Z[ host-image] Dec 13 20:39:04.958 INFO O| Dec 13 20:39:04.958 INFO O| Planning: Planning completed in 5.27 seconds
76092024-12-13T20:39:06.057Z[ host-image] Dec 13 20:39:04.960 INFO O| Dec 13 20:39:04.960 INFO O| Packages to install: 1
76102024-12-13T20:39:06.068Z[ recovery-image] Dec 13 20:39:04.972 INFO O| Dec 13 20:39:04.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76112024-12-13T20:39:06.077Z[ recovery-image] Dec 13 20:39:04.981 INFO O| Dec 13 20:39:04.981 INFO STEP 1088 (remove_files) COMPLETE
76122024-12-13T20:39:06.077Z[ recovery-image] Dec 13 20:39:04.981 INFO O| Dec 13 20:39:04.981 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-12-13T20:39:06.085Z[ host-image] Dec 13 20:39:04.989 INFO O| Dec 13 20:39:04.989 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
76142024-12-13T20:39:06.120Z[ recovery-image] Dec 13 20:39:05.024 INFO O| Dec 13 20:39:05.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76152024-12-13T20:39:06.120Z[ recovery-image] Dec 13 20:39:05.024 INFO O| Dec 13 20:39:05.024 INFO STEP 1089 (remove_files) COMPLETE
76162024-12-13T20:39:06.120Z[ recovery-image] Dec 13 20:39:05.024 INFO O| Dec 13 20:39:05.024 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-12-13T20:39:06.265Z[ recovery-image] Dec 13 20:39:05.169 INFO O| Dec 13 20:39:05.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76182024-12-13T20:39:06.267Z[ recovery-image] Dec 13 20:39:05.169 INFO O| Dec 13 20:39:05.169 INFO STEP 1090 (remove_files) COMPLETE
76192024-12-13T20:39:06.267Z[ recovery-image] Dec 13 20:39:05.170 INFO O| Dec 13 20:39:05.169 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-12-13T20:39:06.299Z[ recovery-image] Dec 13 20:39:05.203 INFO O| Dec 13 20:39:05.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76212024-12-13T20:39:06.301Z[ recovery-image] Dec 13 20:39:05.204 INFO O| Dec 13 20:39:05.204 INFO STEP 1091 (remove_files) COMPLETE
76222024-12-13T20:39:06.301Z[ recovery-image] Dec 13 20:39:05.204 INFO O| Dec 13 20:39:05.204 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-12-13T20:39:06.381Z[ recovery-image] Dec 13 20:39:05.285 INFO O| Dec 13 20:39:05.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76242024-12-13T20:39:06.381Z[ recovery-image] Dec 13 20:39:05.285 INFO O| Dec 13 20:39:05.285 INFO STEP 1092 (remove_files) COMPLETE
76252024-12-13T20:39:06.381Z[ recovery-image] Dec 13 20:39:05.285 INFO O| Dec 13 20:39:05.285 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-12-13T20:39:06.405Z[ recovery-image] Dec 13 20:39:05.310 INFO O| Dec 13 20:39:05.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76272024-12-13T20:39:06.405Z[ recovery-image] Dec 13 20:39:05.310 INFO O| Dec 13 20:39:05.310 INFO STEP 1093 (remove_files) COMPLETE
76282024-12-13T20:39:06.405Z[ recovery-image] Dec 13 20:39:05.310 INFO O| Dec 13 20:39:05.310 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-12-13T20:39:06.467Z[ recovery-image] Dec 13 20:39:05.371 INFO O| Dec 13 20:39:05.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76302024-12-13T20:39:06.467Z[ recovery-image] Dec 13 20:39:05.372 INFO O| Dec 13 20:39:05.372 INFO STEP 1094 (remove_files) COMPLETE
76312024-12-13T20:39:06.467Z[ recovery-image] Dec 13 20:39:05.372 INFO O| Dec 13 20:39:05.372 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-12-13T20:39:06.565Z[ recovery-image] Dec 13 20:39:05.468 INFO O| Dec 13 20:39:05.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76332024-12-13T20:39:06.565Z[ recovery-image] Dec 13 20:39:05.468 INFO O| Dec 13 20:39:05.468 INFO STEP 1095 (remove_files) COMPLETE
76342024-12-13T20:39:06.565Z[ recovery-image] Dec 13 20:39:05.468 INFO O| Dec 13 20:39:05.468 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-12-13T20:39:06.633Z[ recovery-image] Dec 13 20:39:05.538 INFO O| Dec 13 20:39:05.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76362024-12-13T20:39:06.636Z[ recovery-image] Dec 13 20:39:05.538 INFO O| Dec 13 20:39:05.538 INFO STEP 1096 (remove_files) COMPLETE
76372024-12-13T20:39:06.636Z[ recovery-image] Dec 13 20:39:05.538 INFO O| Dec 13 20:39:05.538 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-12-13T20:39:06.657Z[ recovery-image] Dec 13 20:39:05.561 INFO O| Dec 13 20:39:05.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76392024-12-13T20:39:06.659Z[ recovery-image] Dec 13 20:39:05.561 INFO O| Dec 13 20:39:05.561 INFO STEP 1097 (remove_files) COMPLETE
76402024-12-13T20:39:06.659Z[ recovery-image] Dec 13 20:39:05.561 INFO O| Dec 13 20:39:05.561 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-12-13T20:39:06.693Z[ recovery-image] Dec 13 20:39:05.597 INFO O| Dec 13 20:39:05.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76422024-12-13T20:39:06.696Z[ recovery-image] Dec 13 20:39:05.597 INFO O| Dec 13 20:39:05.597 INFO STEP 1098 (remove_files) COMPLETE
76432024-12-13T20:39:06.696Z[ recovery-image] Dec 13 20:39:05.597 INFO O| Dec 13 20:39:05.597 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-12-13T20:39:06.706Z[ host-image] Dec 13 20:39:05.611 INFO O| Dec 13 20:39:05.610 INFO O| Download: Completed 9.99 MB in 0.62 seconds (16.1M/s)
76452024-12-13T20:39:06.715Z[ recovery-image] Dec 13 20:39:05.617 INFO O| Dec 13 20:39:05.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76462024-12-13T20:39:06.715Z[ recovery-image] Dec 13 20:39:05.617 INFO O| Dec 13 20:39:05.617 INFO STEP 1099 (remove_files) COMPLETE
76472024-12-13T20:39:06.715Z[ recovery-image] Dec 13 20:39:05.617 INFO O| Dec 13 20:39:05.617 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-12-13T20:39:06.742Z[ recovery-image] Dec 13 20:39:05.641 INFO O| Dec 13 20:39:05.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76492024-12-13T20:39:06.742Z[ recovery-image] Dec 13 20:39:05.641 INFO O| Dec 13 20:39:05.641 INFO STEP 1100 (remove_files) COMPLETE
76502024-12-13T20:39:06.742Z[ recovery-image] Dec 13 20:39:05.641 INFO O| Dec 13 20:39:05.641 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-12-13T20:39:06.821Z[ recovery-image] Dec 13 20:39:05.725 INFO O| Dec 13 20:39:05.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76522024-12-13T20:39:06.821Z[ recovery-image] Dec 13 20:39:05.725 INFO O| Dec 13 20:39:05.725 INFO STEP 1101 (remove_files) COMPLETE
76532024-12-13T20:39:06.821Z[ recovery-image] Dec 13 20:39:05.725 INFO O| Dec 13 20:39:05.725 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-12-13T20:39:06.881Z[ host-image] Dec 13 20:39:05.786 INFO O| Dec 13 20:39:05.774 INFO O| Actions: 1/22 actions (Installing new actions)
76552024-12-13T20:39:06.907Z[ recovery-image] Dec 13 20:39:05.812 INFO O| Dec 13 20:39:05.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76562024-12-13T20:39:06.910Z[ recovery-image] Dec 13 20:39:05.812 INFO O| Dec 13 20:39:05.812 INFO STEP 1102 (remove_files) COMPLETE
76572024-12-13T20:39:06.910Z[ recovery-image] Dec 13 20:39:05.812 INFO O| Dec 13 20:39:05.812 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-12-13T20:39:07.059Z[ recovery-image] Dec 13 20:39:05.963 INFO O| Dec 13 20:39:05.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76592024-12-13T20:39:07.059Z[ recovery-image] Dec 13 20:39:05.963 INFO O| Dec 13 20:39:05.963 INFO STEP 1103 (remove_files) COMPLETE
76602024-12-13T20:39:07.062Z[ recovery-image] Dec 13 20:39:05.963 INFO O| Dec 13 20:39:05.963 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-12-13T20:39:07.083Z[ recovery-image] Dec 13 20:39:05.988 INFO O| Dec 13 20:39:05.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76622024-12-13T20:39:07.083Z[ recovery-image] Dec 13 20:39:05.988 INFO O| Dec 13 20:39:05.988 INFO STEP 1104 (remove_files) COMPLETE
76632024-12-13T20:39:07.083Z[ recovery-image] Dec 13 20:39:05.988 INFO O| Dec 13 20:39:05.988 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-12-13T20:39:07.114Z[ recovery-image] Dec 13 20:39:06.018 INFO O| Dec 13 20:39:06.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76652024-12-13T20:39:07.114Z[ recovery-image] Dec 13 20:39:06.018 INFO O| Dec 13 20:39:06.018 INFO STEP 1105 (remove_files) COMPLETE
76662024-12-13T20:39:07.114Z[ recovery-image] Dec 13 20:39:06.018 INFO O| Dec 13 20:39:06.018 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-12-13T20:39:07.172Z[ recovery-image] Dec 13 20:39:06.077 INFO O| Dec 13 20:39:06.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76682024-12-13T20:39:07.172Z[ recovery-image] Dec 13 20:39:06.077 INFO O| Dec 13 20:39:06.077 INFO STEP 1106 (remove_files) COMPLETE
76692024-12-13T20:39:07.172Z[ recovery-image] Dec 13 20:39:06.077 INFO O| Dec 13 20:39:06.077 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-12-13T20:39:07.229Z[ recovery-image] Dec 13 20:39:06.133 INFO O| Dec 13 20:39:06.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76712024-12-13T20:39:07.229Z[ recovery-image] Dec 13 20:39:06.133 INFO O| Dec 13 20:39:06.133 INFO STEP 1107 (remove_files) COMPLETE
76722024-12-13T20:39:07.229Z[ recovery-image] Dec 13 20:39:06.133 INFO O| Dec 13 20:39:06.133 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-12-13T20:39:07.232Z[ host-image] Dec 13 20:39:06.134 INFO O| Dec 13 20:39:06.134 INFO O| Actions: Completed 22 actions in 0.36 seconds.
76742024-12-13T20:39:07.251Z[ recovery-image] Dec 13 20:39:06.154 INFO O| Dec 13 20:39:06.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76752024-12-13T20:39:07.251Z[ recovery-image] Dec 13 20:39:06.155 INFO O| Dec 13 20:39:06.155 INFO STEP 1108 (remove_files) COMPLETE
76762024-12-13T20:39:07.251Z[ recovery-image] Dec 13 20:39:06.155 INFO O| Dec 13 20:39:06.155 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-12-13T20:39:07.285Z[ recovery-image] Dec 13 20:39:06.189 INFO O| Dec 13 20:39:06.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76782024-12-13T20:39:07.285Z[ recovery-image] Dec 13 20:39:06.189 INFO O| Dec 13 20:39:06.189 INFO STEP 1109 (remove_files) COMPLETE
76792024-12-13T20:39:07.288Z[ recovery-image] Dec 13 20:39:06.189 INFO O| Dec 13 20:39:06.189 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-12-13T20:39:07.319Z[ recovery-image] Dec 13 20:39:06.222 INFO O| Dec 13 20:39:06.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76812024-12-13T20:39:07.319Z[ recovery-image] Dec 13 20:39:06.222 INFO O| Dec 13 20:39:06.222 INFO STEP 1110 (remove_files) COMPLETE
76822024-12-13T20:39:07.319Z[ recovery-image] Dec 13 20:39:06.222 INFO O| Dec 13 20:39:06.222 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-12-13T20:39:07.353Z[ recovery-image] Dec 13 20:39:06.256 INFO O| Dec 13 20:39:06.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76842024-12-13T20:39:07.353Z[ recovery-image] Dec 13 20:39:06.256 INFO O| Dec 13 20:39:06.256 INFO STEP 1111 (remove_files) COMPLETE
76852024-12-13T20:39:07.353Z[ recovery-image] Dec 13 20:39:06.256 INFO O| Dec 13 20:39:06.256 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-12-13T20:39:07.391Z[ recovery-image] Dec 13 20:39:06.296 INFO O| Dec 13 20:39:06.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76872024-12-13T20:39:07.392Z[ recovery-image] Dec 13 20:39:06.296 INFO O| Dec 13 20:39:06.296 INFO STEP 1112 (remove_files) COMPLETE
76882024-12-13T20:39:07.408Z[ recovery-image] Dec 13 20:39:06.296 INFO O| Dec 13 20:39:06.296 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-12-13T20:39:07.415Z[ recovery-image] Dec 13 20:39:06.319 INFO O| Dec 13 20:39:06.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
76902024-12-13T20:39:07.415Z[ recovery-image] Dec 13 20:39:06.319 INFO O| Dec 13 20:39:06.319 INFO STEP 1113 (remove_files) COMPLETE
76912024-12-13T20:39:07.415Z[ recovery-image] Dec 13 20:39:06.319 INFO O| Dec 13 20:39:06.319 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-12-13T20:39:07.437Z[ recovery-image] Dec 13 20:39:06.341 INFO O| Dec 13 20:39:06.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
76932024-12-13T20:39:07.437Z[ recovery-image] Dec 13 20:39:06.341 INFO O| Dec 13 20:39:06.341 INFO STEP 1114 (remove_files) COMPLETE
76942024-12-13T20:39:07.437Z[ recovery-image] Dec 13 20:39:06.341 INFO O| Dec 13 20:39:06.341 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-12-13T20:39:07.461Z[ recovery-image] Dec 13 20:39:06.365 INFO O| Dec 13 20:39:06.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
76962024-12-13T20:39:07.461Z[ recovery-image] Dec 13 20:39:06.365 INFO O| Dec 13 20:39:06.365 INFO STEP 1115 (remove_files) COMPLETE
76972024-12-13T20:39:07.461Z[ recovery-image] Dec 13 20:39:06.365 INFO O| Dec 13 20:39:06.365 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-12-13T20:39:07.494Z[ recovery-image] Dec 13 20:39:06.397 INFO O| Dec 13 20:39:06.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
76992024-12-13T20:39:07.494Z[ recovery-image] Dec 13 20:39:06.397 INFO O| Dec 13 20:39:06.397 INFO STEP 1116 (remove_files) COMPLETE
77002024-12-13T20:39:07.497Z[ recovery-image] Dec 13 20:39:06.398 INFO O| Dec 13 20:39:06.397 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-12-13T20:39:07.517Z[ recovery-image] Dec 13 20:39:06.422 INFO O| Dec 13 20:39:06.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77022024-12-13T20:39:07.517Z[ recovery-image] Dec 13 20:39:06.422 INFO O| Dec 13 20:39:06.422 INFO STEP 1117 (remove_files) COMPLETE
77032024-12-13T20:39:07.517Z[ recovery-image] Dec 13 20:39:06.422 INFO O| Dec 13 20:39:06.422 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-12-13T20:39:07.545Z[ recovery-image] Dec 13 20:39:06.449 INFO O| Dec 13 20:39:06.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77052024-12-13T20:39:07.549Z[ recovery-image] Dec 13 20:39:06.450 INFO O| Dec 13 20:39:06.449 INFO STEP 1118 (remove_files) COMPLETE
77062024-12-13T20:39:07.549Z[ recovery-image] Dec 13 20:39:06.450 INFO O| Dec 13 20:39:06.450 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-12-13T20:39:07.570Z[ recovery-image] Dec 13 20:39:06.474 INFO O| Dec 13 20:39:06.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77082024-12-13T20:39:07.574Z[ recovery-image] Dec 13 20:39:06.474 INFO O| Dec 13 20:39:06.474 INFO STEP 1119 (remove_files) COMPLETE
77092024-12-13T20:39:07.575Z[ recovery-image] Dec 13 20:39:06.474 INFO O| Dec 13 20:39:06.474 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-12-13T20:39:07.593Z[ recovery-image] Dec 13 20:39:06.497 INFO O| Dec 13 20:39:06.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77112024-12-13T20:39:07.597Z[ recovery-image] Dec 13 20:39:06.497 INFO O| Dec 13 20:39:06.497 INFO STEP 1120 (remove_files) COMPLETE
77122024-12-13T20:39:07.597Z[ recovery-image] Dec 13 20:39:06.498 INFO O| Dec 13 20:39:06.497 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-12-13T20:39:07.632Z[ recovery-image] Dec 13 20:39:06.536 INFO O| Dec 13 20:39:06.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77142024-12-13T20:39:07.634Z[ recovery-image] Dec 13 20:39:06.537 INFO O| Dec 13 20:39:06.537 INFO STEP 1121 (remove_files) COMPLETE
77152024-12-13T20:39:07.635Z[ recovery-image] Dec 13 20:39:06.537 INFO O| Dec 13 20:39:06.537 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-12-13T20:39:07.656Z[ recovery-image] Dec 13 20:39:06.560 INFO O| Dec 13 20:39:06.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77172024-12-13T20:39:07.659Z[ recovery-image] Dec 13 20:39:06.561 INFO O| Dec 13 20:39:06.561 INFO STEP 1122 (remove_files) COMPLETE
77182024-12-13T20:39:07.659Z[ recovery-image] Dec 13 20:39:06.561 INFO O| Dec 13 20:39:06.561 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-12-13T20:39:07.689Z[ recovery-image] Dec 13 20:39:06.593 INFO O| Dec 13 20:39:06.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77202024-12-13T20:39:07.689Z[ recovery-image] Dec 13 20:39:06.593 INFO O| Dec 13 20:39:06.593 INFO STEP 1123 (remove_files) COMPLETE
77212024-12-13T20:39:07.692Z[ recovery-image] Dec 13 20:39:06.594 INFO O| Dec 13 20:39:06.593 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222024-12-13T20:39:07.710Z[ host-image] Dec 13 20:39:06.614 INFO O| Dec 13 20:39:06.614 INFO O| Done
77232024-12-13T20:39:07.711Z[ host-image] Dec 13 20:39:06.614 INFO O| Dec 13 20:39:06.614 INFO O| Done
77242024-12-13T20:39:07.714Z[ recovery-image] Dec 13 20:39:06.617 INFO O| Dec 13 20:39:06.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77252024-12-13T20:39:07.714Z[ recovery-image] Dec 13 20:39:06.617 INFO O| Dec 13 20:39:06.617 INFO STEP 1124 (remove_files) COMPLETE
77262024-12-13T20:39:07.715Z[ recovery-image] Dec 13 20:39:06.618 INFO O| Dec 13 20:39:06.617 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-12-13T20:39:07.754Z[ recovery-image] Dec 13 20:39:06.641 INFO O| Dec 13 20:39:06.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77282024-12-13T20:39:07.754Z[ recovery-image] Dec 13 20:39:06.641 INFO O| Dec 13 20:39:06.641 INFO STEP 1125 (remove_files) COMPLETE
77292024-12-13T20:39:07.755Z[ recovery-image] Dec 13 20:39:06.642 INFO O| Dec 13 20:39:06.641 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-12-13T20:39:07.761Z[ recovery-image] Dec 13 20:39:06.664 INFO O| Dec 13 20:39:06.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77312024-12-13T20:39:07.761Z[ recovery-image] Dec 13 20:39:06.665 INFO O| Dec 13 20:39:06.665 INFO STEP 1126 (remove_files) COMPLETE
77322024-12-13T20:39:07.761Z[ recovery-image] Dec 13 20:39:06.665 INFO O| Dec 13 20:39:06.665 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-12-13T20:39:07.821Z[ recovery-image] Dec 13 20:39:06.725 INFO O| Dec 13 20:39:06.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77342024-12-13T20:39:07.821Z[ recovery-image] Dec 13 20:39:06.726 INFO O| Dec 13 20:39:06.725 INFO STEP 1127 (remove_files) COMPLETE
77352024-12-13T20:39:07.825Z[ recovery-image] Dec 13 20:39:06.726 INFO O| Dec 13 20:39:06.725 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-12-13T20:39:07.847Z[ recovery-image] Dec 13 20:39:06.751 INFO O| Dec 13 20:39:06.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77372024-12-13T20:39:07.850Z[ recovery-image] Dec 13 20:39:06.751 INFO O| Dec 13 20:39:06.751 INFO STEP 1128 (remove_files) COMPLETE
77382024-12-13T20:39:07.850Z[ recovery-image] Dec 13 20:39:06.751 INFO O| Dec 13 20:39:06.751 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392024-12-13T20:39:07.870Z[ recovery-image] Dec 13 20:39:06.774 INFO O| Dec 13 20:39:06.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77402024-12-13T20:39:07.872Z[ recovery-image] Dec 13 20:39:06.774 INFO O| Dec 13 20:39:06.774 INFO STEP 1129 (remove_files) COMPLETE
77412024-12-13T20:39:07.872Z[ recovery-image] Dec 13 20:39:06.774 INFO O| Dec 13 20:39:06.774 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422024-12-13T20:39:07.894Z[ recovery-image] Dec 13 20:39:06.798 INFO O| Dec 13 20:39:06.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77432024-12-13T20:39:07.896Z[ recovery-image] Dec 13 20:39:06.798 INFO O| Dec 13 20:39:06.798 INFO STEP 1130 (remove_files) COMPLETE
77442024-12-13T20:39:07.896Z[ recovery-image] Dec 13 20:39:06.798 INFO O| Dec 13 20:39:06.798 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452024-12-13T20:39:07.933Z[ recovery-image] Dec 13 20:39:06.836 INFO O| Dec 13 20:39:06.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77462024-12-13T20:39:07.933Z[ recovery-image] Dec 13 20:39:06.836 INFO O| Dec 13 20:39:06.836 INFO STEP 1131 (remove_files) COMPLETE
77472024-12-13T20:39:07.933Z[ recovery-image] Dec 13 20:39:06.836 INFO O| Dec 13 20:39:06.836 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-12-13T20:39:07.966Z[ recovery-image] Dec 13 20:39:06.870 INFO O| Dec 13 20:39:06.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77492024-12-13T20:39:07.966Z[ recovery-image] Dec 13 20:39:06.870 INFO O| Dec 13 20:39:06.870 INFO STEP 1132 (remove_files) COMPLETE
77502024-12-13T20:39:07.967Z[ recovery-image] Dec 13 20:39:06.870 INFO O| Dec 13 20:39:06.870 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512024-12-13T20:39:07.988Z[ recovery-image] Dec 13 20:39:06.892 INFO O| Dec 13 20:39:06.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77522024-12-13T20:39:07.988Z[ recovery-image] Dec 13 20:39:06.892 INFO O| Dec 13 20:39:06.892 INFO STEP 1133 (remove_files) COMPLETE
77532024-12-13T20:39:07.988Z[ recovery-image] Dec 13 20:39:06.892 INFO O| Dec 13 20:39:06.892 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-12-13T20:39:08.020Z[ recovery-image] Dec 13 20:39:06.924 INFO O| Dec 13 20:39:06.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77552024-12-13T20:39:08.020Z[ recovery-image] Dec 13 20:39:06.924 INFO O| Dec 13 20:39:06.924 INFO STEP 1134 (remove_files) COMPLETE
77562024-12-13T20:39:08.020Z[ recovery-image] Dec 13 20:39:06.924 INFO O| Dec 13 20:39:06.924 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-12-13T20:39:08.043Z[ recovery-image] Dec 13 20:39:06.947 INFO O| Dec 13 20:39:06.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77582024-12-13T20:39:08.043Z[ recovery-image] Dec 13 20:39:06.947 INFO O| Dec 13 20:39:06.947 INFO STEP 1135 (remove_files) COMPLETE
77592024-12-13T20:39:08.043Z[ recovery-image] Dec 13 20:39:06.947 INFO O| Dec 13 20:39:06.947 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-12-13T20:39:08.066Z[ recovery-image] Dec 13 20:39:06.970 INFO O| Dec 13 20:39:06.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77612024-12-13T20:39:08.066Z[ recovery-image] Dec 13 20:39:06.970 INFO O| Dec 13 20:39:06.970 INFO STEP 1136 (remove_files) COMPLETE
77622024-12-13T20:39:08.069Z[ recovery-image] Dec 13 20:39:06.970 INFO O| Dec 13 20:39:06.970 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632024-12-13T20:39:08.087Z[ recovery-image] Dec 13 20:39:06.992 INFO O| Dec 13 20:39:06.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77642024-12-13T20:39:08.087Z[ recovery-image] Dec 13 20:39:06.992 INFO O| Dec 13 20:39:06.992 INFO STEP 1137 (remove_files) COMPLETE
77652024-12-13T20:39:08.088Z[ recovery-image] Dec 13 20:39:06.992 INFO O| Dec 13 20:39:06.992 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662024-12-13T20:39:08.122Z[ recovery-image] Dec 13 20:39:07.026 INFO O| Dec 13 20:39:07.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77672024-12-13T20:39:08.122Z[ recovery-image] Dec 13 20:39:07.026 INFO O| Dec 13 20:39:07.026 INFO STEP 1138 (remove_files) COMPLETE
77682024-12-13T20:39:08.122Z[ recovery-image] Dec 13 20:39:07.026 INFO O| Dec 13 20:39:07.026 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692024-12-13T20:39:08.157Z[ recovery-image] Dec 13 20:39:07.061 INFO O| Dec 13 20:39:07.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77702024-12-13T20:39:08.157Z[ recovery-image] Dec 13 20:39:07.061 INFO O| Dec 13 20:39:07.061 INFO STEP 1139 (remove_files) COMPLETE
77712024-12-13T20:39:08.157Z[ recovery-image] Dec 13 20:39:07.061 INFO O| Dec 13 20:39:07.061 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722024-12-13T20:39:08.176Z[ recovery-image] Dec 13 20:39:07.080 INFO O| Dec 13 20:39:07.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77732024-12-13T20:39:08.176Z[ recovery-image] Dec 13 20:39:07.080 INFO O| Dec 13 20:39:07.080 INFO STEP 1140 (remove_files) COMPLETE
77742024-12-13T20:39:08.179Z[ recovery-image] Dec 13 20:39:07.080 INFO O| Dec 13 20:39:07.080 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752024-12-13T20:39:08.234Z[ recovery-image] Dec 13 20:39:07.137 INFO O| Dec 13 20:39:07.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77762024-12-13T20:39:08.234Z[ recovery-image] Dec 13 20:39:07.137 INFO O| Dec 13 20:39:07.137 INFO STEP 1141 (remove_files) COMPLETE
77772024-12-13T20:39:08.237Z[ recovery-image] Dec 13 20:39:07.137 INFO O| Dec 13 20:39:07.137 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782024-12-13T20:39:08.278Z[ recovery-image] Dec 13 20:39:07.182 INFO O| Dec 13 20:39:07.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77792024-12-13T20:39:08.278Z[ recovery-image] Dec 13 20:39:07.182 INFO O| Dec 13 20:39:07.182 INFO STEP 1142 (remove_files) COMPLETE
77802024-12-13T20:39:08.278Z[ recovery-image] Dec 13 20:39:07.182 INFO O| Dec 13 20:39:07.182 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812024-12-13T20:39:08.299Z[ recovery-image] Dec 13 20:39:07.203 INFO O| Dec 13 20:39:07.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77822024-12-13T20:39:08.299Z[ recovery-image] Dec 13 20:39:07.203 INFO O| Dec 13 20:39:07.203 INFO STEP 1143 (remove_files) COMPLETE
77832024-12-13T20:39:08.299Z[ recovery-image] Dec 13 20:39:07.203 INFO O| Dec 13 20:39:07.203 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842024-12-13T20:39:08.339Z[ recovery-image] Dec 13 20:39:07.243 INFO O| Dec 13 20:39:07.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77852024-12-13T20:39:08.342Z[ recovery-image] Dec 13 20:39:07.243 INFO O| Dec 13 20:39:07.243 INFO STEP 1144 (remove_files) COMPLETE
77862024-12-13T20:39:08.342Z[ recovery-image] Dec 13 20:39:07.243 INFO O| Dec 13 20:39:07.243 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872024-12-13T20:39:08.396Z[ recovery-image] Dec 13 20:39:07.300 INFO O| Dec 13 20:39:07.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77882024-12-13T20:39:08.396Z[ recovery-image] Dec 13 20:39:07.300 INFO O| Dec 13 20:39:07.300 INFO STEP 1145 (remove_files) COMPLETE
77892024-12-13T20:39:08.396Z[ recovery-image] Dec 13 20:39:07.300 INFO O| Dec 13 20:39:07.300 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902024-12-13T20:39:08.456Z[ recovery-image] Dec 13 20:39:07.360 INFO O| Dec 13 20:39:07.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
77912024-12-13T20:39:08.456Z[ recovery-image] Dec 13 20:39:07.360 INFO O| Dec 13 20:39:07.360 INFO STEP 1146 (remove_files) COMPLETE
77922024-12-13T20:39:08.456Z[ recovery-image] Dec 13 20:39:07.360 INFO O| Dec 13 20:39:07.360 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932024-12-13T20:39:08.499Z[ recovery-image] Dec 13 20:39:07.402 INFO O| Dec 13 20:39:07.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
77942024-12-13T20:39:08.499Z[ recovery-image] Dec 13 20:39:07.402 INFO O| Dec 13 20:39:07.402 INFO STEP 1147 (remove_files) COMPLETE
77952024-12-13T20:39:08.499Z[ recovery-image] Dec 13 20:39:07.402 INFO O| Dec 13 20:39:07.402 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962024-12-13T20:39:08.553Z[ recovery-image] Dec 13 20:39:07.457 INFO O| Dec 13 20:39:07.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
77972024-12-13T20:39:08.553Z[ recovery-image] Dec 13 20:39:07.458 INFO O| Dec 13 20:39:07.457 INFO STEP 1148 (remove_files) COMPLETE
77982024-12-13T20:39:08.553Z[ recovery-image] Dec 13 20:39:07.458 INFO O| Dec 13 20:39:07.458 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992024-12-13T20:39:08.574Z[ recovery-image] Dec 13 20:39:07.478 INFO O| Dec 13 20:39:07.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78002024-12-13T20:39:08.574Z[ recovery-image] Dec 13 20:39:07.478 INFO O| Dec 13 20:39:07.478 INFO STEP 1149 (remove_files) COMPLETE
78012024-12-13T20:39:08.574Z[ recovery-image] Dec 13 20:39:07.479 INFO O| Dec 13 20:39:07.478 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022024-12-13T20:39:08.606Z[ recovery-image] Dec 13 20:39:07.510 INFO O| Dec 13 20:39:07.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78032024-12-13T20:39:08.606Z[ recovery-image] Dec 13 20:39:07.510 INFO O| Dec 13 20:39:07.510 INFO STEP 1150 (remove_files) COMPLETE
78042024-12-13T20:39:08.606Z[ recovery-image] Dec 13 20:39:07.510 INFO O| Dec 13 20:39:07.510 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052024-12-13T20:39:08.641Z[ recovery-image] Dec 13 20:39:07.544 INFO O| Dec 13 20:39:07.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78062024-12-13T20:39:08.641Z[ recovery-image] Dec 13 20:39:07.544 INFO O| Dec 13 20:39:07.544 INFO STEP 1151 (remove_files) COMPLETE
78072024-12-13T20:39:08.641Z[ recovery-image] Dec 13 20:39:07.544 INFO O| Dec 13 20:39:07.544 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082024-12-13T20:39:08.661Z[ recovery-image] Dec 13 20:39:07.565 INFO O| Dec 13 20:39:07.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78092024-12-13T20:39:08.661Z[ recovery-image] Dec 13 20:39:07.565 INFO O| Dec 13 20:39:07.565 INFO STEP 1152 (remove_files) COMPLETE
78102024-12-13T20:39:08.665Z[ recovery-image] Dec 13 20:39:07.565 INFO O| Dec 13 20:39:07.565 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112024-12-13T20:39:08.688Z[ recovery-image] Dec 13 20:39:07.587 INFO O| Dec 13 20:39:07.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78122024-12-13T20:39:08.688Z[ recovery-image] Dec 13 20:39:07.587 INFO O| Dec 13 20:39:07.587 INFO STEP 1153 (remove_files) COMPLETE
78132024-12-13T20:39:08.688Z[ recovery-image] Dec 13 20:39:07.587 INFO O| Dec 13 20:39:07.587 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142024-12-13T20:39:08.715Z[ recovery-image] Dec 13 20:39:07.619 INFO O| Dec 13 20:39:07.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78152024-12-13T20:39:08.718Z[ recovery-image] Dec 13 20:39:07.620 INFO O| Dec 13 20:39:07.620 INFO STEP 1154 (remove_files) COMPLETE
78162024-12-13T20:39:08.718Z[ recovery-image] Dec 13 20:39:07.620 INFO O| Dec 13 20:39:07.620 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172024-12-13T20:39:08.739Z[ recovery-image] Dec 13 20:39:07.643 INFO O| Dec 13 20:39:07.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78182024-12-13T20:39:08.742Z[ recovery-image] Dec 13 20:39:07.643 INFO O| Dec 13 20:39:07.643 INFO STEP 1155 (remove_files) COMPLETE
78192024-12-13T20:39:08.742Z[ recovery-image] Dec 13 20:39:07.643 INFO O| Dec 13 20:39:07.643 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202024-12-13T20:39:08.772Z[ recovery-image] Dec 13 20:39:07.674 INFO O| Dec 13 20:39:07.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78212024-12-13T20:39:08.775Z[ recovery-image] Dec 13 20:39:07.675 INFO O| Dec 13 20:39:07.675 INFO STEP 1156 (remove_files) COMPLETE
78222024-12-13T20:39:08.775Z[ recovery-image] Dec 13 20:39:07.675 INFO O| Dec 13 20:39:07.675 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232024-12-13T20:39:08.850Z[ recovery-image] Dec 13 20:39:07.754 INFO O| Dec 13 20:39:07.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78242024-12-13T20:39:08.851Z[ recovery-image] Dec 13 20:39:07.754 INFO O| Dec 13 20:39:07.754 INFO STEP 1157 (remove_files) COMPLETE
78252024-12-13T20:39:08.851Z[ recovery-image] Dec 13 20:39:07.754 INFO O| Dec 13 20:39:07.754 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262024-12-13T20:39:08.870Z[ recovery-image] Dec 13 20:39:07.774 INFO O| Dec 13 20:39:07.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78272024-12-13T20:39:08.871Z[ recovery-image] Dec 13 20:39:07.774 INFO O| Dec 13 20:39:07.774 INFO STEP 1158 (remove_files) COMPLETE
78282024-12-13T20:39:08.876Z[ recovery-image] Dec 13 20:39:07.774 INFO O| Dec 13 20:39:07.774 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292024-12-13T20:39:08.901Z[ recovery-image] Dec 13 20:39:07.805 INFO O| Dec 13 20:39:07.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78302024-12-13T20:39:08.901Z[ recovery-image] Dec 13 20:39:07.805 INFO O| Dec 13 20:39:07.805 INFO STEP 1159 (remove_files) COMPLETE
78312024-12-13T20:39:08.904Z[ recovery-image] Dec 13 20:39:07.805 INFO O| Dec 13 20:39:07.805 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322024-12-13T20:39:08.927Z[ host-image] Dec 13 20:39:07.831 INFO O| Dec 13 20:39:07.830 INFO O| Done
78332024-12-13T20:39:08.938Z[ recovery-image] Dec 13 20:39:07.841 INFO O| Dec 13 20:39:07.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78342024-12-13T20:39:08.938Z[ recovery-image] Dec 13 20:39:07.841 INFO O| Dec 13 20:39:07.841 INFO STEP 1160 (remove_files) COMPLETE
78352024-12-13T20:39:08.941Z[ recovery-image] Dec 13 20:39:07.841 INFO O| Dec 13 20:39:07.841 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362024-12-13T20:39:08.972Z[ recovery-image] Dec 13 20:39:07.876 INFO O| Dec 13 20:39:07.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78372024-12-13T20:39:08.972Z[ recovery-image] Dec 13 20:39:07.876 INFO O| Dec 13 20:39:07.876 INFO STEP 1161 (remove_files) COMPLETE
78382024-12-13T20:39:08.975Z[ recovery-image] Dec 13 20:39:07.876 INFO O| Dec 13 20:39:07.876 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392024-12-13T20:39:09.033Z[ recovery-image] Dec 13 20:39:07.936 INFO O| Dec 13 20:39:07.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78402024-12-13T20:39:09.033Z[ recovery-image] Dec 13 20:39:07.937 INFO O| Dec 13 20:39:07.937 INFO STEP 1162 (remove_files) COMPLETE
78412024-12-13T20:39:09.035Z[ recovery-image] Dec 13 20:39:07.937 INFO O| Dec 13 20:39:07.937 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422024-12-13T20:39:09.059Z[ recovery-image] Dec 13 20:39:07.962 INFO O| Dec 13 20:39:07.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78432024-12-13T20:39:09.062Z[ recovery-image] Dec 13 20:39:07.962 INFO O| Dec 13 20:39:07.962 INFO STEP 1163 (remove_files) COMPLETE
78442024-12-13T20:39:09.062Z[ recovery-image] Dec 13 20:39:07.962 INFO O| Dec 13 20:39:07.962 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452024-12-13T20:39:09.117Z[ recovery-image] Dec 13 20:39:08.019 INFO O| Dec 13 20:39:08.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78462024-12-13T20:39:09.117Z[ recovery-image] Dec 13 20:39:08.019 INFO O| Dec 13 20:39:08.018 INFO STEP 1164 (remove_files) COMPLETE
78472024-12-13T20:39:09.117Z[ recovery-image] Dec 13 20:39:08.019 INFO O| Dec 13 20:39:08.018 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482024-12-13T20:39:09.172Z[ recovery-image] Dec 13 20:39:08.076 INFO O| Dec 13 20:39:08.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78492024-12-13T20:39:09.175Z[ recovery-image] Dec 13 20:39:08.076 INFO O| Dec 13 20:39:08.076 INFO STEP 1165 (remove_files) COMPLETE
78502024-12-13T20:39:09.175Z[ recovery-image] Dec 13 20:39:08.076 INFO O| Dec 13 20:39:08.076 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512024-12-13T20:39:09.195Z[ recovery-image] Dec 13 20:39:08.099 INFO O| Dec 13 20:39:08.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78522024-12-13T20:39:09.215Z[ recovery-image] Dec 13 20:39:08.119 INFO O| Dec 13 20:39:08.119 INFO STEP 1166 (remove_files) COMPLETE
78532024-12-13T20:39:09.215Z[ recovery-image] Dec 13 20:39:08.119 INFO O| Dec 13 20:39:08.119 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542024-12-13T20:39:09.238Z[ recovery-image] Dec 13 20:39:08.141 INFO O| Dec 13 20:39:08.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78552024-12-13T20:39:09.240Z[ recovery-image] Dec 13 20:39:08.142 INFO O| Dec 13 20:39:08.142 INFO STEP 1167 (remove_files) COMPLETE
78562024-12-13T20:39:09.240Z[ recovery-image] Dec 13 20:39:08.142 INFO O| Dec 13 20:39:08.142 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572024-12-13T20:39:09.272Z[ recovery-image] Dec 13 20:39:08.176 INFO O| Dec 13 20:39:08.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78582024-12-13T20:39:09.272Z[ recovery-image] Dec 13 20:39:08.176 INFO O| Dec 13 20:39:08.176 INFO STEP 1168 (remove_files) COMPLETE
78592024-12-13T20:39:09.272Z[ recovery-image] Dec 13 20:39:08.176 INFO O| Dec 13 20:39:08.176 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602024-12-13T20:39:09.294Z[ recovery-image] Dec 13 20:39:08.198 INFO O| Dec 13 20:39:08.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78612024-12-13T20:39:09.294Z[ recovery-image] Dec 13 20:39:08.198 INFO O| Dec 13 20:39:08.198 INFO STEP 1169 (remove_files) COMPLETE
78622024-12-13T20:39:09.294Z[ recovery-image] Dec 13 20:39:08.198 INFO O| Dec 13 20:39:08.198 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632024-12-13T20:39:09.336Z[ recovery-image] Dec 13 20:39:08.240 INFO O| Dec 13 20:39:08.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78642024-12-13T20:39:09.339Z[ recovery-image] Dec 13 20:39:08.241 INFO O| Dec 13 20:39:08.241 INFO STEP 1170 (remove_files) COMPLETE
78652024-12-13T20:39:09.339Z[ recovery-image] Dec 13 20:39:08.241 INFO O| Dec 13 20:39:08.241 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662024-12-13T20:39:09.359Z[ recovery-image] Dec 13 20:39:08.262 INFO O| Dec 13 20:39:08.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78672024-12-13T20:39:09.361Z[ recovery-image] Dec 13 20:39:08.262 INFO O| Dec 13 20:39:08.262 INFO STEP 1171 (remove_files) COMPLETE
78682024-12-13T20:39:09.362Z[ recovery-image] Dec 13 20:39:08.262 INFO O| Dec 13 20:39:08.262 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692024-12-13T20:39:09.395Z[ recovery-image] Dec 13 20:39:08.299 INFO O| Dec 13 20:39:08.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78702024-12-13T20:39:09.398Z[ recovery-image] Dec 13 20:39:08.299 INFO O| Dec 13 20:39:08.299 INFO STEP 1172 (remove_files) COMPLETE
78712024-12-13T20:39:09.398Z[ recovery-image] Dec 13 20:39:08.299 INFO O| Dec 13 20:39:08.299 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722024-12-13T20:39:09.422Z[ recovery-image] Dec 13 20:39:08.322 INFO O| Dec 13 20:39:08.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78732024-12-13T20:39:09.424Z[ recovery-image] Dec 13 20:39:08.322 INFO O| Dec 13 20:39:08.322 INFO STEP 1173 (remove_files) COMPLETE
78742024-12-13T20:39:09.425Z[ recovery-image] Dec 13 20:39:08.322 INFO O| Dec 13 20:39:08.322 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752024-12-13T20:39:09.460Z[ recovery-image] Dec 13 20:39:08.364 INFO O| Dec 13 20:39:08.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78762024-12-13T20:39:09.460Z[ recovery-image] Dec 13 20:39:08.364 INFO O| Dec 13 20:39:08.364 INFO STEP 1174 (remove_files) COMPLETE
78772024-12-13T20:39:09.460Z[ recovery-image] Dec 13 20:39:08.364 INFO O| Dec 13 20:39:08.364 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782024-12-13T20:39:09.483Z[ recovery-image] Dec 13 20:39:08.387 INFO O| Dec 13 20:39:08.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78792024-12-13T20:39:09.483Z[ recovery-image] Dec 13 20:39:08.387 INFO O| Dec 13 20:39:08.387 INFO STEP 1175 (remove_files) COMPLETE
78802024-12-13T20:39:09.485Z[ recovery-image] Dec 13 20:39:08.387 INFO O| Dec 13 20:39:08.387 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812024-12-13T20:39:09.518Z[ recovery-image] Dec 13 20:39:08.421 INFO O| Dec 13 20:39:08.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78822024-12-13T20:39:09.518Z[ recovery-image] Dec 13 20:39:08.422 INFO O| Dec 13 20:39:08.421 INFO STEP 1176 (remove_files) COMPLETE
78832024-12-13T20:39:09.521Z[ recovery-image] Dec 13 20:39:08.422 INFO O| Dec 13 20:39:08.422 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842024-12-13T20:39:09.551Z[ recovery-image] Dec 13 20:39:08.455 INFO O| Dec 13 20:39:08.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78852024-12-13T20:39:09.552Z[ recovery-image] Dec 13 20:39:08.455 INFO O| Dec 13 20:39:08.455 INFO STEP 1177 (remove_files) COMPLETE
78862024-12-13T20:39:09.554Z[ recovery-image] Dec 13 20:39:08.455 INFO O| Dec 13 20:39:08.455 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872024-12-13T20:39:09.578Z[ recovery-image] Dec 13 20:39:08.478 INFO O| Dec 13 20:39:08.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
78882024-12-13T20:39:09.578Z[ recovery-image] Dec 13 20:39:08.478 INFO O| Dec 13 20:39:08.478 INFO STEP 1178 (remove_files) COMPLETE
78892024-12-13T20:39:09.578Z[ recovery-image] Dec 13 20:39:08.478 INFO O| Dec 13 20:39:08.478 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902024-12-13T20:39:09.600Z[ recovery-image] Dec 13 20:39:08.504 INFO O| Dec 13 20:39:08.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
78912024-12-13T20:39:09.600Z[ recovery-image] Dec 13 20:39:08.504 INFO O| Dec 13 20:39:08.504 INFO STEP 1179 (remove_files) COMPLETE
78922024-12-13T20:39:09.600Z[ recovery-image] Dec 13 20:39:08.504 INFO O| Dec 13 20:39:08.504 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932024-12-13T20:39:09.632Z[ recovery-image] Dec 13 20:39:08.535 INFO O| Dec 13 20:39:08.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
78942024-12-13T20:39:09.632Z[ recovery-image] Dec 13 20:39:08.535 INFO O| Dec 13 20:39:08.535 INFO STEP 1180 (remove_files) COMPLETE
78952024-12-13T20:39:09.632Z[ recovery-image] Dec 13 20:39:08.535 INFO O| Dec 13 20:39:08.535 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962024-12-13T20:39:09.655Z[ recovery-image] Dec 13 20:39:08.558 INFO O| Dec 13 20:39:08.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
78972024-12-13T20:39:09.655Z[ recovery-image] Dec 13 20:39:08.559 INFO O| Dec 13 20:39:08.559 INFO STEP 1181 (remove_files) COMPLETE
78982024-12-13T20:39:09.655Z[ recovery-image] Dec 13 20:39:08.559 INFO O| Dec 13 20:39:08.559 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992024-12-13T20:39:09.802Z[ recovery-image] Dec 13 20:39:08.706 INFO O| Dec 13 20:39:08.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79002024-12-13T20:39:09.804Z[ recovery-image] Dec 13 20:39:08.706 INFO O| Dec 13 20:39:08.706 INFO STEP 1182 (remove_files) COMPLETE
79012024-12-13T20:39:09.804Z[ recovery-image] Dec 13 20:39:08.706 INFO O| Dec 13 20:39:08.706 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022024-12-13T20:39:09.829Z[ recovery-image] Dec 13 20:39:08.733 INFO O| Dec 13 20:39:08.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79032024-12-13T20:39:09.832Z[ recovery-image] Dec 13 20:39:08.733 INFO O| Dec 13 20:39:08.733 INFO STEP 1183 (remove_files) COMPLETE
79042024-12-13T20:39:09.832Z[ recovery-image] Dec 13 20:39:08.733 INFO O| Dec 13 20:39:08.733 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052024-12-13T20:39:09.892Z[ recovery-image] Dec 13 20:39:08.796 INFO O| Dec 13 20:39:08.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79062024-12-13T20:39:09.894Z[ recovery-image] Dec 13 20:39:08.796 INFO O| Dec 13 20:39:08.796 INFO STEP 1184 (remove_files) COMPLETE
79072024-12-13T20:39:09.894Z[ recovery-image] Dec 13 20:39:08.796 INFO O| Dec 13 20:39:08.796 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082024-12-13T20:39:09.951Z[ recovery-image] Dec 13 20:39:08.855 INFO O| Dec 13 20:39:08.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79092024-12-13T20:39:09.951Z[ recovery-image] Dec 13 20:39:08.855 INFO O| Dec 13 20:39:08.855 INFO STEP 1185 (remove_files) COMPLETE
79102024-12-13T20:39:09.951Z[ recovery-image] Dec 13 20:39:08.855 INFO O| Dec 13 20:39:08.855 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112024-12-13T20:39:09.974Z[ recovery-image] Dec 13 20:39:08.877 INFO O| Dec 13 20:39:08.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79122024-12-13T20:39:09.974Z[ recovery-image] Dec 13 20:39:08.878 INFO O| Dec 13 20:39:08.878 INFO STEP 1186 (remove_files) COMPLETE
79132024-12-13T20:39:09.974Z[ recovery-image] Dec 13 20:39:08.878 INFO O| Dec 13 20:39:08.878 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142024-12-13T20:39:09.994Z[ recovery-image] Dec 13 20:39:08.898 INFO O| Dec 13 20:39:08.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79152024-12-13T20:39:09.994Z[ recovery-image] Dec 13 20:39:08.898 INFO O| Dec 13 20:39:08.898 INFO STEP 1187 (remove_files) COMPLETE
79162024-12-13T20:39:09.994Z[ recovery-image] Dec 13 20:39:08.898 INFO O| Dec 13 20:39:08.898 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172024-12-13T20:39:10.013Z[ recovery-image] Dec 13 20:39:08.917 INFO O| Dec 13 20:39:08.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79182024-12-13T20:39:10.013Z[ recovery-image] Dec 13 20:39:08.917 INFO O| Dec 13 20:39:08.917 INFO STEP 1188 (remove_files) COMPLETE
79192024-12-13T20:39:10.013Z[ recovery-image] Dec 13 20:39:08.917 INFO O| Dec 13 20:39:08.917 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202024-12-13T20:39:10.034Z[ recovery-image] Dec 13 20:39:08.937 INFO O| Dec 13 20:39:08.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79212024-12-13T20:39:10.034Z[ recovery-image] Dec 13 20:39:08.937 INFO O| Dec 13 20:39:08.937 INFO STEP 1189 (remove_files) COMPLETE
79222024-12-13T20:39:10.034Z[ recovery-image] Dec 13 20:39:08.937 INFO O| Dec 13 20:39:08.937 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232024-12-13T20:39:10.053Z[ recovery-image] Dec 13 20:39:08.957 INFO O| Dec 13 20:39:08.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79242024-12-13T20:39:10.054Z[ recovery-image] Dec 13 20:39:08.957 INFO O| Dec 13 20:39:08.957 INFO STEP 1190 (remove_files) COMPLETE
79252024-12-13T20:39:10.054Z[ recovery-image] Dec 13 20:39:08.957 INFO O| Dec 13 20:39:08.957 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262024-12-13T20:39:10.072Z[ recovery-image] Dec 13 20:39:08.976 INFO O| Dec 13 20:39:08.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79272024-12-13T20:39:10.072Z[ recovery-image] Dec 13 20:39:08.976 INFO O| Dec 13 20:39:08.976 INFO STEP 1191 (remove_files) COMPLETE
79282024-12-13T20:39:10.072Z[ recovery-image] Dec 13 20:39:08.976 INFO O| Dec 13 20:39:08.976 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292024-12-13T20:39:10.119Z[ recovery-image] Dec 13 20:39:09.016 INFO O| Dec 13 20:39:09.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79302024-12-13T20:39:10.123Z[ recovery-image] Dec 13 20:39:09.026 INFO O| Dec 13 20:39:09.026 INFO STEP 1192 (remove_files) COMPLETE
79312024-12-13T20:39:10.123Z[ recovery-image] Dec 13 20:39:09.026 INFO O| Dec 13 20:39:09.026 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322024-12-13T20:39:10.161Z[ recovery-image] Dec 13 20:39:09.064 INFO O| Dec 13 20:39:09.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79332024-12-13T20:39:10.161Z[ recovery-image] Dec 13 20:39:09.065 INFO O| Dec 13 20:39:09.065 INFO STEP 1193 (remove_files) COMPLETE
79342024-12-13T20:39:10.161Z[ recovery-image] Dec 13 20:39:09.065 INFO O| Dec 13 20:39:09.065 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352024-12-13T20:39:10.202Z[ recovery-image] Dec 13 20:39:09.106 INFO O| Dec 13 20:39:09.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79362024-12-13T20:39:10.205Z[ recovery-image] Dec 13 20:39:09.106 INFO O| Dec 13 20:39:09.106 INFO STEP 1194 (remove_files) COMPLETE
79372024-12-13T20:39:10.205Z[ recovery-image] Dec 13 20:39:09.106 INFO O| Dec 13 20:39:09.106 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382024-12-13T20:39:10.225Z[ recovery-image] Dec 13 20:39:09.129 INFO O| Dec 13 20:39:09.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79392024-12-13T20:39:10.228Z[ recovery-image] Dec 13 20:39:09.129 INFO O| Dec 13 20:39:09.129 INFO STEP 1195 (remove_files) COMPLETE
79402024-12-13T20:39:10.228Z[ recovery-image] Dec 13 20:39:09.129 INFO O| Dec 13 20:39:09.129 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412024-12-13T20:39:10.270Z[ recovery-image] Dec 13 20:39:09.174 INFO O| Dec 13 20:39:09.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79422024-12-13T20:39:10.270Z[ recovery-image] Dec 13 20:39:09.174 INFO O| Dec 13 20:39:09.174 INFO STEP 1196 (remove_files) COMPLETE
79432024-12-13T20:39:10.273Z[ recovery-image] Dec 13 20:39:09.174 INFO O| Dec 13 20:39:09.174 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442024-12-13T20:39:10.294Z[ recovery-image] Dec 13 20:39:09.198 INFO O| Dec 13 20:39:09.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79452024-12-13T20:39:10.294Z[ recovery-image] Dec 13 20:39:09.198 INFO O| Dec 13 20:39:09.198 INFO STEP 1197 (remove_files) COMPLETE
79462024-12-13T20:39:10.294Z[ recovery-image] Dec 13 20:39:09.198 INFO O| Dec 13 20:39:09.198 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472024-12-13T20:39:10.334Z[ recovery-image] Dec 13 20:39:09.238 INFO O| Dec 13 20:39:09.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79482024-12-13T20:39:10.334Z[ recovery-image] Dec 13 20:39:09.238 INFO O| Dec 13 20:39:09.238 INFO STEP 1198 (remove_files) COMPLETE
79492024-12-13T20:39:10.334Z[ recovery-image] Dec 13 20:39:09.238 INFO O| Dec 13 20:39:09.238 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502024-12-13T20:39:10.376Z[ recovery-image] Dec 13 20:39:09.279 INFO O| Dec 13 20:39:09.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79512024-12-13T20:39:10.376Z[ recovery-image] Dec 13 20:39:09.279 INFO O| Dec 13 20:39:09.279 INFO STEP 1199 (remove_files) COMPLETE
79522024-12-13T20:39:10.376Z[ recovery-image] Dec 13 20:39:09.279 INFO O| Dec 13 20:39:09.279 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532024-12-13T20:39:10.400Z[ recovery-image] Dec 13 20:39:09.304 INFO O| Dec 13 20:39:09.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79542024-12-13T20:39:10.400Z[ recovery-image] Dec 13 20:39:09.304 INFO O| Dec 13 20:39:09.304 INFO STEP 1200 (remove_files) COMPLETE
79552024-12-13T20:39:10.400Z[ recovery-image] Dec 13 20:39:09.304 INFO O| Dec 13 20:39:09.304 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562024-12-13T20:39:10.423Z[ recovery-image] Dec 13 20:39:09.327 INFO O| Dec 13 20:39:09.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79572024-12-13T20:39:10.423Z[ recovery-image] Dec 13 20:39:09.327 INFO O| Dec 13 20:39:09.327 INFO STEP 1201 (remove_files) COMPLETE
79582024-12-13T20:39:10.426Z[ recovery-image] Dec 13 20:39:09.327 INFO O| Dec 13 20:39:09.327 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592024-12-13T20:39:10.465Z[ recovery-image] Dec 13 20:39:09.368 INFO O| Dec 13 20:39:09.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79602024-12-13T20:39:10.465Z[ recovery-image] Dec 13 20:39:09.369 INFO O| Dec 13 20:39:09.368 INFO STEP 1202 (remove_files) COMPLETE
79612024-12-13T20:39:10.465Z[ recovery-image] Dec 13 20:39:09.369 INFO O| Dec 13 20:39:09.368 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622024-12-13T20:39:10.491Z[ recovery-image] Dec 13 20:39:09.395 INFO O| Dec 13 20:39:09.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79632024-12-13T20:39:10.491Z[ recovery-image] Dec 13 20:39:09.395 INFO O| Dec 13 20:39:09.395 INFO STEP 1203 (remove_files) COMPLETE
79642024-12-13T20:39:10.491Z[ recovery-image] Dec 13 20:39:09.395 INFO O| Dec 13 20:39:09.395 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652024-12-13T20:39:10.517Z[ recovery-image] Dec 13 20:39:09.420 INFO O| Dec 13 20:39:09.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79662024-12-13T20:39:10.519Z[ recovery-image] Dec 13 20:39:09.421 INFO O| Dec 13 20:39:09.421 INFO STEP 1204 (remove_files) COMPLETE
79672024-12-13T20:39:10.519Z[ recovery-image] Dec 13 20:39:09.421 INFO O| Dec 13 20:39:09.421 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682024-12-13T20:39:10.544Z[ recovery-image] Dec 13 20:39:09.447 INFO O| Dec 13 20:39:09.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79692024-12-13T20:39:10.546Z[ recovery-image] Dec 13 20:39:09.448 INFO O| Dec 13 20:39:09.447 INFO STEP 1205 (remove_files) COMPLETE
79702024-12-13T20:39:10.546Z[ recovery-image] Dec 13 20:39:09.448 INFO O| Dec 13 20:39:09.448 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79712024-12-13T20:39:10.582Z[ recovery-image] Dec 13 20:39:09.485 INFO O| Dec 13 20:39:09.485 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79722024-12-13T20:39:10.584Z[ recovery-image] Dec 13 20:39:09.486 INFO O| Dec 13 20:39:09.486 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79732024-12-13T20:39:12.001Z[ host-image] Dec 13 20:39:10.904 INFO O| Dec 13 20:39:10.904 INFO O| Done
79742024-12-13T20:39:12.058Z[ host-image] Dec 13 20:39:10.961 INFO O| Dec 13 20:39:10.961 INFO O| Done
79752024-12-13T20:39:12.058Z[ host-image] Dec 13 20:39:10.961 INFO O| Dec 13 20:39:10.961 INFO O| Done
79762024-12-13T20:39:12.086Z[ host-image] Dec 13 20:39:10.990 INFO O| Dec 13 20:39:10.990 INFO O| Done
79772024-12-13T20:39:12.199Z[ recovery-image] Dec 13 20:39:11.103 INFO O| Dec 13 20:39:11.102 INFO STEP 1206 (pack_tar) COMPLETE
79782024-12-13T20:39:12.200Z[ recovery-image] Dec 13 20:39:11.103 INFO O| Dec 13 20:39:11.103 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79792024-12-13T20:39:12.200Z[ recovery-image] Dec 13 20:39:11.103 INFO O| Dec 13 20:39:11.103 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79802024-12-13T20:39:12.421Z[ host-image] Dec 13 20:39:11.324 INFO O| Dec 13 20:39:11.324 INFO STEP 14 (pkg_install) COMPLETE
79812024-12-13T20:39:12.421Z[ host-image] Dec 13 20:39:11.324 INFO O| Dec 13 20:39:11.324 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79822024-12-13T20:39:12.421Z[ host-image] Dec 13 20:39:11.324 INFO O| Dec 13 20:39:11.324 INFO skip step because feature "mfg" is not enabled
79832024-12-13T20:39:12.424Z[ host-image] Dec 13 20:39:11.324 INFO O| Dec 13 20:39:11.324 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79842024-12-13T20:39:12.424Z[ host-image] Dec 13 20:39:11.324 INFO O| Dec 13 20:39:11.324 INFO skip step because feature "compliance" is not enabled
79852024-12-13T20:39:12.424Z[ host-image] Dec 13 20:39:11.324 INFO O| Dec 13 20:39:11.324 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79862024-12-13T20:39:12.424Z[ host-image] Dec 13 20:39:11.324 INFO O| Dec 13 20:39:11.324 INFO skip step because feature "stress" is not enabled
79872024-12-13T20:39:12.424Z[ host-image] Dec 13 20:39:11.324 INFO O| Dec 13 20:39:11.324 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79882024-12-13T20:39:12.424Z[ host-image] Dec 13 20:39:11.324 INFO O| Dec 13 20:39:11.324 INFO skip step because feature "nfs" is not enabled
79892024-12-13T20:39:12.424Z[ host-image] Dec 13 20:39:11.324 INFO O| Dec 13 20:39:11.324 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
79902024-12-13T20:39:12.424Z[ host-image] Dec 13 20:39:11.324 INFO O| Dec 13 20:39:11.324 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
79912024-12-13T20:39:12.445Z[ recovery-image] Dec 13 20:39:11.348 INFO O| Dec 13 20:39:11.348 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79922024-12-13T20:39:12.475Z[ host-image] Dec 13 20:39:11.379 INFO O| Dec 13 20:39:11.379 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
79932024-12-13T20:39:12.535Z[ recovery-image] Dec 13 20:39:11.439 INFO O| Dec 13 20:39:11.439 INFO completed processing gimlet/ramdisk-03-recovery-trim
79942024-12-13T20:39:12.547Z[ recovery-image] Dec 13 20:39:11.450 INFO image builder template: zfs-recovery...
79952024-12-13T20:39:12.547Z[ recovery-image] Dec 13 20:39:11.450 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/.tmpVYZFEz/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.34.311", "-n", "zfs-recovery"], pwd: None
79962024-12-13T20:39:12.576Z[ host-image] Dec 13 20:39:11.480 INFO O| Dec 13 20:39:11.479 INFO completed processing gimlet/ramdisk-01-os
79972024-12-13T20:39:12.580Z[ host-image] Dec 13 20:39:11.483 INFO omicron1 baseline generation...
79982024-12-13T20:39:12.583Z[ host-image] Dec 13 20:39:11.484 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
79992024-12-13T20:39:12.604Z[ recovery-image] Dec 13 20:39:11.508 INFO O| Dec 13 20:39:11.507 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80002024-12-13T20:39:12.634Z[ recovery-image] Dec 13 20:39:11.537 INFO O| Dec 13 20:39:11.537 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80012024-12-13T20:39:12.768Z[ recovery-image] Dec 13 20:39:11.671 INFO O| Dec 13 20:39:11.671 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80022024-12-13T20:39:12.842Z[ recovery-image] Dec 13 20:39:11.746 INFO O| Dec 13 20:39:11.746 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80032024-12-13T20:39:12.845Z[ recovery-image] Dec 13 20:39:11.746 INFO O| Dec 13 20:39:11.746 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80042024-12-13T20:39:12.852Z[ recovery-image] Dec 13 20:39:11.755 INFO O| Dec 13 20:39:11.755 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80052024-12-13T20:39:12.998Z[ recovery-image] Dec 13 20:39:11.901 INFO O| Dec 13 20:39:11.901 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80062024-12-13T20:39:13.086Z[ recovery-image] Dec 13 20:39:11.989 INFO O| Dec 13 20:39:11.989 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80072024-12-13T20:39:13.183Z[ recovery-image] Dec 13 20:39:12.086 INFO O| Dec 13 20:39:12.086 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80082024-12-13T20:39:13.209Z[ recovery-image] Dec 13 20:39:12.112 INFO O| Dec 13 20:39:12.112 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80092024-12-13T20:39:13.249Z[ recovery-image] Dec 13 20:39:12.152 INFO O| Dec 13 20:39:12.152 INFO no lofi found
80102024-12-13T20:39:13.249Z[ recovery-image] Dec 13 20:39:12.152 INFO O| Dec 13 20:39:12.152 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80112024-12-13T20:39:13.249Z[ recovery-image] Dec 13 20:39:12.152 INFO O| Dec 13 20:39:12.152 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80122024-12-13T20:39:13.435Z[ host-image] Dec 13 20:39:12.338 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23049:20241204T192527Z
80132024-12-13T20:39:16.043Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
80142024-12-13T20:39:16.114Z[ recovery-image] Dec 13 20:39:15.017 INFO O| Dec 13 20:39:15.017 INFO lofi device = /dev/dsk/c2t1d0p0
80152024-12-13T20:39:16.115Z[ recovery-image] Dec 13 20:39:15.017 INFO O| Dec 13 20:39:15.017 INFO pool device = /dev/dsk/c2t1d0p0
80162024-12-13T20:39:16.117Z[ recovery-image] Dec 13 20:39:15.017 INFO O| Dec 13 20:39:15.017 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"]
80172024-12-13T20:39:16.388Z[ recovery-image] Dec 13 20:39:15.290 INFO O| Dec 13 20:39:15.290 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80182024-12-13T20:39:16.388Z[ recovery-image] Dec 13 20:39:15.290 INFO O| Dec 13 20:39:15.290 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80192024-12-13T20:39:16.418Z[ recovery-image] Dec 13 20:39:15.321 INFO O| Dec 13 20:39:15.320 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80202024-12-13T20:39:16.794Z[ recovery-image] Dec 13 20:39:15.694 INFO O| Dec 13 20:39:15.694 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80212024-12-13T20:39:16.870Z[ recovery-image] Dec 13 20:39:15.772 INFO O| Dec 13 20:39:15.772 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80222024-12-13T20:39:16.897Z[ recovery-image] Dec 13 20:39:15.800 INFO O| Dec 13 20:39:15.800 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80232024-12-13T20:39:16.920Z[ recovery-image] Dec 13 20:39:15.822 INFO O| Dec 13 20:39:15.822 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80242024-12-13T20:39:17.011Z[ recovery-image] Dec 13 20:39:15.912 INFO O| Dec 13 20:39:15.912 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80252024-12-13T20:39:17.014Z[ recovery-image] Dec 13 20:39:15.912 INFO O| Dec 13 20:39:15.912 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80262024-12-13T20:39:17.014Z[ recovery-image] Dec 13 20:39:15.912 INFO O| Dec 13 20:39:15.912 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80272024-12-13T20:39:17.022Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
80282024-12-13T20:39:17.072Z[ recovery-image] Dec 13 20:39:15.974 INFO O| Dec 13 20:39:15.974 INFO boot environment UUID: d6526008-7bf0-45e3-9bb9-541df9e87329
80292024-12-13T20:39:17.072Z[ recovery-image] Dec 13 20:39:15.974 INFO O| Dec 13 20:39:15.974 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = d6526008-7bf0-45e3-9bb9-541df9e87329
80302024-12-13T20:39:17.140Z[ recovery-image] Dec 13 20:39:16.043 INFO O| Dec 13 20:39:16.043 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80312024-12-13T20:39:17.205Z[ recovery-image] Dec 13 20:39:16.108 INFO O| Dec 13 20:39:16.108 INFO STEP 0 (create_be) COMPLETE
80322024-12-13T20:39:17.205Z[ recovery-image] Dec 13 20:39:16.108 INFO O| Dec 13 20:39:16.108 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80332024-12-13T20:39:17.279Z[ recovery-image] Dec 13 20:39:16.182 INFO O| Dec 13 20:39:16.182 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"]
80342024-12-13T20:39:23.177Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
80352024-12-13T20:39:24.413Z[ recovery-image] Dec 13 20:39:23.314 INFO O| Dec 13 20:39:23.313 INFO STEP 1 (unpack_tar) COMPLETE
80362024-12-13T20:39:24.413Z[ recovery-image] Dec 13 20:39:23.314 INFO O| Dec 13 20:39:23.314 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80372024-12-13T20:39:24.433Z[ recovery-image] Dec 13 20:39:23.334 INFO O| Dec 13 20:39:23.334 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80382024-12-13T20:39:24.852Z[ recovery-image] Dec 13 20:39:23.752 INFO O| Dec 13 20:39:23.752 INFO STEP 2 (devfsadm) COMPLETE
80392024-12-13T20:39:24.852Z[ recovery-image] Dec 13 20:39:23.753 INFO O| Dec 13 20:39:23.752 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80402024-12-13T20:39:24.873Z[ recovery-image] Dec 13 20:39:23.774 INFO O| Dec 13 20:39:23.774 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80412024-12-13T20:39:24.873Z[ recovery-image] Dec 13 20:39:23.774 INFO O| Dec 13 20:39:23.774 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80422024-12-13T20:39:24.873Z[ recovery-image] Dec 13 20:39:23.774 INFO O| Dec 13 20:39:23.774 INFO STEP 3 (ensure_dir) COMPLETE
80432024-12-13T20:39:24.875Z[ recovery-image] Dec 13 20:39:23.774 INFO O| Dec 13 20:39:23.774 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80442024-12-13T20:39:24.931Z[ recovery-image] Dec 13 20:39:23.832 INFO O| Dec 13 20:39:23.832 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80452024-12-13T20:39:24.931Z[ recovery-image] Dec 13 20:39:23.832 INFO O| Dec 13 20:39:23.832 INFO STEP 4 (ensure_dir) COMPLETE
80462024-12-13T20:39:24.934Z[ recovery-image] Dec 13 20:39:23.833 INFO O| Dec 13 20:39:23.832 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80472024-12-13T20:39:24.971Z[ recovery-image] Dec 13 20:39:23.872 INFO O| Dec 13 20:39:23.872 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80482024-12-13T20:39:24.971Z[ recovery-image] Dec 13 20:39:23.872 INFO O| Dec 13 20:39:23.872 INFO STEP 5 (ensure_dir) COMPLETE
80492024-12-13T20:39:24.973Z[ recovery-image] Dec 13 20:39:23.872 INFO O| Dec 13 20:39:23.872 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80502024-12-13T20:39:24.993Z[ recovery-image] Dec 13 20:39:23.894 INFO O| Dec 13 20:39:23.893 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80512024-12-13T20:39:24.993Z[ recovery-image] Dec 13 20:39:23.894 INFO O| Dec 13 20:39:23.894 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80522024-12-13T20:39:24.993Z[ recovery-image] Dec 13 20:39:23.894 INFO O| Dec 13 20:39:23.894 INFO STEP 6 (ensure_dir) COMPLETE
80532024-12-13T20:39:24.993Z[ recovery-image] Dec 13 20:39:23.894 INFO O| Dec 13 20:39:23.894 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80542024-12-13T20:39:25.015Z[ recovery-image] Dec 13 20:39:23.916 INFO O| Dec 13 20:39:23.916 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80552024-12-13T20:39:25.015Z[ recovery-image] Dec 13 20:39:23.916 INFO O| Dec 13 20:39:23.916 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80562024-12-13T20:39:25.015Z[ recovery-image] Dec 13 20:39:23.916 INFO O| Dec 13 20:39:23.916 INFO STEP 7 (ensure_dir) COMPLETE
80572024-12-13T20:39:25.018Z[ recovery-image] Dec 13 20:39:23.916 INFO O| Dec 13 20:39:23.916 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80582024-12-13T20:39:25.038Z[ recovery-image] Dec 13 20:39:23.939 INFO O| Dec 13 20:39:23.939 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80592024-12-13T20:39:25.041Z[ recovery-image] Dec 13 20:39:23.940 INFO O| Dec 13 20:39:23.940 INFO STEP 8 (remove_files) COMPLETE
80602024-12-13T20:39:25.041Z[ recovery-image] Dec 13 20:39:23.940 INFO O| Dec 13 20:39:23.940 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80612024-12-13T20:39:25.064Z[ recovery-image] Dec 13 20:39:23.965 INFO O| Dec 13 20:39:23.963 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80622024-12-13T20:39:25.064Z[ recovery-image] Dec 13 20:39:23.965 INFO O| Dec 13 20:39:23.965 INFO STEP 9 (remove_files) COMPLETE
80632024-12-13T20:39:25.068Z[ recovery-image] Dec 13 20:39:23.965 INFO O| Dec 13 20:39:23.965 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80642024-12-13T20:39:25.147Z[ recovery-image] Dec 13 20:39:24.048 INFO O| Dec 13 20:39:24.048 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80652024-12-13T20:39:25.149Z[ recovery-image] Dec 13 20:39:24.049 INFO O| Dec 13 20:39:24.049 INFO STEP 10 (remove_files) COMPLETE
80662024-12-13T20:39:25.149Z[ recovery-image] Dec 13 20:39:24.049 INFO O| Dec 13 20:39:24.049 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80672024-12-13T20:39:25.168Z[ recovery-image] Dec 13 20:39:24.069 INFO O| Dec 13 20:39:24.069 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80682024-12-13T20:39:25.168Z[ recovery-image] Dec 13 20:39:24.069 INFO O| Dec 13 20:39:24.069 INFO STEP 11 (remove_files) COMPLETE
80692024-12-13T20:39:25.168Z[ recovery-image] Dec 13 20:39:24.069 INFO O| Dec 13 20:39:24.069 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80702024-12-13T20:39:25.189Z[ recovery-image] Dec 13 20:39:24.090 INFO O| Dec 13 20:39:24.090 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80712024-12-13T20:39:25.192Z[ recovery-image] Dec 13 20:39:24.091 INFO O| Dec 13 20:39:24.091 INFO STEP 12 (remove_files) COMPLETE
80722024-12-13T20:39:25.192Z[ recovery-image] Dec 13 20:39:24.091 INFO O| Dec 13 20:39:24.091 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80732024-12-13T20:39:25.212Z[ recovery-image] Dec 13 20:39:24.113 INFO O| Dec 13 20:39:24.112 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80742024-12-13T20:39:25.212Z[ recovery-image] Dec 13 20:39:24.113 INFO O| Dec 13 20:39:24.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80752024-12-13T20:39:25.215Z[ recovery-image] Dec 13 20:39:24.113 INFO O| Dec 13 20:39:24.113 INFO STEP 13 (ensure_dir) COMPLETE
80762024-12-13T20:39:25.215Z[ recovery-image] Dec 13 20:39:24.113 INFO O| Dec 13 20:39:24.113 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80772024-12-13T20:39:25.232Z[ recovery-image] Dec 13 20:39:24.133 INFO O| Dec 13 20:39:24.133 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80782024-12-13T20:39:25.232Z[ recovery-image] Dec 13 20:39:24.133 INFO O| Dec 13 20:39:24.133 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80792024-12-13T20:39:25.235Z[ recovery-image] Dec 13 20:39:24.133 INFO O| Dec 13 20:39:24.133 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80802024-12-13T20:39:25.235Z[ recovery-image] Dec 13 20:39:24.134 INFO O| Dec 13 20:39:24.133 INFO STEP 14 (ensure_dir) COMPLETE
80812024-12-13T20:39:25.235Z[ recovery-image] Dec 13 20:39:24.134 INFO O| Dec 13 20:39:24.134 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80822024-12-13T20:39:25.254Z[ recovery-image] Dec 13 20:39:24.155 INFO O| Dec 13 20:39:24.155 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80832024-12-13T20:39:25.254Z[ recovery-image] Dec 13 20:39:24.155 INFO O| Dec 13 20:39:24.155 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80842024-12-13T20:39:25.254Z[ recovery-image] Dec 13 20:39:24.155 INFO O| Dec 13 20:39:24.155 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80852024-12-13T20:39:25.257Z[ recovery-image] Dec 13 20:39:24.155 INFO O| Dec 13 20:39:24.155 INFO STEP 15 (ensure_dir) COMPLETE
80862024-12-13T20:39:25.257Z[ recovery-image] Dec 13 20:39:24.155 INFO O| Dec 13 20:39:24.155 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80872024-12-13T20:39:25.280Z[ recovery-image] Dec 13 20:39:24.181 INFO O| Dec 13 20:39:24.180 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80882024-12-13T20:39:25.280Z[ recovery-image] Dec 13 20:39:24.181 INFO O| Dec 13 20:39:24.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80892024-12-13T20:39:25.282Z[ recovery-image] Dec 13 20:39:24.181 INFO O| Dec 13 20:39:24.181 INFO STEP 16 (ensure_dir) COMPLETE
80902024-12-13T20:39:25.282Z[ recovery-image] Dec 13 20:39:24.181 INFO O| Dec 13 20:39:24.181 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80912024-12-13T20:39:25.302Z[ recovery-image] Dec 13 20:39:24.203 INFO O| Dec 13 20:39:24.203 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80922024-12-13T20:39:25.304Z[ recovery-image] Dec 13 20:39:24.203 INFO O| Dec 13 20:39:24.203 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80932024-12-13T20:39:25.304Z[ recovery-image] Dec 13 20:39:24.204 INFO O| Dec 13 20:39:24.203 INFO STEP 17 (ensure_dir) COMPLETE
80942024-12-13T20:39:25.305Z[ recovery-image] Dec 13 20:39:24.204 INFO O| Dec 13 20:39:24.204 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80952024-12-13T20:39:25.359Z[ recovery-image] Dec 13 20:39:24.260 INFO O| Dec 13 20:39:24.260 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80962024-12-13T20:39:25.359Z[ recovery-image] Dec 13 20:39:24.260 INFO O| Dec 13 20:39:24.260 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80972024-12-13T20:39:25.362Z[ recovery-image] Dec 13 20:39:24.260 INFO O| Dec 13 20:39:24.260 INFO ok!
80982024-12-13T20:39:25.362Z[ recovery-image] Dec 13 20:39:24.260 INFO O| Dec 13 20:39:24.260 INFO STEP 18 (ensure_symlink) COMPLETE
80992024-12-13T20:39:25.362Z[ recovery-image] Dec 13 20:39:24.260 INFO O| Dec 13 20:39:24.260 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81002024-12-13T20:39:25.381Z[ recovery-image] Dec 13 20:39:24.281 INFO O| Dec 13 20:39:24.281 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81012024-12-13T20:39:25.381Z[ recovery-image] Dec 13 20:39:24.281 INFO O| Dec 13 20:39:24.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81022024-12-13T20:39:25.381Z[ recovery-image] Dec 13 20:39:24.281 INFO O| Dec 13 20:39:24.281 INFO ok!
81032024-12-13T20:39:25.381Z[ recovery-image] Dec 13 20:39:24.281 INFO O| Dec 13 20:39:24.281 INFO STEP 19 (ensure_file) COMPLETE
81042024-12-13T20:39:25.381Z[ recovery-image] Dec 13 20:39:24.281 INFO O| Dec 13 20:39:24.281 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81052024-12-13T20:39:25.402Z[ recovery-image] Dec 13 20:39:24.303 INFO O| Dec 13 20:39:24.303 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81062024-12-13T20:39:25.402Z[ recovery-image] Dec 13 20:39:24.303 INFO O| Dec 13 20:39:24.303 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81072024-12-13T20:39:25.404Z[ recovery-image] Dec 13 20:39:24.303 INFO O| Dec 13 20:39:24.303 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81082024-12-13T20:39:25.404Z[ recovery-image] Dec 13 20:39:24.303 INFO O| Dec 13 20:39:24.303 INFO ok!
81092024-12-13T20:39:25.404Z[ recovery-image] Dec 13 20:39:24.303 INFO O| Dec 13 20:39:24.303 INFO STEP 20 (ensure_symlink) COMPLETE
81102024-12-13T20:39:25.404Z[ recovery-image] Dec 13 20:39:24.303 INFO O| Dec 13 20:39:24.303 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81112024-12-13T20:39:25.431Z[ recovery-image] Dec 13 20:39:24.332 INFO O| Dec 13 20:39:24.332 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81122024-12-13T20:39:25.431Z[ recovery-image] Dec 13 20:39:24.332 INFO O| Dec 13 20:39:24.332 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81132024-12-13T20:39:25.431Z[ recovery-image] Dec 13 20:39:24.332 INFO O| Dec 13 20:39:24.332 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81142024-12-13T20:39:25.431Z[ recovery-image] Dec 13 20:39:24.332 INFO O| Dec 13 20:39:24.332 INFO ok!
81152024-12-13T20:39:25.434Z[ recovery-image] Dec 13 20:39:24.332 INFO O| Dec 13 20:39:24.332 INFO STEP 21 (ensure_symlink) COMPLETE
81162024-12-13T20:39:25.434Z[ recovery-image] Dec 13 20:39:24.332 INFO O| Dec 13 20:39:24.332 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81172024-12-13T20:39:25.453Z[ recovery-image] Dec 13 20:39:24.354 INFO O| Dec 13 20:39:24.354 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81182024-12-13T20:39:25.453Z[ recovery-image] Dec 13 20:39:24.354 INFO O| Dec 13 20:39:24.354 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81192024-12-13T20:39:25.458Z[ recovery-image] Dec 13 20:39:24.354 INFO O| Dec 13 20:39:24.354 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81202024-12-13T20:39:25.458Z[ recovery-image] Dec 13 20:39:24.354 INFO O| Dec 13 20:39:24.354 INFO ok!
81212024-12-13T20:39:25.458Z[ recovery-image] Dec 13 20:39:24.354 INFO O| Dec 13 20:39:24.354 INFO STEP 22 (ensure_symlink) COMPLETE
81222024-12-13T20:39:25.458Z[ recovery-image] Dec 13 20:39:24.354 INFO O| Dec 13 20:39:24.354 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81232024-12-13T20:39:25.475Z[ recovery-image] Dec 13 20:39:24.376 INFO O| Dec 13 20:39:24.375 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81242024-12-13T20:39:25.475Z[ recovery-image] Dec 13 20:39:24.376 INFO O| Dec 13 20:39:24.376 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81252024-12-13T20:39:25.475Z[ recovery-image] Dec 13 20:39:24.376 INFO O| Dec 13 20:39:24.376 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81262024-12-13T20:39:25.475Z[ recovery-image] Dec 13 20:39:24.376 INFO O| Dec 13 20:39:24.376 INFO ok!
81272024-12-13T20:39:25.477Z[ recovery-image] Dec 13 20:39:24.376 INFO O| Dec 13 20:39:24.376 INFO STEP 23 (ensure_symlink) COMPLETE
81282024-12-13T20:39:25.478Z[ recovery-image] Dec 13 20:39:24.376 INFO O| Dec 13 20:39:24.376 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81292024-12-13T20:39:25.494Z[ recovery-image] Dec 13 20:39:24.395 INFO O| Dec 13 20:39:24.395 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81302024-12-13T20:39:25.494Z[ recovery-image] Dec 13 20:39:24.395 INFO O| Dec 13 20:39:24.395 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 ...
81312024-12-13T20:39:25.497Z[ recovery-image] Dec 13 20:39:24.395 INFO O| Dec 13 20:39:24.395 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81322024-12-13T20:39:25.497Z[ recovery-image] Dec 13 20:39:24.395 INFO O| Dec 13 20:39:24.395 INFO ok!
81332024-12-13T20:39:25.497Z[ recovery-image] Dec 13 20:39:24.395 INFO O| Dec 13 20:39:24.395 INFO STEP 24 (ensure_file) COMPLETE
81342024-12-13T20:39:25.497Z[ recovery-image] Dec 13 20:39:24.395 INFO O| Dec 13 20:39:24.395 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81352024-12-13T20:39:25.530Z[ recovery-image] Dec 13 20:39:24.431 INFO O| Dec 13 20:39:24.431 INFO updating shadow file
81362024-12-13T20:39:25.533Z[ recovery-image] Dec 13 20:39:24.432 INFO O| Dec 13 20:39:24.432 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81372024-12-13T20:39:25.533Z[ recovery-image] Dec 13 20:39:24.432 INFO O| Dec 13 20:39:24.432 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81382024-12-13T20:39:25.533Z[ recovery-image] Dec 13 20:39:24.432 INFO O| Dec 13 20:39:24.432 INFO STEP 25 (shadow) COMPLETE
81392024-12-13T20:39:25.533Z[ recovery-image] Dec 13 20:39:24.432 INFO O| Dec 13 20:39:24.432 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81402024-12-13T20:39:25.564Z[ recovery-image] Dec 13 20:39:24.465 INFO O| Dec 13 20:39:24.465 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81412024-12-13T20:39:25.564Z[ recovery-image] Dec 13 20:39:24.465 INFO O| Dec 13 20:39:24.465 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81422024-12-13T20:39:25.567Z[ recovery-image] Dec 13 20:39:24.466 INFO O| Dec 13 20:39:24.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81432024-12-13T20:39:25.567Z[ recovery-image] Dec 13 20:39:24.466 INFO O| Dec 13 20:39:24.466 INFO ok!
81442024-12-13T20:39:25.567Z[ recovery-image] Dec 13 20:39:24.466 INFO O| Dec 13 20:39:24.466 INFO STEP 26 (ensure_file) COMPLETE
81452024-12-13T20:39:25.567Z[ recovery-image] Dec 13 20:39:24.466 INFO O| Dec 13 20:39:24.466 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81462024-12-13T20:39:25.612Z[ recovery-image] Dec 13 20:39:24.513 INFO O| Dec 13 20:39:24.513 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81472024-12-13T20:39:25.612Z[ recovery-image] Dec 13 20:39:24.513 INFO O| Dec 13 20:39:24.513 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81482024-12-13T20:39:25.614Z[ recovery-image] Dec 13 20:39:24.513 INFO O| Dec 13 20:39:24.513 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81492024-12-13T20:39:25.614Z[ recovery-image] Dec 13 20:39:24.513 INFO O| Dec 13 20:39:24.513 INFO ok!
81502024-12-13T20:39:25.614Z[ recovery-image] Dec 13 20:39:24.513 INFO O| Dec 13 20:39:24.513 INFO STEP 27 (ensure_file) COMPLETE
81512024-12-13T20:39:25.614Z[ recovery-image] Dec 13 20:39:24.513 INFO O| Dec 13 20:39:24.513 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81522024-12-13T20:39:25.634Z[ recovery-image] Dec 13 20:39:24.535 INFO O| Dec 13 20:39:24.535 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81532024-12-13T20:39:25.637Z[ recovery-image] Dec 13 20:39:24.535 INFO O| Dec 13 20:39:24.535 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81542024-12-13T20:39:25.637Z[ recovery-image] Dec 13 20:39:24.535 INFO O| Dec 13 20:39:24.535 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81552024-12-13T20:39:25.637Z[ recovery-image] Dec 13 20:39:24.535 INFO O| Dec 13 20:39:24.535 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81562024-12-13T20:39:25.637Z[ recovery-image] Dec 13 20:39:24.535 INFO O| Dec 13 20:39:24.535 INFO ok!
81572024-12-13T20:39:25.637Z[ recovery-image] Dec 13 20:39:24.535 INFO O| Dec 13 20:39:24.535 INFO STEP 28 (ensure_file) COMPLETE
81582024-12-13T20:39:25.637Z[ recovery-image] Dec 13 20:39:24.535 INFO O| Dec 13 20:39:24.535 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81592024-12-13T20:39:25.677Z[ recovery-image] Dec 13 20:39:24.578 INFO O| Dec 13 20:39:24.578 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81602024-12-13T20:39:25.677Z[ recovery-image] Dec 13 20:39:24.578 INFO O| Dec 13 20:39:24.578 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81612024-12-13T20:39:25.680Z[ recovery-image] Dec 13 20:39:24.578 INFO O| Dec 13 20:39:24.578 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81622024-12-13T20:39:25.680Z[ recovery-image] Dec 13 20:39:24.578 INFO O| Dec 13 20:39:24.578 INFO ok!
81632024-12-13T20:39:25.680Z[ recovery-image] Dec 13 20:39:24.579 INFO O| Dec 13 20:39:24.579 INFO STEP 29 (ensure_file) COMPLETE
81642024-12-13T20:39:25.680Z[ recovery-image] Dec 13 20:39:24.579 INFO O| Dec 13 20:39:24.579 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81652024-12-13T20:39:25.700Z[ recovery-image] Dec 13 20:39:24.601 INFO O| Dec 13 20:39:24.601 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81662024-12-13T20:39:25.701Z[ recovery-image] Dec 13 20:39:24.601 INFO O| Dec 13 20:39:24.601 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81672024-12-13T20:39:25.703Z[ recovery-image] Dec 13 20:39:24.601 INFO O| Dec 13 20:39:24.601 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81682024-12-13T20:39:25.703Z[ recovery-image] Dec 13 20:39:24.602 INFO O| Dec 13 20:39:24.601 INFO ok!
81692024-12-13T20:39:25.703Z[ recovery-image] Dec 13 20:39:24.602 INFO O| Dec 13 20:39:24.602 INFO STEP 30 (ensure_file) COMPLETE
81702024-12-13T20:39:25.703Z[ recovery-image] Dec 13 20:39:24.602 INFO O| Dec 13 20:39:24.602 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81712024-12-13T20:39:25.723Z[ recovery-image] Dec 13 20:39:24.624 INFO O| Dec 13 20:39:24.623 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81722024-12-13T20:39:25.723Z[ recovery-image] Dec 13 20:39:24.624 INFO O| Dec 13 20:39:24.624 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81732024-12-13T20:39:25.726Z[ recovery-image] Dec 13 20:39:24.624 INFO O| Dec 13 20:39:24.624 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81742024-12-13T20:39:25.726Z[ recovery-image] Dec 13 20:39:24.624 INFO O| Dec 13 20:39:24.624 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81752024-12-13T20:39:25.726Z[ recovery-image] Dec 13 20:39:24.624 INFO O| Dec 13 20:39:24.624 INFO ok!
81762024-12-13T20:39:25.726Z[ recovery-image] Dec 13 20:39:24.624 INFO O| Dec 13 20:39:24.624 INFO STEP 31 (ensure_file) COMPLETE
81772024-12-13T20:39:25.726Z[ recovery-image] Dec 13 20:39:24.625 INFO O| Dec 13 20:39:24.624 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81782024-12-13T20:39:25.768Z[ recovery-image] Dec 13 20:39:24.669 INFO O| Dec 13 20:39:24.669 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81792024-12-13T20:39:25.768Z[ recovery-image] Dec 13 20:39:24.669 INFO O| Dec 13 20:39:24.669 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81802024-12-13T20:39:25.771Z[ recovery-image] Dec 13 20:39:24.669 INFO O| Dec 13 20:39:24.669 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81812024-12-13T20:39:25.771Z[ recovery-image] Dec 13 20:39:24.669 INFO O| Dec 13 20:39:24.669 INFO ok!
81822024-12-13T20:39:25.771Z[ recovery-image] Dec 13 20:39:24.669 INFO O| Dec 13 20:39:24.669 INFO STEP 32 (ensure_file) COMPLETE
81832024-12-13T20:39:25.771Z[ recovery-image] Dec 13 20:39:24.669 INFO O| Dec 13 20:39:24.669 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81842024-12-13T20:39:25.791Z[ recovery-image] Dec 13 20:39:24.691 INFO O| Dec 13 20:39:24.691 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81852024-12-13T20:39:25.791Z[ recovery-image] Dec 13 20:39:24.692 INFO O| Dec 13 20:39:24.692 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81862024-12-13T20:39:25.793Z[ recovery-image] Dec 13 20:39:24.692 INFO O| Dec 13 20:39:24.692 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81872024-12-13T20:39:25.793Z[ recovery-image] Dec 13 20:39:24.692 INFO O| Dec 13 20:39:24.692 INFO ok!
81882024-12-13T20:39:25.793Z[ recovery-image] Dec 13 20:39:24.692 INFO O| Dec 13 20:39:24.692 INFO STEP 33 (ensure_file) COMPLETE
81892024-12-13T20:39:25.793Z[ recovery-image] Dec 13 20:39:24.692 INFO O| Dec 13 20:39:24.692 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81902024-12-13T20:39:25.835Z[ recovery-image] Dec 13 20:39:24.736 INFO O| Dec 13 20:39:24.736 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81912024-12-13T20:39:25.835Z[ recovery-image] Dec 13 20:39:24.736 INFO O| Dec 13 20:39:24.736 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81922024-12-13T20:39:25.835Z[ recovery-image] Dec 13 20:39:24.736 INFO O| Dec 13 20:39:24.736 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81932024-12-13T20:39:25.838Z[ recovery-image] Dec 13 20:39:24.736 INFO O| Dec 13 20:39:24.736 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81942024-12-13T20:39:25.838Z[ recovery-image] Dec 13 20:39:24.736 INFO O| Dec 13 20:39:24.736 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81952024-12-13T20:39:25.838Z[ recovery-image] Dec 13 20:39:24.736 INFO O| Dec 13 20:39:24.736 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81962024-12-13T20:39:25.838Z[ recovery-image] Dec 13 20:39:24.736 INFO O| Dec 13 20:39:24.736 INFO ok!
81972024-12-13T20:39:25.838Z[ recovery-image] Dec 13 20:39:24.736 INFO O| Dec 13 20:39:24.736 INFO STEP 34 (ensure_file) COMPLETE
81982024-12-13T20:39:25.838Z[ recovery-image] Dec 13 20:39:24.736 INFO O| Dec 13 20:39:24.736 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81992024-12-13T20:39:25.874Z[ recovery-image] Dec 13 20:39:24.774 INFO O| Dec 13 20:39:24.774 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82002024-12-13T20:39:25.874Z[ recovery-image] Dec 13 20:39:24.774 INFO O| Dec 13 20:39:24.774 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82012024-12-13T20:39:25.874Z[ recovery-image] Dec 13 20:39:24.774 INFO O| Dec 13 20:39:24.774 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82022024-12-13T20:39:25.876Z[ recovery-image] Dec 13 20:39:24.775 INFO O| Dec 13 20:39:24.774 INFO STEP 35 (ensure_dir) COMPLETE
82032024-12-13T20:39:25.877Z[ recovery-image] Dec 13 20:39:24.775 INFO O| Dec 13 20:39:24.774 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82042024-12-13T20:39:25.934Z[ recovery-image] Dec 13 20:39:24.835 INFO O| Dec 13 20:39:24.835 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
82052024-12-13T20:39:25.934Z[ recovery-image] Dec 13 20:39:24.835 INFO O| Dec 13 20:39:24.835 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 ...
82062024-12-13T20:39:25.937Z[ recovery-image] Dec 13 20:39:24.835 INFO O| Dec 13 20:39:24.835 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
82072024-12-13T20:39:25.937Z[ recovery-image] Dec 13 20:39:24.835 INFO O| Dec 13 20:39:24.835 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
82082024-12-13T20:39:25.937Z[ recovery-image] Dec 13 20:39:24.835 INFO O| Dec 13 20:39:24.835 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
82092024-12-13T20:39:25.937Z[ recovery-image] Dec 13 20:39:24.836 INFO O| Dec 13 20:39:24.836 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
82102024-12-13T20:39:25.937Z[ recovery-image] Dec 13 20:39:24.836 INFO O| Dec 13 20:39:24.836 INFO ok!
82112024-12-13T20:39:25.937Z[ recovery-image] Dec 13 20:39:24.836 INFO O| Dec 13 20:39:24.836 INFO STEP 36 (ensure_file) COMPLETE
82122024-12-13T20:39:25.937Z[ recovery-image] Dec 13 20:39:24.836 INFO O| Dec 13 20:39:24.836 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82132024-12-13T20:39:25.980Z[ recovery-image] Dec 13 20:39:24.880 INFO O| Dec 13 20:39:24.880 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82142024-12-13T20:39:25.980Z[ recovery-image] Dec 13 20:39:24.880 INFO O| Dec 13 20:39:24.880 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 ...
82152024-12-13T20:39:25.980Z[ recovery-image] Dec 13 20:39:24.880 INFO O| Dec 13 20:39:24.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82162024-12-13T20:39:25.982Z[ recovery-image] Dec 13 20:39:24.880 INFO O| Dec 13 20:39:24.880 INFO ok!
82172024-12-13T20:39:25.982Z[ recovery-image] Dec 13 20:39:24.880 INFO O| Dec 13 20:39:24.880 INFO STEP 37 (ensure_symlink) COMPLETE
82182024-12-13T20:39:25.982Z[ recovery-image] Dec 13 20:39:24.880 INFO O| Dec 13 20:39:24.880 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82192024-12-13T20:39:26.095Z[ recovery-image] Dec 13 20:39:24.995 INFO O| Dec 13 20:39:24.995 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82202024-12-13T20:39:26.095Z[ recovery-image] Dec 13 20:39:24.995 INFO O| Dec 13 20:39:24.995 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82212024-12-13T20:39:26.097Z[ recovery-image] Dec 13 20:39:24.995 INFO O| Dec 13 20:39:24.995 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82222024-12-13T20:39:26.097Z[ recovery-image] Dec 13 20:39:24.996 INFO O| Dec 13 20:39:24.995 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82232024-12-13T20:39:26.098Z[ recovery-image] Dec 13 20:39:24.996 INFO O| Dec 13 20:39:24.995 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82242024-12-13T20:39:26.098Z[ recovery-image] Dec 13 20:39:24.996 INFO O| Dec 13 20:39:24.996 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82252024-12-13T20:39:26.098Z[ recovery-image] Dec 13 20:39:24.996 INFO O| Dec 13 20:39:24.996 INFO ok!
82262024-12-13T20:39:26.098Z[ recovery-image] Dec 13 20:39:24.996 INFO O| Dec 13 20:39:24.996 INFO STEP 38 (ensure_file) COMPLETE
82272024-12-13T20:39:26.098Z[ recovery-image] Dec 13 20:39:24.996 INFO O| Dec 13 20:39:24.996 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82282024-12-13T20:39:26.156Z[ recovery-image] Dec 13 20:39:25.056 INFO O| Dec 13 20:39:25.056 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82292024-12-13T20:39:26.156Z[ recovery-image] Dec 13 20:39:25.057 INFO O| Dec 13 20:39:25.056 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 ...
82302024-12-13T20:39:26.156Z[ recovery-image] Dec 13 20:39:25.057 INFO O| Dec 13 20:39:25.057 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
82312024-12-13T20:39:26.160Z[ recovery-image] Dec 13 20:39:25.057 INFO O| Dec 13 20:39:25.057 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82322024-12-13T20:39:26.160Z[ recovery-image] Dec 13 20:39:25.057 INFO O| Dec 13 20:39:25.057 INFO ok!
82332024-12-13T20:39:26.160Z[ recovery-image] Dec 13 20:39:25.057 INFO O| Dec 13 20:39:25.057 INFO STEP 39 (ensure_file) COMPLETE
82342024-12-13T20:39:26.160Z[ recovery-image] Dec 13 20:39:25.057 INFO O| Dec 13 20:39:25.057 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82352024-12-13T20:39:26.179Z[ recovery-image] Dec 13 20:39:25.079 INFO O| Dec 13 20:39:25.079 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82362024-12-13T20:39:26.179Z[ recovery-image] Dec 13 20:39:25.079 INFO O| Dec 13 20:39:25.079 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82372024-12-13T20:39:26.179Z[ recovery-image] Dec 13 20:39:25.079 INFO O| Dec 13 20:39:25.079 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82382024-12-13T20:39:26.179Z[ recovery-image] Dec 13 20:39:25.079 INFO O| Dec 13 20:39:25.079 INFO ok!
82392024-12-13T20:39:26.181Z[ recovery-image] Dec 13 20:39:25.079 INFO O| Dec 13 20:39:25.079 INFO STEP 40 (ensure_file) COMPLETE
82402024-12-13T20:39:26.181Z[ recovery-image] Dec 13 20:39:25.079 INFO O| Dec 13 20:39:25.079 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82412024-12-13T20:39:26.202Z[ recovery-image] Dec 13 20:39:25.103 INFO O| Dec 13 20:39:25.102 INFO updating shadow file
82422024-12-13T20:39:26.204Z[ recovery-image] Dec 13 20:39:25.103 INFO O| Dec 13 20:39:25.103 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82432024-12-13T20:39:26.204Z[ recovery-image] Dec 13 20:39:25.103 INFO O| Dec 13 20:39:25.103 INFO STEP 41 (shadow) COMPLETE
82442024-12-13T20:39:26.204Z[ recovery-image] Dec 13 20:39:25.103 INFO O| Dec 13 20:39:25.103 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82452024-12-13T20:39:26.235Z[ recovery-image] Dec 13 20:39:25.135 INFO O| Dec 13 20:39:25.135 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82462024-12-13T20:39:26.235Z[ recovery-image] Dec 13 20:39:25.136 INFO O| Dec 13 20:39:25.136 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82472024-12-13T20:39:26.238Z[ recovery-image] Dec 13 20:39:25.136 INFO O| Dec 13 20:39:25.136 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82482024-12-13T20:39:26.238Z[ recovery-image] Dec 13 20:39:25.136 INFO O| Dec 13 20:39:25.136 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82492024-12-13T20:39:26.238Z[ recovery-image] Dec 13 20:39:25.136 INFO O| Dec 13 20:39:25.136 INFO ok!
82502024-12-13T20:39:26.238Z[ recovery-image] Dec 13 20:39:25.136 INFO O| Dec 13 20:39:25.136 INFO STEP 42 (ensure_file) COMPLETE
82512024-12-13T20:39:26.238Z[ recovery-image] Dec 13 20:39:25.136 INFO O| Dec 13 20:39:25.136 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82522024-12-13T20:39:26.271Z[ recovery-image] Dec 13 20:39:25.172 INFO O| Dec 13 20:39:25.172 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82532024-12-13T20:39:26.271Z[ recovery-image] Dec 13 20:39:25.172 INFO O| Dec 13 20:39:25.172 INFO STEP 43 (ensure_dir) COMPLETE
82542024-12-13T20:39:26.274Z[ recovery-image] Dec 13 20:39:25.172 INFO O| Dec 13 20:39:25.172 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82552024-12-13T20:39:26.292Z[ recovery-image] Dec 13 20:39:25.193 INFO O| Dec 13 20:39:25.193 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82562024-12-13T20:39:26.292Z[ recovery-image] Dec 13 20:39:25.193 INFO O| Dec 13 20:39:25.193 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82572024-12-13T20:39:26.295Z[ recovery-image] Dec 13 20:39:25.193 INFO O| Dec 13 20:39:25.193 INFO STEP 44 (ensure_dir) COMPLETE
82582024-12-13T20:39:26.295Z[ recovery-image] Dec 13 20:39:25.193 INFO O| Dec 13 20:39:25.193 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82592024-12-13T20:39:26.345Z[ recovery-image] Dec 13 20:39:25.246 INFO O| Dec 13 20:39:25.246 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82602024-12-13T20:39:26.346Z[ recovery-image] Dec 13 20:39:25.246 INFO O| Dec 13 20:39:25.246 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82612024-12-13T20:39:26.346Z[ recovery-image] Dec 13 20:39:25.246 INFO O| Dec 13 20:39:25.246 INFO STEP 45 (ensure_dir) COMPLETE
82622024-12-13T20:39:26.346Z[ recovery-image] Dec 13 20:39:25.246 INFO O| Dec 13 20:39:25.246 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82632024-12-13T20:39:26.368Z[ recovery-image] Dec 13 20:39:25.269 INFO O| Dec 13 20:39:25.268 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82642024-12-13T20:39:26.368Z[ recovery-image] Dec 13 20:39:25.269 INFO O| Dec 13 20:39:25.269 INFO copying /tmp/.tmpVYZFEz/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82652024-12-13T20:39:26.484Z[ recovery-image] Dec 13 20:39:25.384 INFO O| Dec 13 20:39:25.384 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82662024-12-13T20:39:26.484Z[ recovery-image] Dec 13 20:39:25.384 INFO O| Dec 13 20:39:25.384 INFO ok!
82672024-12-13T20:39:26.484Z[ recovery-image] Dec 13 20:39:25.384 INFO O| Dec 13 20:39:25.384 INFO STEP 46 (ensure_file) COMPLETE
82682024-12-13T20:39:26.486Z[ recovery-image] Dec 13 20:39:25.384 INFO O| Dec 13 20:39:25.384 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82692024-12-13T20:39:26.506Z[ recovery-image] Dec 13 20:39:25.406 INFO O| Dec 13 20:39:25.406 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82702024-12-13T20:39:26.506Z[ recovery-image] Dec 13 20:39:25.406 INFO O| Dec 13 20:39:25.406 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82712024-12-13T20:39:26.506Z[ recovery-image] Dec 13 20:39:25.406 INFO O| Dec 13 20:39:25.406 INFO STEP 47 (ensure_dir) COMPLETE
82722024-12-13T20:39:26.508Z[ recovery-image] Dec 13 20:39:25.406 INFO O| Dec 13 20:39:25.406 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82732024-12-13T20:39:26.539Z[ recovery-image] Dec 13 20:39:25.440 INFO O| Dec 13 20:39:25.440 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82742024-12-13T20:39:26.540Z[ recovery-image] Dec 13 20:39:25.440 INFO O| Dec 13 20:39:25.440 INFO copying /tmp/.tmpVYZFEz/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82752024-12-13T20:39:26.542Z[ recovery-image] Dec 13 20:39:25.440 INFO O| Dec 13 20:39:25.440 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82762024-12-13T20:39:26.542Z[ recovery-image] Dec 13 20:39:25.440 INFO O| Dec 13 20:39:25.440 INFO ok!
82772024-12-13T20:39:26.542Z[ recovery-image] Dec 13 20:39:25.440 INFO O| Dec 13 20:39:25.440 INFO STEP 48 (ensure_file) COMPLETE
82782024-12-13T20:39:26.542Z[ recovery-image] Dec 13 20:39:25.440 INFO O| Dec 13 20:39:25.440 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82792024-12-13T20:39:26.606Z[ recovery-image] Dec 13 20:39:25.507 INFO O| Dec 13 20:39:25.507 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82802024-12-13T20:39:26.609Z[ recovery-image] Dec 13 20:39:25.507 INFO O| Dec 13 20:39:25.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82812024-12-13T20:39:26.609Z[ recovery-image] Dec 13 20:39:25.507 INFO O| Dec 13 20:39:25.507 INFO STEP 49 (ensure_dir) COMPLETE
82822024-12-13T20:39:26.609Z[ recovery-image] Dec 13 20:39:25.507 INFO O| Dec 13 20:39:25.507 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82832024-12-13T20:39:26.633Z[ recovery-image] Dec 13 20:39:25.533 INFO O| Dec 13 20:39:25.533 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82842024-12-13T20:39:26.633Z[ recovery-image] Dec 13 20:39:25.534 INFO O| Dec 13 20:39:25.534 INFO copying /tmp/.tmpVYZFEz/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82852024-12-13T20:39:26.658Z[ recovery-image] Dec 13 20:39:25.558 INFO O| Dec 13 20:39:25.558 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82862024-12-13T20:39:26.658Z[ recovery-image] Dec 13 20:39:25.559 INFO O| Dec 13 20:39:25.559 INFO ok!
82872024-12-13T20:39:26.658Z[ recovery-image] Dec 13 20:39:25.559 INFO O| Dec 13 20:39:25.559 INFO STEP 50 (ensure_file) COMPLETE
82882024-12-13T20:39:26.668Z[ recovery-image] Dec 13 20:39:25.559 INFO O| Dec 13 20:39:25.559 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82892024-12-13T20:39:26.685Z[ recovery-image] Dec 13 20:39:25.584 INFO O| Dec 13 20:39:25.584 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82902024-12-13T20:39:26.685Z[ recovery-image] Dec 13 20:39:25.585 INFO O| Dec 13 20:39:25.584 INFO copying /tmp/.tmpVYZFEz/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82912024-12-13T20:39:28.742Z[ recovery-image] Dec 13 20:39:27.643 INFO O| Dec 13 20:39:27.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82922024-12-13T20:39:28.743Z[ recovery-image] Dec 13 20:39:27.643 INFO O| Dec 13 20:39:27.643 INFO ok!
82932024-12-13T20:39:28.743Z[ recovery-image] Dec 13 20:39:27.643 INFO O| Dec 13 20:39:27.643 INFO STEP 51 (ensure_file) COMPLETE
82942024-12-13T20:39:28.745Z[ recovery-image] Dec 13 20:39:27.643 INFO O| Dec 13 20:39:27.643 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82952024-12-13T20:39:28.766Z[ recovery-image] Dec 13 20:39:27.666 INFO O| Dec 13 20:39:27.666 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82962024-12-13T20:39:28.766Z[ recovery-image] Dec 13 20:39:27.667 INFO O| Dec 13 20:39:27.666 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82972024-12-13T20:39:28.766Z[ recovery-image] Dec 13 20:39:27.667 INFO O| Dec 13 20:39:27.667 INFO STEP 52 (ensure_dir) COMPLETE
82982024-12-13T20:39:28.769Z[ recovery-image] Dec 13 20:39:27.667 INFO O| Dec 13 20:39:27.667 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82992024-12-13T20:39:28.789Z[ recovery-image] Dec 13 20:39:27.690 INFO O| Dec 13 20:39:27.689 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83002024-12-13T20:39:28.789Z[ recovery-image] Dec 13 20:39:27.690 INFO O| Dec 13 20:39:27.690 INFO copying /tmp/.tmpVYZFEz/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 ...
83012024-12-13T20:39:28.792Z[ recovery-image] Dec 13 20:39:27.690 INFO O| Dec 13 20:39:27.690 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
83022024-12-13T20:39:28.792Z[ recovery-image] Dec 13 20:39:27.690 INFO O| Dec 13 20:39:27.690 INFO ok!
83032024-12-13T20:39:28.792Z[ recovery-image] Dec 13 20:39:27.690 INFO O| Dec 13 20:39:27.690 INFO STEP 53 (ensure_file) COMPLETE
83042024-12-13T20:39:28.792Z[ recovery-image] Dec 13 20:39:27.690 INFO O| Dec 13 20:39:27.690 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83052024-12-13T20:39:28.828Z[ recovery-image] Dec 13 20:39:27.728 INFO O| Dec 13 20:39:27.728 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83062024-12-13T20:39:28.828Z[ recovery-image] Dec 13 20:39:27.728 INFO O| Dec 13 20:39:27.728 INFO copying /tmp/.tmpVYZFEz/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 ...
83072024-12-13T20:39:28.828Z[ recovery-image] Dec 13 20:39:27.728 INFO O| Dec 13 20:39:27.728 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
83082024-12-13T20:39:28.828Z[ recovery-image] Dec 13 20:39:27.728 INFO O| Dec 13 20:39:27.728 INFO ok!
83092024-12-13T20:39:28.830Z[ recovery-image] Dec 13 20:39:27.728 INFO O| Dec 13 20:39:27.728 INFO STEP 54 (ensure_file) COMPLETE
83102024-12-13T20:39:28.831Z[ recovery-image] Dec 13 20:39:27.728 INFO O| Dec 13 20:39:27.728 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83112024-12-13T20:39:28.850Z[ recovery-image] Dec 13 20:39:27.750 INFO O| Dec 13 20:39:27.750 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83122024-12-13T20:39:28.850Z[ recovery-image] Dec 13 20:39:27.750 INFO O| Dec 13 20:39:27.750 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83132024-12-13T20:39:28.854Z[ recovery-image] Dec 13 20:39:27.750 INFO O| Dec 13 20:39:27.750 INFO STEP 55 (ensure_dir) COMPLETE
83142024-12-13T20:39:28.854Z[ recovery-image] Dec 13 20:39:27.750 INFO O| Dec 13 20:39:27.750 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83152024-12-13T20:39:28.910Z[ recovery-image] Dec 13 20:39:27.810 INFO O| Dec 13 20:39:27.810 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83162024-12-13T20:39:28.910Z[ recovery-image] Dec 13 20:39:27.811 INFO O| Dec 13 20:39:27.810 INFO copying /tmp/.tmpVYZFEz/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 ...
83172024-12-13T20:39:28.910Z[ recovery-image] Dec 13 20:39:27.811 INFO O| Dec 13 20:39:27.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83182024-12-13T20:39:28.913Z[ recovery-image] Dec 13 20:39:27.811 INFO O| Dec 13 20:39:27.811 INFO ok!
83192024-12-13T20:39:28.913Z[ recovery-image] Dec 13 20:39:27.811 INFO O| Dec 13 20:39:27.811 INFO STEP 56 (ensure_file) COMPLETE
83202024-12-13T20:39:28.913Z[ recovery-image] Dec 13 20:39:27.811 INFO O| Dec 13 20:39:27.811 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83212024-12-13T20:39:28.954Z[ recovery-image] Dec 13 20:39:27.854 INFO O| Dec 13 20:39:27.854 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83222024-12-13T20:39:28.954Z[ recovery-image] Dec 13 20:39:27.855 INFO O| Dec 13 20:39:27.854 INFO copying /tmp/.tmpVYZFEz/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 ...
83232024-12-13T20:39:28.957Z[ recovery-image] Dec 13 20:39:27.855 INFO O| Dec 13 20:39:27.855 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
83242024-12-13T20:39:28.957Z[ recovery-image] Dec 13 20:39:27.855 INFO O| Dec 13 20:39:27.855 INFO ok!
83252024-12-13T20:39:28.957Z[ recovery-image] Dec 13 20:39:27.855 INFO O| Dec 13 20:39:27.855 INFO STEP 57 (ensure_file) COMPLETE
83262024-12-13T20:39:28.957Z[ recovery-image] Dec 13 20:39:27.855 INFO O| Dec 13 20:39:27.855 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83272024-12-13T20:39:28.977Z[ recovery-image] Dec 13 20:39:27.877 INFO O| Dec 13 20:39:27.877 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83282024-12-13T20:39:28.980Z[ recovery-image] Dec 13 20:39:27.878 INFO O| Dec 13 20:39:27.878 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83292024-12-13T20:39:28.980Z[ recovery-image] Dec 13 20:39:27.878 INFO O| Dec 13 20:39:27.878 INFO STEP 58 (ensure_dir) COMPLETE
83302024-12-13T20:39:28.980Z[ recovery-image] Dec 13 20:39:27.878 INFO O| Dec 13 20:39:27.878 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83312024-12-13T20:39:29.003Z[ recovery-image] Dec 13 20:39:27.901 INFO O| Dec 13 20:39:27.901 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83322024-12-13T20:39:29.003Z[ recovery-image] Dec 13 20:39:27.901 INFO O| Dec 13 20:39:27.901 INFO copying /tmp/.tmpVYZFEz/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 ...
83332024-12-13T20:39:29.006Z[ recovery-image] Dec 13 20:39:27.901 INFO O| Dec 13 20:39:27.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83342024-12-13T20:39:29.006Z[ recovery-image] Dec 13 20:39:27.902 INFO O| Dec 13 20:39:27.901 INFO ok!
83352024-12-13T20:39:29.006Z[ recovery-image] Dec 13 20:39:27.902 INFO O| Dec 13 20:39:27.902 INFO STEP 59 (ensure_file) COMPLETE
83362024-12-13T20:39:29.006Z[ recovery-image] Dec 13 20:39:27.902 INFO O| Dec 13 20:39:27.902 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83372024-12-13T20:39:29.039Z[ recovery-image] Dec 13 20:39:27.939 INFO O| Dec 13 20:39:27.939 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83382024-12-13T20:39:29.039Z[ recovery-image] Dec 13 20:39:27.939 INFO O| Dec 13 20:39:27.939 INFO copying /tmp/.tmpVYZFEz/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83392024-12-13T20:39:29.039Z[ recovery-image] Dec 13 20:39:27.939 INFO O| Dec 13 20:39:27.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83402024-12-13T20:39:29.041Z[ recovery-image] Dec 13 20:39:27.939 INFO O| Dec 13 20:39:27.939 INFO ok!
83412024-12-13T20:39:29.041Z[ recovery-image] Dec 13 20:39:27.939 INFO O| Dec 13 20:39:27.939 INFO STEP 60 (ensure_file) COMPLETE
83422024-12-13T20:39:29.041Z[ recovery-image] Dec 13 20:39:27.939 INFO O| Dec 13 20:39:27.939 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83432024-12-13T20:39:29.135Z[ recovery-image] Dec 13 20:39:28.035 INFO O| Dec 13 20:39:28.035 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83442024-12-13T20:39:29.135Z[ recovery-image] Dec 13 20:39:28.035 INFO O| Dec 13 20:39:28.035 INFO STEP 61 (ensure_dir) COMPLETE
83452024-12-13T20:39:29.135Z[ recovery-image] Dec 13 20:39:28.035 INFO O| Dec 13 20:39:28.035 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83462024-12-13T20:39:29.157Z[ recovery-image] Dec 13 20:39:28.056 INFO O| Dec 13 20:39:28.056 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83472024-12-13T20:39:29.157Z[ recovery-image] Dec 13 20:39:28.056 INFO O| Dec 13 20:39:28.056 INFO STEP 62 (ensure_dir) COMPLETE
83482024-12-13T20:39:29.157Z[ recovery-image] Dec 13 20:39:28.056 INFO O| Dec 13 20:39:28.056 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83492024-12-13T20:39:29.197Z[ recovery-image] Dec 13 20:39:28.097 INFO O| Dec 13 20:39:28.097 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83502024-12-13T20:39:29.200Z[ recovery-image] Dec 13 20:39:28.097 INFO O| Dec 13 20:39:28.097 INFO STEP 63 (ensure_dir) COMPLETE
83512024-12-13T20:39:29.200Z[ recovery-image] Dec 13 20:39:28.097 INFO O| Dec 13 20:39:28.097 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83522024-12-13T20:39:29.230Z[ recovery-image] Dec 13 20:39:28.131 INFO O| Dec 13 20:39:28.130 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83532024-12-13T20:39:29.231Z[ recovery-image] Dec 13 20:39:28.131 INFO O| Dec 13 20:39:28.131 INFO STEP 64 (ensure_dir) COMPLETE
83542024-12-13T20:39:29.231Z[ recovery-image] Dec 13 20:39:28.131 INFO O| Dec 13 20:39:28.131 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83552024-12-13T20:39:29.271Z[ recovery-image] Dec 13 20:39:28.171 INFO O| Dec 13 20:39:28.171 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83562024-12-13T20:39:29.271Z[ recovery-image] Dec 13 20:39:28.171 INFO O| Dec 13 20:39:28.171 INFO copying /tmp/.tmpVYZFEz/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83572024-12-13T20:39:29.271Z[ recovery-image] Dec 13 20:39:28.171 INFO O| Dec 13 20:39:28.171 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83582024-12-13T20:39:29.274Z[ recovery-image] Dec 13 20:39:28.171 INFO O| Dec 13 20:39:28.171 INFO ok!
83592024-12-13T20:39:29.274Z[ recovery-image] Dec 13 20:39:28.171 INFO O| Dec 13 20:39:28.171 INFO STEP 65 (ensure_file) COMPLETE
83602024-12-13T20:39:29.274Z[ recovery-image] Dec 13 20:39:28.171 INFO O| Dec 13 20:39:28.171 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83612024-12-13T20:39:29.303Z[ recovery-image] Dec 13 20:39:28.203 INFO O| Dec 13 20:39:28.203 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83622024-12-13T20:39:29.305Z[ recovery-image] Dec 13 20:39:28.204 INFO O| Dec 13 20:39:28.204 INFO STEP 66 (remove_files) COMPLETE
83632024-12-13T20:39:29.305Z[ recovery-image] Dec 13 20:39:28.204 INFO O| Dec 13 20:39:28.204 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83642024-12-13T20:39:29.339Z[ recovery-image] Dec 13 20:39:28.239 INFO O| Dec 13 20:39:28.239 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83652024-12-13T20:39:29.341Z[ recovery-image] Dec 13 20:39:28.239 INFO O| Dec 13 20:39:28.239 INFO STEP 67 (remove_files) COMPLETE
83662024-12-13T20:39:29.341Z[ recovery-image] Dec 13 20:39:28.239 INFO O| Dec 13 20:39:28.239 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83672024-12-13T20:39:29.378Z[ recovery-image] Dec 13 20:39:28.278 INFO O| Dec 13 20:39:28.278 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83682024-12-13T20:39:29.381Z[ recovery-image] Dec 13 20:39:28.279 INFO O| Dec 13 20:39:28.278 INFO STEP 68 (remove_files) COMPLETE
83692024-12-13T20:39:29.381Z[ recovery-image] Dec 13 20:39:28.279 INFO O| Dec 13 20:39:28.279 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83702024-12-13T20:39:29.409Z[ recovery-image] Dec 13 20:39:28.309 INFO O| Dec 13 20:39:28.309 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83712024-12-13T20:39:29.412Z[ recovery-image] Dec 13 20:39:28.309 INFO O| Dec 13 20:39:28.309 INFO STEP 69 (remove_files) COMPLETE
83722024-12-13T20:39:29.412Z[ recovery-image] Dec 13 20:39:28.309 INFO O| Dec 13 20:39:28.309 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83732024-12-13T20:39:29.533Z[ recovery-image] Dec 13 20:39:28.433 INFO O| Dec 13 20:39:28.432 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83742024-12-13T20:39:29.535Z[ recovery-image] Dec 13 20:39:28.433 INFO O| Dec 13 20:39:28.433 INFO STEP 70 (remove_files) COMPLETE
83752024-12-13T20:39:29.535Z[ recovery-image] Dec 13 20:39:28.433 INFO O| Dec 13 20:39:28.433 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83762024-12-13T20:39:29.554Z[ recovery-image] Dec 13 20:39:28.454 INFO O| Dec 13 20:39:28.454 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83772024-12-13T20:39:29.557Z[ recovery-image] Dec 13 20:39:28.454 INFO O| Dec 13 20:39:28.454 INFO STEP 71 (remove_files) COMPLETE
83782024-12-13T20:39:29.557Z[ recovery-image] Dec 13 20:39:28.455 INFO O| Dec 13 20:39:28.454 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83792024-12-13T20:39:29.577Z[ recovery-image] Dec 13 20:39:28.477 INFO O| Dec 13 20:39:28.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83802024-12-13T20:39:29.577Z[ recovery-image] Dec 13 20:39:28.477 INFO O| Dec 13 20:39:28.477 INFO STEP 72 (remove_files) COMPLETE
83812024-12-13T20:39:29.577Z[ recovery-image] Dec 13 20:39:28.477 INFO O| Dec 13 20:39:28.477 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83822024-12-13T20:39:29.600Z[ recovery-image] Dec 13 20:39:28.500 INFO O| Dec 13 20:39:28.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83832024-12-13T20:39:29.600Z[ recovery-image] Dec 13 20:39:28.500 INFO O| Dec 13 20:39:28.500 INFO STEP 73 (remove_files) COMPLETE
83842024-12-13T20:39:29.603Z[ recovery-image] Dec 13 20:39:28.501 INFO O| Dec 13 20:39:28.500 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83852024-12-13T20:39:29.625Z[ recovery-image] Dec 13 20:39:28.526 INFO O| Dec 13 20:39:28.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83862024-12-13T20:39:29.628Z[ recovery-image] Dec 13 20:39:28.526 INFO O| Dec 13 20:39:28.526 INFO STEP 74 (remove_files) COMPLETE
83872024-12-13T20:39:29.628Z[ recovery-image] Dec 13 20:39:28.526 INFO O| Dec 13 20:39:28.526 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83882024-12-13T20:39:29.674Z[ recovery-image] Dec 13 20:39:28.574 INFO O| Dec 13 20:39:28.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83892024-12-13T20:39:29.674Z[ recovery-image] Dec 13 20:39:28.574 INFO O| Dec 13 20:39:28.574 INFO STEP 75 (remove_files) COMPLETE
83902024-12-13T20:39:29.674Z[ recovery-image] Dec 13 20:39:28.574 INFO O| Dec 13 20:39:28.574 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83912024-12-13T20:39:29.727Z[ recovery-image] Dec 13 20:39:28.627 INFO O| Dec 13 20:39:28.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83922024-12-13T20:39:29.727Z[ recovery-image] Dec 13 20:39:28.627 INFO O| Dec 13 20:39:28.627 INFO STEP 76 (remove_files) COMPLETE
83932024-12-13T20:39:29.730Z[ recovery-image] Dec 13 20:39:28.627 INFO O| Dec 13 20:39:28.627 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83942024-12-13T20:39:29.753Z[ recovery-image] Dec 13 20:39:28.653 INFO O| Dec 13 20:39:28.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83952024-12-13T20:39:29.753Z[ recovery-image] Dec 13 20:39:28.653 INFO O| Dec 13 20:39:28.653 INFO STEP 77 (remove_files) COMPLETE
83962024-12-13T20:39:29.753Z[ recovery-image] Dec 13 20:39:28.653 INFO O| Dec 13 20:39:28.653 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83972024-12-13T20:39:29.792Z[ recovery-image] Dec 13 20:39:28.692 INFO O| Dec 13 20:39:28.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83982024-12-13T20:39:29.795Z[ recovery-image] Dec 13 20:39:28.692 INFO O| Dec 13 20:39:28.692 INFO STEP 78 (remove_files) COMPLETE
83992024-12-13T20:39:29.795Z[ recovery-image] Dec 13 20:39:28.692 INFO O| Dec 13 20:39:28.692 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84002024-12-13T20:39:29.818Z[ recovery-image] Dec 13 20:39:28.718 INFO O| Dec 13 20:39:28.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84012024-12-13T20:39:29.821Z[ recovery-image] Dec 13 20:39:28.719 INFO O| Dec 13 20:39:28.719 INFO STEP 79 (remove_files) COMPLETE
84022024-12-13T20:39:29.821Z[ recovery-image] Dec 13 20:39:28.719 INFO O| Dec 13 20:39:28.719 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84032024-12-13T20:39:29.851Z[ recovery-image] Dec 13 20:39:28.750 INFO O| Dec 13 20:39:28.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84042024-12-13T20:39:29.851Z[ recovery-image] Dec 13 20:39:28.750 INFO O| Dec 13 20:39:28.750 INFO STEP 80 (remove_files) COMPLETE
84052024-12-13T20:39:29.851Z[ recovery-image] Dec 13 20:39:28.750 INFO O| Dec 13 20:39:28.750 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84062024-12-13T20:39:29.887Z[ recovery-image] Dec 13 20:39:28.787 INFO O| Dec 13 20:39:28.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84072024-12-13T20:39:29.887Z[ recovery-image] Dec 13 20:39:28.787 INFO O| Dec 13 20:39:28.787 INFO STEP 81 (remove_files) COMPLETE
84082024-12-13T20:39:29.887Z[ recovery-image] Dec 13 20:39:28.787 INFO O| Dec 13 20:39:28.787 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84092024-12-13T20:39:29.924Z[ recovery-image] Dec 13 20:39:28.824 INFO O| Dec 13 20:39:28.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84102024-12-13T20:39:29.926Z[ recovery-image] Dec 13 20:39:28.824 INFO O| Dec 13 20:39:28.824 INFO STEP 82 (remove_files) COMPLETE
84112024-12-13T20:39:29.926Z[ recovery-image] Dec 13 20:39:28.825 INFO O| Dec 13 20:39:28.824 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84122024-12-13T20:39:29.949Z[ recovery-image] Dec 13 20:39:28.849 INFO O| Dec 13 20:39:28.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84132024-12-13T20:39:29.951Z[ recovery-image] Dec 13 20:39:28.849 INFO O| Dec 13 20:39:28.849 INFO STEP 83 (remove_files) COMPLETE
84142024-12-13T20:39:29.951Z[ recovery-image] Dec 13 20:39:28.850 INFO O| Dec 13 20:39:28.850 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84152024-12-13T20:39:29.979Z[ recovery-image] Dec 13 20:39:28.879 INFO O| Dec 13 20:39:28.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84162024-12-13T20:39:29.981Z[ recovery-image] Dec 13 20:39:28.879 INFO O| Dec 13 20:39:28.879 INFO STEP 84 (remove_files) COMPLETE
84172024-12-13T20:39:29.981Z[ recovery-image] Dec 13 20:39:28.879 INFO O| Dec 13 20:39:28.879 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84182024-12-13T20:39:30.001Z[ recovery-image] Dec 13 20:39:28.901 INFO O| Dec 13 20:39:28.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84192024-12-13T20:39:30.001Z[ recovery-image] Dec 13 20:39:28.901 INFO O| Dec 13 20:39:28.901 INFO STEP 85 (remove_files) COMPLETE
84202024-12-13T20:39:30.004Z[ recovery-image] Dec 13 20:39:28.901 INFO O| Dec 13 20:39:28.901 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84212024-12-13T20:39:30.022Z[ recovery-image] Dec 13 20:39:28.922 INFO O| Dec 13 20:39:28.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84222024-12-13T20:39:30.022Z[ recovery-image] Dec 13 20:39:28.922 INFO O| Dec 13 20:39:28.922 INFO STEP 86 (remove_files) COMPLETE
84232024-12-13T20:39:30.025Z[ recovery-image] Dec 13 20:39:28.922 INFO O| Dec 13 20:39:28.922 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84242024-12-13T20:39:30.042Z[ recovery-image] Dec 13 20:39:28.942 INFO O| Dec 13 20:39:28.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84252024-12-13T20:39:30.042Z[ recovery-image] Dec 13 20:39:28.942 INFO O| Dec 13 20:39:28.942 INFO STEP 87 (remove_files) COMPLETE
84262024-12-13T20:39:30.042Z[ recovery-image] Dec 13 20:39:28.942 INFO O| Dec 13 20:39:28.942 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84272024-12-13T20:39:30.085Z[ recovery-image] Dec 13 20:39:28.985 INFO O| Dec 13 20:39:28.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84282024-12-13T20:39:30.085Z[ recovery-image] Dec 13 20:39:28.985 INFO O| Dec 13 20:39:28.985 INFO STEP 88 (remove_files) COMPLETE
84292024-12-13T20:39:30.085Z[ recovery-image] Dec 13 20:39:28.985 INFO O| Dec 13 20:39:28.985 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84302024-12-13T20:39:30.139Z[ recovery-image] Dec 13 20:39:29.039 INFO O| Dec 13 20:39:29.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84312024-12-13T20:39:30.139Z[ recovery-image] Dec 13 20:39:29.039 INFO O| Dec 13 20:39:29.039 INFO STEP 89 (remove_files) COMPLETE
84322024-12-13T20:39:30.142Z[ recovery-image] Dec 13 20:39:29.039 INFO O| Dec 13 20:39:29.039 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84332024-12-13T20:39:30.160Z[ recovery-image] Dec 13 20:39:29.059 INFO O| Dec 13 20:39:29.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84342024-12-13T20:39:30.160Z[ recovery-image] Dec 13 20:39:29.059 INFO O| Dec 13 20:39:29.059 INFO STEP 90 (remove_files) COMPLETE
84352024-12-13T20:39:30.160Z[ recovery-image] Dec 13 20:39:29.059 INFO O| Dec 13 20:39:29.059 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84362024-12-13T20:39:30.179Z[ recovery-image] Dec 13 20:39:29.078 INFO O| Dec 13 20:39:29.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84372024-12-13T20:39:30.179Z[ recovery-image] Dec 13 20:39:29.078 INFO O| Dec 13 20:39:29.078 INFO STEP 91 (remove_files) COMPLETE
84382024-12-13T20:39:30.179Z[ recovery-image] Dec 13 20:39:29.078 INFO O| Dec 13 20:39:29.078 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84392024-12-13T20:39:30.197Z[ recovery-image] Dec 13 20:39:29.097 INFO O| Dec 13 20:39:29.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84402024-12-13T20:39:30.197Z[ recovery-image] Dec 13 20:39:29.097 INFO O| Dec 13 20:39:29.097 INFO STEP 92 (remove_files) COMPLETE
84412024-12-13T20:39:30.197Z[ recovery-image] Dec 13 20:39:29.097 INFO O| Dec 13 20:39:29.097 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84422024-12-13T20:39:30.234Z[ recovery-image] Dec 13 20:39:29.133 INFO O| Dec 13 20:39:29.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84432024-12-13T20:39:30.234Z[ recovery-image] Dec 13 20:39:29.134 INFO O| Dec 13 20:39:29.134 INFO STEP 93 (remove_files) COMPLETE
84442024-12-13T20:39:30.234Z[ recovery-image] Dec 13 20:39:29.134 INFO O| Dec 13 20:39:29.134 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84452024-12-13T20:39:30.616Z[ recovery-image] Dec 13 20:39:29.188 INFO O| Dec 13 20:39:29.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84462024-12-13T20:39:30.616Z[ recovery-image] Dec 13 20:39:29.188 INFO O| Dec 13 20:39:29.188 INFO STEP 94 (remove_files) COMPLETE
84472024-12-13T20:39:30.622Z[ recovery-image] Dec 13 20:39:29.188 INFO O| Dec 13 20:39:29.188 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84482024-12-13T20:39:30.622Z[ recovery-image] Dec 13 20:39:29.240 INFO O| Dec 13 20:39:29.240 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84492024-12-13T20:39:30.622Z[ recovery-image] Dec 13 20:39:29.241 INFO O| Dec 13 20:39:29.240 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
84502024-12-13T20:39:44.398Z[ recovery-image] Dec 13 20:39:43.295 INFO O| Dec 13 20:39:43.295 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
84512024-12-13T20:39:44.398Z[ recovery-image] Dec 13 20:39:43.295 INFO O| Dec 13 20:39:43.295 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84522024-12-13T20:39:44.422Z[ recovery-image] Dec 13 20:39:43.318 INFO O| Dec 13 20:39:43.318 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
84532024-12-13T20:39:44.555Z[ recovery-image] Dec 13 20:39:43.453 INFO O| Dec 13 20:39:43.453 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84542024-12-13T20:39:44.558Z[ recovery-image] Dec 13 20:39:43.453 INFO O| Dec 13 20:39:43.453 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 ...
84552024-12-13T20:39:44.560Z[ recovery-image] Dec 13 20:39:43.455 INFO O| Dec 13 20:39:43.455 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84562024-12-13T20:39:44.560Z[ recovery-image] Dec 13 20:39:43.455 INFO O| Dec 13 20:39:43.455 INFO ok!
84572024-12-13T20:39:44.560Z[ recovery-image] Dec 13 20:39:43.455 INFO O| Dec 13 20:39:43.455 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84582024-12-13T20:39:44.560Z[ recovery-image] Dec 13 20:39:43.456 INFO O| Dec 13 20:39:43.456 INFO STEP 95 (seed_smf) COMPLETE
84592024-12-13T20:39:44.560Z[ recovery-image] Dec 13 20:39:43.456 INFO O| Dec 13 20:39:43.456 INFO steps complete; finalising image!
84602024-12-13T20:39:44.560Z[ recovery-image] Dec 13 20:39:43.456 INFO O| Dec 13 20:39:43.456 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84612024-12-13T20:39:44.633Z[ recovery-image] Dec 13 20:39:43.530 INFO O| Dec 13 20:39:43.530 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Dec 13 20:39:43 2024)
84622024-12-13T20:39:44.844Z[ recovery-image] Dec 13 20:39:43.741 INFO O| Dec 13 20:39:43.741 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Fri Dec 13 20:39:43 2024)
84632024-12-13T20:39:45.129Z[ recovery-image] Dec 13 20:39:44.027 INFO O| Dec 13 20:39:44.026 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio
84642024-12-13T20:39:45.130Z[ recovery-image] Dec 13 20:39:44.027 INFO O| Dec 13 20:39:44.027 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84652024-12-13T20:39:45.872Z[ recovery-image] Dec 13 20:39:44.769 INFO O| Dec 13 20:39:44.769 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
84662024-12-13T20:39:45.872Z[ recovery-image] Dec 13 20:39:44.769 INFO O| Dec 13 20:39:44.769 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84672024-12-13T20:39:51.918Z[ recovery-image] Dec 13 20:39:50.814 INFO O| Dec 13 20:39:50.814 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84682024-12-13T20:39:51.918Z[ recovery-image] Dec 13 20:39:50.814 INFO O| Dec 13 20:39:50.814 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84692024-12-13T20:39:51.921Z[ recovery-image] Dec 13 20:39:50.814 INFO O| Dec 13 20:39:50.814 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84702024-12-13T20:39:51.921Z[ recovery-image] Dec 13 20:39:50.814 INFO O| Dec 13 20:39:50.814 INFO completed processing gimlet/zfs-recovery
84712024-12-13T20:39:51.921Z[ recovery-image] Dec 13 20:39:50.814 INFO O| Dec 13 20:39:50.814 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84722024-12-13T20:39:52.190Z[ recovery-image] Dec 13 20:39:51.085 INFO O| Dec 13 20:39:51.085 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84732024-12-13T20:39:52.318Z[ recovery-image] Dec 13 20:39:51.214 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n"
84742024-12-13T20:39:52.321Z[ recovery-image] Dec 13 20:39:51.215 INFO expanded image name: "recovery 51ce5fb/${os_short_commit} 2024-12-13 20:09" -> "recovery 51ce5fb/92ea229 2024-12-13 20:09"
84752024-12-13T20:39:52.321Z[ recovery-image] Dec 13 20:39:51.215 INFO output artefacts stored in: "/work/os-recovery"
84762024-12-13T20:39:52.321Z[ recovery-image] Dec 13 20:39:51.216 INFO collecting git info from project "image-builder"...
84772024-12-13T20:39:52.361Z[ recovery-image] Dec 13 20:39:51.257 INFO collecting git info from project "amd-host-image-builder"...
84782024-12-13T20:39:52.520Z[ recovery-image] Dec 13 20:39:51.415 INFO collecting git info from project "phbl"...
84792024-12-13T20:39:52.532Z[ recovery-image] Dec 13 20:39:51.427 INFO collecting git info from project "chelsio-t6-roms"...
84802024-12-13T20:39:52.553Z[ recovery-image] Dec 13 20:39:51.447 INFO collecting git info from project "pinprick"...
84812024-12-13T20:39:52.580Z[ recovery-image] Dec 13 20:39:51.475 INFO collecting git info from project "pilot"...
84822024-12-13T20:39:52.739Z[ recovery-image] Dec 13 20:39:51.635 INFO collecting git info from project "bootserver"...
84832024-12-13T20:39:52.791Z[ recovery-image] Dec 13 20:39:51.687 INFO collecting git info from project "amd-firmware"...
84842024-12-13T20:39:52.969Z[ recovery-image] Dec 13 20:39:51.865 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84852024-12-13T20:39:54.193Z[ recovery-image] Dec 13 20:39:53.088 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84862024-12-13T20:39:54.933Z[ recovery-image] Dec 13 20:39:53.828 INFO creating Oxide boot image...
84872024-12-13T20:39:54.933Z[ recovery-image] Dec 13 20:39:53.829 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 51ce5fb/92ea229 2024-12-13 20:09", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84882024-12-13T20:40:52.662Z[ recovery-image] Dec 13 20:40:51.546 INFO O| ok, image written!
84892024-12-13T20:40:52.664Z[ recovery-image] Dec 13 20:40:51.546 INFO O| ok, boot_image_csum file written!
84902024-12-13T20:40:52.668Z[ recovery-image] Dec 13 20:40:51.552 INFO creating boot archive (CPIO)...
84912024-12-13T20:40:52.668Z[ recovery-image] Dec 13 20:40:51.552 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
84922024-12-13T20:40:52.681Z[ recovery-image] Dec 13 20:40:51.565 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84932024-12-13T20:40:52.681Z[ recovery-image] Dec 13 20:40:51.565 INFO E| + outfile=/work/os-recovery/cpio
84942024-12-13T20:40:52.681Z[ recovery-image] Dec 13 20:40:51.565 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84952024-12-13T20:40:52.685Z[ recovery-image] Dec 13 20:40:51.569 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84962024-12-13T20:40:52.688Z[ recovery-image] Dec 13 20:40:51.570 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84972024-12-13T20:40:52.734Z[ recovery-image] Dec 13 20:40:51.618 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84982024-12-13T20:40:52.736Z[ recovery-image] Dec 13 20:40:51.619 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84992024-12-13T20:40:52.745Z[ recovery-image] Dec 13 20:40:51.630 INFO creating compressed cpio/unix for nanobl-rs...
85002024-12-13T20:40:52.746Z[ recovery-image] Dec 13 20:40:51.630 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
85012024-12-13T20:40:53.155Z[ recovery-image] Dec 13 20:40:52.039 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
85022024-12-13T20:40:59.209Z[ recovery-image] Dec 13 20:40:58.091 INFO creating reset image...
85032024-12-13T20:40:59.209Z[ recovery-image] Dec 13 20:40:58.092 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
85042024-12-13T20:40:59.937Z[ recovery-image] Dec 13 20:40:58.820 INFO E| Updating crates.io index
85052024-12-13T20:41:00.264Z[ host-image] Dec 13 20:40:59.147 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23049:20241204T192600Z
85062024-12-13T20:41:00.267Z[ host-image] Dec 13 20:40:59.147 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23049:20241204T192600Z
85072024-12-13T20:41:00.267Z[ host-image] Dec 13 20:40:59.147 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
85082024-12-13T20:41:00.268Z[ host-image] Dec 13 20:40:59.148 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
85092024-12-13T20:41:00.268Z[ host-image] Dec 13 20:40:59.148 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
85102024-12-13T20:41:00.268Z[ host-image] Dec 13 20:40:59.148 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
85112024-12-13T20:41:00.268Z[ host-image] Dec 13 20:40:59.149 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
85122024-12-13T20:41:00.268Z[ host-image] Dec 13 20:40:59.149 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
85132024-12-13T20:41:00.275Z[ host-image] Dec 13 20:40:59.149 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
85142024-12-13T20:41:00.278Z[ host-image] Dec 13 20:40:59.150 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
85152024-12-13T20:41:00.278Z[ host-image] Dec 13 20:40:59.150 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23049:20241204T192601Z
85162024-12-13T20:41:00.278Z[ host-image] Dec 13 20:40:59.152 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23049:20241204T192601Z
85172024-12-13T20:41:00.278Z[ host-image] Dec 13 20:40:59.154 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23049:20241204T192601Z
85182024-12-13T20:41:00.278Z[ host-image] Dec 13 20:40:59.154 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23049:20241204T192602Z
85192024-12-13T20:41:00.278Z[ host-image] Dec 13 20:40:59.154 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85202024-12-13T20:41:00.278Z[ host-image] Dec 13 20:40:59.155 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23049:20241204T192602Z
85212024-12-13T20:41:00.278Z[ host-image] Dec 13 20:40:59.156 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23049:20241204T192602Z
85222024-12-13T20:41:00.278Z[ host-image] Dec 13 20:40:59.157 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23049:20241204T192602Z
85232024-12-13T20:41:00.278Z[ host-image] Dec 13 20:40:59.157 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23049:20241204T192602Z
85242024-12-13T20:41:00.278Z[ host-image] Dec 13 20:40:59.157 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23049:20241204T192603Z
85252024-12-13T20:41:00.278Z[ host-image] Dec 13 20:40:59.157 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23049:20241204T192603Z
85262024-12-13T20:41:00.278Z[ host-image] Dec 13 20:40:59.157 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23049:20241204T192603Z
85272024-12-13T20:41:00.278Z[ host-image] Dec 13 20:40:59.157 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23049:20241204T192604Z
85282024-12-13T20:41:00.278Z[ host-image] Dec 13 20:40:59.159 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23049:20241204T192604Z
85292024-12-13T20:41:00.278Z[ host-image] Dec 13 20:40:59.159 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23049:20241204T192604Z
85302024-12-13T20:41:00.278Z[ host-image] Dec 13 20:40:59.160 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23049:20241204T192606Z
85312024-12-13T20:41:00.279Z[ host-image] Dec 13 20:40:59.160 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23049:20241204T192606Z
85322024-12-13T20:41:00.279Z[ host-image] Dec 13 20:40:59.160 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23049:20241204T192607Z
85332024-12-13T20:41:00.279Z[ host-image] Dec 13 20:40:59.160 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23049:20241204T192608Z
85342024-12-13T20:41:00.279Z[ host-image] Dec 13 20:40:59.161 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85352024-12-13T20:41:00.282Z[ host-image] Dec 13 20:40:59.161 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23049:20241204T192609Z
85362024-12-13T20:41:00.282Z[ host-image] Dec 13 20:40:59.161 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23049:20241204T192611Z
85372024-12-13T20:41:00.282Z[ host-image] Dec 13 20:40:59.161 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23049:20241204T192612Z
85382024-12-13T20:41:00.282Z[ host-image] Dec 13 20:40:59.161 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23049:20241204T192613Z
85392024-12-13T20:41:00.282Z[ host-image] Dec 13 20:40:59.163 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23049:20241204T192614Z
85402024-12-13T20:41:00.283Z[ host-image] Dec 13 20:40:59.163 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23049:20241204T192614Z
85412024-12-13T20:41:00.294Z[ host-image] Dec 13 20:40:59.177 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85422024-12-13T20:41:00.294Z[ host-image] Dec 13 20:40:59.177 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23049:20241204T192614Z
85432024-12-13T20:41:00.297Z[ host-image] Dec 13 20:40:59.177 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85442024-12-13T20:41:00.297Z[ host-image] Dec 13 20:40:59.178 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85452024-12-13T20:41:00.297Z[ host-image] Dec 13 20:40:59.178 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85462024-12-13T20:41:00.297Z[ host-image] Dec 13 20:40:59.179 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23049:20241204T192615Z
85472024-12-13T20:41:00.298Z[ host-image] Dec 13 20:40:59.179 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85482024-12-13T20:41:00.298Z[ host-image] Dec 13 20:40:59.180 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85492024-12-13T20:41:00.300Z[ host-image] Dec 13 20:40:59.181 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85502024-12-13T20:41:00.300Z[ host-image] Dec 13 20:40:59.182 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85512024-12-13T20:41:00.310Z[ recovery-image] Dec 13 20:40:59.192 INFO E| Downloading crates ...
85522024-12-13T20:41:00.318Z[ host-image] Dec 13 20:40:59.201 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85532024-12-13T20:41:00.318Z[ host-image] Dec 13 20:40:59.201 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85542024-12-13T20:41:00.318Z[ host-image] Dec 13 20:40:59.201 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85552024-12-13T20:41:00.321Z[ host-image] Dec 13 20:40:59.202 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85562024-12-13T20:41:00.321Z[ host-image] Dec 13 20:40:59.203 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85572024-12-13T20:41:00.321Z[ host-image] Dec 13 20:40:59.203 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85582024-12-13T20:41:00.378Z[ host-image] Dec 13 20:40:59.260 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85592024-12-13T20:41:00.381Z[ host-image] Dec 13 20:40:59.261 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85602024-12-13T20:41:00.381Z[ host-image] Dec 13 20:40:59.261 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85612024-12-13T20:41:00.381Z[ host-image] Dec 13 20:40:59.263 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23049:20241204T192616Z
85622024-12-13T20:41:00.381Z[ host-image] Dec 13 20:40:59.263 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23049:20241204T192622Z
85632024-12-13T20:41:00.381Z[ host-image] Dec 13 20:40:59.263 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85642024-12-13T20:41:00.381Z[ host-image] Dec 13 20:40:59.263 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23049:20241204T192623Z
85652024-12-13T20:41:00.384Z[ host-image] Dec 13 20:40:59.264 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85662024-12-13T20:41:00.384Z[ host-image] Dec 13 20:40:59.264 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85672024-12-13T20:41:00.384Z[ host-image] Dec 13 20:40:59.264 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
85682024-12-13T20:41:00.384Z[ host-image] Dec 13 20:40:59.264 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23049:20241204T192623Z
85692024-12-13T20:41:00.384Z[ host-image] Dec 13 20:40:59.264 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85702024-12-13T20:41:00.388Z[ host-image] Dec 13 20:40:59.271 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85712024-12-13T20:41:00.390Z[ host-image] Dec 13 20:40:59.271 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85722024-12-13T20:41:00.390Z[ host-image] Dec 13 20:40:59.271 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85732024-12-13T20:41:00.390Z[ host-image] Dec 13 20:40:59.272 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23049:20241204T192623Z
85742024-12-13T20:41:00.390Z[ host-image] Dec 13 20:40:59.272 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85752024-12-13T20:41:00.410Z[ host-image] Dec 13 20:40:59.292 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85762024-12-13T20:41:00.413Z[ host-image] Dec 13 20:40:59.293 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23049:20241204T192624Z
85772024-12-13T20:41:00.416Z[ host-image] Dec 13 20:40:59.296 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23049:20241204T192624Z
85782024-12-13T20:41:00.416Z[ host-image] Dec 13 20:40:59.297 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23049:20241204T192624Z
85792024-12-13T20:41:00.416Z[ host-image] Dec 13 20:40:59.297 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85802024-12-13T20:41:00.417Z[ host-image] Dec 13 20:40:59.297 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23049:20241204T192625Z
85812024-12-13T20:41:00.420Z[ host-image] Dec 13 20:40:59.298 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23049:20241204T192625Z
85822024-12-13T20:41:00.420Z[ host-image] Dec 13 20:40:59.298 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23049:20241204T192626Z
85832024-12-13T20:41:00.420Z[ host-image] Dec 13 20:40:59.299 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23049:20241204T192626Z
85842024-12-13T20:41:00.420Z[ recovery-image] Dec 13 20:40:59.299 INFO E| Downloaded clap_derive v4.5.13
85852024-12-13T20:41:00.423Z[ host-image] Dec 13 20:40:59.304 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85862024-12-13T20:41:00.424Z[ host-image] Dec 13 20:40:59.305 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23049:20241204T192626Z
85872024-12-13T20:41:00.424Z[ host-image] Dec 13 20:40:59.306 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23049:20241204T192627Z
85882024-12-13T20:41:00.424Z[ host-image] Dec 13 20:40:59.306 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85892024-12-13T20:41:00.426Z[ host-image] Dec 13 20:40:59.307 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23049:20241204T192627Z
85902024-12-13T20:41:00.426Z[ host-image] Dec 13 20:40:59.307 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23049:20241204T192628Z
85912024-12-13T20:41:00.426Z[ host-image] Dec 13 20:40:59.307 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23049:20241204T192628Z
85922024-12-13T20:41:00.426Z[ host-image] Dec 13 20:40:59.308 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23049:20241204T192628Z
85932024-12-13T20:41:00.439Z[ host-image] Dec 13 20:40:59.321 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23049:20241204T192628Z
85942024-12-13T20:41:00.439Z[ host-image] Dec 13 20:40:59.321 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85952024-12-13T20:41:00.442Z[ host-image] Dec 13 20:40:59.325 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23049:20241204T192628Z
85962024-12-13T20:41:00.445Z[ recovery-image] Dec 13 20:40:59.325 INFO E| Downloaded shared_child v1.0.1
85972024-12-13T20:41:00.445Z[ host-image] Dec 13 20:40:59.327 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23049:20241204T192628Z
85982024-12-13T20:41:00.445Z[ recovery-image] Dec 13 20:40:59.327 INFO E| Downloaded os_pipe v1.2.1
85992024-12-13T20:41:00.445Z[ host-image] Dec 13 20:40:59.327 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23049:20241204T192628Z
86002024-12-13T20:41:00.448Z[ host-image] Dec 13 20:40:59.328 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23049:20241204T192629Z
86012024-12-13T20:41:00.448Z[ host-image] Dec 13 20:40:59.329 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23049:20241204T192629Z
86022024-12-13T20:41:00.448Z[ host-image] Dec 13 20:40:59.329 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23049:20241204T192629Z
86032024-12-13T20:41:00.448Z[ recovery-image] Dec 13 20:40:59.329 INFO E| Downloaded duct v0.13.7
86042024-12-13T20:41:00.459Z[ recovery-image] Dec 13 20:40:59.341 INFO E| Downloaded clap v4.5.17
86052024-12-13T20:41:00.463Z[ host-image] Dec 13 20:40:59.345 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23049:20241204T192631Z
86062024-12-13T20:41:00.463Z[ host-image] Dec 13 20:40:59.346 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23049:20241204T192630Z
86072024-12-13T20:41:00.558Z[ host-image] Dec 13 20:40:59.346 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23049:20241204T192630Z
86082024-12-13T20:41:00.558Z[ host-image] Dec 13 20:40:59.348 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23049:20241204T192630Z
86092024-12-13T20:41:00.558Z[ host-image] Dec 13 20:40:59.348 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23049:20241204T192631Z
86102024-12-13T20:41:00.563Z[ recovery-image] Dec 13 20:40:59.381 INFO E| Downloaded clap_builder v4.5.17
86112024-12-13T20:41:00.563Z[ host-image] Dec 13 20:40:59.419 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23049:20241204T192633Z
86122024-12-13T20:41:00.563Z[ host-image] Dec 13 20:40:59.419 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23049:20241204T192631Z
86132024-12-13T20:41:00.563Z[ host-image] Dec 13 20:40:59.419 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23049:20241204T192631Z
86142024-12-13T20:41:00.563Z[ host-image] Dec 13 20:40:59.419 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
86152024-12-13T20:41:00.563Z[ host-image] Dec 13 20:40:59.420 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
86162024-12-13T20:41:00.563Z[ recovery-image] Dec 13 20:40:59.427 INFO E| Downloaded syn v2.0.77
86172024-12-13T20:41:00.588Z[ host-image] Dec 13 20:40:59.470 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23049:20241204T192631Z
86182024-12-13T20:41:00.602Z[ host-image] Dec 13 20:40:59.471 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
86192024-12-13T20:41:00.602Z[ host-image] Dec 13 20:40:59.471 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23049:20241204T192631Z
86202024-12-13T20:41:00.602Z[ host-image] Dec 13 20:40:59.471 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23049:20241204T192631Z
86212024-12-13T20:41:00.602Z[ host-image] Dec 13 20:40:59.474 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23049:20241204T192632Z
86222024-12-13T20:41:00.602Z[ host-image] Dec 13 20:40:59.474 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
86232024-12-13T20:41:00.602Z[ host-image] Dec 13 20:40:59.475 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
86242024-12-13T20:41:00.602Z[ host-image] Dec 13 20:40:59.476 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23049:20241204T192633Z
86252024-12-13T20:41:00.603Z[ host-image] Dec 13 20:40:59.476 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23049:20241204T192632Z
86262024-12-13T20:41:00.603Z[ host-image] Dec 13 20:40:59.476 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23049:20241204T192633Z
86272024-12-13T20:41:00.603Z[ host-image] Dec 13 20:40:59.477 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23049:20241204T192633Z
86282024-12-13T20:41:00.603Z[ host-image] Dec 13 20:40:59.477 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23049:20241204T192633Z
86292024-12-13T20:41:00.603Z[ host-image] Dec 13 20:40:59.477 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23049:20241204T192633Z
86302024-12-13T20:41:00.630Z[ host-image] Dec 13 20:40:59.505 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86312024-12-13T20:41:00.633Z[ host-image] Dec 13 20:40:59.506 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.23049:20241204T192634Z
86322024-12-13T20:41:00.633Z[ recovery-image] Dec 13 20:40:59.506 INFO E| Downloaded libc v0.2.158
86332024-12-13T20:41:00.634Z[ host-image] Dec 13 20:40:59.508 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.23049:20241204T192634Z
86342024-12-13T20:41:00.634Z[ host-image] Dec 13 20:40:59.508 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23049:20241204T192634Z
86352024-12-13T20:41:00.634Z[ host-image] Dec 13 20:40:59.509 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23049:20241204T192635Z
86362024-12-13T20:41:00.634Z[ host-image] Dec 13 20:40:59.509 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23049:20241204T192635Z
86372024-12-13T20:41:00.634Z[ host-image] Dec 13 20:40:59.510 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23049:20241204T192635Z
86382024-12-13T20:41:00.634Z[ host-image] Dec 13 20:40:59.510 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86392024-12-13T20:41:00.634Z[ host-image] Dec 13 20:40:59.510 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86402024-12-13T20:41:00.634Z[ host-image] Dec 13 20:40:59.510 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23049:20241204T192637Z
86412024-12-13T20:41:00.634Z[ host-image] Dec 13 20:40:59.511 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23049:20241204T192637Z
86422024-12-13T20:41:00.634Z[ host-image] Dec 13 20:40:59.511 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86432024-12-13T20:41:00.634Z[ host-image] Dec 13 20:40:59.511 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86442024-12-13T20:41:00.634Z[ host-image] Dec 13 20:40:59.511 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86452024-12-13T20:41:00.634Z[ host-image] Dec 13 20:40:59.512 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86462024-12-13T20:41:00.640Z[ host-image] Dec 13 20:40:59.512 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86472024-12-13T20:41:00.640Z[ host-image] Dec 13 20:40:59.513 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86482024-12-13T20:41:00.640Z[ host-image] Dec 13 20:40:59.515 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86492024-12-13T20:41:00.640Z[ host-image] Dec 13 20:40:59.516 INFO O| tempdir @ "/tmp/.tmpuTcuGb/tmp"
86502024-12-13T20:41:00.640Z[ host-image] Dec 13 20:40:59.516 INFO O| image root @ "/tmp/.tmpuTcuGb/tmp/root"
86512024-12-13T20:41:00.640Z[ host-image] Dec 13 20:40:59.516 INFO O| creating image...
86522024-12-13T20:41:00.801Z[ recovery-image] Dec 13 20:40:59.683 INFO E| Compiling proc-macro2 v1.0.86
86532024-12-13T20:41:00.804Z[ recovery-image] Dec 13 20:40:59.683 INFO E| Compiling libc v0.2.158
86542024-12-13T20:41:00.804Z[ recovery-image] Dec 13 20:40:59.683 INFO E| Compiling unicode-ident v1.0.13
86552024-12-13T20:41:00.805Z[ recovery-image] Dec 13 20:40:59.683 INFO E| Compiling utf8parse v0.2.2
86562024-12-13T20:41:00.805Z[ recovery-image] Dec 13 20:40:59.683 INFO E| Compiling anstyle-query v1.1.1
86572024-12-13T20:41:00.805Z[ recovery-image] Dec 13 20:40:59.683 INFO E| Compiling is_terminal_polyfill v1.70.1
86582024-12-13T20:41:00.805Z[ recovery-image] Dec 13 20:40:59.683 INFO E| Compiling anstyle v1.0.8
86592024-12-13T20:41:00.805Z[ recovery-image] Dec 13 20:40:59.683 INFO E| Compiling colorchoice v1.0.2
86602024-12-13T20:41:01.279Z[ recovery-image] Dec 13 20:41:00.161 INFO E| Compiling anstyle-parse v0.2.5
86612024-12-13T20:41:01.305Z[ recovery-image] Dec 13 20:41:00.188 INFO E| Compiling heck v0.5.0
86622024-12-13T20:41:01.308Z[ recovery-image] Dec 13 20:41:00.188 INFO E| Compiling clap_lex v0.7.2
86632024-12-13T20:41:01.716Z[ recovery-image] Dec 13 20:41:00.598 INFO E| Compiling strsim v0.11.1
86642024-12-13T20:41:01.787Z[ recovery-image] Dec 13 20:41:00.669 INFO E| Compiling once_cell v1.19.0
86652024-12-13T20:41:02.059Z[ recovery-image] Dec 13 20:41:00.941 INFO E| Compiling anstream v0.6.15
86662024-12-13T20:41:02.337Z[ host-image] Dec 13 20:41:01.217 INFO O| copying publishers...
86672024-12-13T20:41:02.756Z[ recovery-image] Dec 13 20:41:01.639 INFO E| Compiling clap_builder v4.5.17
86682024-12-13T20:41:03.928Z[ recovery-image] Dec 13 20:41:02.809 INFO E| Compiling os_pipe v1.2.1
86692024-12-13T20:41:03.928Z[ recovery-image] Dec 13 20:41:02.809 INFO E| Compiling shared_child v1.0.1
86702024-12-13T20:41:04.173Z[ recovery-image] Dec 13 20:41:03.055 INFO E| Compiling duct v0.13.7
86712024-12-13T20:41:04.628Z[ recovery-image] Dec 13 20:41:03.509 INFO E| Compiling quote v1.0.37
86722024-12-13T20:41:05.452Z[ recovery-image] Dec 13 20:41:04.334 INFO E| Compiling syn v2.0.77
86732024-12-13T20:41:15.008Z[ recovery-image] Dec 13 20:41:13.888 INFO E| Compiling clap_derive v4.5.13
86742024-12-13T20:41:19.230Z[ recovery-image] Dec 13 20:41:18.108 INFO E| Compiling clap v4.5.17
86752024-12-13T20:41:19.343Z[ recovery-image] Dec 13 20:41:18.222 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86762024-12-13T20:41:21.851Z[ recovery-image] Dec 13 20:41:20.730 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.49s
86772024-12-13T20:41:21.868Z[ recovery-image] Dec 13 20:41:20.747 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86782024-12-13T20:41:22.264Z[ recovery-image] Dec 13 20:41:21.142 INFO E| Updating crates.io index
86792024-12-13T20:41:22.423Z[ recovery-image] Dec 13 20:41:21.301 INFO E| Downloading crates ...
86802024-12-13T20:41:22.486Z[ recovery-image] Dec 13 20:41:21.365 INFO E| Downloaded bitstruct v0.1.1
86812024-12-13T20:41:22.507Z[ recovery-image] Dec 13 20:41:21.378 INFO E| Downloaded raw-cpuid v10.7.0
86822024-12-13T20:41:22.510Z[ recovery-image] Dec 13 20:41:21.384 INFO E| Downloaded bitstruct_derive v0.1.0
86832024-12-13T20:41:22.510Z[ recovery-image] Dec 13 20:41:21.386 INFO E| Downloaded bit_field v0.10.2
86842024-12-13T20:41:22.510Z[ recovery-image] Dec 13 20:41:21.387 INFO E| Downloaded seq-macro v0.3.5
86852024-12-13T20:41:22.526Z[ recovery-image] Dec 13 20:41:21.405 INFO E| Downloaded cpio_reader v0.1.1
86862024-12-13T20:41:22.563Z[ recovery-image] Dec 13 20:41:21.442 INFO E| Downloaded syn v2.0.85
86872024-12-13T20:41:22.786Z[ recovery-image] Dec 13 20:41:21.665 INFO E| Downloaded x86 v0.52.0
86882024-12-13T20:41:22.913Z[ recovery-image] Dec 13 20:41:21.789 INFO E| Updating crates.io index
86892024-12-13T20:41:23.185Z[ recovery-image] Dec 13 20:41:22.064 INFO E| Downloading crates ...
86902024-12-13T20:41:23.338Z[ recovery-image] Dec 13 20:41:22.217 INFO E| Downloaded hashbrown v0.15.0
86912024-12-13T20:41:23.351Z[ recovery-image] Dec 13 20:41:22.229 INFO E| Downloaded compiler_builtins v0.1.134
86922024-12-13T20:41:23.506Z[ recovery-image] Dec 13 20:41:22.385 INFO E| Compiling compiler_builtins v0.1.134
86932024-12-13T20:41:23.607Z[ recovery-image] Dec 13 20:41:22.486 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
86942024-12-13T20:41:23.607Z[ recovery-image] Dec 13 20:41:22.486 INFO E| Compiling proc-macro2 v1.0.89
86952024-12-13T20:41:23.611Z[ recovery-image] Dec 13 20:41:22.486 INFO E| Compiling unicode-ident v1.0.13
86962024-12-13T20:41:23.611Z[ recovery-image] Dec 13 20:41:22.486 INFO E| Compiling syn v1.0.109
86972024-12-13T20:41:23.611Z[ recovery-image] Dec 13 20:41:22.486 INFO E| Compiling x86 v0.52.0
86982024-12-13T20:41:23.611Z[ recovery-image] Dec 13 20:41:22.486 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
86992024-12-13T20:41:23.611Z[ recovery-image] Dec 13 20:41:22.486 INFO E| Compiling seq-macro v0.3.5
87002024-12-13T20:41:26.324Z[ recovery-image] Dec 13 20:41:25.201 INFO E| Compiling quote v1.0.37
87012024-12-13T20:41:26.929Z[ recovery-image] Dec 13 20:41:25.807 INFO E| Compiling syn v2.0.85
87022024-12-13T20:41:28.189Z[ host-image] Dec 13 20:41:27.067 INFO O| adding properties...
87032024-12-13T20:41:31.157Z[ host-image] Dec 13 20:41:30.034 INFO O| installing packages...
87042024-12-13T20:41:33.470Z[ recovery-image] Dec 13 20:41:32.347 INFO E| Compiling scroll_derive v0.12.0
87052024-12-13T20:41:38.734Z[ recovery-image] Dec 13 20:41:37.609 INFO E| Compiling bitstruct_derive v0.1.0
87062024-12-13T20:42:02.053Z[ recovery-image] Dec 13 20:42:00.925 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
87072024-12-13T20:42:06.347Z[ recovery-image] Dec 13 20:42:05.218 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
87082024-12-13T20:42:13.738Z[ host-image] Dec 13 20:42:12.607 INFO O| seeding SMF database...
87092024-12-13T20:42:14.509Z[ recovery-image] Dec 13 20:42:13.378 INFO E| Compiling bitflags v1.3.2
87102024-12-13T20:42:14.509Z[ recovery-image] Dec 13 20:42:13.378 INFO E| Compiling bit_field v0.10.2
87112024-12-13T20:42:14.515Z[ recovery-image] Dec 13 20:42:13.378 INFO E| Compiling adler2 v2.0.0
87122024-12-13T20:42:14.515Z[ recovery-image] Dec 13 20:42:13.378 INFO E| Compiling log v0.4.22
87132024-12-13T20:42:14.515Z[ recovery-image] Dec 13 20:42:13.378 INFO E| Compiling scroll v0.12.0
87142024-12-13T20:42:14.515Z[ recovery-image] Dec 13 20:42:13.378 INFO E| Compiling plain v0.2.3
87152024-12-13T20:42:14.515Z[ recovery-image] Dec 13 20:42:13.378 INFO E| Compiling static_assertions v1.1.0
87162024-12-13T20:42:14.629Z[ recovery-image] Dec 13 20:42:13.497 INFO E| Compiling raw-cpuid v10.7.0
87172024-12-13T20:42:14.654Z[ recovery-image] Dec 13 20:42:13.523 INFO E| Compiling cpio_reader v0.1.1
87182024-12-13T20:42:15.064Z[ recovery-image] Dec 13 20:42:13.933 INFO E| Compiling miniz_oxide v0.8.0
87192024-12-13T20:42:15.131Z[ recovery-image] Dec 13 20:42:14.000 INFO E| Compiling bitstruct v0.1.1
87202024-12-13T20:42:15.513Z[ recovery-image] Dec 13 20:42:14.382 INFO E| Compiling goblin v0.8.2
87212024-12-13T20:42:27.559Z[ recovery-image] Dec 13 20:42:26.425 INFO E| Finished `release` profile [optimized] target(s) in 1m 05s
87222024-12-13T20:42:27.594Z[ recovery-image] Dec 13 20:42:26.460 INFO building host image...
87232024-12-13T20:42:27.596Z[ recovery-image] Dec 13 20:42:26.461 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")
87242024-12-13T20:42:28.497Z[ recovery-image] Dec 13 20:42:27.362 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
87252024-12-13T20:42:29.171Z[ host-image] Dec 13 20:42:28.037 INFO O| configuring SMF profile...
87262024-12-13T20:42:29.174Z[ host-image] Dec 13 20:42:28.038 INFO O| modifying shadow(5)...
87272024-12-13T20:42:29.174Z[ host-image] Dec 13 20:42:28.038 INFO O| loading user and group database...
87282024-12-13T20:42:29.174Z[ host-image] Dec 13 20:42:28.038 INFO O| assessing packaged files...
87292024-12-13T20:42:30.909Z[ recovery-image] Dec 13 20:42:29.774 INFO image complete! materials are in "/work/os-recovery"
87302024-12-13T20:42:30.916Z[ recovery-image]
87312024-12-13T20:42:30.916Z[ recovery-image] real 10:10.343284933
87322024-12-13T20:42:30.918Z[ recovery-image] user 6:23.201917251
87332024-12-13T20:42:30.918Z[ recovery-image] sys 1:09.617527279
87342024-12-13T20:42:30.918Z[ recovery-image] trap 0.353119224
87352024-12-13T20:42:30.918Z[ recovery-image] tflt 0.783935235
87362024-12-13T20:42:30.918Z[ recovery-image] dflt 4.018319840
87372024-12-13T20:42:30.918Z[ recovery-image] kflt 0.030130363
87382024-12-13T20:42:30.918Z[ recovery-image] lock 23:50.008278034
87392024-12-13T20:42:30.918Z[ recovery-image] slp 1:02:21.263653823
87402024-12-13T20:42:30.918Z[ recovery-image] lat 4:46.992577810
87412024-12-13T20:42:30.919Z[ recovery-image] stop 11.365267351
87422024-12-13T20:42:30.919ZDec 13 20:42:29.783 INFO [recovery-image] process exited with exit status: 0 (610.372208892s)
87432024-12-13T20:42:33.877Z[ host-image] Dec 13 20:42:32.742 INFO O| creating archive...
87442024-12-13T20:42:33.948Z[ host-image] Dec 13 20:42:32.813 INFO O| missing from packaging:
87452024-12-13T20:42:33.961Z[ host-image] Dec 13 20:42:32.826 INFO O| "etc/.pwd.lock"
87462024-12-13T20:42:33.963Z[ host-image] Dec 13 20:42:32.826 INFO O| "etc/bash"
87472024-12-13T20:42:33.970Z[ host-image] Dec 13 20:42:32.835 INFO O| "etc/svc/profile/generic.xml"
87482024-12-13T20:42:33.970Z[ host-image] Dec 13 20:42:32.836 INFO O| "etc/svc/profile/inetd_services.xml"
87492024-12-13T20:42:33.973Z[ host-image] Dec 13 20:42:32.836 INFO O| "etc/svc/profile/name_service.xml"
87502024-12-13T20:42:33.973Z[ host-image] Dec 13 20:42:32.836 INFO O| "etc/svc/profile/platform.xml"
87512024-12-13T20:42:33.973Z[ host-image] Dec 13 20:42:32.836 INFO O| "etc/svc/profile/platform_omicron1.xml"
87522024-12-13T20:42:33.973Z[ host-image] Dec 13 20:42:32.836 INFO O| "etc/svc/repository.db"
87532024-12-13T20:42:33.988Z[ host-image] Dec 13 20:42:32.853 INFO O| "opt/ooce/share"
87542024-12-13T20:42:33.988Z[ host-image] Dec 13 20:42:32.853 INFO O| "opt/ooce/share/man"
87552024-12-13T20:42:33.996Z[ host-image] Dec 13 20:42:32.853 INFO O| "opt/ooce/share/man/man1"
87562024-12-13T20:42:34.011Z[ host-image] Dec 13 20:42:32.868 INFO O| finishing archive...
87572024-12-13T20:42:37.884Z[ host-image] Dec 13 20:42:36.733 INFO O| creating gzonly manifest...
87582024-12-13T20:42:37.887Z[ host-image] Dec 13 20:42:36.745 INFO O| ok
87592024-12-13T20:42:38.043Z[ host-image] Dec 13 20:42:36.907 INFO image builder template: ramdisk-02-trim...
87602024-12-13T20:42:38.043Z[ host-image] Dec 13 20:42:36.907 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/.tmpVYZFEz/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.34.311", "-n", "ramdisk-02-trim"], pwd: None
87612024-12-13T20:42:38.114Z[ host-image] Dec 13 20:42:36.957 INFO O| Dec 13 20:42:36.957 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87622024-12-13T20:42:38.114Z[ host-image] Dec 13 20:42:36.968 INFO O| Dec 13 20:42:36.968 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87632024-12-13T20:42:38.343Z[ host-image] Dec 13 20:42:37.207 INFO O| Dec 13 20:42:37.207 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87642024-12-13T20:42:38.431Z[ host-image] Dec 13 20:42:37.295 INFO O| Dec 13 20:42:37.295 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87652024-12-13T20:42:38.433Z[ host-image] Dec 13 20:42:37.295 INFO O| Dec 13 20:42:37.295 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87662024-12-13T20:42:38.440Z[ host-image] Dec 13 20:42:37.304 INFO O| Dec 13 20:42:37.304 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87672024-12-13T20:42:38.447Z[ host-image] Dec 13 20:42:37.311 INFO O| Dec 13 20:42:37.311 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87682024-12-13T20:42:38.476Z[ host-image] Dec 13 20:42:37.336 INFO O| Dec 13 20:42:37.336 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87692024-12-13T20:42:39.030Z[ host-image] Dec 13 20:42:37.894 INFO O| Dec 13 20:42:37.894 INFO rolled back to input snapshot; work may begin
87702024-12-13T20:42:39.030Z[ host-image] Dec 13 20:42:37.894 INFO O| Dec 13 20:42:37.894 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87712024-12-13T20:42:39.040Z[ host-image] Dec 13 20:42:37.904 INFO O| Dec 13 20:42:37.904 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87722024-12-13T20:42:39.061Z[ host-image] Dec 13 20:42:37.925 INFO O| Dec 13 20:42:37.925 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87732024-12-13T20:42:39.228Z[ host-image] Dec 13 20:42:38.092 INFO O| Dec 13 20:42:38.092 INFO STEP 0 (remove_files) COMPLETE
87742024-12-13T20:42:39.231Z[ host-image] Dec 13 20:42:38.093 INFO O| Dec 13 20:42:38.092 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87752024-12-13T20:42:39.254Z[ host-image] Dec 13 20:42:38.118 INFO O| Dec 13 20:42:38.118 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87762024-12-13T20:42:39.257Z[ host-image] Dec 13 20:42:38.121 INFO O| Dec 13 20:42:38.121 INFO STEP 1 (remove_files) COMPLETE
87772024-12-13T20:42:39.257Z[ host-image] Dec 13 20:42:38.121 INFO O| Dec 13 20:42:38.121 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87782024-12-13T20:42:39.285Z[ host-image] Dec 13 20:42:38.149 INFO O| Dec 13 20:42:38.149 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87792024-12-13T20:42:39.312Z[ host-image] Dec 13 20:42:38.176 INFO O| Dec 13 20:42:38.175 INFO STEP 2 (remove_files) COMPLETE
87802024-12-13T20:42:39.312Z[ host-image] Dec 13 20:42:38.176 INFO O| Dec 13 20:42:38.176 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87812024-12-13T20:42:39.333Z[ host-image] Dec 13 20:42:38.197 INFO O| Dec 13 20:42:38.197 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87822024-12-13T20:42:39.336Z[ host-image] Dec 13 20:42:38.200 INFO O| Dec 13 20:42:38.200 INFO STEP 3 (remove_files) COMPLETE
87832024-12-13T20:42:39.336Z[ host-image] Dec 13 20:42:38.200 INFO O| Dec 13 20:42:38.200 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87842024-12-13T20:42:39.359Z[ host-image] Dec 13 20:42:38.223 INFO O| Dec 13 20:42:38.223 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87852024-12-13T20:42:39.366Z[ host-image] Dec 13 20:42:38.230 INFO O| Dec 13 20:42:38.230 INFO STEP 4 (remove_files) COMPLETE
87862024-12-13T20:42:39.369Z[ host-image] Dec 13 20:42:38.230 INFO O| Dec 13 20:42:38.230 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87872024-12-13T20:42:39.396Z[ host-image] Dec 13 20:42:38.260 INFO O| Dec 13 20:42:38.260 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87882024-12-13T20:42:39.401Z[ host-image] Dec 13 20:42:38.265 INFO O| Dec 13 20:42:38.265 INFO STEP 5 (remove_files) COMPLETE
87892024-12-13T20:42:39.401Z[ host-image] Dec 13 20:42:38.265 INFO O| Dec 13 20:42:38.265 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87902024-12-13T20:42:39.466Z[ host-image] Dec 13 20:42:38.330 INFO O| Dec 13 20:42:38.330 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87912024-12-13T20:42:39.489Z[ host-image] Dec 13 20:42:38.351 INFO O| Dec 13 20:42:38.351 INFO STEP 6 (remove_files) COMPLETE
87922024-12-13T20:42:39.489Z[ host-image] Dec 13 20:42:38.351 INFO O| Dec 13 20:42:38.351 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87932024-12-13T20:42:39.509Z[ host-image] Dec 13 20:42:38.372 INFO O| Dec 13 20:42:38.372 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87942024-12-13T20:42:39.532Z[ host-image] Dec 13 20:42:38.396 INFO O| Dec 13 20:42:38.396 INFO STEP 7 (remove_files) COMPLETE
87952024-12-13T20:42:39.532Z[ host-image] Dec 13 20:42:38.396 INFO O| Dec 13 20:42:38.396 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87962024-12-13T20:42:39.563Z[ host-image] Dec 13 20:42:38.427 INFO O| Dec 13 20:42:38.427 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87972024-12-13T20:42:40.050Z[ host-image] Dec 13 20:42:38.580 INFO O| Dec 13 20:42:38.580 INFO STEP 8 (remove_files) COMPLETE
87982024-12-13T20:42:40.050Z[ host-image] Dec 13 20:42:38.580 INFO O| Dec 13 20:42:38.580 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87992024-12-13T20:42:40.061Z[ host-image] Dec 13 20:42:38.600 INFO O| Dec 13 20:42:38.600 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
88002024-12-13T20:42:40.062Z[ host-image] Dec 13 20:42:38.769 INFO O| Dec 13 20:42:38.769 INFO STEP 9 (remove_files) COMPLETE
88012024-12-13T20:42:40.062Z[ host-image] Dec 13 20:42:38.769 INFO O| Dec 13 20:42:38.769 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88022024-12-13T20:42:40.062Z[ host-image] Dec 13 20:42:38.790 INFO O| Dec 13 20:42:38.790 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
88032024-12-13T20:42:40.062Z[ host-image] Dec 13 20:42:38.795 INFO O| Dec 13 20:42:38.795 INFO STEP 10 (remove_files) COMPLETE
88042024-12-13T20:42:40.062Z[ host-image] Dec 13 20:42:38.795 INFO O| Dec 13 20:42:38.795 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88052024-12-13T20:42:40.062Z[ host-image] Dec 13 20:42:38.815 INFO O| Dec 13 20:42:38.815 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
88062024-12-13T20:42:40.062Z[ host-image] Dec 13 20:42:38.816 INFO O| Dec 13 20:42:38.816 INFO STEP 11 (remove_files) COMPLETE
88072024-12-13T20:42:40.062Z[ host-image] Dec 13 20:42:38.816 INFO O| Dec 13 20:42:38.816 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88082024-12-13T20:42:40.062Z[ host-image] Dec 13 20:42:38.845 INFO O| Dec 13 20:42:38.845 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
88092024-12-13T20:42:40.062Z[ host-image] Dec 13 20:42:38.848 INFO O| Dec 13 20:42:38.847 INFO STEP 12 (remove_files) COMPLETE
88102024-12-13T20:42:40.062Z[ host-image] Dec 13 20:42:38.848 INFO O| Dec 13 20:42:38.848 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88112024-12-13T20:42:40.600Z[ host-image] Dec 13 20:42:39.463 INFO O| Dec 13 20:42:39.463 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88122024-12-13T20:42:40.618Z[ host-image] Dec 13 20:42:39.482 INFO O| Dec 13 20:42:39.482 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88132024-12-13T20:42:40.621Z[ host-image] Dec 13 20:42:39.485 INFO O| Dec 13 20:42:39.485 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88142024-12-13T20:42:40.628Z[ host-image] Dec 13 20:42:39.491 INFO O| Dec 13 20:42:39.491 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88152024-12-13T20:42:40.764Z[ host-image] Dec 13 20:42:39.628 INFO O| Dec 13 20:42:39.628 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88162024-12-13T20:42:40.767Z[ host-image] Dec 13 20:42:39.628 INFO O| Dec 13 20:42:39.628 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88172024-12-13T20:42:40.767Z[ host-image] Dec 13 20:42:39.629 INFO O| Dec 13 20:42:39.629 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88182024-12-13T20:42:40.767Z[ host-image] Dec 13 20:42:39.629 INFO O| Dec 13 20:42:39.629 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
88192024-12-13T20:42:40.767Z[ host-image] Dec 13 20:42:39.629 INFO O| Dec 13 20:42:39.629 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88202024-12-13T20:42:40.767Z[ host-image] Dec 13 20:42:39.630 INFO O| Dec 13 20:42:39.630 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
88212024-12-13T20:42:40.767Z[ host-image] Dec 13 20:42:39.630 INFO O| Dec 13 20:42:39.630 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
88222024-12-13T20:42:40.767Z[ host-image] Dec 13 20:42:39.630 INFO O| Dec 13 20:42:39.630 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
88232024-12-13T20:42:40.767Z[ host-image] Dec 13 20:42:39.630 INFO O| Dec 13 20:42:39.630 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
88242024-12-13T20:42:40.767Z[ host-image] Dec 13 20:42:39.630 INFO O| Dec 13 20:42:39.630 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
88252024-12-13T20:42:40.770Z[ host-image] Dec 13 20:42:39.631 INFO O| Dec 13 20:42:39.631 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88262024-12-13T20:42:40.770Z[ host-image] Dec 13 20:42:39.631 INFO O| Dec 13 20:42:39.631 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
88272024-12-13T20:42:40.771Z[ host-image] Dec 13 20:42:39.632 INFO O| Dec 13 20:42:39.632 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
88282024-12-13T20:42:40.771Z[ host-image] Dec 13 20:42:39.632 INFO O| Dec 13 20:42:39.632 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
88292024-12-13T20:42:40.771Z[ host-image] Dec 13 20:42:39.632 INFO O| Dec 13 20:42:39.632 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88302024-12-13T20:42:40.771Z[ host-image] Dec 13 20:42:39.632 INFO O| Dec 13 20:42:39.632 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88312024-12-13T20:42:40.771Z[ host-image] Dec 13 20:42:39.634 INFO O| Dec 13 20:42:39.634 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88322024-12-13T20:42:40.787Z[ host-image] Dec 13 20:42:39.650 INFO O| Dec 13 20:42:39.650 INFO STEP 13 (remove_files) COMPLETE
88332024-12-13T20:42:40.787Z[ host-image] Dec 13 20:42:39.650 INFO O| Dec 13 20:42:39.650 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88342024-12-13T20:42:40.843Z[ host-image] Dec 13 20:42:39.707 INFO O| Dec 13 20:42:39.707 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88352024-12-13T20:42:40.847Z[ host-image] Dec 13 20:42:39.709 INFO O| Dec 13 20:42:39.709 INFO STEP 14 (remove_files) COMPLETE
88362024-12-13T20:42:40.847Z[ host-image] Dec 13 20:42:39.709 INFO O| Dec 13 20:42:39.709 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88372024-12-13T20:42:40.867Z[ host-image] Dec 13 20:42:39.730 INFO O| Dec 13 20:42:39.730 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88382024-12-13T20:42:40.878Z[ host-image] Dec 13 20:42:39.742 INFO O| Dec 13 20:42:39.742 INFO STEP 15 (remove_files) COMPLETE
88392024-12-13T20:42:40.878Z[ host-image] Dec 13 20:42:39.742 INFO O| Dec 13 20:42:39.742 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88402024-12-13T20:42:40.920Z[ host-image] Dec 13 20:42:39.784 INFO O| Dec 13 20:42:39.784 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88412024-12-13T20:42:40.923Z[ host-image] Dec 13 20:42:39.785 INFO O| Dec 13 20:42:39.785 INFO STEP 16 (remove_files) COMPLETE
88422024-12-13T20:42:40.923Z[ host-image] Dec 13 20:42:39.785 INFO O| Dec 13 20:42:39.785 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88432024-12-13T20:42:40.954Z[ host-image] Dec 13 20:42:39.818 INFO O| Dec 13 20:42:39.818 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88442024-12-13T20:42:40.957Z[ host-image] Dec 13 20:42:39.821 INFO O| Dec 13 20:42:39.821 INFO STEP 17 (remove_files) COMPLETE
88452024-12-13T20:42:40.960Z[ host-image] Dec 13 20:42:39.821 INFO O| Dec 13 20:42:39.821 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88462024-12-13T20:42:40.979Z[ host-image] Dec 13 20:42:39.843 INFO O| Dec 13 20:42:39.843 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88472024-12-13T20:42:40.982Z[ host-image] Dec 13 20:42:39.843 INFO O| Dec 13 20:42:39.843 INFO STEP 18 (remove_files) COMPLETE
88482024-12-13T20:42:40.982Z[ host-image] Dec 13 20:42:39.843 INFO O| Dec 13 20:42:39.843 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88492024-12-13T20:42:41.001Z[ host-image] Dec 13 20:42:39.864 INFO O| Dec 13 20:42:39.864 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88502024-12-13T20:42:41.001Z[ host-image] Dec 13 20:42:39.864 INFO O| Dec 13 20:42:39.864 INFO STEP 19 (remove_files) COMPLETE
88512024-12-13T20:42:41.001Z[ host-image] Dec 13 20:42:39.864 INFO O| Dec 13 20:42:39.864 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88522024-12-13T20:42:41.054Z[ host-image] Dec 13 20:42:39.918 INFO O| Dec 13 20:42:39.918 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88532024-12-13T20:42:41.057Z[ host-image] Dec 13 20:42:39.918 INFO O| Dec 13 20:42:39.918 INFO STEP 20 (remove_files) COMPLETE
88542024-12-13T20:42:41.057Z[ host-image] Dec 13 20:42:39.918 INFO O| Dec 13 20:42:39.918 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88552024-12-13T20:42:41.073Z[ host-image] Dec 13 20:42:39.937 INFO O| Dec 13 20:42:39.937 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88562024-12-13T20:42:41.076Z[ host-image] Dec 13 20:42:39.937 INFO O| Dec 13 20:42:39.937 INFO STEP 21 (remove_files) COMPLETE
88572024-12-13T20:42:41.076Z[ host-image] Dec 13 20:42:39.938 INFO O| Dec 13 20:42:39.937 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88582024-12-13T20:42:41.092Z[ host-image] Dec 13 20:42:39.956 INFO O| Dec 13 20:42:39.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88592024-12-13T20:42:41.092Z[ host-image] Dec 13 20:42:39.956 INFO O| Dec 13 20:42:39.956 INFO STEP 22 (remove_files) COMPLETE
88602024-12-13T20:42:41.095Z[ host-image] Dec 13 20:42:39.956 INFO O| Dec 13 20:42:39.956 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88612024-12-13T20:42:41.112Z[ host-image] Dec 13 20:42:39.976 INFO O| Dec 13 20:42:39.976 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88622024-12-13T20:42:41.115Z[ host-image] Dec 13 20:42:39.976 INFO O| Dec 13 20:42:39.976 INFO STEP 23 (remove_files) COMPLETE
88632024-12-13T20:42:41.115Z[ host-image] Dec 13 20:42:39.976 INFO O| Dec 13 20:42:39.976 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88642024-12-13T20:42:41.134Z[ host-image] Dec 13 20:42:39.997 INFO O| Dec 13 20:42:39.997 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88652024-12-13T20:42:41.137Z[ host-image] Dec 13 20:42:39.998 INFO O| Dec 13 20:42:39.998 INFO STEP 24 (remove_files) COMPLETE
88662024-12-13T20:42:41.137Z[ host-image] Dec 13 20:42:39.998 INFO O| Dec 13 20:42:39.998 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88672024-12-13T20:42:41.156Z[ host-image] Dec 13 20:42:40.020 INFO O| Dec 13 20:42:40.020 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88682024-12-13T20:42:41.159Z[ host-image] Dec 13 20:42:40.020 INFO O| Dec 13 20:42:40.020 INFO STEP 25 (remove_files) COMPLETE
88692024-12-13T20:42:41.159Z[ host-image] Dec 13 20:42:40.020 INFO O| Dec 13 20:42:40.020 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88702024-12-13T20:42:41.189Z[ host-image] Dec 13 20:42:40.053 INFO O| Dec 13 20:42:40.053 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88712024-12-13T20:42:41.192Z[ host-image] Dec 13 20:42:40.053 INFO O| Dec 13 20:42:40.053 INFO STEP 26 (remove_files) COMPLETE
88722024-12-13T20:42:41.192Z[ host-image] Dec 13 20:42:40.053 INFO O| Dec 13 20:42:40.053 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88732024-12-13T20:42:41.237Z[ host-image] Dec 13 20:42:40.100 INFO O| Dec 13 20:42:40.100 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88742024-12-13T20:42:41.239Z[ host-image] Dec 13 20:42:40.101 INFO O| Dec 13 20:42:40.101 INFO STEP 27 (remove_files) COMPLETE
88752024-12-13T20:42:41.239Z[ host-image] Dec 13 20:42:40.101 INFO O| Dec 13 20:42:40.101 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88762024-12-13T20:42:41.258Z[ host-image] Dec 13 20:42:40.122 INFO O| Dec 13 20:42:40.122 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88772024-12-13T20:42:41.258Z[ host-image] Dec 13 20:42:40.122 INFO O| Dec 13 20:42:40.122 INFO STEP 28 (remove_files) COMPLETE
88782024-12-13T20:42:41.261Z[ host-image] Dec 13 20:42:40.122 INFO O| Dec 13 20:42:40.122 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88792024-12-13T20:42:41.281Z[ host-image] Dec 13 20:42:40.143 INFO O| Dec 13 20:42:40.143 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88802024-12-13T20:42:41.288Z[ host-image] Dec 13 20:42:40.144 INFO O| Dec 13 20:42:40.143 INFO STEP 29 (remove_files) COMPLETE
88812024-12-13T20:42:41.288Z[ host-image] Dec 13 20:42:40.144 INFO O| Dec 13 20:42:40.144 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88822024-12-13T20:42:41.301Z[ host-image] Dec 13 20:42:40.163 INFO O| Dec 13 20:42:40.163 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88832024-12-13T20:42:41.301Z[ host-image] Dec 13 20:42:40.164 INFO O| Dec 13 20:42:40.164 INFO STEP 30 (remove_files) COMPLETE
88842024-12-13T20:42:41.301Z[ host-image] Dec 13 20:42:40.164 INFO O| Dec 13 20:42:40.164 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88852024-12-13T20:42:41.332Z[ host-image] Dec 13 20:42:40.195 INFO O| Dec 13 20:42:40.195 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88862024-12-13T20:42:41.334Z[ host-image] Dec 13 20:42:40.195 INFO O| Dec 13 20:42:40.195 INFO STEP 31 (remove_files) COMPLETE
88872024-12-13T20:42:41.334Z[ host-image] Dec 13 20:42:40.195 INFO O| Dec 13 20:42:40.195 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88882024-12-13T20:42:41.383Z[ host-image] Dec 13 20:42:40.246 INFO O| Dec 13 20:42:40.246 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88892024-12-13T20:42:41.383Z[ host-image] Dec 13 20:42:40.246 INFO O| Dec 13 20:42:40.246 INFO STEP 32 (remove_files) COMPLETE
88902024-12-13T20:42:41.383Z[ host-image] Dec 13 20:42:40.246 INFO O| Dec 13 20:42:40.246 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88912024-12-13T20:42:41.404Z[ host-image] Dec 13 20:42:40.268 INFO O| Dec 13 20:42:40.268 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88922024-12-13T20:42:41.404Z[ host-image] Dec 13 20:42:40.268 INFO O| Dec 13 20:42:40.268 INFO STEP 33 (remove_files) COMPLETE
88932024-12-13T20:42:41.407Z[ host-image] Dec 13 20:42:40.268 INFO O| Dec 13 20:42:40.268 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88942024-12-13T20:42:41.458Z[ host-image] Dec 13 20:42:40.322 INFO O| Dec 13 20:42:40.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88952024-12-13T20:42:41.459Z[ host-image] Dec 13 20:42:40.322 INFO O| Dec 13 20:42:40.322 INFO STEP 34 (remove_files) COMPLETE
88962024-12-13T20:42:41.459Z[ host-image] Dec 13 20:42:40.322 INFO O| Dec 13 20:42:40.322 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88972024-12-13T20:42:41.479Z[ host-image] Dec 13 20:42:40.343 INFO O| Dec 13 20:42:40.343 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88982024-12-13T20:42:41.479Z[ host-image] Dec 13 20:42:40.343 INFO O| Dec 13 20:42:40.343 INFO STEP 35 (remove_files) COMPLETE
88992024-12-13T20:42:41.482Z[ host-image] Dec 13 20:42:40.343 INFO O| Dec 13 20:42:40.343 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89002024-12-13T20:42:41.501Z[ host-image] Dec 13 20:42:40.364 INFO O| Dec 13 20:42:40.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
89012024-12-13T20:42:41.501Z[ host-image] Dec 13 20:42:40.364 INFO O| Dec 13 20:42:40.364 INFO STEP 36 (remove_files) COMPLETE
89022024-12-13T20:42:41.501Z[ host-image] Dec 13 20:42:40.364 INFO O| Dec 13 20:42:40.364 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89032024-12-13T20:42:41.523Z[ host-image] Dec 13 20:42:40.387 INFO O| Dec 13 20:42:40.387 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
89042024-12-13T20:42:41.523Z[ host-image] Dec 13 20:42:40.387 INFO O| Dec 13 20:42:40.387 INFO STEP 37 (remove_files) COMPLETE
89052024-12-13T20:42:41.524Z[ host-image] Dec 13 20:42:40.387 INFO O| Dec 13 20:42:40.387 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89062024-12-13T20:42:41.545Z[ host-image] Dec 13 20:42:40.409 INFO O| Dec 13 20:42:40.408 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
89072024-12-13T20:42:41.545Z[ host-image] Dec 13 20:42:40.409 INFO O| Dec 13 20:42:40.409 INFO STEP 38 (remove_files) COMPLETE
89082024-12-13T20:42:41.545Z[ host-image] Dec 13 20:42:40.409 INFO O| Dec 13 20:42:40.409 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89092024-12-13T20:42:41.576Z[ host-image] Dec 13 20:42:40.439 INFO O| Dec 13 20:42:40.439 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
89102024-12-13T20:42:41.576Z[ host-image] Dec 13 20:42:40.440 INFO O| Dec 13 20:42:40.439 INFO STEP 39 (remove_files) COMPLETE
89112024-12-13T20:42:41.579Z[ host-image] Dec 13 20:42:40.440 INFO O| Dec 13 20:42:40.440 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89122024-12-13T20:42:41.595Z[ host-image] Dec 13 20:42:40.458 INFO O| Dec 13 20:42:40.458 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89132024-12-13T20:42:41.595Z[ host-image] Dec 13 20:42:40.459 INFO O| Dec 13 20:42:40.459 INFO STEP 40 (remove_files) COMPLETE
89142024-12-13T20:42:41.598Z[ host-image] Dec 13 20:42:40.459 INFO O| Dec 13 20:42:40.459 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89152024-12-13T20:42:41.614Z[ host-image] Dec 13 20:42:40.478 INFO O| Dec 13 20:42:40.478 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89162024-12-13T20:42:41.615Z[ host-image] Dec 13 20:42:40.478 INFO O| Dec 13 20:42:40.478 INFO STEP 41 (remove_files) COMPLETE
89172024-12-13T20:42:41.617Z[ host-image] Dec 13 20:42:40.478 INFO O| Dec 13 20:42:40.478 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89182024-12-13T20:42:41.636Z[ host-image] Dec 13 20:42:40.499 INFO O| Dec 13 20:42:40.499 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89192024-12-13T20:42:41.639Z[ host-image] Dec 13 20:42:40.499 INFO O| Dec 13 20:42:40.499 INFO STEP 42 (remove_files) COMPLETE
89202024-12-13T20:42:41.639Z[ host-image] Dec 13 20:42:40.499 INFO O| Dec 13 20:42:40.499 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89212024-12-13T20:42:41.656Z[ host-image] Dec 13 20:42:40.520 INFO O| Dec 13 20:42:40.520 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89222024-12-13T20:42:41.659Z[ host-image] Dec 13 20:42:40.520 INFO O| Dec 13 20:42:40.520 INFO STEP 43 (remove_files) COMPLETE
89232024-12-13T20:42:41.659Z[ host-image] Dec 13 20:42:40.520 INFO O| Dec 13 20:42:40.520 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89242024-12-13T20:42:41.693Z[ host-image] Dec 13 20:42:40.556 INFO O| Dec 13 20:42:40.556 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
89252024-12-13T20:42:41.693Z[ host-image] Dec 13 20:42:40.556 INFO O| Dec 13 20:42:40.556 INFO STEP 44 (remove_files) COMPLETE
89262024-12-13T20:42:41.697Z[ host-image] Dec 13 20:42:40.557 INFO O| Dec 13 20:42:40.556 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89272024-12-13T20:42:41.717Z[ host-image] Dec 13 20:42:40.579 INFO O| Dec 13 20:42:40.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89282024-12-13T20:42:41.717Z[ host-image] Dec 13 20:42:40.580 INFO O| Dec 13 20:42:40.579 INFO STEP 45 (remove_files) COMPLETE
89292024-12-13T20:42:41.721Z[ host-image] Dec 13 20:42:40.580 INFO O| Dec 13 20:42:40.580 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89302024-12-13T20:42:41.739Z[ host-image] Dec 13 20:42:40.602 INFO O| Dec 13 20:42:40.602 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89312024-12-13T20:42:41.739Z[ host-image] Dec 13 20:42:40.603 INFO O| Dec 13 20:42:40.603 INFO STEP 46 (remove_files) COMPLETE
89322024-12-13T20:42:41.742Z[ host-image] Dec 13 20:42:40.603 INFO O| Dec 13 20:42:40.603 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89332024-12-13T20:42:41.778Z[ host-image] Dec 13 20:42:40.641 INFO O| Dec 13 20:42:40.641 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89342024-12-13T20:42:41.778Z[ host-image] Dec 13 20:42:40.641 INFO O| Dec 13 20:42:40.641 INFO STEP 47 (remove_files) COMPLETE
89352024-12-13T20:42:41.778Z[ host-image] Dec 13 20:42:40.641 INFO O| Dec 13 20:42:40.641 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89362024-12-13T20:42:41.802Z[ host-image] Dec 13 20:42:40.663 INFO O| Dec 13 20:42:40.663 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89372024-12-13T20:42:41.802Z[ host-image] Dec 13 20:42:40.664 INFO O| Dec 13 20:42:40.664 INFO STEP 48 (remove_files) COMPLETE
89382024-12-13T20:42:41.805Z[ host-image] Dec 13 20:42:40.664 INFO O| Dec 13 20:42:40.664 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89392024-12-13T20:42:41.821Z[ host-image] Dec 13 20:42:40.685 INFO O| Dec 13 20:42:40.685 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89402024-12-13T20:42:41.822Z[ host-image] Dec 13 20:42:40.685 INFO O| Dec 13 20:42:40.685 INFO STEP 49 (remove_files) COMPLETE
89412024-12-13T20:42:41.824Z[ host-image] Dec 13 20:42:40.685 INFO O| Dec 13 20:42:40.685 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89422024-12-13T20:42:41.842Z[ host-image] Dec 13 20:42:40.706 INFO O| Dec 13 20:42:40.706 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89432024-12-13T20:42:41.843Z[ host-image] Dec 13 20:42:40.706 INFO O| Dec 13 20:42:40.706 INFO STEP 50 (remove_files) COMPLETE
89442024-12-13T20:42:41.845Z[ host-image] Dec 13 20:42:40.706 INFO O| Dec 13 20:42:40.706 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89452024-12-13T20:42:41.863Z[ host-image] Dec 13 20:42:40.727 INFO O| Dec 13 20:42:40.727 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89462024-12-13T20:42:41.863Z[ host-image] Dec 13 20:42:40.727 INFO O| Dec 13 20:42:40.727 INFO STEP 51 (remove_files) COMPLETE
89472024-12-13T20:42:41.863Z[ host-image] Dec 13 20:42:40.727 INFO O| Dec 13 20:42:40.727 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89482024-12-13T20:42:41.884Z[ host-image] Dec 13 20:42:40.748 INFO O| Dec 13 20:42:40.748 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89492024-12-13T20:42:41.885Z[ host-image] Dec 13 20:42:40.748 INFO O| Dec 13 20:42:40.748 INFO STEP 52 (remove_files) COMPLETE
89502024-12-13T20:42:41.887Z[ host-image] Dec 13 20:42:40.748 INFO O| Dec 13 20:42:40.748 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89512024-12-13T20:42:41.920Z[ host-image] Dec 13 20:42:40.784 INFO O| Dec 13 20:42:40.784 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89522024-12-13T20:42:41.923Z[ host-image] Dec 13 20:42:40.784 INFO O| Dec 13 20:42:40.784 INFO STEP 53 (remove_files) COMPLETE
89532024-12-13T20:42:41.923Z[ host-image] Dec 13 20:42:40.784 INFO O| Dec 13 20:42:40.784 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89542024-12-13T20:42:41.955Z[ host-image] Dec 13 20:42:40.819 INFO O| Dec 13 20:42:40.819 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89552024-12-13T20:42:41.955Z[ host-image] Dec 13 20:42:40.819 INFO O| Dec 13 20:42:40.819 INFO STEP 54 (remove_files) COMPLETE
89562024-12-13T20:42:41.958Z[ host-image] Dec 13 20:42:40.819 INFO O| Dec 13 20:42:40.819 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89572024-12-13T20:42:41.978Z[ host-image] Dec 13 20:42:40.842 INFO O| Dec 13 20:42:40.842 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89582024-12-13T20:42:41.978Z[ host-image] Dec 13 20:42:40.842 INFO O| Dec 13 20:42:40.842 INFO STEP 55 (remove_files) COMPLETE
89592024-12-13T20:42:41.979Z[ host-image] Dec 13 20:42:40.842 INFO O| Dec 13 20:42:40.842 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89602024-12-13T20:42:42.002Z[ host-image] Dec 13 20:42:40.865 INFO O| Dec 13 20:42:40.864 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89612024-12-13T20:42:42.002Z[ host-image] Dec 13 20:42:40.865 INFO O| Dec 13 20:42:40.865 INFO STEP 56 (remove_files) COMPLETE
89622024-12-13T20:42:42.002Z[ host-image] Dec 13 20:42:40.865 INFO O| Dec 13 20:42:40.865 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89632024-12-13T20:42:42.023Z[ host-image] Dec 13 20:42:40.886 INFO O| Dec 13 20:42:40.886 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89642024-12-13T20:42:42.023Z[ host-image] Dec 13 20:42:40.886 INFO O| Dec 13 20:42:40.886 INFO STEP 57 (remove_files) COMPLETE
89652024-12-13T20:42:42.023Z[ host-image] Dec 13 20:42:40.886 INFO O| Dec 13 20:42:40.886 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89662024-12-13T20:42:42.043Z[ host-image] Dec 13 20:42:40.907 INFO O| Dec 13 20:42:40.907 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89672024-12-13T20:42:42.043Z[ host-image] Dec 13 20:42:40.907 INFO O| Dec 13 20:42:40.907 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89682024-12-13T20:42:42.046Z[ host-image] Dec 13 20:42:40.907 INFO O| Dec 13 20:42:40.907 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89692024-12-13T20:42:42.046Z[ host-image] Dec 13 20:42:40.907 INFO O| Dec 13 20:42:40.907 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89702024-12-13T20:42:42.046Z[ host-image] Dec 13 20:42:40.907 INFO O| Dec 13 20:42:40.907 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89712024-12-13T20:42:42.046Z[ host-image] Dec 13 20:42:40.907 INFO O| Dec 13 20:42:40.907 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89722024-12-13T20:42:42.046Z[ host-image] Dec 13 20:42:40.907 INFO O| Dec 13 20:42:40.907 INFO ok!
89732024-12-13T20:42:42.046Z[ host-image] Dec 13 20:42:40.908 INFO O| Dec 13 20:42:40.907 INFO STEP 58 (ensure_file) COMPLETE
89742024-12-13T20:42:42.046Z[ host-image] Dec 13 20:42:40.908 INFO O| Dec 13 20:42:40.908 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89752024-12-13T20:42:42.065Z[ host-image] Dec 13 20:42:40.929 INFO O| Dec 13 20:42:40.929 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89762024-12-13T20:42:42.066Z[ host-image] Dec 13 20:42:40.929 INFO O| Dec 13 20:42:40.929 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89772024-12-13T20:42:42.068Z[ host-image] Dec 13 20:42:40.929 INFO O| Dec 13 20:42:40.929 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89782024-12-13T20:42:42.068Z[ host-image] Dec 13 20:42:40.929 INFO O| Dec 13 20:42:40.929 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89792024-12-13T20:42:42.069Z[ host-image] Dec 13 20:42:40.929 INFO O| Dec 13 20:42:40.929 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89802024-12-13T20:42:42.069Z[ host-image] Dec 13 20:42:40.929 INFO O| Dec 13 20:42:40.929 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89812024-12-13T20:42:42.069Z[ host-image] Dec 13 20:42:40.929 INFO O| Dec 13 20:42:40.929 INFO ok!
89822024-12-13T20:42:42.069Z[ host-image] Dec 13 20:42:40.930 INFO O| Dec 13 20:42:40.929 INFO STEP 59 (ensure_file) COMPLETE
89832024-12-13T20:42:42.069Z[ host-image] Dec 13 20:42:40.930 INFO O| Dec 13 20:42:40.929 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89842024-12-13T20:42:42.087Z[ host-image] Dec 13 20:42:40.950 INFO O| Dec 13 20:42:40.950 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89852024-12-13T20:42:42.087Z[ host-image] Dec 13 20:42:40.950 INFO O| Dec 13 20:42:40.950 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89862024-12-13T20:42:42.090Z[ host-image] Dec 13 20:42:40.950 INFO O| Dec 13 20:42:40.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89872024-12-13T20:42:42.097Z[ host-image] Dec 13 20:42:40.950 INFO O| Dec 13 20:42:40.950 INFO ok!
89882024-12-13T20:42:42.097Z[ host-image] Dec 13 20:42:40.950 INFO O| Dec 13 20:42:40.950 INFO STEP 60 (ensure_file) COMPLETE
89892024-12-13T20:42:42.097Z[ host-image] Dec 13 20:42:40.950 INFO O| Dec 13 20:42:40.950 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89902024-12-13T20:42:42.148Z[ host-image] Dec 13 20:42:41.011 INFO O| Dec 13 20:42:41.011 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89912024-12-13T20:42:42.148Z[ host-image] Dec 13 20:42:41.011 INFO O| Dec 13 20:42:41.011 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89922024-12-13T20:42:42.156Z[ host-image] Dec 13 20:42:41.020 INFO O| Dec 13 20:42:41.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89932024-12-13T20:42:42.156Z[ host-image] Dec 13 20:42:41.020 INFO O| Dec 13 20:42:41.020 INFO ok!
89942024-12-13T20:42:42.156Z[ host-image] Dec 13 20:42:41.020 INFO O| Dec 13 20:42:41.020 INFO STEP 61 (ensure_file) COMPLETE
89952024-12-13T20:42:42.159Z[ host-image] Dec 13 20:42:41.020 INFO O| Dec 13 20:42:41.020 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89962024-12-13T20:42:42.191Z[ host-image] Dec 13 20:42:41.050 INFO O| Dec 13 20:42:41.050 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89972024-12-13T20:42:42.191Z[ host-image] Dec 13 20:42:41.050 INFO O| Dec 13 20:42:41.050 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89982024-12-13T20:42:42.191Z[ host-image] Dec 13 20:42:41.050 INFO O| Dec 13 20:42:41.050 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89992024-12-13T20:42:42.191Z[ host-image] Dec 13 20:42:41.050 INFO O| Dec 13 20:42:41.050 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90002024-12-13T20:42:42.191Z[ host-image] Dec 13 20:42:41.050 INFO O| Dec 13 20:42:41.050 INFO ok!
90012024-12-13T20:42:42.191Z[ host-image] Dec 13 20:42:41.050 INFO O| Dec 13 20:42:41.050 INFO STEP 62 (ensure_file) COMPLETE
90022024-12-13T20:42:42.191Z[ host-image] Dec 13 20:42:41.052 INFO O| Dec 13 20:42:41.052 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90032024-12-13T20:42:42.220Z[ host-image] Dec 13 20:42:41.082 INFO O| Dec 13 20:42:41.082 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
90042024-12-13T20:42:42.220Z[ host-image] Dec 13 20:42:41.082 INFO O| Dec 13 20:42:41.082 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
90052024-12-13T20:42:42.220Z[ host-image] Dec 13 20:42:41.083 INFO O| Dec 13 20:42:41.083 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90062024-12-13T20:42:42.220Z[ host-image] Dec 13 20:42:41.083 INFO O| Dec 13 20:42:41.083 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90072024-12-13T20:42:42.220Z[ host-image] Dec 13 20:42:41.083 INFO O| Dec 13 20:42:41.083 INFO ok!
90082024-12-13T20:42:42.220Z[ host-image] Dec 13 20:42:41.083 INFO O| Dec 13 20:42:41.083 INFO STEP 63 (ensure_file) COMPLETE
90092024-12-13T20:42:42.220Z[ host-image] Dec 13 20:42:41.083 INFO O| Dec 13 20:42:41.083 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90102024-12-13T20:42:42.240Z[ host-image] Dec 13 20:42:41.103 INFO O| Dec 13 20:42:41.103 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
90112024-12-13T20:42:42.240Z[ host-image] Dec 13 20:42:41.103 INFO O| Dec 13 20:42:41.103 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
90122024-12-13T20:42:42.243Z[ host-image] Dec 13 20:42:41.104 INFO O| Dec 13 20:42:41.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90132024-12-13T20:42:42.243Z[ host-image] Dec 13 20:42:41.104 INFO O| Dec 13 20:42:41.104 INFO ok!
90142024-12-13T20:42:42.243Z[ host-image] Dec 13 20:42:41.104 INFO O| Dec 13 20:42:41.104 INFO STEP 64 (assemble_files) COMPLETE
90152024-12-13T20:42:42.243Z[ host-image] Dec 13 20:42:41.104 INFO O| Dec 13 20:42:41.104 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90162024-12-13T20:42:42.260Z[ host-image] Dec 13 20:42:41.124 INFO O| Dec 13 20:42:41.124 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90172024-12-13T20:42:42.260Z[ host-image] Dec 13 20:42:41.124 INFO O| Dec 13 20:42:41.124 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90182024-12-13T20:42:42.265Z[ host-image] Dec 13 20:42:41.124 INFO O| Dec 13 20:42:41.124 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90192024-12-13T20:42:42.265Z[ host-image] Dec 13 20:42:41.124 INFO O| Dec 13 20:42:41.124 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90202024-12-13T20:42:42.265Z[ host-image] Dec 13 20:42:41.124 INFO O| Dec 13 20:42:41.124 INFO ok!
90212024-12-13T20:42:42.265Z[ host-image] Dec 13 20:42:41.125 INFO O| Dec 13 20:42:41.124 INFO STEP 65 (ensure_file) COMPLETE
90222024-12-13T20:42:42.265Z[ host-image] Dec 13 20:42:41.125 INFO O| Dec 13 20:42:41.125 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90232024-12-13T20:42:42.279Z[ host-image] Dec 13 20:42:41.143 INFO O| Dec 13 20:42:41.143 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90242024-12-13T20:42:42.282Z[ host-image] Dec 13 20:42:41.143 INFO O| Dec 13 20:42:41.143 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90252024-12-13T20:42:42.282Z[ host-image] Dec 13 20:42:41.143 INFO O| Dec 13 20:42:41.143 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90262024-12-13T20:42:42.282Z[ host-image] Dec 13 20:42:41.143 INFO O| Dec 13 20:42:41.143 INFO STEP 66 (ensure_dir) COMPLETE
90272024-12-13T20:42:42.282Z[ host-image] Dec 13 20:42:41.143 INFO O| Dec 13 20:42:41.143 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90282024-12-13T20:42:42.306Z[ host-image] Dec 13 20:42:41.170 INFO O| Dec 13 20:42:41.162 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90292024-12-13T20:42:42.306Z[ host-image] Dec 13 20:42:41.170 INFO O| Dec 13 20:42:41.162 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 ...
90302024-12-13T20:42:42.316Z[ host-image] Dec 13 20:42:41.179 INFO O| Dec 13 20:42:41.178 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
90312024-12-13T20:42:42.316Z[ host-image] Dec 13 20:42:41.179 INFO O| Dec 13 20:42:41.179 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90322024-12-13T20:42:42.316Z[ host-image] Dec 13 20:42:41.179 INFO O| Dec 13 20:42:41.179 INFO ok!
90332024-12-13T20:42:42.316Z[ host-image] Dec 13 20:42:41.179 INFO O| Dec 13 20:42:41.179 INFO STEP 67 (ensure_file) COMPLETE
90342024-12-13T20:42:42.316Z[ host-image] Dec 13 20:42:41.179 INFO O| Dec 13 20:42:41.179 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90352024-12-13T20:42:42.355Z[ host-image] Dec 13 20:42:41.218 INFO O| Dec 13 20:42:41.218 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90362024-12-13T20:42:42.355Z[ host-image] Dec 13 20:42:41.218 INFO O| Dec 13 20:42:41.218 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 ...
90372024-12-13T20:42:42.360Z[ host-image] Dec 13 20:42:41.222 INFO O| Dec 13 20:42:41.219 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
90382024-12-13T20:42:42.360Z[ host-image] Dec 13 20:42:41.222 INFO O| Dec 13 20:42:41.219 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90392024-12-13T20:42:42.360Z[ host-image] Dec 13 20:42:41.222 INFO O| Dec 13 20:42:41.219 INFO ok!
90402024-12-13T20:42:42.360Z[ host-image] Dec 13 20:42:41.222 INFO O| Dec 13 20:42:41.219 INFO STEP 68 (ensure_file) COMPLETE
90412024-12-13T20:42:42.360Z[ host-image] Dec 13 20:42:41.222 INFO O| Dec 13 20:42:41.219 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90422024-12-13T20:42:42.385Z[ host-image] Dec 13 20:42:41.248 INFO O| Dec 13 20:42:41.248 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90432024-12-13T20:42:42.388Z[ host-image] Dec 13 20:42:41.248 INFO O| Dec 13 20:42:41.248 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90442024-12-13T20:42:46.458Z[ host-image] Dec 13 20:42:45.320 INFO O| Dec 13 20:42:45.320 INFO STEP 69 (pack_tar) COMPLETE
90452024-12-13T20:42:46.458Z[ host-image] Dec 13 20:42:45.321 INFO O| Dec 13 20:42:45.320 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90462024-12-13T20:42:46.461Z[ host-image] Dec 13 20:42:45.321 INFO O| Dec 13 20:42:45.320 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90472024-12-13T20:42:46.890Z[ host-image] Dec 13 20:42:45.753 INFO O| Dec 13 20:42:45.753 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90482024-12-13T20:42:47.018Z[ host-image] Dec 13 20:42:45.880 INFO O| Dec 13 20:42:45.880 INFO completed processing gimlet/ramdisk-02-trim
90492024-12-13T20:42:47.020Z[ host-image] Dec 13 20:42:45.883 INFO image builder template: zfs...
90502024-12-13T20:42:47.023Z[ host-image] Dec 13 20:42:45.883 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/.tmpVYZFEz/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.34.311", "-n", "zfs"], pwd: None
90512024-12-13T20:42:47.047Z[ host-image] Dec 13 20:42:45.909 INFO O| Dec 13 20:42:45.909 INFO skip include "stress" because feature "stress" is not enabled
90522024-12-13T20:42:47.123Z[ host-image] Dec 13 20:42:45.986 INFO O| Dec 13 20:42:45.986 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90532024-12-13T20:42:47.144Z[ host-image] Dec 13 20:42:46.007 INFO O| Dec 13 20:42:46.007 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90542024-12-13T20:42:47.258Z[ host-image] Dec 13 20:42:46.109 INFO O| Dec 13 20:42:46.109 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90552024-12-13T20:42:47.386Z[ host-image] Dec 13 20:42:46.248 INFO O| Dec 13 20:42:46.248 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90562024-12-13T20:42:47.386Z[ host-image] Dec 13 20:42:46.249 INFO O| Dec 13 20:42:46.249 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90572024-12-13T20:42:47.394Z[ host-image] Dec 13 20:42:46.256 INFO O| Dec 13 20:42:46.256 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90582024-12-13T20:42:47.497Z[ host-image] Dec 13 20:42:46.360 INFO O| Dec 13 20:42:46.360 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90592024-12-13T20:42:47.628Z[ host-image] Dec 13 20:42:46.490 INFO O| Dec 13 20:42:46.490 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90602024-12-13T20:42:47.652Z[ host-image] Dec 13 20:42:46.515 INFO O| Dec 13 20:42:46.515 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90612024-12-13T20:42:47.663Z[ host-image] Dec 13 20:42:46.525 INFO O| Dec 13 20:42:46.525 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90622024-12-13T20:42:47.665Z[ host-image] Dec 13 20:42:46.525 INFO O| Dec 13 20:42:46.525 INFO no lofi found
90632024-12-13T20:42:47.665Z[ host-image] Dec 13 20:42:46.525 INFO O| Dec 13 20:42:46.525 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90642024-12-13T20:42:47.665Z[ host-image] Dec 13 20:42:46.526 INFO O| Dec 13 20:42:46.526 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90652024-12-13T20:42:49.149Z[ host-image] Dec 13 20:42:48.011 INFO O| Dec 13 20:42:48.011 INFO lofi device = /dev/dsk/c2t1d0p0
90662024-12-13T20:42:49.149Z[ host-image] Dec 13 20:42:48.011 INFO O| Dec 13 20:42:48.011 INFO pool device = /dev/dsk/c2t1d0p0
90672024-12-13T20:42:49.152Z[ host-image] Dec 13 20:42:48.011 INFO O| Dec 13 20:42:48.011 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"]
90682024-12-13T20:42:49.297Z[ host-image] Dec 13 20:42:48.159 INFO O| Dec 13 20:42:48.159 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90692024-12-13T20:42:49.297Z[ host-image] Dec 13 20:42:48.159 INFO O| Dec 13 20:42:48.159 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90702024-12-13T20:42:49.341Z[ host-image] Dec 13 20:42:48.203 INFO O| Dec 13 20:42:48.203 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90712024-12-13T20:42:49.451Z[ host-image] Dec 13 20:42:48.313 INFO O| Dec 13 20:42:48.313 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90722024-12-13T20:42:49.509Z[ host-image] Dec 13 20:42:48.372 INFO O| Dec 13 20:42:48.371 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90732024-12-13T20:42:49.538Z[ host-image] Dec 13 20:42:48.400 INFO O| Dec 13 20:42:48.400 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90742024-12-13T20:42:49.559Z[ host-image] Dec 13 20:42:48.421 INFO O| Dec 13 20:42:48.421 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90752024-12-13T20:42:49.643Z[ host-image] Dec 13 20:42:48.505 INFO O| Dec 13 20:42:48.505 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90762024-12-13T20:42:49.646Z[ host-image] Dec 13 20:42:48.505 INFO O| Dec 13 20:42:48.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90772024-12-13T20:42:49.646Z[ host-image] Dec 13 20:42:48.506 INFO O| Dec 13 20:42:48.505 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90782024-12-13T20:42:49.666Z[ host-image] Dec 13 20:42:48.527 INFO O| Dec 13 20:42:48.527 INFO boot environment UUID: 9157f3bf-a794-4337-b608-fc704187f020
90792024-12-13T20:42:49.666Z[ host-image] Dec 13 20:42:48.527 INFO O| Dec 13 20:42:48.527 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 9157f3bf-a794-4337-b608-fc704187f020
90802024-12-13T20:42:49.691Z[ host-image] Dec 13 20:42:48.553 INFO O| Dec 13 20:42:48.553 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90812024-12-13T20:42:49.714Z[ host-image] Dec 13 20:42:48.576 INFO O| Dec 13 20:42:48.576 INFO STEP 0 (create_be) COMPLETE
90822024-12-13T20:42:49.715Z[ host-image] Dec 13 20:42:48.577 INFO O| Dec 13 20:42:48.576 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90832024-12-13T20:42:49.757Z[ host-image] Dec 13 20:42:48.619 INFO O| Dec 13 20:42:48.619 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90842024-12-13T20:43:14.034Z[ host-image] Dec 13 20:43:12.892 INFO O| Dec 13 20:43:12.891 INFO STEP 1 (unpack_tar) COMPLETE
90852024-12-13T20:43:14.037Z[ host-image] Dec 13 20:43:12.892 INFO O| Dec 13 20:43:12.891 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90862024-12-13T20:43:14.055Z[ host-image] Dec 13 20:43:12.913 INFO O| Dec 13 20:43:12.912 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90872024-12-13T20:43:14.749Z[ host-image] Dec 13 20:43:13.606 INFO O| Dec 13 20:43:13.606 INFO STEP 2 (devfsadm) COMPLETE
90882024-12-13T20:43:14.749Z[ host-image] Dec 13 20:43:13.607 INFO O| Dec 13 20:43:13.606 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90892024-12-13T20:43:14.769Z[ host-image] Dec 13 20:43:13.626 INFO O| Dec 13 20:43:13.626 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90902024-12-13T20:43:14.769Z[ host-image] Dec 13 20:43:13.626 INFO O| Dec 13 20:43:13.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90912024-12-13T20:43:14.769Z[ host-image] Dec 13 20:43:13.626 INFO O| Dec 13 20:43:13.626 INFO STEP 3 (ensure_dir) COMPLETE
90922024-12-13T20:43:14.772Z[ host-image] Dec 13 20:43:13.626 INFO O| Dec 13 20:43:13.626 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90932024-12-13T20:43:14.788Z[ host-image] Dec 13 20:43:13.646 INFO O| Dec 13 20:43:13.646 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90942024-12-13T20:43:14.789Z[ host-image] Dec 13 20:43:13.646 INFO O| Dec 13 20:43:13.646 INFO STEP 4 (ensure_dir) COMPLETE
90952024-12-13T20:43:14.792Z[ host-image] Dec 13 20:43:13.646 INFO O| Dec 13 20:43:13.646 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90962024-12-13T20:43:14.813Z[ host-image] Dec 13 20:43:13.670 INFO O| Dec 13 20:43:13.670 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90972024-12-13T20:43:14.813Z[ host-image] Dec 13 20:43:13.671 INFO O| Dec 13 20:43:13.671 INFO STEP 5 (ensure_dir) COMPLETE
90982024-12-13T20:43:14.816Z[ host-image] Dec 13 20:43:13.671 INFO O| Dec 13 20:43:13.671 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90992024-12-13T20:43:14.836Z[ host-image] Dec 13 20:43:13.693 INFO O| Dec 13 20:43:13.693 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91002024-12-13T20:43:14.838Z[ host-image] Dec 13 20:43:13.693 INFO O| Dec 13 20:43:13.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91012024-12-13T20:43:14.838Z[ host-image] Dec 13 20:43:13.693 INFO O| Dec 13 20:43:13.693 INFO STEP 6 (ensure_dir) COMPLETE
91022024-12-13T20:43:14.838Z[ host-image] Dec 13 20:43:13.694 INFO O| Dec 13 20:43:13.693 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91032024-12-13T20:43:14.857Z[ host-image] Dec 13 20:43:13.715 INFO O| Dec 13 20:43:13.714 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91042024-12-13T20:43:14.860Z[ host-image] Dec 13 20:43:13.715 INFO O| Dec 13 20:43:13.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91052024-12-13T20:43:14.860Z[ host-image] Dec 13 20:43:13.715 INFO O| Dec 13 20:43:13.715 INFO STEP 7 (ensure_dir) COMPLETE
91062024-12-13T20:43:14.860Z[ host-image] Dec 13 20:43:13.715 INFO O| Dec 13 20:43:13.715 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91072024-12-13T20:43:14.880Z[ host-image] Dec 13 20:43:13.737 INFO O| Dec 13 20:43:13.737 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91082024-12-13T20:43:14.883Z[ host-image] Dec 13 20:43:13.737 INFO O| Dec 13 20:43:13.737 INFO STEP 8 (remove_files) COMPLETE
91092024-12-13T20:43:14.883Z[ host-image] Dec 13 20:43:13.738 INFO O| Dec 13 20:43:13.738 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91102024-12-13T20:43:14.933Z[ host-image] Dec 13 20:43:13.790 INFO O| Dec 13 20:43:13.790 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91112024-12-13T20:43:14.936Z[ host-image] Dec 13 20:43:13.792 INFO O| Dec 13 20:43:13.792 INFO STEP 9 (remove_files) COMPLETE
91122024-12-13T20:43:14.936Z[ host-image] Dec 13 20:43:13.792 INFO O| Dec 13 20:43:13.792 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91132024-12-13T20:43:14.959Z[ host-image] Dec 13 20:43:13.816 INFO O| Dec 13 20:43:13.816 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91142024-12-13T20:43:14.961Z[ host-image] Dec 13 20:43:13.817 INFO O| Dec 13 20:43:13.817 INFO STEP 10 (remove_files) COMPLETE
91152024-12-13T20:43:14.962Z[ host-image] Dec 13 20:43:13.817 INFO O| Dec 13 20:43:13.817 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91162024-12-13T20:43:14.982Z[ host-image] Dec 13 20:43:13.839 INFO O| Dec 13 20:43:13.839 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91172024-12-13T20:43:14.985Z[ host-image] Dec 13 20:43:13.839 INFO O| Dec 13 20:43:13.839 INFO STEP 11 (remove_files) COMPLETE
91182024-12-13T20:43:14.985Z[ host-image] Dec 13 20:43:13.840 INFO O| Dec 13 20:43:13.839 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91192024-12-13T20:43:15.005Z[ host-image] Dec 13 20:43:13.862 INFO O| Dec 13 20:43:13.862 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91202024-12-13T20:43:15.008Z[ host-image] Dec 13 20:43:13.862 INFO O| Dec 13 20:43:13.862 INFO STEP 12 (remove_files) COMPLETE
91212024-12-13T20:43:15.008Z[ host-image] Dec 13 20:43:13.862 INFO O| Dec 13 20:43:13.862 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91222024-12-13T20:43:15.039Z[ host-image] Dec 13 20:43:13.896 INFO O| Dec 13 20:43:13.896 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91232024-12-13T20:43:15.042Z[ host-image] Dec 13 20:43:13.897 INFO O| Dec 13 20:43:13.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91242024-12-13T20:43:15.042Z[ host-image] Dec 13 20:43:13.897 INFO O| Dec 13 20:43:13.897 INFO STEP 13 (ensure_dir) COMPLETE
91252024-12-13T20:43:15.042Z[ host-image] Dec 13 20:43:13.897 INFO O| Dec 13 20:43:13.897 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91262024-12-13T20:43:15.069Z[ host-image] Dec 13 20:43:13.926 INFO O| Dec 13 20:43:13.926 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91272024-12-13T20:43:15.069Z[ host-image] Dec 13 20:43:13.926 INFO O| Dec 13 20:43:13.926 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91282024-12-13T20:43:15.072Z[ host-image] Dec 13 20:43:13.927 INFO O| Dec 13 20:43:13.926 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91292024-12-13T20:43:15.072Z[ host-image] Dec 13 20:43:13.927 INFO O| Dec 13 20:43:13.927 INFO STEP 14 (ensure_dir) COMPLETE
91302024-12-13T20:43:15.072Z[ host-image] Dec 13 20:43:13.927 INFO O| Dec 13 20:43:13.927 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91312024-12-13T20:43:15.095Z[ host-image] Dec 13 20:43:13.952 INFO O| Dec 13 20:43:13.952 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91322024-12-13T20:43:15.095Z[ host-image] Dec 13 20:43:13.952 INFO O| Dec 13 20:43:13.952 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91332024-12-13T20:43:15.097Z[ host-image] Dec 13 20:43:13.952 INFO O| Dec 13 20:43:13.952 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91342024-12-13T20:43:15.097Z[ host-image] Dec 13 20:43:13.952 INFO O| Dec 13 20:43:13.952 INFO STEP 15 (ensure_dir) COMPLETE
91352024-12-13T20:43:15.097Z[ host-image] Dec 13 20:43:13.952 INFO O| Dec 13 20:43:13.952 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91362024-12-13T20:43:15.123Z[ host-image] Dec 13 20:43:13.978 INFO O| Dec 13 20:43:13.978 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91372024-12-13T20:43:15.123Z[ host-image] Dec 13 20:43:13.978 INFO O| Dec 13 20:43:13.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91382024-12-13T20:43:15.123Z[ host-image] Dec 13 20:43:13.978 INFO O| Dec 13 20:43:13.978 INFO STEP 16 (ensure_dir) COMPLETE
91392024-12-13T20:43:15.125Z[ host-image] Dec 13 20:43:13.978 INFO O| Dec 13 20:43:13.978 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91402024-12-13T20:43:15.151Z[ host-image] Dec 13 20:43:14.006 INFO O| Dec 13 20:43:14.006 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91412024-12-13T20:43:15.151Z[ host-image] Dec 13 20:43:14.006 INFO O| Dec 13 20:43:14.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91422024-12-13T20:43:15.151Z[ host-image] Dec 13 20:43:14.006 INFO O| Dec 13 20:43:14.006 INFO STEP 17 (ensure_dir) COMPLETE
91432024-12-13T20:43:15.154Z[ host-image] Dec 13 20:43:14.006 INFO O| Dec 13 20:43:14.006 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91442024-12-13T20:43:15.191Z[ host-image] Dec 13 20:43:14.046 INFO O| Dec 13 20:43:14.046 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91452024-12-13T20:43:15.191Z[ host-image] Dec 13 20:43:14.046 INFO O| Dec 13 20:43:14.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91462024-12-13T20:43:15.191Z[ host-image] Dec 13 20:43:14.046 INFO O| Dec 13 20:43:14.046 INFO ok!
91472024-12-13T20:43:15.191Z[ host-image] Dec 13 20:43:14.046 INFO O| Dec 13 20:43:14.046 INFO STEP 18 (ensure_symlink) COMPLETE
91482024-12-13T20:43:15.191Z[ host-image] Dec 13 20:43:14.046 INFO O| Dec 13 20:43:14.046 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91492024-12-13T20:43:15.251Z[ host-image] Dec 13 20:43:14.108 INFO O| Dec 13 20:43:14.107 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91502024-12-13T20:43:15.251Z[ host-image] Dec 13 20:43:14.108 INFO O| Dec 13 20:43:14.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91512024-12-13T20:43:15.251Z[ host-image] Dec 13 20:43:14.108 INFO O| Dec 13 20:43:14.108 INFO ok!
91522024-12-13T20:43:15.251Z[ host-image] Dec 13 20:43:14.108 INFO O| Dec 13 20:43:14.108 INFO STEP 19 (ensure_file) COMPLETE
91532024-12-13T20:43:15.251Z[ host-image] Dec 13 20:43:14.108 INFO O| Dec 13 20:43:14.108 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91542024-12-13T20:43:15.274Z[ host-image] Dec 13 20:43:14.130 INFO O| Dec 13 20:43:14.130 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91552024-12-13T20:43:15.274Z[ host-image] Dec 13 20:43:14.130 INFO O| Dec 13 20:43:14.130 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91562024-12-13T20:43:15.277Z[ host-image] Dec 13 20:43:14.131 INFO O| Dec 13 20:43:14.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91572024-12-13T20:43:15.277Z[ host-image] Dec 13 20:43:14.131 INFO O| Dec 13 20:43:14.131 INFO ok!
91582024-12-13T20:43:15.277Z[ host-image] Dec 13 20:43:14.131 INFO O| Dec 13 20:43:14.131 INFO STEP 20 (ensure_symlink) COMPLETE
91592024-12-13T20:43:15.277Z[ host-image] Dec 13 20:43:14.131 INFO O| Dec 13 20:43:14.131 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91602024-12-13T20:43:15.296Z[ host-image] Dec 13 20:43:14.153 INFO O| Dec 13 20:43:14.153 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91612024-12-13T20:43:15.296Z[ host-image] Dec 13 20:43:14.153 INFO O| Dec 13 20:43:14.153 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91622024-12-13T20:43:15.296Z[ host-image] Dec 13 20:43:14.153 INFO O| Dec 13 20:43:14.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91632024-12-13T20:43:15.296Z[ host-image] Dec 13 20:43:14.153 INFO O| Dec 13 20:43:14.153 INFO ok!
91642024-12-13T20:43:15.296Z[ host-image] Dec 13 20:43:14.153 INFO O| Dec 13 20:43:14.153 INFO STEP 21 (ensure_symlink) COMPLETE
91652024-12-13T20:43:15.296Z[ host-image] Dec 13 20:43:14.153 INFO O| Dec 13 20:43:14.153 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91662024-12-13T20:43:15.314Z[ host-image] Dec 13 20:43:14.171 INFO O| Dec 13 20:43:14.171 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91672024-12-13T20:43:15.314Z[ host-image] Dec 13 20:43:14.171 INFO O| Dec 13 20:43:14.171 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91682024-12-13T20:43:15.314Z[ host-image] Dec 13 20:43:14.172 INFO O| Dec 13 20:43:14.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91692024-12-13T20:43:15.317Z[ host-image] Dec 13 20:43:14.172 INFO O| Dec 13 20:43:14.171 INFO ok!
91702024-12-13T20:43:15.317Z[ host-image] Dec 13 20:43:14.172 INFO O| Dec 13 20:43:14.171 INFO STEP 22 (ensure_symlink) COMPLETE
91712024-12-13T20:43:15.317Z[ host-image] Dec 13 20:43:14.172 INFO O| Dec 13 20:43:14.172 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91722024-12-13T20:43:15.354Z[ host-image] Dec 13 20:43:14.211 INFO O| Dec 13 20:43:14.211 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91732024-12-13T20:43:15.354Z[ host-image] Dec 13 20:43:14.211 INFO O| Dec 13 20:43:14.211 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91742024-12-13T20:43:15.354Z[ host-image] Dec 13 20:43:14.211 INFO O| Dec 13 20:43:14.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91752024-12-13T20:43:15.357Z[ host-image] Dec 13 20:43:14.211 INFO O| Dec 13 20:43:14.211 INFO ok!
91762024-12-13T20:43:15.357Z[ host-image] Dec 13 20:43:14.211 INFO O| Dec 13 20:43:14.211 INFO STEP 23 (ensure_symlink) COMPLETE
91772024-12-13T20:43:15.357Z[ host-image] Dec 13 20:43:14.211 INFO O| Dec 13 20:43:14.211 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91782024-12-13T20:43:15.378Z[ host-image] Dec 13 20:43:14.236 INFO O| Dec 13 20:43:14.235 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91792024-12-13T20:43:15.381Z[ host-image] Dec 13 20:43:14.236 INFO O| Dec 13 20:43:14.236 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91802024-12-13T20:43:15.381Z[ host-image] Dec 13 20:43:14.236 INFO O| Dec 13 20:43:14.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91812024-12-13T20:43:15.381Z[ host-image] Dec 13 20:43:14.236 INFO O| Dec 13 20:43:14.236 INFO ok!
91822024-12-13T20:43:15.381Z[ host-image] Dec 13 20:43:14.236 INFO O| Dec 13 20:43:14.236 INFO STEP 24 (ensure_file) COMPLETE
91832024-12-13T20:43:15.381Z[ host-image] Dec 13 20:43:14.236 INFO O| Dec 13 20:43:14.236 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91842024-12-13T20:43:15.400Z[ host-image] Dec 13 20:43:14.257 INFO O| Dec 13 20:43:14.257 INFO updating shadow file
91852024-12-13T20:43:15.403Z[ host-image] Dec 13 20:43:14.257 INFO O| Dec 13 20:43:14.257 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91862024-12-13T20:43:15.403Z[ host-image] Dec 13 20:43:14.257 INFO O| Dec 13 20:43:14.257 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91872024-12-13T20:43:15.403Z[ host-image] Dec 13 20:43:14.258 INFO O| Dec 13 20:43:14.257 INFO STEP 25 (shadow) COMPLETE
91882024-12-13T20:43:15.403Z[ host-image] Dec 13 20:43:14.258 INFO O| Dec 13 20:43:14.258 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91892024-12-13T20:43:15.422Z[ host-image] Dec 13 20:43:14.279 INFO O| Dec 13 20:43:14.279 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91902024-12-13T20:43:15.422Z[ host-image] Dec 13 20:43:14.280 INFO O| Dec 13 20:43:14.280 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91912024-12-13T20:43:15.426Z[ host-image] Dec 13 20:43:14.280 INFO O| Dec 13 20:43:14.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91922024-12-13T20:43:15.426Z[ host-image] Dec 13 20:43:14.280 INFO O| Dec 13 20:43:14.280 INFO ok!
91932024-12-13T20:43:15.426Z[ host-image] Dec 13 20:43:14.280 INFO O| Dec 13 20:43:14.280 INFO STEP 26 (ensure_file) COMPLETE
91942024-12-13T20:43:15.426Z[ host-image] Dec 13 20:43:14.280 INFO O| Dec 13 20:43:14.280 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91952024-12-13T20:43:15.444Z[ host-image] Dec 13 20:43:14.301 INFO O| Dec 13 20:43:14.301 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91962024-12-13T20:43:15.444Z[ host-image] Dec 13 20:43:14.301 INFO O| Dec 13 20:43:14.301 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91972024-12-13T20:43:15.444Z[ host-image] Dec 13 20:43:14.301 INFO O| Dec 13 20:43:14.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91982024-12-13T20:43:15.447Z[ host-image] Dec 13 20:43:14.301 INFO O| Dec 13 20:43:14.301 INFO ok!
91992024-12-13T20:43:15.447Z[ host-image] Dec 13 20:43:14.301 INFO O| Dec 13 20:43:14.301 INFO STEP 27 (ensure_file) COMPLETE
92002024-12-13T20:43:15.447Z[ host-image] Dec 13 20:43:14.301 INFO O| Dec 13 20:43:14.301 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92012024-12-13T20:43:15.465Z[ host-image] Dec 13 20:43:14.322 INFO O| Dec 13 20:43:14.322 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92022024-12-13T20:43:15.465Z[ host-image] Dec 13 20:43:14.322 INFO O| Dec 13 20:43:14.322 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92032024-12-13T20:43:15.468Z[ host-image] Dec 13 20:43:14.322 INFO O| Dec 13 20:43:14.322 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92042024-12-13T20:43:15.468Z[ host-image] Dec 13 20:43:14.322 INFO O| Dec 13 20:43:14.322 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92052024-12-13T20:43:15.468Z[ host-image] Dec 13 20:43:14.322 INFO O| Dec 13 20:43:14.322 INFO ok!
92062024-12-13T20:43:15.468Z[ host-image] Dec 13 20:43:14.322 INFO O| Dec 13 20:43:14.322 INFO STEP 28 (ensure_file) COMPLETE
92072024-12-13T20:43:15.468Z[ host-image] Dec 13 20:43:14.322 INFO O| Dec 13 20:43:14.322 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92082024-12-13T20:43:15.485Z[ host-image] Dec 13 20:43:14.342 INFO O| Dec 13 20:43:14.342 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92092024-12-13T20:43:15.485Z[ host-image] Dec 13 20:43:14.342 INFO O| Dec 13 20:43:14.342 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92102024-12-13T20:43:15.485Z[ host-image] Dec 13 20:43:14.342 INFO O| Dec 13 20:43:14.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92112024-12-13T20:43:15.486Z[ host-image] Dec 13 20:43:14.342 INFO O| Dec 13 20:43:14.342 INFO ok!
92122024-12-13T20:43:15.486Z[ host-image] Dec 13 20:43:14.342 INFO O| Dec 13 20:43:14.342 INFO STEP 29 (ensure_file) COMPLETE
92132024-12-13T20:43:15.486Z[ host-image] Dec 13 20:43:14.342 INFO O| Dec 13 20:43:14.342 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92142024-12-13T20:43:15.521Z[ host-image] Dec 13 20:43:14.378 INFO O| Dec 13 20:43:14.378 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92152024-12-13T20:43:15.521Z[ host-image] Dec 13 20:43:14.378 INFO O| Dec 13 20:43:14.378 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92162024-12-13T20:43:15.525Z[ host-image] Dec 13 20:43:14.378 INFO O| Dec 13 20:43:14.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92172024-12-13T20:43:15.525Z[ host-image] Dec 13 20:43:14.378 INFO O| Dec 13 20:43:14.378 INFO ok!
92182024-12-13T20:43:15.525Z[ host-image] Dec 13 20:43:14.378 INFO O| Dec 13 20:43:14.378 INFO STEP 30 (ensure_file) COMPLETE
92192024-12-13T20:43:15.525Z[ host-image] Dec 13 20:43:14.378 INFO O| Dec 13 20:43:14.378 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92202024-12-13T20:43:15.576Z[ host-image] Dec 13 20:43:14.433 INFO O| Dec 13 20:43:14.433 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92212024-12-13T20:43:15.576Z[ host-image] Dec 13 20:43:14.433 INFO O| Dec 13 20:43:14.433 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92222024-12-13T20:43:15.576Z[ host-image] Dec 13 20:43:14.433 INFO O| Dec 13 20:43:14.433 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92232024-12-13T20:43:15.579Z[ host-image] Dec 13 20:43:14.433 INFO O| Dec 13 20:43:14.433 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92242024-12-13T20:43:15.579Z[ host-image] Dec 13 20:43:14.433 INFO O| Dec 13 20:43:14.433 INFO ok!
92252024-12-13T20:43:15.579Z[ host-image] Dec 13 20:43:14.433 INFO O| Dec 13 20:43:14.433 INFO STEP 31 (ensure_file) COMPLETE
92262024-12-13T20:43:15.579Z[ host-image] Dec 13 20:43:14.433 INFO O| Dec 13 20:43:14.433 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92272024-12-13T20:43:15.597Z[ host-image] Dec 13 20:43:14.454 INFO O| Dec 13 20:43:14.454 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92282024-12-13T20:43:15.597Z[ host-image] Dec 13 20:43:14.455 INFO O| Dec 13 20:43:14.454 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92292024-12-13T20:43:15.601Z[ host-image] Dec 13 20:43:14.455 INFO O| Dec 13 20:43:14.455 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92302024-12-13T20:43:15.601Z[ host-image] Dec 13 20:43:14.455 INFO O| Dec 13 20:43:14.455 INFO ok!
92312024-12-13T20:43:15.601Z[ host-image] Dec 13 20:43:14.455 INFO O| Dec 13 20:43:14.455 INFO STEP 32 (ensure_file) COMPLETE
92322024-12-13T20:43:15.601Z[ host-image] Dec 13 20:43:14.455 INFO O| Dec 13 20:43:14.455 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92332024-12-13T20:43:15.632Z[ host-image] Dec 13 20:43:14.489 INFO O| Dec 13 20:43:14.489 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92342024-12-13T20:43:15.632Z[ host-image] Dec 13 20:43:14.489 INFO O| Dec 13 20:43:14.489 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92352024-12-13T20:43:15.635Z[ host-image] Dec 13 20:43:14.490 INFO O| Dec 13 20:43:14.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92362024-12-13T20:43:15.635Z[ host-image] Dec 13 20:43:14.490 INFO O| Dec 13 20:43:14.490 INFO ok!
92372024-12-13T20:43:15.635Z[ host-image] Dec 13 20:43:14.490 INFO O| Dec 13 20:43:14.490 INFO STEP 33 (ensure_file) COMPLETE
92382024-12-13T20:43:15.635Z[ host-image] Dec 13 20:43:14.490 INFO O| Dec 13 20:43:14.490 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92392024-12-13T20:43:15.652Z[ host-image] Dec 13 20:43:14.509 INFO O| Dec 13 20:43:14.509 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92402024-12-13T20:43:15.652Z[ host-image] Dec 13 20:43:14.510 INFO O| Dec 13 20:43:14.510 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92412024-12-13T20:43:15.655Z[ host-image] Dec 13 20:43:14.510 INFO O| Dec 13 20:43:14.510 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92422024-12-13T20:43:15.655Z[ host-image] Dec 13 20:43:14.510 INFO O| Dec 13 20:43:14.510 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92432024-12-13T20:43:15.656Z[ host-image] Dec 13 20:43:14.510 INFO O| Dec 13 20:43:14.510 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92442024-12-13T20:43:15.656Z[ host-image] Dec 13 20:43:14.510 INFO O| Dec 13 20:43:14.510 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92452024-12-13T20:43:15.656Z[ host-image] Dec 13 20:43:14.510 INFO O| Dec 13 20:43:14.510 INFO ok!
92462024-12-13T20:43:15.656Z[ host-image] Dec 13 20:43:14.510 INFO O| Dec 13 20:43:14.510 INFO STEP 34 (ensure_file) COMPLETE
92472024-12-13T20:43:15.656Z[ host-image] Dec 13 20:43:14.510 INFO O| Dec 13 20:43:14.510 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92482024-12-13T20:43:15.671Z[ host-image] Dec 13 20:43:14.529 INFO O| Dec 13 20:43:14.529 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92492024-12-13T20:43:15.674Z[ host-image] Dec 13 20:43:14.529 INFO O| Dec 13 20:43:14.529 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92502024-12-13T20:43:15.674Z[ host-image] Dec 13 20:43:14.529 INFO O| Dec 13 20:43:14.529 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92512024-12-13T20:43:15.674Z[ host-image] Dec 13 20:43:14.529 INFO O| Dec 13 20:43:14.529 INFO STEP 35 (ensure_dir) COMPLETE
92522024-12-13T20:43:15.674Z[ host-image] Dec 13 20:43:14.529 INFO O| Dec 13 20:43:14.529 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92532024-12-13T20:43:15.689Z[ host-image] Dec 13 20:43:14.546 INFO O| Dec 13 20:43:14.546 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
92542024-12-13T20:43:15.689Z[ host-image] Dec 13 20:43:14.547 INFO O| Dec 13 20:43:14.546 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 ...
92552024-12-13T20:43:15.692Z[ host-image] Dec 13 20:43:14.547 INFO O| Dec 13 20:43:14.547 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
92562024-12-13T20:43:15.692Z[ host-image] Dec 13 20:43:14.547 INFO O| Dec 13 20:43:14.547 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
92572024-12-13T20:43:15.692Z[ host-image] Dec 13 20:43:14.547 INFO O| Dec 13 20:43:14.547 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
92582024-12-13T20:43:15.692Z[ host-image] Dec 13 20:43:14.547 INFO O| Dec 13 20:43:14.547 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
92592024-12-13T20:43:15.692Z[ host-image] Dec 13 20:43:14.547 INFO O| Dec 13 20:43:14.547 INFO ok!
92602024-12-13T20:43:15.692Z[ host-image] Dec 13 20:43:14.547 INFO O| Dec 13 20:43:14.547 INFO STEP 36 (ensure_file) COMPLETE
92612024-12-13T20:43:15.692Z[ host-image] Dec 13 20:43:14.547 INFO O| Dec 13 20:43:14.547 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92622024-12-13T20:43:15.709Z[ host-image] Dec 13 20:43:14.566 INFO O| Dec 13 20:43:14.566 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92632024-12-13T20:43:15.709Z[ host-image] Dec 13 20:43:14.566 INFO O| Dec 13 20:43:14.566 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 ...
92642024-12-13T20:43:15.712Z[ host-image] Dec 13 20:43:14.566 INFO O| Dec 13 20:43:14.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92652024-12-13T20:43:15.712Z[ host-image] Dec 13 20:43:14.566 INFO O| Dec 13 20:43:14.566 INFO ok!
92662024-12-13T20:43:15.712Z[ host-image] Dec 13 20:43:14.567 INFO O| Dec 13 20:43:14.567 INFO STEP 37 (ensure_symlink) COMPLETE
92672024-12-13T20:43:15.712Z[ host-image] Dec 13 20:43:14.567 INFO O| Dec 13 20:43:14.567 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92682024-12-13T20:43:15.737Z[ host-image] Dec 13 20:43:14.594 INFO O| Dec 13 20:43:14.594 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92692024-12-13T20:43:15.737Z[ host-image] Dec 13 20:43:14.594 INFO O| Dec 13 20:43:14.594 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92702024-12-13T20:43:15.738Z[ host-image] Dec 13 20:43:14.594 INFO O| Dec 13 20:43:14.594 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92712024-12-13T20:43:15.740Z[ host-image] Dec 13 20:43:14.594 INFO O| Dec 13 20:43:14.594 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92722024-12-13T20:43:15.741Z[ host-image] Dec 13 20:43:14.594 INFO O| Dec 13 20:43:14.594 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92732024-12-13T20:43:15.741Z[ host-image] Dec 13 20:43:14.594 INFO O| Dec 13 20:43:14.594 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92742024-12-13T20:43:15.741Z[ host-image] Dec 13 20:43:14.594 INFO O| Dec 13 20:43:14.594 INFO ok!
92752024-12-13T20:43:15.741Z[ host-image] Dec 13 20:43:14.594 INFO O| Dec 13 20:43:14.594 INFO STEP 38 (ensure_file) COMPLETE
92762024-12-13T20:43:15.741Z[ host-image] Dec 13 20:43:14.594 INFO O| Dec 13 20:43:14.594 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92772024-12-13T20:43:15.771Z[ host-image] Dec 13 20:43:14.628 INFO O| Dec 13 20:43:14.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92782024-12-13T20:43:15.771Z[ host-image] Dec 13 20:43:14.628 INFO O| Dec 13 20:43:14.628 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 ...
92792024-12-13T20:43:15.774Z[ host-image] Dec 13 20:43:14.628 INFO O| Dec 13 20:43:14.628 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
92802024-12-13T20:43:15.774Z[ host-image] Dec 13 20:43:14.628 INFO O| Dec 13 20:43:14.628 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92812024-12-13T20:43:15.774Z[ host-image] Dec 13 20:43:14.628 INFO O| Dec 13 20:43:14.628 INFO ok!
92822024-12-13T20:43:15.774Z[ host-image] Dec 13 20:43:14.628 INFO O| Dec 13 20:43:14.628 INFO STEP 39 (ensure_file) COMPLETE
92832024-12-13T20:43:15.774Z[ host-image] Dec 13 20:43:14.628 INFO O| Dec 13 20:43:14.628 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92842024-12-13T20:43:15.796Z[ host-image] Dec 13 20:43:14.654 INFO O| Dec 13 20:43:14.653 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92852024-12-13T20:43:15.796Z[ host-image] Dec 13 20:43:14.654 INFO O| Dec 13 20:43:14.653 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92862024-12-13T20:43:15.796Z[ host-image] Dec 13 20:43:14.654 INFO O| Dec 13 20:43:14.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92872024-12-13T20:43:15.796Z[ host-image] Dec 13 20:43:14.654 INFO O| Dec 13 20:43:14.654 INFO ok!
92882024-12-13T20:43:15.797Z[ host-image] Dec 13 20:43:14.654 INFO O| Dec 13 20:43:14.654 INFO STEP 40 (ensure_file) COMPLETE
92892024-12-13T20:43:15.800Z[ host-image] Dec 13 20:43:14.654 INFO O| Dec 13 20:43:14.654 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92902024-12-13T20:43:15.815Z[ host-image] Dec 13 20:43:14.672 INFO O| Dec 13 20:43:14.672 INFO updating shadow file
92912024-12-13T20:43:15.815Z[ host-image] Dec 13 20:43:14.672 INFO O| Dec 13 20:43:14.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92922024-12-13T20:43:15.815Z[ host-image] Dec 13 20:43:14.672 INFO O| Dec 13 20:43:14.672 INFO STEP 41 (shadow) COMPLETE
92932024-12-13T20:43:15.818Z[ host-image] Dec 13 20:43:14.672 INFO O| Dec 13 20:43:14.672 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92942024-12-13T20:43:15.834Z[ host-image] Dec 13 20:43:14.691 INFO O| Dec 13 20:43:14.691 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92952024-12-13T20:43:15.834Z[ host-image] Dec 13 20:43:14.691 INFO O| Dec 13 20:43:14.691 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92962024-12-13T20:43:15.836Z[ host-image] Dec 13 20:43:14.691 INFO O| Dec 13 20:43:14.691 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92972024-12-13T20:43:15.836Z[ host-image] Dec 13 20:43:14.691 INFO O| Dec 13 20:43:14.691 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92982024-12-13T20:43:15.837Z[ host-image] Dec 13 20:43:14.691 INFO O| Dec 13 20:43:14.691 INFO ok!
92992024-12-13T20:43:15.837Z[ host-image] Dec 13 20:43:14.691 INFO O| Dec 13 20:43:14.691 INFO STEP 42 (ensure_file) COMPLETE
93002024-12-13T20:43:15.837Z[ host-image] Dec 13 20:43:14.691 INFO O| Dec 13 20:43:14.691 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93012024-12-13T20:43:15.837Z[ host-image] Dec 13 20:43:14.691 INFO O| Dec 13 20:43:14.691 INFO skip step because feature "mfg" is not enabled
93022024-12-13T20:43:15.837Z[ host-image] Dec 13 20:43:14.691 INFO O| Dec 13 20:43:14.691 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93032024-12-13T20:43:15.837Z[ host-image] Dec 13 20:43:14.691 INFO O| Dec 13 20:43:14.691 INFO skip step because feature "mfg" is not enabled
93042024-12-13T20:43:15.837Z[ host-image] Dec 13 20:43:14.691 INFO O| Dec 13 20:43:14.691 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93052024-12-13T20:43:15.852Z[ host-image] Dec 13 20:43:14.709 INFO O| Dec 13 20:43:14.709 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93062024-12-13T20:43:15.852Z[ host-image] Dec 13 20:43:14.709 INFO O| Dec 13 20:43:14.709 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93072024-12-13T20:43:16.728Z[ host-image] Dec 13 20:43:15.585 INFO O| Dec 13 20:43:15.585 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93082024-12-13T20:43:16.728Z[ host-image] Dec 13 20:43:15.585 INFO O| Dec 13 20:43:15.585 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93092024-12-13T20:43:16.734Z[ host-image] Dec 13 20:43:15.585 INFO O| Dec 13 20:43:15.585 INFO ok!
93102024-12-13T20:43:16.734Z[ host-image] Dec 13 20:43:15.585 INFO O| Dec 13 20:43:15.585 INFO STEP 45 (ensure_file) COMPLETE
93112024-12-13T20:43:16.734Z[ host-image] Dec 13 20:43:15.586 INFO O| Dec 13 20:43:15.585 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93122024-12-13T20:43:16.749Z[ host-image] Dec 13 20:43:15.606 INFO O| Dec 13 20:43:15.606 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93132024-12-13T20:43:16.749Z[ host-image] Dec 13 20:43:15.606 INFO O| Dec 13 20:43:15.606 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93142024-12-13T20:43:16.752Z[ host-image] Dec 13 20:43:15.606 INFO O| Dec 13 20:43:15.606 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93152024-12-13T20:43:16.752Z[ host-image] Dec 13 20:43:15.606 INFO O| Dec 13 20:43:15.606 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93162024-12-13T20:43:16.752Z[ host-image] Dec 13 20:43:15.606 INFO O| Dec 13 20:43:15.606 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93172024-12-13T20:43:16.752Z[ host-image] Dec 13 20:43:15.606 INFO O| Dec 13 20:43:15.606 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93182024-12-13T20:43:16.752Z[ host-image] Dec 13 20:43:15.606 INFO O| Dec 13 20:43:15.606 INFO ok!
93192024-12-13T20:43:16.752Z[ host-image] Dec 13 20:43:15.606 INFO O| Dec 13 20:43:15.606 INFO STEP 46 (ensure_file) COMPLETE
93202024-12-13T20:43:16.753Z[ host-image] Dec 13 20:43:15.606 INFO O| Dec 13 20:43:15.606 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93212024-12-13T20:43:16.772Z[ host-image] Dec 13 20:43:15.627 INFO O| Dec 13 20:43:15.627 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93222024-12-13T20:43:16.772Z[ host-image] Dec 13 20:43:15.627 INFO O| Dec 13 20:43:15.627 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 ...
93232024-12-13T20:43:16.775Z[ host-image] Dec 13 20:43:15.627 INFO O| Dec 13 20:43:15.627 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
93242024-12-13T20:43:16.775Z[ host-image] Dec 13 20:43:15.627 INFO O| Dec 13 20:43:15.627 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93252024-12-13T20:43:16.775Z[ host-image] Dec 13 20:43:15.627 INFO O| Dec 13 20:43:15.627 INFO ok!
93262024-12-13T20:43:16.775Z[ host-image] Dec 13 20:43:15.627 INFO O| Dec 13 20:43:15.627 INFO STEP 47 (ensure_file) COMPLETE
93272024-12-13T20:43:16.775Z[ host-image] Dec 13 20:43:15.627 INFO O| Dec 13 20:43:15.627 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93282024-12-13T20:43:16.794Z[ host-image] Dec 13 20:43:15.651 INFO O| Dec 13 20:43:15.651 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93292024-12-13T20:43:16.795Z[ host-image] Dec 13 20:43:15.651 INFO O| Dec 13 20:43:15.651 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93302024-12-13T20:43:16.798Z[ host-image] Dec 13 20:43:15.652 INFO O| Dec 13 20:43:15.651 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93312024-12-13T20:43:16.798Z[ host-image] Dec 13 20:43:15.652 INFO O| Dec 13 20:43:15.652 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93322024-12-13T20:43:16.798Z[ host-image] Dec 13 20:43:15.652 INFO O| Dec 13 20:43:15.652 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93332024-12-13T20:43:16.798Z[ host-image] Dec 13 20:43:15.652 INFO O| Dec 13 20:43:15.652 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93342024-12-13T20:43:16.798Z[ host-image] Dec 13 20:43:15.652 INFO O| Dec 13 20:43:15.652 INFO ok!
93352024-12-13T20:43:16.798Z[ host-image] Dec 13 20:43:15.652 INFO O| Dec 13 20:43:15.652 INFO STEP 48 (ensure_file) COMPLETE
93362024-12-13T20:43:16.798Z[ host-image] Dec 13 20:43:15.652 INFO O| Dec 13 20:43:15.652 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93372024-12-13T20:43:16.833Z[ host-image] Dec 13 20:43:15.690 INFO O| Dec 13 20:43:15.689 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93382024-12-13T20:43:16.833Z[ host-image] Dec 13 20:43:15.690 INFO O| Dec 13 20:43:15.690 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 ...
93392024-12-13T20:43:16.833Z[ host-image] Dec 13 20:43:15.690 INFO O| Dec 13 20:43:15.690 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
93402024-12-13T20:43:16.836Z[ host-image] Dec 13 20:43:15.690 INFO O| Dec 13 20:43:15.690 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93412024-12-13T20:43:16.836Z[ host-image] Dec 13 20:43:15.690 INFO O| Dec 13 20:43:15.690 INFO ok!
93422024-12-13T20:43:16.836Z[ host-image] Dec 13 20:43:15.690 INFO O| Dec 13 20:43:15.690 INFO STEP 49 (ensure_file) COMPLETE
93432024-12-13T20:43:16.837Z[ host-image] Dec 13 20:43:15.690 INFO O| Dec 13 20:43:15.690 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93442024-12-13T20:43:16.856Z[ host-image] Dec 13 20:43:15.712 INFO O| Dec 13 20:43:15.712 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93452024-12-13T20:43:16.856Z[ host-image] Dec 13 20:43:15.712 INFO O| Dec 13 20:43:15.712 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93462024-12-13T20:43:16.859Z[ host-image] Dec 13 20:43:15.713 INFO O| Dec 13 20:43:15.713 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93472024-12-13T20:43:16.859Z[ host-image] Dec 13 20:43:15.713 INFO O| Dec 13 20:43:15.713 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93482024-12-13T20:43:16.862Z[ host-image] Dec 13 20:43:15.713 INFO O| Dec 13 20:43:15.713 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93492024-12-13T20:43:16.862Z[ host-image] Dec 13 20:43:15.713 INFO O| Dec 13 20:43:15.713 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93502024-12-13T20:43:16.865Z[ host-image] Dec 13 20:43:15.713 INFO O| Dec 13 20:43:15.713 INFO ok!
93512024-12-13T20:43:16.865Z[ host-image] Dec 13 20:43:15.713 INFO O| Dec 13 20:43:15.713 INFO STEP 50 (ensure_file) COMPLETE
93522024-12-13T20:43:16.865Z[ host-image] Dec 13 20:43:15.713 INFO O| Dec 13 20:43:15.713 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93532024-12-13T20:43:16.880Z[ host-image] Dec 13 20:43:15.736 INFO O| Dec 13 20:43:15.736 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93542024-12-13T20:43:16.880Z[ host-image] Dec 13 20:43:15.737 INFO O| Dec 13 20:43:15.736 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 ...
93552024-12-13T20:43:16.882Z[ host-image] Dec 13 20:43:15.737 INFO O| Dec 13 20:43:15.737 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
93562024-12-13T20:43:16.882Z[ host-image] Dec 13 20:43:15.737 INFO O| Dec 13 20:43:15.737 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93572024-12-13T20:43:16.882Z[ host-image] Dec 13 20:43:15.737 INFO O| Dec 13 20:43:15.737 INFO ok!
93582024-12-13T20:43:16.882Z[ host-image] Dec 13 20:43:15.737 INFO O| Dec 13 20:43:15.737 INFO STEP 51 (ensure_file) COMPLETE
93592024-12-13T20:43:16.882Z[ host-image] Dec 13 20:43:15.737 INFO O| Dec 13 20:43:15.737 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93602024-12-13T20:43:16.903Z[ host-image] Dec 13 20:43:15.760 INFO O| Dec 13 20:43:15.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93612024-12-13T20:43:16.903Z[ host-image] Dec 13 20:43:15.760 INFO O| Dec 13 20:43:15.760 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 ...
93622024-12-13T20:43:16.905Z[ host-image] Dec 13 20:43:15.760 INFO O| Dec 13 20:43:15.760 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
93632024-12-13T20:43:16.906Z[ host-image] Dec 13 20:43:15.760 INFO O| Dec 13 20:43:15.760 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93642024-12-13T20:43:16.906Z[ host-image] Dec 13 20:43:15.760 INFO O| Dec 13 20:43:15.760 INFO ok!
93652024-12-13T20:43:16.906Z[ host-image] Dec 13 20:43:15.760 INFO O| Dec 13 20:43:15.760 INFO STEP 52 (ensure_file) COMPLETE
93662024-12-13T20:43:16.906Z[ host-image] Dec 13 20:43:15.760 INFO O| Dec 13 20:43:15.760 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93672024-12-13T20:43:16.927Z[ host-image] Dec 13 20:43:15.782 INFO O| Dec 13 20:43:15.782 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93682024-12-13T20:43:16.931Z[ host-image] Dec 13 20:43:15.782 INFO O| Dec 13 20:43:15.782 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 ...
93692024-12-13T20:43:16.931Z[ host-image] Dec 13 20:43:15.782 INFO O| Dec 13 20:43:15.782 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
93702024-12-13T20:43:16.931Z[ host-image] Dec 13 20:43:15.782 INFO O| Dec 13 20:43:15.782 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93712024-12-13T20:43:16.931Z[ host-image] Dec 13 20:43:15.782 INFO O| Dec 13 20:43:15.782 INFO ok!
93722024-12-13T20:43:16.931Z[ host-image] Dec 13 20:43:15.782 INFO O| Dec 13 20:43:15.782 INFO STEP 53 (ensure_file) COMPLETE
93732024-12-13T20:43:16.931Z[ host-image] Dec 13 20:43:15.782 INFO O| Dec 13 20:43:15.782 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742024-12-13T20:43:16.946Z[ host-image] Dec 13 20:43:15.803 INFO O| Dec 13 20:43:15.803 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93752024-12-13T20:43:16.946Z[ host-image] Dec 13 20:43:15.803 INFO O| Dec 13 20:43:15.803 INFO STEP 54 (ensure_dir) COMPLETE
93762024-12-13T20:43:16.949Z[ host-image] Dec 13 20:43:15.803 INFO O| Dec 13 20:43:15.803 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93772024-12-13T20:43:16.969Z[ host-image] Dec 13 20:43:15.826 INFO O| Dec 13 20:43:15.825 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93782024-12-13T20:43:16.969Z[ host-image] Dec 13 20:43:15.826 INFO O| Dec 13 20:43:15.826 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93792024-12-13T20:43:16.969Z[ host-image] Dec 13 20:43:15.826 INFO O| Dec 13 20:43:15.826 INFO STEP 55 (ensure_dir) COMPLETE
93802024-12-13T20:43:16.972Z[ host-image] Dec 13 20:43:15.826 INFO O| Dec 13 20:43:15.826 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93812024-12-13T20:43:16.991Z[ host-image] Dec 13 20:43:15.848 INFO O| Dec 13 20:43:15.848 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93822024-12-13T20:43:16.991Z[ host-image] Dec 13 20:43:15.848 INFO O| Dec 13 20:43:15.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93832024-12-13T20:43:16.991Z[ host-image] Dec 13 20:43:15.848 INFO O| Dec 13 20:43:15.848 INFO STEP 56 (ensure_dir) COMPLETE
93842024-12-13T20:43:16.994Z[ host-image] Dec 13 20:43:15.848 INFO O| Dec 13 20:43:15.848 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93852024-12-13T20:43:17.037Z[ host-image] Dec 13 20:43:15.894 INFO O| Dec 13 20:43:15.894 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93862024-12-13T20:43:17.037Z[ host-image] Dec 13 20:43:15.894 INFO O| Dec 13 20:43:15.894 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93872024-12-13T20:43:17.063Z[ host-image] Dec 13 20:43:15.920 INFO O| Dec 13 20:43:15.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93882024-12-13T20:43:17.064Z[ host-image] Dec 13 20:43:15.920 INFO O| Dec 13 20:43:15.920 INFO ok!
93892024-12-13T20:43:17.066Z[ host-image] Dec 13 20:43:15.920 INFO O| Dec 13 20:43:15.920 INFO STEP 57 (ensure_file) COMPLETE
93902024-12-13T20:43:17.066Z[ host-image] Dec 13 20:43:15.920 INFO O| Dec 13 20:43:15.920 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93912024-12-13T20:43:17.089Z[ host-image] Dec 13 20:43:15.945 INFO O| Dec 13 20:43:15.945 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93922024-12-13T20:43:17.089Z[ host-image] Dec 13 20:43:15.945 INFO O| Dec 13 20:43:15.945 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93932024-12-13T20:43:18.532Z[ host-image] Dec 13 20:43:17.389 INFO O| Dec 13 20:43:17.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93942024-12-13T20:43:18.532Z[ host-image] Dec 13 20:43:17.389 INFO O| Dec 13 20:43:17.389 INFO ok!
93952024-12-13T20:43:18.535Z[ host-image] Dec 13 20:43:17.389 INFO O| Dec 13 20:43:17.389 INFO STEP 58 (ensure_file) COMPLETE
93962024-12-13T20:43:18.535Z[ host-image] Dec 13 20:43:17.389 INFO O| Dec 13 20:43:17.389 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93972024-12-13T20:43:18.554Z[ host-image] Dec 13 20:43:17.410 INFO O| Dec 13 20:43:17.410 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93982024-12-13T20:43:18.554Z[ host-image] Dec 13 20:43:17.410 INFO O| Dec 13 20:43:17.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93992024-12-13T20:43:18.554Z[ host-image] Dec 13 20:43:17.410 INFO O| Dec 13 20:43:17.410 INFO STEP 59 (ensure_dir) COMPLETE
94002024-12-13T20:43:18.556Z[ host-image] Dec 13 20:43:17.410 INFO O| Dec 13 20:43:17.410 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94012024-12-13T20:43:18.580Z[ host-image] Dec 13 20:43:17.437 INFO O| Dec 13 20:43:17.437 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94022024-12-13T20:43:18.580Z[ host-image] Dec 13 20:43:17.437 INFO O| Dec 13 20:43:17.437 INFO copying /tmp/.tmpVYZFEz/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 ...
94032024-12-13T20:43:18.583Z[ host-image] Dec 13 20:43:17.437 INFO O| Dec 13 20:43:17.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94042024-12-13T20:43:18.583Z[ host-image] Dec 13 20:43:17.437 INFO O| Dec 13 20:43:17.437 INFO ok!
94052024-12-13T20:43:18.583Z[ host-image] Dec 13 20:43:17.437 INFO O| Dec 13 20:43:17.437 INFO STEP 60 (ensure_file) COMPLETE
94062024-12-13T20:43:18.583Z[ host-image] Dec 13 20:43:17.437 INFO O| Dec 13 20:43:17.437 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94072024-12-13T20:43:18.642Z[ host-image] Dec 13 20:43:17.498 INFO O| Dec 13 20:43:17.498 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94082024-12-13T20:43:18.642Z[ host-image] Dec 13 20:43:17.498 INFO O| Dec 13 20:43:17.498 INFO copying /tmp/.tmpVYZFEz/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 ...
94092024-12-13T20:43:18.642Z[ host-image] Dec 13 20:43:17.498 INFO O| Dec 13 20:43:17.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94102024-12-13T20:43:18.645Z[ host-image] Dec 13 20:43:17.498 INFO O| Dec 13 20:43:17.498 INFO ok!
94112024-12-13T20:43:18.645Z[ host-image] Dec 13 20:43:17.498 INFO O| Dec 13 20:43:17.498 INFO STEP 61 (ensure_file) COMPLETE
94122024-12-13T20:43:18.645Z[ host-image] Dec 13 20:43:17.498 INFO O| Dec 13 20:43:17.498 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94132024-12-13T20:43:18.684Z[ host-image] Dec 13 20:43:17.541 INFO O| Dec 13 20:43:17.541 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94142024-12-13T20:43:18.687Z[ host-image] Dec 13 20:43:17.541 INFO O| Dec 13 20:43:17.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94152024-12-13T20:43:18.687Z[ host-image] Dec 13 20:43:17.541 INFO O| Dec 13 20:43:17.541 INFO STEP 62 (ensure_dir) COMPLETE
94162024-12-13T20:43:18.687Z[ host-image] Dec 13 20:43:17.541 INFO O| Dec 13 20:43:17.541 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94172024-12-13T20:43:18.728Z[ host-image] Dec 13 20:43:17.584 INFO O| Dec 13 20:43:17.584 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94182024-12-13T20:43:18.728Z[ host-image] Dec 13 20:43:17.584 INFO O| Dec 13 20:43:17.584 INFO copying /tmp/.tmpVYZFEz/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 ...
94192024-12-13T20:43:18.728Z[ host-image] Dec 13 20:43:17.584 INFO O| Dec 13 20:43:17.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94202024-12-13T20:43:18.733Z[ host-image] Dec 13 20:43:17.585 INFO O| Dec 13 20:43:17.584 INFO ok!
94212024-12-13T20:43:18.733Z[ host-image] Dec 13 20:43:17.585 INFO O| Dec 13 20:43:17.585 INFO STEP 63 (ensure_file) COMPLETE
94222024-12-13T20:43:18.733Z[ host-image] Dec 13 20:43:17.585 INFO O| Dec 13 20:43:17.585 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94232024-12-13T20:43:18.798Z[ host-image] Dec 13 20:43:17.655 INFO O| Dec 13 20:43:17.655 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94242024-12-13T20:43:18.799Z[ host-image] Dec 13 20:43:17.655 INFO O| Dec 13 20:43:17.655 INFO copying /tmp/.tmpVYZFEz/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 ...
94252024-12-13T20:43:18.803Z[ host-image] Dec 13 20:43:17.655 INFO O| Dec 13 20:43:17.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94262024-12-13T20:43:18.803Z[ host-image] Dec 13 20:43:17.655 INFO O| Dec 13 20:43:17.655 INFO ok!
94272024-12-13T20:43:18.803Z[ host-image] Dec 13 20:43:17.655 INFO O| Dec 13 20:43:17.655 INFO STEP 64 (ensure_file) COMPLETE
94282024-12-13T20:43:18.803Z[ host-image] Dec 13 20:43:17.655 INFO O| Dec 13 20:43:17.655 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94292024-12-13T20:43:18.843Z[ host-image] Dec 13 20:43:17.699 INFO O| Dec 13 20:43:17.699 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94302024-12-13T20:43:18.844Z[ host-image] Dec 13 20:43:17.700 INFO O| Dec 13 20:43:17.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94312024-12-13T20:43:18.844Z[ host-image] Dec 13 20:43:17.700 INFO O| Dec 13 20:43:17.700 INFO STEP 65 (ensure_dir) COMPLETE
94322024-12-13T20:43:18.844Z[ host-image] Dec 13 20:43:17.700 INFO O| Dec 13 20:43:17.700 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94332024-12-13T20:43:18.864Z[ host-image] Dec 13 20:43:17.721 INFO O| Dec 13 20:43:17.721 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94342024-12-13T20:43:18.864Z[ host-image] Dec 13 20:43:17.721 INFO O| Dec 13 20:43:17.721 INFO copying /tmp/.tmpVYZFEz/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 ...
94352024-12-13T20:43:18.867Z[ host-image] Dec 13 20:43:17.721 INFO O| Dec 13 20:43:17.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94362024-12-13T20:43:18.867Z[ host-image] Dec 13 20:43:17.721 INFO O| Dec 13 20:43:17.721 INFO ok!
94372024-12-13T20:43:18.867Z[ host-image] Dec 13 20:43:17.721 INFO O| Dec 13 20:43:17.721 INFO STEP 66 (ensure_file) COMPLETE
94382024-12-13T20:43:18.867Z[ host-image] Dec 13 20:43:17.721 INFO O| Dec 13 20:43:17.721 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94392024-12-13T20:43:18.888Z[ host-image] Dec 13 20:43:17.744 INFO O| Dec 13 20:43:17.744 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94402024-12-13T20:43:18.888Z[ host-image] Dec 13 20:43:17.744 INFO O| Dec 13 20:43:17.744 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94412024-12-13T20:43:18.888Z[ host-image] Dec 13 20:43:17.744 INFO O| Dec 13 20:43:17.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94422024-12-13T20:43:18.891Z[ host-image] Dec 13 20:43:17.744 INFO O| Dec 13 20:43:17.744 INFO ok!
94432024-12-13T20:43:18.891Z[ host-image] Dec 13 20:43:17.744 INFO O| Dec 13 20:43:17.744 INFO STEP 67 (ensure_file) COMPLETE
94442024-12-13T20:43:18.891Z[ host-image] Dec 13 20:43:17.744 INFO O| Dec 13 20:43:17.744 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94452024-12-13T20:43:18.909Z[ host-image] Dec 13 20:43:17.765 INFO O| Dec 13 20:43:17.765 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94462024-12-13T20:43:18.909Z[ host-image] Dec 13 20:43:17.765 INFO O| Dec 13 20:43:17.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94472024-12-13T20:43:18.912Z[ host-image] Dec 13 20:43:17.765 INFO O| Dec 13 20:43:17.765 INFO STEP 68 (ensure_dir) COMPLETE
94482024-12-13T20:43:18.912Z[ host-image] Dec 13 20:43:17.765 INFO O| Dec 13 20:43:17.765 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94492024-12-13T20:43:18.953Z[ host-image] Dec 13 20:43:17.809 INFO O| Dec 13 20:43:17.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94502024-12-13T20:43:18.953Z[ host-image] Dec 13 20:43:17.809 INFO O| Dec 13 20:43:17.809 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94512024-12-13T20:43:20.374Z[ host-image] Dec 13 20:43:19.229 INFO O| Dec 13 20:43:19.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94522024-12-13T20:43:20.374Z[ host-image] Dec 13 20:43:19.229 INFO O| Dec 13 20:43:19.229 INFO ok!
94532024-12-13T20:43:20.374Z[ host-image] Dec 13 20:43:19.229 INFO O| Dec 13 20:43:19.229 INFO STEP 69 (ensure_file) COMPLETE
94542024-12-13T20:43:20.374Z[ host-image] Dec 13 20:43:19.229 INFO O| Dec 13 20:43:19.229 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94552024-12-13T20:43:20.395Z[ host-image] Dec 13 20:43:19.251 INFO O| Dec 13 20:43:19.251 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94562024-12-13T20:43:20.395Z[ host-image] Dec 13 20:43:19.251 INFO O| Dec 13 20:43:19.251 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94572024-12-13T20:43:22.435Z[ host-image] Dec 13 20:43:21.291 INFO O| Dec 13 20:43:21.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94582024-12-13T20:43:22.435Z[ host-image] Dec 13 20:43:21.291 INFO O| Dec 13 20:43:21.291 INFO ok!
94592024-12-13T20:43:22.438Z[ host-image] Dec 13 20:43:21.291 INFO O| Dec 13 20:43:21.291 INFO STEP 70 (ensure_file) COMPLETE
94602024-12-13T20:43:22.438Z[ host-image] Dec 13 20:43:21.291 INFO O| Dec 13 20:43:21.291 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94612024-12-13T20:43:22.456Z[ host-image] Dec 13 20:43:21.312 INFO O| Dec 13 20:43:21.312 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94622024-12-13T20:43:22.456Z[ host-image] Dec 13 20:43:21.312 INFO O| Dec 13 20:43:21.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94632024-12-13T20:43:22.459Z[ host-image] Dec 13 20:43:21.312 INFO O| Dec 13 20:43:21.312 INFO STEP 71 (ensure_dir) COMPLETE
94642024-12-13T20:43:22.459Z[ host-image] Dec 13 20:43:21.312 INFO O| Dec 13 20:43:21.312 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94652024-12-13T20:43:22.477Z[ host-image] Dec 13 20:43:21.333 INFO O| Dec 13 20:43:21.333 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94662024-12-13T20:43:22.477Z[ host-image] Dec 13 20:43:21.333 INFO O| Dec 13 20:43:21.333 INFO copying /tmp/.tmpVYZFEz/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 ...
94672024-12-13T20:43:22.477Z[ host-image] Dec 13 20:43:21.333 INFO O| Dec 13 20:43:21.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94682024-12-13T20:43:22.478Z[ host-image] Dec 13 20:43:21.333 INFO O| Dec 13 20:43:21.333 INFO ok!
94692024-12-13T20:43:22.481Z[ host-image] Dec 13 20:43:21.333 INFO O| Dec 13 20:43:21.333 INFO STEP 72 (ensure_file) COMPLETE
94702024-12-13T20:43:22.481Z[ host-image] Dec 13 20:43:21.333 INFO O| Dec 13 20:43:21.333 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94712024-12-13T20:43:22.505Z[ host-image] Dec 13 20:43:21.361 INFO O| Dec 13 20:43:21.361 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94722024-12-13T20:43:22.505Z[ host-image] Dec 13 20:43:21.361 INFO O| Dec 13 20:43:21.361 INFO copying /tmp/.tmpVYZFEz/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 ...
94732024-12-13T20:43:22.505Z[ host-image] Dec 13 20:43:21.361 INFO O| Dec 13 20:43:21.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94742024-12-13T20:43:22.508Z[ host-image] Dec 13 20:43:21.361 INFO O| Dec 13 20:43:21.361 INFO ok!
94752024-12-13T20:43:22.508Z[ host-image] Dec 13 20:43:21.361 INFO O| Dec 13 20:43:21.361 INFO STEP 73 (ensure_file) COMPLETE
94762024-12-13T20:43:22.508Z[ host-image] Dec 13 20:43:21.361 INFO O| Dec 13 20:43:21.361 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94772024-12-13T20:43:22.524Z[ host-image] Dec 13 20:43:21.380 INFO O| Dec 13 20:43:21.380 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94782024-12-13T20:43:22.524Z[ host-image] Dec 13 20:43:21.380 INFO O| Dec 13 20:43:21.380 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94792024-12-13T20:43:22.524Z[ host-image] Dec 13 20:43:21.380 INFO O| Dec 13 20:43:21.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94802024-12-13T20:43:22.527Z[ host-image] Dec 13 20:43:21.380 INFO O| Dec 13 20:43:21.380 INFO ok!
94812024-12-13T20:43:22.527Z[ host-image] Dec 13 20:43:21.380 INFO O| Dec 13 20:43:21.380 INFO STEP 74 (ensure_file) COMPLETE
94822024-12-13T20:43:22.527Z[ host-image] Dec 13 20:43:21.381 INFO O| Dec 13 20:43:21.380 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94832024-12-13T20:43:22.542Z[ host-image] Dec 13 20:43:21.398 INFO O| Dec 13 20:43:21.398 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94842024-12-13T20:43:22.546Z[ host-image] Dec 13 20:43:21.398 INFO O| Dec 13 20:43:21.398 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94852024-12-13T20:43:22.546Z[ host-image] Dec 13 20:43:21.398 INFO O| Dec 13 20:43:21.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94862024-12-13T20:43:22.546Z[ host-image] Dec 13 20:43:21.398 INFO O| Dec 13 20:43:21.398 INFO ok!
94872024-12-13T20:43:22.546Z[ host-image] Dec 13 20:43:21.399 INFO O| Dec 13 20:43:21.398 INFO STEP 75 (ensure_file) COMPLETE
94882024-12-13T20:43:22.546Z[ host-image] Dec 13 20:43:21.399 INFO O| Dec 13 20:43:21.398 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94892024-12-13T20:43:22.561Z[ host-image] Dec 13 20:43:21.417 INFO O| Dec 13 20:43:21.417 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94902024-12-13T20:43:22.561Z[ host-image] Dec 13 20:43:21.417 INFO O| Dec 13 20:43:21.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94912024-12-13T20:43:22.561Z[ host-image] Dec 13 20:43:21.417 INFO O| Dec 13 20:43:21.417 INFO STEP 76 (ensure_dir) COMPLETE
94922024-12-13T20:43:22.564Z[ host-image] Dec 13 20:43:21.417 INFO O| Dec 13 20:43:21.417 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94932024-12-13T20:43:22.581Z[ host-image] Dec 13 20:43:21.437 INFO O| Dec 13 20:43:21.437 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94942024-12-13T20:43:22.581Z[ host-image] Dec 13 20:43:21.437 INFO O| Dec 13 20:43:21.437 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94952024-12-13T20:43:22.585Z[ host-image] Dec 13 20:43:21.441 INFO O| Dec 13 20:43:21.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94962024-12-13T20:43:22.585Z[ host-image] Dec 13 20:43:21.441 INFO O| Dec 13 20:43:21.441 INFO ok!
94972024-12-13T20:43:22.588Z[ host-image] Dec 13 20:43:21.441 INFO O| Dec 13 20:43:21.441 INFO STEP 77 (ensure_file) COMPLETE
94982024-12-13T20:43:22.588Z[ host-image] Dec 13 20:43:21.441 INFO O| Dec 13 20:43:21.441 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94992024-12-13T20:43:22.606Z[ host-image] Dec 13 20:43:21.462 INFO O| Dec 13 20:43:21.462 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95002024-12-13T20:43:22.606Z[ host-image] Dec 13 20:43:21.462 INFO O| Dec 13 20:43:21.462 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95012024-12-13T20:43:22.606Z[ host-image] Dec 13 20:43:21.462 INFO O| Dec 13 20:43:21.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95022024-12-13T20:43:22.606Z[ host-image] Dec 13 20:43:21.462 INFO O| Dec 13 20:43:21.462 INFO ok!
95032024-12-13T20:43:22.608Z[ host-image] Dec 13 20:43:21.462 INFO O| Dec 13 20:43:21.462 INFO STEP 78 (ensure_file) COMPLETE
95042024-12-13T20:43:22.608Z[ host-image] Dec 13 20:43:21.462 INFO O| Dec 13 20:43:21.462 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95052024-12-13T20:43:22.628Z[ host-image] Dec 13 20:43:21.482 INFO O| Dec 13 20:43:21.482 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95062024-12-13T20:43:22.628Z[ host-image] Dec 13 20:43:21.482 INFO O| Dec 13 20:43:21.482 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95072024-12-13T20:43:24.444Z[ host-image] Dec 13 20:43:23.299 INFO O| Dec 13 20:43:23.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95082024-12-13T20:43:24.444Z[ host-image] Dec 13 20:43:23.299 INFO O| Dec 13 20:43:23.299 INFO ok!
95092024-12-13T20:43:24.447Z[ host-image] Dec 13 20:43:23.300 INFO O| Dec 13 20:43:23.299 INFO STEP 79 (ensure_file) COMPLETE
95102024-12-13T20:43:24.447Z[ host-image] Dec 13 20:43:23.300 INFO O| Dec 13 20:43:23.299 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95112024-12-13T20:43:24.465Z[ host-image] Dec 13 20:43:23.320 INFO O| Dec 13 20:43:23.320 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95122024-12-13T20:43:24.465Z[ host-image] Dec 13 20:43:23.320 INFO O| Dec 13 20:43:23.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95132024-12-13T20:43:24.465Z[ host-image] Dec 13 20:43:23.320 INFO O| Dec 13 20:43:23.320 INFO STEP 80 (ensure_dir) COMPLETE
95142024-12-13T20:43:24.468Z[ host-image] Dec 13 20:43:23.320 INFO O| Dec 13 20:43:23.320 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95152024-12-13T20:43:24.501Z[ host-image] Dec 13 20:43:23.356 INFO O| Dec 13 20:43:23.356 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95162024-12-13T20:43:24.501Z[ host-image] Dec 13 20:43:23.357 INFO O| Dec 13 20:43:23.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95172024-12-13T20:43:24.501Z[ host-image] Dec 13 20:43:23.357 INFO O| Dec 13 20:43:23.357 INFO STEP 81 (ensure_dir) COMPLETE
95182024-12-13T20:43:24.504Z[ host-image] Dec 13 20:43:23.357 INFO O| Dec 13 20:43:23.357 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95192024-12-13T20:43:24.537Z[ host-image] Dec 13 20:43:23.392 INFO O| Dec 13 20:43:23.392 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95202024-12-13T20:43:24.537Z[ host-image] Dec 13 20:43:23.392 INFO O| Dec 13 20:43:23.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95212024-12-13T20:43:24.537Z[ host-image] Dec 13 20:43:23.392 INFO O| Dec 13 20:43:23.392 INFO STEP 82 (ensure_dir) COMPLETE
95222024-12-13T20:43:24.540Z[ host-image] Dec 13 20:43:23.392 INFO O| Dec 13 20:43:23.392 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95232024-12-13T20:43:24.561Z[ host-image] Dec 13 20:43:23.416 INFO O| Dec 13 20:43:23.416 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95242024-12-13T20:43:24.561Z[ host-image] Dec 13 20:43:23.416 INFO O| Dec 13 20:43:23.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95252024-12-13T20:43:24.561Z[ host-image] Dec 13 20:43:23.416 INFO O| Dec 13 20:43:23.416 INFO STEP 83 (ensure_dir) COMPLETE
95262024-12-13T20:43:24.561Z[ host-image] Dec 13 20:43:23.417 INFO O| Dec 13 20:43:23.416 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95272024-12-13T20:43:24.601Z[ host-image] Dec 13 20:43:23.456 INFO O| Dec 13 20:43:23.456 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95282024-12-13T20:43:24.601Z[ host-image] Dec 13 20:43:23.456 INFO O| Dec 13 20:43:23.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95292024-12-13T20:43:24.601Z[ host-image] Dec 13 20:43:23.456 INFO O| Dec 13 20:43:23.456 INFO STEP 84 (ensure_dir) COMPLETE
95302024-12-13T20:43:24.603Z[ host-image] Dec 13 20:43:23.456 INFO O| Dec 13 20:43:23.456 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95312024-12-13T20:43:24.625Z[ host-image] Dec 13 20:43:23.480 INFO O| Dec 13 20:43:23.480 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95322024-12-13T20:43:24.625Z[ host-image] Dec 13 20:43:23.480 INFO O| Dec 13 20:43:23.480 INFO copying /tmp/.tmpVYZFEz/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 ...
95332024-12-13T20:43:24.628Z[ host-image] Dec 13 20:43:23.480 INFO O| Dec 13 20:43:23.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95342024-12-13T20:43:24.628Z[ host-image] Dec 13 20:43:23.481 INFO O| Dec 13 20:43:23.480 INFO ok!
95352024-12-13T20:43:24.628Z[ host-image] Dec 13 20:43:23.481 INFO O| Dec 13 20:43:23.480 INFO STEP 85 (ensure_file) COMPLETE
95362024-12-13T20:43:24.628Z[ host-image] Dec 13 20:43:23.481 INFO O| Dec 13 20:43:23.480 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95372024-12-13T20:43:24.647Z[ host-image] Dec 13 20:43:23.503 INFO O| Dec 13 20:43:23.503 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95382024-12-13T20:43:24.647Z[ host-image] Dec 13 20:43:23.503 INFO O| Dec 13 20:43:23.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95392024-12-13T20:43:24.647Z[ host-image] Dec 13 20:43:23.503 INFO O| Dec 13 20:43:23.503 INFO STEP 86 (ensure_dir) COMPLETE
95402024-12-13T20:43:24.650Z[ host-image] Dec 13 20:43:23.503 INFO O| Dec 13 20:43:23.503 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95412024-12-13T20:43:24.669Z[ host-image] Dec 13 20:43:23.524 INFO O| Dec 13 20:43:23.524 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95422024-12-13T20:43:24.669Z[ host-image] Dec 13 20:43:23.524 INFO O| Dec 13 20:43:23.524 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95432024-12-13T20:43:24.669Z[ host-image] Dec 13 20:43:23.524 INFO O| Dec 13 20:43:23.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95442024-12-13T20:43:24.669Z[ host-image] Dec 13 20:43:23.524 INFO O| Dec 13 20:43:23.524 INFO ok!
95452024-12-13T20:43:24.671Z[ host-image] Dec 13 20:43:23.524 INFO O| Dec 13 20:43:23.524 INFO STEP 87 (ensure_file) COMPLETE
95462024-12-13T20:43:24.671Z[ host-image] Dec 13 20:43:23.524 INFO O| Dec 13 20:43:23.524 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95472024-12-13T20:43:24.692Z[ host-image] Dec 13 20:43:23.547 INFO O| Dec 13 20:43:23.547 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95482024-12-13T20:43:24.692Z[ host-image] Dec 13 20:43:23.547 INFO O| Dec 13 20:43:23.547 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95492024-12-13T20:43:25.305Z[ host-image] Dec 13 20:43:24.161 INFO O| Dec 13 20:43:24.161 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95502024-12-13T20:43:25.305Z[ host-image] Dec 13 20:43:24.161 INFO O| Dec 13 20:43:24.161 INFO ok!
95512024-12-13T20:43:25.306Z[ host-image] Dec 13 20:43:24.161 INFO O| Dec 13 20:43:24.161 INFO STEP 88 (ensure_file) COMPLETE
95522024-12-13T20:43:25.306Z[ host-image] Dec 13 20:43:24.161 INFO O| Dec 13 20:43:24.161 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95532024-12-13T20:43:25.327Z[ host-image] Dec 13 20:43:24.182 INFO O| Dec 13 20:43:24.182 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95542024-12-13T20:43:25.327Z[ host-image] Dec 13 20:43:24.182 INFO O| Dec 13 20:43:24.182 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95552024-12-13T20:43:26.028Z[ host-image] Dec 13 20:43:24.883 INFO O| Dec 13 20:43:24.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95562024-12-13T20:43:26.028Z[ host-image] Dec 13 20:43:24.883 INFO O| Dec 13 20:43:24.883 INFO ok!
95572024-12-13T20:43:26.031Z[ host-image] Dec 13 20:43:24.883 INFO O| Dec 13 20:43:24.883 INFO STEP 89 (ensure_file) COMPLETE
95582024-12-13T20:43:26.031Z[ host-image] Dec 13 20:43:24.883 INFO O| Dec 13 20:43:24.883 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95592024-12-13T20:43:26.063Z[ host-image] Dec 13 20:43:24.919 INFO O| Dec 13 20:43:24.918 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95602024-12-13T20:43:26.064Z[ host-image] Dec 13 20:43:24.919 INFO O| Dec 13 20:43:24.919 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95612024-12-13T20:43:26.066Z[ host-image] Dec 13 20:43:24.919 INFO O| Dec 13 20:43:24.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95622024-12-13T20:43:26.066Z[ host-image] Dec 13 20:43:24.919 INFO O| Dec 13 20:43:24.919 INFO ok!
95632024-12-13T20:43:26.066Z[ host-image] Dec 13 20:43:24.919 INFO O| Dec 13 20:43:24.919 INFO STEP 90 (ensure_file) COMPLETE
95642024-12-13T20:43:26.066Z[ host-image] Dec 13 20:43:24.920 INFO O| Dec 13 20:43:24.919 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95652024-12-13T20:43:26.085Z[ host-image] Dec 13 20:43:24.941 INFO O| Dec 13 20:43:24.941 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95662024-12-13T20:43:26.088Z[ host-image] Dec 13 20:43:24.941 INFO O| Dec 13 20:43:24.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95672024-12-13T20:43:26.088Z[ host-image] Dec 13 20:43:24.941 INFO O| Dec 13 20:43:24.941 INFO STEP 91 (ensure_dir) COMPLETE
95682024-12-13T20:43:26.088Z[ host-image] Dec 13 20:43:24.941 INFO O| Dec 13 20:43:24.941 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95692024-12-13T20:43:26.106Z[ host-image] Dec 13 20:43:24.962 INFO O| Dec 13 20:43:24.961 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95702024-12-13T20:43:26.106Z[ host-image] Dec 13 20:43:24.962 INFO O| Dec 13 20:43:24.962 INFO copying /tmp/.tmpVYZFEz/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 ...
95712024-12-13T20:43:26.109Z[ host-image] Dec 13 20:43:24.962 INFO O| Dec 13 20:43:24.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95722024-12-13T20:43:26.110Z[ host-image] Dec 13 20:43:24.962 INFO O| Dec 13 20:43:24.962 INFO ok!
95732024-12-13T20:43:26.110Z[ host-image] Dec 13 20:43:24.962 INFO O| Dec 13 20:43:24.962 INFO STEP 92 (ensure_file) COMPLETE
95742024-12-13T20:43:26.110Z[ host-image] Dec 13 20:43:24.962 INFO O| Dec 13 20:43:24.962 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95752024-12-13T20:43:26.127Z[ host-image] Dec 13 20:43:24.983 INFO O| Dec 13 20:43:24.982 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95762024-12-13T20:43:26.127Z[ host-image] Dec 13 20:43:24.983 INFO O| Dec 13 20:43:24.983 INFO copying /tmp/.tmpVYZFEz/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 ...
95772024-12-13T20:43:26.130Z[ host-image] Dec 13 20:43:24.983 INFO O| Dec 13 20:43:24.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95782024-12-13T20:43:26.131Z[ host-image] Dec 13 20:43:24.983 INFO O| Dec 13 20:43:24.983 INFO ok!
95792024-12-13T20:43:26.131Z[ host-image] Dec 13 20:43:24.983 INFO O| Dec 13 20:43:24.983 INFO STEP 93 (ensure_file) COMPLETE
95802024-12-13T20:43:26.131Z[ host-image] Dec 13 20:43:24.983 INFO O| Dec 13 20:43:24.983 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95812024-12-13T20:43:26.148Z[ host-image] Dec 13 20:43:25.004 INFO O| Dec 13 20:43:25.004 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95822024-12-13T20:43:26.148Z[ host-image] Dec 13 20:43:25.004 INFO O| Dec 13 20:43:25.004 INFO copying /tmp/.tmpVYZFEz/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 ...
95832024-12-13T20:43:26.151Z[ host-image] Dec 13 20:43:25.004 INFO O| Dec 13 20:43:25.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95842024-12-13T20:43:26.151Z[ host-image] Dec 13 20:43:25.004 INFO O| Dec 13 20:43:25.004 INFO ok!
95852024-12-13T20:43:26.151Z[ host-image] Dec 13 20:43:25.004 INFO O| Dec 13 20:43:25.004 INFO STEP 94 (ensure_file) COMPLETE
95862024-12-13T20:43:26.151Z[ host-image] Dec 13 20:43:25.004 INFO O| Dec 13 20:43:25.004 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95872024-12-13T20:43:26.170Z[ host-image] Dec 13 20:43:25.025 INFO O| Dec 13 20:43:25.025 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95882024-12-13T20:43:26.170Z[ host-image] Dec 13 20:43:25.025 INFO O| Dec 13 20:43:25.025 INFO copying /tmp/.tmpVYZFEz/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 ...
95892024-12-13T20:43:26.172Z[ host-image] Dec 13 20:43:25.025 INFO O| Dec 13 20:43:25.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95902024-12-13T20:43:26.173Z[ host-image] Dec 13 20:43:25.025 INFO O| Dec 13 20:43:25.025 INFO ok!
95912024-12-13T20:43:26.173Z[ host-image] Dec 13 20:43:25.025 INFO O| Dec 13 20:43:25.025 INFO STEP 95 (ensure_file) COMPLETE
95922024-12-13T20:43:26.173Z[ host-image] Dec 13 20:43:25.025 INFO O| Dec 13 20:43:25.025 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95932024-12-13T20:43:26.191Z[ host-image] Dec 13 20:43:25.045 INFO O| Dec 13 20:43:25.045 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95942024-12-13T20:43:26.191Z[ host-image] Dec 13 20:43:25.046 INFO O| Dec 13 20:43:25.046 INFO copying /tmp/.tmpVYZFEz/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 ...
95952024-12-13T20:43:26.194Z[ host-image] Dec 13 20:43:25.046 INFO O| Dec 13 20:43:25.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95962024-12-13T20:43:26.195Z[ host-image] Dec 13 20:43:25.046 INFO O| Dec 13 20:43:25.046 INFO ok!
95972024-12-13T20:43:26.195Z[ host-image] Dec 13 20:43:25.046 INFO O| Dec 13 20:43:25.046 INFO STEP 96 (ensure_file) COMPLETE
95982024-12-13T20:43:26.195Z[ host-image] Dec 13 20:43:25.046 INFO O| Dec 13 20:43:25.046 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95992024-12-13T20:43:26.223Z[ host-image] Dec 13 20:43:25.079 INFO O| Dec 13 20:43:25.078 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96002024-12-13T20:43:26.224Z[ host-image] Dec 13 20:43:25.079 INFO O| Dec 13 20:43:25.078 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96012024-12-13T20:43:26.224Z[ host-image] Dec 13 20:43:25.079 INFO O| Dec 13 20:43:25.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96022024-12-13T20:43:26.226Z[ host-image] Dec 13 20:43:25.079 INFO O| Dec 13 20:43:25.079 INFO ok!
96032024-12-13T20:43:26.227Z[ host-image] Dec 13 20:43:25.079 INFO O| Dec 13 20:43:25.079 INFO STEP 97 (ensure_file) COMPLETE
96042024-12-13T20:43:26.227Z[ host-image] Dec 13 20:43:25.079 INFO O| Dec 13 20:43:25.079 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96052024-12-13T20:43:26.265Z[ host-image] Dec 13 20:43:25.120 INFO O| Dec 13 20:43:25.120 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96062024-12-13T20:43:26.265Z[ host-image] Dec 13 20:43:25.120 INFO O| Dec 13 20:43:25.120 INFO copying /tmp/.tmpVYZFEz/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 ...
96072024-12-13T20:43:26.265Z[ host-image] Dec 13 20:43:25.120 INFO O| Dec 13 20:43:25.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96082024-12-13T20:43:26.269Z[ host-image] Dec 13 20:43:25.120 INFO O| Dec 13 20:43:25.120 INFO ok!
96092024-12-13T20:43:26.269Z[ host-image] Dec 13 20:43:25.120 INFO O| Dec 13 20:43:25.120 INFO STEP 98 (ensure_file) COMPLETE
96102024-12-13T20:43:26.269Z[ host-image] Dec 13 20:43:25.120 INFO O| Dec 13 20:43:25.120 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96112024-12-13T20:43:26.288Z[ host-image] Dec 13 20:43:25.143 INFO O| Dec 13 20:43:25.143 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96122024-12-13T20:43:26.288Z[ host-image] Dec 13 20:43:25.143 INFO O| Dec 13 20:43:25.143 INFO copying /tmp/.tmpVYZFEz/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 ...
96132024-12-13T20:43:26.291Z[ host-image] Dec 13 20:43:25.143 INFO O| Dec 13 20:43:25.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96142024-12-13T20:43:26.291Z[ host-image] Dec 13 20:43:25.143 INFO O| Dec 13 20:43:25.143 INFO ok!
96152024-12-13T20:43:26.291Z[ host-image] Dec 13 20:43:25.143 INFO O| Dec 13 20:43:25.143 INFO STEP 99 (ensure_file) COMPLETE
96162024-12-13T20:43:26.291Z[ host-image] Dec 13 20:43:25.144 INFO O| Dec 13 20:43:25.143 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96172024-12-13T20:43:26.309Z[ host-image] Dec 13 20:43:25.164 INFO O| Dec 13 20:43:25.164 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96182024-12-13T20:43:26.309Z[ host-image] Dec 13 20:43:25.164 INFO O| Dec 13 20:43:25.164 INFO copying /tmp/.tmpVYZFEz/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 ...
96192024-12-13T20:43:26.309Z[ host-image] Dec 13 20:43:25.164 INFO O| Dec 13 20:43:25.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96202024-12-13T20:43:26.312Z[ host-image] Dec 13 20:43:25.164 INFO O| Dec 13 20:43:25.164 INFO ok!
96212024-12-13T20:43:26.312Z[ host-image] Dec 13 20:43:25.164 INFO O| Dec 13 20:43:25.164 INFO STEP 100 (ensure_file) COMPLETE
96222024-12-13T20:43:26.312Z[ host-image] Dec 13 20:43:25.164 INFO O| Dec 13 20:43:25.164 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96232024-12-13T20:43:26.338Z[ host-image] Dec 13 20:43:25.193 INFO O| Dec 13 20:43:25.193 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96242024-12-13T20:43:26.338Z[ host-image] Dec 13 20:43:25.193 INFO O| Dec 13 20:43:25.193 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96252024-12-13T20:43:26.341Z[ host-image] Dec 13 20:43:25.193 INFO O| Dec 13 20:43:25.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96262024-12-13T20:43:26.341Z[ host-image] Dec 13 20:43:25.193 INFO O| Dec 13 20:43:25.193 INFO ok!
96272024-12-13T20:43:26.341Z[ host-image] Dec 13 20:43:25.193 INFO O| Dec 13 20:43:25.193 INFO STEP 101 (ensure_file) COMPLETE
96282024-12-13T20:43:26.341Z[ host-image] Dec 13 20:43:25.193 INFO O| Dec 13 20:43:25.193 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96292024-12-13T20:43:26.398Z[ host-image] Dec 13 20:43:25.253 INFO O| Dec 13 20:43:25.252 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96302024-12-13T20:43:26.398Z[ host-image] Dec 13 20:43:25.253 INFO O| Dec 13 20:43:25.253 INFO copying /tmp/.tmpVYZFEz/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 ...
96312024-12-13T20:43:26.402Z[ host-image] Dec 13 20:43:25.253 INFO O| Dec 13 20:43:25.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96322024-12-13T20:43:26.402Z[ host-image] Dec 13 20:43:25.253 INFO O| Dec 13 20:43:25.253 INFO ok!
96332024-12-13T20:43:26.402Z[ host-image] Dec 13 20:43:25.253 INFO O| Dec 13 20:43:25.253 INFO STEP 102 (ensure_file) COMPLETE
96342024-12-13T20:43:26.402Z[ host-image] Dec 13 20:43:25.253 INFO O| Dec 13 20:43:25.253 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96352024-12-13T20:43:26.420Z[ host-image] Dec 13 20:43:25.275 INFO O| Dec 13 20:43:25.275 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96362024-12-13T20:43:26.420Z[ host-image] Dec 13 20:43:25.275 INFO O| Dec 13 20:43:25.275 INFO copying /tmp/.tmpVYZFEz/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 ...
96372024-12-13T20:43:26.423Z[ host-image] Dec 13 20:43:25.275 INFO O| Dec 13 20:43:25.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96382024-12-13T20:43:26.423Z[ host-image] Dec 13 20:43:25.275 INFO O| Dec 13 20:43:25.275 INFO ok!
96392024-12-13T20:43:26.423Z[ host-image] Dec 13 20:43:25.276 INFO O| Dec 13 20:43:25.275 INFO STEP 103 (ensure_file) COMPLETE
96402024-12-13T20:43:26.423Z[ host-image] Dec 13 20:43:25.276 INFO O| Dec 13 20:43:25.276 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96412024-12-13T20:43:26.441Z[ host-image] Dec 13 20:43:25.297 INFO O| Dec 13 20:43:25.296 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96422024-12-13T20:43:26.442Z[ host-image] Dec 13 20:43:25.297 INFO O| Dec 13 20:43:25.297 INFO copying /tmp/.tmpVYZFEz/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 ...
96432024-12-13T20:43:26.445Z[ host-image] Dec 13 20:43:25.297 INFO O| Dec 13 20:43:25.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96442024-12-13T20:43:26.445Z[ host-image] Dec 13 20:43:25.297 INFO O| Dec 13 20:43:25.297 INFO ok!
96452024-12-13T20:43:26.445Z[ host-image] Dec 13 20:43:25.297 INFO O| Dec 13 20:43:25.297 INFO STEP 104 (ensure_file) COMPLETE
96462024-12-13T20:43:26.445Z[ host-image] Dec 13 20:43:25.297 INFO O| Dec 13 20:43:25.297 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96472024-12-13T20:43:26.468Z[ host-image] Dec 13 20:43:25.323 INFO O| Dec 13 20:43:25.323 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96482024-12-13T20:43:26.468Z[ host-image] Dec 13 20:43:25.323 INFO O| Dec 13 20:43:25.323 INFO copying /tmp/.tmpVYZFEz/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 ...
96492024-12-13T20:43:26.471Z[ host-image] Dec 13 20:43:25.323 INFO O| Dec 13 20:43:25.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96502024-12-13T20:43:26.471Z[ host-image] Dec 13 20:43:25.323 INFO O| Dec 13 20:43:25.323 INFO ok!
96512024-12-13T20:43:26.471Z[ host-image] Dec 13 20:43:25.323 INFO O| Dec 13 20:43:25.323 INFO STEP 105 (ensure_file) COMPLETE
96522024-12-13T20:43:26.471Z[ host-image] Dec 13 20:43:25.323 INFO O| Dec 13 20:43:25.323 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96532024-12-13T20:43:26.489Z[ host-image] Dec 13 20:43:25.344 INFO O| Dec 13 20:43:25.344 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96542024-12-13T20:43:26.489Z[ host-image] Dec 13 20:43:25.344 INFO O| Dec 13 20:43:25.344 INFO copying /tmp/.tmpVYZFEz/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 ...
96552024-12-13T20:43:26.489Z[ host-image] Dec 13 20:43:25.344 INFO O| Dec 13 20:43:25.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96562024-12-13T20:43:26.489Z[ host-image] Dec 13 20:43:25.344 INFO O| Dec 13 20:43:25.344 INFO ok!
96572024-12-13T20:43:26.493Z[ host-image] Dec 13 20:43:25.344 INFO O| Dec 13 20:43:25.344 INFO STEP 106 (ensure_file) COMPLETE
96582024-12-13T20:43:26.493Z[ host-image] Dec 13 20:43:25.344 INFO O| Dec 13 20:43:25.344 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96592024-12-13T20:43:26.515Z[ host-image] Dec 13 20:43:25.370 INFO O| Dec 13 20:43:25.369 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96602024-12-13T20:43:26.515Z[ host-image] Dec 13 20:43:25.370 INFO O| Dec 13 20:43:25.369 INFO copying /tmp/.tmpVYZFEz/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 ...
96612024-12-13T20:43:26.518Z[ host-image] Dec 13 20:43:25.370 INFO O| Dec 13 20:43:25.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96622024-12-13T20:43:26.518Z[ host-image] Dec 13 20:43:25.370 INFO O| Dec 13 20:43:25.370 INFO ok!
96632024-12-13T20:43:26.518Z[ host-image] Dec 13 20:43:25.370 INFO O| Dec 13 20:43:25.370 INFO STEP 107 (ensure_file) COMPLETE
96642024-12-13T20:43:26.518Z[ host-image] Dec 13 20:43:25.370 INFO O| Dec 13 20:43:25.370 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96652024-12-13T20:43:26.537Z[ host-image] Dec 13 20:43:25.392 INFO O| Dec 13 20:43:25.392 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96662024-12-13T20:43:26.537Z[ host-image] Dec 13 20:43:25.392 INFO O| Dec 13 20:43:25.392 INFO copying /tmp/.tmpVYZFEz/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 ...
96672024-12-13T20:43:26.540Z[ host-image] Dec 13 20:43:25.393 INFO O| Dec 13 20:43:25.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96682024-12-13T20:43:26.540Z[ host-image] Dec 13 20:43:25.393 INFO O| Dec 13 20:43:25.393 INFO ok!
96692024-12-13T20:43:26.540Z[ host-image] Dec 13 20:43:25.393 INFO O| Dec 13 20:43:25.393 INFO STEP 108 (ensure_file) COMPLETE
96702024-12-13T20:43:26.540Z[ host-image] Dec 13 20:43:25.393 INFO O| Dec 13 20:43:25.393 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96712024-12-13T20:43:26.560Z[ host-image] Dec 13 20:43:25.415 INFO O| Dec 13 20:43:25.415 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96722024-12-13T20:43:26.560Z[ host-image] Dec 13 20:43:25.415 INFO O| Dec 13 20:43:25.415 INFO copying /tmp/.tmpVYZFEz/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 ...
96732024-12-13T20:43:26.560Z[ host-image] Dec 13 20:43:25.415 INFO O| Dec 13 20:43:25.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96742024-12-13T20:43:26.562Z[ host-image] Dec 13 20:43:25.415 INFO O| Dec 13 20:43:25.415 INFO ok!
96752024-12-13T20:43:26.562Z[ host-image] Dec 13 20:43:25.415 INFO O| Dec 13 20:43:25.415 INFO STEP 109 (ensure_file) COMPLETE
96762024-12-13T20:43:26.562Z[ host-image] Dec 13 20:43:25.415 INFO O| Dec 13 20:43:25.415 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96772024-12-13T20:43:26.582Z[ host-image] Dec 13 20:43:25.437 INFO O| Dec 13 20:43:25.437 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96782024-12-13T20:43:26.582Z[ host-image] Dec 13 20:43:25.437 INFO O| Dec 13 20:43:25.437 INFO copying /tmp/.tmpVYZFEz/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 ...
96792024-12-13T20:43:26.582Z[ host-image] Dec 13 20:43:25.437 INFO O| Dec 13 20:43:25.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96802024-12-13T20:43:26.584Z[ host-image] Dec 13 20:43:25.437 INFO O| Dec 13 20:43:25.437 INFO ok!
96812024-12-13T20:43:26.584Z[ host-image] Dec 13 20:43:25.437 INFO O| Dec 13 20:43:25.437 INFO STEP 110 (ensure_file) COMPLETE
96822024-12-13T20:43:26.584Z[ host-image] Dec 13 20:43:25.437 INFO O| Dec 13 20:43:25.437 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96832024-12-13T20:43:26.605Z[ host-image] Dec 13 20:43:25.459 INFO O| Dec 13 20:43:25.459 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96842024-12-13T20:43:26.606Z[ host-image] Dec 13 20:43:25.459 INFO O| Dec 13 20:43:25.459 INFO copying /tmp/.tmpVYZFEz/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 ...
96852024-12-13T20:43:26.609Z[ host-image] Dec 13 20:43:25.460 INFO O| Dec 13 20:43:25.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96862024-12-13T20:43:26.609Z[ host-image] Dec 13 20:43:25.460 INFO O| Dec 13 20:43:25.460 INFO ok!
96872024-12-13T20:43:26.609Z[ host-image] Dec 13 20:43:25.460 INFO O| Dec 13 20:43:25.460 INFO STEP 111 (ensure_file) COMPLETE
96882024-12-13T20:43:26.609Z[ host-image] Dec 13 20:43:25.460 INFO O| Dec 13 20:43:25.460 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96892024-12-13T20:43:26.626Z[ host-image] Dec 13 20:43:25.481 INFO O| Dec 13 20:43:25.481 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96902024-12-13T20:43:26.626Z[ host-image] Dec 13 20:43:25.481 INFO O| Dec 13 20:43:25.481 INFO copying /tmp/.tmpVYZFEz/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 ...
96912024-12-13T20:43:26.626Z[ host-image] Dec 13 20:43:25.481 INFO O| Dec 13 20:43:25.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96922024-12-13T20:43:26.626Z[ host-image] Dec 13 20:43:25.481 INFO O| Dec 13 20:43:25.481 INFO ok!
96932024-12-13T20:43:26.628Z[ host-image] Dec 13 20:43:25.481 INFO O| Dec 13 20:43:25.481 INFO STEP 112 (ensure_file) COMPLETE
96942024-12-13T20:43:26.628Z[ host-image] Dec 13 20:43:25.481 INFO O| Dec 13 20:43:25.481 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96952024-12-13T20:43:26.646Z[ host-image] Dec 13 20:43:25.502 INFO O| Dec 13 20:43:25.501 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96962024-12-13T20:43:26.647Z[ host-image] Dec 13 20:43:25.502 INFO O| Dec 13 20:43:25.501 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ...
96972024-12-13T20:43:26.649Z[ host-image] Dec 13 20:43:25.502 INFO O| Dec 13 20:43:25.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
96982024-12-13T20:43:26.649Z[ host-image] Dec 13 20:43:25.502 INFO O| Dec 13 20:43:25.502 INFO ok!
96992024-12-13T20:43:26.649Z[ host-image] Dec 13 20:43:25.502 INFO O| Dec 13 20:43:25.502 INFO STEP 113 (ensure_file) COMPLETE
97002024-12-13T20:43:26.649Z[ host-image] Dec 13 20:43:25.502 INFO O| Dec 13 20:43:25.502 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97012024-12-13T20:43:26.668Z[ host-image] Dec 13 20:43:25.523 INFO O| Dec 13 20:43:25.523 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97022024-12-13T20:43:26.668Z[ host-image] Dec 13 20:43:25.523 INFO O| Dec 13 20:43:25.523 INFO copying /tmp/.tmpVYZFEz/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 ...
97032024-12-13T20:43:26.668Z[ host-image] Dec 13 20:43:25.523 INFO O| Dec 13 20:43:25.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97042024-12-13T20:43:26.671Z[ host-image] Dec 13 20:43:25.523 INFO O| Dec 13 20:43:25.523 INFO ok!
97052024-12-13T20:43:26.671Z[ host-image] Dec 13 20:43:25.523 INFO O| Dec 13 20:43:25.523 INFO STEP 114 (ensure_file) COMPLETE
97062024-12-13T20:43:26.671Z[ host-image] Dec 13 20:43:25.523 INFO O| Dec 13 20:43:25.523 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97072024-12-13T20:43:26.689Z[ host-image] Dec 13 20:43:25.544 INFO O| Dec 13 20:43:25.544 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97082024-12-13T20:43:26.689Z[ host-image] Dec 13 20:43:25.544 INFO O| Dec 13 20:43:25.544 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ...
97092024-12-13T20:43:26.689Z[ host-image] Dec 13 20:43:25.544 INFO O| Dec 13 20:43:25.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97102024-12-13T20:43:26.692Z[ host-image] Dec 13 20:43:25.544 INFO O| Dec 13 20:43:25.544 INFO ok!
97112024-12-13T20:43:26.692Z[ host-image] Dec 13 20:43:25.544 INFO O| Dec 13 20:43:25.544 INFO STEP 115 (ensure_file) COMPLETE
97122024-12-13T20:43:26.693Z[ host-image] Dec 13 20:43:25.544 INFO O| Dec 13 20:43:25.544 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97132024-12-13T20:43:26.709Z[ host-image] Dec 13 20:43:25.564 INFO O| Dec 13 20:43:25.564 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97142024-12-13T20:43:26.710Z[ host-image] Dec 13 20:43:25.565 INFO O| Dec 13 20:43:25.564 INFO copying /tmp/.tmpVYZFEz/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 ...
97152024-12-13T20:43:26.710Z[ host-image] Dec 13 20:43:25.565 INFO O| Dec 13 20:43:25.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97162024-12-13T20:43:26.710Z[ host-image] Dec 13 20:43:25.565 INFO O| Dec 13 20:43:25.565 INFO ok!
97172024-12-13T20:43:26.712Z[ host-image] Dec 13 20:43:25.565 INFO O| Dec 13 20:43:25.565 INFO STEP 116 (ensure_file) COMPLETE
97182024-12-13T20:43:26.713Z[ host-image] Dec 13 20:43:25.565 INFO O| Dec 13 20:43:25.565 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97192024-12-13T20:43:26.729Z[ host-image] Dec 13 20:43:25.584 INFO O| Dec 13 20:43:25.584 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97202024-12-13T20:43:26.730Z[ host-image] Dec 13 20:43:25.585 INFO O| Dec 13 20:43:25.584 INFO copying /tmp/.tmpVYZFEz/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 ...
97212024-12-13T20:43:26.730Z[ host-image] Dec 13 20:43:25.585 INFO O| Dec 13 20:43:25.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97222024-12-13T20:43:26.730Z[ host-image] Dec 13 20:43:25.585 INFO O| Dec 13 20:43:25.585 INFO ok!
97232024-12-13T20:43:26.732Z[ host-image] Dec 13 20:43:25.585 INFO O| Dec 13 20:43:25.585 INFO STEP 117 (ensure_file) COMPLETE
97242024-12-13T20:43:26.732Z[ host-image] Dec 13 20:43:25.585 INFO O| Dec 13 20:43:25.585 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97252024-12-13T20:43:26.769Z[ host-image] Dec 13 20:43:25.624 INFO O| Dec 13 20:43:25.624 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97262024-12-13T20:43:26.769Z[ host-image] Dec 13 20:43:25.624 INFO O| Dec 13 20:43:25.624 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97272024-12-13T20:43:26.769Z[ host-image] Dec 13 20:43:25.624 INFO O| Dec 13 20:43:25.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97282024-12-13T20:43:26.772Z[ host-image] Dec 13 20:43:25.624 INFO O| Dec 13 20:43:25.624 INFO ok!
97292024-12-13T20:43:26.772Z[ host-image] Dec 13 20:43:25.624 INFO O| Dec 13 20:43:25.624 INFO STEP 118 (ensure_file) COMPLETE
97302024-12-13T20:43:26.772Z[ host-image] Dec 13 20:43:25.624 INFO O| Dec 13 20:43:25.624 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97312024-12-13T20:43:26.790Z[ host-image] Dec 13 20:43:25.645 INFO O| Dec 13 20:43:25.645 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97322024-12-13T20:43:26.790Z[ host-image] Dec 13 20:43:25.645 INFO O| Dec 13 20:43:25.645 INFO copying /tmp/.tmpVYZFEz/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 ...
97332024-12-13T20:43:26.793Z[ host-image] Dec 13 20:43:25.645 INFO O| Dec 13 20:43:25.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97342024-12-13T20:43:26.793Z[ host-image] Dec 13 20:43:25.645 INFO O| Dec 13 20:43:25.645 INFO ok!
97352024-12-13T20:43:26.793Z[ host-image] Dec 13 20:43:25.645 INFO O| Dec 13 20:43:25.645 INFO STEP 119 (ensure_file) COMPLETE
97362024-12-13T20:43:26.793Z[ host-image] Dec 13 20:43:25.645 INFO O| Dec 13 20:43:25.645 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97372024-12-13T20:43:26.811Z[ host-image] Dec 13 20:43:25.666 INFO O| Dec 13 20:43:25.666 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97382024-12-13T20:43:26.811Z[ host-image] Dec 13 20:43:25.666 INFO O| Dec 13 20:43:25.666 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97392024-12-13T20:43:26.814Z[ host-image] Dec 13 20:43:25.666 INFO O| Dec 13 20:43:25.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97402024-12-13T20:43:26.814Z[ host-image] Dec 13 20:43:25.666 INFO O| Dec 13 20:43:25.666 INFO ok!
97412024-12-13T20:43:26.814Z[ host-image] Dec 13 20:43:25.666 INFO O| Dec 13 20:43:25.666 INFO STEP 120 (ensure_file) COMPLETE
97422024-12-13T20:43:26.814Z[ host-image] Dec 13 20:43:25.666 INFO O| Dec 13 20:43:25.666 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97432024-12-13T20:43:26.831Z[ host-image] Dec 13 20:43:25.686 INFO O| Dec 13 20:43:25.686 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97442024-12-13T20:43:26.831Z[ host-image] Dec 13 20:43:25.686 INFO O| Dec 13 20:43:25.686 INFO copying /tmp/.tmpVYZFEz/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97452024-12-13T20:43:38.604Z[ host-image] Dec 13 20:43:37.441 INFO O| Dec 13 20:43:37.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97462024-12-13T20:43:38.604Z[ host-image] Dec 13 20:43:37.441 INFO O| Dec 13 20:43:37.441 INFO ok!
97472024-12-13T20:43:38.621Z[ host-image] Dec 13 20:43:37.441 INFO O| Dec 13 20:43:37.441 INFO STEP 121 (ensure_file) COMPLETE
97482024-12-13T20:43:38.621Z[ host-image] Dec 13 20:43:37.441 INFO O| Dec 13 20:43:37.441 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97492024-12-13T20:43:38.662Z[ host-image] Dec 13 20:43:37.463 INFO O| Dec 13 20:43:37.463 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97502024-12-13T20:43:38.662Z[ host-image] Dec 13 20:43:37.463 INFO O| Dec 13 20:43:37.463 INFO STEP 122 (ensure_dir) COMPLETE
97512024-12-13T20:43:38.662Z[ host-image] Dec 13 20:43:37.463 INFO O| Dec 13 20:43:37.463 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97522024-12-13T20:43:38.693Z[ host-image] Dec 13 20:43:37.486 INFO O| Dec 13 20:43:37.486 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97532024-12-13T20:43:38.694Z[ host-image] Dec 13 20:43:37.486 INFO O| Dec 13 20:43:37.486 INFO STEP 123 (ensure_dir) COMPLETE
97542024-12-13T20:43:38.694Z[ host-image] Dec 13 20:43:37.486 INFO O| Dec 13 20:43:37.486 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97552024-12-13T20:43:38.694Z[ host-image] Dec 13 20:43:37.514 INFO O| Dec 13 20:43:37.514 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97562024-12-13T20:43:38.694Z[ host-image] Dec 13 20:43:37.514 INFO O| Dec 13 20:43:37.514 INFO STEP 124 (ensure_dir) COMPLETE
97572024-12-13T20:43:38.694Z[ host-image] Dec 13 20:43:37.514 INFO O| Dec 13 20:43:37.514 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97582024-12-13T20:43:38.713Z[ host-image] Dec 13 20:43:37.538 INFO O| Dec 13 20:43:37.538 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97592024-12-13T20:43:38.713Z[ host-image] Dec 13 20:43:37.538 INFO O| Dec 13 20:43:37.538 INFO STEP 125 (ensure_dir) COMPLETE
97602024-12-13T20:43:38.713Z[ host-image] Dec 13 20:43:37.538 INFO O| Dec 13 20:43:37.538 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97612024-12-13T20:43:38.729Z[ host-image] Dec 13 20:43:37.561 INFO O| Dec 13 20:43:37.561 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97622024-12-13T20:43:38.729Z[ host-image] Dec 13 20:43:37.562 INFO O| Dec 13 20:43:37.562 INFO copying /tmp/.tmpVYZFEz/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 ...
97632024-12-13T20:43:38.729Z[ host-image] Dec 13 20:43:37.562 INFO O| Dec 13 20:43:37.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97642024-12-13T20:43:38.729Z[ host-image] Dec 13 20:43:37.562 INFO O| Dec 13 20:43:37.562 INFO ok!
97652024-12-13T20:43:38.729Z[ host-image] Dec 13 20:43:37.562 INFO O| Dec 13 20:43:37.562 INFO STEP 126 (ensure_file) COMPLETE
97662024-12-13T20:43:38.729Z[ host-image] Dec 13 20:43:37.562 INFO O| Dec 13 20:43:37.562 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97672024-12-13T20:43:38.735Z[ host-image] Dec 13 20:43:37.584 INFO O| Dec 13 20:43:37.584 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97682024-12-13T20:43:38.735Z[ host-image] Dec 13 20:43:37.585 INFO O| Dec 13 20:43:37.584 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97692024-12-13T20:43:38.735Z[ host-image] Dec 13 20:43:37.585 INFO O| Dec 13 20:43:37.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97702024-12-13T20:43:38.735Z[ host-image] Dec 13 20:43:37.585 INFO O| Dec 13 20:43:37.585 INFO STEP 127 (ensure_dir) COMPLETE
97712024-12-13T20:43:38.735Z[ host-image] Dec 13 20:43:37.585 INFO O| Dec 13 20:43:37.585 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97722024-12-13T20:43:38.783Z[ host-image] Dec 13 20:43:37.608 INFO O| Dec 13 20:43:37.608 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97732024-12-13T20:43:38.797Z[ host-image] Dec 13 20:43:37.608 INFO O| Dec 13 20:43:37.608 INFO copying /tmp/.tmpVYZFEz/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97742024-12-13T20:43:38.797Z[ host-image] Dec 13 20:43:37.608 INFO O| Dec 13 20:43:37.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97752024-12-13T20:43:38.797Z[ host-image] Dec 13 20:43:37.608 INFO O| Dec 13 20:43:37.608 INFO ok!
97762024-12-13T20:43:38.797Z[ host-image] Dec 13 20:43:37.608 INFO O| Dec 13 20:43:37.608 INFO STEP 128 (ensure_file) COMPLETE
97772024-12-13T20:43:38.797Z[ host-image] Dec 13 20:43:37.608 INFO O| Dec 13 20:43:37.608 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97782024-12-13T20:43:38.810Z[ host-image] Dec 13 20:43:37.646 INFO O| Dec 13 20:43:37.646 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97792024-12-13T20:43:38.810Z[ host-image] Dec 13 20:43:37.646 INFO O| Dec 13 20:43:37.646 INFO STEP 129 (remove_files) COMPLETE
97802024-12-13T20:43:38.810Z[ host-image] Dec 13 20:43:37.646 INFO O| Dec 13 20:43:37.646 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97812024-12-13T20:43:38.819Z[ host-image] Dec 13 20:43:37.668 INFO O| Dec 13 20:43:37.667 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97822024-12-13T20:43:38.820Z[ host-image] Dec 13 20:43:37.668 INFO O| Dec 13 20:43:37.668 INFO STEP 130 (remove_files) COMPLETE
97832024-12-13T20:43:38.820Z[ host-image] Dec 13 20:43:37.668 INFO O| Dec 13 20:43:37.668 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97842024-12-13T20:43:38.843Z[ host-image] Dec 13 20:43:37.687 INFO O| Dec 13 20:43:37.687 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97852024-12-13T20:43:38.851Z[ host-image] Dec 13 20:43:37.688 INFO O| Dec 13 20:43:37.688 INFO STEP 131 (remove_files) COMPLETE
97862024-12-13T20:43:38.851Z[ host-image] Dec 13 20:43:37.688 INFO O| Dec 13 20:43:37.688 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97872024-12-13T20:43:38.860Z[ host-image] Dec 13 20:43:37.707 INFO O| Dec 13 20:43:37.707 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97882024-12-13T20:43:38.868Z[ host-image] Dec 13 20:43:37.708 INFO O| Dec 13 20:43:37.707 INFO STEP 132 (remove_files) COMPLETE
97892024-12-13T20:43:38.868Z[ host-image] Dec 13 20:43:37.708 INFO O| Dec 13 20:43:37.707 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97902024-12-13T20:43:38.882Z[ host-image] Dec 13 20:43:37.728 INFO O| Dec 13 20:43:37.728 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97912024-12-13T20:43:38.888Z[ host-image] Dec 13 20:43:37.728 INFO O| Dec 13 20:43:37.728 INFO STEP 133 (remove_files) COMPLETE
97922024-12-13T20:43:38.889Z[ host-image] Dec 13 20:43:37.728 INFO O| Dec 13 20:43:37.728 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97932024-12-13T20:43:38.899Z[ host-image] Dec 13 20:43:37.747 INFO O| Dec 13 20:43:37.747 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97942024-12-13T20:43:38.908Z[ host-image] Dec 13 20:43:37.747 INFO O| Dec 13 20:43:37.747 INFO STEP 134 (remove_files) COMPLETE
97952024-12-13T20:43:38.908Z[ host-image] Dec 13 20:43:37.747 INFO O| Dec 13 20:43:37.747 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97962024-12-13T20:43:38.921Z[ host-image] Dec 13 20:43:37.768 INFO O| Dec 13 20:43:37.768 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
97972024-12-13T20:43:38.921Z[ host-image] Dec 13 20:43:37.768 INFO O| Dec 13 20:43:37.768 INFO STEP 135 (remove_files) COMPLETE
97982024-12-13T20:43:38.921Z[ host-image] Dec 13 20:43:37.768 INFO O| Dec 13 20:43:37.768 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97992024-12-13T20:43:38.948Z[ host-image] Dec 13 20:43:37.792 INFO O| Dec 13 20:43:37.792 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98002024-12-13T20:43:38.948Z[ host-image] Dec 13 20:43:37.792 INFO O| Dec 13 20:43:37.792 INFO STEP 136 (remove_files) COMPLETE
98012024-12-13T20:43:38.948Z[ host-image] Dec 13 20:43:37.792 INFO O| Dec 13 20:43:37.792 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98022024-12-13T20:43:38.996Z[ host-image] Dec 13 20:43:37.849 INFO O| Dec 13 20:43:37.849 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98032024-12-13T20:43:38.996Z[ host-image] Dec 13 20:43:37.849 INFO O| Dec 13 20:43:37.849 INFO STEP 137 (remove_files) COMPLETE
98042024-12-13T20:43:38.996Z[ host-image] Dec 13 20:43:37.849 INFO O| Dec 13 20:43:37.849 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98052024-12-13T20:43:39.023Z[ host-image] Dec 13 20:43:37.872 INFO O| Dec 13 20:43:37.872 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98062024-12-13T20:43:39.023Z[ host-image] Dec 13 20:43:37.872 INFO O| Dec 13 20:43:37.872 INFO STEP 138 (remove_files) COMPLETE
98072024-12-13T20:43:39.028Z[ host-image] Dec 13 20:43:37.872 INFO O| Dec 13 20:43:37.872 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98082024-12-13T20:43:39.046Z[ host-image] Dec 13 20:43:37.895 INFO O| Dec 13 20:43:37.895 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98092024-12-13T20:43:39.046Z[ host-image] Dec 13 20:43:37.895 INFO O| Dec 13 20:43:37.895 INFO STEP 139 (remove_files) COMPLETE
98102024-12-13T20:43:39.046Z[ host-image] Dec 13 20:43:37.895 INFO O| Dec 13 20:43:37.895 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98112024-12-13T20:43:39.066Z[ host-image] Dec 13 20:43:37.918 INFO O| Dec 13 20:43:37.918 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98122024-12-13T20:43:39.066Z[ host-image] Dec 13 20:43:37.918 INFO O| Dec 13 20:43:37.918 INFO STEP 140 (remove_files) COMPLETE
98132024-12-13T20:43:39.066Z[ host-image] Dec 13 20:43:37.918 INFO O| Dec 13 20:43:37.918 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98142024-12-13T20:43:39.092Z[ host-image] Dec 13 20:43:37.941 INFO O| Dec 13 20:43:37.941 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98152024-12-13T20:43:39.092Z[ host-image] Dec 13 20:43:37.941 INFO O| Dec 13 20:43:37.941 INFO STEP 141 (remove_files) COMPLETE
98162024-12-13T20:43:39.098Z[ host-image] Dec 13 20:43:37.941 INFO O| Dec 13 20:43:37.941 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98172024-12-13T20:43:39.114Z[ host-image] Dec 13 20:43:37.966 INFO O| Dec 13 20:43:37.966 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98182024-12-13T20:43:39.114Z[ host-image] Dec 13 20:43:37.966 INFO O| Dec 13 20:43:37.966 INFO STEP 142 (remove_files) COMPLETE
98192024-12-13T20:43:39.114Z[ host-image] Dec 13 20:43:37.966 INFO O| Dec 13 20:43:37.966 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98202024-12-13T20:43:39.136Z[ host-image] Dec 13 20:43:37.989 INFO O| Dec 13 20:43:37.989 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98212024-12-13T20:43:39.136Z[ host-image] Dec 13 20:43:37.989 INFO O| Dec 13 20:43:37.989 INFO STEP 143 (remove_files) COMPLETE
98222024-12-13T20:43:39.137Z[ host-image] Dec 13 20:43:37.989 INFO O| Dec 13 20:43:37.989 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98232024-12-13T20:43:39.168Z[ host-image] Dec 13 20:43:38.018 INFO O| Dec 13 20:43:38.017 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98242024-12-13T20:43:39.168Z[ host-image] Dec 13 20:43:38.018 INFO O| Dec 13 20:43:38.018 INFO STEP 144 (remove_files) COMPLETE
98252024-12-13T20:43:39.168Z[ host-image] Dec 13 20:43:38.018 INFO O| Dec 13 20:43:38.018 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98262024-12-13T20:43:39.187Z[ host-image] Dec 13 20:43:38.039 INFO O| Dec 13 20:43:38.039 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98272024-12-13T20:43:39.188Z[ host-image] Dec 13 20:43:38.039 INFO O| Dec 13 20:43:38.039 INFO STEP 145 (remove_files) COMPLETE
98282024-12-13T20:43:39.188Z[ host-image] Dec 13 20:43:38.039 INFO O| Dec 13 20:43:38.039 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98292024-12-13T20:43:39.209Z[ host-image] Dec 13 20:43:38.061 INFO O| Dec 13 20:43:38.061 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98302024-12-13T20:43:39.209Z[ host-image] Dec 13 20:43:38.061 INFO O| Dec 13 20:43:38.061 INFO STEP 146 (remove_files) COMPLETE
98312024-12-13T20:43:39.209Z[ host-image] Dec 13 20:43:38.061 INFO O| Dec 13 20:43:38.061 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98322024-12-13T20:43:39.232Z[ host-image] Dec 13 20:43:38.084 INFO O| Dec 13 20:43:38.083 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98332024-12-13T20:43:39.234Z[ host-image] Dec 13 20:43:38.084 INFO O| Dec 13 20:43:38.084 INFO STEP 147 (remove_files) COMPLETE
98342024-12-13T20:43:39.234Z[ host-image] Dec 13 20:43:38.084 INFO O| Dec 13 20:43:38.084 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98352024-12-13T20:43:39.255Z[ host-image] Dec 13 20:43:38.106 INFO O| Dec 13 20:43:38.105 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98362024-12-13T20:43:39.255Z[ host-image] Dec 13 20:43:38.106 INFO O| Dec 13 20:43:38.106 INFO STEP 148 (remove_files) COMPLETE
98372024-12-13T20:43:39.255Z[ host-image] Dec 13 20:43:38.106 INFO O| Dec 13 20:43:38.106 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98382024-12-13T20:43:39.277Z[ host-image] Dec 13 20:43:38.129 INFO O| Dec 13 20:43:38.129 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98392024-12-13T20:43:39.282Z[ host-image] Dec 13 20:43:38.129 INFO O| Dec 13 20:43:38.129 INFO STEP 149 (remove_files) COMPLETE
98402024-12-13T20:43:39.282Z[ host-image] Dec 13 20:43:38.129 INFO O| Dec 13 20:43:38.129 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98412024-12-13T20:43:39.299Z[ host-image] Dec 13 20:43:38.152 INFO O| Dec 13 20:43:38.152 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98422024-12-13T20:43:39.309Z[ host-image] Dec 13 20:43:38.152 INFO O| Dec 13 20:43:38.152 INFO STEP 150 (remove_files) COMPLETE
98432024-12-13T20:43:39.309Z[ host-image] Dec 13 20:43:38.152 INFO O| Dec 13 20:43:38.152 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98442024-12-13T20:43:39.322Z[ host-image] Dec 13 20:43:38.174 INFO O| Dec 13 20:43:38.174 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98452024-12-13T20:43:39.322Z[ host-image] Dec 13 20:43:38.174 INFO O| Dec 13 20:43:38.174 INFO STEP 151 (remove_files) COMPLETE
98462024-12-13T20:43:39.322Z[ host-image] Dec 13 20:43:38.174 INFO O| Dec 13 20:43:38.174 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98472024-12-13T20:43:39.350Z[ host-image] Dec 13 20:43:38.202 INFO O| Dec 13 20:43:38.202 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98482024-12-13T20:43:39.350Z[ host-image] Dec 13 20:43:38.202 INFO O| Dec 13 20:43:38.202 INFO STEP 152 (remove_files) COMPLETE
98492024-12-13T20:43:39.368Z[ host-image] Dec 13 20:43:38.203 INFO O| Dec 13 20:43:38.202 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98502024-12-13T20:43:39.389Z[ host-image] Dec 13 20:43:38.241 INFO O| Dec 13 20:43:38.241 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98512024-12-13T20:43:39.389Z[ host-image] Dec 13 20:43:38.241 INFO O| Dec 13 20:43:38.241 INFO STEP 153 (remove_files) COMPLETE
98522024-12-13T20:43:39.389Z[ host-image] Dec 13 20:43:38.241 INFO O| Dec 13 20:43:38.241 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98532024-12-13T20:43:39.409Z[ host-image] Dec 13 20:43:38.262 INFO O| Dec 13 20:43:38.262 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98542024-12-13T20:43:39.409Z[ host-image] Dec 13 20:43:38.262 INFO O| Dec 13 20:43:38.262 INFO STEP 154 (remove_files) COMPLETE
98552024-12-13T20:43:39.414Z[ host-image] Dec 13 20:43:38.262 INFO O| Dec 13 20:43:38.262 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98562024-12-13T20:43:39.433Z[ host-image] Dec 13 20:43:38.284 INFO O| Dec 13 20:43:38.284 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98572024-12-13T20:43:39.434Z[ host-image] Dec 13 20:43:38.284 INFO O| Dec 13 20:43:38.284 INFO STEP 155 (remove_files) COMPLETE
98582024-12-13T20:43:39.434Z[ host-image] Dec 13 20:43:38.284 INFO O| Dec 13 20:43:38.284 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98592024-12-13T20:43:39.454Z[ host-image] Dec 13 20:43:38.306 INFO O| Dec 13 20:43:38.306 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98602024-12-13T20:43:39.454Z[ host-image] Dec 13 20:43:38.306 INFO O| Dec 13 20:43:38.306 INFO STEP 156 (remove_files) COMPLETE
98612024-12-13T20:43:39.457Z[ host-image] Dec 13 20:43:38.306 INFO O| Dec 13 20:43:38.306 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98622024-12-13T20:43:39.498Z[ host-image] Dec 13 20:43:38.348 INFO O| Dec 13 20:43:38.348 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98632024-12-13T20:43:39.498Z[ host-image] Dec 13 20:43:38.348 INFO O| Dec 13 20:43:38.348 INFO STEP 157 (remove_files) COMPLETE
98642024-12-13T20:43:39.498Z[ host-image] Dec 13 20:43:38.348 INFO O| Dec 13 20:43:38.348 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98652024-12-13T20:43:39.527Z[ host-image] Dec 13 20:43:38.380 INFO O| Dec 13 20:43:38.380 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98662024-12-13T20:43:39.528Z[ host-image] Dec 13 20:43:38.380 INFO O| Dec 13 20:43:38.380 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
98672024-12-13T20:43:51.836Z[ host-image] Dec 13 20:43:50.663 INFO O| Dec 13 20:43:50.662 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
98682024-12-13T20:43:51.836Z[ host-image] Dec 13 20:43:50.663 INFO O| Dec 13 20:43:50.663 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98692024-12-13T20:43:51.845Z[ host-image] Dec 13 20:43:50.686 INFO O| Dec 13 20:43:50.686 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
98702024-12-13T20:43:52.018Z[ host-image] Dec 13 20:43:50.865 INFO O| Dec 13 20:43:50.865 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98712024-12-13T20:43:52.030Z[ host-image] Dec 13 20:43:50.865 INFO O| Dec 13 20:43:50.865 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98722024-12-13T20:43:52.030Z[ host-image] Dec 13 20:43:50.869 INFO O| Dec 13 20:43:50.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98732024-12-13T20:43:52.030Z[ host-image] Dec 13 20:43:50.869 INFO O| Dec 13 20:43:50.869 INFO ok!
98742024-12-13T20:43:52.030Z[ host-image] Dec 13 20:43:50.869 INFO O| Dec 13 20:43:50.869 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98752024-12-13T20:43:52.030Z[ host-image] Dec 13 20:43:50.869 INFO O| Dec 13 20:43:50.869 INFO STEP 158 (seed_smf) COMPLETE
98762024-12-13T20:43:52.030Z[ host-image] Dec 13 20:43:50.869 INFO O| Dec 13 20:43:50.869 INFO steps complete; finalising image!
98772024-12-13T20:43:52.031Z[ host-image] Dec 13 20:43:50.869 INFO O| Dec 13 20:43:50.869 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98782024-12-13T20:43:52.225Z[ host-image] Dec 13 20:43:51.062 INFO O| Dec 13 20:43:51.062 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Dec 13 20:43:50 2024)
98792024-12-13T20:43:52.424Z[ host-image] Dec 13 20:43:51.274 INFO O| Dec 13 20:43:51.274 INFO trim TEMPORARY-gimlet-zfs: (27% trimmed, started at Fri Dec 13 20:43:50 2024)
98802024-12-13T20:43:52.640Z[ host-image] Dec 13 20:43:51.489 INFO O| Dec 13 20:43:51.489 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Fri Dec 13 20:43:50 2024)
98812024-12-13T20:43:52.903Z[ host-image] Dec 13 20:43:51.752 INFO O| Dec 13 20:43:51.752 INFO temporary pool has 688M used, 144M avail, 1.82x compressratio
98822024-12-13T20:43:52.903Z[ host-image] Dec 13 20:43:51.752 INFO O| Dec 13 20:43:51.752 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98832024-12-13T20:43:53.799Z[ host-image] Dec 13 20:43:52.648 INFO O| Dec 13 20:43:52.648 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98842024-12-13T20:43:53.803Z[ host-image] Dec 13 20:43:52.648 INFO O| Dec 13 20:43:52.648 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98852024-12-13T20:43:55.561Z[ host-image] Dec 13 20:43:54.408 INFO O| Dec 13 20:43:54.408 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98862024-12-13T20:43:55.561Z[ host-image] Dec 13 20:43:54.408 INFO O| Dec 13 20:43:54.408 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98872024-12-13T20:43:55.564Z[ host-image] Dec 13 20:43:54.408 INFO O| Dec 13 20:43:54.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98882024-12-13T20:43:55.564Z[ host-image] Dec 13 20:43:54.408 INFO O| Dec 13 20:43:54.408 INFO completed processing gimlet/zfs
98892024-12-13T20:43:55.564Z[ host-image] Dec 13 20:43:54.408 INFO O| Dec 13 20:43:54.408 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98902024-12-13T20:44:04.613Z[ host-image] Dec 13 20:44:03.461 INFO O| Dec 13 20:44:03.461 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98912024-12-13T20:44:04.735Z[ host-image] Dec 13 20:44:03.583 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n"
98922024-12-13T20:44:04.735Z[ host-image] Dec 13 20:44:03.583 INFO expanded image name: "ci 51ce5fb/${os_short_commit} 2024-12-13 20:09" -> "ci 51ce5fb/92ea229 2024-12-13 20:09"
98932024-12-13T20:44:04.739Z[ host-image] Dec 13 20:44:03.583 INFO output artefacts stored in: "/work/os-host"
98942024-12-13T20:44:04.739Z[ host-image] Dec 13 20:44:03.583 INFO collecting git info from project "image-builder"...
98952024-12-13T20:44:04.750Z[ host-image] Dec 13 20:44:03.597 INFO collecting git info from project "amd-host-image-builder"...
98962024-12-13T20:44:04.775Z[ host-image] Dec 13 20:44:03.622 INFO collecting git info from project "phbl"...
98972024-12-13T20:44:04.783Z[ host-image] Dec 13 20:44:03.631 INFO collecting git info from project "chelsio-t6-roms"...
98982024-12-13T20:44:04.792Z[ host-image] Dec 13 20:44:03.640 INFO collecting git info from project "pinprick"...
98992024-12-13T20:44:04.800Z[ host-image] Dec 13 20:44:03.648 INFO collecting git info from project "pilot"...
99002024-12-13T20:44:04.848Z[ host-image] Dec 13 20:44:03.696 INFO collecting git info from project "bootserver"...
99012024-12-13T20:44:04.858Z[ host-image] Dec 13 20:44:03.706 INFO collecting git info from project "amd-firmware"...
99022024-12-13T20:44:04.878Z[ host-image] Dec 13 20:44:03.726 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99032024-12-13T20:44:06.049Z[ host-image] Dec 13 20:44:04.895 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99042024-12-13T20:44:06.775Z[ host-image] Dec 13 20:44:05.622 INFO creating Oxide boot image...
99052024-12-13T20:44:06.775Z[ host-image] Dec 13 20:44:05.622 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 51ce5fb/92ea229 2024-12-13 20:09", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99062024-12-13T20:44:08.183Z[ host-image] Dec 13 20:44:07.028 INFO O| ok, image written!
99072024-12-13T20:44:08.183Z[ host-image] Dec 13 20:44:07.028 INFO O| ok, boot_image_csum file written!
99082024-12-13T20:44:08.188Z[ host-image] Dec 13 20:44:07.031 INFO creating boot archive (CPIO)...
99092024-12-13T20:44:08.189Z[ host-image] Dec 13 20:44:07.031 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
99102024-12-13T20:44:08.201Z[ host-image] Dec 13 20:44:07.045 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99112024-12-13T20:44:08.201Z[ host-image] Dec 13 20:44:07.045 INFO E| + outfile=/work/os-host/cpio
99122024-12-13T20:44:08.206Z[ host-image] Dec 13 20:44:07.045 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99132024-12-13T20:44:08.206Z[ host-image] Dec 13 20:44:07.048 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99142024-12-13T20:44:08.206Z[ host-image] Dec 13 20:44:07.048 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99152024-12-13T20:44:08.263Z[ host-image] Dec 13 20:44:07.110 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99162024-12-13T20:44:08.263Z[ host-image] Dec 13 20:44:07.110 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99172024-12-13T20:44:08.274Z[ host-image] Dec 13 20:44:07.121 INFO creating compressed cpio/unix for nanobl-rs...
99182024-12-13T20:44:08.274Z[ host-image] Dec 13 20:44:07.121 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
99192024-12-13T20:44:08.608Z[ host-image] Dec 13 20:44:07.456 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99202024-12-13T20:44:14.155Z[ host-image] Dec 13 20:44:12.997 INFO creating reset image...
99212024-12-13T20:44:14.158Z[ host-image] Dec 13 20:44:12.997 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99222024-12-13T20:44:14.330Z[ host-image] Dec 13 20:44:13.176 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
99232024-12-13T20:44:14.348Z[ host-image] Dec 13 20:44:13.194 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99242024-12-13T20:44:14.775Z[ host-image] Dec 13 20:44:13.347 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99252024-12-13T20:44:18.190Z[ host-image] Dec 13 20:44:17.035 INFO E| Finished `release` profile [optimized] target(s) in 3.82s
99262024-12-13T20:44:18.208Z[ host-image] Dec 13 20:44:17.053 INFO building host image...
99272024-12-13T20:44:18.210Z[ host-image] Dec 13 20:44:17.053 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")
99282024-12-13T20:44:19.123Z[ host-image] Dec 13 20:44:17.968 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99292024-12-13T20:45:38.680Z[ host-image] Dec 13 20:45:37.350 INFO image complete! materials are in "/work/os-host"
99302024-12-13T20:45:38.848Z[ host-image]
99312024-12-13T20:45:38.848Z[ host-image] real 13:33.364238341
99322024-12-13T20:45:38.855Z[ host-image] user 6:48.026895543
99332024-12-13T20:45:38.855Z[ host-image] sys 1:12.661492326
99342024-12-13T20:45:38.855Z[ host-image] trap 0.329690538
99352024-12-13T20:45:38.856Z[ host-image] tflt 0.050205477
99362024-12-13T20:45:38.856Z[ host-image] dflt 0.098625877
99372024-12-13T20:45:38.856Z[ host-image] kflt 0.013568489
99382024-12-13T20:45:38.856Z[ host-image] lock 1:34.435388930
99392024-12-13T20:45:38.856Z[ host-image] slp 1:10:01.038793189
99402024-12-13T20:45:38.856Z[ host-image] lat 3:16.495179021
99412024-12-13T20:45:38.856Z[ host-image] stop 2.141533916
99422024-12-13T20:45:38.856ZDec 13 20:45:37.356 INFO [host-image] process exited with exit status: 0 (813.384916231s)
99432024-12-13T20:45:38.857ZDec 13 20:45:37.356 INFO [tuf-repo] running task
99442024-12-13T20:45:53.026ZDec 13 20:45:51.720 INFO assembling repository in `/tmp/tufaceouspfm4V6`, component: OmicronRepoAssembler
99452024-12-13T20:46:14.475ZDec 13 20:46:13.298 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99462024-12-13T20:46:14.895ZDec 13 20:46:13.706 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99472024-12-13T20:46:45.059ZDec 13 20:46:42.000 INFO [tuf-repo] task succeeded (64.644138504s)
99482024-12-13T20:48:20.560Z[verify-libraries] Finished `release` profile [optimized] target(s) in 15m 56s
99492024-12-13T20:48:20.963ZDec 13 20:48:19.762 INFO [verify-libraries] process exited with exit status: 0 (960.928982702s)
99502024-12-13T20:48:20.963ZDec 13 20:48:19.762 INFO all jobs completed in 2345.818549173s
99512024-12-13T20:48:21.781Zprocess exited: duration 3033866 ms, exit code 0
 
99522024-12-13T20:48:21.794Zfound 33 output files
99532024-12-13T20:48:21.794Zuploading: /work/manifest.toml (8404 bytes)
99542024-12-13T20:48:22.807Zuploaded: /work/manifest.toml
99552024-12-13T20:48:22.807Zuploading: /work/repo.zip (1946153051 bytes)
99562024-12-13T20:48:51.512Zuploaded: /work/repo.zip
99572024-12-13T20:48:51.512Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99582024-12-13T20:48:52.553Zuploaded: /work/repo.zip.sha256.txt
99592024-12-13T20:48:52.556Zuploading: /work/helios-setup.log (66237 bytes)
99602024-12-13T20:48:53.573Zuploaded: /work/helios-setup.log
99612024-12-13T20:48:53.576Zuploading: /work/host-image.log (196626 bytes)
99622024-12-13T20:48:54.590Zuploaded: /work/host-image.log
99632024-12-13T20:48:54.592Zuploading: /work/host-package.log (22208 bytes)
99642024-12-13T20:48:55.600Zuploaded: /work/host-package.log
99652024-12-13T20:48:55.600Zuploading: /work/host-target.log (101 bytes)
99662024-12-13T20:48:56.608Zuploaded: /work/host-target.log
99672024-12-13T20:48:56.608Zuploading: /work/omicron-package.log (5666 bytes)
99682024-12-13T20:48:57.616Zuploaded: /work/omicron-package.log
99692024-12-13T20:48:57.622Zuploading: /work/phbl-toolchain.log (881 bytes)
99702024-12-13T20:48:58.628Zuploaded: /work/phbl-toolchain.log
99712024-12-13T20:48:58.628Zuploading: /work/recovery-image.log (591665 bytes)
99722024-12-13T20:48:59.830Zuploaded: /work/recovery-image.log
99732024-12-13T20:48:59.830Zuploading: /work/recovery-package.log (321 bytes)
99742024-12-13T20:49:01.118Zuploaded: /work/recovery-package.log
99752024-12-13T20:49:01.118Zuploading: /work/recovery-target.log (98 bytes)
99762024-12-13T20:49:02.127Zuploaded: /work/recovery-target.log
99772024-12-13T20:49:02.127Zuploading: /work/stamp-clickhouse.log (117 bytes)
99782024-12-13T20:49:03.137Zuploaded: /work/stamp-clickhouse.log
99792024-12-13T20:49:03.137Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99802024-12-13T20:49:04.145Zuploaded: /work/stamp-clickhouse_keeper.log
99812024-12-13T20:49:04.145Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99822024-12-13T20:49:05.159Zuploaded: /work/stamp-cockroachdb.log
99832024-12-13T20:49:05.159Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99842024-12-13T20:49:06.169Zuploaded: /work/stamp-crucible-dtrace.log
99852024-12-13T20:49:06.169Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99862024-12-13T20:49:07.178Zuploaded: /work/stamp-crucible-pantry-zone.log
99872024-12-13T20:49:07.178Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99882024-12-13T20:49:08.192Zuploaded: /work/stamp-crucible-zone.log
99892024-12-13T20:49:08.192Zuploading: /work/stamp-external-dns.log (119 bytes)
99902024-12-13T20:49:09.204Zuploaded: /work/stamp-external-dns.log
99912024-12-13T20:49:09.204Zuploading: /work/stamp-installinator.log (103 bytes)
99922024-12-13T20:49:10.218Zuploaded: /work/stamp-installinator.log
99932024-12-13T20:49:10.218Zuploading: /work/stamp-internal-dns.log (119 bytes)
99942024-12-13T20:49:11.229Zuploaded: /work/stamp-internal-dns.log
99952024-12-13T20:49:11.229Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
99962024-12-13T20:49:12.240Zuploaded: /work/stamp-mg-ddm-gz.log
99972024-12-13T20:49:12.240Zuploading: /work/stamp-nexus.log (112 bytes)
99982024-12-13T20:49:13.248Zuploaded: /work/stamp-nexus.log
99992024-12-13T20:49:13.248Zuploading: /work/stamp-ntp.log (110 bytes)
100002024-12-13T20:49:14.287Zuploaded: /work/stamp-ntp.log
100012024-12-13T20:49:14.288Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100022024-12-13T20:49:15.319Zuploaded: /work/stamp-omicron-sled-agent.log
100032024-12-13T20:49:15.319Zuploading: /work/stamp-overlay.log (114 bytes)
100042024-12-13T20:49:16.329Zuploaded: /work/stamp-overlay.log
100052024-12-13T20:49:16.329Zuploading: /work/stamp-oximeter.log (115 bytes)
100062024-12-13T20:49:17.339Zuploaded: /work/stamp-oximeter.log
100072024-12-13T20:49:17.342Zuploading: /work/stamp-oxlog.log (109 bytes)
100082024-12-13T20:49:18.350Zuploaded: /work/stamp-oxlog.log
100092024-12-13T20:49:18.350Zuploading: /work/stamp-probe.log (112 bytes)
100102024-12-13T20:49:19.359Zuploaded: /work/stamp-probe.log
100112024-12-13T20:49:19.359Zuploading: /work/stamp-propolis-server.log (122 bytes)
100122024-12-13T20:49:20.368Zuploaded: /work/stamp-propolis-server.log
100132024-12-13T20:49:20.368Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100142024-12-13T20:49:21.375Zuploaded: /work/stamp-pumpkind-gz.log
100152024-12-13T20:49:21.378Zuploading: /work/stamp-switch-asic.log (118 bytes)
100162024-12-13T20:49:22.385Zuploaded: /work/stamp-switch-asic.log
100172024-12-13T20:49:22.389Zuploading: /work/verify-libraries.log (5773 bytes)
100182024-12-13T20:49:23.395Zuploaded: /work/verify-libraries.log