01JAGPAFJBRJSZ6RVJS5R5DCXS: 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: 01JAGPB0PG7N87Q9J7DRYNFNRP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-18T20:52:00.842Zjob assigned to worker 01JAGPB95SQ8MT5H0SP6PYSV5A (queued for 1 m 23 s)
 
22024-10-18T20:52:08.598Zstarting task 0: "setup"
32024-10-18T20:52:08.604Z++ uname -s
42024-10-18T20:52:08.607Z+ kern=SunOS
52024-10-18T20:52:08.607Z+ case "$kern" in
62024-10-18T20:52:08.607Z+ groupadd -g 12345 build
72024-10-18T20:52:08.609Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-18T20:52:10.618Z+ zfs create -o mountpoint=/work rpool/work
92024-10-18T20:52:10.709Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-18T20:52:10.711Z+ home_fs=zfs
112024-10-18T20:52:10.711Z+ [[ zfs == autofs ]]
122024-10-18T20:52:10.711Z+ mkdir -p /home/build
132024-10-18T20:52:10.714Z+ chown build:build /home/build /work
142024-10-18T20:52:12.716Z+ chmod 0700 /home/build /work
152024-10-18T20:52:12.720Zprocess exited: duration 4123 ms, exit code 0
 
162024-10-18T20:52:12.727Zstarting task 1: "rust-toolchain"
172024-10-18T20:52:12.730Z+ printf ' * toolchain channel = "%s"
182024-10-18T20:52:12.731Z' 1.80.1
192024-10-18T20:52:12.731Z * toolchain channel = "1.80.1"
202024-10-18T20:52:12.731Z * toolchain profile = "default"
212024-10-18T20:52:12.731Z+ printf ' * toolchain profile = "%s"
222024-10-18T20:52:12.731Z' default
232024-10-18T20:52:12.733Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-18T20:52:12.733Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-18T20:52:12.841Zinfo: downloading installer
262024-10-18T20:52:14.422Zinfo: profile set to 'default'
272024-10-18T20:52:14.422Zinfo: default host triple is x86_64-unknown-illumos
282024-10-18T20:52:14.425Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-18T20:52:14.560Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-18T20:52:14.560Zinfo: downloading component 'cargo'
312024-10-18T20:52:15.264Zinfo: downloading component 'clippy'
322024-10-18T20:52:15.517Zinfo: downloading component 'rust-docs'
332024-10-18T20:52:16.502Zinfo: downloading component 'rust-std'
342024-10-18T20:52:17.873Zinfo: downloading component 'rustc'
352024-10-18T20:52:21.714Zinfo: downloading component 'rustfmt'
362024-10-18T20:52:21.918Zinfo: installing component 'cargo'
372024-10-18T20:52:22.740Zinfo: installing component 'clippy'
382024-10-18T20:52:23.108Zinfo: installing component 'rust-docs'
392024-10-18T20:52:24.637Zinfo: installing component 'rust-std'
402024-10-18T20:52:26.289Zinfo: installing component 'rustc'
412024-10-18T20:52:30.582Zinfo: installing component 'rustfmt'
422024-10-18T20:52:30.932Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-18T20:52:30.933Z
442024-10-18T20:52:31.189Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-18T20:52:31.190Z
462024-10-18T20:52:31.192Z
472024-10-18T20:52:31.192ZRust is installed now. Great!
482024-10-18T20:52:31.192Z
492024-10-18T20:52:31.192ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-18T20:52:31.192Zenvironment variable. This has not been done automatically.
512024-10-18T20:52:31.192Z
522024-10-18T20:52:31.192ZTo configure your current shell, you need to source
532024-10-18T20:52:31.192Zthe corresponding env file under $HOME/.cargo.
542024-10-18T20:52:31.192Z
552024-10-18T20:52:31.192ZThis is usually done by running one of the following (note the leading DOT):
562024-10-18T20:52:31.192Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-18T20:52:31.192Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-18T20:52:31.240Z+ rustc --version
592024-10-18T20:52:31.299Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-18T20:52:31.303Zprocess exited: duration 18574 ms, exit code 0
 
612024-10-18T20:52:31.312Zstarting task 2: "authentication"
622024-10-18T20:52:31.332Zprocess exited: duration 21 ms, exit code 0
 
632024-10-18T20:52:31.340Zstarting task 3: "clone repository"
642024-10-18T20:52:31.344Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-18T20:52:31.352Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-18T20:52:32.980ZCloning into '/work/oxidecomputer/omicron'...
672024-10-18T20:52:40.136Z+ cd /work/oxidecomputer/omicron
682024-10-18T20:52:40.136Z+ git fetch origin c360e2b950b1ab0871f06e9b0f0a2b1a77845502
692024-10-18T20:52:40.438ZFrom https://github.com/oxidecomputer/omicron
702024-10-18T20:52:40.438Z * branch c360e2b950b1ab0871f06e9b0f0a2b1a77845502 -> FETCH_HEAD
712024-10-18T20:52:40.450Z+ [[ -n trey/overlapping_vpc_subnet_query ]]
722024-10-18T20:52:40.453Z++ git branch --show-current
732024-10-18T20:52:40.453Z+ current=main
742024-10-18T20:52:40.453Z+ [[ main != trey/overlapping_vpc_subnet_query ]]
752024-10-18T20:52:40.453Z+ git branch -f trey/overlapping_vpc_subnet_query c360e2b950b1ab0871f06e9b0f0a2b1a77845502
762024-10-18T20:52:40.457Z+ git checkout -f trey/overlapping_vpc_subnet_query
772024-10-18T20:52:40.515ZSwitched to branch 'trey/overlapping_vpc_subnet_query'
782024-10-18T20:52:40.520Z+ git reset --hard c360e2b950b1ab0871f06e9b0f0a2b1a77845502
792024-10-18T20:52:40.568ZHEAD is now at c360e2b95 Split long strings in vpc_subnet tests
802024-10-18T20:52:40.573Zprocess exited: duration 9228 ms, exit code 0
 
812024-10-18T20:52:40.579Zstarting task 4: "build"
822024-10-18T20:52:40.584Z+ source .github/buildomat/ci-env.sh
832024-10-18T20:52:40.584Z++ export CARGO_TERM_COLOR=always
842024-10-18T20:52:40.584Z++ CARGO_TERM_COLOR=always
852024-10-18T20:52:40.584Z+ cargo --version
862024-10-18T20:52:40.638Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-18T20:52:40.647Z+ rustc --version
882024-10-18T20:52:40.696Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-18T20:52:40.699Z+ cargo tree --locked
902024-10-18T20:52:40.950Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-10-18T20:52:41.198Z Updating crates.io index
922024-10-18T20:52:41.202Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-10-18T20:52:42.007Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-10-18T20:52:42.242Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-10-18T20:52:42.551Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-10-18T20:52:42.751Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-10-18T20:52:43.509Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-10-18T20:52:45.737Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-10-18T20:52:49.503Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-10-18T20:52:49.519Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-10-18T20:52:49.519Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-10-18T20:52:49.519Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-10-18T20:52:49.532Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-10-18T20:52:49.532Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-10-18T20:52:49.532Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-10-18T20:52:49.563Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-10-18T20:52:49.820Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-10-18T20:52:50.107Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-10-18T20:52:50.407Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-10-18T20:52:50.755Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-10-18T20:52:51.158Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-10-18T20:52:51.512Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-10-18T20:52:52.088Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-10-18T20:52:52.403Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-10-18T20:52:52.797Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-10-18T20:52:53.228Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1172024-10-18T20:52:53.506Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1182024-10-18T20:52:53.790Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1192024-10-18T20:52:55.260Z Downloading crates ...
1202024-10-18T20:52:55.356Z Downloaded allocator-api2 v0.2.18
1212024-10-18T20:52:55.363Z Downloaded anstyle-parse v0.2.5
1222024-10-18T20:52:55.368Z Downloaded cfg_aliases v0.1.1
1232024-10-18T20:52:55.373Z Downloaded foreign-types-shared v0.1.1
1242024-10-18T20:52:55.375Z Downloaded atomicwrites v0.4.4
1252024-10-18T20:52:55.379Z Downloaded bitfield-struct v0.6.2
1262024-10-18T20:52:55.383Z Downloaded approx v0.5.1
1272024-10-18T20:52:55.386Z Downloaded autocfg v1.4.0
1282024-10-18T20:52:55.387Z Downloaded flume v0.11.0
1292024-10-18T20:52:55.390Z Downloaded form_urlencoded v1.2.1
1302024-10-18T20:52:55.395Z Downloaded castaway v0.2.3
1312024-10-18T20:52:55.399Z Downloaded foreign-types v0.3.2
1322024-10-18T20:52:55.399Z Downloaded async-stream v0.3.6
1332024-10-18T20:52:55.399Z Downloaded bytecount v0.6.8
1342024-10-18T20:52:55.402Z Downloaded async-trait v0.1.83
1352024-10-18T20:52:55.406Z Downloaded async-signal v0.2.10
1362024-10-18T20:52:55.406Z Downloaded chacha20 v0.9.1
1372024-10-18T20:52:55.409Z Downloaded cargo-platform v0.1.8
1382024-10-18T20:52:55.409Z Downloaded futures-channel v0.3.31
1392024-10-18T20:52:55.412Z Downloaded assert_cmd v2.0.16
1402024-10-18T20:52:55.416Z Downloaded fxhash v0.2.1
1412024-10-18T20:52:55.419Z Downloaded camino v1.1.9
1422024-10-18T20:52:55.419Z Downloaded hex v0.4.3
1432024-10-18T20:52:55.423Z Downloaded hubpack_derive v0.1.1
1442024-10-18T20:52:55.423Z Downloaded flagset v0.4.6
1452024-10-18T20:52:55.428Z Downloaded atty v0.2.14
1462024-10-18T20:52:55.428Z Downloaded async-stream-impl v0.3.6
1472024-10-18T20:52:55.428Z Downloaded futures-timer v3.0.3
1482024-10-18T20:52:55.433Z Downloaded fragile v2.0.0
1492024-10-18T20:52:55.433Z Downloaded ciborium v0.2.2
1502024-10-18T20:52:55.436Z Downloaded heck v0.3.3
1512024-10-18T20:52:55.437Z Downloaded http-body v0.4.6
1522024-10-18T20:52:55.439Z Downloaded hyper-tls v0.6.0
1532024-10-18T20:52:55.439Z Downloaded hostname v0.3.1
1542024-10-18T20:52:55.443Z Downloaded glob v0.3.1
1552024-10-18T20:52:55.443Z Downloaded hash32 v0.2.1
1562024-10-18T20:52:55.447Z Downloaded heck v0.4.1
1572024-10-18T20:52:55.447Z Downloaded filetime v0.2.25
1582024-10-18T20:52:55.451Z Downloaded parse-size v1.0.0
1592024-10-18T20:52:55.451Z Downloaded http-body-util v0.1.2
1602024-10-18T20:52:55.454Z Downloaded gethostname v0.5.0
1612024-10-18T20:52:55.454Z Downloaded cipher v0.4.4
1622024-10-18T20:52:55.459Z Downloaded fallible-streaming-iterator v0.1.9
1632024-10-18T20:52:55.459Z Downloaded getrandom v0.2.15
1642024-10-18T20:52:55.463Z Downloaded funty v2.0.0
1652024-10-18T20:52:55.463Z Downloaded assert-json-diff v2.0.2
1662024-10-18T20:52:55.467Z Downloaded cfg-expr v0.17.0
1672024-10-18T20:52:55.470Z Downloaded async-channel v2.3.1
1682024-10-18T20:52:55.470Z Downloaded hubpack v0.1.2
1692024-10-18T20:52:55.470Z Downloaded base64 v0.13.1
1702024-10-18T20:52:55.474Z Downloaded peg-runtime v0.8.3
1712024-10-18T20:52:55.477Z Downloaded iana-time-zone v0.1.61
1722024-10-18T20:52:55.481Z Downloaded cexpr v0.6.0
1732024-10-18T20:52:55.481Z Downloaded highway v1.2.0
1742024-10-18T20:52:55.485Z Downloaded byteorder v1.5.0
1752024-10-18T20:52:55.489Z Downloaded cast v0.3.0
1762024-10-18T20:52:55.489Z Downloaded block-buffer v0.10.4
1772024-10-18T20:52:55.489Z Downloaded hmac v0.12.1
1782024-10-18T20:52:55.492Z Downloaded futures-lite v2.3.0
1792024-10-18T20:52:55.495Z Downloaded progenitor-client v0.8.0
1802024-10-18T20:52:55.495Z Downloaded chrono-tz-build v0.4.0
1812024-10-18T20:52:55.498Z Downloaded http-range v0.1.5
1822024-10-18T20:52:55.498Z Downloaded foreign-types-macros v0.2.3
1832024-10-18T20:52:55.502Z Downloaded fatfs v0.3.6
1842024-10-18T20:52:55.505Z Downloaded httparse v1.9.5
1852024-10-18T20:52:55.505Z Downloaded cbc v0.1.2
1862024-10-18T20:52:55.508Z Downloaded parse-display-derive v0.10.0
1872024-10-18T20:52:55.510Z Downloaded arrayvec v0.7.6
1882024-10-18T20:52:55.513Z Downloaded ident_case v1.0.1
1892024-10-18T20:52:55.513Z Downloaded http-body v1.0.1
1902024-10-18T20:52:55.513Z Downloaded russh-cryptovec v0.7.3
1912024-10-18T20:52:55.516Z Downloaded headers-core v0.3.0
1922024-10-18T20:52:55.516Z Downloaded tinyvec_macros v0.1.1
1932024-10-18T20:52:55.516Z Downloaded pbkdf2 v0.11.0
1942024-10-18T20:52:55.519Z Downloaded futures-task v0.3.31
1952024-10-18T20:52:55.522Z Downloaded backoff v0.4.0
1962024-10-18T20:52:55.525Z Downloaded guppy-workspace-hack v0.1.0
1972024-10-18T20:52:55.525Z Downloaded piper v0.2.4
1982024-10-18T20:52:55.527Z Downloaded progenitor v0.8.0
1992024-10-18T20:52:55.530Z Downloaded hyper-rustls v0.26.0
2002024-10-18T20:52:55.532Z Downloaded hickory-client v0.24.1
2012024-10-18T20:52:55.535Z Downloaded futures-macro v0.3.31
2022024-10-18T20:52:55.538Z Downloaded tower-service v0.3.3
2032024-10-18T20:52:55.538Z Downloaded bytes v1.7.2
2042024-10-18T20:52:55.543Z Downloaded base64 v0.22.1
2052024-10-18T20:52:55.547Z Downloaded relative-path v1.9.3
2062024-10-18T20:52:55.550Z Downloaded rtoolbox v0.0.2
2072024-10-18T20:52:55.550Z Downloaded async-bb8-diesel v0.2.1
2082024-10-18T20:52:55.553Z Downloaded anyhow v1.0.89
2092024-10-18T20:52:55.557Z Downloaded usdt-attr-macro v0.5.0
2102024-10-18T20:52:55.562Z Downloaded cc v1.1.30
2112024-10-18T20:52:55.565Z Downloaded hostname v0.4.0
2122024-10-18T20:52:55.565Z Downloaded diesel_table_macro_syntax v0.2.0
2132024-10-18T20:52:55.565Z Downloaded group v0.13.0
2142024-10-18T20:52:55.568Z Downloaded bitflags v2.6.0
2152024-10-18T20:52:55.571Z Downloaded sha1 v0.10.6
2162024-10-18T20:52:55.574Z Downloaded slab v0.4.9
2172024-10-18T20:52:55.574Z Downloaded tls_codec_derive v0.4.1
2182024-10-18T20:52:55.577Z Downloaded pkcs1 v0.7.5
2192024-10-18T20:52:55.580Z Downloaded async-io v2.3.4
2202024-10-18T20:52:55.583Z Downloaded serde_spanned v0.6.8
2212024-10-18T20:52:55.586Z Downloaded escape8259 v0.5.3
2222024-10-18T20:52:55.586Z Downloaded schemars_derive v0.8.21
2232024-10-18T20:52:55.589Z Downloaded darling_macro v0.20.10
2242024-10-18T20:52:55.589Z Downloaded twox-hash v1.6.3
2252024-10-18T20:52:55.594Z Downloaded tls_codec v0.4.1
2262024-10-18T20:52:55.594Z Downloaded unicode-linebreak v0.1.5
2272024-10-18T20:52:55.598Z Downloaded structmeta-derive v0.2.0
2282024-10-18T20:52:55.598Z Downloaded structmeta v0.3.0
2292024-10-18T20:52:55.598Z Downloaded structmeta v0.2.0
2302024-10-18T20:52:55.598Z Downloaded parking_lot v0.11.2
2312024-10-18T20:52:55.601Z Downloaded spin v0.5.2
2322024-10-18T20:52:55.601Z Downloaded rustls-pemfile v2.2.0
2332024-10-18T20:52:55.604Z Downloaded strip-ansi-escapes v0.2.0
2342024-10-18T20:52:55.604Z Downloaded toml_datetime v0.6.8
2352024-10-18T20:52:55.607Z Downloaded thiserror v1.0.64
2362024-10-18T20:52:55.614Z Downloaded zeroize_derive v1.4.2
2372024-10-18T20:52:55.637Z Downloaded new_debug_unreachable v1.0.6
2382024-10-18T20:52:55.637Z Downloaded indoc v2.0.5
2392024-10-18T20:52:55.637Z Downloaded data-encoding v2.6.0
2402024-10-18T20:52:55.637Z Downloaded crossbeam-deque v0.8.5
2412024-10-18T20:52:55.637Z Downloaded heapless v0.8.0
2422024-10-18T20:52:55.637Z Downloaded sha2 v0.10.8
2432024-10-18T20:52:55.637Z Downloaded snafu-derive v0.8.5
2442024-10-18T20:52:55.637Z Downloaded which v4.4.2
2452024-10-18T20:52:55.637Z Downloaded progenitor-impl v0.8.0
2462024-10-18T20:52:55.637Z Downloaded datatest-stable v0.2.9
2472024-10-18T20:52:55.637Z Downloaded predicates-core v1.0.8
2482024-10-18T20:52:55.637Z Downloaded errno v0.3.9
2492024-10-18T20:52:55.641Z Downloaded diesel-dtrace v0.3.0
2502024-10-18T20:52:55.642Z Downloaded num_threads v0.1.7
2512024-10-18T20:52:55.643Z Downloaded pretty-hex v0.2.1
2522024-10-18T20:52:55.643Z Downloaded chacha20poly1305 v0.10.1
2532024-10-18T20:52:55.647Z Downloaded hyper-rustls v0.27.3
2542024-10-18T20:52:55.647Z Downloaded zone v0.1.8
2552024-10-18T20:52:55.650Z Downloaded hyper-staticfile v0.10.1
2562024-10-18T20:52:55.650Z Downloaded aes v0.8.4
2572024-10-18T20:52:55.653Z Downloaded arc-swap v1.7.1
2582024-10-18T20:52:55.658Z Downloaded value-bag v1.9.0
2592024-10-18T20:52:55.662Z Downloaded difflib v0.4.0
2602024-10-18T20:52:55.662Z Downloaded precomputed-hash v0.1.1
2612024-10-18T20:52:55.662Z Downloaded rpassword v7.3.1
2622024-10-18T20:52:55.665Z Downloaded memmap v0.7.0
2632024-10-18T20:52:55.665Z Downloaded hickory-resolver v0.24.1
2642024-10-18T20:52:55.669Z Downloaded num_cpus v1.16.0
2652024-10-18T20:52:55.673Z Downloaded sqlparser_derive v0.2.2
2662024-10-18T20:52:55.676Z Downloaded match_cfg v0.1.0
2672024-10-18T20:52:55.676Z Downloaded prettyplease v0.2.22
2682024-10-18T20:52:55.679Z Downloaded pin-project v1.1.6
2692024-10-18T20:52:55.689Z Downloaded sync_wrapper v0.1.2
2702024-10-18T20:52:55.692Z Downloaded sync_wrapper v1.0.1
2712024-10-18T20:52:55.692Z Downloaded powerfmt v0.2.0
2722024-10-18T20:52:55.695Z Downloaded pkg-config v0.3.31
2732024-10-18T20:52:55.695Z Downloaded ipnet v2.10.1
2742024-10-18T20:52:55.697Z Downloaded rand_distr v0.4.3
2752024-10-18T20:52:55.701Z Downloaded hashlink v0.9.1
2762024-10-18T20:52:55.705Z Downloaded half v2.4.1
2772024-10-18T20:52:55.711Z Downloaded scroll_derive v0.12.0
2782024-10-18T20:52:55.712Z Downloaded vte_generate_state_changes v0.1.2
2792024-10-18T20:52:55.712Z Downloaded resolv-conf v0.7.0
2802024-10-18T20:52:55.712Z Downloaded peg v0.8.4
2812024-10-18T20:52:55.715Z Downloaded predicates v3.1.2
2822024-10-18T20:52:55.719Z Downloaded dtrace-parser v0.2.0
2832024-10-18T20:52:55.719Z Downloaded rustls-pki-types v1.9.0
2842024-10-18T20:52:55.722Z Downloaded slog v2.7.0
2852024-10-18T20:52:55.725Z Downloaded slog-stdlog v4.1.1
2862024-10-18T20:52:55.725Z Downloaded num-rational v0.4.2
2872024-10-18T20:52:55.729Z Downloaded endian-type v0.1.2
2882024-10-18T20:52:55.729Z Downloaded predicates-tree v1.0.11
2892024-10-18T20:52:55.729Z Downloaded num-complex v0.4.6
2902024-10-18T20:52:55.732Z Downloaded zerocopy v0.6.6
2912024-10-18T20:52:55.735Z Downloaded strum_macros v0.24.3
2922024-10-18T20:52:55.739Z Downloaded swrite v0.1.0
2932024-10-18T20:52:55.740Z Downloaded slog-scope v4.4.0
2942024-10-18T20:52:55.740Z Downloaded slog-json v2.6.1
2952024-10-18T20:52:55.743Z Downloaded peg-macros v0.8.4
2962024-10-18T20:52:55.744Z Downloaded tokio-native-tls v0.3.1
2972024-10-18T20:52:55.746Z Downloaded postgres-types v0.2.8
2982024-10-18T20:52:55.746Z Downloaded tokio-macros v2.4.0
2992024-10-18T20:52:55.749Z Downloaded hashbrown v0.12.3
3002024-10-18T20:52:55.753Z Downloaded unicase v2.7.0
3012024-10-18T20:52:55.756Z Downloaded libloading v0.8.5
3022024-10-18T20:52:55.759Z Downloaded unicode-properties v0.1.3
3032024-10-18T20:52:55.759Z Downloaded opaque-debug v0.3.1
3042024-10-18T20:52:55.763Z Downloaded nested v0.1.1
3052024-10-18T20:52:55.763Z Downloaded untrusted v0.7.1
3062024-10-18T20:52:55.763Z Downloaded rustls-native-certs v0.7.3
3072024-10-18T20:52:55.767Z Downloaded uuid v1.10.0
3082024-10-18T20:52:55.771Z Downloaded plotters-svg v0.3.7
3092024-10-18T20:52:55.772Z Downloaded parking_lot_core v0.9.10
3102024-10-18T20:52:55.775Z Downloaded multer v3.1.0
3112024-10-18T20:52:55.775Z Downloaded path-slash v0.1.5
3122024-10-18T20:52:55.780Z Downloaded schemars v0.8.21
3132024-10-18T20:52:55.789Z Downloaded samael v0.0.17
3142024-10-18T20:52:55.793Z Downloaded keccak v0.1.5
3152024-10-18T20:52:55.795Z Downloaded fallible-iterator v0.2.0
3162024-10-18T20:52:55.795Z Downloaded dof v0.3.0
3172024-10-18T20:52:55.798Z Downloaded maybe-uninit v2.0.0
3182024-10-18T20:52:55.798Z Downloaded pkcs5 v0.7.1
3192024-10-18T20:52:55.802Z Downloaded pkcs8 v0.10.2
3202024-10-18T20:52:55.806Z Downloaded diesel_derives v2.2.3
3212024-10-18T20:52:55.810Z Downloaded serde_derive_internals v0.29.1
3222024-10-18T20:52:55.817Z Downloaded linked-hash-map v0.5.6
3232024-10-18T20:52:55.818Z Downloaded rand v0.8.5
3242024-10-18T20:52:55.830Z Downloaded criterion-plot v0.5.0
3252024-10-18T20:52:55.830Z Downloaded paste v1.0.15
3262024-10-18T20:52:55.830Z Downloaded crc32fast v1.4.2
3272024-10-18T20:52:55.830Z Downloaded shlex v1.3.0
3282024-10-18T20:52:55.830Z Downloaded ppv-lite86 v0.2.20
3292024-10-18T20:52:55.830Z Downloaded zone_cfg_derive v0.1.2
3302024-10-18T20:52:55.830Z Downloaded radium v0.7.0
3312024-10-18T20:52:55.830Z Downloaded signal-hook v0.3.17
3322024-10-18T20:52:55.833Z Downloaded serde_derive v1.0.210
3332024-10-18T20:52:55.836Z Downloaded termtree v0.4.1
3342024-10-18T20:52:55.836Z Downloaded dhcproto-macros v0.1.0
3352024-10-18T20:52:55.840Z Downloaded phf_generator v0.11.2
3362024-10-18T20:52:55.840Z Downloaded num-conv v0.1.0
3372024-10-18T20:52:55.840Z Downloaded ena v0.14.3
3382024-10-18T20:52:55.845Z Downloaded kstat-rs v0.2.4
3392024-10-18T20:52:55.845Z Downloaded serde-hex v0.1.0
3402024-10-18T20:52:55.848Z Downloaded crc-any v2.5.0
3412024-10-18T20:52:55.848Z Downloaded zerocopy-derive v0.7.35
3422024-10-18T20:52:55.851Z Downloaded mime_guess v2.0.5
3432024-10-18T20:52:55.854Z Downloaded slog-bunyan v2.5.0
3442024-10-18T20:52:55.854Z Downloaded slog-async v2.8.0
3452024-10-18T20:52:55.858Z Downloaded normalize-line-endings v0.3.0
3462024-10-18T20:52:55.858Z Downloaded rand_seeder v0.3.0
3472024-10-18T20:52:55.860Z Downloaded progenitor-macro v0.8.0
3482024-10-18T20:52:55.861Z Downloaded trybuild v1.0.100
3492024-10-18T20:52:55.865Z Downloaded tinyvec v1.8.0
3502024-10-18T20:52:55.868Z Downloaded nodrop v0.1.14
3512024-10-18T20:52:55.868Z Downloaded rstest v0.23.0
3522024-10-18T20:52:55.876Z Downloaded thread_local v1.1.8
3532024-10-18T20:52:55.878Z Downloaded serde_urlencoded v0.7.1
3542024-10-18T20:52:55.878Z Downloaded threadpool v1.8.1
3552024-10-18T20:52:55.878Z Downloaded tracing v0.1.40
3562024-10-18T20:52:55.882Z Downloaded thread-id v4.2.2
3572024-10-18T20:52:55.885Z Downloaded zone v0.3.0
3582024-10-18T20:52:55.888Z Downloaded zeroize v1.8.1
3592024-10-18T20:52:55.888Z Downloaded kv-log-macro v1.0.7
3602024-10-18T20:52:55.891Z Downloaded guppy v0.17.8
3612024-10-18T20:52:55.894Z Downloaded sigpipe v0.1.3
3622024-10-18T20:52:55.898Z Downloaded hickory-server v0.24.1
3632024-10-18T20:52:55.901Z Downloaded defmt v0.3.8
3642024-10-18T20:52:55.905Z Downloaded number_prefix v0.4.0
3652024-10-18T20:52:55.907Z Downloaded sqlformat v0.2.6
3662024-10-18T20:52:55.909Z Downloaded spki v0.7.3
3672024-10-18T20:52:55.909Z Downloaded serde-big-array v0.5.1
3682024-10-18T20:52:55.912Z Downloaded unicode-bidi v0.3.17
3692024-10-18T20:52:55.915Z Downloaded target-spec v3.2.2
3702024-10-18T20:52:55.917Z Downloaded unicode-truncate v1.1.0
3712024-10-18T20:52:55.920Z Downloaded yasna v0.5.2
3722024-10-18T20:52:55.920Z Downloaded version_check v0.9.5
3732024-10-18T20:52:55.923Z Downloaded hashbrown v0.15.0
3742024-10-18T20:52:55.926Z Downloaded flate2 v1.0.34
3752024-10-18T20:52:55.932Z Downloaded want v0.3.1
3762024-10-18T20:52:55.935Z Downloaded colorchoice v1.0.2
3772024-10-18T20:52:55.935Z Downloaded ref-cast-impl v1.0.23
3782024-10-18T20:52:55.938Z Downloaded http v1.1.0
3792024-10-18T20:52:55.940Z Downloaded nibble_vec v0.1.0
3802024-10-18T20:52:55.943Z Downloaded indexmap v1.9.3
3812024-10-18T20:52:55.946Z Downloaded indoc v1.0.9
3822024-10-18T20:52:55.950Z Downloaded libsw v3.3.1
3832024-10-18T20:52:55.952Z Downloaded ref-cast v1.0.23
3842024-10-18T20:52:55.953Z Downloaded embedded-io v0.4.0
3852024-10-18T20:52:55.955Z Downloaded num-iter v0.1.45
3862024-10-18T20:52:55.955Z Downloaded enum-as-inner v0.5.1
3872024-10-18T20:52:55.958Z Downloaded static_assertions v1.1.0
3882024-10-18T20:52:55.960Z Downloaded num-derive v0.4.2
3892024-10-18T20:52:55.963Z Downloaded smf v0.2.3
3902024-10-18T20:52:55.963Z Downloaded tokio-postgres v0.7.12
3912024-10-18T20:52:55.967Z Downloaded p521 v0.13.3
3922024-10-18T20:52:55.971Z Downloaded oso-derive v0.27.3
3932024-10-18T20:52:55.973Z Downloaded num-integer v0.1.46
3942024-10-18T20:52:55.974Z Downloaded display-error-chain v0.2.1
3952024-10-18T20:52:55.976Z Downloaded lalrpop-util v0.19.12
3962024-10-18T20:52:55.976Z Downloaded tiny-keccak v2.0.2
3972024-10-18T20:52:55.979Z Downloaded nu-ansi-term v0.50.1
3982024-10-18T20:52:55.982Z Downloaded zip v0.6.6
3992024-10-18T20:52:55.985Z Downloaded polyval v0.6.2
4002024-10-18T20:52:55.987Z Downloaded time-macros v0.2.18
4012024-10-18T20:52:55.989Z Downloaded aes-gcm v0.10.3
4022024-10-18T20:52:55.992Z Downloaded walkdir v2.5.0
4032024-10-18T20:52:55.995Z Downloaded pretty-hex v0.4.1
4042024-10-18T20:52:55.998Z Downloaded unarray v0.1.4
4052024-10-18T20:52:55.998Z Downloaded num v0.4.3
4062024-10-18T20:52:56.002Z Downloaded indent_write v2.2.0
4072024-10-18T20:52:56.002Z Downloaded tabwriter v1.4.0
4082024-10-18T20:52:56.002Z Downloaded structmeta-derive v0.3.0
4092024-10-18T20:52:56.005Z Downloaded embedded-io v0.6.1
4102024-10-18T20:52:56.005Z Downloaded derive_more v0.99.18
4112024-10-18T20:52:56.009Z Downloaded ed25519 v2.2.3
4122024-10-18T20:52:56.011Z Downloaded semver v1.0.23
4132024-10-18T20:52:56.014Z Downloaded instant v0.1.13
4142024-10-18T20:52:56.016Z Downloaded libtest-mimic v0.7.3
4152024-10-18T20:52:56.016Z Downloaded blake3 v1.5.4
4162024-10-18T20:52:56.024Z Downloaded rusqlite v0.32.1
4172024-10-18T20:52:56.031Z Downloaded downcast v0.11.0
4182024-10-18T20:52:56.034Z Downloaded doc-comment v0.3.3
4192024-10-18T20:52:56.034Z Downloaded quinn-udp v0.5.5
4202024-10-18T20:52:56.037Z Downloaded cstr-argument v0.1.2
4212024-10-18T20:52:56.037Z Downloaded h2 v0.4.6
4222024-10-18T20:52:56.043Z Downloaded quick-error v1.2.3
4232024-10-18T20:52:56.046Z Downloaded curve25519-dalek-derive v0.1.1
4242024-10-18T20:52:56.046Z Downloaded tokio-tungstenite v0.24.0
4252024-10-18T20:52:56.048Z Downloaded itertools v0.10.5
4262024-10-18T20:52:56.054Z Downloaded matches v0.1.10
4272024-10-18T20:52:56.057Z Downloaded serde_path_to_error v0.1.16
4282024-10-18T20:52:56.057Z Downloaded multimap v0.10.0
4292024-10-18T20:52:56.060Z Downloaded strum_macros v0.26.4
4302024-10-18T20:52:56.063Z Downloaded pretty_assertions v1.4.1
4312024-10-18T20:52:56.065Z Downloaded string_cache v0.8.7
4322024-10-18T20:52:56.066Z Downloaded stable_deref_trait v1.2.0
4332024-10-18T20:52:56.068Z Downloaded env_filter v0.1.2
4342024-10-18T20:52:56.068Z Downloaded similar v2.6.0
4352024-10-18T20:52:56.072Z Downloaded smawk v0.3.2
4362024-10-18T20:52:56.075Z Downloaded tokio-rustls v0.25.0
4372024-10-18T20:52:56.078Z Downloaded rsa v0.9.6
4382024-10-18T20:52:56.081Z Downloaded stringmetrics v2.2.2
4392024-10-18T20:52:56.085Z Downloaded scopeguard v1.2.0
4402024-10-18T20:52:56.087Z Downloaded miniz_oxide v0.8.0
4412024-10-18T20:52:56.088Z Downloaded elliptic-curve v0.13.8
4422024-10-18T20:52:56.092Z Downloaded ron v0.7.1
4432024-10-18T20:52:56.096Z Downloaded pbkdf2 v0.12.2
4442024-10-18T20:52:56.098Z Downloaded stringprep v0.1.5
4452024-10-18T20:52:56.101Z Downloaded slog-dtrace v0.3.0
4462024-10-18T20:52:56.101Z Downloaded indexmap v2.6.0
4472024-10-18T20:52:56.105Z Downloaded serde_plain v1.0.2
4482024-10-18T20:52:56.107Z Downloaded equivalent v1.0.1
4492024-10-18T20:52:56.107Z Downloaded derive_builder_core v0.20.2
4502024-10-18T20:52:56.110Z Downloaded unicode-ident v1.0.13
4512024-10-18T20:52:56.113Z Downloaded parse-display v0.10.0
4522024-10-18T20:52:56.116Z Downloaded plotters-backend v0.3.7
4532024-10-18T20:52:56.116Z Downloaded utf8parse v0.2.2
4542024-10-18T20:52:56.118Z Downloaded utf-8 v0.7.6
4552024-10-18T20:52:56.118Z Downloaded secrecy v0.8.0
4562024-10-18T20:52:56.121Z Downloaded tokio-rustls v0.26.0
4572024-10-18T20:52:56.121Z Downloaded salty v0.3.0
4582024-10-18T20:52:56.128Z Downloaded lru v0.12.5
4592024-10-18T20:52:56.131Z Downloaded mockall_derive v0.13.0
4602024-10-18T20:52:56.134Z Downloaded constant_time_eq v0.3.1
4612024-10-18T20:52:56.134Z Downloaded salsa20 v0.10.2
4622024-10-18T20:52:56.136Z Downloaded log v0.4.22
4632024-10-18T20:52:56.138Z Downloaded hashbrown v0.14.5
4642024-10-18T20:52:56.142Z Downloaded goblin v0.8.2
4652024-10-18T20:52:56.148Z Downloaded dsl_auto_type v0.1.2
4662024-10-18T20:52:56.151Z Downloaded typify-macro v0.2.0
4672024-10-18T20:52:56.151Z Downloaded olpc-cjson v0.1.4
4682024-10-18T20:52:56.154Z Downloaded nanorand v0.7.0
4692024-10-18T20:52:56.156Z Downloaded der_derive v0.7.3
4702024-10-18T20:52:56.160Z Downloaded itertools v0.13.0
4712024-10-18T20:52:56.177Z Downloaded libm v0.2.8
4722024-10-18T20:52:56.177Z Downloaded ctr v0.9.2
4732024-10-18T20:52:56.177Z Downloaded is-terminal v0.4.13
4742024-10-18T20:52:56.177Z Downloaded tokio-stream v0.1.16
4752024-10-18T20:52:56.181Z Downloaded pathdiff v0.2.2
4762024-10-18T20:52:56.181Z Downloaded crucible-workspace-hack v0.1.0
4772024-10-18T20:52:56.183Z Downloaded newtype_derive v0.1.6
4782024-10-18T20:52:56.183Z Downloaded primeorder v0.13.6
4792024-10-18T20:52:56.186Z Downloaded macaddr v1.0.1
4802024-10-18T20:52:56.186Z Downloaded libefi-sys v0.1.0
4812024-10-18T20:52:56.190Z Downloaded tokio-tungstenite v0.21.0
4822024-10-18T20:52:56.190Z Downloaded lazy_static v1.5.0
4832024-10-18T20:52:56.192Z Downloaded thiserror-impl v1.0.64
4842024-10-18T20:52:56.195Z Downloaded lru-cache v0.1.2
4852024-10-18T20:52:56.195Z Downloaded darling_core v0.20.10
4862024-10-18T20:52:56.199Z Downloaded const-oid v0.9.6
4872024-10-18T20:52:56.202Z Downloaded derive_builder_macro v0.20.2
4882024-10-18T20:52:56.204Z Downloaded clap_lex v0.7.2
4892024-10-18T20:52:56.204Z Downloaded env_logger v0.10.2
4902024-10-18T20:52:56.207Z Downloaded terminal_size v0.4.0
4912024-10-18T20:52:56.209Z Downloaded env_logger v0.11.5
4922024-10-18T20:52:56.213Z Downloaded ecdsa v0.16.9
4932024-10-18T20:52:56.213Z Downloaded pest_meta v2.7.14
4942024-10-18T20:52:56.216Z Downloaded omicron-zone-package v0.11.1
4952024-10-18T20:52:56.218Z Downloaded papergrid v0.11.0
4962024-10-18T20:52:56.223Z Downloaded inout v0.1.3
4972024-10-18T20:52:56.226Z Downloaded rust-argon2 v2.1.0
4982024-10-18T20:52:56.228Z Downloaded postcard v1.0.10
4992024-10-18T20:52:56.231Z Downloaded reqwest v0.11.27
5002024-10-18T20:52:56.237Z Downloaded scrypt v0.11.0
5012024-10-18T20:52:56.240Z Downloaded serde_repr v0.1.19
5022024-10-18T20:52:56.242Z Downloaded newtype-uuid v1.1.2
5032024-10-18T20:52:56.242Z Downloaded postgres-protocol v0.6.7
5042024-10-18T20:52:56.245Z Downloaded plain v0.2.3
5052024-10-18T20:52:56.247Z Downloaded sec1 v0.7.3
5062024-10-18T20:52:56.250Z Downloaded unicode-normalization v0.1.24
5072024-10-18T20:52:56.252Z Downloaded russh-keys v0.45.0
5082024-10-18T20:52:56.254Z Downloaded serde_regex v1.1.0
5092024-10-18T20:52:56.257Z Downloaded deranged v0.3.11
5102024-10-18T20:52:56.257Z Downloaded chrono v0.4.38
5112024-10-18T20:52:56.264Z Downloaded clang-sys v1.8.1
5122024-10-18T20:52:56.266Z Downloaded packed_struct v0.10.1
5132024-10-18T20:52:56.269Z Downloaded serde v1.0.210
5142024-10-18T20:52:56.272Z Downloaded bitvec v1.0.1
5152024-10-18T20:52:56.288Z Downloaded time v0.3.36
5162024-10-18T20:52:56.294Z Downloaded newline-converter v0.3.0
5172024-10-18T20:52:56.296Z Downloaded criterion v0.5.1
5182024-10-18T20:52:56.302Z Downloaded jobserver v0.1.32
5192024-10-18T20:52:56.305Z Downloaded scroll v0.12.0
5202024-10-18T20:52:56.309Z Downloaded futures-util v0.3.31
5212024-10-18T20:52:56.318Z Downloaded polling v3.7.3
5222024-10-18T20:52:56.320Z Downloaded waitgroup v0.1.2
5232024-10-18T20:52:56.323Z Downloaded oorandom v11.1.4
5242024-10-18T20:52:56.323Z Downloaded csv-core v0.1.11
5252024-10-18T20:52:56.326Z Downloaded usdt-macro v0.5.0
5262024-10-18T20:52:56.326Z Downloaded vte v0.11.1
5272024-10-18T20:52:56.328Z Downloaded quinn v0.11.5
5282024-10-18T20:52:56.331Z Downloaded ucd-trie v0.1.7
5292024-10-18T20:52:56.333Z Downloaded owo-colors v4.1.0
5302024-10-18T20:52:56.336Z Downloaded wyz v0.5.1
5312024-10-18T20:52:56.336Z Downloaded rfc6979 v0.4.0
5322024-10-18T20:52:56.339Z Downloaded defmt-parser v0.3.4
5332024-10-18T20:52:56.339Z Downloaded cookie_store v0.21.0
5342024-10-18T20:52:56.342Z Downloaded usdt v0.5.0
5352024-10-18T20:52:56.342Z Downloaded toolchain_find v0.4.0
5362024-10-18T20:52:56.343Z Downloaded rustfmt-wrapper v0.2.1
5372024-10-18T20:52:56.345Z Downloaded ssh-encoding v0.2.0
5382024-10-18T20:52:56.345Z Downloaded tap v1.0.1
5392024-10-18T20:52:56.348Z Downloaded signal-hook-registry v1.4.2
5402024-10-18T20:52:56.348Z Downloaded password-hash v0.4.2
5412024-10-18T20:52:56.350Z Downloaded steno v0.4.1
5422024-10-18T20:52:56.354Z Downloaded maplit v1.0.2
5432024-10-18T20:52:56.357Z Downloaded itoa v1.0.11
5442024-10-18T20:52:56.357Z Downloaded is_ci v1.2.0
5452024-10-18T20:52:56.357Z Downloaded subtle v2.6.1
5462024-10-18T20:52:56.359Z Downloaded md5 v0.7.0
5472024-10-18T20:52:56.359Z Downloaded try-lock v0.2.5
5482024-10-18T20:52:56.362Z Downloaded crossterm v0.28.1
5492024-10-18T20:52:56.366Z Downloaded universal-hash v0.5.1
5502024-10-18T20:52:56.369Z Downloaded slog-envlogger v2.2.0
5512024-10-18T20:52:56.369Z Downloaded once_cell v1.20.2
5522024-10-18T20:52:56.371Z Downloaded des v0.8.1
5532024-10-18T20:52:56.374Z Downloaded derive-where v1.2.7
5542024-10-18T20:52:56.376Z Downloaded tungstenite v0.21.0
5552024-10-18T20:52:56.380Z Downloaded event-listener v5.3.1
5562024-10-18T20:52:56.383Z Downloaded typenum v1.17.0
5572024-10-18T20:52:56.399Z Downloaded shell-words v1.1.0
5582024-10-18T20:52:56.399Z Downloaded crunchy v0.2.2
5592024-10-18T20:52:56.399Z Downloaded phf_shared v0.10.0
5602024-10-18T20:52:56.399Z Downloaded sqlparser v0.45.0
5612024-10-18T20:52:56.399Z Downloaded md-5 v0.10.6
5622024-10-18T20:52:56.399Z Downloaded similar-asserts v1.6.0
5632024-10-18T20:52:56.399Z Downloaded signal-hook-tokio v0.3.1
5642024-10-18T20:52:56.399Z Downloaded native-tls v0.2.12
5652024-10-18T20:52:56.402Z Downloaded darling v0.20.10
5662024-10-18T20:52:56.404Z Downloaded usdt-impl v0.5.0
5672024-10-18T20:52:56.406Z Downloaded path-tree v0.8.1
5682024-10-18T20:52:56.407Z Downloaded mime v0.3.17
5692024-10-18T20:52:56.409Z Downloaded is_terminal_polyfill v1.70.1
5702024-10-18T20:52:56.409Z Downloaded event-listener-strategy v0.5.2
5712024-10-18T20:52:56.411Z Downloaded ipnetwork v0.20.0
5722024-10-18T20:52:56.411Z Downloaded rstest_macros v0.23.0
5732024-10-18T20:52:56.414Z Downloaded instability v0.3.2
5742024-10-18T20:52:56.417Z Downloaded const_format v0.2.33
5752024-10-18T20:52:56.420Z Downloaded unicode_categories v0.1.1
5762024-10-18T20:52:56.423Z Downloaded memoffset v0.9.1
5772024-10-18T20:52:56.425Z Downloaded typify v0.2.0
5782024-10-18T20:52:56.427Z Downloaded serde_tokenstream v0.2.2
5792024-10-18T20:52:56.430Z Downloaded smallvec v1.13.2
5802024-10-18T20:52:56.430Z Downloaded serde_json v1.0.128
5812024-10-18T20:52:56.437Z Downloaded cookie v0.18.1
5822024-10-18T20:52:56.440Z Downloaded percent-encoding v2.3.1
5832024-10-18T20:52:56.442Z Downloaded rustc-hash v2.0.0
5842024-10-18T20:52:56.442Z Downloaded tempfile v3.13.0
5852024-10-18T20:52:56.445Z Downloaded partial-io v0.5.4
5862024-10-18T20:52:56.448Z Downloaded event-listener v2.5.3
5872024-10-18T20:52:56.448Z Downloaded cobs v0.2.3
5882024-10-18T20:52:56.450Z Downloaded rustc_version v0.4.1
5892024-10-18T20:52:56.450Z Downloaded vsss-rs v3.3.4
5902024-10-18T20:52:56.453Z Downloaded clap v4.5.20
5912024-10-18T20:52:56.461Z Downloaded hyper v0.14.30
5922024-10-18T20:52:56.468Z Downloaded quote v1.0.37
5932024-10-18T20:52:56.471Z Downloaded libxml v0.3.3
5942024-10-18T20:52:56.476Z Downloaded serde_with v3.11.0
5952024-10-18T20:52:56.485Z Downloaded idna v0.2.3
5962024-10-18T20:52:56.490Z Downloaded slog-term v2.9.1
5972024-10-18T20:52:56.493Z Downloaded zerocopy v0.7.35
5982024-10-18T20:52:56.509Z Downloaded crypto-bigint v0.5.5
5992024-10-18T20:52:56.515Z Downloaded gimli v0.31.1
6002024-10-18T20:52:56.523Z Downloaded url v2.5.2
6012024-10-18T20:52:56.526Z Downloaded openssl-sys v0.9.103
6022024-10-18T20:52:56.531Z Downloaded tar v0.4.42
6032024-10-18T20:52:56.533Z Downloaded rustc_version v0.1.7
6042024-10-18T20:52:56.536Z Downloaded toml_edit v0.22.22
6052024-10-18T20:52:56.555Z Downloaded git2 v0.19.0
6062024-10-18T20:52:56.564Z Downloaded serde_with_macros v3.11.0
6072024-10-18T20:52:56.567Z Downloaded p256 v0.13.2
6082024-10-18T20:52:56.570Z Downloaded tabled v0.15.0
6092024-10-18T20:52:56.583Z Downloaded proc-macro-error v1.0.4
6102024-10-18T20:52:56.586Z Downloaded pest v2.7.14
6112024-10-18T20:52:56.591Z Downloaded toml v0.8.19
6122024-10-18T20:52:56.595Z Downloaded vcpkg v0.2.15
6132024-10-18T20:52:56.633Z Downloaded typed-path v0.7.1
6142024-10-18T20:52:56.638Z Downloaded expectorate v1.1.0
6152024-10-18T20:52:56.641Z Downloaded parse-zoneinfo v0.3.1
6162024-10-18T20:52:56.643Z Downloaded quinn-proto v0.11.8
6172024-10-18T20:52:56.650Z Downloaded quick-xml v0.33.0
6182024-10-18T20:52:56.656Z Downloaded radix_trie v0.2.1
6192024-10-18T20:52:56.661Z Downloaded memchr v2.7.4
6202024-10-18T20:52:56.666Z Downloaded ssh-key v0.6.6
6212024-10-18T20:52:56.673Z Downloaded plotters v0.3.7
6222024-10-18T20:52:56.681Z Downloaded nix v0.28.0
6232024-10-18T20:52:56.692Z Downloaded proptest v1.5.0
6242024-10-18T20:52:56.701Z Downloaded portable-atomic v1.9.0
6252024-10-18T20:52:56.707Z Downloaded regress v0.10.1
6262024-10-18T20:52:56.716Z Downloaded rustls v0.21.12
6272024-10-18T20:52:56.727Z Downloaded syn v2.0.79
6282024-10-18T20:52:56.738Z Downloaded rustls-webpki v0.102.8
6292024-10-18T20:52:56.755Z Downloaded tough v0.17.1
6302024-10-18T20:52:56.763Z Downloaded reqwest v0.12.8
6312024-10-18T20:52:56.771Z Downloaded nix v0.29.0
6322024-10-18T20:52:56.782Z Downloaded lalrpop v0.19.12
6332024-10-18T20:52:56.793Z Downloaded curve25519-dalek v4.1.3
6342024-10-18T20:52:56.801Z Downloaded clap_builder v4.5.20
6352024-10-18T20:52:56.808Z Downloaded smoltcp v0.9.1
6362024-10-18T20:52:56.819Z Downloaded webpki-roots v0.26.6
6372024-10-18T20:52:56.821Z Downloaded dropshot v0.12.0
6382024-10-18T20:52:56.841Z Downloaded rustls v0.23.14
6392024-10-18T20:52:56.853Z Downloaded p384 v0.13.0
6402024-10-18T20:52:56.858Z Downloaded regex-syntax v0.6.29
6412024-10-18T20:52:56.865Z Downloaded rustls v0.22.4
6422024-10-18T20:52:56.879Z Downloaded trust-dns-proto v0.22.0
6432024-10-18T20:52:56.890Z Downloaded idna v0.3.0
6442024-10-18T20:52:56.896Z Downloaded smoltcp v0.11.0
6452024-10-18T20:52:56.908Z Downloaded idna v0.4.0
6462024-10-18T20:52:56.914Z Downloaded regex-syntax v0.8.5
6472024-10-18T20:52:56.922Z Downloaded regress v0.9.1
6482024-10-18T20:52:56.930Z Downloaded object v0.36.5
6492024-10-18T20:52:56.942Z Downloaded sled v0.34.7
6502024-10-18T20:52:56.951Z Downloaded bzip2-sys v0.1.11+1.0.8
6512024-10-18T20:52:56.963Z Downloaded rustix v0.38.37
6522024-10-18T20:52:56.984Z Downloaded regex-automata v0.4.8
6532024-10-18T20:52:57.002Z Downloaded ratatui v0.28.1
6542024-10-18T20:52:57.020Z Downloaded typify-impl v0.2.0
6552024-10-18T20:52:57.033Z Downloaded zerocopy-derive v0.6.6
6562024-10-18T20:52:57.042Z Downloaded petgraph v0.6.5
6572024-10-18T20:52:57.058Z Downloaded hickory-proto v0.24.1
6582024-10-18T20:52:57.073Z Downloaded openssl v0.10.66
6592024-10-18T20:52:57.083Z Downloaded regex v1.11.0
6602024-10-18T20:52:57.094Z Downloaded object v0.30.4
6612024-10-18T20:52:57.104Z Downloaded libc v0.2.161
6622024-10-18T20:52:57.130Z Downloaded diesel v2.2.4
6632024-10-18T20:52:57.148Z Downloaded sha3 v0.10.8
6642024-10-18T20:52:57.152Z Downloaded lzma-sys v0.1.20
6652024-10-18T20:52:57.180Z Downloaded csv v1.3.0
6662024-10-18T20:52:57.199Z Downloaded tokio v1.40.0
6672024-10-18T20:52:57.235Z Downloaded libz-sys v1.1.20
6682024-10-18T20:52:57.255Z Downloaded encoding_rs v0.8.34
6692024-10-18T20:52:57.275Z Downloaded rayon v1.10.0
6702024-10-18T20:52:57.283Z Downloaded unicode-width v0.1.14
6712024-10-18T20:52:57.289Z Downloaded polar-core v0.27.3
6722024-10-18T20:52:57.297Z Downloaded bstr v1.10.0
6732024-10-18T20:52:57.307Z Downloaded winnow v0.6.20
6742024-10-18T20:52:57.315Z Downloaded winnow v0.5.40
6752024-10-18T20:52:57.324Z Downloaded rustls-webpki v0.101.7
6762024-10-18T20:52:57.339Z Downloaded httpmock v0.8.0-alpha.1
6772024-10-18T20:52:57.357Z Downloaded openapiv3 v2.0.0
6782024-10-18T20:52:57.369Z Downloaded syn v1.0.109
6792024-10-18T20:52:57.383Z Downloaded nix v0.27.1
6802024-10-18T20:52:57.393Z Downloaded idna v0.5.0
6812024-10-18T20:52:57.400Z Downloaded chrono-tz v0.10.0
6822024-10-18T20:52:57.408Z Downloaded psl-types v2.0.11
6832024-10-18T20:52:57.412Z Downloaded dhcproto v0.12.0
6842024-10-18T20:52:57.415Z Downloaded toml_edit v0.19.15
6852024-10-18T20:52:57.427Z Downloaded reedline v0.35.0
6862024-10-18T20:52:57.434Z Downloaded tokio-util v0.7.12
6872024-10-18T20:52:57.441Z Downloaded test-strategy v0.3.1
6882024-10-18T20:52:57.444Z Downloaded libgit2-sys v0.17.0+1.8.1
6892024-10-18T20:52:57.502Z Downloaded dirs-sys-next v0.1.2
6902024-10-18T20:52:57.505Z Downloaded unicode-xid v0.2.6
6912024-10-18T20:52:57.505Z Downloaded smallvec v0.6.14
6922024-10-18T20:52:57.508Z Downloaded rustc-hash v1.1.0
6932024-10-18T20:52:57.508Z Downloaded phf_codegen v0.11.2
6942024-10-18T20:52:57.508Z Downloaded proc-macro-crate v3.2.0
6952024-10-18T20:52:57.510Z Downloaded phf_shared v0.11.2
6962024-10-18T20:52:57.510Z Downloaded tinytemplate v1.2.1
6972024-10-18T20:52:57.513Z Downloaded r2d2 v0.8.10
6982024-10-18T20:52:57.513Z Downloaded whoami v1.5.2
6992024-10-18T20:52:57.516Z Downloaded tokio-rustls v0.24.1
7002024-10-18T20:52:57.518Z Downloaded ryu v1.0.18
7012024-10-18T20:52:57.521Z Downloaded der v0.7.9
7022024-10-18T20:52:57.524Z Downloaded ring v0.16.20
7032024-10-18T20:52:57.605Z Downloaded mio v1.0.2
7042024-10-18T20:52:57.611Z Downloaded ed25519-dalek v2.1.1
7052024-10-18T20:52:57.614Z Downloaded async-std v1.13.0
7062024-10-18T20:52:57.632Z Downloaded hkdf v0.12.4
7072024-10-18T20:52:57.634Z Downloaded strum v0.26.3
7082024-10-18T20:52:57.637Z Downloaded rusty-fork v0.3.0
7092024-10-18T20:52:57.637Z Downloaded rustversion v1.0.17
7102024-10-18T20:52:57.639Z Downloaded proc-macro-crate v1.3.1
7112024-10-18T20:52:57.640Z Downloaded convert_case v0.4.0
7122024-10-18T20:52:57.650Z Downloaded nom v7.1.3
7132024-10-18T20:52:57.650Z Downloaded num-bigint-dig v0.8.4
7142024-10-18T20:52:57.651Z Downloaded managed v0.8.0
7152024-10-18T20:52:57.654Z Downloaded fallible-iterator v0.3.0
7162024-10-18T20:52:57.654Z Downloaded clap_derive v4.5.18
7172024-10-18T20:52:57.654Z Downloaded qorb v0.1.1
7182024-10-18T20:52:57.657Z Downloaded publicsuffix v2.2.3
7192024-10-18T20:52:57.660Z Downloaded hyper v1.4.1
7202024-10-18T20:52:57.667Z Downloaded h2 v0.3.26
7212024-10-18T20:52:57.672Z Downloaded crypto-common v0.1.6
7222024-10-18T20:52:57.675Z Downloaded thiserror-no-std v2.0.2
7232024-10-18T20:52:57.678Z Downloaded thiserror-impl-no-std v2.0.2
7242024-10-18T20:52:57.681Z Downloaded termcolor v1.4.1
7252024-10-18T20:52:57.681Z Downloaded tabled_derive v0.7.0
7262024-10-18T20:52:57.681Z Downloaded sct v0.7.1
7272024-10-18T20:52:57.684Z Downloaded rustc-demangle v0.1.24
7282024-10-18T20:52:57.686Z Downloaded lock_api v0.4.12
7292024-10-18T20:52:57.686Z Downloaded linear-map v1.2.0
7302024-10-18T20:52:57.689Z Downloaded target-lexicon v0.12.16
7312024-10-18T20:52:57.689Z Downloaded subprocess v0.2.9
7322024-10-18T20:52:57.691Z Downloaded pem-rfc7468 v0.7.0
7332024-10-18T20:52:57.694Z Downloaded derive_builder v0.20.2
7342024-10-18T20:52:57.697Z Downloaded minimal-lexical v0.2.1
7352024-10-18T20:52:57.701Z Downloaded signature v2.2.0
7362024-10-18T20:52:57.704Z Downloaded rcgen v0.12.1
7372024-10-18T20:52:57.706Z Downloaded unicode-segmentation v1.12.0
7382024-10-18T20:52:57.709Z Downloaded itertools v0.12.1
7392024-10-18T20:52:57.715Z Downloaded dropshot_endpoint v0.12.0
7402024-10-18T20:52:57.717Z Downloaded parking v2.2.1
7412024-10-18T20:52:57.720Z Downloaded bindgen v0.69.5
7422024-10-18T20:52:57.725Z Downloaded snafu v0.8.5
7432024-10-18T20:52:57.730Z Downloaded rayon-core v1.12.1
7442024-10-18T20:52:57.734Z Downloaded yansi v1.0.1
7452024-10-18T20:52:57.736Z Downloaded num-bigint v0.4.6
7462024-10-18T20:52:57.740Z Downloaded indicatif v0.17.8
7472024-10-18T20:52:57.744Z Downloaded rustyline v14.0.0
7482024-10-18T20:52:57.749Z Downloaded console v0.15.8
7492024-10-18T20:52:57.752Z Downloaded toml v0.7.8
7502024-10-18T20:52:57.755Z Downloaded vergen v8.3.2
7512024-10-18T20:52:57.758Z Downloaded tokio-tungstenite v0.23.1
7522024-10-18T20:52:57.761Z Downloaded poly1305 v0.8.0
7532024-10-18T20:52:57.763Z Downloaded tracing-core v0.1.32
7542024-10-18T20:52:57.765Z Downloaded unsafe-libyaml v0.2.11
7552024-10-18T20:52:57.768Z Downloaded termios v0.3.3
7562024-10-18T20:52:57.770Z Downloaded phf v0.11.2
7572024-10-18T20:52:57.774Z Downloaded packed_struct_codegen v0.10.1
7582024-10-18T20:52:57.774Z Downloaded mockall v0.13.0
7592024-10-18T20:52:57.774Z Downloaded lazycell v1.3.0
7602024-10-18T20:52:57.774Z Downloaded internet-checksum v0.2.1
7612024-10-18T20:52:57.776Z Downloaded enum-as-inner v0.6.1
7622024-10-18T20:52:57.776Z Downloaded aho-corasick v1.1.3
7632024-10-18T20:52:57.781Z Downloaded tracing-attributes v0.1.27
7642024-10-18T20:52:57.783Z Downloaded russh v0.45.0
7652024-10-18T20:52:57.788Z Downloaded impl-trait-for-tuples v0.2.2
7662024-10-18T20:52:57.791Z Downloaded either v1.13.0
7672024-10-18T20:52:57.795Z Downloaded defmt-macros v0.3.9
7682024-10-18T20:52:57.797Z Downloaded strum_macros v0.25.3
7692024-10-18T20:52:57.797Z Downloaded zone_cfg_derive v0.3.0
7702024-10-18T20:52:57.797Z Downloaded hashbrown v0.13.2
7712024-10-18T20:52:57.801Z Downloaded xz2 v0.1.7
7722024-10-18T20:52:57.804Z Downloaded xattr v1.3.1
7732024-10-18T20:52:57.807Z Downloaded crossbeam-channel v0.5.13
7742024-10-18T20:52:57.810Z Downloaded x509-cert v0.2.5
7752024-10-18T20:52:57.813Z Downloaded rustls-pemfile v1.0.4
7762024-10-18T20:52:57.816Z Downloaded password-hash v0.5.0
7772024-10-18T20:52:57.818Z Downloaded ron v0.8.1
7782024-10-18T20:52:57.822Z Downloaded tungstenite v0.24.0
7792024-10-18T20:52:57.825Z Downloaded parking_lot v0.12.3
7802024-10-18T20:52:57.827Z Downloaded proc-macro-error-attr v1.0.4
7812024-10-18T20:52:57.830Z Downloaded dyn-clone v1.0.17
7822024-10-18T20:52:57.830Z Downloaded compact_str v0.8.0
7832024-10-18T20:52:57.833Z Downloaded parking_lot_core v0.8.6
7842024-10-18T20:52:57.835Z Downloaded num-traits v0.2.19
7852024-10-18T20:52:57.838Z Downloaded diff v0.1.13
7862024-10-18T20:52:57.840Z Downloaded crossbeam-epoch v0.9.18
7872024-10-18T20:52:57.844Z Downloaded openssl-probe v0.1.5
7882024-10-18T20:52:57.846Z Downloaded openssl-macros v0.1.1
7892024-10-18T20:52:57.846Z Downloaded crc-catalog v2.4.0
7902024-10-18T20:52:57.846Z Downloaded crc v3.2.1
7912024-10-18T20:52:57.849Z Downloaded cpufeatures v0.2.14
7922024-10-18T20:52:57.849Z Downloaded const_format_proc_macros v0.2.33
7932024-10-18T20:52:57.852Z Downloaded wait-timeout v0.2.0
7942024-10-18T20:52:57.852Z Downloaded untrusted v0.9.0
7952024-10-18T20:52:57.855Z Downloaded rand_xorshift v0.3.0
7962024-10-18T20:52:57.855Z Downloaded topological-sort v0.2.2
7972024-10-18T20:52:57.855Z Downloaded hyper-util v0.1.9
7982024-10-18T20:52:57.858Z Downloaded tungstenite v0.23.0
7992024-10-18T20:52:57.861Z Downloaded tui-tree-widget v0.22.0
8002024-10-18T20:52:57.864Z Downloaded ssh-cipher v0.2.0
8012024-10-18T20:52:57.864Z Downloaded signal-hook-mio v0.2.4
8022024-10-18T20:52:57.867Z Downloaded supports-color v3.0.1
8032024-10-18T20:52:57.867Z Downloaded socket2 v0.5.7
8042024-10-18T20:52:57.870Z Downloaded serde_yaml v0.9.34+deprecated
8052024-10-18T20:52:57.873Z Downloaded base64 v0.21.7
8062024-10-18T20:52:57.875Z Downloaded textwrap v0.16.1
8072024-10-18T20:52:57.877Z Downloaded http v0.2.12
8082024-10-18T20:52:57.880Z Downloaded semver v0.1.20
8092024-10-18T20:52:57.883Z Downloaded memmap2 v0.9.5
8102024-10-18T20:52:57.883Z Downloaded crossbeam-utils v0.8.20
8112024-10-18T20:52:57.886Z Downloaded fancy-regex v0.13.0
8122024-10-18T20:52:57.889Z Downloaded pem v3.0.4
8132024-10-18T20:52:57.891Z Downloaded num_enum_derive v0.5.11
8142024-10-18T20:52:57.891Z Downloaded num_enum v0.5.11
8152024-10-18T20:52:57.895Z Downloaded dirs-next v2.0.0
8162024-10-18T20:52:57.898Z Downloaded ring v0.17.8
8172024-10-18T20:52:57.966Z Downloaded digest v0.10.7
8182024-10-18T20:52:57.969Z Downloaded futures v0.3.31
8192024-10-18T20:52:57.972Z Downloaded debug-ignore v1.0.5
8202024-10-18T20:52:57.974Z Downloaded concurrent-queue v2.5.0
8212024-10-18T20:52:57.977Z Downloaded term v0.7.0
8222024-10-18T20:52:57.979Z Downloaded take_mut v0.2.2
8232024-10-18T20:52:57.979Z Downloaded uzers v0.12.1
8242024-10-18T20:52:57.982Z Downloaded spin v0.9.8
8252024-10-18T20:52:57.984Z Downloaded httptest v0.16.1
8262024-10-18T20:52:57.985Z Downloaded proc-macro2 v1.0.87
8272024-10-18T20:52:57.987Z Downloaded pest_derive v2.7.14
8282024-10-18T20:52:57.990Z Downloaded colored v2.1.0
8292024-10-18T20:52:57.993Z Downloaded humantime v2.1.0
8302024-10-18T20:52:57.993Z Downloaded globset v0.4.15
8312024-10-18T20:52:57.995Z Downloaded generic-array v0.14.7
8322024-10-18T20:52:57.995Z Downloaded heapless v0.7.17
8332024-10-18T20:52:57.998Z Downloaded fs-err v2.11.0
8342024-10-18T20:52:58.001Z Downloaded oso v0.27.3
8352024-10-18T20:52:58.003Z Downloaded scheduled-thread-pool v0.2.7
8362024-10-18T20:52:58.006Z Downloaded same-file v1.0.6
8372024-10-18T20:52:58.006Z Downloaded headers v0.4.0
8382024-10-18T20:52:58.010Z Downloaded float-ord v0.3.2
8392024-10-18T20:52:58.013Z Downloaded bzip2 v0.4.4
8402024-10-18T20:52:58.013Z Downloaded base64ct v1.6.0
8412024-10-18T20:52:58.016Z Downloaded pin-project-internal v1.1.6
8422024-10-18T20:52:58.018Z Downloaded pest_generator v2.7.14
8432024-10-18T20:52:58.018Z Downloaded strsim v0.11.1
8442024-10-18T20:52:58.018Z Downloaded pin-project-lite v0.2.14
8452024-10-18T20:52:58.022Z Downloaded libsqlite3-sys v0.30.1
8462024-10-18T20:52:58.100Z Downloaded siphasher v0.3.11
8472024-10-18T20:52:58.103Z Downloaded home v0.5.9
8482024-10-18T20:52:58.103Z Downloaded hex-literal v0.4.1
8492024-10-18T20:52:58.105Z Downloaded ghash v0.5.1
8502024-10-18T20:52:58.106Z Downloaded heck v0.5.0
8512024-10-18T20:52:58.106Z Downloaded hash32 v0.3.1
8522024-10-18T20:52:58.108Z Downloaded httpdate v1.0.3
8532024-10-18T20:52:58.108Z Downloaded rand_chacha v0.3.1
8542024-10-18T20:52:58.108Z Downloaded futures-io v0.3.31
8552024-10-18T20:52:58.111Z Downloaded futures-core v0.3.31
8562024-10-18T20:52:58.111Z Downloaded foldhash v0.1.3
8572024-10-18T20:52:58.113Z Downloaded fixedbitset v0.4.2
8582024-10-18T20:52:58.113Z Downloaded ff v0.13.0
8592024-10-18T20:52:58.114Z Downloaded backtrace v0.3.74
8602024-10-18T20:52:58.118Z Downloaded time-core v0.1.2
8612024-10-18T20:52:58.121Z Downloaded rand_core v0.6.4
8622024-10-18T20:52:58.121Z Downloaded cargo_metadata v0.18.1
8632024-10-18T20:52:58.123Z Downloaded camino-tempfile v1.1.1
8642024-10-18T20:52:58.123Z Downloaded fd-lock v4.0.2
8652024-10-18T20:52:58.127Z Downloaded blake2b_simd v1.0.2
8662024-10-18T20:52:58.129Z Downloaded bcs v0.1.6
8672024-10-18T20:52:58.129Z Downloaded async-global-executor v2.4.1
8682024-10-18T20:52:58.132Z Downloaded pin-utils v0.1.0
8692024-10-18T20:52:58.132Z Downloaded anstream v0.6.15
8702024-10-18T20:52:58.135Z Downloaded cfg-if v1.0.0
8712024-10-18T20:52:58.135Z Downloaded blocking v1.6.1
8722024-10-18T20:52:58.137Z Downloaded bitflags v1.3.2
8732024-10-18T20:52:58.137Z Downloaded bitfield v0.14.0
8742024-10-18T20:52:58.140Z Downloaded base16ct v0.2.0
8752024-10-18T20:52:58.140Z Downloaded async-recursion v1.1.1
8762024-10-18T20:52:58.143Z Downloaded bit-set v0.5.3
8772024-10-18T20:52:58.146Z Downloaded bb8 v0.8.5
8782024-10-18T20:52:58.146Z Downloaded atomic-waker v1.1.2
8792024-10-18T20:52:58.146Z Downloaded assert_matches v1.5.0
8802024-10-18T20:52:58.148Z Downloaded array-init v0.0.4
8812024-10-18T20:52:58.148Z Downloaded foreign-types-shared v0.3.1
8822024-10-18T20:52:58.148Z Downloaded blowfish v0.9.1
8832024-10-18T20:52:58.151Z Downloaded addr2line v0.24.2
8842024-10-18T20:52:58.151Z Downloaded aead v0.5.2
8852024-10-18T20:52:58.154Z Downloaded anstyle v1.0.8
8862024-10-18T20:52:58.154Z Downloaded anes v0.1.6
8872024-10-18T20:52:58.157Z Downloaded async-lock v3.4.0
8882024-10-18T20:52:58.160Z Downloaded ciborium-io v0.2.2
8892024-10-18T20:52:58.160Z Downloaded cfg_aliases v0.2.1
8902024-10-18T20:52:58.160Z Downloaded fastrand v2.1.1
8912024-10-18T20:52:58.162Z Downloaded blake2 v0.10.6
8922024-10-18T20:52:58.162Z Downloaded async-task v4.7.1
8932024-10-18T20:52:58.165Z Downloaded futures-executor v0.3.31
8942024-10-18T20:52:58.168Z Downloaded async-executor v1.13.1
8952024-10-18T20:52:58.168Z Downloaded anstyle-query v1.1.1
8962024-10-18T20:52:58.171Z Downloaded cassowary v0.3.0
8972024-10-18T20:52:58.171Z Downloaded async-object-pool v0.1.5
8982024-10-18T20:52:58.171Z Downloaded futures-sink v0.3.31
8992024-10-18T20:52:58.173Z Downloaded foreign-types v0.5.0
9002024-10-18T20:52:58.173Z Downloaded fnv v1.0.7
9012024-10-18T20:52:58.173Z Downloaded float-cmp v0.9.0
9022024-10-18T20:52:58.176Z Downloaded cancel-safe-futures v0.1.5
9032024-10-18T20:52:58.178Z Downloaded ciborium-ll v0.2.2
9042024-10-18T20:52:58.179Z Downloaded async-process v2.3.0
9052024-10-18T20:52:58.181Z Downloaded ahash v0.8.11
9062024-10-18T20:52:58.183Z Downloaded argon2 v0.5.3
9072024-10-18T20:52:58.183Z Downloaded buf-list v1.0.3
9082024-10-18T20:52:58.186Z Downloaded async-channel v1.9.0
9092024-10-18T20:52:58.186Z Downloaded arrayref v0.3.9
9102024-10-18T20:52:58.189Z Downloaded adler2 v2.0.0
9112024-10-18T20:52:58.189Z Downloaded block-padding v0.3.3
9122024-10-18T20:52:58.189Z Downloaded bit-vec v0.6.3
9132024-10-18T20:52:58.191Z Downloaded bcrypt-pbkdf v0.10.0
9142024-10-18T20:52:58.192Z Downloaded async-attributes v1.1.2
9152024-10-18T20:52:58.192Z Downloaded ascii-canvas v3.0.0
9162024-10-18T20:52:58.460Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9172024-10-18T20:53:24.799Z Startup: Refreshing catalog 'helios-dev' ... Done
9182024-10-18T20:53:28.258Z Startup: Caching catalogs ... Done
9192024-10-18T20:53:34.126ZPlanning: Solver setup ... Done (5.175s)
9202024-10-18T20:53:34.206ZPlanning: Running solver ... Done (0.080s)
9212024-10-18T20:53:34.341ZPlanning: Finding local manifests ... Done (0.066s)
9222024-10-18T20:53:34.354ZPlanning: Fetching manifests: 0/5 0% complete
9232024-10-18T20:53:34.578ZPlanning: Fetching manifests: 5/5 100% complete
9242024-10-18T20:53:34.911ZPlanning: Package planning ... Done (0.332s)
9252024-10-18T20:53:34.966ZPlanning: Merging actions ... Done (0.055s)
9262024-10-18T20:53:36.265ZPlanning: Checking for conflicting actions ... Done (1.298s)
9272024-10-18T20:53:45.135ZPlanning: Consolidating action changes ... Done (8.869s)
9282024-10-18T20:53:45.489ZPlanning: Evaluating mediators ... Done (0.355s)
9292024-10-18T20:53:45.570ZPlanning: Planning completed in 17.23 seconds
9302024-10-18T20:53:46.586Z Packages to install: 4
9312024-10-18T20:53:46.586Z Packages to update: 1
9322024-10-18T20:53:46.587Z Mediators to change: 2
9332024-10-18T20:53:46.589Z Services to change: 1
9342024-10-18T20:53:46.589Z Estimated space available: 155.48 GB
9352024-10-18T20:53:46.589ZEstimated space to be consumed: 1.57 GB
9362024-10-18T20:53:46.589Z Create boot environment: No
9372024-10-18T20:53:46.589ZCreate backup boot environment: Yes
9382024-10-18T20:53:46.589Z Rebuild boot archive: No
9392024-10-18T20:53:46.589Z
9402024-10-18T20:53:46.589ZChanged mediators:
9412024-10-18T20:53:46.589Z mediator clang:
9422024-10-18T20:53:46.589Z version: None -> 15 (system default)
9432024-10-18T20:53:46.589Z
9442024-10-18T20:53:46.589Z mediator llvm:
9452024-10-18T20:53:46.589Z version: 14 (system default) -> 15 (system default)
9462024-10-18T20:53:46.589Z
9472024-10-18T20:53:46.589ZChanged packages:
9482024-10-18T20:53:46.589Zhelios-dev
9492024-10-18T20:53:46.589Z developer/build-essential
9502024-10-18T20:53:46.589Z None -> 11-2.0
9512024-10-18T20:53:46.589Z library/libxmlsec1
9522024-10-18T20:53:46.589Z None -> 1.2.35-2.0
9532024-10-18T20:53:46.589Z ooce/developer/clang-15
9542024-10-18T20:53:46.590Z None -> 15.0.7-2.0
9552024-10-18T20:53:46.590Z ooce/developer/llvm-15
9562024-10-18T20:53:46.590Z None -> 15.0.7-2.0
9572024-10-18T20:53:46.590Z package/pkg
9582024-10-18T20:53:46.590Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9592024-10-18T20:53:46.590Z
9602024-10-18T20:53:46.590ZServices:
9612024-10-18T20:53:46.590Z restart_fmri:
9622024-10-18T20:53:46.590Z svc:/system/update-man-index:default
9632024-10-18T20:53:46.590Z
9642024-10-18T20:53:46.590ZEditable files to change:
9652024-10-18T20:53:46.590Z Update:
9662024-10-18T20:53:46.590Z usr/share/lib/pkg/web/config.shtml
9672024-10-18T20:53:47.009Z
9682024-10-18T20:53:47.009ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9692024-10-18T20:53:52.010ZDownload: 1253/4281 items 100.1/220.6MB 45% complete (20.2M/s)
9702024-10-18T20:53:57.014ZDownload: 3200/4281 items 152.9/220.6MB 69% complete (15.2M/s)
9712024-10-18T20:54:02.345ZDownload: 4208/4281 items 220.6/220.6MB 99% complete (13.3M/s)
9722024-10-18T20:54:02.455ZDownload: Completed 220.60 MB in 15.44 seconds (14.3M/s)
9732024-10-18T20:54:04.377Z Actions: 1/5063 actions (Removing old actions)
9742024-10-18T20:54:04.392Z Actions: 194/5063 actions (Installing new actions)
9752024-10-18T20:54:09.755Z Actions: 4099/5063 actions (Installing new actions)
9762024-10-18T20:54:10.216Z Actions: 4226/5063 actions (Updating modified actions)
9772024-10-18T20:54:10.574Z Actions: Completed 5063 actions in 6.20 seconds.
9782024-10-18T20:54:10.945Z Done (0.363s)
9792024-10-18T20:54:10.947Z Done (0.000s)
9802024-10-18T20:54:11.439Z Done (0.492s)
9812024-10-18T20:54:18.004Z Done (6.367s)
9822024-10-18T20:54:18.438Z Done (0.365s)
9832024-10-18T20:54:18.440Z Done (0.000s)
9842024-10-18T20:54:18.593Z Done (0.000s)
9852024-10-18T20:54:19.232ZPlanning: Evaluating mediator changes ... Done
9862024-10-18T20:54:19.394ZPlanning: Checking for conflicting actions ... Done
9872024-10-18T20:54:19.397ZPlanning: Consolidating action changes ... Done
9882024-10-18T20:54:19.658ZPlanning: Evaluating mediators ... Done
9892024-10-18T20:54:19.661ZPlanning: Planning completed in 0.43 seconds
9902024-10-18T20:54:19.696Z Mediators to change: 2
9912024-10-18T20:54:19.697Z Create boot environment: No
9922024-10-18T20:54:19.699ZCreate backup boot environment: No
9932024-10-18T20:54:19.771Z Done
9942024-10-18T20:54:19.771Z Done
9952024-10-18T20:54:20.086Z Done
9962024-10-18T20:54:23.568Z Done
9972024-10-18T20:54:23.657Z Done
9982024-10-18T20:54:23.660Z Done
9992024-10-18T20:54:23.789Z Done
10002024-10-18T20:54:24.402ZPlanning: Evaluating mediator changes ... Done
10012024-10-18T20:54:24.404ZPlanning: Merging actions ... Done
10022024-10-18T20:54:24.595ZPlanning: Checking for conflicting actions ... Done
10032024-10-18T20:54:24.597ZPlanning: Consolidating action changes ... Done
10042024-10-18T20:54:24.915ZPlanning: Evaluating mediators ... Done
10052024-10-18T20:54:24.929ZPlanning: Planning completed in 0.77 seconds
10062024-10-18T20:54:24.970Z Packages to change: 1
10072024-10-18T20:54:24.970Z Mediators to change: 1
10082024-10-18T20:54:24.973Z Services to change: 1
10092024-10-18T20:54:24.973Z Create boot environment: No
10102024-10-18T20:54:24.973ZCreate backup boot environment: Yes
10112024-10-18T20:54:27.125Z Actions: 1/6 actions (Updating modified actions)
10122024-10-18T20:54:27.236Z Actions: Completed 6 actions in 0.11 seconds.
10132024-10-18T20:54:27.239Z Done
10142024-10-18T20:54:27.239Z Done
10152024-10-18T20:54:27.334Z Done
10162024-10-18T20:54:30.870Z Done
10172024-10-18T20:54:30.960Z Done
10182024-10-18T20:54:30.963Z Done
10192024-10-18T20:54:31.098Z Done
10202024-10-18T20:54:31.531ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10212024-10-18T20:54:31.531Zclang system 15 system
10222024-10-18T20:54:31.531Zcsh system system illumos
10232024-10-18T20:54:31.531Zctags system system illumos
10242024-10-18T20:54:31.531Zgcc vendor 12 vendor
10252024-10-18T20:54:31.531Zgcc system 10 system
10262024-10-18T20:54:31.531Zgcc system 7 system
10272024-10-18T20:54:31.531Zgo system 1.20 system
10282024-10-18T20:54:31.531Zgo system 1.19 system
10292024-10-18T20:54:31.531Zllvm system 15 system
10302024-10-18T20:54:31.532Zllvm system 14 system
10312024-10-18T20:54:31.532Zmariadb system 10.6 system
10322024-10-18T20:54:31.532Zmta vendor vendor dma
10332024-10-18T20:54:31.532Zopenjdk system 17 system
10342024-10-18T20:54:31.532Zopenjdk system 11 system
10352024-10-18T20:54:31.532Zopenjdk system 1.8 system
10362024-10-18T20:54:31.532Zopenssl vendor 3 vendor
10372024-10-18T20:54:31.532Zperl system 5.36 system
10382024-10-18T20:54:31.532Zpostgresql system 15 system
10392024-10-18T20:54:31.532Zpostgresql system 13 system
10402024-10-18T20:54:31.532Zpython vendor 3 vendor
10412024-10-18T20:54:31.532Zpython system 2 system
10422024-10-18T20:54:31.532Zpython3 system 3.11 system
10432024-10-18T20:54:31.532Zruby system 3.0 system
10442024-10-18T20:54:31.532Zwords vendor vendor american-english
10452024-10-18T20:54:31.532Zwords system system australian-english
10462024-10-18T20:54:31.532Zwords system system british-english
10472024-10-18T20:54:31.532Zwords system system canadian-english
10482024-10-18T20:54:31.532Zwords system system french
10492024-10-18T20:54:31.532Zwords system system italian
10502024-10-18T20:54:31.532Zwords system system ngerman
10512024-10-18T20:54:31.532Zwords system system ogerman
10522024-10-18T20:54:31.532Zwords system system spanish
10532024-10-18T20:54:31.862ZPUBLISHER TYPE STATUS P LOCATION
10542024-10-18T20:54:31.862Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10552024-10-18T20:54:34.066ZFMRI IFO
10562024-10-18T20:54:34.066Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10572024-10-18T20:54:34.066Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10582024-10-18T20:54:34.066Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10592024-10-18T20:54:34.066Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10602024-10-18T20:54:34.066Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10612024-10-18T20:54:34.066Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10622024-10-18T20:54:34.066Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10632024-10-18T20:54:34.066Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10642024-10-18T20:54:34.066Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10652024-10-18T20:54:34.066Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10662024-10-18T20:54:34.066Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10672024-10-18T20:54:34.066Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10682024-10-18T20:54:34.066Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10692024-10-18T20:54:35.084Z Downloading crates ...
10702024-10-18T20:54:35.158Z Downloaded cargo_toml v0.20.5
10712024-10-18T20:54:35.293Z Compiling proc-macro2 v1.0.87
10722024-10-18T20:54:35.294Z Compiling unicode-ident v1.0.13
10732024-10-18T20:54:35.296Z Compiling version_check v0.9.5
10742024-10-18T20:54:35.296Z Compiling serde v1.0.210
10752024-10-18T20:54:35.297Z Compiling thiserror v1.0.64
10762024-10-18T20:54:35.297Z Compiling memchr v2.7.4
10772024-10-18T20:54:35.297Z Compiling libc v0.2.161
10782024-10-18T20:54:35.297Z Compiling ryu v1.0.18
10792024-10-18T20:54:35.548Z Compiling itoa v1.0.11
10802024-10-18T20:54:35.673Z Compiling ucd-trie v0.1.7
10812024-10-18T20:54:35.764Z Compiling once_cell v1.20.2
10822024-10-18T20:54:36.100Z Compiling byteorder v1.5.0
10832024-10-18T20:54:36.183Z Compiling serde_json v1.0.128
10842024-10-18T20:54:36.428Z Compiling rustix v0.38.37
10852024-10-18T20:54:36.812Z Compiling bitflags v2.6.0
10862024-10-18T20:54:36.857Z Compiling usdt-impl v0.5.0
10872024-10-18T20:54:36.885Z Compiling proc-macro-error-attr v1.0.4
10882024-10-18T20:54:37.156Z Compiling syn v1.0.109
10892024-10-18T20:54:37.206Z Compiling proc-macro-error v1.0.4
10902024-10-18T20:54:37.209Z Compiling plain v0.2.3
10912024-10-18T20:54:37.238Z Compiling equivalent v1.0.1
10922024-10-18T20:54:37.295Z Compiling utf8parse v0.2.2
10932024-10-18T20:54:37.333Z Compiling camino v1.1.9
10942024-10-18T20:54:37.344Z Compiling log v0.4.22
10952024-10-18T20:54:37.431Z Compiling hashbrown v0.15.0
10962024-10-18T20:54:37.625Z Compiling quote v1.0.37
10972024-10-18T20:54:37.712Z Compiling anstyle-parse v0.2.5
10982024-10-18T20:54:38.021Z Compiling syn v2.0.79
10992024-10-18T20:54:38.041Z Compiling errno v0.3.9
11002024-10-18T20:54:38.216Z Compiling thread-id v4.2.2
11012024-10-18T20:54:38.310Z Compiling unicode-width v0.1.14
11022024-10-18T20:54:38.313Z Compiling semver v1.0.23
11032024-10-18T20:54:38.336Z Compiling winnow v0.6.20
11042024-10-18T20:54:38.635Z Compiling indexmap v2.6.0
11052024-10-18T20:54:38.807Z Compiling pretty-hex v0.4.1
11062024-10-18T20:54:38.837Z Compiling anstyle-query v1.1.1
11072024-10-18T20:54:38.986Z Compiling autocfg v1.4.0
11082024-10-18T20:54:39.013Z Compiling anstyle v1.0.8
11092024-10-18T20:54:39.466Z Compiling colorchoice v1.0.2
11102024-10-18T20:54:39.621Z Compiling is_terminal_polyfill v1.70.1
11112024-10-18T20:54:39.714Z Compiling anstream v0.6.15
11122024-10-18T20:54:39.962Z Compiling fnv v1.0.7
11132024-10-18T20:54:39.982Z Compiling strsim v0.11.1
11142024-10-18T20:54:40.084Z Compiling fs-err v2.11.0
11152024-10-18T20:54:40.367Z Compiling terminal_size v0.4.0
11162024-10-18T20:54:40.459Z Compiling heck v0.5.0
11172024-10-18T20:54:40.471Z Compiling bytecount v0.6.8
11182024-10-18T20:54:40.568Z Compiling cfg-if v1.0.0
11192024-10-18T20:54:40.657Z Compiling fastrand v2.1.1
11202024-10-18T20:54:40.668Z Compiling heck v0.4.1
11212024-10-18T20:54:40.873Z Compiling clap_lex v0.7.2
11222024-10-18T20:54:40.985Z Compiling anyhow v1.0.89
11232024-10-18T20:54:41.160Z Compiling clap_builder v4.5.20
11242024-10-18T20:54:41.256Z Compiling tempfile v3.13.0
11252024-10-18T20:54:41.422Z Compiling papergrid v0.11.0
11262024-10-18T20:54:41.795Z Compiling memmap v0.7.0
11272024-10-18T20:54:41.806Z Compiling smawk v0.3.2
11282024-10-18T20:54:41.999Z Compiling unicode-linebreak v0.1.5
11292024-10-18T20:54:42.141Z Compiling swrite v0.1.0
11302024-10-18T20:54:42.478Z Compiling textwrap v0.16.1
11312024-10-18T20:54:43.657Z Compiling tabled_derive v0.7.0
11322024-10-18T20:54:45.287Z Compiling tabled v0.15.0
11332024-10-18T20:54:46.735Z Compiling serde_derive v1.0.210
11342024-10-18T20:54:46.735Z Compiling thiserror-impl v1.0.64
11352024-10-18T20:54:46.738Z Compiling zerocopy-derive v0.7.35
11362024-10-18T20:54:46.738Z Compiling scroll_derive v0.12.0
11372024-10-18T20:54:46.738Z Compiling clap_derive v4.5.18
11382024-10-18T20:54:47.946Z Compiling scroll v0.12.0
11392024-10-18T20:54:48.387Z Compiling goblin v0.8.2
11402024-10-18T20:54:48.566Z Compiling zerocopy v0.7.35
11412024-10-18T20:54:49.084Z Compiling pest v2.7.14
11422024-10-18T20:54:50.255Z Compiling clap v4.5.20
11432024-10-18T20:54:51.335Z Compiling pest_meta v2.7.14
11442024-10-18T20:54:52.166Z Compiling pest_generator v2.7.14
11452024-10-18T20:54:54.060Z Compiling pest_derive v2.7.14
11462024-10-18T20:54:54.781Z Compiling dtrace-parser v0.2.0
11472024-10-18T20:54:56.694Z Compiling serde_tokenstream v0.2.2
11482024-10-18T20:54:56.873Z Compiling serde_spanned v0.6.8
11492024-10-18T20:54:56.873Z Compiling toml_datetime v0.6.8
11502024-10-18T20:54:56.952Z Compiling cargo-platform v0.1.8
11512024-10-18T20:54:57.263Z Compiling toml_edit v0.22.22
11522024-10-18T20:54:57.265Z Compiling macaddr v1.0.1
11532024-10-18T20:54:57.502Z Compiling camino-tempfile v1.1.1
11542024-10-18T20:54:58.094Z Compiling dof v0.3.0
11552024-10-18T20:54:58.239Z Compiling cargo_metadata v0.18.1
11562024-10-18T20:54:59.776Z Compiling usdt-attr-macro v0.5.0
11572024-10-18T20:54:59.779Z Compiling usdt-macro v0.5.0
11582024-10-18T20:55:00.098Z Compiling toml v0.8.19
11592024-10-18T20:55:00.882Z Compiling cargo_toml v0.20.5
11602024-10-18T20:55:01.025Z Compiling usdt v0.5.0
11612024-10-18T20:55:04.310Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11622024-10-18T20:55:08.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.68s
11632024-10-18T20:55:08.258Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11642024-10-18T20:55:09.116Z Compiling serde v1.0.210
11652024-10-18T20:55:09.118Z Compiling typenum v1.17.0
11662024-10-18T20:55:09.118Z Compiling lock_api v0.4.12
11672024-10-18T20:55:09.118Z Compiling generic-array v0.14.7
11682024-10-18T20:55:09.118Z Compiling scopeguard v1.2.0
11692024-10-18T20:55:09.118Z Compiling subtle v2.6.1
11702024-10-18T20:55:09.263Z Compiling syn v2.0.79
11712024-10-18T20:55:09.275Z Compiling getrandom v0.2.15
11722024-10-18T20:55:09.407Z Compiling value-bag v1.9.0
11732024-10-18T20:55:09.523Z Compiling rand_core v0.6.4
11742024-10-18T20:55:09.640Z Compiling const-oid v0.9.6
11752024-10-18T20:55:09.668Z Compiling pin-project-lite v0.2.14
11762024-10-18T20:55:09.782Z Compiling smallvec v1.13.2
11772024-10-18T20:55:09.806Z Compiling log v0.4.22
11782024-10-18T20:55:09.979Z Compiling jobserver v0.1.32
11792024-10-18T20:55:10.045Z Compiling shlex v1.3.0
11802024-10-18T20:55:10.169Z Compiling parking_lot_core v0.9.10
11812024-10-18T20:55:10.185Z Compiling futures-core v0.3.31
11822024-10-18T20:55:10.428Z Compiling cc v1.1.30
11832024-10-18T20:55:10.444Z Compiling signal-hook-registry v1.4.2
11842024-10-18T20:55:10.679Z Compiling mio v1.0.2
11852024-10-18T20:55:10.829Z Compiling cpufeatures v0.2.14
11862024-10-18T20:55:10.929Z Compiling futures-sink v0.3.31
11872024-10-18T20:55:11.104Z Compiling parking_lot v0.12.3
11882024-10-18T20:55:11.286Z Compiling spin v0.9.8
11892024-10-18T20:55:11.338Z Compiling socket2 v0.5.7
11902024-10-18T20:55:11.636Z Compiling slab v0.4.9
11912024-10-18T20:55:11.694Z Compiling serde_json v1.0.128
11922024-10-18T20:55:11.870Z Compiling futures-channel v0.3.31
11932024-10-18T20:55:11.888Z Compiling allocator-api2 v0.2.18
11942024-10-18T20:55:12.043Z Compiling futures-task v0.3.31
11952024-10-18T20:55:12.075Z Compiling tinyvec_macros v0.1.1
11962024-10-18T20:55:12.163Z Compiling pin-utils v0.1.0
11972024-10-18T20:55:12.256Z Compiling foldhash v0.1.3
11982024-10-18T20:55:12.285Z Compiling futures-io v0.3.31
11992024-10-18T20:55:12.302Z Compiling tinyvec v1.8.0
12002024-10-18T20:55:12.331Z Compiling libm v0.2.8
12012024-10-18T20:55:12.349Z Compiling num-traits v0.2.19
12022024-10-18T20:55:12.530Z Compiling unicode-bidi v0.3.17
12032024-10-18T20:55:12.582Z Compiling hashbrown v0.15.0
12042024-10-18T20:55:12.707Z Compiling base64ct v1.6.0
12052024-10-18T20:55:12.839Z Compiling httparse v1.9.5
12062024-10-18T20:55:13.277Z Compiling pem-rfc7468 v0.7.0
12072024-10-18T20:55:13.595Z Compiling flagset v0.4.6
12082024-10-18T20:55:13.783Z Compiling unicode-normalization v0.1.24
12092024-10-18T20:55:13.940Z Compiling tracing-core v0.1.32
12102024-10-18T20:55:13.972Z Compiling percent-encoding v2.3.1
12112024-10-18T20:55:13.989Z Compiling rustls-pki-types v1.9.0
12122024-10-18T20:55:14.117Z Compiling crossbeam-utils v0.8.20
12132024-10-18T20:55:14.677Z Compiling ring v0.17.8
12142024-10-18T20:55:14.776Z Compiling vcpkg v0.2.15
12152024-10-18T20:55:14.901Z Compiling powerfmt v0.2.0
12162024-10-18T20:55:15.061Z Compiling pkg-config v0.3.31
12172024-10-18T20:55:15.080Z Compiling untrusted v0.9.0
12182024-10-18T20:55:15.254Z Compiling num-conv v0.1.0
12192024-10-18T20:55:15.284Z Compiling time-core v0.1.2
12202024-10-18T20:55:15.299Z Compiling deranged v0.3.11
12212024-10-18T20:55:15.538Z Compiling time-macros v0.2.18
12222024-10-18T20:55:15.758Z Compiling num_threads v0.1.7
12232024-10-18T20:55:15.887Z Compiling atomic-waker v1.1.2
12242024-10-18T20:55:16.083Z Compiling form_urlencoded v1.2.1
12252024-10-18T20:55:16.396Z Compiling try-lock v0.2.5
12262024-10-18T20:55:16.534Z Compiling slog v2.7.0
12272024-10-18T20:55:16.573Z Compiling rustix v0.38.37
12282024-10-18T20:55:16.607Z Compiling want v0.3.1
12292024-10-18T20:55:16.870Z Compiling httpdate v1.0.3
12302024-10-18T20:55:16.888Z Compiling openssl-sys v0.9.103
12312024-10-18T20:55:17.114Z Compiling idna v0.5.0
12322024-10-18T20:55:17.283Z Compiling base64 v0.22.1
12332024-10-18T20:55:17.403Z Compiling openssl v0.10.66
12342024-10-18T20:55:17.820Z Compiling iana-time-zone v0.1.61
12352024-10-18T20:55:17.837Z Compiling foreign-types-shared v0.1.1
12362024-10-18T20:55:17.925Z Compiling tower-service v0.3.3
12372024-10-18T20:55:17.986Z Compiling match_cfg v0.1.0
12382024-10-18T20:55:18.040Z Compiling rustversion v1.0.17
12392024-10-18T20:55:18.075Z Compiling hostname v0.3.1
12402024-10-18T20:55:18.219Z Compiling foreign-types v0.3.2
12412024-10-18T20:55:18.268Z Compiling url v2.5.2
12422024-10-18T20:55:18.302Z Compiling dirs-sys-next v0.1.2
12432024-10-18T20:55:18.521Z Compiling aho-corasick v1.1.3
12442024-10-18T20:55:18.643Z Compiling time v0.3.36
12452024-10-18T20:55:18.791Z Compiling regex-syntax v0.8.5
12462024-10-18T20:55:18.902Z Compiling adler2 v2.0.0
12472024-10-18T20:55:19.094Z Compiling rustls v0.22.4
12482024-10-18T20:55:19.359Z Compiling native-tls v0.2.12
12492024-10-18T20:55:19.654Z Compiling data-encoding v2.6.0
12502024-10-18T20:55:19.774Z Compiling siphasher v0.3.11
12512024-10-18T20:55:20.002Z Compiling syn v1.0.109
12522024-10-18T20:55:20.130Z Compiling rustls v0.23.14
12532024-10-18T20:55:20.406Z Compiling miniz_oxide v0.8.0
12542024-10-18T20:55:21.892Z Compiling dirs-next v2.0.0
12552024-10-18T20:55:21.908Z Compiling serde_derive_internals v0.29.1
12562024-10-18T20:55:22.006Z Compiling crossbeam-epoch v0.9.18
12572024-10-18T20:55:22.074Z Compiling lazy_static v1.5.0
12582024-10-18T20:55:22.201Z Compiling regex-automata v0.4.8
12592024-10-18T20:55:22.696Z Compiling thread_local v1.1.8
12602024-10-18T20:55:22.945Z Compiling serde_derive v1.0.210
12612024-10-18T20:55:23.231Z Compiling zeroize_derive v1.4.2
12622024-10-18T20:55:23.572Z Compiling zerocopy-derive v0.7.35
12632024-10-18T20:55:23.642Z Compiling tokio-macros v2.4.0
12642024-10-18T20:55:24.408Z Compiling thiserror-impl v1.0.64
12652024-10-18T20:55:24.821Z Compiling zeroize v1.8.1
12662024-10-18T20:55:25.179Z Compiling futures-macro v0.3.31
12672024-10-18T20:55:25.250Z Compiling der_derive v0.7.3
12682024-10-18T20:55:25.763Z Compiling zerocopy v0.7.35
12692024-10-18T20:55:26.556Z Compiling crypto-common v0.1.6
12702024-10-18T20:55:26.770Z Compiling block-buffer v0.10.4
12712024-10-18T20:55:26.816Z Compiling block-padding v0.3.3
12722024-10-18T20:55:27.029Z Compiling digest v0.10.7
12732024-10-18T20:55:27.061Z Compiling inout v0.1.3
12742024-10-18T20:55:27.110Z Compiling futures-util v0.3.31
12752024-10-18T20:55:27.307Z Compiling cipher v0.4.4
12762024-10-18T20:55:27.399Z Compiling ppv-lite86 v0.2.20
12772024-10-18T20:55:27.496Z Compiling hmac v0.12.1
12782024-10-18T20:55:27.613Z Compiling thiserror v1.0.64
12792024-10-18T20:55:27.719Z Compiling sha2 v0.10.8
12802024-10-18T20:55:27.744Z Compiling der v0.7.9
12812024-10-18T20:55:27.762Z Compiling tracing-attributes v0.1.27
12822024-10-18T20:55:27.816Z Compiling salsa20 v0.10.2
12832024-10-18T20:55:28.028Z Compiling pest v2.7.14
12842024-10-18T20:55:28.239Z Compiling rand_chacha v0.3.1
12852024-10-18T20:55:30.540Z Compiling spki v0.7.3
12862024-10-18T20:55:30.927Z Compiling rand v0.8.5
12872024-10-18T20:55:30.997Z Compiling pbkdf2 v0.12.2
12882024-10-18T20:55:31.068Z Compiling pest_meta v2.7.14
12892024-10-18T20:55:31.209Z Compiling scrypt v0.11.0
12902024-10-18T20:55:31.294Z Compiling cbc v0.1.2
12912024-10-18T20:55:31.548Z Compiling aes v0.8.4
12922024-10-18T20:55:31.677Z Compiling tracing v0.1.40
12932024-10-18T20:55:32.171Z Compiling scroll_derive v0.12.0
12942024-10-18T20:55:33.094Z Compiling pkcs5 v0.7.1
12952024-10-18T20:55:33.241Z Compiling pest_generator v2.7.14
12962024-10-18T20:55:33.633Z Compiling scroll v0.12.0
12972024-10-18T20:55:34.281Z Compiling rustls-webpki v0.102.8
12982024-10-18T20:55:34.315Z Compiling goblin v0.8.2
12992024-10-18T20:55:34.937Z Compiling pkcs8 v0.10.2
13002024-10-18T20:55:34.937Z Compiling async-trait v0.1.83
13012024-10-18T20:55:35.085Z Compiling openssl-macros v0.1.1
13022024-10-18T20:55:35.232Z Compiling sha1 v0.10.6
13032024-10-18T20:55:35.613Z Compiling signature v2.2.0
13042024-10-18T20:55:35.707Z Compiling encoding_rs v0.8.34
13052024-10-18T20:55:35.852Z Compiling multer v3.1.0
13062024-10-18T20:55:35.900Z Compiling cookie v0.18.1
13072024-10-18T20:55:36.078Z Compiling pest_derive v2.7.14
13082024-10-18T20:55:36.174Z Compiling rayon-core v1.12.1
13092024-10-18T20:55:36.254Z Compiling schemars v0.8.21
13102024-10-18T20:55:36.313Z Compiling mime v0.3.17
13112024-10-18T20:55:36.477Z Compiling either v1.13.0
13122024-10-18T20:55:36.615Z Compiling paste v1.0.15
13132024-10-18T20:55:36.876Z Compiling bytes v1.7.2
13142024-10-18T20:55:36.908Z Compiling indexmap v2.6.0
13152024-10-18T20:55:37.092Z Compiling bitflags v2.6.0
13162024-10-18T20:55:37.153Z Compiling semver v1.0.23
13172024-10-18T20:55:37.534Z Compiling dtrace-parser v0.2.0
13182024-10-18T20:55:37.914Z Compiling tokio v1.40.0
13192024-10-18T20:55:38.125Z Compiling http v1.1.0
13202024-10-18T20:55:38.270Z Compiling rustc_version v0.4.1
13212024-10-18T20:55:39.040Z Compiling serde_tokenstream v0.2.2
13222024-10-18T20:55:39.641Z Compiling toml_datetime v0.6.8
13232024-10-18T20:55:39.643Z Compiling serde_spanned v0.6.8
13242024-10-18T20:55:39.898Z Compiling http-body v1.0.1
13252024-10-18T20:55:39.947Z Compiling dof v0.3.0
13262024-10-18T20:55:40.090Z Compiling uuid v1.10.0
13272024-10-18T20:55:40.119Z Compiling chrono v0.4.38
13282024-10-18T20:55:40.143Z Compiling http-body-util v0.1.2
13292024-10-18T20:55:40.621Z Compiling heapless v0.7.17
13302024-10-18T20:55:41.129Z Compiling usdt-impl v0.5.0
13312024-10-18T20:55:41.518Z Compiling openssl-probe v0.1.5
13322024-10-18T20:55:41.884Z Compiling signal-hook v0.3.17
13332024-10-18T20:55:42.133Z Compiling gimli v0.31.1
13342024-10-18T20:55:42.154Z Compiling unicode-properties v0.1.3
13352024-10-18T20:55:42.552Z Compiling ipnet v2.10.1
13362024-10-18T20:55:42.687Z Compiling slog-async v2.8.0
13372024-10-18T20:55:42.759Z Compiling toml_edit v0.22.22
13382024-10-18T20:55:43.354Z Compiling stringprep v0.1.5
13392024-10-18T20:55:43.830Z Compiling curve25519-dalek v4.1.3
13402024-10-18T20:55:43.910Z Compiling slog-json v2.6.1
13412024-10-18T20:55:44.356Z Compiling serde_urlencoded v0.7.1
13422024-10-18T20:55:44.518Z Compiling usdt-macro v0.5.0
13432024-10-18T20:55:44.534Z Compiling usdt-attr-macro v0.5.0
13442024-10-18T20:55:45.974Z Compiling tokio-util v0.7.12
13452024-10-18T20:55:46.155Z Compiling futures-executor v0.3.31
13462024-10-18T20:55:47.245Z Compiling h2 v0.4.6
13472024-10-18T20:55:47.348Z Compiling addr2line v0.24.2
13482024-10-18T20:55:47.405Z Compiling md-5 v0.10.6
13492024-10-18T20:55:47.668Z Compiling schemars_derive v0.8.21
13502024-10-18T20:55:48.063Z Compiling async-stream-impl v0.3.6
13512024-10-18T20:55:49.360Z Compiling enum-as-inner v0.6.1
13522024-10-18T20:55:49.436Z Compiling crossbeam-deque v0.8.5
13532024-10-18T20:55:49.767Z Compiling term v0.7.0
13542024-10-18T20:55:50.882Z Compiling crossbeam-channel v0.5.13
13552024-10-18T20:55:50.995Z Compiling num-integer v0.1.46
13562024-10-18T20:55:51.254Z Compiling idna v0.4.0
13572024-10-18T20:55:51.803Z Compiling idna v0.3.0
13582024-10-18T20:55:52.010Z Compiling rustls-pemfile v2.2.0
13592024-10-18T20:55:52.342Z Compiling ff v0.13.0
13602024-10-18T20:55:52.566Z Compiling hash32 v0.2.1
13612024-10-18T20:55:52.854Z Compiling is-terminal v0.4.13
13622024-10-18T20:55:52.941Z Compiling dropshot v0.12.0
13632024-10-18T20:55:52.986Z Compiling object v0.36.5
13642024-10-18T20:55:53.244Z Compiling psl-types v2.0.11
13652024-10-18T20:55:53.262Z Compiling take_mut v0.2.2
13662024-10-18T20:55:53.410Z Compiling rustc-demangle v0.1.24
13672024-10-18T20:55:53.427Z Compiling base16ct v0.2.0
13682024-10-18T20:55:53.443Z Compiling num-bigint-dig v0.8.4
13692024-10-18T20:55:53.742Z Compiling quick-error v1.2.3
13702024-10-18T20:55:53.757Z Compiling anyhow v1.0.89
13712024-10-18T20:55:53.877Z Compiling fallible-iterator v0.2.0
13722024-10-18T20:55:54.363Z Compiling hyper v1.4.1
13732024-10-18T20:55:54.386Z Compiling utf-8 v0.7.6
13742024-10-18T20:55:54.544Z Compiling portable-atomic v1.9.0
13752024-10-18T20:55:54.681Z Compiling dyn-clone v1.0.17
13762024-10-18T20:55:54.898Z Compiling stable_deref_trait v1.2.0
13772024-10-18T20:55:54.998Z Compiling smoltcp v0.9.1
13782024-10-18T20:55:55.085Z Compiling linked-hash-map v0.5.6
13792024-10-18T20:55:55.454Z Compiling lru-cache v0.1.2
13802024-10-18T20:55:55.795Z Compiling tungstenite v0.24.0
13812024-10-18T20:55:56.898Z Compiling hyper-util v0.1.9
13822024-10-18T20:55:57.860Z Compiling postgres-protocol v0.6.7
13832024-10-18T20:55:58.340Z Compiling resolv-conf v0.7.0
13842024-10-18T20:55:58.708Z Compiling sec1 v0.7.3
13852024-10-18T20:55:58.778Z Compiling publicsuffix v2.2.3
13862024-10-18T20:55:59.177Z Compiling slog-term v2.9.1
13872024-10-18T20:55:59.191Z Compiling usdt v0.5.0
13882024-10-18T20:55:59.301Z Compiling group v0.13.0
13892024-10-18T20:55:59.508Z Compiling hickory-proto v0.24.1
13902024-10-18T20:55:59.632Z Compiling num-iter v0.1.45
13912024-10-18T20:55:59.689Z Compiling tokio-rustls v0.26.0
13922024-10-18T20:55:59.994Z Compiling backtrace v0.3.74
13932024-10-18T20:56:00.098Z Compiling async-stream v0.3.6
13942024-10-18T20:56:00.213Z Compiling tokio-rustls v0.25.0
13952024-10-18T20:56:00.369Z Compiling tokio-native-tls v0.3.1
13962024-10-18T20:56:00.388Z Compiling futures v0.3.31
13972024-10-18T20:56:00.499Z Compiling toml v0.8.19
13982024-10-18T20:56:01.601Z Compiling slog-bunyan v2.5.0
13992024-10-18T20:56:01.798Z Compiling camino v1.1.9
14002024-10-18T20:56:01.816Z Compiling terminal_size v0.4.0
14012024-10-18T20:56:02.036Z Compiling dropshot_endpoint v0.12.0
14022024-10-18T20:56:02.105Z Compiling openapiv3 v2.0.0
14032024-10-18T20:56:02.208Z Compiling serde_path_to_error v0.1.16
14042024-10-18T20:56:02.682Z Compiling hkdf v0.12.4
14052024-10-18T20:56:02.727Z Compiling crypto-bigint v0.5.5
14062024-10-18T20:56:02.933Z Compiling zerocopy-derive v0.6.6
14072024-10-18T20:56:03.034Z Compiling curve25519-dalek-derive v0.1.1
14082024-10-18T20:56:03.563Z Compiling phf_shared v0.11.2
14092024-10-18T20:56:03.945Z Compiling waitgroup v0.1.2
14102024-10-18T20:56:04.170Z Compiling webpki-roots v0.26.6
14112024-10-18T20:56:04.386Z Compiling hostname v0.4.0
14122024-10-18T20:56:04.427Z Compiling hubpack_derive v0.1.1
14132024-10-18T20:56:04.577Z Compiling fs-err v2.11.0
14142024-10-18T20:56:04.646Z Compiling ahash v0.8.11
14152024-10-18T20:56:04.888Z Compiling bitflags v1.3.2
14162024-10-18T20:56:04.983Z Compiling winnow v0.5.40
14172024-10-18T20:56:05.001Z Compiling debug-ignore v1.0.5
14182024-10-18T20:56:05.101Z Compiling managed v0.8.0
14192024-10-18T20:56:05.130Z Compiling clap_builder v4.5.20
14202024-10-18T20:56:05.318Z Compiling hubpack v0.1.2
14212024-10-18T20:56:05.745Z Compiling elliptic-curve v0.13.8
14222024-10-18T20:56:06.433Z Compiling zerocopy v0.6.6
14232024-10-18T20:56:06.618Z Compiling console v0.15.8
14242024-10-18T20:56:07.357Z Compiling strum_macros v0.25.3
14252024-10-18T20:56:07.797Z Compiling hickory-resolver v0.24.1
14262024-10-18T20:56:08.744Z Compiling toml_edit v0.19.15
14272024-10-18T20:56:08.762Z Compiling hyper-rustls v0.27.3
14282024-10-18T20:56:09.365Z Compiling phf v0.11.2
14292024-10-18T20:56:09.658Z Compiling signal-hook-mio v0.2.4
14302024-10-18T20:56:09.660Z Compiling cookie_store v0.21.0
14312024-10-18T20:56:10.656Z Compiling hyper-tls v0.6.0
14322024-10-18T20:56:11.109Z Compiling rayon v1.10.0
14332024-10-18T20:56:11.503Z Compiling postgres-types v0.2.8
14342024-10-18T20:56:12.997Z Compiling tokio-tungstenite v0.24.0
14352024-10-18T20:56:14.380Z Compiling tokio-stream v0.1.16
14362024-10-18T20:56:14.488Z Compiling serde-big-array v0.5.1
14372024-10-18T20:56:14.721Z Compiling ed25519 v2.2.3
14382024-10-18T20:56:14.868Z Compiling pkcs1 v0.7.5
14392024-10-18T20:56:15.397Z Compiling rfc6979 v0.4.0
14402024-10-18T20:56:15.583Z Compiling bstr v1.10.0
14412024-10-18T20:56:15.886Z Compiling regex v1.11.0
14422024-10-18T20:56:15.949Z Compiling clap_derive v4.5.18
14432024-10-18T20:56:16.046Z Compiling serde_repr v0.1.19
14442024-10-18T20:56:16.295Z Compiling derive-where v1.2.7
14452024-10-18T20:56:16.665Z Compiling phf_shared v0.10.0
14462024-10-18T20:56:16.764Z Compiling float-cmp v0.9.0
14472024-10-18T20:56:16.977Z Compiling sync_wrapper v1.0.1
14482024-10-18T20:56:17.042Z Compiling crc32fast v1.4.2
14492024-10-18T20:56:17.062Z Compiling unicode-segmentation v1.12.0
14502024-10-18T20:56:17.117Z Compiling difflib v0.4.0
14512024-10-18T20:56:17.239Z Compiling static_assertions v1.1.0
14522024-10-18T20:56:17.341Z Compiling normalize-line-endings v0.3.0
14532024-10-18T20:56:17.358Z Compiling bit-vec v0.6.3
14542024-10-18T20:56:17.376Z Compiling fixedbitset v0.4.2
14552024-10-18T20:56:17.467Z Compiling whoami v1.5.2
14562024-10-18T20:56:17.815Z Compiling new_debug_unreachable v1.0.6
14572024-10-18T20:56:17.842Z Compiling predicates-core v1.0.8
14582024-10-18T20:56:17.896Z Compiling minimal-lexical v0.2.1
14592024-10-18T20:56:17.914Z Compiling number_prefix v0.4.0
14602024-10-18T20:56:18.092Z Compiling precomputed-hash v0.1.1
14612024-10-18T20:56:18.136Z Compiling indicatif v0.17.8
14622024-10-18T20:56:18.203Z Compiling string_cache v0.8.7
14632024-10-18T20:56:18.218Z Compiling predicates v3.1.2
14642024-10-18T20:56:18.422Z Compiling nom v7.1.3
14652024-10-18T20:56:18.673Z Compiling tokio-postgres v0.7.12
14662024-10-18T20:56:18.676Z Compiling similar v2.6.0
14672024-10-18T20:56:19.890Z Compiling qorb v0.1.1
14682024-10-18T20:56:19.924Z Compiling bit-set v0.5.3
14692024-10-18T20:56:20.210Z Compiling petgraph v0.6.5
14702024-10-18T20:56:20.350Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14712024-10-18T20:56:20.937Z Compiling clap v4.5.20
14722024-10-18T20:56:21.097Z Compiling flate2 v1.0.34
14732024-10-18T20:56:21.116Z Compiling reqwest v0.12.8
14742024-10-18T20:56:22.085Z Compiling ecdsa v0.16.9
14752024-10-18T20:56:22.130Z Compiling rsa v0.9.6
14762024-10-18T20:56:22.949Z Compiling ed25519-dalek v2.1.1
14772024-10-18T20:56:24.151Z Compiling toml v0.7.8
14782024-10-18T20:56:24.225Z Compiling crossterm v0.28.1
14792024-10-18T20:56:25.616Z Compiling itertools v0.10.5
14802024-10-18T20:56:25.816Z Compiling itertools v0.12.1
14812024-10-18T20:56:25.918Z Compiling hex v0.4.3
14822024-10-18T20:56:26.302Z Compiling x509-cert v0.2.5
14832024-10-18T20:56:26.548Z Compiling peg-runtime v0.8.3
14842024-10-18T20:56:27.221Z Compiling lalrpop-util v0.19.12
14852024-10-18T20:56:27.238Z Compiling unicode-xid v0.2.6
14862024-10-18T20:56:27.404Z Compiling xattr v1.3.1
14872024-10-18T20:56:27.558Z Compiling strum_macros v0.26.4
14882024-10-18T20:56:27.666Z Compiling filetime v0.2.25
14892024-10-18T20:56:27.982Z Compiling tar v0.4.42
14902024-10-18T20:56:30.605Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14912024-10-18T20:56:30.865Z Compiling strum v0.26.3
14922024-10-18T20:56:30.941Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14932024-10-18T20:56:36.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
14942024-10-18T20:56:36.422Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14952024-10-18T20:56:36.463ZOct 18 20:56:35.371 INFO Starting download, target: Cockroach
14962024-10-18T20:56:36.463ZOct 18 20:56:35.372 INFO Starting download, target: Clickhouse
14972024-10-18T20:56:36.465ZOct 18 20:56:35.372 INFO Starting download, target: Console
14982024-10-18T20:56:36.465ZOct 18 20:56:35.372 INFO Starting download, target: DendriteOpenapi
14992024-10-18T20:56:36.465ZOct 18 20:56:35.372 INFO Starting download, target: DendriteStub
15002024-10-18T20:56:36.465ZOct 18 20:56:35.372 INFO Starting download, target: MaghemiteMgd
15012024-10-18T20:56:36.465ZOct 18 20:56:35.372 INFO Starting download, target: TransceiverControl
15022024-10-18T20:56:36.465ZOct 18 20:56:35.372 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15032024-10-18T20:56:36.465ZOct 18 20:56:35.372 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
15042024-10-18T20:56:36.465ZOct 18 20:56:35.373 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15052024-10-18T20:56:36.465ZOct 18 20:56:35.373 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15062024-10-18T20:56:36.465ZOct 18 20:56:35.373 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
15072024-10-18T20:56:36.465ZOct 18 20:56:35.373 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15082024-10-18T20:56:36.465ZOct 18 20:56:35.373 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15092024-10-18T20:56:36.600ZOct 18 20:56:35.509 INFO Download complete, target: DendriteOpenapi
15102024-10-18T20:56:36.735ZOct 18 20:56:35.644 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15112024-10-18T20:56:37.003ZOct 18 20:56:35.881 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15122024-10-18T20:56:37.226ZOct 18 20:56:36.133 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15132024-10-18T20:56:37.306ZOct 18 20:56:36.215 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15142024-10-18T20:56:37.356ZOct 18 20:56:36.264 INFO Download complete, target: Console
15152024-10-18T20:56:37.500ZOct 18 20:56:36.409 INFO Download complete, target: TransceiverControl
15162024-10-18T20:56:37.795ZOct 18 20:56:36.703 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
15172024-10-18T20:56:37.795ZOct 18 20:56:36.704 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
15182024-10-18T20:56:38.390ZOct 18 20:56:37.298 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15192024-10-18T20:56:40.251ZOct 18 20:56:39.160 INFO Download complete, target: DendriteStub
15202024-10-18T20:56:40.594ZOct 18 20:56:39.503 INFO Download complete, target: MaghemiteMgd
15212024-10-18T20:56:46.016ZOct 18 20:56:44.924 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
15222024-10-18T20:56:46.327ZOct 18 20:56:45.235 INFO Checking that binary works, target: Cockroach
15232024-10-18T20:56:46.489ZOct 18 20:56:45.397 INFO Download complete, target: Cockroach
15242024-10-18T20:56:52.472ZOct 18 20:56:51.379 INFO Checking that binary works, target: Clickhouse
15252024-10-18T20:56:53.009ZOct 18 20:56:51.916 INFO Download complete, target: Clickhouse
15262024-10-18T20:56:53.016ZAll prerequisites installed successfully
15272024-10-18T20:56:53.019Z
15282024-10-18T20:56:53.019Zreal 3:54.528944053
15292024-10-18T20:56:53.019Zuser 12:32.618771256
15302024-10-18T20:56:53.019Zsys 2:35.237150586
15312024-10-18T20:56:53.019Ztrap 0.398910787
15322024-10-18T20:56:53.019Ztflt 4.888500409
15332024-10-18T20:56:53.019Zdflt 4.399351697
15342024-10-18T20:56:53.019Zkflt 0.563239264
15352024-10-18T20:56:53.019Zlock 26:16.886930564
15362024-10-18T20:56:53.019Zslp 49:18.530676209
15372024-10-18T20:56:53.019Zlat 40.493635688
15382024-10-18T20:56:53.019Zstop 1:45.824604541
15392024-10-18T20:56:53.019Z+ source ./tools/include/force-git-over-https.sh
15402024-10-18T20:56:53.019Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15412024-10-18T20:56:53.019Z++ (( i = 0 ))
15422024-10-18T20:56:53.019Z++ (( i < 5 ))
15432024-10-18T20:56:53.019Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15442024-10-18T20:56:53.022Z++ (( i++ ))
15452024-10-18T20:56:53.022Z++ (( i < 5 ))
15462024-10-18T20:56:53.022Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15472024-10-18T20:56:53.025Z++ (( i++ ))
15482024-10-18T20:56:53.025Z++ (( i < 5 ))
15492024-10-18T20:56:53.025Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15502024-10-18T20:56:53.027Z++ (( i++ ))
15512024-10-18T20:56:53.027Z++ (( i < 5 ))
15522024-10-18T20:56:53.028Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15532024-10-18T20:56:53.030Z++ (( i++ ))
15542024-10-18T20:56:53.030Z++ (( i < 5 ))
15552024-10-18T20:56:53.033Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15562024-10-18T20:56:53.035Z++ (( i++ ))
15572024-10-18T20:56:53.035Z++ (( i < 5 ))
15582024-10-18T20:56:53.035Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15592024-10-18T20:56:53.035Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15602024-10-18T20:56:53.035Z+ rc=0
15612024-10-18T20:56:53.035Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15622024-10-18T20:57:18.166Z+ case $rc in
15632024-10-18T20:57:18.166Z+ pfexec zfs create -p rpool/images/build/host
15642024-10-18T20:57:18.328Z+ pfexec zfs create -p rpool/images/build/recovery
15652024-10-18T20:57:18.387Z+ cargo xtask releng --output-dir /work
15662024-10-18T20:57:18.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
15672024-10-18T20:57:18.957Z Running `target/debug/xtask releng --output-dir /work`
15682024-10-18T20:57:19.875Z Compiling proc-macro2 v1.0.87
15692024-10-18T20:57:19.875Z Compiling unicode-ident v1.0.13
15702024-10-18T20:57:19.877Z Compiling libc v0.2.161
15712024-10-18T20:57:19.877Z Compiling serde v1.0.210
15722024-10-18T20:57:19.877Z Compiling autocfg v1.4.0
15732024-10-18T20:57:19.877Z Compiling version_check v0.9.5
15742024-10-18T20:57:19.877Z Compiling cfg-if v1.0.0
15752024-10-18T20:57:20.102Z Compiling typenum v1.17.0
15762024-10-18T20:57:20.147Z Compiling shlex v1.3.0
15772024-10-18T20:57:20.169Z Compiling memchr v2.7.4
15782024-10-18T20:57:20.539Z Compiling parking_lot_core v0.9.10
15792024-10-18T20:57:20.845Z Compiling generic-array v0.14.7
15802024-10-18T20:57:20.922Z Compiling lock_api v0.4.12
15812024-10-18T20:57:21.037Z Compiling serde_json v1.0.128
15822024-10-18T20:57:21.139Z Compiling libm v0.2.8
15832024-10-18T20:57:21.284Z Compiling value-bag v1.9.0
15842024-10-18T20:57:21.400Z Compiling slab v0.4.9
15852024-10-18T20:57:21.490Z Compiling num-traits v0.2.19
15862024-10-18T20:57:21.568Z Compiling quote v1.0.37
15872024-10-18T20:57:21.728Z Compiling log v0.4.22
15882024-10-18T20:57:21.806Z Compiling once_cell v1.20.2
15892024-10-18T20:57:22.202Z Compiling syn v2.0.79
15902024-10-18T20:57:22.224Z Compiling getrandom v0.2.15
15912024-10-18T20:57:22.270Z Compiling jobserver v0.1.32
15922024-10-18T20:57:22.517Z Compiling thiserror v1.0.64
15932024-10-18T20:57:22.554Z Compiling itoa v1.0.11
15942024-10-18T20:57:22.725Z Compiling cc v1.1.30
15952024-10-18T20:57:22.784Z Compiling scopeguard v1.2.0
15962024-10-18T20:57:23.008Z Compiling rand_core v0.6.4
15972024-10-18T20:57:23.043Z Compiling byteorder v1.5.0
15982024-10-18T20:57:23.626Z Compiling subtle v2.6.1
15992024-10-18T20:57:24.098Z Compiling semver v1.0.23
16002024-10-18T20:57:24.141Z Compiling pin-project-lite v0.2.14
16012024-10-18T20:57:24.260Z Compiling smallvec v1.13.2
16022024-10-18T20:57:24.496Z Compiling httparse v1.9.5
16032024-10-18T20:57:24.499Z Compiling const-oid v0.9.6
16042024-10-18T20:57:24.643Z Compiling ryu v1.0.18
16052024-10-18T20:57:24.764Z Compiling heck v0.5.0
16062024-10-18T20:57:24.999Z Compiling pkg-config v0.3.31
16072024-10-18T20:57:25.209Z Compiling allocator-api2 v0.2.18
16082024-10-18T20:57:25.228Z Compiling futures-core v0.3.31
16092024-10-18T20:57:25.523Z Compiling signal-hook-registry v1.4.2
16102024-10-18T20:57:26.002Z Compiling parking_lot v0.12.3
16112024-10-18T20:57:26.062Z Compiling mio v1.0.2
16122024-10-18T20:57:26.216Z Compiling ring v0.17.8
16132024-10-18T20:57:27.085Z Compiling socket2 v0.5.7
16142024-10-18T20:57:27.333Z Compiling crossbeam-utils v0.8.20
16152024-10-18T20:57:27.448Z Compiling vcpkg v0.2.15
16162024-10-18T20:57:27.587Z Compiling time-core v0.1.2
16172024-10-18T20:57:27.762Z Compiling futures-sink v0.3.31
16182024-10-18T20:57:27.891Z Compiling fnv v1.0.7
16192024-10-18T20:57:27.913Z Compiling num-conv v0.1.0
16202024-10-18T20:57:28.192Z Compiling time-macros v0.2.18
16212024-10-18T20:57:28.309Z Compiling ahash v0.8.11
16222024-10-18T20:57:28.457Z Compiling schemars v0.8.21
16232024-10-18T20:57:28.728Z Compiling spin v0.9.8
16242024-10-18T20:57:29.200Z Compiling openssl-sys v0.9.103
16252024-10-18T20:57:29.558Z Compiling equivalent v1.0.1
16262024-10-18T20:57:29.690Z Compiling serde_derive_internals v0.29.1
16272024-10-18T20:57:29.692Z Compiling rustix v0.38.37
16282024-10-18T20:57:29.813Z Compiling foldhash v0.1.3
16292024-10-18T20:57:30.277Z Compiling cpufeatures v0.2.14
16302024-10-18T20:57:30.540Z Compiling hashbrown v0.15.0
16312024-10-18T20:57:31.513Z Compiling futures-channel v0.3.31
16322024-10-18T20:57:31.986Z Compiling futures-task v0.3.31
16332024-10-18T20:57:32.038Z Compiling futures-io v0.3.31
16342024-10-18T20:57:32.041Z Compiling pin-utils v0.1.0
16352024-10-18T20:57:32.083Z Compiling slog v2.7.0
16362024-10-18T20:57:32.323Z Compiling tinyvec_macros v0.1.1
16372024-10-18T20:57:32.461Z Compiling tinyvec v1.8.0
16382024-10-18T20:57:32.614Z Compiling ucd-trie v0.1.7
16392024-10-18T20:57:32.727Z Compiling openssl v0.10.66
16402024-10-18T20:57:33.070Z Compiling unicode-bidi v0.3.17
16412024-10-18T20:57:33.108Z Compiling iana-time-zone v0.1.61
16422024-10-18T20:57:33.137Z Compiling tracing-core v0.1.32
16432024-10-18T20:57:33.171Z Compiling native-tls v0.2.12
16442024-10-18T20:57:33.233Z Compiling rustls v0.23.14
16452024-10-18T20:57:33.784Z Compiling base64ct v1.6.0
16462024-10-18T20:57:34.090Z Compiling unicode-normalization v0.1.24
16472024-10-18T20:57:34.382Z Compiling pem-rfc7468 v0.7.0
16482024-10-18T20:57:35.335Z Compiling serde_derive v1.0.210
16492024-10-18T20:57:35.420Z Compiling zeroize_derive v1.4.2
16502024-10-18T20:57:35.623Z Compiling zerocopy-derive v0.7.35
16512024-10-18T20:57:35.759Z Compiling tokio-macros v2.4.0
16522024-10-18T20:57:35.976Z Compiling thiserror-impl v1.0.64
16532024-10-18T20:57:36.017Z Compiling futures-macro v0.3.31
16542024-10-18T20:57:36.894Z Compiling zeroize v1.8.1
16552024-10-18T20:57:37.618Z Compiling zerocopy v0.7.35
16562024-10-18T20:57:37.858Z Compiling tracing-attributes v0.1.27
16572024-10-18T20:57:38.910Z Compiling crypto-common v0.1.6
16582024-10-18T20:57:38.949Z Compiling block-buffer v0.10.4
16592024-10-18T20:57:39.156Z Compiling digest v0.10.7
16602024-10-18T20:57:39.176Z Compiling der_derive v0.7.3
16612024-10-18T20:57:39.620Z Compiling schemars_derive v0.8.21
16622024-10-18T20:57:40.075Z Compiling futures-util v0.3.31
16632024-10-18T20:57:40.732Z Compiling hmac v0.12.1
16642024-10-18T20:57:40.979Z Compiling scroll_derive v0.12.0
16652024-10-18T20:57:41.002Z Compiling block-padding v0.3.3
16662024-10-18T20:57:41.078Z Compiling pest v2.7.14
16672024-10-18T20:57:41.409Z Compiling inout v0.1.3
16682024-10-18T20:57:41.666Z Compiling openssl-macros v0.1.1
16692024-10-18T20:57:42.386Z Compiling cipher v0.4.4
16702024-10-18T20:57:42.433Z Compiling tracing v0.1.40
16712024-10-18T20:57:42.781Z Compiling sha2 v0.10.8
16722024-10-18T20:57:42.845Z Compiling ppv-lite86 v0.2.20
16732024-10-18T20:57:43.789Z Compiling pest_meta v2.7.14
16742024-10-18T20:57:43.986Z Compiling async-trait v0.1.83
16752024-10-18T20:57:44.295Z Compiling usdt-impl v0.5.0
16762024-10-18T20:57:44.777Z Compiling cookie v0.18.1
16772024-10-18T20:57:45.118Z Compiling flagset v0.4.6
16782024-10-18T20:57:45.361Z Compiling pest_generator v2.7.14
16792024-10-18T20:57:46.545Z Compiling percent-encoding v2.3.1
16802024-10-18T20:57:47.138Z Compiling syn v1.0.109
16812024-10-18T20:57:47.301Z Compiling dyn-clone v1.0.17
16822024-10-18T20:57:47.519Z Compiling der v0.7.9
16832024-10-18T20:57:47.802Z Compiling rand_chacha v0.3.1
16842024-10-18T20:57:47.982Z Compiling scroll v0.12.0
16852024-10-18T20:57:48.038Z Compiling pest_derive v2.7.14
16862024-10-18T20:57:48.675Z Compiling aho-corasick v1.1.3
16872024-10-18T20:57:48.864Z Compiling camino v1.1.9
16882024-10-18T20:57:48.950Z Compiling plain v0.2.3
16892024-10-18T20:57:49.149Z Compiling bytes v1.7.2
16902024-10-18T20:57:49.510Z Compiling indexmap v2.6.0
16912024-10-18T20:57:49.585Z Compiling serde_tokenstream v0.2.2
16922024-10-18T20:57:50.348Z Compiling bitflags v2.6.0
16932024-10-18T20:57:50.818Z Compiling tokio v1.40.0
16942024-10-18T20:57:51.033Z Compiling http v1.1.0
16952024-10-18T20:57:51.123Z Compiling rustc_version v0.4.1
16962024-10-18T20:57:52.276Z Compiling uuid v1.10.0
16972024-10-18T20:57:52.441Z Compiling chrono v0.4.38
16982024-10-18T20:57:53.517Z Compiling rustls-pki-types v1.9.0
16992024-10-18T20:57:53.920Z Compiling regex-syntax v0.8.5
17002024-10-18T20:57:54.743Z Compiling rayon-core v1.12.1
17012024-10-18T20:57:57.695Z Compiling spki v0.7.3
17022024-10-18T20:57:57.770Z Compiling goblin v0.8.2
17032024-10-18T20:57:58.158Z Compiling regex-automata v0.4.8
17042024-10-18T20:57:58.957Z Compiling rand v0.8.5
17052024-10-18T20:58:00.686Z Compiling tokio-util v0.7.12
17062024-10-18T20:58:00.772Z Compiling salsa20 v0.10.2
17072024-10-18T20:58:01.000Z Compiling pbkdf2 v0.12.2
17082024-10-18T20:58:03.479Z Compiling untrusted v0.9.0
17092024-10-18T20:58:03.715Z Compiling try-lock v0.2.5
17102024-10-18T20:58:03.924Z Compiling powerfmt v0.2.0
17112024-10-18T20:58:04.338Z Compiling rustls v0.22.4
17122024-10-18T20:58:04.702Z Compiling pretty-hex v0.4.1
17132024-10-18T20:58:04.945Z Compiling dof v0.3.0
17142024-10-18T20:58:05.748Z Compiling deranged v0.3.11
17152024-10-18T20:58:06.904Z Compiling want v0.3.1
17162024-10-18T20:58:08.916Z Compiling scrypt v0.11.0
17172024-10-18T20:58:08.956Z Compiling dtrace-parser v0.2.0
17182024-10-18T20:58:09.362Z Compiling form_urlencoded v1.2.1
17192024-10-18T20:58:09.715Z Compiling cbc v0.1.2
17202024-10-18T20:58:09.882Z Compiling aes v0.8.4
17212024-10-18T20:58:09.956Z Compiling errno v0.3.9
17222024-10-18T20:58:09.998Z Compiling thread-id v4.2.2
17232024-10-18T20:58:10.111Z Compiling atomic-waker v1.1.2
17242024-10-18T20:58:10.285Z Compiling httpdate v1.0.3
17252024-10-18T20:58:10.384Z Compiling num_threads v0.1.7
17262024-10-18T20:58:10.716Z Compiling time v0.3.36
17272024-10-18T20:58:11.088Z Compiling pkcs5 v0.7.1
17282024-10-18T20:58:14.126Z Compiling rustls-webpki v0.102.8
17292024-10-18T20:58:14.275Z Compiling http-body v1.0.1
17302024-10-18T20:58:14.633Z Compiling heapless v0.7.17
17312024-10-18T20:58:15.307Z Compiling zerocopy-derive v0.6.6
17322024-10-18T20:58:15.624Z Compiling multer v3.1.0
17332024-10-18T20:58:15.739Z Compiling tower-service v0.3.3
17342024-10-18T20:58:15.907Z Compiling anyhow v1.0.89
17352024-10-18T20:58:16.096Z Compiling signal-hook v0.3.17
17362024-10-18T20:58:16.304Z Compiling num-bigint-dig v0.8.4
17372024-10-18T20:58:16.445Z Compiling slog-async v2.8.0
17382024-10-18T20:58:16.952Z Compiling pkcs8 v0.10.2
17392024-10-18T20:58:17.063Z Compiling h2 v0.4.6
17402024-10-18T20:58:17.528Z Compiling regex v1.11.0
17412024-10-18T20:58:18.621Z Compiling idna v0.5.0
17422024-10-18T20:58:18.915Z Compiling strsim v0.11.1
17432024-10-18T20:58:19.728Z Compiling rustversion v1.0.17
17442024-10-18T20:58:19.757Z Compiling paste v1.0.15
17452024-10-18T20:58:19.789Z Compiling base64 v0.22.1
17462024-10-18T20:58:20.731Z Compiling url v2.5.2
17472024-10-18T20:58:23.124Z Compiling usdt-macro v0.5.0
17482024-10-18T20:58:23.324Z Compiling usdt-attr-macro v0.5.0
17492024-10-18T20:58:24.614Z Compiling hyper v1.4.1
17502024-10-18T20:58:25.683Z Compiling curve25519-dalek v4.1.3
17512024-10-18T20:58:26.187Z Compiling openapiv3 v2.0.0
17522024-10-18T20:58:26.407Z Compiling serde_spanned v0.6.8
17532024-10-18T20:58:26.715Z Compiling toml_datetime v0.6.8
17542024-10-18T20:58:27.838Z Compiling async-stream-impl v0.3.6
17552024-10-18T20:58:28.070Z Compiling enum-as-inner v0.6.1
17562024-10-18T20:58:28.837Z Compiling dropshot v0.12.0
17572024-10-18T20:58:29.295Z Compiling smoltcp v0.9.1
17582024-10-18T20:58:29.959Z Compiling foreign-types-shared v0.1.1
17592024-10-18T20:58:30.066Z Compiling portable-atomic v1.9.0
17602024-10-18T20:58:30.102Z Compiling match_cfg v0.1.0
17612024-10-18T20:58:30.227Z Compiling hostname v0.3.1
17622024-10-18T20:58:30.461Z Compiling foreign-types v0.3.2
17632024-10-18T20:58:30.624Z Compiling hyper-util v0.1.9
17642024-10-18T20:58:34.568Z Compiling clap_derive v4.5.18
17652024-10-18T20:58:35.198Z Compiling dirs-sys-next v0.1.2
17662024-10-18T20:58:35.686Z Compiling encoding_rs v0.8.34
17672024-10-18T20:58:35.726Z Compiling siphasher v0.3.11
17682024-10-18T20:58:36.135Z Compiling adler2 v2.0.0
17692024-10-18T20:58:36.458Z Compiling mime v0.3.17
17702024-10-18T20:58:37.604Z Compiling data-encoding v2.6.0
17712024-10-18T20:58:39.184Z Compiling ipnet v2.10.1
17722024-10-18T20:58:39.504Z Compiling miniz_oxide v0.8.0
17732024-10-18T20:58:43.696Z Compiling dirs-next v2.0.0
17742024-10-18T20:58:47.201Z Compiling http-body-util v0.1.2
17752024-10-18T20:58:47.511Z Compiling hubpack_derive v0.1.1
17762024-10-18T20:58:47.691Z Compiling serde_urlencoded v0.7.1
17772024-10-18T20:58:47.921Z Compiling crossbeam-epoch v0.9.18
17782024-10-18T20:58:48.268Z Compiling dropshot_endpoint v0.12.0
17792024-10-18T20:58:48.372Z Compiling hashbrown v0.14.5
17802024-10-18T20:58:48.654Z Compiling signature v2.2.0
17812024-10-18T20:58:48.725Z Compiling sha1 v0.10.6
17822024-10-18T20:58:48.975Z Compiling curve25519-dalek-derive v0.1.1
17832024-10-18T20:58:49.186Z Compiling lazy_static v1.5.0
17842024-10-18T20:58:49.245Z Compiling thread_local v1.1.8
17852024-10-18T20:58:49.349Z Compiling fs-err v2.11.0
17862024-10-18T20:58:49.840Z Compiling unicode-properties v0.1.3
17872024-10-18T20:58:50.039Z Compiling gimli v0.31.1
17882024-10-18T20:58:50.303Z Compiling winnow v0.6.20
17892024-10-18T20:58:50.576Z Compiling utf8parse v0.2.2
17902024-10-18T20:58:50.793Z Compiling either v1.13.0
17912024-10-18T20:58:50.946Z Compiling openssl-probe v0.1.5
17922024-10-18T20:58:51.327Z Compiling anstyle v1.0.8
17932024-10-18T20:58:52.529Z Compiling anstyle-parse v0.2.5
17942024-10-18T20:58:52.802Z Compiling stringprep v0.1.5
17952024-10-18T20:58:53.063Z Compiling regress v0.10.1
17962024-10-18T20:58:53.835Z Compiling crossbeam-deque v0.8.5
17972024-10-18T20:58:54.215Z Compiling toml_edit v0.22.22
17982024-10-18T20:58:55.415Z Compiling addr2line v0.24.2
17992024-10-18T20:58:56.334Z Compiling term v0.7.0
18002024-10-18T20:58:58.115Z Compiling slog-json v2.6.1
18012024-10-18T20:58:59.210Z Compiling crossbeam-channel v0.5.13
18022024-10-18T20:58:59.444Z Compiling rustls-pemfile v2.2.0
18032024-10-18T20:59:00.840Z Compiling futures-executor v0.3.31
18042024-10-18T20:59:00.938Z Compiling md-5 v0.10.6
18052024-10-18T20:59:01.221Z Compiling idna v0.3.0
18062024-10-18T20:59:01.321Z Compiling idna v0.4.0
18072024-10-18T20:59:01.871Z Compiling num-integer v0.1.46
18082024-10-18T20:59:02.730Z Compiling ff v0.13.0
18092024-10-18T20:59:02.841Z Compiling hash32 v0.2.1
18102024-10-18T20:59:03.019Z Compiling memmap v0.7.0
18112024-10-18T20:59:03.061Z Compiling is-terminal v0.4.13
18122024-10-18T20:59:03.227Z Compiling object v0.36.5
18132024-10-18T20:59:03.282Z Compiling anstyle-query v1.1.1
18142024-10-18T20:59:03.361Z Compiling stable_deref_trait v1.2.0
18152024-10-18T20:59:03.514Z Compiling linked-hash-map v0.5.6
18162024-10-18T20:59:03.549Z Compiling colorchoice v1.0.2
18172024-10-18T20:59:03.725Z Compiling take_mut v0.2.2
18182024-10-18T20:59:03.770Z Compiling heck v0.4.1
18192024-10-18T20:59:03.926Z Compiling psl-types v2.0.11
18202024-10-18T20:59:04.013Z Compiling is_terminal_polyfill v1.70.1
18212024-10-18T20:59:04.143Z Compiling base16ct v0.2.0
18222024-10-18T20:59:04.190Z Compiling rustc-demangle v0.1.24
18232024-10-18T20:59:04.211Z Compiling utf-8 v0.7.6
18242024-10-18T20:59:04.492Z Compiling fallible-iterator v0.2.0
18252024-10-18T20:59:05.068Z Compiling quick-error v1.2.3
18262024-10-18T20:59:05.268Z Compiling resolv-conf v0.7.0
18272024-10-18T20:59:05.325Z Compiling postgres-protocol v0.6.7
18282024-10-18T20:59:05.995Z Compiling tungstenite v0.24.0
18292024-10-18T20:59:06.361Z Compiling sec1 v0.7.3
18302024-10-18T20:59:06.702Z Compiling strum_macros v0.25.3
18312024-10-18T20:59:06.739Z Compiling publicsuffix v2.2.3
18322024-10-18T20:59:06.931Z Compiling anstream v0.6.15
18332024-10-18T20:59:07.004Z Compiling lru-cache v0.1.2
18342024-10-18T20:59:08.003Z Compiling usdt v0.5.0
18352024-10-18T20:59:08.246Z Compiling slog-term v2.9.1
18362024-10-18T20:59:08.482Z Compiling group v0.13.0
18372024-10-18T20:59:08.794Z Compiling num-iter v0.1.45
18382024-10-18T20:59:08.993Z Compiling hickory-proto v0.24.1
18392024-10-18T20:59:09.338Z Compiling futures v0.3.31
18402024-10-18T20:59:10.430Z Compiling tokio-rustls v0.26.0
18412024-10-18T20:59:10.897Z Compiling backtrace v0.3.74
18422024-10-18T20:59:12.160Z Compiling tokio-rustls v0.25.0
18432024-10-18T20:59:12.573Z Compiling slog-bunyan v2.5.0
18442024-10-18T20:59:12.645Z Compiling toml v0.8.19
18452024-10-18T20:59:12.791Z Compiling typify-impl v0.2.0
18462024-10-18T20:59:13.037Z Compiling tokio-native-tls v0.3.1
18472024-10-18T20:59:13.329Z Compiling terminal_size v0.4.0
18482024-10-18T20:59:13.583Z Compiling phf_shared v0.11.2
18492024-10-18T20:59:13.923Z Compiling async-stream v0.3.6
18502024-10-18T20:59:14.127Z Compiling waitgroup v0.1.2
18512024-10-18T20:59:14.288Z Compiling webpki-roots v0.26.6
18522024-10-18T20:59:14.340Z Compiling serde_path_to_error v0.1.16
18532024-10-18T20:59:14.587Z Compiling hkdf v0.12.4
18542024-10-18T20:59:14.700Z Compiling crypto-bigint v0.5.5
18552024-10-18T20:59:14.822Z Compiling serde_repr v0.1.19
18562024-10-18T20:59:15.154Z Compiling derive-where v1.2.7
18572024-10-18T20:59:17.930Z Compiling hostname v0.4.0
18582024-10-18T20:59:18.157Z Compiling debug-ignore v1.0.5
18592024-10-18T20:59:18.250Z Compiling unicode-width v0.1.14
18602024-10-18T20:59:18.293Z Compiling managed v0.8.0
18612024-10-18T20:59:18.749Z Compiling winnow v0.5.40
18622024-10-18T20:59:18.836Z Compiling clap_lex v0.7.2
18632024-10-18T20:59:19.177Z Compiling bitflags v1.3.2
18642024-10-18T20:59:19.284Z Compiling clap_builder v4.5.20
18652024-10-18T20:59:19.642Z Compiling console v0.15.8
18662024-10-18T20:59:20.948Z Compiling elliptic-curve v0.13.8
18672024-10-18T20:59:21.815Z Compiling hyper-rustls v0.27.3
18682024-10-18T20:59:22.379Z Compiling toml_edit v0.19.15
18692024-10-18T20:59:22.510Z Compiling hickory-resolver v0.24.1
18702024-10-18T20:59:24.662Z Compiling typify-macro v0.2.0
18712024-10-18T20:59:27.741Z Compiling phf v0.11.2
18722024-10-18T20:59:28.053Z Compiling hyper-tls v0.6.0
18732024-10-18T20:59:28.143Z Compiling signal-hook-mio v0.2.4
18742024-10-18T20:59:28.313Z Compiling rayon v1.10.0
18752024-10-18T20:59:28.448Z Compiling cookie_store v0.21.0
18762024-10-18T20:59:28.485Z Compiling tokio-tungstenite v0.24.0
18772024-10-18T20:59:29.050Z Compiling postgres-types v0.2.8
18782024-10-18T20:59:29.161Z Compiling ed25519 v2.2.3
18792024-10-18T20:59:29.229Z Compiling hubpack v0.1.2
18802024-10-18T20:59:29.385Z Compiling phf_shared v0.10.0
18812024-10-18T20:59:29.753Z Compiling zerocopy v0.6.6
18822024-10-18T20:59:29.792Z Compiling pkcs1 v0.7.5
18832024-10-18T20:59:30.650Z Compiling bstr v1.10.0
18842024-10-18T20:59:30.720Z Compiling tokio-stream v0.1.16
18852024-10-18T20:59:30.793Z Compiling serde-big-array v0.5.1
18862024-10-18T20:59:31.035Z Compiling rfc6979 v0.4.0
18872024-10-18T20:59:31.233Z Compiling float-cmp v0.9.0
18882024-10-18T20:59:31.460Z Compiling sync_wrapper v1.0.1
18892024-10-18T20:59:31.564Z Compiling crc32fast v1.4.2
18902024-10-18T20:59:31.600Z Compiling fixedbitset v0.4.2
18912024-10-18T20:59:31.628Z Compiling normalize-line-endings v0.3.0
18922024-10-18T20:59:31.721Z Compiling number_prefix v0.4.0
18932024-10-18T20:59:31.752Z Compiling difflib v0.4.0
18942024-10-18T20:59:31.954Z Compiling minimal-lexical v0.2.1
18952024-10-18T20:59:32.044Z Compiling unicode-segmentation v1.12.0
18962024-10-18T20:59:32.302Z Compiling whoami v1.5.2
18972024-10-18T20:59:32.414Z Compiling bit-vec v0.6.3
18982024-10-18T20:59:32.858Z Compiling precomputed-hash v0.1.1
18992024-10-18T20:59:32.892Z Compiling static_assertions v1.1.0
19002024-10-18T20:59:32.931Z Compiling new_debug_unreachable v1.0.6
19012024-10-18T20:59:33.002Z Compiling predicates-core v1.0.8
19022024-10-18T20:59:33.020Z Compiling string_cache v0.8.7
19032024-10-18T20:59:33.450Z Compiling predicates v3.1.2
19042024-10-18T20:59:34.115Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19052024-10-18T20:59:34.482Z Compiling bit-set v0.5.3
19062024-10-18T20:59:34.754Z Compiling similar v2.6.0
19072024-10-18T20:59:34.970Z Compiling tokio-postgres v0.7.12
19082024-10-18T20:59:36.709Z Compiling indicatif v0.17.8
19092024-10-18T20:59:38.048Z Compiling nom v7.1.3
19102024-10-18T20:59:38.488Z Compiling petgraph v0.6.5
19112024-10-18T20:59:39.015Z Compiling flate2 v1.0.34
19122024-10-18T20:59:39.903Z Compiling qorb v0.1.1
19132024-10-18T20:59:40.177Z Compiling reqwest v0.12.8
19142024-10-18T20:59:40.821Z Compiling ecdsa v0.16.9
19152024-10-18T20:59:42.380Z Compiling rsa v0.9.6
19162024-10-18T20:59:43.060Z Compiling ed25519-dalek v2.1.1
19172024-10-18T20:59:43.640Z Compiling crossterm v0.28.1
19182024-10-18T20:59:43.794Z Compiling toml v0.7.8
19192024-10-18T20:59:44.032Z Compiling clap v4.5.20
19202024-10-18T20:59:44.382Z Compiling itertools v0.12.1
19212024-10-18T20:59:45.077Z Compiling itertools v0.10.5
19222024-10-18T20:59:47.755Z Compiling x509-cert v0.2.5
19232024-10-18T20:59:47.941Z Compiling hex v0.4.3
19242024-10-18T20:59:50.380Z Compiling peg-runtime v0.8.3
19252024-10-18T20:59:50.776Z Compiling radium v0.7.0
19262024-10-18T20:59:51.143Z Compiling lalrpop-util v0.19.12
19272024-10-18T20:59:52.013Z Compiling unicode-xid v0.2.6
19282024-10-18T20:59:52.195Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19292024-10-18T20:59:59.131Z Compiling maybe-uninit v2.0.0
19302024-10-18T20:59:59.620Z Compiling ident_case v1.0.1
19312024-10-18T21:00:00.351Z Compiling tap v1.0.1
19322024-10-18T21:00:00.545Z Compiling wyz v0.5.1
19332024-10-18T21:00:05.216Z Compiling darling_core v0.20.10
19342024-10-18T21:00:19.280Z Compiling typify v0.2.0
19352024-10-18T21:00:23.618Z Compiling http v0.2.12
19362024-10-18T21:00:24.274Z Compiling bzip2-sys v0.1.11+1.0.8
19372024-10-18T21:00:25.230Z Compiling base64 v0.21.7
19382024-10-18T21:00:26.301Z Compiling unsafe-libyaml v0.2.11
19392024-10-18T21:00:26.583Z Compiling packed_struct v0.10.1
19402024-10-18T21:00:27.015Z Compiling funty v2.0.0
19412024-10-18T21:00:28.098Z Compiling serde_yaml v0.9.34+deprecated
19422024-10-18T21:00:28.225Z Compiling bitvec v1.0.1
19432024-10-18T21:00:35.690Z Compiling progenitor-impl v0.8.0
19442024-10-18T21:00:38.156Z Compiling darling_macro v0.20.10
19452024-10-18T21:00:40.666Z Compiling packed_struct_codegen v0.10.1
19462024-10-18T21:00:42.299Z Compiling structmeta-derive v0.3.0
19472024-10-18T21:00:43.485Z Compiling indexmap v1.9.3
19482024-10-18T21:00:43.841Z Compiling crc-catalog v2.4.0
19492024-10-18T21:00:44.165Z Compiling nodrop v0.1.14
19502024-10-18T21:00:44.309Z Compiling newtype-uuid v1.1.2
19512024-10-18T21:00:44.574Z Compiling fastrand v2.1.1
19522024-10-18T21:00:44.964Z Compiling structmeta v0.3.0
19532024-10-18T21:00:45.355Z Compiling tempfile v3.13.0
19542024-10-18T21:00:46.104Z Compiling array-init v0.0.4
19552024-10-18T21:00:47.381Z Compiling crc v3.2.1
19562024-10-18T21:00:48.029Z Compiling progenitor-macro v0.8.0
19572024-10-18T21:00:51.923Z Compiling smallvec v0.6.14
19582024-10-18T21:00:52.109Z Compiling darling v0.20.10
19592024-10-18T21:00:55.660Z Compiling http-body v0.4.6
19602024-10-18T21:00:56.206Z Compiling h2 v0.3.26
19612024-10-18T21:00:56.666Z Compiling progenitor-client v0.8.0
19622024-10-18T21:01:03.112Z Compiling pin-project-internal v1.1.6
19632024-10-18T21:01:03.737Z Compiling termcolor v1.4.1
19642024-10-18T21:01:05.460Z Compiling hashbrown v0.12.3
19652024-10-18T21:01:05.950Z Compiling same-file v1.0.6
19662024-10-18T21:01:06.810Z Compiling bitfield v0.14.0
19672024-10-18T21:01:07.448Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19682024-10-18T21:01:14.764Z Compiling walkdir v2.5.0
19692024-10-18T21:01:15.142Z Compiling pin-project v1.1.6
19702024-10-18T21:01:16.159Z Compiling env_logger v0.10.2
19712024-10-18T21:01:16.212Z Compiling hyper v0.14.30
19722024-10-18T21:01:19.452Z Compiling progenitor v0.8.0
19732024-10-18T21:01:21.829Z Compiling serde-hex v0.1.0
19742024-10-18T21:01:26.402Z Compiling serde_with_macros v3.11.0
19752024-10-18T21:01:27.005Z Compiling bzip2 v0.4.4
19762024-10-18T21:01:27.470Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19772024-10-18T21:01:28.173Z Compiling parse-display-derive v0.10.0
19782024-10-18T21:01:28.305Z Compiling ron v0.8.1
19792024-10-18T21:01:29.877Z Compiling strum_macros v0.26.4
19802024-10-18T21:01:30.403Z Compiling ipnetwork v0.20.0
19812024-10-18T21:01:32.090Z Compiling hashbrown v0.13.2
19822024-10-18T21:01:32.156Z Compiling xattr v1.3.1
19832024-10-18T21:01:32.482Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19842024-10-18T21:01:33.019Z Compiling snafu-derive v0.8.5
19852024-10-18T21:01:33.236Z Compiling blake3 v1.5.4
19862024-10-18T21:01:33.505Z Compiling ring v0.16.20
19872024-10-18T21:01:33.883Z Compiling filetime v0.2.25
19882024-10-18T21:01:34.075Z Compiling instant v0.1.13
19892024-10-18T21:01:34.261Z Compiling crc-any v2.5.0
19902024-10-18T21:01:34.366Z Compiling buf-list v1.0.3
19912024-10-18T21:01:34.521Z Compiling sync_wrapper v0.1.2
19922024-10-18T21:01:34.662Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19932024-10-18T21:01:34.743Z Compiling reqwest v0.11.27
19942024-10-18T21:01:35.166Z Compiling strum v0.26.3
19952024-10-18T21:01:35.186Z Compiling backoff v0.4.0
19962024-10-18T21:01:35.373Z Compiling tar v0.4.42
19972024-10-18T21:01:36.194Z Compiling object v0.30.4
19982024-10-18T21:01:37.774Z Compiling snafu v0.8.5
19992024-10-18T21:01:39.034Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20002024-10-18T21:01:39.260Z Compiling parse-display v0.10.0
20012024-10-18T21:01:40.687Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20022024-10-18T21:01:40.845Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20032024-10-18T21:01:41.138Z Compiling serde_with v3.11.0
20042024-10-18T21:01:42.524Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20052024-10-18T21:01:43.042Z Compiling zip v0.6.6
20062024-10-18T21:01:44.431Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20072024-10-18T21:01:45.172Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20082024-10-18T21:01:45.461Z Compiling camino-tempfile v1.1.1
20092024-10-18T21:01:45.704Z Compiling globset v0.4.15
20102024-10-18T21:01:46.221Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20112024-10-18T21:01:46.410Z Compiling regress v0.9.1
20122024-10-18T21:01:48.990Z Compiling pem v3.0.4
20132024-10-18T21:01:49.925Z Compiling olpc-cjson v0.1.4
20142024-10-18T21:01:50.248Z Compiling serde_plain v1.0.2
20152024-10-18T21:01:50.480Z Compiling macaddr v1.0.1
20162024-10-18T21:01:50.759Z Compiling async-recursion v1.1.1
20172024-10-18T21:01:51.114Z Compiling memmap2 v0.9.5
20182024-10-18T21:01:51.700Z Compiling untrusted v0.7.1
20192024-10-18T21:01:51.911Z Compiling typed-path v0.7.1
20202024-10-18T21:01:52.140Z Compiling arrayref v0.3.9
20212024-10-18T21:01:52.258Z Compiling spin v0.5.2
20222024-10-18T21:01:52.277Z Compiling arrayvec v0.7.6
20232024-10-18T21:01:52.523Z Compiling path-slash v0.1.5
20242024-10-18T21:01:52.756Z Compiling constant_time_eq v0.3.1
20252024-10-18T21:01:52.785Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
20262024-10-18T21:01:53.624Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20272024-10-18T21:01:55.051Z Compiling tough v0.17.1
20282024-10-18T21:01:56.514Z Compiling itertools v0.13.0
20292024-10-18T21:01:58.515Z Compiling cargo-platform v0.1.8
20302024-10-18T21:01:59.615Z Compiling parse-size v1.0.0
20312024-10-18T21:01:59.914Z Compiling topological-sort v0.2.2
20322024-10-18T21:02:00.190Z Compiling omicron-zone-package v0.11.1
20332024-10-18T21:02:00.282Z Compiling cargo_metadata v0.18.1
20342024-10-18T21:02:00.453Z Compiling shell-words v1.1.0
20352024-10-18T21:02:06.206Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20362024-10-18T21:02:20.225Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20372024-10-18T21:02:35.364Z Finished `release` profile [optimized] target(s) in 5m 16s
20382024-10-18T21:02:35.523Z Running `target/release/omicron-releng --output-dir /work`
20392024-10-18T21:02:35.570ZOct 18 21:02:34.437 DEBG changing working directory to /work/oxidecomputer/omicron
20402024-10-18T21:02:35.662ZOct 18 21:02:34.534 DEBG running: git rev-parse HEAD
20412024-10-18T21:02:35.671ZOct 18 21:02:34.540 DEBG process exited with exit status: 0 (6.554692ms)
20422024-10-18T21:02:35.671ZOct 18 21:02:34.540 INFO version: 12.0.0-0.ci+gitc360e2b950b
20432024-10-18T21:02:35.709ZOct 18 21:02:34.580 INFO cloning helios to /work/oxidecomputer/helios
20442024-10-18T21:02:35.709ZOct 18 21:02:34.580 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20452024-10-18T21:02:35.714ZCloning into '/work/oxidecomputer/helios'...
20462024-10-18T21:02:36.211ZOct 18 21:02:35.082 DEBG process exited with exit status: 0 (501.623674ms)
20472024-10-18T21:02:36.211ZOct 18 21:02:35.082 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20482024-10-18T21:02:36.218Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20492024-10-18T21:02:36.218Z# branch.head master
20502024-10-18T21:02:36.218Z# branch.upstream origin/master
20512024-10-18T21:02:36.218Z# branch.ab +0 -0
20522024-10-18T21:02:36.221ZOct 18 21:02:35.090 DEBG process exited with exit status: 0 (7.991288ms)
20532024-10-18T21:02:36.221ZOct 18 21:02:35.090 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20542024-10-18T21:02:36.993ZOct 18 21:02:35.864 DEBG process exited with exit status: 0 (774.366286ms)
20552024-10-18T21:02:36.993ZOct 18 21:02:35.865 DEBG running: zfs list rpool/images/build/host
20562024-10-18T21:02:37.000ZNAME USED AVAIL REFER MOUNTPOINT
20572024-10-18T21:02:37.000Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20582024-10-18T21:02:37.003ZOct 18 21:02:35.872 DEBG process exited with exit status: 0 (7.297347ms)
20592024-10-18T21:02:37.003ZOct 18 21:02:35.872 DEBG running: zfs list rpool/images/build/recovery
20602024-10-18T21:02:37.006ZNAME USED AVAIL REFER MOUNTPOINT
20612024-10-18T21:02:37.006Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20622024-10-18T21:02:37.009ZOct 18 21:02:35.878 DEBG process exited with exit status: 0 (6.33881ms)
20632024-10-18T21:02:37.009ZOct 18 21:02:35.879 INFO [hubris-production] running task
20642024-10-18T21:02:37.009ZOct 18 21:02:35.879 INFO [hubris-staging] running task
20652024-10-18T21:02:37.009ZOct 18 21:02:35.879 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
20662024-10-18T21:02:37.012ZOct 18 21:02:35.884 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20672024-10-18T21:02:37.420Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20682024-10-18T21:02:37.619Z[ omicron-package] Blocking waiting for file lock on package cache
20692024-10-18T21:02:38.478Z[ omicron-package] Blocking waiting for file lock on package cache
20702024-10-18T21:02:38.757ZOct 18 21:02:37.628 INFO [hubris-production] task succeeded (1.748561334s)
20712024-10-18T21:02:39.276Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20722024-10-18T21:02:39.280Z[ omicron-package] Compiling heapless v0.8.0
20732024-10-18T21:02:39.280Z[ omicron-package] Compiling hash32 v0.3.1
20742024-10-18T21:02:39.280Z[ omicron-package] Compiling smoltcp v0.11.0
20752024-10-18T21:02:39.280Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20762024-10-18T21:02:39.280Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20772024-10-18T21:02:39.280Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20782024-10-18T21:02:39.280Z[ omicron-package] Compiling cobs v0.2.3
20792024-10-18T21:02:40.602Z[ omicron-package] Compiling postcard v1.0.10
20802024-10-18T21:02:40.923Z[ omicron-package] Compiling num_enum_derive v0.5.11
20812024-10-18T21:02:40.935Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20822024-10-18T21:02:41.220Z[ omicron-package] Compiling proc-macro-error v1.0.4
20832024-10-18T21:02:41.725Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20842024-10-18T21:02:41.796Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20852024-10-18T21:02:41.801Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20862024-10-18T21:02:42.607Z[ omicron-package] Compiling tabwriter v1.4.0
20872024-10-18T21:02:42.724Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20882024-10-18T21:02:42.853Z[ omicron-package] Compiling cstr-argument v0.1.2
20892024-10-18T21:02:43.099Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20902024-10-18T21:02:43.503Z[ omicron-package] Compiling pretty-hex v0.2.1
20912024-10-18T21:02:43.600Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20922024-10-18T21:02:44.030Z[ omicron-package] Compiling foreign-types v0.5.0
20932024-10-18T21:02:44.173Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20942024-10-18T21:02:44.201Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20952024-10-18T21:02:44.723Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20962024-10-18T21:02:44.939Z[ omicron-package] Compiling colored v2.1.0
20972024-10-18T21:02:44.998Z[ omicron-package] Compiling num_enum v0.5.11
20982024-10-18T21:02:45.027Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20992024-10-18T21:02:45.487Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21002024-10-18T21:02:45.581Z[ omicron-package] Compiling sigpipe v0.1.3
21012024-10-18T21:02:45.680Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21022024-10-18T21:02:45.796Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
21032024-10-18T21:02:45.812Z[ omicron-package] Compiling num-derive v0.4.2
21042024-10-18T21:02:45.965Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21052024-10-18T21:02:45.979Z[ omicron-package] Compiling libefi-sys v0.1.0
21062024-10-18T21:02:46.883Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21072024-10-18T21:02:47.027Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21082024-10-18T21:02:47.027Z[ omicron-package] Compiling smf v0.2.3
21092024-10-18T21:02:47.210Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21102024-10-18T21:02:47.786Z[ omicron-package] Compiling bitfield-struct v0.6.2
21112024-10-18T21:02:49.252ZOct 18 21:02:48.122 INFO [hubris-staging] task succeeded (12.242622102s)
21122024-10-18T21:02:49.304Z[ omicron-package] Compiling zone v0.3.0
21132024-10-18T21:02:50.517Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21142024-10-18T21:02:50.798Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21152024-10-18T21:02:51.312Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21162024-10-18T21:02:51.663Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21172024-10-18T21:02:52.359Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21182024-10-18T21:02:52.736Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21192024-10-18T21:02:53.033Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21202024-10-18T21:02:53.975Z[ omicron-package] Compiling gethostname v0.5.0
21212024-10-18T21:02:54.282Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21222024-10-18T21:02:56.933Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21232024-10-18T21:02:59.677Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21242024-10-18T21:03:00.247Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21252024-10-18T21:03:01.887Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21262024-10-18T21:03:18.624Z[ helios-setup] Oct 18 21:03:17.490 INFO helios repository root is: /work/oxidecomputer/helios
21272024-10-18T21:03:18.626Z[ helios-setup] Oct 18 21:03:17.493 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
21282024-10-18T21:03:18.627Z[ helios-setup] Oct 18 21:03:17.493 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
21292024-10-18T21:03:18.631Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
21302024-10-18T21:03:19.917Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
21312024-10-18T21:03:19.922Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
21322024-10-18T21:03:21.040Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.01s
21332024-10-18T21:03:21.264Z[ omicron-package]
21342024-10-18T21:03:21.264Z[ omicron-package] real 44.209835761
21352024-10-18T21:03:21.264Z[ omicron-package] user 2:38.415008485
21362024-10-18T21:03:21.267Z[ omicron-package] sys 20.526472532
21372024-10-18T21:03:21.267Z[ omicron-package] trap 0.161181375
21382024-10-18T21:03:21.267Z[ omicron-package] tflt 0.734631597
21392024-10-18T21:03:21.267Z[ omicron-package] dflt 0.624988231
21402024-10-18T21:03:21.267Z[ omicron-package] kflt 0.000068193
21412024-10-18T21:03:21.267Z[ omicron-package] lock 5:02.711025910
21422024-10-18T21:03:21.267Z[ omicron-package] slp 8:22.408392797
21432024-10-18T21:03:21.267Z[ omicron-package] lat 1:29.584432323
21442024-10-18T21:03:21.267Z[ omicron-package] stop 54.763389865
21452024-10-18T21:03:21.267ZOct 18 21:03:20.131 INFO [omicron-package] process exited with exit status: 0 (44.252103137s)
21462024-10-18T21:03:21.267ZOct 18 21:03:20.132 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
21472024-10-18T21:03:21.330ZOct 18 21:03:20.197 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21482024-10-18T21:03:21.341Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21492024-10-18T21:03:21.344Z[ host-target] Created new build target 'host' and set it as active
21502024-10-18T21:03:21.344ZOct 18 21:03:20.210 INFO [host-target] process exited with exit status: 0 (78.550152ms)
21512024-10-18T21:03:21.344ZOct 18 21:03:20.211 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21522024-10-18T21:03:21.349Z[ recovery-target] Created new build target 'recovery' and set it as active
21532024-10-18T21:03:21.351Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21542024-10-18T21:03:21.351ZOct 18 21:03:20.218 INFO [recovery-target] process exited with exit status: 0 (20.463027ms)
21552024-10-18T21:03:21.358Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21562024-10-18T21:03:22.592Z[ host-package] Compiling convert_case v0.4.0
21572024-10-18T21:03:22.593Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21582024-10-18T21:03:22.595Z[ host-package] Compiling password-hash v0.5.0
21592024-10-18T21:03:22.595Z[ host-package] Compiling blake2 v0.10.6
21602024-10-18T21:03:22.595Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21612024-10-18T21:03:22.595Z[ host-package] Compiling newline-converter v0.3.0
21622024-10-18T21:03:22.595Z[ host-package] Compiling cancel-safe-futures v0.1.5
21632024-10-18T21:03:22.752Z[ host-package] Compiling owo-colors v4.1.0
21642024-10-18T21:03:22.981Z[ host-package] Compiling expectorate v1.1.0
21652024-10-18T21:03:23.003Z[ host-package] Compiling libsw v3.3.1
21662024-10-18T21:03:23.249Z[ host-package] Compiling linear-map v1.2.0
21672024-10-18T21:03:23.363Z[ host-package] Compiling argon2 v0.5.3
21682024-10-18T21:03:23.505Z[ host-package] Compiling derive_more v0.99.18
21692024-10-18T21:03:23.679Z[ host-package] Compiling indent_write v2.2.0
21702024-10-18T21:03:23.926Z[ host-package] Compiling swrite v0.1.0
21712024-10-18T21:03:23.945Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21722024-10-18T21:03:23.985Z[ host-package] Compiling progenitor-client v0.8.0
21732024-10-18T21:03:24.091Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21742024-10-18T21:03:24.464Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21752024-10-18T21:03:24.622Z[ host-package] Compiling progenitor v0.8.0
21762024-10-18T21:03:24.676Z[ host-package] Compiling atomicwrites v0.4.4
21772024-10-18T21:03:24.894Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21782024-10-18T21:03:24.996Z[ host-package] Compiling num-rational v0.4.2
21792024-10-18T21:03:25.009Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
21802024-10-18T21:03:25.021Z[ helios-setup] Oct 18 21:03:23.887 INFO clone ok!, project: amd-host-image-builder
21812024-10-18T21:03:25.023Z[ helios-setup] Oct 18 21:03:23.888 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
21822024-10-18T21:03:25.023Z[ helios-setup] Oct 18 21:03:23.888 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21832024-10-18T21:03:25.026Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
21842024-10-18T21:03:25.225Z[ host-package] Compiling num-complex v0.4.6
21852024-10-18T21:03:25.725Z[ helios-setup] Oct 18 21:03:24.591 INFO clone ok!, project: bootserver
21862024-10-18T21:03:25.727Z[ helios-setup] Oct 18 21:03:24.591 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
21872024-10-18T21:03:25.727Z[ helios-setup] Oct 18 21:03:24.591 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
21882024-10-18T21:03:25.730Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
21892024-10-18T21:03:25.830Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21902024-10-18T21:03:26.229Z[ host-package] Compiling float-ord v0.3.2
21912024-10-18T21:03:26.422Z[ helios-setup] Oct 18 21:03:25.288 INFO clone ok!, project: pinprick
21922024-10-18T21:03:26.424Z[ helios-setup] Oct 18 21:03:25.288 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
21932024-10-18T21:03:26.424Z[ helios-setup] Oct 18 21:03:25.288 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
21942024-10-18T21:03:26.424Z[ helios-setup] Oct 18 21:03:25.288 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
21952024-10-18T21:03:26.427Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
21962024-10-18T21:03:26.471Z[ host-package] Compiling num v0.4.3
21972024-10-18T21:03:26.613Z[ host-package] Compiling prettyplease v0.2.22
21982024-10-18T21:03:26.634Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21992024-10-18T21:03:26.965Z[ host-package] Compiling semver v0.1.20
22002024-10-18T21:03:27.074Z[ helios-setup] Oct 18 21:03:25.940 INFO clone ok!, project: image-builder
22012024-10-18T21:03:27.077Z[ helios-setup] Oct 18 21:03:25.940 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
22022024-10-18T21:03:27.077Z[ helios-setup] Oct 18 21:03:25.940 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22032024-10-18T21:03:27.079Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22042024-10-18T21:03:27.546Z[ host-package] Compiling rustc_version v0.1.7
22052024-10-18T21:03:27.618Z[ host-package] Compiling highway v1.2.0
22062024-10-18T21:03:27.983Z[ host-package] Compiling newtype_derive v0.1.6
22072024-10-18T21:03:28.258Z[ helios-setup] Oct 18 21:03:27.124 INFO clone ok!, project: pilot
22082024-10-18T21:03:28.261Z[ helios-setup] Oct 18 21:03:27.124 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
22092024-10-18T21:03:28.261Z[ helios-setup] Oct 18 21:03:27.124 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22102024-10-18T21:03:28.263Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22112024-10-18T21:03:28.555Z[ host-package] Compiling humantime v2.1.0
22122024-10-18T21:03:29.272Z[ host-package] Compiling home v0.5.9
22132024-10-18T21:03:29.435Z[ host-package] Compiling steno v0.4.1
22142024-10-18T21:03:30.410Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22152024-10-18T21:03:32.259Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22162024-10-18T21:03:32.937Z[ host-package] Compiling newtype-uuid v1.1.2
22172024-10-18T21:03:33.317Z[ host-package] Compiling ipnetwork v0.20.0
22182024-10-18T21:03:33.370Z[ host-package] Compiling instant v0.1.13
22192024-10-18T21:03:33.619Z[ host-package] Compiling slog-dtrace v0.3.0
22202024-10-18T21:03:34.066Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22212024-10-18T21:03:34.208Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22222024-10-18T21:03:34.428Z[ host-package] Compiling backoff v0.4.0
22232024-10-18T21:03:34.765Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22242024-10-18T21:03:34.796Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22252024-10-18T21:03:35.146Z[ host-package] Compiling parse-display v0.10.0
22262024-10-18T21:03:35.744Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22272024-10-18T21:03:35.960Z[ host-package] Compiling strum v0.26.3
22282024-10-18T21:03:36.226Z[ host-package] Compiling serde_with v3.11.0
22292024-10-18T21:03:36.848Z[ helios-setup] Oct 18 21:03:35.713 INFO clone ok!, project: amd-firmware
22302024-10-18T21:03:36.851Z[ helios-setup] Oct 18 21:03:35.713 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22312024-10-18T21:03:36.851Z[ helios-setup] Oct 18 21:03:35.714 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22322024-10-18T21:03:36.851Z[ helios-setup] Oct 18 21:03:35.714 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
22332024-10-18T21:03:36.851Z[ helios-setup] Oct 18 21:03:35.714 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22342024-10-18T21:03:36.854Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22352024-10-18T21:03:37.694Z[ helios-setup] Oct 18 21:03:36.559 INFO clone ok!, project: phbl
22362024-10-18T21:03:37.697Z[ helios-setup] Oct 18 21:03:36.559 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
22372024-10-18T21:03:37.697Z[ helios-setup] Oct 18 21:03:36.559 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22382024-10-18T21:03:37.700Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22392024-10-18T21:03:39.010Z[ helios-setup] Oct 18 21:03:37.875 INFO clone ok!, project: chelsio-t6-roms
22402024-10-18T21:03:39.013Z[ helios-setup] Oct 18 21:03:37.875 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22412024-10-18T21:03:39.768Z[ host-package] Compiling regress v0.9.1
22422024-10-18T21:03:39.942Z[ helios-setup] Oct 18 21:03:38.806 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22432024-10-18T21:03:40.504Z[ helios-setup] Oct 18 21:03:39.369 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22442024-10-18T21:03:40.504Z[ helios-setup] Oct 18 21:03:39.369 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22452024-10-18T21:03:40.547Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22462024-10-18T21:03:41.044Z[ helios-setup] Oct 18 21:03:39.909 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22472024-10-18T21:03:41.750Z[ helios-setup] Oct 18 21:03:40.615 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22482024-10-18T21:03:41.750Z[ helios-setup] Oct 18 21:03:40.615 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22492024-10-18T21:03:42.348Z[ helios-setup] Oct 18 21:03:41.212 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22502024-10-18T21:03:42.616Z[ host-package] Compiling macaddr v1.0.1
22512024-10-18T21:03:42.898Z[ helios-setup] Oct 18 21:03:41.763 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22522024-10-18T21:03:42.901Z[ helios-setup] Oct 18 21:03:41.763 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22532024-10-18T21:03:42.901Z[ helios-setup] Oct 18 21:03:41.763 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22542024-10-18T21:03:42.901Z[ helios-setup] Oct 18 21:03:41.763 INFO ok!
22552024-10-18T21:03:42.901Z[ helios-setup] Oct 18 21:03:41.763 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22562024-10-18T21:03:42.901Z[ helios-setup] Oct 18 21:03:41.763 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22572024-10-18T21:03:42.901Z[ helios-setup] Oct 18 21:03:41.763 INFO ok!
22582024-10-18T21:03:42.901Z[ helios-setup] Oct 18 21:03:41.763 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22592024-10-18T21:03:42.901Z[ helios-setup] Oct 18 21:03:41.763 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22602024-10-18T21:03:42.901Z[ helios-setup] Oct 18 21:03:41.763 INFO ok!
22612024-10-18T21:03:42.901Z[ helios-setup] Oct 18 21:03:41.764 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
22622024-10-18T21:03:42.901Z[ helios-setup] Oct 18 21:03:41.764 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
22632024-10-18T21:03:42.909Z[ helios-setup] Oct 18 21:03:41.773 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
22642024-10-18T21:03:43.091Z[ helios-setup] Oct 18 21:03:41.956 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
22652024-10-18T21:03:43.091Z[ helios-setup] Oct 18 21:03:41.956 INFO E| info: downloading component 'cargo'
22662024-10-18T21:03:43.789Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22672024-10-18T21:03:44.410Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22682024-10-18T21:03:44.860Z[ host-package] Compiling display-error-chain v0.2.1
22692024-10-18T21:03:44.948Z[ helios-setup] Oct 18 21:03:43.813 INFO E| info: downloading component 'clippy'
22702024-10-18T21:03:45.059Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22712024-10-18T21:03:45.163Z[ helios-setup] Oct 18 21:03:44.028 INFO E| info: downloading component 'rust-docs'
22722024-10-18T21:03:46.904Z[ helios-setup] Oct 18 21:03:45.768 INFO E| info: downloading component 'rust-src'
22732024-10-18T21:03:47.058Z[ helios-setup] Oct 18 21:03:45.922 INFO E| info: downloading component 'rust-std'
22742024-10-18T21:03:48.807Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22752024-10-18T21:03:49.131Z[ helios-setup] Oct 18 21:03:47.995 INFO E| info: downloading component 'rustc'
22762024-10-18T21:03:49.941Z[ host-package] Compiling half v2.4.1
22772024-10-18T21:03:50.683Z[ host-package] Compiling ciborium-io v0.2.2
22782024-10-18T21:03:50.841Z[ host-package] Compiling ciborium-ll v0.2.2
22792024-10-18T21:03:51.474Z[ host-package] Compiling tungstenite v0.21.0
22802024-10-18T21:03:52.149Z[ host-package] Compiling ciborium v0.2.2
22812024-10-18T21:03:52.948Z[ host-package] Compiling tokio-tungstenite v0.21.0
22822024-10-18T21:03:53.636Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22832024-10-18T21:03:54.201Z[ helios-setup] Oct 18 21:03:53.064 INFO E| info: downloading component 'rustfmt'
22842024-10-18T21:03:54.380Z[ host-package] Compiling fastrand v2.1.1
22852024-10-18T21:03:54.925Z[ helios-setup] Oct 18 21:03:53.704 INFO E| info: installing component 'cargo'
22862024-10-18T21:03:54.958Z[ host-package] Compiling same-file v1.0.6
22872024-10-18T21:03:55.241Z[ host-package] Compiling walkdir v2.5.0
22882024-10-18T21:03:56.240Z[ helios-setup] Oct 18 21:03:55.102 INFO E| info: installing component 'clippy'
22892024-10-18T21:03:56.892Z[ helios-setup] Oct 18 21:03:55.754 INFO E| info: installing component 'rust-docs'
22902024-10-18T21:03:56.943Z[ host-package] Compiling tempfile v3.13.0
22912024-10-18T21:03:57.811Z[ host-package] Compiling blake3 v1.5.4
22922024-10-18T21:03:58.903Z[ host-package] Compiling ring v0.16.20
22932024-10-18T21:04:00.407Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22942024-10-18T21:04:00.609Z[ host-package] Compiling xattr v1.3.1
22952024-10-18T21:04:02.557Z[ helios-setup] Oct 18 21:04:01.419 INFO E| info: installing component 'rust-src'
22962024-10-18T21:04:02.626Z[ host-package] Compiling memmap2 v0.9.5
22972024-10-18T21:04:03.149Z[ host-package] Compiling filetime v0.2.25
22982024-10-18T21:04:03.253Z[ helios-setup] Oct 18 21:04:02.116 INFO E| info: installing component 'rust-std'
22992024-10-18T21:04:03.325Z[ host-package] Compiling arrayref v0.3.9
23002024-10-18T21:04:03.458Z[ host-package] Compiling spin v0.5.2
23012024-10-18T21:04:03.513Z[ host-package] Compiling constant_time_eq v0.3.1
23022024-10-18T21:04:03.739Z[ host-package] Compiling untrusted v0.7.1
23032024-10-18T21:04:03.782Z[ host-package] Compiling arrayvec v0.7.6
23042024-10-18T21:04:04.013Z[ host-package] Compiling keccak v0.1.5
23052024-10-18T21:04:04.446Z[ host-package] Compiling sha3 v0.10.8
23062024-10-18T21:04:05.187Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23072024-10-18T21:04:05.232Z[ host-package] Compiling tar v0.4.42
23082024-10-18T21:04:05.521Z[ host-package] Compiling camino-tempfile v1.1.1
23092024-10-18T21:04:05.579Z[ host-package] Compiling toolchain_find v0.4.0
23102024-10-18T21:04:05.728Z[ helios-setup] Oct 18 21:04:04.589 INFO E| info: installing component 'rustc'
23112024-10-18T21:04:05.997Z[ host-package] Compiling nibble_vec v0.1.0
23122024-10-18T21:04:06.235Z[ host-package] Compiling crunchy v0.2.2
23132024-10-18T21:04:06.263Z[ host-package] Compiling maplit v1.0.2
23142024-10-18T21:04:06.448Z[ host-package] Compiling glob v0.3.1
23152024-10-18T21:04:06.853Z[ host-package] Compiling endian-type v0.1.2
23162024-10-18T21:04:07.278Z[ host-package] Compiling topological-sort v0.2.2
23172024-10-18T21:04:07.406Z[ host-package] Compiling radix_trie v0.2.1
23182024-10-18T21:04:07.559Z[ host-package] Compiling omicron-zone-package v0.11.1
23192024-10-18T21:04:07.581Z[ host-package] Compiling clang-sys v1.8.1
23202024-10-18T21:04:07.727Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23212024-10-18T21:04:08.034Z[ host-package] Compiling tiny-keccak v2.0.2
23222024-10-18T21:04:08.428Z[ host-package] Compiling dsl_auto_type v0.1.2
23232024-10-18T21:04:08.450Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23242024-10-18T21:04:08.529Z[ host-package] Compiling secrecy v0.8.0
23252024-10-18T21:04:08.566Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23262024-10-18T21:04:08.875Z[ host-package] Compiling arc-swap v1.7.1
23272024-10-18T21:04:09.007Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23282024-10-18T21:04:09.424Z[ host-package] Compiling slog-scope v4.4.0
23292024-10-18T21:04:09.738Z[ host-package] Compiling r2d2 v0.8.10
23302024-10-18T21:04:09.861Z[ host-package] Compiling diesel_derives v2.2.3
23312024-10-18T21:04:10.099Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23322024-10-18T21:04:10.261Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23332024-10-18T21:04:10.304Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
23342024-10-18T21:04:10.491Z[ host-package] Compiling ascii-canvas v3.0.0
23352024-10-18T21:04:10.596Z[ host-package] Compiling universal-hash v0.5.1
23362024-10-18T21:04:10.971Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23372024-10-18T21:04:11.084Z[ host-package] Compiling ena v0.14.3
23382024-10-18T21:04:11.547Z[ host-package] Compiling libloading v0.8.5
23392024-10-18T21:04:11.956Z[ helios-setup] Oct 18 21:04:10.817 INFO E| info: installing component 'rustfmt'
23402024-10-18T21:04:12.202Z[ host-package] Compiling opaque-debug v0.3.1
23412024-10-18T21:04:12.326Z[ host-package] Compiling bindgen v0.69.5
23422024-10-18T21:04:12.823Z[ host-package] Compiling diff v0.1.13
23432024-10-18T21:04:12.886Z[ helios-setup] Oct 18 21:04:11.747 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
23442024-10-18T21:04:13.236Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23452024-10-18T21:04:13.418Z[ host-package] Compiling regex-syntax v0.6.29
23462024-10-18T21:04:13.870Z[ helios-setup] Oct 18 21:04:12.730 INFO E| From https://github.com/oxidecomputer/amd-apcb
23472024-10-18T21:04:13.870Z[ helios-setup] Oct 18 21:04:12.730 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
23482024-10-18T21:04:13.873Z[ helios-setup] Oct 18 21:04:12.730 INFO E| * [new tag] v0.4.1 -> v0.4.1
23492024-10-18T21:04:13.899Z[ helios-setup] Oct 18 21:04:12.760 INFO E| * [new tag] v0.1.3 -> v0.1.3
23502024-10-18T21:04:13.899Z[ helios-setup] Oct 18 21:04:12.760 INFO E| * [new tag] v0.1.4 -> v0.1.4
23512024-10-18T21:04:13.902Z[ helios-setup] Oct 18 21:04:12.760 INFO E| * [new tag] v0.1.5 -> v0.1.5
23522024-10-18T21:04:13.902Z[ helios-setup] Oct 18 21:04:12.760 INFO E| * [new tag] v0.2.0 -> v0.2.0
23532024-10-18T21:04:13.902Z[ helios-setup] Oct 18 21:04:12.760 INFO E| * [new tag] v0.3.0 -> v0.3.0
23542024-10-18T21:04:13.902Z[ helios-setup] Oct 18 21:04:12.760 INFO E| * [new tag] v0.3.1 -> v0.3.1
23552024-10-18T21:04:13.902Z[ helios-setup] Oct 18 21:04:12.760 INFO E| * [new tag] v0.3.2 -> v0.3.2
23562024-10-18T21:04:13.902Z[ helios-setup] Oct 18 21:04:12.761 INFO E| * [new tag] v0.3.3 -> v0.3.3
23572024-10-18T21:04:13.902Z[ helios-setup] Oct 18 21:04:12.761 INFO E| * [new tag] v0.4.0 -> v0.4.0
23582024-10-18T21:04:13.943Z[ helios-setup] Oct 18 21:04:12.804 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
23592024-10-18T21:04:14.177Z[ host-package] Compiling thiserror-no-std v2.0.2
23602024-10-18T21:04:14.356Z[ host-package] Compiling poly1305 v0.8.0
23612024-10-18T21:04:14.836Z[ helios-setup] Oct 18 21:04:13.696 INFO E| From https://github.com/oxidecomputer/amd-efs
23622024-10-18T21:04:14.836Z[ helios-setup] Oct 18 21:04:13.696 INFO E| * [new branch] empty -> origin/empty
23632024-10-18T21:04:14.836Z[ helios-setup] Oct 18 21:04:13.696 INFO E| * [new branch] issue-99 -> origin/issue-99
23642024-10-18T21:04:14.839Z[ helios-setup] Oct 18 21:04:13.696 INFO E| * [new branch] main -> origin/main
23652024-10-18T21:04:14.839Z[ helios-setup] Oct 18 21:04:13.697 INFO E| * [new branch] review -> origin/review
23662024-10-18T21:04:14.839Z[ helios-setup] Oct 18 21:04:13.697 INFO E| * [new ref] -> origin/HEAD
23672024-10-18T21:04:14.839Z[ helios-setup] Oct 18 21:04:13.697 INFO E| * [new tag] v0.2.0 -> v0.2.0
23682024-10-18T21:04:14.839Z[ helios-setup] Oct 18 21:04:13.697 INFO E| * [new tag] v0.2.1 -> v0.2.1
23692024-10-18T21:04:14.839Z[ helios-setup] Oct 18 21:04:13.697 INFO E| * [new tag] v0.2.2 -> v0.2.2
23702024-10-18T21:04:14.839Z[ helios-setup] Oct 18 21:04:13.698 INFO E| * [new tag] v0.2.3 -> v0.2.3
23712024-10-18T21:04:14.839Z[ helios-setup] Oct 18 21:04:13.698 INFO E| * [new tag] v0.2.4 -> v0.2.4
23722024-10-18T21:04:14.840Z[ helios-setup] Oct 18 21:04:13.698 INFO E| * [new tag] v0.2.5 -> v0.2.5
23732024-10-18T21:04:14.840Z[ helios-setup] Oct 18 21:04:13.698 INFO E| * [new tag] v0.2.6 -> v0.2.6
23742024-10-18T21:04:14.840Z[ helios-setup] Oct 18 21:04:13.698 INFO E| * [new tag] v0.2.7 -> v0.2.7
23752024-10-18T21:04:14.840Z[ helios-setup] Oct 18 21:04:13.698 INFO E| * [new tag] v0.3.0 -> v0.3.0
23762024-10-18T21:04:14.840Z[ helios-setup] Oct 18 21:04:13.698 INFO E| * [new tag] v0.3.1 -> v0.3.1
23772024-10-18T21:04:14.840Z[ helios-setup] Oct 18 21:04:13.699 INFO E| * [new tag] v0.4.0 -> v0.4.0
23782024-10-18T21:04:14.840Z[ helios-setup] Oct 18 21:04:13.699 INFO E| * [new tag] v0.4.1 -> v0.4.1
23792024-10-18T21:04:14.860Z[ helios-setup] Oct 18 21:04:13.720 INFO E| Updating crates.io index
23802024-10-18T21:04:15.202Z[ helios-setup] Oct 18 21:04:14.063 INFO E| Downloading crates ...
23812024-10-18T21:04:15.384Z[ helios-setup] Oct 18 21:04:14.245 INFO E| Downloaded unic-char-range v0.9.0
23822024-10-18T21:04:15.387Z[ helios-setup] Oct 18 21:04:14.248 INFO E| Downloaded pest_generator v2.7.13
23832024-10-18T21:04:15.389Z[ helios-setup] Oct 18 21:04:14.250 INFO E| Downloaded memoffset v0.5.6
23842024-10-18T21:04:15.391Z[ helios-setup] Oct 18 21:04:14.252 INFO E| Downloaded fletcher v0.1.0
23852024-10-18T21:04:15.394Z[ helios-setup] Oct 18 21:04:14.254 INFO E| Downloaded vec_map v0.8.2
23862024-10-18T21:04:15.396Z[ helios-setup] Oct 18 21:04:14.256 INFO E| Downloaded unic-ucd-version v0.9.0
23872024-10-18T21:04:15.396Z[ helios-setup] Oct 18 21:04:14.257 INFO E| Downloaded unic-common v0.9.0
23882024-10-18T21:04:15.398Z[ helios-setup] Oct 18 21:04:14.258 INFO E| Downloaded unic-char-property v0.9.0
23892024-10-18T21:04:15.400Z[ helios-setup] Oct 18 21:04:14.260 INFO E| Downloaded strum v0.23.0
23902024-10-18T21:04:15.400Z[ helios-setup] Oct 18 21:04:14.261 INFO E| Downloaded scroll_derive v0.10.5
23912024-10-18T21:04:15.403Z[ helios-setup] Oct 18 21:04:14.263 INFO E| Downloaded unic-ucd-ident v0.9.0
23922024-10-18T21:04:15.405Z[ helios-setup] Oct 18 21:04:14.266 INFO E| Downloaded structopt-derive v0.4.18
23932024-10-18T21:04:15.408Z[ helios-setup] Oct 18 21:04:14.268 INFO E| Downloaded strsim v0.8.0
23942024-10-18T21:04:15.410Z[ helios-setup] Oct 18 21:04:14.270 INFO E| Downloaded semver v0.9.0
23952024-10-18T21:04:15.413Z[ helios-setup] Oct 18 21:04:14.272 INFO E| Downloaded pre v0.2.1
23962024-10-18T21:04:15.413Z[ helios-setup] Oct 18 21:04:14.274 INFO E| Downloaded semver-parser v0.7.0
23972024-10-18T21:04:15.415Z[ helios-setup] Oct 18 21:04:14.275 INFO E| Downloaded rustc_version v0.2.3
23982024-10-18T21:04:15.415Z[ helios-setup] Oct 18 21:04:14.276 INFO E| Downloaded modular-bitfield-impl v0.11.2
23992024-10-18T21:04:15.419Z[ helios-setup] Oct 18 21:04:14.278 INFO E| Downloaded four-cc v0.3.0
24002024-10-18T21:04:15.422Z[ helios-setup] Oct 18 21:04:14.280 INFO E| Downloaded bytesize v1.3.0
24012024-10-18T21:04:15.443Z[ helios-setup] Oct 18 21:04:14.304 INFO E| Downloaded textwrap v0.11.0
24022024-10-18T21:04:15.445Z[ helios-setup] Oct 18 21:04:14.307 INFO E| Downloaded strum_macros v0.23.1
24032024-10-18T21:04:15.448Z[ helios-setup] Oct 18 21:04:14.309 INFO E| Downloaded scroll v0.10.2
24042024-10-18T21:04:15.450Z[ helios-setup] Oct 18 21:04:14.312 INFO E| Downloaded pre-proc-macro v0.2.1
24052024-10-18T21:04:15.453Z[ helios-setup] Oct 18 21:04:14.315 INFO E| Downloaded structopt v0.3.26
24062024-10-18T21:04:15.464Z[ helios-setup] Oct 18 21:04:14.326 INFO E| Downloaded pest v2.7.13
24072024-10-18T21:04:15.472Z[ helios-setup] Oct 18 21:04:14.333 INFO E| Downloaded proc-macro-crate v0.1.5
24082024-10-18T21:04:15.474Z[ helios-setup] Oct 18 21:04:14.334 INFO E| Downloaded proc-macro2 v1.0.86
24092024-10-18T21:04:15.476Z[ helios-setup] Oct 18 21:04:14.338 INFO E| Downloaded pest_meta v2.7.13
24102024-10-18T21:04:15.507Z[ helios-setup] Oct 18 21:04:14.368 INFO E| Downloaded toml v0.5.11
24112024-10-18T21:04:15.518Z[ helios-setup] Oct 18 21:04:14.371 INFO E| Downloaded goblin v0.4.3
24122024-10-18T21:04:15.518Z[ helios-setup] Oct 18 21:04:14.379 INFO E| Downloaded clap v2.34.0
24132024-10-18T21:04:15.527Z[ helios-setup] Oct 18 21:04:14.388 INFO E| Downloaded pest_derive v2.7.13
24142024-10-18T21:04:15.530Z[ helios-setup] Oct 18 21:04:14.392 INFO E| Downloaded once_cell v1.20.1
24152024-10-18T21:04:15.534Z[ helios-setup] Oct 18 21:04:14.395 INFO E| Downloaded modular-bitfield v0.11.2
24162024-10-18T21:04:15.549Z[ helios-setup] Oct 18 21:04:14.410 INFO E| Downloaded libc v0.2.159
24172024-10-18T21:04:15.587Z[ helios-setup] Oct 18 21:04:14.448 INFO E| Downloaded ansi_term v0.12.1
24182024-10-18T21:04:15.589Z[ helios-setup] Oct 18 21:04:14.450 INFO E| Downloaded parse_int v0.6.0
24192024-10-18T21:04:15.592Z[ helios-setup] Oct 18 21:04:14.451 INFO E| Downloaded cfg-if v0.1.10
24202024-10-18T21:04:15.682Z[ helios-setup] Oct 18 21:04:14.543 INFO E| Compiling proc-macro2 v1.0.86
24212024-10-18T21:04:15.687Z[ helios-setup] Oct 18 21:04:14.549 INFO E| Compiling unicode-ident v1.0.13
24222024-10-18T21:04:15.690Z[ helios-setup] Oct 18 21:04:14.549 INFO E| Compiling syn v1.0.109
24232024-10-18T21:04:15.690Z[ helios-setup] Oct 18 21:04:14.549 INFO E| Compiling version_check v0.9.5
24242024-10-18T21:04:15.690Z[ helios-setup] Oct 18 21:04:14.549 INFO E| Compiling memchr v2.7.4
24252024-10-18T21:04:15.690Z[ helios-setup] Oct 18 21:04:14.549 INFO E| Compiling semver-parser v0.7.0
24262024-10-18T21:04:15.690Z[ helios-setup] Oct 18 21:04:14.549 INFO E| Compiling thiserror v1.0.64
24272024-10-18T21:04:15.690Z[ helios-setup] Oct 18 21:04:14.549 INFO E| Compiling autocfg v1.4.0
24282024-10-18T21:04:16.078Z[ helios-setup] Oct 18 21:04:14.939 INFO E| Compiling serde v1.0.210
24292024-10-18T21:04:16.989Z[ helios-setup] Oct 18 21:04:15.850 INFO E| Compiling proc-macro-error-attr v1.0.4
24302024-10-18T21:04:17.241Z[ helios-setup] Oct 18 21:04:16.102 INFO E| Compiling semver v0.9.0
24312024-10-18T21:04:17.330Z[ helios-setup] Oct 18 21:04:16.190 INFO E| Compiling proc-macro-error v1.0.4
24322024-10-18T21:04:17.619Z[ helios-setup] Oct 18 21:04:16.480 INFO E| Compiling serde_json v1.0.128
24332024-10-18T21:04:17.824Z[ helios-setup] Oct 18 21:04:16.685 INFO E| Compiling num-traits v0.2.19
24342024-10-18T21:04:18.032Z[ helios-setup] Oct 18 21:04:16.893 INFO E| Compiling rustc_version v0.2.3
24352024-10-18T21:04:18.417Z[ helios-setup] Oct 18 21:04:17.278 INFO E| Compiling itoa v1.0.11
24362024-10-18T21:04:18.685Z[ helios-setup] Oct 18 21:04:17.546 INFO E| Compiling unicode-segmentation v1.12.0
24372024-10-18T21:04:18.712Z[ helios-setup] Oct 18 21:04:17.572 INFO E| Compiling ryu v1.0.18
24382024-10-18T21:04:18.762Z[ helios-setup] Oct 18 21:04:17.620 INFO E| Compiling schemars v0.8.21
24392024-10-18T21:04:19.154Z[ helios-setup] Oct 18 21:04:18.015 INFO E| Compiling quote v1.0.37
24402024-10-18T21:04:19.615Z[ helios-setup] Oct 18 21:04:18.476 INFO E| Compiling memoffset v0.5.6
24412024-10-18T21:04:19.800Z[ helios-setup] Oct 18 21:04:18.661 INFO E| Compiling rustversion v1.0.17
24422024-10-18T21:04:19.854Z[ helios-setup] Oct 18 21:04:18.714 INFO E| Compiling pre-proc-macro v0.2.1
24432024-10-18T21:04:19.891Z[ helios-setup] Oct 18 21:04:18.751 INFO E| Compiling lazy_static v1.5.0
24442024-10-18T21:04:20.241Z[ helios-setup] Oct 18 21:04:19.102 INFO E| Compiling syn v2.0.79
24452024-10-18T21:04:20.614Z[ helios-setup] Oct 18 21:04:19.475 INFO E| Compiling heck v0.3.3
24462024-10-18T21:04:20.617Z[ helios-setup] Oct 18 21:04:19.475 INFO E| Compiling ucd-trie v0.1.7
24472024-10-18T21:04:20.699Z[ helios-setup] Oct 18 21:04:19.560 INFO E| Compiling libc v0.2.159
24482024-10-18T21:04:21.275Z[ host-package] Compiling lalrpop v0.19.12
24492024-10-18T21:04:21.321Z[ helios-setup] Oct 18 21:04:20.180 INFO E| Compiling paste v1.0.15
24502024-10-18T21:04:21.473Z[ helios-setup] Oct 18 21:04:20.334 INFO E| Compiling dyn-clone v1.0.17
24512024-10-18T21:04:22.041Z[ helios-setup] Oct 18 21:04:20.901 INFO E| Compiling pre v0.2.1
24522024-10-18T21:04:22.503Z[ helios-setup] Oct 18 21:04:21.363 INFO E| Compiling byteorder v1.5.0
24532024-10-18T21:04:22.540Z[ helios-setup] Oct 18 21:04:21.400 INFO E| Compiling static_assertions v1.1.0
24542024-10-18T21:04:22.588Z[ helios-setup] Oct 18 21:04:21.449 INFO E| Compiling once_cell v1.20.1
24552024-10-18T21:04:22.631Z[ helios-setup] Oct 18 21:04:21.491 INFO E| Compiling cfg-if v0.1.10
24562024-10-18T21:04:24.604Z[ helios-setup] Oct 18 21:04:23.459 INFO E| Compiling unicode-width v0.1.14
24572024-10-18T21:04:25.290Z[ helios-setup] Oct 18 21:04:24.150 INFO E| Compiling atty v0.2.14
24582024-10-18T21:04:25.569Z[ helios-setup] Oct 18 21:04:24.429 INFO E| Compiling textwrap v0.11.0
24592024-10-18T21:04:25.718Z[ helios-setup] Oct 18 21:04:24.578 INFO E| Compiling bitflags v1.3.2
24602024-10-18T21:04:25.879Z[ helios-setup] Oct 18 21:04:24.739 INFO E| Compiling fletcher v0.1.0
24612024-10-18T21:04:26.097Z[ helios-setup] Oct 18 21:04:24.956 INFO E| Compiling strsim v0.8.0
24622024-10-18T21:04:26.377Z[ helios-setup] Oct 18 21:04:25.237 INFO E| Compiling unic-char-range v0.9.0
24632024-10-18T21:04:26.714Z[ helios-setup] Oct 18 21:04:25.574 INFO E| Compiling parse_int v0.6.0
24642024-10-18T21:04:26.729Z[ host-package] Compiling diesel v2.2.4
24652024-10-18T21:04:26.868Z[ helios-setup] Oct 18 21:04:25.727 INFO E| Compiling vec_map v0.8.2
24662024-10-18T21:04:26.950Z[ helios-setup] Oct 18 21:04:25.809 INFO E| Compiling ansi_term v0.12.1
24672024-10-18T21:04:26.950Z[ helios-setup] Oct 18 21:04:25.810 INFO E| Compiling unic-common v0.9.0
24682024-10-18T21:04:26.952Z[ helios-setup] Oct 18 21:04:25.810 INFO E| Compiling strum v0.23.0
24692024-10-18T21:04:27.237Z[ helios-setup] Oct 18 21:04:26.097 INFO E| Compiling unic-ucd-version v0.9.0
24702024-10-18T21:04:27.345Z[ helios-setup] Oct 18 21:04:26.200 INFO E| Compiling unic-char-property v0.9.0
24712024-10-18T21:04:27.371Z[ helios-setup] Oct 18 21:04:26.231 INFO E| Compiling log v0.4.22
24722024-10-18T21:04:27.448Z[ helios-setup] Oct 18 21:04:26.308 INFO E| Compiling plain v0.2.3
24732024-10-18T21:04:27.559Z[ helios-setup] Oct 18 21:04:26.419 INFO E| Compiling unic-ucd-ident v0.9.0
24742024-10-18T21:04:27.617Z[ helios-setup] Oct 18 21:04:26.477 INFO E| Compiling clap v2.34.0
24752024-10-18T21:04:27.722Z[ helios-setup] Oct 18 21:04:26.581 INFO E| Compiling bytesize v1.3.0
24762024-10-18T21:04:28.995Z[ helios-setup] Oct 18 21:04:27.855 INFO E| Compiling serde_derive_internals v0.29.1
24772024-10-18T21:04:31.113Z[ helios-setup] Oct 18 21:04:29.972 INFO E| Compiling toml v0.5.11
24782024-10-18T21:04:34.164Z[ helios-setup] Oct 18 21:04:33.023 INFO E| Compiling proc-macro-crate v0.1.5
24792024-10-18T21:04:34.543Z[ helios-setup] Oct 18 21:04:33.402 INFO E| Compiling thiserror-impl v1.0.64
24802024-10-18T21:04:34.963Z[ helios-setup] Oct 18 21:04:33.820 INFO E| Compiling serde_derive v1.0.210
24812024-10-18T21:04:35.144Z[ helios-setup] Oct 18 21:04:34.003 INFO E| Compiling schemars_derive v0.8.21
24822024-10-18T21:04:35.394Z[ helios-setup] Oct 18 21:04:34.252 INFO E| Compiling zerocopy-derive v0.6.6
24832024-10-18T21:04:35.577Z[ host-package] Compiling slog-stdlog v4.1.1
24842024-10-18T21:04:35.777Z[ helios-setup] Oct 18 21:04:34.636 INFO E| Compiling num-derive v0.4.2
24852024-10-18T21:04:38.433Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24862024-10-18T21:04:39.204Z[ helios-setup] Oct 18 21:04:38.062 INFO E| Compiling zerocopy v0.6.6
24872024-10-18T21:04:40.402Z[ helios-setup] Oct 18 21:04:39.261 INFO E| Compiling pest v2.7.13
24882024-10-18T21:04:40.714Z[ host-package] Compiling which v4.4.2
24892024-10-18T21:04:41.476Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24902024-10-18T21:04:41.705Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24912024-10-18T21:04:41.780Z[ helios-setup] Oct 18 21:04:40.638 INFO E| Compiling modular-bitfield-impl v0.11.2
24922024-10-18T21:04:41.780Z[ helios-setup] Oct 18 21:04:40.638 INFO E| Compiling scroll_derive v0.10.5
24932024-10-18T21:04:42.359Z[ helios-setup] Oct 18 21:04:41.217 INFO E| Compiling strum_macros v0.23.1
24942024-10-18T21:04:42.367Z[ host-package] Compiling chacha20 v0.9.1
24952024-10-18T21:04:42.603Z[ host-package] Compiling cexpr v0.6.0
24962024-10-18T21:04:43.828Z[ host-package] Compiling aead v0.5.2
24972024-10-18T21:04:44.185Z[ helios-setup] Oct 18 21:04:43.043 INFO E| Compiling structopt-derive v0.4.18
24982024-10-18T21:04:44.613Z[ helios-setup] Oct 18 21:04:43.471 INFO E| Compiling scroll v0.10.2
24992024-10-18T21:04:44.711Z[ host-package] Compiling lazycell v1.3.0
25002024-10-18T21:04:45.274Z[ host-package] Compiling rustc-hash v1.1.0
25012024-10-18T21:04:45.759Z[ host-package] Compiling ref-cast v1.0.23
25022024-10-18T21:04:46.278Z[ helios-setup] Oct 18 21:04:45.136 INFO E| Compiling pest_meta v2.7.13
25032024-10-18T21:04:46.822Z[ helios-setup] Oct 18 21:04:45.672 INFO E| Compiling goblin v0.4.3
25042024-10-18T21:04:47.229Z[ helios-setup] Oct 18 21:04:46.087 INFO E| Compiling modular-bitfield v0.11.2
25052024-10-18T21:04:47.232Z[ host-package] Compiling chacha20poly1305 v0.10.1
25062024-10-18T21:04:47.992Z[ host-package] Compiling slog-envlogger v2.2.0
25072024-10-18T21:04:48.717Z[ helios-setup] Oct 18 21:04:47.574 INFO E| Compiling pest_generator v2.7.13
25082024-10-18T21:04:49.274Z[ helios-setup] Oct 18 21:04:48.132 INFO E| Compiling structopt v0.3.26
25092024-10-18T21:04:51.754Z[ host-package] Compiling vsss-rs v3.3.4
25102024-10-18T21:04:53.184Z[ helios-setup] Oct 18 21:04:52.041 INFO E| Compiling pest_derive v2.7.13
25112024-10-18T21:04:57.850Z[ helios-setup] Oct 18 21:04:56.707 INFO E| Compiling json5 v0.4.1
25122024-10-18T21:04:58.056Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25132024-10-18T21:04:58.689Z[ host-package] Compiling derive_builder_core v0.20.2
25142024-10-18T21:05:02.103Z[ host-package] Compiling headers-core v0.3.0
25152024-10-18T21:05:02.464Z[ host-package] Compiling fxhash v0.2.1
25162024-10-18T21:05:02.764Z[ host-package] Compiling libxml v0.3.3
25172024-10-18T21:05:03.374Z[ helios-setup] Oct 18 21:05:02.229 INFO E| Compiling four-cc v0.3.0
25182024-10-18T21:05:03.374Z[ helios-setup] Oct 18 21:05:02.230 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
25192024-10-18T21:05:03.575Z[ helios-setup] Oct 18 21:05:02.431 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
25202024-10-18T21:05:03.627Z[ host-package] Compiling ref-cast-impl v1.0.23
25212024-10-18T21:05:05.137Z[ host-package] Compiling headers v0.4.0
25222024-10-18T21:05:05.308Z[ host-package] Compiling polar-core v0.27.3
25232024-10-18T21:05:05.752Z[ host-package] Compiling derive_builder_macro v0.20.2
25242024-10-18T21:05:05.839Z[ host-package] Compiling samael v0.0.17
25252024-10-18T21:05:08.162Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25262024-10-18T21:05:10.143Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25272024-10-18T21:05:10.701Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25282024-10-18T21:05:11.982Z[ host-package] Compiling phf_generator v0.11.2
25292024-10-18T21:05:12.200Z[ host-package] Compiling strum_macros v0.24.3
25302024-10-18T21:05:15.724Z[ host-package] Compiling kstat-rs v0.2.4
25312024-10-18T21:05:16.412Z[ host-package] Compiling unicase v2.7.0
25322024-10-18T21:05:16.823Z[ host-package] Compiling indoc v1.0.9
25332024-10-18T21:05:16.865Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25342024-10-18T21:05:17.858Z[ host-package] Compiling phf_codegen v0.11.2
25352024-10-18T21:05:18.207Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362024-10-18T21:05:24.418Z[ host-package] Compiling derive_builder v0.20.2
25372024-10-18T21:05:24.629Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25382024-10-18T21:05:25.504Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25392024-10-18T21:05:26.008Z[ host-package] Compiling oso-derive v0.27.3
25402024-10-18T21:05:27.306Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25412024-10-18T21:05:29.900Z[ host-package] Compiling parse-zoneinfo v0.3.1
25422024-10-18T21:05:31.693Z[ host-package] Compiling libz-sys v1.1.20
25432024-10-18T21:05:32.553Z[ host-package] Compiling quick-xml v0.33.0
25442024-10-18T21:05:35.025Z[ host-package] Compiling diesel-dtrace v0.3.0
25452024-10-18T21:05:35.501Z[ host-package] Compiling parking_lot_core v0.8.6
25462024-10-18T21:05:36.215Z[ host-package] Compiling cfg_aliases v0.1.1
25472024-10-18T21:05:36.356Z[ host-package] Compiling nix v0.28.0
25482024-10-18T21:05:36.635Z[ host-package] Compiling oso v0.27.3
25492024-10-18T21:05:37.287Z[ host-package] Compiling chrono-tz-build v0.4.0
25502024-10-18T21:05:37.613Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25512024-10-18T21:05:38.637Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25522024-10-18T21:05:39.452Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25532024-10-18T21:05:42.961Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25542024-10-18T21:05:43.381Z[ host-package] Compiling bb8 v0.8.5
25552024-10-18T21:05:44.172Z[ host-package] Compiling const_format_proc_macros v0.2.33
25562024-10-18T21:05:44.638Z[ host-package] Compiling vte_generate_state_changes v0.1.2
25572024-10-18T21:05:45.376Z[ host-package] Compiling vte v0.11.1
25582024-10-18T21:05:45.519Z[ helios-setup] Oct 18 21:05:44.371 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
25592024-10-18T21:05:46.455Z[ host-package] Compiling const_format v0.2.33
25602024-10-18T21:05:47.298Z[ host-package] Compiling async-bb8-diesel v0.2.1
25612024-10-18T21:05:48.080Z[ host-package] Compiling chrono-tz v0.10.0
25622024-10-18T21:05:49.133Z[ host-package] Compiling fd-lock v4.0.2
25632024-10-18T21:05:49.409Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
25642024-10-18T21:05:49.624Z[ host-package] Compiling atty v0.2.14
25652024-10-18T21:05:49.805Z[ host-package] Compiling salty v0.3.0
25662024-10-18T21:05:50.284Z[ host-package] Compiling bytecount v0.6.8
25672024-10-18T21:05:50.634Z[ host-package] Compiling papergrid v0.11.0
25682024-10-18T21:05:56.163Z[ host-package] Compiling parking_lot v0.11.2
25692024-10-18T21:06:00.059Z[ helios-setup] Oct 18 21:05:58.908 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
25702024-10-18T21:06:04.534Z[ host-package] Compiling strip-ansi-escapes v0.2.0
25712024-10-18T21:06:05.542Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
25722024-10-18T21:06:06.557Z[ host-package] Compiling tabled_derive v0.7.0
25732024-10-18T21:06:08.896Z[ host-package] Compiling peg-macros v0.8.4
25742024-10-18T21:06:10.662Z[ host-package] Compiling sqlparser_derive v0.2.2
25752024-10-18T21:06:11.968Z[ host-package] Compiling nu-ansi-term v0.50.1
25762024-10-18T21:06:12.922Z[ host-package] Compiling unicode_categories v0.1.1
25772024-10-18T21:06:13.317Z[ host-package] Compiling sqlformat v0.2.6
25782024-10-18T21:06:13.357Z[ host-package] Compiling rustyline v14.0.0
25792024-10-18T21:06:26.756Z[ host-package] Compiling peg v0.8.4
25802024-10-18T21:06:27.029Z[ host-package] Compiling reedline v0.35.0
25812024-10-18T21:06:27.444Z[ host-package] Compiling sqlparser v0.45.0
25822024-10-18T21:06:28.833Z[ host-package] Compiling tabled v0.15.0
25832024-10-18T21:06:36.970Z[ host-package] Compiling mime_guess v2.0.5
25842024-10-18T21:06:38.206Z[ host-package] Compiling sled v0.34.7
25852024-10-18T21:06:39.788Z[ helios-setup] Oct 18 21:06:38.634 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 27s
25862024-10-18T21:06:39.825Z[ helios-setup] Oct 18 21:06:38.671 INFO building project "amd-host-image-builder" ok (176 seconds)
25872024-10-18T21:06:39.827Z[ helios-setup] Oct 18 21:06:38.671 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
25882024-10-18T21:06:39.827Z[ helios-setup] Oct 18 21:06:38.671 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
25892024-10-18T21:06:40.146Z[ helios-setup] Oct 18 21:06:38.992 INFO E| Downloading crates ...
25902024-10-18T21:06:40.225Z[ helios-setup] Oct 18 21:06:39.071 INFO E| Downloaded digest v0.10.3
25912024-10-18T21:06:40.251Z[ helios-setup] Oct 18 21:06:39.097 INFO E| Downloaded typenum v1.15.0
25922024-10-18T21:06:40.255Z[ helios-setup] Oct 18 21:06:39.101 INFO E| Downloaded sha2 v0.10.5
25932024-10-18T21:06:40.259Z[ helios-setup] Oct 18 21:06:39.106 INFO E| Downloaded generic-array v0.14.6
25942024-10-18T21:06:40.262Z[ helios-setup] Oct 18 21:06:39.108 INFO E| Downloaded unicode-width v0.1.10
25952024-10-18T21:06:40.264Z[ helios-setup] Oct 18 21:06:39.110 INFO E| Downloaded miniz_oxide v0.6.2
25962024-10-18T21:06:40.268Z[ helios-setup] Oct 18 21:06:39.114 INFO E| Downloaded flate2 v1.0.25
25972024-10-18T21:06:40.276Z[ helios-setup] Oct 18 21:06:39.122 INFO E| Downloaded cpufeatures v0.2.5
25982024-10-18T21:06:40.278Z[ helios-setup] Oct 18 21:06:39.124 INFO E| Downloaded bytes v1.2.1
25992024-10-18T21:06:40.285Z[ helios-setup] Oct 18 21:06:39.131 INFO E| Downloaded block-buffer v0.10.3
26002024-10-18T21:06:40.288Z[ helios-setup] Oct 18 21:06:39.133 INFO E| Downloaded anyhow v1.0.62
26012024-10-18T21:06:40.404Z[ helios-setup] Oct 18 21:06:39.250 INFO E| Compiling typenum v1.15.0
26022024-10-18T21:06:40.434Z[ helios-setup] Oct 18 21:06:39.280 INFO E| Compiling version_check v0.9.4
26032024-10-18T21:06:40.434Z[ helios-setup] Oct 18 21:06:39.280 INFO E| Compiling cfg-if v1.0.0
26042024-10-18T21:06:40.437Z[ helios-setup] Oct 18 21:06:39.280 INFO E| Compiling crc32fast v1.3.2
26052024-10-18T21:06:40.437Z[ helios-setup] Oct 18 21:06:39.280 INFO E| Compiling adler v1.0.2
26062024-10-18T21:06:40.437Z[ helios-setup] Oct 18 21:06:39.280 INFO E| Compiling anyhow v1.0.62
26072024-10-18T21:06:40.437Z[ helios-setup] Oct 18 21:06:39.281 INFO E| Compiling unicode-width v0.1.10
26082024-10-18T21:06:40.437Z[ helios-setup] Oct 18 21:06:39.281 INFO E| Compiling cpufeatures v0.2.5
26092024-10-18T21:06:40.870Z[ helios-setup] Oct 18 21:06:39.716 INFO E| Compiling bitflags v1.3.2
26102024-10-18T21:06:41.074Z[ helios-setup] Oct 18 21:06:39.920 INFO E| Compiling miniz_oxide v0.6.2
26112024-10-18T21:06:41.144Z[ helios-setup] Oct 18 21:06:39.989 INFO E| Compiling getopts v0.2.21
26122024-10-18T21:06:41.220Z[ helios-setup] Oct 18 21:06:40.062 INFO E| Compiling bytes v1.2.1
26132024-10-18T21:06:41.940Z[ helios-setup] Oct 18 21:06:40.786 INFO E| Compiling generic-array v0.14.6
26142024-10-18T21:06:42.702Z[ helios-setup] Oct 18 21:06:41.548 INFO E| Compiling flate2 v1.0.25
26152024-10-18T21:06:46.238Z[ helios-setup] Oct 18 21:06:45.083 INFO E| Compiling block-buffer v0.10.3
26162024-10-18T21:06:46.238Z[ helios-setup] Oct 18 21:06:45.083 INFO E| Compiling crypto-common v0.1.6
26172024-10-18T21:06:46.487Z[ helios-setup] Oct 18 21:06:45.332 INFO E| Compiling digest v0.10.3
26182024-10-18T21:06:46.863Z[ helios-setup] Oct 18 21:06:45.708 INFO E| Compiling sha2 v0.10.5
26192024-10-18T21:06:47.400Z[ helios-setup] Oct 18 21:06:46.245 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
26202024-10-18T21:06:49.180Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26212024-10-18T21:06:50.140Z[ host-package] Compiling hickory-client v0.24.1
26222024-10-18T21:06:52.381Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
26232024-10-18T21:06:52.747Z[ helios-setup] Oct 18 21:06:51.592 INFO E| Finished `release` profile [optimized] target(s) in 12.83s
26242024-10-18T21:06:52.763Z[ helios-setup] Oct 18 21:06:51.608 INFO building project "bootserver" ok (12 seconds)
26252024-10-18T21:06:52.763Z[ helios-setup] Oct 18 21:06:51.608 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
26262024-10-18T21:06:52.766Z[ helios-setup] Oct 18 21:06:51.608 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
26272024-10-18T21:06:53.112Z[ helios-setup] Oct 18 21:06:51.957 INFO E| Downloading crates ...
26282024-10-18T21:06:53.221Z[ helios-setup] Oct 18 21:06:52.065 INFO E| Downloaded miniz_oxide v0.7.2
26292024-10-18T21:06:53.401Z[ helios-setup] Oct 18 21:06:52.246 INFO E| Compiling adler v1.0.2
26302024-10-18T21:06:53.558Z[ helios-setup] Oct 18 21:06:52.402 INFO E| Compiling miniz_oxide v0.7.2
26312024-10-18T21:06:53.791Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26322024-10-18T21:06:54.937Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26332024-10-18T21:06:56.342Z[ helios-setup] Oct 18 21:06:55.186 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
26342024-10-18T21:06:56.700Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26352024-10-18T21:06:56.807Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26362024-10-18T21:06:57.427Z[ helios-setup] Oct 18 21:06:56.271 INFO E| Finished `release` profile [optimized] target(s) in 4.57s
26372024-10-18T21:06:57.438Z[ helios-setup] Oct 18 21:06:56.282 INFO building project "pinprick" ok (4 seconds)
26382024-10-18T21:06:57.438Z[ helios-setup] Oct 18 21:06:56.282 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
26392024-10-18T21:06:57.438Z[ helios-setup] Oct 18 21:06:56.282 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
26402024-10-18T21:06:57.750Z[ helios-setup] Oct 18 21:06:56.594 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
26412024-10-18T21:06:58.368Z[ helios-setup] Oct 18 21:06:57.212 INFO E| From https://github.com/jclulow/rust-jmclib
26422024-10-18T21:06:58.368Z[ helios-setup] Oct 18 21:06:57.212 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
26432024-10-18T21:06:58.408Z[ helios-setup] Oct 18 21:06:57.252 INFO E| Updating crates.io index
26442024-10-18T21:06:58.534Z[ host-package] Compiling hickory-server v0.24.1
26452024-10-18T21:06:58.565Z[ helios-setup] Oct 18 21:06:57.409 INFO E| Downloading crates ...
26462024-10-18T21:06:58.672Z[ helios-setup] Oct 18 21:06:57.516 INFO E| Downloaded fastrand v2.0.0
26472024-10-18T21:06:58.676Z[ helios-setup] Oct 18 21:06:57.520 INFO E| Downloaded digest v0.9.0
26482024-10-18T21:06:58.679Z[ helios-setup] Oct 18 21:06:57.522 INFO E| Downloaded opaque-debug v0.3.0
26492024-10-18T21:06:58.681Z[ helios-setup] Oct 18 21:06:57.524 INFO E| Downloaded block-buffer v0.9.0
26502024-10-18T21:06:58.681Z[ helios-setup] Oct 18 21:06:57.525 INFO E| Downloaded anyhow v1.0.72
26512024-10-18T21:06:58.690Z[ helios-setup] Oct 18 21:06:57.532 INFO E| Downloaded serde_derive v1.0.193
26522024-10-18T21:06:58.696Z[ helios-setup] Oct 18 21:06:57.541 INFO E| Downloaded libdevinfo-sys v1.0.0
26532024-10-18T21:06:58.717Z[ helios-setup] Oct 18 21:06:57.561 INFO E| Downloaded tempfile v3.7.0
26542024-10-18T21:06:58.720Z[ helios-setup] Oct 18 21:06:57.564 INFO E| Downloaded sha-1 v0.9.8
26552024-10-18T21:06:58.723Z[ helios-setup] Oct 18 21:06:57.567 INFO E| Downloaded md-5 v0.9.1
26562024-10-18T21:06:58.725Z[ helios-setup] Oct 18 21:06:57.570 INFO E| Downloaded quote v1.0.31
26572024-10-18T21:06:58.730Z[ helios-setup] Oct 18 21:06:57.574 INFO E| Downloaded walkdir v2.3.3
26582024-10-18T21:06:58.734Z[ helios-setup] Oct 18 21:06:57.577 INFO E| Downloaded ryu v1.0.15
26592024-10-18T21:06:58.738Z[ helios-setup] Oct 18 21:06:57.582 INFO E| Downloaded bitflags v2.3.3
26602024-10-18T21:06:58.742Z[ helios-setup] Oct 18 21:06:57.586 INFO E| Downloaded uuid v0.8.2
26612024-10-18T21:06:58.747Z[ helios-setup] Oct 18 21:06:57.592 INFO E| Downloaded typenum v1.16.0
26622024-10-18T21:06:58.751Z[ helios-setup] Oct 18 21:06:57.595 INFO E| Downloaded serde v1.0.193
26632024-10-18T21:06:58.757Z[ helios-setup] Oct 18 21:06:57.601 INFO E| Downloaded proc-macro2 v1.0.66
26642024-10-18T21:06:58.760Z[ helios-setup] Oct 18 21:06:57.605 INFO E| Downloaded once_cell v1.18.0
26652024-10-18T21:06:58.765Z[ helios-setup] Oct 18 21:06:57.609 INFO E| Downloaded unicode-ident v1.0.11
26662024-10-18T21:06:58.769Z[ helios-setup] Oct 18 21:06:57.613 INFO E| Downloaded getrandom v0.2.10
26672024-10-18T21:06:58.775Z[ helios-setup] Oct 18 21:06:57.619 INFO E| Downloaded serde_json v1.0.103
26682024-10-18T21:06:58.788Z[ helios-setup] Oct 18 21:06:57.632 INFO E| Downloaded itoa v1.0.9
26692024-10-18T21:06:58.790Z[ helios-setup] Oct 18 21:06:57.634 INFO E| Downloaded syn v2.0.32
26702024-10-18T21:06:58.808Z[ helios-setup] Oct 18 21:06:57.652 INFO E| Downloaded rustix v0.38.4
26712024-10-18T21:06:58.841Z[ helios-setup] Oct 18 21:06:57.685 INFO E| Downloaded errno v0.3.1
26722024-10-18T21:06:58.843Z[ helios-setup] Oct 18 21:06:57.687 INFO E| Downloaded cpufeatures v0.2.9
26732024-10-18T21:06:58.847Z[ helios-setup] Oct 18 21:06:57.689 INFO E| Downloaded libc v0.2.147
26742024-10-18T21:06:59.088Z[ helios-setup] Oct 18 21:06:57.931 INFO E| Compiling libc v0.2.147
26752024-10-18T21:06:59.088Z[ helios-setup] Oct 18 21:06:57.931 INFO E| Compiling proc-macro2 v1.0.66
26762024-10-18T21:06:59.088Z[ helios-setup] Oct 18 21:06:57.931 INFO E| Compiling cfg-if v1.0.0
26772024-10-18T21:06:59.090Z[ helios-setup] Oct 18 21:06:57.931 INFO E| Compiling unicode-ident v1.0.11
26782024-10-18T21:06:59.090Z[ helios-setup] Oct 18 21:06:57.931 INFO E| Compiling version_check v0.9.4
26792024-10-18T21:06:59.090Z[ helios-setup] Oct 18 21:06:57.932 INFO E| Compiling typenum v1.16.0
26802024-10-18T21:06:59.090Z[ helios-setup] Oct 18 21:06:57.932 INFO E| Compiling serde v1.0.193
26812024-10-18T21:06:59.090Z[ helios-setup] Oct 18 21:06:57.932 INFO E| Compiling num-conv v0.1.0
26822024-10-18T21:07:00.134Z[ helios-setup] Oct 18 21:06:58.978 INFO E| Compiling time-core v0.1.2
26832024-10-18T21:07:00.149Z[ helios-setup] Oct 18 21:06:58.993 INFO E| Compiling itoa v1.0.9
26842024-10-18T21:07:00.170Z[ helios-setup] Oct 18 21:06:59.013 INFO E| Compiling powerfmt v0.2.0
26852024-10-18T21:07:00.410Z[ helios-setup] Oct 18 21:06:59.254 INFO E| Compiling rustix v0.38.4
26862024-10-18T21:07:00.431Z[ helios-setup] Oct 18 21:06:59.275 INFO E| Compiling slog v2.7.0
26872024-10-18T21:07:00.781Z[ host-package] Compiling primeorder v0.13.6
26882024-10-18T21:07:00.789Z[ helios-setup] Oct 18 21:06:59.633 INFO E| Compiling deranged v0.3.11
26892024-10-18T21:07:01.089Z[ helios-setup] Oct 18 21:06:59.933 INFO E| Compiling time-macros v0.2.18
26902024-10-18T21:07:01.107Z[ helios-setup] Oct 18 21:06:59.950 INFO E| Compiling generic-array v0.14.7
26912024-10-18T21:07:01.685Z[ helios-setup] Oct 18 21:07:00.528 INFO E| Compiling num_threads v0.1.6
26922024-10-18T21:07:01.866Z[ helios-setup] Oct 18 21:07:00.710 INFO E| Compiling once_cell v1.18.0
26932024-10-18T21:07:01.872Z[ helios-setup] Oct 18 21:07:00.715 INFO E| Compiling bitflags v2.3.3
26942024-10-18T21:07:02.090Z[ helios-setup] Oct 18 21:07:00.932 INFO E| Compiling quote v1.0.31
26952024-10-18T21:07:02.230Z[ host-package] Compiling vergen v8.3.2
26962024-10-18T21:07:02.776Z[ helios-setup] Oct 18 21:07:01.620 INFO E| Compiling syn v2.0.32
26972024-10-18T21:07:02.954Z[ helios-setup] Oct 18 21:07:01.798 INFO E| Compiling thread_local v1.1.7
26982024-10-18T21:07:03.246Z[ host-package] Compiling bcs v0.1.6
26992024-10-18T21:07:03.510Z[ helios-setup] Oct 18 21:07:02.247 INFO E| Compiling dirs-sys-next v0.1.2
27002024-10-18T21:07:03.616Z[ helios-setup] Oct 18 21:07:02.460 INFO E| Compiling errno v0.3.1
27012024-10-18T21:07:03.911Z[ helios-setup] Oct 18 21:07:02.754 INFO E| Compiling dirs-next v2.0.0
27022024-10-18T21:07:04.119Z[ helios-setup] Oct 18 21:07:02.962 INFO E| Compiling term v0.7.0
27032024-10-18T21:07:04.457Z[ helios-setup] Oct 18 21:07:03.301 INFO E| Compiling atty v0.2.14
27042024-10-18T21:07:04.727Z[ helios-setup] Oct 18 21:07:03.570 INFO E| Compiling fastrand v2.0.0
27052024-10-18T21:07:05.211Z[ helios-setup] Oct 18 21:07:04.054 INFO E| Compiling serde_json v1.0.103
27062024-10-18T21:07:05.300Z[ host-package] Compiling env_filter v0.1.2
27072024-10-18T21:07:06.137Z[ helios-setup] Oct 18 21:07:04.980 INFO E| Compiling opaque-debug v0.3.0
27082024-10-18T21:07:06.224Z[ helios-setup] Oct 18 21:07:05.067 INFO E| Compiling anyhow v1.0.72
27092024-10-18T21:07:06.416Z[ helios-setup] Oct 18 21:07:05.259 INFO E| Compiling getrandom v0.2.10
27102024-10-18T21:07:06.622Z[ helios-setup] Oct 18 21:07:05.465 INFO E| Compiling digest v0.9.0
27112024-10-18T21:07:06.671Z[ helios-setup] Oct 18 21:07:05.514 INFO E| Compiling block-buffer v0.9.0
27122024-10-18T21:07:06.684Z[ helios-setup] Oct 18 21:07:05.527 INFO E| Compiling time v0.3.36
27132024-10-18T21:07:07.009Z[ helios-setup] Oct 18 21:07:05.852 INFO E| Compiling same-file v1.0.6
27142024-10-18T21:07:07.039Z[ helios-setup] Oct 18 21:07:05.882 INFO E| Compiling cpufeatures v0.2.9
27152024-10-18T21:07:07.136Z[ helios-setup] Oct 18 21:07:05.979 INFO E| Compiling ryu v1.0.15
27162024-10-18T21:07:07.618Z[ helios-setup] Oct 18 21:07:06.461 INFO E| Compiling tempfile v3.7.0
27172024-10-18T21:07:07.632Z[ helios-setup] Oct 18 21:07:06.475 INFO E| Compiling unicode-width v0.1.10
27182024-10-18T21:07:07.643Z[ helios-setup] Oct 18 21:07:06.486 INFO E| Compiling walkdir v2.3.3
27192024-10-18T21:07:07.794Z[ helios-setup] Oct 18 21:07:06.637 INFO E| Compiling sha-1 v0.9.8
27202024-10-18T21:07:07.926Z[ helios-setup] Oct 18 21:07:06.769 INFO E| Compiling getopts v0.2.21
27212024-10-18T21:07:08.046Z[ host-package] Compiling cargo-platform v0.1.8
27222024-10-18T21:07:08.160Z[ host-package] Compiling nanorand v0.7.0
27232024-10-18T21:07:08.964Z[ helios-setup] Oct 18 21:07:07.808 INFO E| Compiling md-5 v0.9.1
27242024-10-18T21:07:09.019Z[ helios-setup] Oct 18 21:07:07.862 INFO E| Compiling libdevinfo-sys v1.0.0
27252024-10-18T21:07:09.433Z[ helios-setup] Oct 18 21:07:08.276 INFO E| Compiling glob v0.3.1
27262024-10-18T21:07:09.472Z[ host-package] Compiling memoffset v0.9.1
27272024-10-18T21:07:09.787Z[ host-package] Compiling flume v0.11.0
27282024-10-18T21:07:10.196Z[ host-package] Compiling cargo_metadata v0.18.1
27292024-10-18T21:07:10.598Z[ helios-setup] Oct 18 21:07:09.441 INFO E| Compiling slog-term v2.9.0
27302024-10-18T21:07:10.716Z[ host-package] Compiling env_logger v0.11.5
27312024-10-18T21:07:11.392Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27322024-10-18T21:07:11.478Z[ helios-setup] Oct 18 21:07:10.321 INFO E| Compiling serde_derive v1.0.193
27332024-10-18T21:07:12.904Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27342024-10-18T21:07:14.816Z[ host-package] Compiling p384 v0.13.0
27352024-10-18T21:07:17.402Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27362024-10-18T21:07:23.543Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27372024-10-18T21:07:24.466Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27382024-10-18T21:07:26.110Z[ host-package] Compiling git2 v0.19.0
27392024-10-18T21:07:27.224Z[ helios-setup] Oct 18 21:07:26.064 INFO E| Compiling toml v0.5.11
27402024-10-18T21:07:27.224Z[ helios-setup] Oct 18 21:07:26.065 INFO E| Compiling uuid v0.8.2
27412024-10-18T21:07:29.526Z[ helios-setup] Oct 18 21:07:28.367 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
27422024-10-18T21:07:32.157Z[ helios-setup] Oct 18 21:07:30.998 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
27432024-10-18T21:07:36.888Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
27442024-10-18T21:07:36.950Z[ host-package] Compiling libsqlite3-sys v0.30.1
27452024-10-18T21:07:37.738Z[ host-package] Compiling lzma-sys v0.1.20
27462024-10-18T21:07:38.567Z[ host-package] Compiling rustls v0.21.12
27472024-10-18T21:07:38.966Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27482024-10-18T21:07:39.153Z[ host-package] Compiling cfg_aliases v0.2.1
27492024-10-18T21:07:39.286Z[ host-package] Compiling nix v0.29.0
27502024-10-18T21:07:40.456Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27512024-10-18T21:07:42.213Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27522024-10-18T21:07:42.342Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27532024-10-18T21:07:43.416Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27542024-10-18T21:07:46.219Z[ helios-setup] Oct 18 21:07:45.058 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.68s
27552024-10-18T21:07:46.253Z[ helios-setup] Oct 18 21:07:45.092 INFO building project "image-builder" ok (48 seconds)
27562024-10-18T21:07:46.253Z[ helios-setup] Oct 18 21:07:45.092 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27572024-10-18T21:07:46.256Z[ helios-setup] Oct 18 21:07:45.092 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27582024-10-18T21:07:46.617Z[ helios-setup] Oct 18 21:07:45.456 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
27592024-10-18T21:07:47.345Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27602024-10-18T21:07:48.048Z[ helios-setup] Oct 18 21:07:46.887 INFO E| From https://github.com/oxidecomputer/progenitor
27612024-10-18T21:07:48.048Z[ helios-setup] Oct 18 21:07:46.887 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
27622024-10-18T21:07:48.081Z[ helios-setup] Oct 18 21:07:46.920 INFO E| * [new tag] v0.1.1 -> v0.1.1
27632024-10-18T21:07:48.081Z[ helios-setup] Oct 18 21:07:46.920 INFO E| * [new tag] v0.2.0 -> v0.2.0
27642024-10-18T21:07:48.219Z[ helios-setup] Oct 18 21:07:47.058 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27652024-10-18T21:07:48.790Z[ helios-setup] Oct 18 21:07:47.628 INFO E| From https://github.com/jclulow/hiercmd
27662024-10-18T21:07:48.790Z[ helios-setup] Oct 18 21:07:47.628 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
27672024-10-18T21:07:48.811Z[ helios-setup] Oct 18 21:07:47.650 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
27682024-10-18T21:07:49.359Z[ helios-setup] Oct 18 21:07:48.197 INFO E| From https://github.com/jclulow/network-interface
27692024-10-18T21:07:49.359Z[ helios-setup] Oct 18 21:07:48.198 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
27702024-10-18T21:07:49.400Z[ helios-setup] Oct 18 21:07:48.239 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27712024-10-18T21:07:49.910Z[ helios-setup] Oct 18 21:07:48.749 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27722024-10-18T21:07:49.910Z[ helios-setup] Oct 18 21:07:48.749 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27732024-10-18T21:07:49.948Z[ helios-setup] Oct 18 21:07:48.786 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
27742024-10-18T21:07:50.806Z[ helios-setup] Oct 18 21:07:49.644 INFO E| From https://github.com/oxidecomputer/facade
27752024-10-18T21:07:50.806Z[ helios-setup] Oct 18 21:07:49.644 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
27762024-10-18T21:07:50.854Z[ helios-setup] Oct 18 21:07:49.693 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
27772024-10-18T21:07:51.382Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27782024-10-18T21:07:51.750Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
27792024-10-18T21:07:51.969Z[ helios-setup] Oct 18 21:07:50.808 INFO E| From https://github.com/oxidecomputer/dropshot
27802024-10-18T21:07:51.969Z[ helios-setup] Oct 18 21:07:50.808 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
27812024-10-18T21:07:52.009Z[ helios-setup] Oct 18 21:07:50.847 INFO E| * [new tag] v0.3.0 -> v0.3.0
27822024-10-18T21:07:52.009Z[ helios-setup] Oct 18 21:07:50.847 INFO E| * [new tag] v0.4.0 -> v0.4.0
27832024-10-18T21:07:52.012Z[ helios-setup] Oct 18 21:07:50.847 INFO E| * [new tag] v0.5.0 -> v0.5.0
27842024-10-18T21:07:52.012Z[ helios-setup] Oct 18 21:07:50.847 INFO E| * [new tag] v0.5.1 -> v0.5.1
27852024-10-18T21:07:52.012Z[ helios-setup] Oct 18 21:07:50.848 INFO E| * [new tag] v0.6.0 -> v0.6.0
27862024-10-18T21:07:52.012Z[ helios-setup] Oct 18 21:07:50.848 INFO E| * [new tag] v0.7.0 -> v0.7.0
27872024-10-18T21:07:52.013Z[ helios-setup] Oct 18 21:07:50.848 INFO E| * [new tag] v0.8.0 -> v0.8.0
27882024-10-18T21:07:52.013Z[ helios-setup] Oct 18 21:07:50.848 INFO E| * [new tag] v0.9.0 -> v0.9.0
27892024-10-18T21:07:52.065Z[ helios-setup] Oct 18 21:07:50.902 INFO E| Updating crates.io index
27902024-10-18T21:07:52.164Z[ helios-setup] Oct 18 21:07:50.999 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
27912024-10-18T21:07:53.122Z[ helios-setup] Oct 18 21:07:51.959 INFO E| From https://github.com/oxidecomputer/typify
27922024-10-18T21:07:53.122Z[ helios-setup] Oct 18 21:07:51.959 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
27932024-10-18T21:07:53.154Z[ helios-setup] Oct 18 21:07:51.992 INFO E| * [new tag] v0.0.10 -> v0.0.10
27942024-10-18T21:07:53.156Z[ helios-setup] Oct 18 21:07:51.992 INFO E| * [new tag] v0.0.11 -> v0.0.11
27952024-10-18T21:07:53.156Z[ helios-setup] Oct 18 21:07:51.992 INFO E| * [new tag] v0.0.4 -> v0.0.4
27962024-10-18T21:07:53.156Z[ helios-setup] Oct 18 21:07:51.992 INFO E| * [new tag] v0.0.5 -> v0.0.5
27972024-10-18T21:07:53.156Z[ helios-setup] Oct 18 21:07:51.992 INFO E| * [new tag] v0.0.7 -> v0.0.7
27982024-10-18T21:07:53.156Z[ helios-setup] Oct 18 21:07:51.993 INFO E| * [new tag] v0.0.8 -> v0.0.8
27992024-10-18T21:07:53.156Z[ helios-setup] Oct 18 21:07:51.993 INFO E| * [new tag] v0.0.9 -> v0.0.9
28002024-10-18T21:07:53.584Z[ helios-setup] Oct 18 21:07:52.419 INFO E| Downloading crates ...
28012024-10-18T21:07:53.631Z[ host-package] Compiling rustls-webpki v0.101.7
28022024-10-18T21:07:53.791Z[ helios-setup] Oct 18 21:07:52.623 INFO E| Downloaded concolor-override v1.0.0
28032024-10-18T21:07:53.812Z[ helios-setup] Oct 18 21:07:52.625 INFO E| Downloaded cargo-lock v8.0.3
28042024-10-18T21:07:53.812Z[ helios-setup] Oct 18 21:07:52.629 INFO E| Downloaded anstyle-parse v0.1.1
28052024-10-18T21:07:53.812Z[ helios-setup] Oct 18 21:07:52.632 INFO E| Downloaded project-root v0.2.2
28062024-10-18T21:07:53.812Z[ helios-setup] Oct 18 21:07:52.633 INFO E| Downloaded anstream v0.2.6
28072024-10-18T21:07:53.812Z[ helios-setup] Oct 18 21:07:52.636 INFO E| Downloaded async-stream-impl v0.3.5
28082024-10-18T21:07:53.812Z[ helios-setup] Oct 18 21:07:52.638 INFO E| Downloaded proc-macro-crate v1.2.1
28092024-10-18T21:07:53.813Z[ helios-setup] Oct 18 21:07:52.639 INFO E| Downloaded http-body v0.4.5
28102024-10-18T21:07:53.813Z[ helios-setup] Oct 18 21:07:52.642 INFO E| Downloaded futures-executor v0.3.28
28112024-10-18T21:07:53.817Z[ helios-setup] Oct 18 21:07:52.644 INFO E| Downloaded fastrand v1.9.0
28122024-10-18T21:07:53.817Z[ helios-setup] Oct 18 21:07:52.646 INFO E| Downloaded rustls-pemfile v1.0.2
28132024-10-18T21:07:53.817Z[ helios-setup] Oct 18 21:07:52.649 INFO E| Downloaded const-random v0.1.15
28142024-10-18T21:07:53.817Z[ helios-setup] Oct 18 21:07:52.652 INFO E| Downloaded pkg-config v0.3.26
28152024-10-18T21:07:53.817Z[ helios-setup] Oct 18 21:07:52.654 INFO E| Downloaded sct v0.7.0
28162024-10-18T21:07:53.824Z[ helios-setup] Oct 18 21:07:52.661 INFO E| Downloaded lazy_static v1.4.0
28172024-10-18T21:07:53.830Z[ helios-setup] Oct 18 21:07:52.664 INFO E| Downloaded itoa v1.0.6
28182024-10-18T21:07:53.834Z[ helios-setup] Oct 18 21:07:52.667 INFO E| Downloaded tokio-tungstenite v0.18.0
28192024-10-18T21:07:53.834Z[ helios-setup] Oct 18 21:07:52.671 INFO E| Downloaded clap_derive v4.2.0
28202024-10-18T21:07:53.848Z[ helios-setup] Oct 18 21:07:52.674 INFO E| Downloaded utf8parse v0.2.1
28212024-10-18T21:07:53.848Z[ helios-setup] Oct 18 21:07:52.676 INFO E| Downloaded const-random-macro v0.1.15
28222024-10-18T21:07:53.854Z[ helios-setup] Oct 18 21:07:52.678 INFO E| Downloaded sha2 v0.10.6
28232024-10-18T21:07:53.854Z[ helios-setup] Oct 18 21:07:52.681 INFO E| Downloaded autocfg v1.1.0
28242024-10-18T21:07:53.854Z[ helios-setup] Oct 18 21:07:52.685 INFO E| Downloaded thiserror-impl v1.0.38
28252024-10-18T21:07:53.854Z[ helios-setup] Oct 18 21:07:52.687 INFO E| Downloaded serde_tokenstream v0.2.0
28262024-10-18T21:07:53.859Z[ helios-setup] Oct 18 21:07:52.693 INFO E| Downloaded serde_path_to_error v0.1.11
28272024-10-18T21:07:53.859Z[ helios-setup] Oct 18 21:07:52.696 INFO E| Downloaded terminal_size v0.2.6
28282024-10-18T21:07:53.869Z[ helios-setup] Oct 18 21:07:52.698 INFO E| Downloaded smawk v0.3.1
28292024-10-18T21:07:53.869Z[ helios-setup] Oct 18 21:07:52.700 INFO E| Downloaded semver v0.11.0
28302024-10-18T21:07:53.877Z[ helios-setup] Oct 18 21:07:52.703 INFO E| Downloaded byteorder v1.4.3
28312024-10-18T21:07:53.877Z[ helios-setup] Oct 18 21:07:52.707 INFO E| Downloaded once_cell v1.17.0
28322024-10-18T21:07:53.877Z[ helios-setup] Oct 18 21:07:52.711 INFO E| Downloaded try-lock v0.2.4
28332024-10-18T21:07:53.882Z[ helios-setup] Oct 18 21:07:52.712 INFO E| Downloaded want v0.3.0
28342024-10-18T21:07:53.882Z[ helios-setup] Oct 18 21:07:52.714 INFO E| Downloaded form_urlencoded v1.1.0
28352024-10-18T21:07:53.882Z[ helios-setup] Oct 18 21:07:52.716 INFO E| Downloaded futures-sink v0.3.28
28362024-10-18T21:07:53.882Z[ helios-setup] Oct 18 21:07:52.717 INFO E| Downloaded dyn-clone v1.0.11
28372024-10-18T21:07:53.888Z[ helios-setup] Oct 18 21:07:52.720 INFO E| Downloaded unicode-ident v1.0.8
28382024-10-18T21:07:53.888Z[ helios-setup] Oct 18 21:07:52.725 INFO E| Downloaded smallvec v1.10.0
28392024-10-18T21:07:53.891Z[ helios-setup] Oct 18 21:07:52.728 INFO E| Downloaded uuid v1.3.0
28402024-10-18T21:07:53.897Z[ helios-setup] Oct 18 21:07:52.735 INFO E| Downloaded ucd-trie v0.1.5
28412024-10-18T21:07:53.932Z[ helios-setup] Oct 18 21:07:52.738 INFO E| Downloaded signal-hook-registry v1.4.0
28422024-10-18T21:07:53.933Z[ helios-setup] Oct 18 21:07:52.740 INFO E| Downloaded rustfmt-wrapper v0.2.0
28432024-10-18T21:07:53.933Z[ helios-setup] Oct 18 21:07:52.742 INFO E| Downloaded serde_derive_internals v0.26.0
28442024-10-18T21:07:53.933Z[ helios-setup] Oct 18 21:07:52.744 INFO E| Downloaded toml_datetime v0.6.1
28452024-10-18T21:07:53.933Z[ helios-setup] Oct 18 21:07:52.746 INFO E| Downloaded tokio-macros v2.0.0
28462024-10-18T21:07:53.933Z[ helios-setup] Oct 18 21:07:52.748 INFO E| Downloaded tinyvec v1.6.0
28472024-10-18T21:07:53.955Z[ helios-setup] Oct 18 21:07:52.753 INFO E| Downloaded num-traits v0.2.15
28482024-10-18T21:07:53.955Z[ helios-setup] Oct 18 21:07:52.758 INFO E| Downloaded time v0.1.45
28492024-10-18T21:07:53.955Z[ helios-setup] Oct 18 21:07:52.760 INFO E| Downloaded tokio-rustls v0.24.0
28502024-10-18T21:07:53.955Z[ helios-setup] Oct 18 21:07:52.763 INFO E| Downloaded tempfile v3.5.0
28512024-10-18T21:07:53.955Z[ helios-setup] Oct 18 21:07:52.767 INFO E| Downloaded parking_lot_core v0.9.6
28522024-10-18T21:07:53.955Z[ helios-setup] Oct 18 21:07:52.770 INFO E| Downloaded textwrap v0.16.0
28532024-10-18T21:07:53.956Z[ helios-setup] Oct 18 21:07:52.774 INFO E| Downloaded pin-project-lite v0.2.9
28542024-10-18T21:07:53.956Z[ helios-setup] Oct 18 21:07:52.781 INFO E| Downloaded unsafe-libyaml v0.2.8
28552024-10-18T21:07:53.985Z[ helios-setup] Oct 18 21:07:52.786 INFO E| Downloaded serde v1.0.204
28562024-10-18T21:07:53.985Z[ helios-setup] Oct 18 21:07:52.791 INFO E| Downloaded serde_derive v1.0.204
28572024-10-18T21:07:53.985Z[ helios-setup] Oct 18 21:07:52.795 INFO E| Downloaded url v2.3.1
28582024-10-18T21:07:53.985Z[ helios-setup] Oct 18 21:07:52.799 INFO E| Downloaded ryu v1.0.13
28592024-10-18T21:07:53.997Z[ helios-setup] Oct 18 21:07:52.804 INFO E| Downloaded unicode-linebreak v0.1.4
28602024-10-18T21:07:53.997Z[ helios-setup] Oct 18 21:07:52.806 INFO E| Downloaded tracing v0.1.37
28612024-10-18T21:07:53.997Z[ helios-setup] Oct 18 21:07:52.813 INFO E| Downloaded winnow v0.4.1
28622024-10-18T21:07:53.997Z[ helios-setup] Oct 18 21:07:52.827 INFO E| Downloaded rustls-webpki v0.100.1
28632024-10-18T21:07:54.005Z[ helios-setup] Oct 18 21:07:52.838 INFO E| Downloaded unicode-normalization v0.1.22
28642024-10-18T21:07:54.010Z[ helios-setup] Oct 18 21:07:52.844 INFO E| Downloaded syn v2.0.72
28652024-10-18T21:07:54.029Z[ helios-setup] Oct 18 21:07:52.866 INFO E| Downloaded http v0.2.9
28662024-10-18T21:07:54.036Z[ helios-setup] Oct 18 21:07:52.873 INFO E| Downloaded pest v2.5.7
28672024-10-18T21:07:54.053Z[ helios-setup] Oct 18 21:07:52.882 INFO E| Downloaded syn v1.0.107
28682024-10-18T21:07:54.097Z[ helios-setup] Oct 18 21:07:52.899 INFO E| Downloaded tokio v1.27.0
28692024-10-18T21:07:54.169Z[ helios-setup] Oct 18 21:07:52.980 INFO E| Downloaded aho-corasick v0.7.20
28702024-10-18T21:07:54.277Z[ helios-setup] Oct 18 21:07:52.985 INFO E| Downloaded reqwest v0.11.16
28712024-10-18T21:07:54.277Z[ helios-setup] Oct 18 21:07:52.997 INFO E| Downloaded serde_json v1.0.95
28722024-10-18T21:07:54.277Z[ helios-setup] Oct 18 21:07:53.008 INFO E| Downloaded rayon v1.6.1
28732024-10-18T21:07:54.277Z[ helios-setup] Oct 18 21:07:53.036 INFO E| Downloaded h2 v0.3.16
28742024-10-18T21:07:54.277Z[ helios-setup] Oct 18 21:07:53.046 INFO E| Downloaded clap_builder v4.2.1
28752024-10-18T21:07:54.448Z[ helios-setup] Oct 18 21:07:53.062 INFO E| Downloaded futures-util v0.3.28
28762024-10-18T21:07:54.448Z[ helios-setup] Oct 18 21:07:53.084 INFO E| Downloaded regex v1.7.3
28772024-10-18T21:07:54.448Z[ helios-setup] Oct 18 21:07:53.098 INFO E| Downloaded hyper v0.14.25
28782024-10-18T21:07:54.448Z[ helios-setup] Oct 18 21:07:53.114 INFO E| Downloaded regress v0.5.0
28792024-10-18T21:07:54.448Z[ helios-setup] Oct 18 21:07:53.127 INFO E| Downloaded rustls v0.21.0
28802024-10-18T21:07:54.448Z[ helios-setup] Oct 18 21:07:53.146 INFO E| Downloaded rhai v1.14.0
28812024-10-18T21:07:54.448Z[ helios-setup] Oct 18 21:07:53.174 INFO E| Downloaded openapiv3 v1.0.2
28822024-10-18T21:07:54.546Z[ helios-setup] Oct 18 21:07:53.196 INFO E| Downloaded rustix v0.37.3
28832024-10-18T21:07:54.546Z[ helios-setup] Oct 18 21:07:53.227 INFO E| Downloaded git2 v0.16.1
28842024-10-18T21:07:54.546Z[ helios-setup] Oct 18 21:07:53.241 INFO E| Downloaded chrono v0.4.24
28852024-10-18T21:07:54.547Z[ helios-setup] Oct 18 21:07:53.254 INFO E| Downloaded tokio-util v0.7.7
28862024-10-18T21:07:54.547Z[ helios-setup] Oct 18 21:07:53.265 INFO E| Downloaded libc v0.2.139
28872024-10-18T21:07:54.547Z[ helios-setup] Oct 18 21:07:53.305 INFO E| Downloaded mio v0.8.5
28882024-10-18T21:07:54.547Z[ helios-setup] Oct 18 21:07:53.314 INFO E| Downloaded crossbeam-channel v0.5.6
28892024-10-18T21:07:54.547Z[ helios-setup] Oct 18 21:07:53.321 INFO E| Downloaded tracing-core v0.1.30
28902024-10-18T21:07:54.547Z[ helios-setup] Oct 18 21:07:53.325 INFO E| Downloaded rayon-core v1.10.2
28912024-10-18T21:07:54.628Z[ helios-setup] Oct 18 21:07:53.331 INFO E| Downloaded toml_edit v0.19.8
28922024-10-18T21:07:54.629Z[ helios-setup] Oct 18 21:07:53.358 INFO E| Downloaded log v0.4.17
28932024-10-18T21:07:54.629Z[ helios-setup] Oct 18 21:07:53.361 INFO E| Downloaded httparse v1.8.0
28942024-10-18T21:07:54.629Z[ helios-setup] Oct 18 21:07:53.364 INFO E| Downloaded crossbeam-utils v0.8.14
28952024-10-18T21:07:54.629Z[ helios-setup] Oct 18 21:07:53.369 INFO E| Downloaded cc v1.0.78
28962024-10-18T21:07:54.629Z[ helios-setup] Oct 18 21:07:53.373 INFO E| Downloaded unicode-bidi v0.3.13
28972024-10-18T21:07:54.629Z[ helios-setup] Oct 18 21:07:53.377 INFO E| Downloaded tungstenite v0.18.0
28982024-10-18T21:07:54.629Z[ helios-setup] Oct 18 21:07:53.382 INFO E| Downloaded socket2 v0.4.9
28992024-10-18T21:07:54.629Z[ helios-setup] Oct 18 21:07:53.385 INFO E| Downloaded serde_yaml v0.9.21
29002024-10-18T21:07:54.629Z[ helios-setup] Oct 18 21:07:53.391 INFO E| Downloaded ipnet v2.7.2
29012024-10-18T21:07:54.629Z[ helios-setup] Oct 18 21:07:53.394 INFO E| Downloaded anyhow v1.0.68
29022024-10-18T21:07:54.630Z[ helios-setup] Oct 18 21:07:53.401 INFO E| Downloaded smartstring v1.0.1
29032024-10-18T21:07:54.630Z[ helios-setup] Oct 18 21:07:53.405 INFO E| Downloaded camino v1.1.4
29042024-10-18T21:07:54.630Z[ helios-setup] Oct 18 21:07:53.408 INFO E| Downloaded memchr v2.5.0
29052024-10-18T21:07:54.630Z[ helios-setup] Oct 18 21:07:53.415 INFO E| Downloaded encoding_rs v0.8.32
29062024-10-18T21:07:54.703Z[ helios-setup] Oct 18 21:07:53.467 INFO E| Downloaded clap v4.2.1
29072024-10-18T21:07:54.704Z[ helios-setup] Oct 18 21:07:53.482 INFO E| Downloaded ahash v0.7.6
29082024-10-18T21:07:54.704Z[ helios-setup] Oct 18 21:07:53.487 INFO E| Downloaded strsim v0.10.0
29092024-10-18T21:07:54.704Z[ helios-setup] Oct 18 21:07:53.489 INFO E| Downloaded parking_lot v0.12.1
29102024-10-18T21:07:54.779Z[ helios-setup] Oct 18 21:07:53.493 INFO E| Downloaded sha1 v0.10.5
29112024-10-18T21:07:54.779Z[ helios-setup] Oct 18 21:07:53.496 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
29122024-10-18T21:07:54.830Z[ helios-setup] Oct 18 21:07:53.630 INFO E| Downloaded num_enum_derive v0.5.7
29132024-10-18T21:07:54.830Z[ helios-setup] Oct 18 21:07:53.632 INFO E| Downloaded jobserver v0.1.26
29142024-10-18T21:07:54.883Z[ helios-setup] Oct 18 21:07:53.635 INFO E| Downloaded semver-parser v0.10.2
29152024-10-18T21:07:54.883Z[ helios-setup] Oct 18 21:07:53.638 INFO E| Downloaded semver v1.0.17
29162024-10-18T21:07:54.883Z[ helios-setup] Oct 18 21:07:53.642 INFO E| Downloaded memoffset v0.7.1
29172024-10-18T21:07:54.883Z[ helios-setup] Oct 18 21:07:53.644 INFO E| Downloaded serde_spanned v0.6.1
29182024-10-18T21:07:54.883Z[ helios-setup] Oct 18 21:07:53.645 INFO E| Downloaded ppv-lite86 v0.2.17
29192024-10-18T21:07:54.883Z[ helios-setup] Oct 18 21:07:53.648 INFO E| Downloaded futures v0.3.28
29202024-10-18T21:07:54.883Z[ helios-setup] Oct 18 21:07:53.657 INFO E| Downloaded bytes v1.4.0
29212024-10-18T21:07:54.883Z[ helios-setup] Oct 18 21:07:53.664 INFO E| Downloaded bincode v1.3.3
29222024-10-18T21:07:54.883Z[ helios-setup] Oct 18 21:07:53.667 INFO E| Downloaded libz-sys v1.1.8
29232024-10-18T21:07:54.977Z[ helios-setup] Oct 18 21:07:53.770 INFO E| Downloaded slab v0.4.7
29242024-10-18T21:07:55.038Z[ helios-setup] Oct 18 21:07:53.773 INFO E| Downloaded lock_api v0.4.9
29252024-10-18T21:07:55.038Z[ helios-setup] Oct 18 21:07:53.775 INFO E| Downloaded toml v0.7.3
29262024-10-18T21:07:55.038Z[ helios-setup] Oct 18 21:07:53.780 INFO E| Downloaded schemars v0.8.12
29272024-10-18T21:07:55.038Z[ helios-setup] Oct 18 21:07:53.799 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
29282024-10-18T21:07:55.038Z[ helios-setup] Oct 18 21:07:53.802 INFO E| Downloaded slog-bunyan v2.4.0
29292024-10-18T21:07:55.038Z[ helios-setup] Oct 18 21:07:53.804 INFO E| Downloaded percent-encoding v2.2.0
29302024-10-18T21:07:55.038Z[ helios-setup] Oct 18 21:07:53.805 INFO E| Downloaded num_cpus v1.15.0
29312024-10-18T21:07:55.039Z[ helios-setup] Oct 18 21:07:53.809 INFO E| Downloaded num-integer v0.1.45
29322024-10-18T21:07:55.039Z[ helios-setup] Oct 18 21:07:53.812 INFO E| Downloaded futures-io v0.3.28
29332024-10-18T21:07:55.039Z[ helios-setup] Oct 18 21:07:53.813 INFO E| Downloaded clap_lex v0.4.1
29342024-10-18T21:07:55.039Z[ helios-setup] Oct 18 21:07:53.815 INFO E| Downloaded tower-service v0.3.2
29352024-10-18T21:07:55.039Z[ helios-setup] Oct 18 21:07:53.816 INFO E| Downloaded crossbeam-deque v0.8.2
29362024-10-18T21:07:55.039Z[ helios-setup] Oct 18 21:07:53.818 INFO E| Downloaded either v1.8.0
29372024-10-18T21:07:55.039Z[ helios-setup] Oct 18 21:07:53.820 INFO E| Downloaded rhai_codegen v1.5.0
29382024-10-18T21:07:55.039Z[ helios-setup] Oct 18 21:07:53.834 INFO E| Downloaded crossbeam-epoch v0.9.13
29392024-10-18T21:07:55.039Z[ helios-setup] Oct 18 21:07:53.838 INFO E| Downloaded async-trait v0.1.68
29402024-10-18T21:07:55.039Z[ helios-setup] Oct 18 21:07:53.844 INFO E| Downloaded toolchain_find v0.2.0
29412024-10-18T21:07:55.039Z[ helios-setup] Oct 18 21:07:53.846 INFO E| Downloaded quote v1.0.36
29422024-10-18T21:07:55.081Z[ helios-setup] Oct 18 21:07:53.849 INFO E| Downloaded ahash v0.8.3
29432024-10-18T21:07:55.081Z[ helios-setup] Oct 18 21:07:53.854 INFO E| Downloaded scopeguard v1.1.0
29442024-10-18T21:07:55.081Z[ helios-setup] Oct 18 21:07:53.855 INFO E| Downloaded schemars_derive v0.8.12
29452024-10-18T21:07:55.081Z[ helios-setup] Oct 18 21:07:53.858 INFO E| Downloaded concolor-query v0.3.3
29462024-10-18T21:07:55.081Z[ helios-setup] Oct 18 21:07:53.859 INFO E| Downloaded num_enum v0.5.7
29472024-10-18T21:07:55.081Z[ helios-setup] Oct 18 21:07:53.865 INFO E| Downloaded futures-core v0.3.28
29482024-10-18T21:07:55.081Z[ helios-setup] Oct 18 21:07:53.867 INFO E| Downloaded futures-channel v0.3.28
29492024-10-18T21:07:55.081Z[ helios-setup] Oct 18 21:07:53.870 INFO E| Downloaded async-stream v0.3.5
29502024-10-18T21:07:55.082Z[ helios-setup] Oct 18 21:07:53.873 INFO E| Downloaded anstyle v0.3.5
29512024-10-18T21:07:55.082Z[ helios-setup] Oct 18 21:07:53.875 INFO E| Downloaded io-lifetimes v1.0.10
29522024-10-18T21:07:55.082Z[ helios-setup] Oct 18 21:07:53.879 INFO E| Downloaded getrandom v0.2.8
29532024-10-18T21:07:55.082Z[ helios-setup] Oct 18 21:07:53.883 INFO E| Downloaded thiserror v1.0.38
29542024-10-18T21:07:55.082Z[ helios-setup] Oct 18 21:07:53.890 INFO E| Downloaded slog-async v2.7.0
29552024-10-18T21:07:55.082Z[ helios-setup] Oct 18 21:07:53.892 INFO E| Downloaded httpdate v1.0.2
29562024-10-18T21:07:55.082Z[ helios-setup] Oct 18 21:07:53.893 INFO E| Downloaded built v0.6.0
29572024-10-18T21:07:55.082Z[ helios-setup] Oct 18 21:07:53.895 INFO E| Downloaded is-terminal v0.4.7
29582024-10-18T21:07:55.082Z[ helios-setup] Oct 18 21:07:53.897 INFO E| Downloaded digest v0.10.6
29592024-10-18T21:07:55.102Z[ helios-setup] Oct 18 21:07:53.900 INFO E| Downloaded paste v1.0.12
29602024-10-18T21:07:55.103Z[ helios-setup] Oct 18 21:07:53.904 INFO E| Downloaded iana-time-zone v0.1.56
29612024-10-18T21:07:55.103Z[ helios-setup] Oct 18 21:07:53.907 INFO E| Downloaded base64 v0.21.0
29622024-10-18T21:07:55.103Z[ helios-setup] Oct 18 21:07:53.913 INFO E| Downloaded home v0.5.4
29632024-10-18T21:07:55.123Z[ helios-setup] Oct 18 21:07:53.928 INFO E| Downloaded futures-task v0.3.28
29642024-10-18T21:07:55.124Z[ helios-setup] Oct 18 21:07:53.930 INFO E| Downloaded futures-macro v0.3.28
29652024-10-18T21:07:55.468Z[ helios-setup] Oct 18 21:07:54.304 INFO E| Compiling proc-macro2 v1.0.86
29662024-10-18T21:07:55.476Z[ helios-setup] Oct 18 21:07:54.304 INFO E| Compiling libc v0.2.139
29672024-10-18T21:07:55.476Z[ helios-setup] Oct 18 21:07:54.304 INFO E| Compiling unicode-ident v1.0.8
29682024-10-18T21:07:55.476Z[ helios-setup] Oct 18 21:07:54.305 INFO E| Compiling autocfg v1.1.0
29692024-10-18T21:07:55.476Z[ helios-setup] Oct 18 21:07:54.305 INFO E| Compiling cfg-if v1.0.0
29702024-10-18T21:07:55.476Z[ helios-setup] Oct 18 21:07:54.305 INFO E| Compiling version_check v0.9.4
29712024-10-18T21:07:55.476Z[ helios-setup] Oct 18 21:07:54.305 INFO E| Compiling serde v1.0.204
29722024-10-18T21:07:55.476Z[ helios-setup] Oct 18 21:07:54.305 INFO E| Compiling syn v1.0.107
29732024-10-18T21:07:55.584Z[ host-package] Compiling sct v0.7.1
29742024-10-18T21:07:55.978Z[ helios-setup] Oct 18 21:07:54.817 INFO E| Compiling memchr v2.5.0
29752024-10-18T21:07:56.301Z[ host-package] Compiling heck v0.3.3
29762024-10-18T21:07:56.412Z[ helios-setup] Oct 18 21:07:55.249 INFO E| Compiling once_cell v1.17.0
29772024-10-18T21:07:56.618Z[ host-package] Compiling castaway v0.2.3
29782024-10-18T21:07:56.924Z[ host-package] Compiling rand_seeder v0.3.0
29792024-10-18T21:07:57.047Z[ host-package] Compiling csv-core v0.1.11
29802024-10-18T21:07:57.124Z[ helios-setup] Oct 18 21:07:55.962 INFO E| Compiling thiserror v1.0.38
29812024-10-18T21:07:57.215Z[ helios-setup] Oct 18 21:07:56.052 INFO E| Compiling log v0.4.17
29822024-10-18T21:07:57.806Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29832024-10-18T21:07:57.828Z[ helios-setup] Oct 18 21:07:56.666 INFO E| Compiling serde_json v1.0.95
29842024-10-18T21:07:58.075Z[ helios-setup] Oct 18 21:07:56.913 INFO E| Compiling itoa v1.0.6
29852024-10-18T21:07:58.425Z[ host-package] Compiling http-range v0.1.5
29862024-10-18T21:07:58.605Z[ helios-setup] Oct 18 21:07:57.443 INFO E| Compiling quote v1.0.36
29872024-10-18T21:07:59.032Z[ helios-setup] Oct 18 21:07:57.870 INFO E| Compiling indexmap v1.9.3
29882024-10-18T21:07:59.531Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
29892024-10-18T21:07:59.542Z[ helios-setup] Oct 18 21:07:58.379 INFO E| Compiling scopeguard v1.1.0
29902024-10-18T21:07:59.784Z[ helios-setup] Oct 18 21:07:58.622 INFO E| Compiling syn v2.0.72
29912024-10-18T21:07:59.985Z[ helios-setup] Oct 18 21:07:58.823 INFO E| Compiling pin-project-lite v0.2.9
29922024-10-18T21:08:00.084Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29932024-10-18T21:08:00.198Z[ helios-setup] Oct 18 21:07:59.035 INFO E| Compiling num-integer v0.1.45
29942024-10-18T21:08:00.221Z[ host-package] Compiling hyper-staticfile v0.10.1
29952024-10-18T21:08:00.297Z[ helios-setup] Oct 18 21:07:59.132 INFO E| Compiling getrandom v0.2.8
29962024-10-18T21:08:00.510Z[ helios-setup] Oct 18 21:07:59.348 INFO E| Compiling jobserver v0.1.26
29972024-10-18T21:08:01.166Z[ helios-setup] Oct 18 21:08:00.003 INFO E| Compiling futures-core v0.3.28
29982024-10-18T21:08:01.343Z[ helios-setup] Oct 18 21:08:00.180 INFO E| Compiling cc v1.0.78
29992024-10-18T21:08:01.519Z[ helios-setup] Oct 18 21:08:00.356 INFO E| Compiling bytes v1.4.0
30002024-10-18T21:08:02.028Z[ helios-setup] Oct 18 21:08:00.865 INFO E| Compiling ryu v1.0.13
30012024-10-18T21:08:02.154Z[ host-package] Compiling csv v1.3.0
30022024-10-18T21:08:03.174Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30032024-10-18T21:08:03.340Z[ helios-setup] Oct 18 21:08:02.177 INFO E| Compiling lock_api v0.4.9
30042024-10-18T21:08:03.546Z[ helios-setup] Oct 18 21:08:02.382 INFO E| Compiling typenum v1.16.0
30052024-10-18T21:08:03.571Z[ helios-setup] Oct 18 21:08:02.408 INFO E| Compiling parking_lot_core v0.9.6
30062024-10-18T21:08:03.933Z[ helios-setup] Oct 18 21:08:02.769 INFO E| Compiling bitflags v1.3.2
30072024-10-18T21:08:04.066Z[ host-package] Compiling zone_cfg_derive v0.1.2
30082024-10-18T21:08:04.115Z[ helios-setup] Oct 18 21:08:02.952 INFO E| Compiling num_cpus v1.15.0
30092024-10-18T21:08:04.755Z[ helios-setup] Oct 18 21:08:03.592 INFO E| Compiling generic-array v0.14.6
30102024-10-18T21:08:04.838Z[ helios-setup] Oct 18 21:08:03.673 INFO E| Compiling slab v0.4.7
30112024-10-18T21:08:04.842Z[ helios-setup] Oct 18 21:08:03.674 INFO E| Compiling futures-channel v0.3.28
30122024-10-18T21:08:05.038Z[ helios-setup] Oct 18 21:08:03.875 INFO E| Compiling futures-sink v0.3.28
30132024-10-18T21:08:05.597Z[ helios-setup] Oct 18 21:08:04.434 INFO E| Compiling futures-task v0.3.28
30142024-10-18T21:08:05.839Z[ host-package] Compiling compact_str v0.8.0
30152024-10-18T21:08:05.960Z[ helios-setup] Oct 18 21:08:04.795 INFO E| Compiling tokio v1.27.0
30162024-10-18T21:08:06.076Z[ helios-setup] Oct 18 21:08:04.914 INFO E| Compiling schemars v0.8.12
30172024-10-18T21:08:06.157Z[ helios-setup] Oct 18 21:08:04.994 INFO E| Compiling futures-util v0.3.28
30182024-10-18T21:08:06.459Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30192024-10-18T21:08:07.423Z[ helios-setup] Oct 18 21:08:06.259 INFO E| Compiling socket2 v0.4.9
30202024-10-18T21:08:07.682Z[ helios-setup] Oct 18 21:08:06.516 INFO E| Compiling mio v0.8.5
30212024-10-18T21:08:07.758Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30222024-10-18T21:08:07.815Z[ helios-setup] Oct 18 21:08:06.652 INFO E| Compiling signal-hook-registry v1.4.0
30232024-10-18T21:08:07.922Z[ helios-setup] Oct 18 21:08:06.759 INFO E| Compiling ahash v0.7.6
30242024-10-18T21:08:08.786Z[ helios-setup] Oct 18 21:08:07.623 INFO E| Compiling num-traits v0.2.15
30252024-10-18T21:08:09.009Z[ helios-setup] Oct 18 21:08:07.846 INFO E| Compiling io-lifetimes v1.0.10
30262024-10-18T21:08:09.646Z[ helios-setup] Oct 18 21:08:08.482 INFO E| Compiling futures-io v0.3.28
30272024-10-18T21:08:10.168Z[ host-package] Compiling nix v0.27.1
30282024-10-18T21:08:10.368Z[ helios-setup] Oct 18 21:08:09.205 INFO E| Compiling pin-utils v0.1.0
30292024-10-18T21:08:10.437Z[ helios-setup] Oct 18 21:08:09.274 INFO E| Compiling crunchy v0.2.2
30302024-10-18T21:08:11.156Z[ helios-setup] Oct 18 21:08:09.992 INFO E| Compiling ahash v0.8.3
30312024-10-18T21:08:11.393Z[ helios-setup] Oct 18 21:08:10.219 INFO E| Compiling serde_derive_internals v0.26.0
30322024-10-18T21:08:11.780Z[ helios-setup] Oct 18 21:08:10.616 INFO E| Compiling rustix v0.37.3
30332024-10-18T21:08:11.838Z[ helios-setup] Oct 18 21:08:10.674 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
30342024-10-18T21:08:12.148Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30352024-10-18T21:08:12.535Z[ helios-setup] Oct 18 21:08:11.371 INFO E| Compiling tiny-keccak v2.0.2
30362024-10-18T21:08:12.600Z[ helios-setup] Oct 18 21:08:11.434 INFO E| Compiling hashbrown v0.12.3
30372024-10-18T21:08:13.646Z[ helios-setup] Oct 18 21:08:12.482 INFO E| Compiling crypto-common v0.1.6
30382024-10-18T21:08:13.680Z[ helios-setup] Oct 18 21:08:12.516 INFO E| Compiling block-buffer v0.10.3
30392024-10-18T21:08:14.782Z[ helios-setup] Oct 18 21:08:13.618 INFO E| Compiling errno v0.3.1
30402024-10-18T21:08:14.933Z[ helios-setup] Oct 18 21:08:13.769 INFO E| Compiling pkg-config v0.3.26
30412024-10-18T21:08:15.205Z[ helios-setup] Oct 18 21:08:14.041 INFO E| Compiling crossbeam-utils v0.8.14
30422024-10-18T21:08:15.590Z[ helios-setup] Oct 18 21:08:14.424 INFO E| Compiling slog v2.7.0
30432024-10-18T21:08:15.668Z[ helios-setup] Oct 18 21:08:14.504 INFO E| Compiling fnv v1.0.7
30442024-10-18T21:08:15.720Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30452024-10-18T21:08:16.011Z[ helios-setup] Oct 18 21:08:14.847 INFO E| Compiling http v0.2.9
30462024-10-18T21:08:17.192Z[ helios-setup] Oct 18 21:08:16.027 INFO E| Compiling digest v0.10.6
30472024-10-18T21:08:18.928Z[ helios-setup] Oct 18 21:08:17.761 INFO E| Compiling aho-corasick v0.7.20
30482024-10-18T21:08:19.328Z[ helios-setup] Oct 18 21:08:18.151 INFO E| Compiling regex-syntax v0.6.29
30492024-10-18T21:08:19.540Z[ helios-setup] Oct 18 21:08:18.375 INFO E| Compiling cpufeatures v0.2.5
30502024-10-18T21:08:19.877Z[ helios-setup] Oct 18 21:08:18.712 INFO E| Compiling tinyvec_macros v0.1.1
30512024-10-18T21:08:20.135Z[ helios-setup] Oct 18 21:08:18.969 INFO E| Compiling percent-encoding v2.2.0
30522024-10-18T21:08:21.802Z[ helios-setup] Oct 18 21:08:20.636 INFO E| Compiling anyhow v1.0.68
30532024-10-18T21:08:21.921Z[ helios-setup] Oct 18 21:08:20.756 INFO E| Compiling thiserror-impl v1.0.38
30542024-10-18T21:08:22.017Z[ helios-setup] Oct 18 21:08:20.852 INFO E| Compiling schemars_derive v0.8.12
30552024-10-18T21:08:22.787Z[ helios-setup] Oct 18 21:08:21.622 INFO E| Compiling httparse v1.8.0
30562024-10-18T21:08:22.941Z[ helios-setup] Oct 18 21:08:21.776 INFO E| Compiling serde_derive v1.0.204
30572024-10-18T21:08:22.999Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30582024-10-18T21:08:23.087Z[ helios-setup] Oct 18 21:08:21.921 INFO E| Compiling futures-macro v0.3.28
30592024-10-18T21:08:23.588Z[ helios-setup] Oct 18 21:08:22.423 INFO E| Compiling tokio-macros v2.0.0
30602024-10-18T21:08:23.976Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30612024-10-18T21:08:23.981Z[ helios-setup] Oct 18 21:08:22.812 INFO E| Compiling heck v0.4.1
30622024-10-18T21:08:24.622Z[ helios-setup] Oct 18 21:08:23.448 INFO E| Compiling unicode-width v0.1.10
30632024-10-18T21:08:25.312Z[ helios-setup] Oct 18 21:08:24.147 INFO E| Compiling const-random-macro v0.1.15
30642024-10-18T21:08:26.013Z[ helios-setup] Oct 18 21:08:24.848 INFO E| Compiling regex v1.7.3
30652024-10-18T21:08:26.640Z[ helios-setup] Oct 18 21:08:25.475 INFO E| Compiling tinyvec v1.6.0
30662024-10-18T21:08:28.434Z[ helios-setup] Oct 18 21:08:25.772 INFO E| Compiling form_urlencoded v1.1.0
30672024-10-18T21:08:28.569Z[ helios-setup] Oct 18 21:08:27.403 INFO E| Compiling hashbrown v0.13.2
30682024-10-18T21:08:29.644Z[ helios-setup] Oct 18 21:08:28.478 INFO E| Compiling chrono v0.4.24
30692024-10-18T21:08:33.839Z[ helios-setup] Oct 18 21:08:29.955 INFO E| Compiling libz-sys v1.1.8
30702024-10-18T21:08:33.850Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30712024-10-18T21:08:33.851Z[ helios-setup] Oct 18 21:08:31.794 INFO E| Compiling dyn-clone v1.0.11
30722024-10-18T21:08:33.851Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30732024-10-18T21:08:33.851Z[ helios-setup] Oct 18 21:08:32.467 INFO E| Compiling uuid v1.3.0
30742024-10-18T21:08:34.002Z[ helios-setup] Oct 18 21:08:32.836 INFO E| Compiling unicode-normalization v0.1.22
30752024-10-18T21:08:34.149Z[ helios-setup] Oct 18 21:08:32.983 INFO E| Compiling regress v0.5.0
30762024-10-18T21:08:34.152Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30772024-10-18T21:08:34.789Z[ helios-setup] Oct 18 21:08:33.623 INFO E| Compiling const-random v0.1.15
30782024-10-18T21:08:34.925Z[ host-package] Compiling unicode-truncate v1.1.0
30792024-10-18T21:08:35.299Z[ helios-setup] Oct 18 21:08:34.133 INFO E| Compiling getopts v0.2.21
30802024-10-18T21:08:35.842Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30812024-10-18T21:08:36.222Z[ host-package] Compiling hashlink v0.9.1
30822024-10-18T21:08:36.656Z[ helios-setup] Oct 18 21:08:35.490 INFO E| Compiling tracing-core v0.1.30
30832024-10-18T21:08:36.950Z[ host-package] Compiling tungstenite v0.23.0
30842024-10-18T21:08:37.185Z[ helios-setup] Oct 18 21:08:36.019 INFO E| Compiling memoffset v0.7.1
30852024-10-18T21:08:37.205Z[ host-package] Compiling lru v0.12.5
30862024-10-18T21:08:37.463Z[ helios-setup] Oct 18 21:08:36.297 INFO E| Compiling num-conv v0.1.0
30872024-10-18T21:08:37.626Z[ helios-setup] Oct 18 21:08:36.460 INFO E| Compiling ucd-trie v0.1.5
30882024-10-18T21:08:37.951Z[ host-package] Compiling instability v0.3.2
30892024-10-18T21:08:38.100Z[ host-package] Compiling base64 v0.13.1
30902024-10-18T21:08:38.719Z[ helios-setup] Oct 18 21:08:37.552 INFO E| Compiling unicode-bidi v0.3.13
30912024-10-18T21:08:39.126Z[ helios-setup] Oct 18 21:08:37.960 INFO E| Compiling time-core v0.1.2
30922024-10-18T21:08:39.705Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
30932024-10-18T21:08:40.204Z[ helios-setup] Oct 18 21:08:39.037 INFO E| Compiling powerfmt v0.2.0
30942024-10-18T21:08:40.340Z[ host-package] Compiling cassowary v0.3.0
30952024-10-18T21:08:40.460Z[ host-package] Compiling fallible-iterator v0.3.0
30962024-10-18T21:08:40.956Z[ helios-setup] Oct 18 21:08:39.789 INFO E| Compiling deranged v0.3.11
30972024-10-18T21:08:41.594Z[ helios-setup] Oct 18 21:08:40.427 INFO E| Compiling idna v0.3.0
30982024-10-18T21:08:42.719Z[ host-package] Compiling rusqlite v0.32.1
30992024-10-18T21:08:43.230Z[ helios-setup] Oct 18 21:08:42.063 INFO E| Compiling time-macros v0.2.18
31002024-10-18T21:08:45.758Z[ helios-setup] Oct 18 21:08:44.590 INFO E| Compiling tracing v0.1.37
31012024-10-18T21:08:46.241Z[ helios-setup] Oct 18 21:08:45.073 INFO E| Compiling pest v2.5.7
31022024-10-18T21:08:46.546Z[ host-package] Compiling ratatui v0.28.1
31032024-10-18T21:08:48.853Z[ helios-setup] Oct 18 21:08:47.685 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
31042024-10-18T21:08:48.904Z[ helios-setup] Oct 18 21:08:47.736 INFO E| Compiling time v0.1.45
31052024-10-18T21:08:49.165Z[ helios-setup] Oct 18 21:08:47.997 INFO E| Compiling crossbeam-epoch v0.9.13
31062024-10-18T21:08:49.246Z[ helios-setup] Oct 18 21:08:48.078 INFO E| Compiling semver v1.0.17
31072024-10-18T21:08:49.988Z[ helios-setup] Oct 18 21:08:48.820 INFO E| Compiling iana-time-zone v0.1.56
31082024-10-18T21:08:50.588Z[ helios-setup] Oct 18 21:08:49.420 INFO E| Compiling num_threads v0.1.6
31092024-10-18T21:08:51.213Z[ helios-setup] Oct 18 21:08:50.046 INFO E| Compiling smallvec v1.10.0
31102024-10-18T21:08:51.491Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31112024-10-18T21:08:51.809Z[ helios-setup] Oct 18 21:08:50.641 INFO E| Compiling toml v0.5.11
31122024-10-18T21:08:52.357Z[ helios-setup] Oct 18 21:08:51.188 INFO E| Compiling serde_tokenstream v0.2.0
31132024-10-18T21:08:53.402Z[ helios-setup] Oct 18 21:08:52.234 INFO E| Compiling parking_lot v0.12.1
31142024-10-18T21:08:53.835Z[ helios-setup] Oct 18 21:08:52.667 INFO E| Compiling time v0.3.36
31152024-10-18T21:08:54.350Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31162024-10-18T21:08:54.420Z[ host-package] Compiling tokio-tungstenite v0.23.1
31172024-10-18T21:08:55.823Z[ host-package] Compiling ron v0.7.1
31182024-10-18T21:08:58.720Z[ helios-setup] Oct 18 21:08:57.552 INFO E| Compiling semver-parser v0.10.2
31192024-10-18T21:08:58.898Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31202024-10-18T21:09:00.144Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31212024-10-18T21:09:00.386Z[ host-package] Compiling tokio-rustls v0.24.1
31222024-10-18T21:09:01.391Z[ helios-setup] Oct 18 21:09:00.222 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31232024-10-18T21:09:01.468Z[ host-package] Compiling xz2 v0.1.7
31242024-10-18T21:09:02.765Z[ helios-setup] Oct 18 21:09:01.596 INFO E| Compiling url v2.3.1
31252024-10-18T21:09:03.901Z[ helios-setup] Oct 18 21:09:02.732 INFO E| Compiling crossbeam-channel v0.5.6
31262024-10-18T21:09:06.044Z[ helios-setup] Oct 18 21:09:04.875 INFO E| Compiling dirs-sys-next v0.1.2
31272024-10-18T21:09:06.443Z[ host-package] Compiling zone v0.1.8
31282024-10-18T21:09:07.963Z[ helios-setup] Oct 18 21:09:06.794 INFO E| Compiling same-file v1.0.6
31292024-10-18T21:09:08.552Z[ helios-setup] Oct 18 21:09:07.383 INFO E| Compiling crc32fast v1.3.2
31302024-10-18T21:09:08.679Z[ helios-setup] Oct 18 21:09:07.509 INFO E| Compiling try-lock v0.2.4
31312024-10-18T21:09:09.012Z[ helios-setup] Oct 18 21:09:07.842 INFO E| Compiling want v0.3.0
31322024-10-18T21:09:09.591Z[ helios-setup] Oct 18 21:09:08.422 INFO E| Compiling walkdir v2.3.3
31332024-10-18T21:09:11.221Z[ helios-setup] Oct 18 21:09:10.051 INFO E| Compiling dirs-next v2.0.0
31342024-10-18T21:09:11.868Z[ helios-setup] Oct 18 21:09:10.698 INFO E| Compiling tokio-util v0.7.7
31352024-10-18T21:09:12.962Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31362024-10-18T21:09:13.579Z[ helios-setup] Oct 18 21:09:12.409 INFO E| Compiling semver v0.11.0
31372024-10-18T21:09:14.918Z[ helios-setup] Oct 18 21:09:13.747 INFO E| Compiling h2 v0.3.16
31382024-10-18T21:09:15.924Z[ helios-setup] Oct 18 21:09:14.754 INFO E| Compiling proc-macro-crate v1.2.1
31392024-10-18T21:09:17.800Z[ helios-setup] Oct 18 21:09:16.630 INFO E| Compiling futures-executor v0.3.28
31402024-10-18T21:09:19.157Z[ helios-setup] Oct 18 21:09:17.986 INFO E| Compiling http-body v0.4.5
31412024-10-18T21:09:19.960Z[ helios-setup] Oct 18 21:09:18.789 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31422024-10-18T21:09:20.150Z[ helios-setup] Oct 18 21:09:18.979 INFO E| Compiling ring v0.16.20
31432024-10-18T21:09:20.828Z[ helios-setup] Oct 18 21:09:19.658 INFO E| Compiling rand_core v0.6.4
31442024-10-18T21:09:21.970Z[ helios-setup] Oct 18 21:09:20.799 INFO E| Compiling thread_local v1.1.7
31452024-10-18T21:09:22.339Z[ helios-setup] Oct 18 21:09:21.167 INFO E| Compiling fastrand v1.9.0
31462024-10-18T21:09:23.414Z[ helios-setup] Oct 18 21:09:22.243 INFO E| Compiling utf8parse v0.2.1
31472024-10-18T21:09:23.562Z[ helios-setup] Oct 18 21:09:22.391 INFO E| Compiling ppv-lite86 v0.2.17
31482024-10-18T21:09:23.809Z[ helios-setup] Oct 18 21:09:22.637 INFO E| Compiling lazy_static v1.4.0
31492024-10-18T21:09:25.781Z[ helios-setup] Oct 18 21:09:24.610 INFO E| Compiling rayon-core v1.10.2
31502024-10-18T21:09:26.236Z[ helios-setup] Oct 18 21:09:25.064 INFO E| Compiling home v0.5.4
31512024-10-18T21:09:26.783Z[ helios-setup] Oct 18 21:09:25.611 INFO E| Compiling adler v1.0.2
31522024-10-18T21:09:27.798Z[ helios-setup] Oct 18 21:09:26.626 INFO E| Compiling base64 v0.21.0
31532024-10-18T21:09:27.997Z[ helios-setup] Oct 18 21:09:26.825 INFO E| Compiling tower-service v0.3.2
31542024-10-18T21:09:28.360Z[ helios-setup] Oct 18 21:09:27.188 INFO E| Compiling httpdate v1.0.2
31552024-10-18T21:09:28.954Z[ helios-setup] Oct 18 21:09:27.782 INFO E| Compiling hyper v0.14.25
31562024-10-18T21:09:30.401Z[ helios-setup] Oct 18 21:09:29.229 INFO E| Compiling miniz_oxide v0.6.2
31572024-10-18T21:09:33.092Z[ helios-setup] Oct 18 21:09:31.918 INFO E| Compiling toolchain_find v0.2.0
31582024-10-18T21:09:33.571Z[ helios-setup] Oct 18 21:09:32.399 INFO E| Compiling rand_chacha v0.3.1
31592024-10-18T21:09:34.065Z[ helios-setup] Oct 18 21:09:32.893 INFO E| Compiling anstyle-parse v0.1.1
31602024-10-18T21:09:34.977Z[ helios-setup] Oct 18 21:09:33.804 INFO E| Compiling tempfile v3.5.0
31612024-10-18T21:09:36.503Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31622024-10-18T21:09:37.016Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31632024-10-18T21:09:45.018Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31642024-10-18T21:09:45.475Z[ host-package] Compiling rustls-pemfile v1.0.4
31652024-10-18T21:09:46.333Z[ helios-setup] Oct 18 21:09:45.160 INFO E| Compiling futures v0.3.28
31662024-10-18T21:09:46.785Z[ helios-setup] Oct 18 21:09:45.610 INFO E| Compiling num_enum_derive v0.5.7
31672024-10-18T21:09:47.439Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31682024-10-18T21:09:48.221Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31692024-10-18T21:09:49.195Z[ helios-setup] Oct 18 21:09:48.022 INFO E| Compiling cargo-lock v8.0.3
31702024-10-18T21:09:50.443Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31712024-10-18T21:09:50.882Z[ host-package] Compiling signal-hook-tokio v0.3.1
31722024-10-18T21:09:51.706Z[ host-package] Compiling twox-hash v1.6.3
31732024-10-18T21:09:51.772Z[ helios-setup] Oct 18 21:09:50.598 INFO E| Compiling crossbeam-deque v0.8.2
31742024-10-18T21:09:52.771Z[ helios-setup] Oct 18 21:09:51.597 INFO E| Compiling term v0.7.0
31752024-10-18T21:09:54.134Z[ host-package] Compiling yasna v0.5.2
31762024-10-18T21:09:54.921Z[ helios-setup] Oct 18 21:09:53.747 INFO E| Compiling serde_urlencoded v0.7.1
31772024-10-18T21:09:55.157Z[ helios-setup] Oct 18 21:09:53.982 INFO E| Compiling is-terminal v0.4.7
31782024-10-18T21:09:55.782Z[ helios-setup] Oct 18 21:09:54.607 INFO E| Compiling sha2 v0.10.6
31792024-10-18T21:09:56.007Z[ helios-setup] Oct 18 21:09:54.833 INFO E| Compiling sha1 v0.10.5
31802024-10-18T21:09:56.382Z[ helios-setup] Oct 18 21:09:55.208 INFO E| Compiling atty v0.2.14
31812024-10-18T21:09:57.217Z[ host-package] Compiling is_ci v1.2.0
31822024-10-18T21:09:57.797Z[ helios-setup] Oct 18 21:09:56.622 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
31832024-10-18T21:09:57.888Z[ helios-setup] Oct 18 21:09:56.713 INFO E| Compiling anstyle v0.3.5
31842024-10-18T21:09:57.988Z[ host-package] Compiling smawk v0.3.2
31852024-10-18T21:09:58.682Z[ host-package] Compiling unicode-linebreak v0.1.5
31862024-10-18T21:09:59.255Z[ helios-setup] Oct 18 21:09:58.080 INFO E| Compiling concolor-override v1.0.0
31872024-10-18T21:09:59.877Z[ host-package] Compiling textwrap v0.16.1
31882024-10-18T21:10:00.520Z[ helios-setup] Oct 18 21:09:59.344 INFO E| Compiling concolor-query v0.3.3
31892024-10-18T21:10:00.870Z[ helios-setup] Oct 18 21:09:59.696 INFO E| Compiling anstream v0.2.6
31902024-10-18T21:10:01.210Z[ host-package] Compiling supports-color v3.0.1
31912024-10-18T21:10:01.843Z[ host-package] Compiling rcgen v0.12.1
31922024-10-18T21:10:02.153Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
31932024-10-18T21:10:02.727Z[ helios-setup] Oct 18 21:10:01.552 INFO E| Compiling slog-term v2.9.0
31942024-10-18T21:10:02.870Z[ helios-setup] Oct 18 21:10:01.695 INFO E| Compiling flate2 v1.0.25
31952024-10-18T21:10:05.723Z[ helios-setup] Oct 18 21:10:04.547 INFO E| Compiling num_enum v0.5.7
31962024-10-18T21:10:05.918Z[ helios-setup] Oct 18 21:10:04.742 INFO E| Compiling rustfmt-wrapper v0.2.0
31972024-10-18T21:10:06.158Z[ helios-setup] Oct 18 21:10:04.983 INFO E| Compiling rand v0.8.5
31982024-10-18T21:10:07.325Z[ helios-setup] Oct 18 21:10:06.149 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31992024-10-18T21:10:07.635Z[ helios-setup] Oct 18 21:10:06.459 INFO E| Compiling openapiv3 v1.0.2
32002024-10-18T21:10:10.142Z[ helios-setup] Oct 18 21:10:08.966 INFO E| Compiling encoding_rs v0.8.32
32012024-10-18T21:10:12.843Z[ helios-setup] Oct 18 21:10:11.667 INFO E| Compiling strsim v0.10.0
32022024-10-18T21:10:14.623Z[ helios-setup] Oct 18 21:10:13.447 INFO E| Compiling project-root v0.2.2
32032024-10-18T21:10:15.057Z[ helios-setup] Oct 18 21:10:13.881 INFO E| Compiling unsafe-libyaml v0.2.8
32042024-10-18T21:10:16.163Z[ helios-setup] Oct 18 21:10:14.987 INFO E| Compiling utf-8 v0.7.6
32052024-10-18T21:10:16.909Z[ helios-setup] Oct 18 21:10:15.733 INFO E| Compiling untrusted v0.7.1
32062024-10-18T21:10:17.040Z[ helios-setup] Oct 18 21:10:15.863 INFO E| Compiling clap_lex v0.4.1
32072024-10-18T21:10:17.686Z[ helios-setup] Oct 18 21:10:16.509 INFO E| Compiling spin v0.5.2
32082024-10-18T21:10:18.494Z[ helios-setup] Oct 18 21:10:17.317 INFO E| Compiling either v1.8.0
32092024-10-18T21:10:18.602Z[ helios-setup] Oct 18 21:10:17.425 INFO E| Compiling mime v0.3.17
32102024-10-18T21:10:19.201Z[ helios-setup] Oct 18 21:10:18.024 INFO E| Compiling ipnet v2.7.2
32112024-10-18T21:10:19.303Z[ helios-setup] Oct 18 21:10:18.126 INFO E| Compiling base64 v0.13.1
32122024-10-18T21:10:21.025Z[ helios-setup] Oct 18 21:10:19.848 INFO E| Compiling byteorder v1.4.3
32132024-10-18T21:10:21.089Z[ helios-setup] Oct 18 21:10:19.912 INFO E| Compiling reqwest v0.11.16
32142024-10-18T21:10:21.475Z[ helios-setup] Oct 18 21:10:20.298 INFO E| Compiling rayon v1.6.1
32152024-10-18T21:10:21.610Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32162024-10-18T21:10:22.165Z[ helios-setup] Oct 18 21:10:20.988 INFO E| Compiling tungstenite v0.18.0
32172024-10-18T21:10:22.753Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32182024-10-18T21:10:24.528Z[ helios-setup] Oct 18 21:10:23.350 INFO E| Compiling serde_yaml v0.9.21
32192024-10-18T21:10:30.766Z[ helios-setup] Oct 18 21:10:29.588 INFO E| Compiling clap_builder v4.2.1
32202024-10-18T21:10:31.770Z[ helios-setup] Oct 18 21:10:30.592 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32212024-10-18T21:10:32.654Z[ helios-setup] Oct 18 21:10:31.476 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
32222024-10-18T21:10:32.900Z[ helios-setup] Oct 18 21:10:31.721 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32232024-10-18T21:10:34.746Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32242024-10-18T21:10:36.990Z[ helios-setup] Oct 18 21:10:35.811 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32252024-10-18T21:10:37.596Z[ helios-setup] Oct 18 21:10:36.417 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
32262024-10-18T21:10:38.898Z[ helios-setup] Oct 18 21:10:37.719 INFO E| Compiling clap_derive v4.2.0
32272024-10-18T21:10:41.485Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32282024-10-18T21:10:42.519Z[ helios-setup] Oct 18 21:10:41.339 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32292024-10-18T21:10:45.734Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32302024-10-18T21:10:46.926Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32312024-10-18T21:10:47.579Z[ helios-setup] Oct 18 21:10:46.398 INFO E| Compiling clap v4.2.1
32322024-10-18T21:10:48.412Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32332024-10-18T21:10:50.773Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32342024-10-18T21:10:51.912Z[ helios-setup] Oct 18 21:10:50.731 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32352024-10-18T21:11:03.358Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32362024-10-18T21:11:04.274Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
32372024-10-18T21:11:04.641Z[ helios-setup] Oct 18 21:11:03.459 INFO E| Compiling tokio-tungstenite v0.18.0
32382024-10-18T21:11:05.895Z[ helios-setup] Oct 18 21:11:04.713 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32392024-10-18T21:11:09.271Z[ helios-setup] Oct 18 21:11:08.089 INFO E| Compiling smartstring v1.0.1
32402024-10-18T21:11:10.138Z[ helios-setup] Oct 18 21:11:08.956 INFO E| Compiling rustls v0.21.0
32412024-10-18T21:11:12.252Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32422024-10-18T21:11:12.421Z[ helios-setup] Oct 18 21:11:11.239 INFO E| Compiling toml_datetime v0.6.1
32432024-10-18T21:11:13.813Z[ helios-setup] Oct 18 21:11:12.631 INFO E| Compiling serde_spanned v0.6.1
32442024-10-18T21:11:14.640Z[ helios-setup] Oct 18 21:11:13.457 INFO E| Compiling paste v1.0.12
32452024-10-18T21:11:14.832Z[ helios-setup] Oct 18 21:11:13.649 INFO E| Compiling async-trait v0.1.68
32462024-10-18T21:11:15.857Z[ helios-setup] Oct 18 21:11:14.674 INFO E| Compiling slog-async v2.7.0
32472024-10-18T21:11:16.041Z[ helios-setup] Oct 18 21:11:14.859 INFO E| Compiling winnow v0.4.1
32482024-10-18T21:11:16.661Z[ host-package] Compiling fatfs v0.3.6
32492024-10-18T21:11:17.238Z[ helios-setup] Oct 18 21:11:16.055 INFO E| Compiling static_assertions v1.1.0
32502024-10-18T21:11:17.797Z[ helios-setup] Oct 18 21:11:16.615 INFO E| Compiling camino v1.1.4
32512024-10-18T21:11:19.557Z[ helios-setup] Oct 18 21:11:18.374 INFO E| Compiling match_cfg v0.1.0
32522024-10-18T21:11:19.877Z[ helios-setup] Oct 18 21:11:18.694 INFO E| Compiling hostname v0.3.1
32532024-10-18T21:11:21.608Z[ helios-setup] Oct 18 21:11:20.425 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
32542024-10-18T21:11:21.758Z[ host-package] Compiling subprocess v0.2.9
32552024-10-18T21:11:22.940Z[ helios-setup] Oct 18 21:11:21.757 INFO E| Compiling toml_edit v0.19.8
32562024-10-18T21:11:23.324Z[ helios-setup] Oct 18 21:11:22.141 INFO E| Compiling slog-json v2.6.1
32572024-10-18T21:11:23.965Z[ helios-setup] Oct 18 21:11:22.781 INFO E| Compiling unicode-linebreak v0.1.4
32582024-10-18T21:11:24.397Z[ helios-setup] Oct 18 21:11:23.214 INFO E| Compiling async-stream-impl v0.3.5
32592024-10-18T21:11:25.348Z[ host-package] Compiling rtoolbox v0.0.2
32602024-10-18T21:11:26.488Z[ host-package] Compiling assert_matches v1.5.0
32612024-10-18T21:11:27.620Z[ helios-setup] Oct 18 21:11:26.436 INFO E| Compiling rhai_codegen v1.5.0
32622024-10-18T21:11:28.227Z[ helios-setup] Oct 18 21:11:27.043 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32632024-10-18T21:11:28.835Z[ helios-setup] Oct 18 21:11:27.651 INFO E| Compiling take_mut v0.2.2
32642024-10-18T21:11:29.791Z[ host-package] Compiling rpassword v7.3.1
32652024-10-18T21:11:29.855Z[ helios-setup] Oct 18 21:11:28.671 INFO E| Compiling async-stream v0.3.5
32662024-10-18T21:11:30.303Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32672024-10-18T21:11:30.812Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32682024-10-18T21:11:30.898Z[ helios-setup] Oct 18 21:11:29.714 INFO E| Compiling toml v0.7.3
32692024-10-18T21:11:32.723Z[ helios-setup] Oct 18 21:11:31.539 INFO E| Compiling rhai v1.14.0
32702024-10-18T21:11:35.193Z[ helios-setup] Oct 18 21:11:34.009 INFO E| Compiling slog-bunyan v2.4.0
32712024-10-18T21:11:38.402Z[ helios-setup] Oct 18 21:11:37.217 INFO E| Compiling rustls-pemfile v1.0.2
32722024-10-18T21:11:39.871Z[ helios-setup] Oct 18 21:11:38.685 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32732024-10-18T21:11:41.378Z[ helios-setup] Oct 18 21:11:40.193 INFO E| Compiling serde_path_to_error v0.1.11
32742024-10-18T21:11:41.432Z[ helios-setup] Oct 18 21:11:40.247 INFO E| Compiling bincode v1.3.3
32752024-10-18T21:11:42.960Z[ helios-setup] Oct 18 21:11:41.775 INFO E| Compiling terminal_size v0.2.6
32762024-10-18T21:11:43.697Z[ helios-setup] Oct 18 21:11:42.511 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
32772024-10-18T21:11:43.794Z[ helios-setup] Oct 18 21:11:42.608 INFO E| Compiling smawk v0.3.1
32782024-10-18T21:11:44.272Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32792024-10-18T21:11:44.422Z[ helios-setup] Oct 18 21:11:43.235 INFO E| Compiling textwrap v0.16.0
32802024-10-18T21:11:47.227Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32812024-10-18T21:11:50.314Z[ helios-setup] Oct 18 21:11:49.128 INFO E| Compiling rustls-webpki v0.100.1
32822024-10-18T21:11:51.820Z[ helios-setup] Oct 18 21:11:50.633 INFO E| Compiling sct v0.7.0
32832024-10-18T21:12:01.021Z[ host-package] Compiling tui-tree-widget v0.22.0
32842024-10-18T21:12:01.623Z[ helios-setup] Oct 18 21:12:00.436 INFO E| Compiling git2 v0.16.1
32852024-10-18T21:12:01.737Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32862024-10-18T21:12:02.491Z[ helios-setup] Oct 18 21:12:01.304 INFO E| Compiling tokio-rustls v0.24.0
32872024-10-18T21:12:08.478Z[ helios-setup] Oct 18 21:12:07.290 INFO E| Compiling built v0.6.0
32882024-10-18T21:12:14.065Z[ helios-setup] Oct 18 21:12:12.876 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32892024-10-18T21:12:16.677Z[ helios-setup] Oct 18 21:12:15.488 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
32902024-10-18T21:12:17.613Z[ helios-setup] Oct 18 21:12:16.424 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
32912024-10-18T21:12:18.650Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32922024-10-18T21:12:29.714Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32932024-10-18T21:12:30.393Z[ host-package] Compiling uzers v0.12.1
32942024-10-18T21:12:35.833Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32952024-10-18T21:12:38.273Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32962024-10-18T21:12:39.955Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32972024-10-18T21:12:46.040Z[ helios-setup] Oct 18 21:12:44.848 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
32982024-10-18T21:12:48.377Z[ helios-setup] Oct 18 21:12:47.185 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
32992024-10-18T21:13:25.555Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33002024-10-18T21:13:31.755Z[ helios-setup] Oct 18 21:13:30.558 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33012024-10-18T21:13:36.550Z[ host-package] Compiling multimap v0.10.0
33022024-10-18T21:14:38.668Z[ helios-setup] Oct 18 21:14:37.464 INFO E| Finished `release` profile [optimized] target(s) in 6m 52s
33032024-10-18T21:14:38.815Z[ helios-setup] Oct 18 21:14:37.611 INFO building project "pilot" ok (412 seconds)
33042024-10-18T21:14:38.817Z[ helios-setup] rm -f helios-build
33052024-10-18T21:14:38.820Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
33062024-10-18T21:14:38.822Z[ helios-setup]
33072024-10-18T21:14:38.824Z[ helios-setup] Setup complete! ./helios-build is now available.
33082024-10-18T21:14:38.827Z[ helios-setup]
33092024-10-18T21:14:38.829Z[ helios-setup]
33102024-10-18T21:14:38.829Z[ helios-setup] real 12:01.734347896
33112024-10-18T21:14:38.829Z[ helios-setup] user 28:43.553015627
33122024-10-18T21:14:38.829Z[ helios-setup] sys 3:35.160299389
33132024-10-18T21:14:38.829Z[ helios-setup] trap 1.724777276
33142024-10-18T21:14:38.829Z[ helios-setup] tflt 8.657790308
33152024-10-18T21:14:38.829Z[ helios-setup] dflt 30.125582616
33162024-10-18T21:14:38.829Z[ helios-setup] kflt 0.066360111
33172024-10-18T21:14:38.829Z[ helios-setup] lock 2:07:04.386661199
33182024-10-18T21:14:38.829Z[ helios-setup] slp 3:35:59.253241200
33192024-10-18T21:14:38.829Z[ helios-setup] lat 32:41.323862741
33202024-10-18T21:14:38.829Z[ helios-setup] stop 5:10.534282988
33212024-10-18T21:14:38.829ZOct 18 21:14:37.624 INFO [helios-setup] process exited with exit status: 0 (721.740194118s)
33222024-10-18T21:14:38.829ZOct 18 21:14:37.624 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33232024-10-18T21:14:38.853Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33242024-10-18T21:14:39.088Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33252024-10-18T21:14:39.088Z[ phbl-toolchain] info: downloading component 'cargo'
33262024-10-18T21:14:40.449Z[ phbl-toolchain] info: downloading component 'clippy'
33272024-10-18T21:14:40.890Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33282024-10-18T21:14:44.998Z[ phbl-toolchain] info: downloading component 'miri'
33292024-10-18T21:14:45.885Z[ phbl-toolchain] info: downloading component 'rust-docs'
33302024-10-18T21:14:47.220Z[ phbl-toolchain] info: downloading component 'rust-src'
33312024-10-18T21:14:47.471Z[ phbl-toolchain] info: downloading component 'rust-std'
33322024-10-18T21:14:49.288Z[ phbl-toolchain] info: downloading component 'rustc'
33332024-10-18T21:14:57.613Z[ phbl-toolchain] info: downloading component 'rustfmt'
33342024-10-18T21:14:57.903Z[ phbl-toolchain] info: installing component 'cargo'
33352024-10-18T21:14:59.315Z[ phbl-toolchain] info: installing component 'clippy'
33362024-10-18T21:14:59.840Z[ phbl-toolchain] info: installing component 'llvm-tools'
33372024-10-18T21:15:05.877Z[ phbl-toolchain] info: installing component 'miri'
33382024-10-18T21:15:06.266Z[ phbl-toolchain] info: installing component 'rust-docs'
33392024-10-18T21:15:14.399Z[ phbl-toolchain] info: installing component 'rust-src'
33402024-10-18T21:15:15.054Z[ phbl-toolchain] info: installing component 'rust-std'
33412024-10-18T21:15:17.758Z[ phbl-toolchain] info: installing component 'rustc'
33422024-10-18T21:15:27.356Z[ phbl-toolchain] info: installing component 'rustfmt'
33432024-10-18T21:15:28.230Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33442024-10-18T21:15:28.233ZOct 18 21:15:27.025 INFO [phbl-toolchain] process exited with exit status: 0 (49.400422476s)
33452024-10-18T21:16:10.293Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33462024-10-18T21:16:15.744Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33472024-10-18T21:22:54.321Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 32s
33482024-10-18T21:23:57.330ZOct 18 21:23:56.068 INFO [host-package] process exited with exit status: 0 (1235.857339394s)
33492024-10-18T21:23:57.334ZOct 18 21:23:56.068 INFO [host-stamp] running task
33502024-10-18T21:23:57.334ZOct 18 21:23:56.069 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33512024-10-18T21:23:57.334ZOct 18 21:23:56.069 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+gitc360e2b950b
33522024-10-18T21:23:57.345ZOct 18 21:23:56.083 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+gitc360e2b950b
33532024-10-18T21:23:57.351Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33542024-10-18T21:23:57.354ZOct 18 21:23:56.089 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+gitc360e2b950b
33552024-10-18T21:23:57.357Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33562024-10-18T21:23:57.357Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33572024-10-18T21:23:57.360ZOct 18 21:23:56.098 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+gitc360e2b950b
33582024-10-18T21:23:57.365Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33592024-10-18T21:23:57.367ZOct 18 21:23:56.106 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+gitc360e2b950b
33602024-10-18T21:23:57.373Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33612024-10-18T21:23:57.374Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33622024-10-18T21:23:57.377ZOct 18 21:23:56.116 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+gitc360e2b950b
33632024-10-18T21:23:57.379Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33642024-10-18T21:23:57.387ZOct 18 21:23:56.125 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+gitc360e2b950b
33652024-10-18T21:23:57.394Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33662024-10-18T21:23:57.398Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33672024-10-18T21:23:57.400ZOct 18 21:23:56.138 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+gitc360e2b950b
33682024-10-18T21:23:57.409Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33692024-10-18T21:23:57.413Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33702024-10-18T21:23:57.416ZOct 18 21:23:56.152 INFO [stamp-overlay] process exited with exit status: 0 (83.29654ms)
33712024-10-18T21:23:57.416ZOct 18 21:23:56.152 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (62.963873ms)
33722024-10-18T21:23:57.416ZOct 18 21:23:56.153 INFO [stamp-oxlog] process exited with exit status: 0 (36.945968ms)
33732024-10-18T21:23:57.423Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33742024-10-18T21:23:57.487Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33752024-10-18T21:23:57.491ZOct 18 21:23:56.230 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (124.018101ms)
33762024-10-18T21:23:57.571Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33772024-10-18T21:23:57.575ZOct 18 21:23:56.313 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (230.270732ms)
33782024-10-18T21:23:57.724Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33792024-10-18T21:23:57.757ZOct 18 21:23:56.466 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (367.470812ms)
33802024-10-18T21:23:58.616Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33812024-10-18T21:23:58.620ZOct 18 21:23:57.358 INFO [stamp-propolis-server] process exited with exit status: 0 (1.220686073s)
33822024-10-18T21:23:58.747Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33832024-10-18T21:24:00.991Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33842024-10-18T21:24:07.877Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33852024-10-18T21:24:07.880ZOct 18 21:24:06.618 INFO [stamp-switch-asic] process exited with exit status: 0 (10.492420878s)
33862024-10-18T21:24:07.883ZOct 18 21:24:06.618 INFO [host-stamp] task succeeded (10.550009427s)
33872024-10-18T21:24:07.883ZOct 18 21:24:06.618 INFO [host-proto] running task
33882024-10-18T21:24:08.290ZOct 18 21:24:07.028 INFO [host-proto] task succeeded (409.584381ms)
33892024-10-18T21:24:08.290ZOct 18 21:24:07.028 INFO [host-profile] running task
33902024-10-18T21:24:08.293ZOct 18 21:24:07.028 INFO [host-profile] task succeeded (323.772µs)
33912024-10-18T21:24:08.293ZOct 18 21:24:07.028 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmpv1hBWs/proto/host/root -N 'ci c360e2b/${os_short_commit} 2024-10-18 21:02' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33922024-10-18T21:24:08.310Z[ host-image] Oct 18 21:24:07.047 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33932024-10-18T21:24:08.312Z[ host-image] Oct 18 21:24:07.048 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33942024-10-18T21:24:08.329Z[ host-image] Oct 18 21:24:07.066 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpv1hBWs/proto/host/root"
33952024-10-18T21:24:08.329Z[ host-image] Oct 18 21:24:07.066 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33962024-10-18T21:24:08.331Z[ host-image] Oct 18 21:24:07.066 INFO image builder template: ramdisk-01-os...
33972024-10-18T21:24:08.331Z[ host-image] Oct 18 21:24:07.067 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/.tmpv1hBWs/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33982024-10-18T21:24:08.349Z[ host-image] Oct 18 21:24:07.087 INFO O| Oct 18 21:24:07.087 INFO CREATE DATASET: rpool/images/build/host/output
33992024-10-18T21:24:08.533Z[ host-image] Oct 18 21:24:07.270 INFO O| Oct 18 21:24:07.270 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34002024-10-18T21:24:08.537Z[ host-image] Oct 18 21:24:07.275 INFO O| Oct 18 21:24:07.275 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34012024-10-18T21:24:08.750Z[ host-image] Oct 18 21:24:07.487 INFO O| Oct 18 21:24:07.487 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
34022024-10-18T21:24:08.804Z[ host-image] Oct 18 21:24:07.541 INFO O| Oct 18 21:24:07.541 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34032024-10-18T21:24:08.807Z[ host-image] Oct 18 21:24:07.541 INFO O| Oct 18 21:24:07.541 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
34042024-10-18T21:24:08.807Z[ host-image] Oct 18 21:24:07.542 INFO O| Oct 18 21:24:07.542 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
34052024-10-18T21:24:08.807Z[ host-image] Oct 18 21:24:07.542 INFO O| Oct 18 21:24:07.542 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
34062024-10-18T21:24:08.812Z[ host-image] Oct 18 21:24:07.549 INFO O| Oct 18 21:24:07.549 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
34072024-10-18T21:24:08.989Z[ host-image] Oct 18 21:24:07.726 INFO O| Oct 18 21:24:07.725 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34082024-10-18T21:24:08.999Z[ host-image] Oct 18 21:24:07.736 INFO O| Oct 18 21:24:07.736 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
34092024-10-18T21:24:09.396Z[ host-image] Oct 18 21:24:08.134 INFO O| Oct 18 21:24:08.134 INFO O| Caching catalogs ... Done
34102024-10-18T21:24:09.496Z[ host-image] Oct 18 21:24:08.233 INFO O| Oct 18 21:24:08.233 INFO STEP 0 (pkg_image_create) COMPLETE
34112024-10-18T21:24:09.496Z[ host-image] Oct 18 21:24:08.233 INFO O| Oct 18 21:24:08.233 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34122024-10-18T21:24:09.499Z[ host-image] Oct 18 21:24:08.233 INFO O| Oct 18 21:24:08.233 INFO skip step because feature "repo_redist" is not enabled
34132024-10-18T21:24:09.499Z[ host-image] Oct 18 21:24:08.234 INFO O| Oct 18 21:24:08.233 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34142024-10-18T21:24:09.511Z[ host-image] Oct 18 21:24:08.249 INFO O| Oct 18 21:24:08.249 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"]
34152024-10-18T21:24:10.055Z[ host-image] Oct 18 21:24:08.792 INFO O| Oct 18 21:24:08.792 INFO STEP 2 (pkg_set_publisher) COMPLETE
34162024-10-18T21:24:10.055Z[ host-image] Oct 18 21:24:08.792 INFO O| Oct 18 21:24:08.792 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34172024-10-18T21:24:10.072Z[ host-image] Oct 18 21:24:08.809 INFO O| Oct 18 21:24:08.809 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"]
34182024-10-18T21:24:10.624Z[ host-image] Oct 18 21:24:09.360 INFO O| Oct 18 21:24:09.360 INFO STEP 3 (pkg_set_publisher) COMPLETE
34192024-10-18T21:24:10.624Z[ host-image] Oct 18 21:24:09.360 INFO O| Oct 18 21:24:09.360 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34202024-10-18T21:24:10.628Z[ host-image] Oct 18 21:24:09.360 INFO O| Oct 18 21:24:09.360 INFO skip step because feature "repo_redist" is not enabled
34212024-10-18T21:24:10.628Z[ host-image] Oct 18 21:24:09.360 INFO O| Oct 18 21:24:09.360 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34222024-10-18T21:24:11.176Z[ host-image] Oct 18 21:24:09.912 INFO O| Oct 18 21:24:09.912 INFO variant opensolaris.zone is already global
34232024-10-18T21:24:11.176Z[ host-image] Oct 18 21:24:09.912 INFO O| Oct 18 21:24:09.912 INFO STEP 5 (pkg_change_variant) COMPLETE
34242024-10-18T21:24:11.179Z[ host-image] Oct 18 21:24:09.912 INFO O| Oct 18 21:24:09.912 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34252024-10-18T21:24:11.667Z[ host-image] Oct 18 21:24:10.404 INFO O| Oct 18 21:24:10.403 INFO variant opensolaris.imagetype is full; changing to partial
34262024-10-18T21:24:11.667Z[ host-image] Oct 18 21:24:10.404 INFO O| Oct 18 21:24:10.404 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34272024-10-18T21:24:18.772Z[ host-image] Oct 18 21:24:17.508 INFO O| Oct 18 21:24:17.508 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34282024-10-18T21:24:20.164Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.59s
34292024-10-18T21:24:21.929ZOct 18 21:24:20.665 INFO [recovery-package] process exited with exit status: 0 (24.595781986s)
34302024-10-18T21:24:21.929ZOct 18 21:24:20.665 INFO [recovery-stamp] running task
34312024-10-18T21:24:21.931ZOct 18 21:24:20.665 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34322024-10-18T21:24:21.931ZOct 18 21:24:20.665 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+gitc360e2b950b
34332024-10-18T21:24:21.937Z[ host-image] Oct 18 21:24:20.666 INFO O| Oct 18 21:24:20.666 INFO O| Startup: Caching catalogs ... Done
34342024-10-18T21:24:21.946ZOct 18 21:24:20.682 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitc360e2b950b
34352024-10-18T21:24:21.957Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34362024-10-18T21:24:21.969Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34372024-10-18T21:24:21.995Z[ host-image] Oct 18 21:24:20.731 INFO O| Oct 18 21:24:20.731 INFO O| Planning: Planning completed in 0.00 seconds
34382024-10-18T21:24:21.998Z[ host-image] Oct 18 21:24:20.732 INFO O| Oct 18 21:24:20.732 INFO O| Planning: Consolidating action changes ... Done
34392024-10-18T21:24:21.998Z[ host-image] Oct 18 21:24:20.732 INFO O| Oct 18 21:24:20.732 INFO O| Planning: Evaluating mediators ... Done
34402024-10-18T21:24:21.998Z[ host-image] Oct 18 21:24:20.732 INFO O| Oct 18 21:24:20.732 INFO O| Planning: Planning completed in 0.00 seconds
34412024-10-18T21:24:21.998Z[ host-image] Oct 18 21:24:20.733 INFO O| Oct 18 21:24:20.733 INFO O| Variants/Facets to change: 1
34422024-10-18T21:24:22.013Z[ host-image] Oct 18 21:24:20.749 INFO O| Oct 18 21:24:20.749 INFO O| Done
34432024-10-18T21:24:22.013Z[ host-image] Oct 18 21:24:20.749 INFO O| Oct 18 21:24:20.749 INFO O| Done
34442024-10-18T21:24:22.061Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34452024-10-18T21:24:22.065ZOct 18 21:24:20.801 INFO [stamp-installinator] process exited with exit status: 0 (118.864208ms)
34462024-10-18T21:24:22.086Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34472024-10-18T21:24:22.089ZOct 18 21:24:20.825 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (160.577823ms)
34482024-10-18T21:24:22.091ZOct 18 21:24:20.826 INFO [recovery-stamp] task succeeded (160.974088ms)
34492024-10-18T21:24:22.091ZOct 18 21:24:20.826 INFO [recovery-proto] running task
34502024-10-18T21:24:22.091ZOct 18 21:24:20.826 INFO [tuf-stamp] running task
34512024-10-18T21:24:22.091ZOct 18 21:24:20.827 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+gitc360e2b950b
34522024-10-18T21:24:22.103ZOct 18 21:24:20.839 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+gitc360e2b950b
34532024-10-18T21:24:22.114Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34542024-10-18T21:24:22.116ZOct 18 21:24:20.850 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+gitc360e2b950b
34552024-10-18T21:24:22.127Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34562024-10-18T21:24:22.129ZOct 18 21:24:20.864 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+gitc360e2b950b
34572024-10-18T21:24:22.142Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34582024-10-18T21:24:22.142ZOct 18 21:24:20.878 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+gitc360e2b950b
34592024-10-18T21:24:22.154Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34602024-10-18T21:24:22.163ZOct 18 21:24:20.899 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+gitc360e2b950b
34612024-10-18T21:24:22.256ZOct 18 21:24:20.991 INFO [recovery-proto] task succeeded (165.754504ms)
34622024-10-18T21:24:22.258ZOct 18 21:24:20.992 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmpv1hBWs/proto/recovery/root -N 'recovery c360e2b/${os_short_commit} 2024-10-18 21:02' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34632024-10-18T21:24:22.258Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34642024-10-18T21:24:22.270ZOct 18 21:24:21.006 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+gitc360e2b950b
34652024-10-18T21:24:22.292Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34662024-10-18T21:24:22.298Z[ recovery-image] Oct 18 21:24:21.016 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34672024-10-18T21:24:22.298Z[ recovery-image] Oct 18 21:24:21.017 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34682024-10-18T21:24:22.301Z[ recovery-image] Oct 18 21:24:21.034 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpv1hBWs/proto/recovery/root"
34692024-10-18T21:24:22.301Z[ recovery-image] Oct 18 21:24:21.034 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34702024-10-18T21:24:22.301Z[ recovery-image] Oct 18 21:24:21.035 INFO image builder template: ramdisk-01-os...
34712024-10-18T21:24:22.301Z[ recovery-image] Oct 18 21:24:21.035 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/.tmpv1hBWs/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
34722024-10-18T21:24:22.301Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34732024-10-18T21:24:22.301ZOct 18 21:24:21.036 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+gitc360e2b950b
34742024-10-18T21:24:22.371Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34752024-10-18T21:24:22.374ZOct 18 21:24:21.107 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+gitc360e2b950b
34762024-10-18T21:24:22.607Z[ recovery-image] Oct 18 21:24:21.153 INFO O| Oct 18 21:24:21.150 INFO CREATE DATASET: rpool/images/build/recovery/output
34772024-10-18T21:24:22.660Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34782024-10-18T21:24:22.662ZOct 18 21:24:21.396 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+gitc360e2b950b
34792024-10-18T21:24:22.695ZOct 18 21:24:21.431 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+gitc360e2b950b
34802024-10-18T21:24:22.734Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34812024-10-18T21:24:22.736Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34822024-10-18T21:24:22.766Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34832024-10-18T21:24:22.768ZOct 18 21:24:21.502 INFO [stamp-probe] process exited with exit status: 0 (623.583105ms)
34842024-10-18T21:24:22.825Z[ recovery-image] Oct 18 21:24:21.560 INFO O| Oct 18 21:24:21.560 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34852024-10-18T21:24:22.851Z[ recovery-image] Oct 18 21:24:21.587 INFO O| Oct 18 21:24:21.582 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34862024-10-18T21:24:22.892Z[ host-image] Oct 18 21:24:21.628 INFO O| Oct 18 21:24:21.628 INFO O| Done
34872024-10-18T21:24:22.952Z[ host-image] Oct 18 21:24:21.687 INFO O| Oct 18 21:24:21.687 INFO O| Done
34882024-10-18T21:24:22.955Z[ host-image] Oct 18 21:24:21.689 INFO O| Oct 18 21:24:21.689 INFO O| Done
34892024-10-18T21:24:22.955Z[ host-image] Oct 18 21:24:21.689 INFO O| Oct 18 21:24:21.689 INFO O| Done
34902024-10-18T21:24:22.956Z[ host-image] Oct 18 21:24:21.691 INFO O| Oct 18 21:24:21.691 INFO O| Done
34912024-10-18T21:24:23.204Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34922024-10-18T21:24:23.217Z[ recovery-image] Oct 18 21:24:21.952 INFO O| Oct 18 21:24:21.952 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34932024-10-18T21:24:23.256ZOct 18 21:24:21.992 INFO [stamp-ntp] process exited with exit status: 0 (560.378151ms)
34942024-10-18T21:24:23.320Z[ recovery-image] Oct 18 21:24:22.056 INFO O| Oct 18 21:24:22.055 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34952024-10-18T21:24:23.320Z[ recovery-image] Oct 18 21:24:22.056 INFO O| Oct 18 21:24:22.056 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34962024-10-18T21:24:23.322Z[ recovery-image] Oct 18 21:24:22.056 INFO O| Oct 18 21:24:22.056 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
34972024-10-18T21:24:23.322Z[ recovery-image] Oct 18 21:24:22.056 INFO O| Oct 18 21:24:22.056 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34982024-10-18T21:24:23.358Z[ recovery-image] Oct 18 21:24:22.094 INFO O| Oct 18 21:24:22.093 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
34992024-10-18T21:24:23.455Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
35002024-10-18T21:24:23.521Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
35012024-10-18T21:24:23.740Z[ host-image] Oct 18 21:24:22.475 INFO O| Oct 18 21:24:22.475 INFO STEP 6 (pkg_change_variant) COMPLETE
35022024-10-18T21:24:23.740Z[ host-image] Oct 18 21:24:22.475 INFO O| Oct 18 21:24:22.475 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35032024-10-18T21:24:23.740Z[ host-image] Oct 18 21:24:22.475 INFO O| Oct 18 21:24:22.475 INFO skip step because feature "debug_variant" is not enabled
35042024-10-18T21:24:23.743Z[ host-image] Oct 18 21:24:22.475 INFO O| Oct 18 21:24:22.475 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35052024-10-18T21:24:23.824Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
35062024-10-18T21:24:23.842Z[ recovery-image] Oct 18 21:24:22.578 INFO O| Oct 18 21:24:22.578 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35072024-10-18T21:24:23.857ZOct 18 21:24:22.593 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.587117156s)
35082024-10-18T21:24:23.859Z[ recovery-image] Oct 18 21:24:22.594 INFO O| Oct 18 21:24:22.594 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35092024-10-18T21:24:23.894Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
35102024-10-18T21:24:23.913Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
35112024-10-18T21:24:23.931ZOct 18 21:24:22.667 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.767830783s)
35122024-10-18T21:24:23.934ZOct 18 21:24:22.670 INFO [stamp-internal-dns] process exited with exit status: 0 (1.633858324s)
35132024-10-18T21:24:24.094Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
35142024-10-18T21:24:24.098ZOct 18 21:24:22.834 INFO [stamp-external-dns] process exited with exit status: 0 (1.438056264s)
35152024-10-18T21:24:24.287Z[ host-image] Oct 18 21:24:23.019 INFO O| Oct 18 21:24:23.019 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35162024-10-18T21:24:24.359Z[ recovery-image] Oct 18 21:24:23.094 INFO O| Oct 18 21:24:23.094 INFO O| Caching catalogs ... Done
35172024-10-18T21:24:24.412Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35182024-10-18T21:24:24.416ZOct 18 21:24:23.152 INFO [stamp-oximeter] process exited with exit status: 0 (2.288756345s)
35192024-10-18T21:24:24.473Z[ recovery-image] Oct 18 21:24:23.209 INFO O| Oct 18 21:24:23.209 INFO STEP 0 (pkg_image_create) COMPLETE
35202024-10-18T21:24:24.473Z[ recovery-image] Oct 18 21:24:23.209 INFO O| Oct 18 21:24:23.209 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35212024-10-18T21:24:24.473Z[ recovery-image] Oct 18 21:24:23.209 INFO O| Oct 18 21:24:23.209 INFO skip step because feature "repo_redist" is not enabled
35222024-10-18T21:24:24.473Z[ recovery-image] Oct 18 21:24:23.209 INFO O| Oct 18 21:24:23.209 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35232024-10-18T21:24:24.485Z[ recovery-image] Oct 18 21:24:23.221 INFO O| Oct 18 21:24:23.221 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"]
35242024-10-18T21:24:24.902Z[ host-image] Oct 18 21:24:23.638 INFO O| Oct 18 21:24:23.638 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35252024-10-18T21:24:24.905Z[ host-image] Oct 18 21:24:23.639 INFO O| Oct 18 21:24:23.639 INFO O| Planning: Planning completed in 0.00 seconds
35262024-10-18T21:24:24.905Z[ host-image] Oct 18 21:24:23.640 INFO O| Oct 18 21:24:23.640 INFO O| Planning: Consolidating action changes ... Done
35272024-10-18T21:24:24.905Z[ host-image] Oct 18 21:24:23.640 INFO O| Oct 18 21:24:23.640 INFO O| Planning: Evaluating mediators ... Done
35282024-10-18T21:24:24.905Z[ host-image] Oct 18 21:24:23.641 INFO O| Oct 18 21:24:23.641 INFO O| Planning: Planning completed in 0.00 seconds
35292024-10-18T21:24:24.907Z[ host-image] Oct 18 21:24:23.641 INFO O| Oct 18 21:24:23.641 INFO O| Variants/Facets to change: 1
35302024-10-18T21:24:24.930Z[ host-image] Oct 18 21:24:23.666 INFO O| Oct 18 21:24:23.665 INFO O| Done
35312024-10-18T21:24:24.930Z[ host-image] Oct 18 21:24:23.666 INFO O| Oct 18 21:24:23.665 INFO O| Done
35322024-10-18T21:24:24.973Z[ recovery-image] Oct 18 21:24:23.709 INFO O| Oct 18 21:24:23.709 INFO STEP 2 (pkg_set_publisher) COMPLETE
35332024-10-18T21:24:24.973Z[ recovery-image] Oct 18 21:24:23.709 INFO O| Oct 18 21:24:23.709 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35342024-10-18T21:24:24.989Z[ recovery-image] Oct 18 21:24:23.724 INFO O| Oct 18 21:24:23.724 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"]
35352024-10-18T21:24:25.418Z[ host-image] Oct 18 21:24:24.154 INFO O| Oct 18 21:24:24.154 INFO O| Done
35362024-10-18T21:24:25.454Z[ recovery-image] Oct 18 21:24:24.189 INFO O| Oct 18 21:24:24.189 INFO STEP 3 (pkg_set_publisher) COMPLETE
35372024-10-18T21:24:25.454Z[ recovery-image] Oct 18 21:24:24.189 INFO O| Oct 18 21:24:24.189 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35382024-10-18T21:24:25.454Z[ recovery-image] Oct 18 21:24:24.189 INFO O| Oct 18 21:24:24.189 INFO skip step because feature "repo_redist" is not enabled
35392024-10-18T21:24:25.456Z[ recovery-image] Oct 18 21:24:24.189 INFO O| Oct 18 21:24:24.189 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35402024-10-18T21:24:25.479Z[ host-image] Oct 18 21:24:24.215 INFO O| Oct 18 21:24:24.215 INFO O| Done
35412024-10-18T21:24:25.482Z[ host-image] Oct 18 21:24:24.215 INFO O| Oct 18 21:24:24.215 INFO O| Done
35422024-10-18T21:24:25.482Z[ host-image] Oct 18 21:24:24.216 INFO O| Oct 18 21:24:24.216 INFO O| Done
35432024-10-18T21:24:25.482Z[ host-image] Oct 18 21:24:24.217 INFO O| Oct 18 21:24:24.217 INFO O| Done
35442024-10-18T21:24:25.542Z[ host-image] Oct 18 21:24:24.278 INFO O| Oct 18 21:24:24.278 INFO STEP 8 (pkg_change_facet) COMPLETE
35452024-10-18T21:24:25.542Z[ host-image] Oct 18 21:24:24.278 INFO O| Oct 18 21:24:24.278 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35462024-10-18T21:24:25.543Z[ host-image] Oct 18 21:24:24.278 INFO O| Oct 18 21:24:24.278 INFO skip step because feature "recovery" is not enabled
35472024-10-18T21:24:25.545Z[ host-image] Oct 18 21:24:24.278 INFO O| Oct 18 21:24:24.278 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35482024-10-18T21:24:25.545Z[ host-image] Oct 18 21:24:24.278 INFO O| Oct 18 21:24:24.278 INFO skip step because feature "recovery" is not enabled
35492024-10-18T21:24:25.545Z[ host-image] Oct 18 21:24:24.278 INFO O| Oct 18 21:24:24.278 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35502024-10-18T21:24:25.558Z[ host-image] Oct 18 21:24:24.294 INFO O| Oct 18 21:24:24.293 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"]
35512024-10-18T21:24:25.915Z[ recovery-image] Oct 18 21:24:24.651 INFO O| Oct 18 21:24:24.651 INFO variant opensolaris.zone is already global
35522024-10-18T21:24:25.915Z[ recovery-image] Oct 18 21:24:24.651 INFO O| Oct 18 21:24:24.651 INFO STEP 5 (pkg_change_variant) COMPLETE
35532024-10-18T21:24:25.916Z[ recovery-image] Oct 18 21:24:24.651 INFO O| Oct 18 21:24:24.651 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35542024-10-18T21:24:26.047Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35552024-10-18T21:24:26.050ZOct 18 21:24:24.786 INFO [stamp-nexus] process exited with exit status: 0 (3.935821064s)
35562024-10-18T21:24:26.143Z[ host-image] Oct 18 21:24:24.879 INFO O| Oct 18 21:24:24.879 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35572024-10-18T21:24:26.312Z[ recovery-image] Oct 18 21:24:25.048 INFO O| Oct 18 21:24:25.048 INFO variant opensolaris.imagetype is full; changing to partial
35582024-10-18T21:24:26.312Z[ recovery-image] Oct 18 21:24:25.048 INFO O| Oct 18 21:24:25.048 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35592024-10-18T21:24:27.502Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35602024-10-18T21:24:27.504Z[verify-libraries] Compiling polyval v0.6.2
35612024-10-18T21:24:27.647Z[verify-libraries] Compiling ctr v0.9.2
35622024-10-18T21:24:27.694Z[verify-libraries] Compiling ssh-encoding v0.2.0
35632024-10-18T21:24:27.694Z[verify-libraries] Compiling blowfish v0.9.1
35642024-10-18T21:24:27.697Z[verify-libraries] Compiling password-hash v0.4.2
35652024-10-18T21:24:27.915Z[verify-libraries] Compiling matches v0.1.10
35662024-10-18T21:24:27.955Z[verify-libraries] Compiling p521 v0.13.3
35672024-10-18T21:24:28.092Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35682024-10-18T21:24:28.116ZOct 18 21:24:26.851 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.743817216s)
35692024-10-18T21:24:28.249Z[verify-libraries] Compiling ghash v0.5.1
35702024-10-18T21:24:28.387Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35712024-10-18T21:24:28.617Z[verify-libraries] Compiling aes-gcm v0.10.3
35722024-10-18T21:24:28.741Z[verify-libraries] Compiling pbkdf2 v0.11.0
35732024-10-18T21:24:29.033Z[verify-libraries] Compiling ssh-cipher v0.2.0
35742024-10-18T21:24:29.113Z[verify-libraries] Compiling idna v0.2.3
35752024-10-18T21:24:29.213Z[verify-libraries] Compiling p256 v0.13.2
35762024-10-18T21:24:29.478Z[verify-libraries] Compiling enum-as-inner v0.5.1
35772024-10-18T21:24:29.576Z[verify-libraries] Compiling russh-cryptovec v0.7.3
35782024-10-18T21:24:30.158Z[verify-libraries] Compiling ssh-key v0.6.6
35792024-10-18T21:24:30.680Z[verify-libraries] Compiling md5 v0.7.0
35802024-10-18T21:24:30.898Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35812024-10-18T21:24:31.586Z[verify-libraries] Compiling num-bigint v0.4.6
35822024-10-18T21:24:32.477Z[verify-libraries] Compiling des v0.8.1
35832024-10-18T21:24:33.267Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35842024-10-18T21:24:33.296ZOct 18 21:24:32.031 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.203892165s)
35852024-10-18T21:24:33.336Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35862024-10-18T21:24:33.373Z[verify-libraries] Compiling hex-literal v0.4.1
35872024-10-18T21:24:33.714Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35882024-10-18T21:24:34.567Z[verify-libraries] Compiling russh-keys v0.45.0
35892024-10-18T21:24:34.669Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35902024-10-18T21:24:34.685ZOct 18 21:24:33.420 INFO [stamp-clickhouse] process exited with exit status: 0 (12.580649571s)
35912024-10-18T21:24:34.685ZOct 18 21:24:33.420 INFO [tuf-stamp] task succeeded (12.59405207s)
35922024-10-18T21:24:34.954Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35932024-10-18T21:24:35.262Z[ recovery-image] Oct 18 21:24:33.996 INFO O| Oct 18 21:24:33.996 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35942024-10-18T21:24:35.780Z[verify-libraries] Compiling internet-checksum v0.2.1
35952024-10-18T21:24:36.124Z[verify-libraries] Compiling heck v0.4.1
35962024-10-18T21:24:37.623Z[verify-libraries] Compiling dhcproto v0.12.0
35972024-10-18T21:24:41.439Z[verify-libraries] Compiling russh v0.45.0
35982024-10-18T21:24:42.390Z[ recovery-image] Oct 18 21:24:40.966 INFO O| Oct 18 21:24:40.966 INFO O| Startup: Caching catalogs ... Done
35992024-10-18T21:24:42.393Z[ recovery-image] Oct 18 21:24:41.076 INFO O| Oct 18 21:24:41.076 INFO O| Planning: Planning completed in 0.00 seconds
36002024-10-18T21:24:42.393Z[ recovery-image] Oct 18 21:24:41.077 INFO O| Oct 18 21:24:41.077 INFO O| Planning: Consolidating action changes ... Done
36012024-10-18T21:24:42.393Z[ recovery-image] Oct 18 21:24:41.078 INFO O| Oct 18 21:24:41.078 INFO O| Planning: Evaluating mediators ... Done
36022024-10-18T21:24:42.393Z[ recovery-image] Oct 18 21:24:41.078 INFO O| Oct 18 21:24:41.078 INFO O| Planning: Planning completed in 0.00 seconds
36032024-10-18T21:24:42.393Z[ recovery-image] Oct 18 21:24:41.078 INFO O| Oct 18 21:24:41.078 INFO O| Variants/Facets to change: 1
36042024-10-18T21:24:42.484Z[ recovery-image] Oct 18 21:24:41.218 INFO O| Oct 18 21:24:41.218 INFO O| Done
36052024-10-18T21:24:42.484Z[ recovery-image] Oct 18 21:24:41.218 INFO O| Oct 18 21:24:41.218 INFO O| Done
36062024-10-18T21:24:42.821Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36072024-10-18T21:24:43.488Z[ recovery-image] Oct 18 21:24:42.222 INFO O| Oct 18 21:24:42.222 INFO O| Done
36082024-10-18T21:24:43.548Z[ recovery-image] Oct 18 21:24:42.282 INFO O| Oct 18 21:24:42.282 INFO O| Done
36092024-10-18T21:24:43.551Z[ recovery-image] Oct 18 21:24:42.283 INFO O| Oct 18 21:24:42.283 INFO O| Done
36102024-10-18T21:24:43.551Z[ recovery-image] Oct 18 21:24:42.284 INFO O| Oct 18 21:24:42.283 INFO O| Done
36112024-10-18T21:24:43.553Z[ recovery-image] Oct 18 21:24:42.285 INFO O| Oct 18 21:24:42.285 INFO O| Done
36122024-10-18T21:24:44.169Z[ recovery-image] Oct 18 21:24:42.903 INFO O| Oct 18 21:24:42.902 INFO STEP 6 (pkg_change_variant) COMPLETE
36132024-10-18T21:24:44.169Z[ recovery-image] Oct 18 21:24:42.903 INFO O| Oct 18 21:24:42.903 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36142024-10-18T21:24:44.172Z[ recovery-image] Oct 18 21:24:42.903 INFO O| Oct 18 21:24:42.903 INFO skip step because feature "debug_variant" is not enabled
36152024-10-18T21:24:44.172Z[ recovery-image] Oct 18 21:24:42.903 INFO O| Oct 18 21:24:42.903 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36162024-10-18T21:24:44.908Z[ recovery-image] Oct 18 21:24:43.641 INFO O| Oct 18 21:24:43.641 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36172024-10-18T21:24:46.000Z[ recovery-image] Oct 18 21:24:44.733 INFO O| Oct 18 21:24:44.733 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36182024-10-18T21:24:46.004Z[ recovery-image] Oct 18 21:24:44.735 INFO O| Oct 18 21:24:44.735 INFO O| Planning: Planning completed in 0.00 seconds
36192024-10-18T21:24:46.004Z[ recovery-image] Oct 18 21:24:44.736 INFO O| Oct 18 21:24:44.736 INFO O| Planning: Consolidating action changes ... Done
36202024-10-18T21:24:46.004Z[ recovery-image] Oct 18 21:24:44.737 INFO O| Oct 18 21:24:44.737 INFO O| Planning: Evaluating mediators ... Done
36212024-10-18T21:24:46.004Z[ recovery-image] Oct 18 21:24:44.737 INFO O| Oct 18 21:24:44.737 INFO O| Planning: Planning completed in 0.00 seconds
36222024-10-18T21:24:46.028Z[ recovery-image] Oct 18 21:24:44.761 INFO O| Oct 18 21:24:44.761 INFO O| Variants/Facets to change: 1
36232024-10-18T21:24:46.100Z[ recovery-image] Oct 18 21:24:44.833 INFO O| Oct 18 21:24:44.833 INFO O| Done
36242024-10-18T21:24:46.100Z[ recovery-image] Oct 18 21:24:44.833 INFO O| Oct 18 21:24:44.833 INFO O| Done
36252024-10-18T21:24:46.799Z[ recovery-image] Oct 18 21:24:45.533 INFO O| Oct 18 21:24:45.532 INFO O| Done
36262024-10-18T21:24:46.867Z[ recovery-image] Oct 18 21:24:45.600 INFO O| Oct 18 21:24:45.600 INFO O| Done
36272024-10-18T21:24:46.870Z[ recovery-image] Oct 18 21:24:45.601 INFO O| Oct 18 21:24:45.601 INFO O| Done
36282024-10-18T21:24:46.870Z[ recovery-image] Oct 18 21:24:45.601 INFO O| Oct 18 21:24:45.601 INFO O| Done
36292024-10-18T21:24:46.870Z[ recovery-image] Oct 18 21:24:45.603 INFO O| Oct 18 21:24:45.603 INFO O| Done
36302024-10-18T21:24:46.959Z[ recovery-image] Oct 18 21:24:45.692 INFO O| Oct 18 21:24:45.692 INFO STEP 8 (pkg_change_facet) COMPLETE
36312024-10-18T21:24:46.959Z[ recovery-image] Oct 18 21:24:45.692 INFO O| Oct 18 21:24:45.692 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36322024-10-18T21:24:47.605Z[ recovery-image] Oct 18 21:24:46.339 INFO O| Oct 18 21:24:46.338 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36332024-10-18T21:24:48.696Z[ recovery-image] Oct 18 21:24:47.429 INFO O| Oct 18 21:24:47.429 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36342024-10-18T21:24:48.813Z[ recovery-image] Oct 18 21:24:47.546 INFO O| Oct 18 21:24:47.546 INFO O| Planning: Planning completed in 0.00 seconds
36352024-10-18T21:24:48.815Z[ recovery-image] Oct 18 21:24:47.547 INFO O| Oct 18 21:24:47.547 INFO O| Planning: Consolidating action changes ... Done
36362024-10-18T21:24:48.815Z[ recovery-image] Oct 18 21:24:47.547 INFO O| Oct 18 21:24:47.547 INFO O| Planning: Evaluating mediators ... Done
36372024-10-18T21:24:48.815Z[ recovery-image] Oct 18 21:24:47.548 INFO O| Oct 18 21:24:47.548 INFO O| Planning: Planning completed in 0.00 seconds
36382024-10-18T21:24:48.815Z[ recovery-image] Oct 18 21:24:47.548 INFO O| Oct 18 21:24:47.548 INFO O| Variants/Facets to change: 1
36392024-10-18T21:24:48.871Z[ recovery-image] Oct 18 21:24:47.604 INFO O| Oct 18 21:24:47.604 INFO O| Done
36402024-10-18T21:24:48.871Z[ recovery-image] Oct 18 21:24:47.604 INFO O| Oct 18 21:24:47.604 INFO O| Done
36412024-10-18T21:24:49.061Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36422024-10-18T21:24:49.665Z[ recovery-image] Oct 18 21:24:48.397 INFO O| Oct 18 21:24:48.397 INFO O| Done
36432024-10-18T21:24:49.741Z[ recovery-image] Oct 18 21:24:48.474 INFO O| Oct 18 21:24:48.474 INFO O| Done
36442024-10-18T21:24:49.744Z[ recovery-image] Oct 18 21:24:48.475 INFO O| Oct 18 21:24:48.475 INFO O| Done
36452024-10-18T21:24:49.744Z[ recovery-image] Oct 18 21:24:48.475 INFO O| Oct 18 21:24:48.475 INFO O| Done
36462024-10-18T21:24:49.746Z[ recovery-image] Oct 18 21:24:48.477 INFO O| Oct 18 21:24:48.477 INFO O| Done
36472024-10-18T21:24:49.864Z[ recovery-image] Oct 18 21:24:48.597 INFO O| Oct 18 21:24:48.597 INFO STEP 9 (pkg_change_facet) COMPLETE
36482024-10-18T21:24:49.864Z[ recovery-image] Oct 18 21:24:48.597 INFO O| Oct 18 21:24:48.597 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36492024-10-18T21:24:50.548Z[ recovery-image] Oct 18 21:24:49.281 INFO O| Oct 18 21:24:49.280 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36502024-10-18T21:24:51.698Z[ recovery-image] Oct 18 21:24:50.430 INFO O| Oct 18 21:24:50.430 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36512024-10-18T21:24:51.701Z[ recovery-image] Oct 18 21:24:50.432 INFO O| Oct 18 21:24:50.432 INFO O| Planning: Planning completed in 0.00 seconds
36522024-10-18T21:24:51.701Z[ recovery-image] Oct 18 21:24:50.433 INFO O| Oct 18 21:24:50.433 INFO O| Planning: Consolidating action changes ... Done
36532024-10-18T21:24:51.701Z[ recovery-image] Oct 18 21:24:50.433 INFO O| Oct 18 21:24:50.433 INFO O| Planning: Evaluating mediators ... Done
36542024-10-18T21:24:51.703Z[ recovery-image] Oct 18 21:24:50.434 INFO O| Oct 18 21:24:50.434 INFO O| Planning: Planning completed in 0.00 seconds
36552024-10-18T21:24:51.703Z[ recovery-image] Oct 18 21:24:50.434 INFO O| Oct 18 21:24:50.434 INFO O| Variants/Facets to change: 1
36562024-10-18T21:24:51.729Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36572024-10-18T21:24:51.775Z[ recovery-image] Oct 18 21:24:50.508 INFO O| Oct 18 21:24:50.508 INFO O| Done
36582024-10-18T21:24:51.776Z[ recovery-image] Oct 18 21:24:50.508 INFO O| Oct 18 21:24:50.508 INFO O| Done
36592024-10-18T21:24:52.245Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36602024-10-18T21:24:52.421Z[ recovery-image] Oct 18 21:24:51.154 INFO O| Oct 18 21:24:51.154 INFO O| Done
36612024-10-18T21:24:52.492Z[ recovery-image] Oct 18 21:24:51.224 INFO O| Oct 18 21:24:51.224 INFO O| Done
36622024-10-18T21:24:52.494Z[ recovery-image] Oct 18 21:24:51.226 INFO O| Oct 18 21:24:51.226 INFO O| Done
36632024-10-18T21:24:52.494Z[ recovery-image] Oct 18 21:24:51.226 INFO O| Oct 18 21:24:51.226 INFO O| Done
36642024-10-18T21:24:52.497Z[ recovery-image] Oct 18 21:24:51.228 INFO O| Oct 18 21:24:51.228 INFO O| Done
36652024-10-18T21:24:52.584Z[ recovery-image] Oct 18 21:24:51.317 INFO O| Oct 18 21:24:51.317 INFO STEP 10 (pkg_change_facet) COMPLETE
36662024-10-18T21:24:52.584Z[ recovery-image] Oct 18 21:24:51.317 INFO O| Oct 18 21:24:51.317 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36672024-10-18T21:24:52.604Z[ recovery-image] Oct 18 21:24:51.336 INFO O| Oct 18 21:24:51.336 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"]
36682024-10-18T21:24:52.966Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36692024-10-18T21:24:53.567Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36702024-10-18T21:24:53.632Z[ recovery-image] Oct 18 21:24:52.364 INFO O| Oct 18 21:24:52.364 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36712024-10-18T21:24:53.806Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36722024-10-18T21:24:54.060Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36732024-10-18T21:24:55.021Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36742024-10-18T21:24:59.645Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36752024-10-18T21:25:03.851Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36762024-10-18T21:25:06.542Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36772024-10-18T21:25:10.635Z[verify-libraries] Compiling termios v0.3.3
36782024-10-18T21:25:11.154Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36792024-10-18T21:25:12.740Z[ host-image] Oct 18 21:25:11.470 INFO O| Oct 18 21:25:11.470 INFO O| Planning: Solver setup ... Done
36802024-10-18T21:25:33.659Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36812024-10-18T21:25:42.396Z[ recovery-image] Oct 18 21:25:41.123 INFO O| Oct 18 21:25:41.123 INFO O| Planning: Solver setup ... Done
36822024-10-18T21:26:02.698Z[ host-image] Oct 18 21:26:01.424 INFO O| Oct 18 21:26:01.424 INFO O| Planning: Running solver ... Done
36832024-10-18T21:26:03.168Z[ host-image] Oct 18 21:26:01.894 INFO O| Oct 18 21:26:01.894 INFO O| Planning: Finding local manifests ... Done
36842024-10-18T21:26:03.185Z[ host-image] Oct 18 21:26:01.910 INFO O| Oct 18 21:26:01.910 INFO O| Planning: Fetching manifests: 0/124 0% complete
36852024-10-18T21:26:08.099Z[ host-image] Oct 18 21:26:06.823 INFO O| Oct 18 21:26:06.823 INFO O| Planning: Fetching manifests: 124/124 100% complete
36862024-10-18T21:26:09.417Z[ host-image] Oct 18 21:26:08.141 INFO O| Oct 18 21:26:08.141 INFO O| Planning: Package planning ... Done
36872024-10-18T21:26:10.865Z[ host-image] Oct 18 21:26:09.590 INFO O| Oct 18 21:26:09.590 INFO O| Planning: Merging actions ... Done
36882024-10-18T21:26:11.413Z[ host-image] Oct 18 21:26:10.137 INFO O| Oct 18 21:26:10.137 INFO O| Planning: Checking for conflicting actions ... Done
36892024-10-18T21:26:11.741Z[ host-image] Oct 18 21:26:10.465 INFO O| Oct 18 21:26:10.465 INFO O| Planning: Consolidating action changes ... Done
36902024-10-18T21:26:12.236Z[ host-image] Oct 18 21:26:10.960 INFO O| Oct 18 21:26:10.960 INFO O| Planning: Evaluating mediators ... Done
36912024-10-18T21:26:19.054Z[ host-image] Oct 18 21:26:17.778 INFO O| Oct 18 21:26:17.777 INFO O| Planning: Planning completed in 112.90 seconds
36922024-10-18T21:26:19.062Z[ host-image] Oct 18 21:26:17.786 INFO O| Oct 18 21:26:17.786 INFO O| Packages to install: 124
36932024-10-18T21:26:19.062Z[ host-image] Oct 18 21:26:17.786 INFO O| Oct 18 21:26:17.786 INFO O| Mediators to change: 4
36942024-10-18T21:26:19.064Z[ host-image] Oct 18 21:26:17.786 INFO O| Oct 18 21:26:17.786 INFO O| Services to change: 6
36952024-10-18T21:26:19.196Z[ host-image] Oct 18 21:26:17.919 INFO O| Oct 18 21:26:17.919 INFO O| Download: 0/22734 items 0.0/196.6MB 0% complete
36962024-10-18T21:26:24.196Z[ host-image] Oct 18 21:26:22.920 INFO O| Oct 18 21:26:22.920 INFO O| Download: 1151/22734 items 6.1/196.6MB 3% complete (1.2M/s)
36972024-10-18T21:26:29.411Z[ host-image] Oct 18 21:26:28.134 INFO O| Oct 18 21:26:28.134 INFO O| Download: 1790/22734 items 12.8/196.6MB 6% complete (1.3M/s)
36982024-10-18T21:26:29.759Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36992024-10-18T21:26:30.811Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37002024-10-18T21:26:30.885Z[ recovery-image] Oct 18 21:26:29.607 INFO O| Oct 18 21:26:29.607 INFO O| Planning: Running solver ... Done
37012024-10-18T21:26:31.377Z[ recovery-image] Oct 18 21:26:30.100 INFO O| Oct 18 21:26:30.099 INFO O| Planning: Finding local manifests ... Done
37022024-10-18T21:26:31.393Z[ recovery-image] Oct 18 21:26:30.116 INFO O| Oct 18 21:26:30.115 INFO O| Planning: Fetching manifests: 0/124 0% complete
37032024-10-18T21:26:33.277Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37042024-10-18T21:26:34.412Z[ host-image] Oct 18 21:26:33.134 INFO O| Oct 18 21:26:33.134 INFO O| Download: 2158/22734 items 23.9/196.6MB 12% complete (1.8M/s)
37052024-10-18T21:26:36.336Z[ recovery-image] Oct 18 21:26:35.058 INFO O| Oct 18 21:26:35.058 INFO O| Planning: Fetching manifests: 124/124 100% complete
37062024-10-18T21:26:37.320Z[ recovery-image] Oct 18 21:26:36.042 INFO O| Oct 18 21:26:36.042 INFO O| Planning: Package planning ... Done
37072024-10-18T21:26:38.281Z[ recovery-image] Oct 18 21:26:37.002 INFO O| Oct 18 21:26:37.002 INFO O| Planning: Merging actions ... Done
37082024-10-18T21:26:38.635Z[ recovery-image] Oct 18 21:26:37.357 INFO O| Oct 18 21:26:37.357 INFO O| Planning: Checking for conflicting actions ... Done
37092024-10-18T21:26:38.786Z[ recovery-image] Oct 18 21:26:37.507 INFO O| Oct 18 21:26:37.507 INFO O| Planning: Consolidating action changes ... Done
37102024-10-18T21:26:39.174Z[ recovery-image] Oct 18 21:26:37.896 INFO O| Oct 18 21:26:37.896 INFO O| Planning: Evaluating mediators ... Done
37112024-10-18T21:26:39.569Z[ host-image] Oct 18 21:26:38.290 INFO O| Oct 18 21:26:38.290 INFO O| Download: 2464/22734 items 28.4/196.6MB 14% complete (1.5M/s)
37122024-10-18T21:26:44.581Z[ host-image] Oct 18 21:26:43.302 INFO O| Oct 18 21:26:43.302 INFO O| Download: 3476/22734 items 35.5/196.6MB 18% complete (1.1M/s)
37132024-10-18T21:26:45.355Z[ recovery-image] Oct 18 21:26:44.076 INFO O| Oct 18 21:26:44.076 INFO O| Planning: Planning completed in 111.73 seconds
37142024-10-18T21:26:45.364Z[ recovery-image] Oct 18 21:26:44.084 INFO O| Oct 18 21:26:44.084 INFO O| Packages to install: 124
37152024-10-18T21:26:45.364Z[ recovery-image] Oct 18 21:26:44.084 INFO O| Oct 18 21:26:44.084 INFO O| Mediators to change: 4
37162024-10-18T21:26:45.366Z[ recovery-image] Oct 18 21:26:44.084 INFO O| Oct 18 21:26:44.084 INFO O| Services to change: 5
37172024-10-18T21:26:45.442Z[ recovery-image] Oct 18 21:26:44.163 INFO O| Oct 18 21:26:44.163 INFO O| Download: 0/15836 items 0.0/173.3MB 0% complete
37182024-10-18T21:26:48.033Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37192024-10-18T21:26:49.607Z[ host-image] Oct 18 21:26:48.327 INFO O| Oct 18 21:26:48.327 INFO O| Download: 4250/22734 items 40.8/196.6MB 20% complete (1.3M/s)
37202024-10-18T21:26:50.509Z[ recovery-image] Oct 18 21:26:49.230 INFO O| Oct 18 21:26:49.230 INFO O| Download: 770/15836 items 5.5/173.3MB 3% complete (1.1M/s)
37212024-10-18T21:26:54.618Z[ host-image] Oct 18 21:26:53.338 INFO O| Oct 18 21:26:53.337 INFO O| Download: 4615/22734 items 42.9/196.6MB 21% complete (758k/s)
37222024-10-18T21:26:55.620Z[ recovery-image] Oct 18 21:26:54.340 INFO O| Oct 18 21:26:54.340 INFO O| Download: 1095/15836 items 9.2/173.3MB 5% complete (1.0M/s)
37232024-10-18T21:26:59.730Z[ host-image] Oct 18 21:26:58.449 INFO O| Oct 18 21:26:58.449 INFO O| Download: 5146/22734 items 45.9/196.6MB 23% complete (529k/s)
37242024-10-18T21:27:00.640Z[ recovery-image] Oct 18 21:26:59.359 INFO O| Oct 18 21:26:59.359 INFO O| Download: 1468/15836 items 21.5/173.3MB 12% complete (1.6M/s)
37252024-10-18T21:27:04.741Z[ host-image] Oct 18 21:27:03.460 INFO O| Oct 18 21:27:03.460 INFO O| Download: 6275/22734 items 46.6/196.6MB 23% complete (375k/s)
37262024-10-18T21:27:05.828Z[ recovery-image] Oct 18 21:27:04.547 INFO O| Oct 18 21:27:04.547 INFO O| Download: 1645/15836 items 25.6/173.3MB 14% complete (1.7M/s)
37272024-10-18T21:27:09.778Z[ host-image] Oct 18 21:27:08.497 INFO O| Oct 18 21:27:08.497 INFO O| Download: 6855/22734 items 48.9/196.6MB 24% complete (295k/s)
37282024-10-18T21:27:10.830Z[ recovery-image] Oct 18 21:27:09.548 INFO O| Oct 18 21:27:09.548 INFO O| Download: 2497/15836 items 31.5/173.3MB 18% complete (1.0M/s)
37292024-10-18T21:27:14.784Z[ host-image] Oct 18 21:27:13.500 INFO O| Oct 18 21:27:13.497 INFO O| Download: 7233/22734 items 57.2/196.6MB 29% complete (1.1M/s)
37302024-10-18T21:27:15.322Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37312024-10-18T21:27:15.832Z[ recovery-image] Oct 18 21:27:14.550 INFO O| Oct 18 21:27:14.550 INFO O| Download: 3536/15836 items 38.5/173.3MB 22% complete (1.3M/s)
37322024-10-18T21:27:18.747Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37332024-10-18T21:27:19.780Z[ host-image] Oct 18 21:27:18.497 INFO O| Oct 18 21:27:18.497 INFO O| Download: 8206/22734 items 61.1/196.6MB 31% complete (1.2M/s)
37342024-10-18T21:27:20.223Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37352024-10-18T21:27:21.044Z[ recovery-image] Oct 18 21:27:19.761 INFO O| Oct 18 21:27:19.761 INFO O| Download: 3781/15836 items 42.3/173.3MB 24% complete (1.1M/s)
37362024-10-18T21:27:24.788Z[ host-image] Oct 18 21:27:23.505 INFO O| Oct 18 21:27:23.505 INFO O| Download: 8903/22734 items 71.9/196.6MB 36% complete (1.4M/s)
37372024-10-18T21:27:26.298Z[ recovery-image] Oct 18 21:27:25.015 INFO O| Oct 18 21:27:25.014 INFO O| Download: 4776/15836 items 43.0/173.3MB 24% complete (471k/s)
37382024-10-18T21:27:29.792Z[ host-image] Oct 18 21:27:28.509 INFO O| Oct 18 21:27:28.509 INFO O| Download: 9831/22734 items 83.6/196.6MB 42% complete (2.3M/s)
37392024-10-18T21:27:31.301Z[ recovery-image] Oct 18 21:27:30.017 INFO O| Oct 18 21:27:30.016 INFO O| Download: 5614/15836 items 43.5/173.3MB 25% complete (117k/s)
37402024-10-18T21:27:34.804Z[ host-image] Oct 18 21:27:33.520 INFO O| Oct 18 21:27:33.520 INFO O| Download: 10846/22734 items 90.0/196.6MB 45% complete (1.8M/s)
37412024-10-18T21:27:36.406Z[ recovery-image] Oct 18 21:27:35.122 INFO O| Oct 18 21:27:35.122 INFO O| Download: 5951/15836 items 53.6/173.3MB 30% complete (1.0M/s)
37422024-10-18T21:27:40.372Z[ host-image] Oct 18 21:27:39.087 INFO O| Oct 18 21:27:39.087 INFO O| Download: 11233/22734 items 94.2/196.6MB 47% complete (1.1M/s)
37432024-10-18T21:27:41.410Z[ recovery-image] Oct 18 21:27:40.126 INFO O| Oct 18 21:27:40.126 INFO O| Download: 6858/15836 items 66.2/173.3MB 38% complete (2.2M/s)
37442024-10-18T21:27:45.394Z[ host-image] Oct 18 21:27:44.107 INFO O| Oct 18 21:27:44.107 INFO O| Download: 11777/22734 items 96.4/196.6MB 49% complete (652k/s)
37452024-10-18T21:27:47.432Z[ recovery-image] Oct 18 21:27:46.146 INFO O| Oct 18 21:27:46.146 INFO O| Download: 7624/15836 items 73.7/173.3MB 42% complete (2.0M/s)
37462024-10-18T21:27:50.401Z[ host-image] Oct 18 21:27:49.115 INFO O| Oct 18 21:27:49.115 INFO O| Download: 12249/22734 items 109.4/196.6MB 55% complete (1.6M/s)
37472024-10-18T21:27:52.676Z[ recovery-image] Oct 18 21:27:51.389 INFO O| Oct 18 21:27:51.389 INFO O| Download: 8661/15836 items 81.5/173.3MB 47% complete (1.2M/s)
37482024-10-18T21:27:55.414Z[ host-image] Oct 18 21:27:54.127 INFO O| Oct 18 21:27:54.127 INFO O| Download: 13273/22734 items 110.0/196.6MB 55% complete (1.4M/s)
37492024-10-18T21:27:57.687Z[ recovery-image] Oct 18 21:27:56.400 INFO O| Oct 18 21:27:56.400 INFO O| Download: 8795/15836 items 90.9/173.3MB 52% complete (1.6M/s)
37502024-10-18T21:28:00.416Z[ host-image] Oct 18 21:27:59.129 INFO O| Oct 18 21:27:59.129 INFO O| Download: 14015/22734 items 110.3/196.6MB 56% complete (107k/s)
37512024-10-18T21:28:02.693Z[ recovery-image] Oct 18 21:28:01.406 INFO O| Oct 18 21:28:01.406 INFO O| Download: 9663/15836 items 93.0/173.3MB 53% complete (1.2M/s)
37522024-10-18T21:28:05.858Z[ host-image] Oct 18 21:28:04.571 INFO O| Oct 18 21:28:04.571 INFO O| Download: 14504/22734 items 116.5/196.6MB 59% complete (560k/s)
37532024-10-18T21:28:07.705Z[ recovery-image] Oct 18 21:28:06.417 INFO O| Oct 18 21:28:06.417 INFO O| Download: 10572/15836 items 93.5/173.3MB 53% complete (466k/s)
37542024-10-18T21:28:10.868Z[ host-image] Oct 18 21:28:09.580 INFO O| Oct 18 21:28:09.580 INFO O| Download: 15150/22734 items 120.3/196.6MB 61% complete (1002k/s)
37552024-10-18T21:28:12.799Z[ recovery-image] Oct 18 21:28:11.511 INFO O| Oct 18 21:28:11.510 INFO O| Download: 11048/15836 items 95.3/173.3MB 54% complete (220k/s)
37562024-10-18T21:28:15.875Z[ host-image] Oct 18 21:28:14.587 INFO O| Oct 18 21:28:14.586 INFO O| Download: 15968/22734 items 134.4/196.6MB 68% complete (1.7M/s)
37572024-10-18T21:28:17.827Z[ recovery-image] Oct 18 21:28:16.538 INFO O| Oct 18 21:28:16.538 INFO O| Download: 11396/15836 items 107.0/173.3MB 61% complete (1.3M/s)
37582024-10-18T21:28:21.028Z[ host-image] Oct 18 21:28:19.739 INFO O| Oct 18 21:28:19.738 INFO O| Download: 16887/22734 items 148.4/196.6MB 75% complete (2.9M/s)
37592024-10-18T21:28:22.828Z[ recovery-image] Oct 18 21:28:21.539 INFO O| Oct 18 21:28:21.539 INFO O| Download: 11919/15836 items 128.2/173.3MB 73% complete (3.4M/s)
37602024-10-18T21:28:26.037Z[ host-image] Oct 18 21:28:24.748 INFO O| Oct 18 21:28:24.747 INFO O| Download: 17907/22734 items 157.8/196.6MB 80% complete (2.2M/s)
37612024-10-18T21:28:27.839Z[ recovery-image] Oct 18 21:28:26.550 INFO O| Oct 18 21:28:26.549 INFO O| Download: 12957/15836 items 140.8/173.3MB 81% complete (3.4M/s)
37622024-10-18T21:28:31.060Z[ host-image] Oct 18 21:28:29.770 INFO O| Oct 18 21:28:29.770 INFO O| Download: 18319/22734 items 160.7/196.6MB 81% complete (1.2M/s)
37632024-10-18T21:28:32.846Z[ recovery-image] Oct 18 21:28:31.556 INFO O| Oct 18 21:28:31.555 INFO O| Download: 13758/15836 items 144.5/173.3MB 83% complete (1.6M/s)
37642024-10-18T21:28:36.064Z[ host-image] Oct 18 21:28:34.773 INFO O| Oct 18 21:28:34.773 INFO O| Download: 19105/22734 items 163.4/196.6MB 83% complete (634k/s)
37652024-10-18T21:28:37.858Z[ recovery-image] Oct 18 21:28:36.567 INFO O| Oct 18 21:28:36.567 INFO O| Download: 14462/15836 items 147.2/173.3MB 84% complete (660k/s)
37662024-10-18T21:28:41.118Z[ host-image] Oct 18 21:28:39.827 INFO O| Oct 18 21:28:39.827 INFO O| Download: 20043/22734 items 167.6/196.6MB 85% complete (701k/s)
37672024-10-18T21:28:43.001Z[ recovery-image] Oct 18 21:28:41.709 INFO O| Oct 18 21:28:41.709 INFO O| Download: 14770/15836 items 153.7/173.3MB 88% complete (930k/s)
37682024-10-18T21:28:46.836Z[ host-image] Oct 18 21:28:45.544 INFO O| Oct 18 21:28:45.544 INFO O| Download: 20810/22734 items 175.1/196.6MB 89% complete (1.1M/s)
37692024-10-18T21:28:48.002Z[ recovery-image] Oct 18 21:28:46.710 INFO O| Oct 18 21:28:46.710 INFO O| Download: 15348/15836 items 161.1/173.3MB 92% complete (1.4M/s)
37702024-10-18T21:28:51.849Z[ host-image] Oct 18 21:28:50.557 INFO O| Oct 18 21:28:50.557 INFO O| Download: 21551/22734 items 180.5/196.6MB 91% complete (1.2M/s)
37712024-10-18T21:28:53.226Z[ recovery-image] Oct 18 21:28:51.934 INFO O| Oct 18 21:28:51.934 INFO O| Download: 15803/15836 items 172.1/173.3MB 99% complete (1.8M/s)
37722024-10-18T21:28:54.575Z[ recovery-image] Oct 18 21:28:53.283 INFO O| Oct 18 21:28:53.283 INFO O| Download: Completed 173.32 MB in 129.12 seconds (1.3M/s)
37732024-10-18T21:28:55.695Z[ recovery-image] Oct 18 21:28:54.402 INFO O| Oct 18 21:28:54.402 INFO O| Actions: 1/24971 actions (Installing new actions)
37742024-10-18T21:28:56.870Z[ host-image] Oct 18 21:28:55.577 INFO O| Oct 18 21:28:55.577 INFO O| Download: 21985/22734 items 189.4/196.6MB 96% complete (1.5M/s)
37752024-10-18T21:29:00.696Z[ recovery-image] Oct 18 21:28:59.403 INFO O| Oct 18 21:28:59.403 INFO O| Actions: 9162/24971 actions (Installing new actions)
37762024-10-18T21:29:01.418Z[ host-image] Oct 18 21:29:00.124 INFO O| Oct 18 21:29:00.124 INFO O| Download: Completed 196.56 MB in 162.20 seconds (1.2M/s)
37772024-10-18T21:29:03.073Z[ host-image] Oct 18 21:29:01.779 INFO O| Oct 18 21:29:01.779 INFO O| Actions: 1/49270 actions (Installing new actions)
37782024-10-18T21:29:05.699Z[ recovery-image] Oct 18 21:29:04.405 INFO O| Oct 18 21:29:04.405 INFO O| Actions: 14973/24971 actions (Installing new actions)
37792024-10-18T21:29:08.073Z[ host-image] Oct 18 21:29:06.779 INFO O| Oct 18 21:29:06.779 INFO O| Actions: 9809/49270 actions (Installing new actions)
37802024-10-18T21:29:11.242Z[ recovery-image] Oct 18 21:29:09.948 INFO O| Oct 18 21:29:09.948 INFO O| Actions: 24418/24971 actions (Installing new actions)
37812024-10-18T21:29:13.073Z[ host-image] Oct 18 21:29:11.779 INFO O| Oct 18 21:29:11.779 INFO O| Actions: 15467/49270 actions (Installing new actions)
37822024-10-18T21:29:15.242Z[ recovery-image] Oct 18 21:29:13.947 INFO O| Oct 18 21:29:13.947 INFO O| Actions: Completed 24971 actions in 19.51 seconds.
37832024-10-18T21:29:15.962Z[ recovery-image] Oct 18 21:29:14.667 INFO O| Oct 18 21:29:14.667 INFO O| Done
37842024-10-18T21:29:15.964Z[ recovery-image] Oct 18 21:29:14.667 INFO O| Oct 18 21:29:14.667 INFO O| Done
37852024-10-18T21:29:17.335Z[ recovery-image] Oct 18 21:29:16.040 INFO O| Oct 18 21:29:16.040 INFO O| Done
37862024-10-18T21:29:18.074Z[ host-image] Oct 18 21:29:16.779 INFO O| Oct 18 21:29:16.779 INFO O| Actions: 23391/49270 actions (Installing new actions)
37872024-10-18T21:29:19.430Z[ recovery-image] Oct 18 21:29:18.135 INFO O| Oct 18 21:29:18.134 INFO O| Done
37882024-10-18T21:29:19.452Z[ recovery-image] Oct 18 21:29:18.156 INFO O| Oct 18 21:29:18.156 INFO O| Done
37892024-10-18T21:29:23.883Z[ host-image] Oct 18 21:29:22.587 INFO O| Oct 18 21:29:22.587 INFO O| Actions: 48717/49270 actions (Installing new actions)
37902024-10-18T21:29:24.622Z[ recovery-image] Oct 18 21:29:23.326 INFO O| Oct 18 21:29:23.326 INFO O| Done
37912024-10-18T21:29:25.266Z[ recovery-image] Oct 18 21:29:23.970 INFO O| Oct 18 21:29:23.970 INFO O| Done
37922024-10-18T21:29:25.697Z[ recovery-image] Oct 18 21:29:24.401 INFO O| Oct 18 21:29:24.401 INFO STEP 11 (pkg_install) COMPLETE
37932024-10-18T21:29:25.697Z[ recovery-image] Oct 18 21:29:24.402 INFO O| Oct 18 21:29:24.401 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37942024-10-18T21:29:25.700Z[ recovery-image] Oct 18 21:29:24.402 INFO O| Oct 18 21:29:24.402 INFO skip step because feature "recovery" is enabled
37952024-10-18T21:29:25.700Z[ recovery-image] Oct 18 21:29:24.402 INFO O| Oct 18 21:29:24.402 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37962024-10-18T21:29:25.700Z[ recovery-image] Oct 18 21:29:24.402 INFO O| Oct 18 21:29:24.402 INFO skip step because feature "omicron1" is not enabled
37972024-10-18T21:29:25.700Z[ recovery-image] Oct 18 21:29:24.402 INFO O| Oct 18 21:29:24.402 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37982024-10-18T21:29:25.716Z[ recovery-image] Oct 18 21:29:24.420 INFO O| Oct 18 21:29:24.420 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
37992024-10-18T21:29:26.821Z[ recovery-image] Oct 18 21:29:25.525 INFO O| Oct 18 21:29:25.525 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38002024-10-18T21:29:28.390Z[ host-image] Oct 18 21:29:27.094 INFO O| Oct 18 21:29:27.094 INFO O| Actions: Completed 49270 actions in 25.31 seconds.
38012024-10-18T21:29:29.288Z[ host-image] Oct 18 21:29:27.991 INFO O| Oct 18 21:29:27.991 INFO O| Done
38022024-10-18T21:29:29.288Z[ host-image] Oct 18 21:29:27.992 INFO O| Oct 18 21:29:27.991 INFO O| Done
38032024-10-18T21:29:30.429Z[ recovery-image] Oct 18 21:29:29.132 INFO O| Oct 18 21:29:29.132 INFO O| Planning: Solver setup ... Done
38042024-10-18T21:29:30.434Z[ recovery-image] Oct 18 21:29:29.138 INFO O| Oct 18 21:29:29.138 INFO O| Planning: Running solver ... Done
38052024-10-18T21:29:30.528Z[ recovery-image] Oct 18 21:29:29.232 INFO O| Oct 18 21:29:29.232 INFO O| Planning: Finding local manifests ... Done
38062024-10-18T21:29:30.530Z[ recovery-image] Oct 18 21:29:29.233 INFO O| Oct 18 21:29:29.233 INFO O| Planning: Fetching manifests: 0/1 0% complete
38072024-10-18T21:29:30.696Z[ recovery-image] Oct 18 21:29:29.400 INFO O| Oct 18 21:29:29.400 INFO O| Planning: Fetching manifests: 1/1 100% complete
38082024-10-18T21:29:30.723Z[ recovery-image] Oct 18 21:29:29.427 INFO O| Oct 18 21:29:29.426 INFO O| Planning: Package planning ... Done
38092024-10-18T21:29:30.725Z[ recovery-image] Oct 18 21:29:29.427 INFO O| Oct 18 21:29:29.427 INFO O| Planning: Merging actions ... Done
38102024-10-18T21:29:30.801Z[ recovery-image] Oct 18 21:29:29.505 INFO O| Oct 18 21:29:29.504 INFO O| Planning: Checking for conflicting actions ... Done
38112024-10-18T21:29:30.803Z[ recovery-image] Oct 18 21:29:29.505 INFO O| Oct 18 21:29:29.505 INFO O| Planning: Consolidating action changes ... Done
38122024-10-18T21:29:30.835Z[ host-image] Oct 18 21:29:29.539 INFO O| Oct 18 21:29:29.539 INFO O| Done
38132024-10-18T21:29:31.108Z[ recovery-image] Oct 18 21:29:29.811 INFO O| Oct 18 21:29:29.811 INFO O| Planning: Evaluating mediators ... Done
38142024-10-18T21:29:31.110Z[ recovery-image] Oct 18 21:29:29.812 INFO O| Oct 18 21:29:29.812 INFO O| Planning: Planning completed in 4.29 seconds
38152024-10-18T21:29:31.113Z[ recovery-image] Oct 18 21:29:29.815 INFO O| Oct 18 21:29:29.814 INFO O| Packages to install: 1
38162024-10-18T21:29:31.126Z[ recovery-image] Oct 18 21:29:29.830 INFO O| Oct 18 21:29:29.830 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
38172024-10-18T21:29:32.313Z[ recovery-image] Oct 18 21:29:31.016 INFO O| Oct 18 21:29:31.016 INFO O| Download: Completed 20.80 MB in 1.19 seconds (17.5M/s)
38182024-10-18T21:29:32.403Z[ recovery-image] Oct 18 21:29:31.107 INFO O| Oct 18 21:29:31.106 INFO O| Actions: 1/22 actions (Installing new actions)
38192024-10-18T21:29:33.481Z[ recovery-image] Oct 18 21:29:32.184 INFO O| Oct 18 21:29:32.184 INFO O| Actions: Completed 22 actions in 1.08 seconds.
38202024-10-18T21:29:33.591Z[ host-image] Oct 18 21:29:32.294 INFO O| Oct 18 21:29:32.294 INFO O| Done
38212024-10-18T21:29:33.628Z[ host-image] Oct 18 21:29:32.332 INFO O| Oct 18 21:29:32.331 INFO O| Done
38222024-10-18T21:29:33.956Z[ recovery-image] Oct 18 21:29:32.659 INFO O| Oct 18 21:29:32.659 INFO O| Done
38232024-10-18T21:29:33.956Z[ recovery-image] Oct 18 21:29:32.659 INFO O| Oct 18 21:29:32.659 INFO O| Done
38242024-10-18T21:29:35.077Z[ recovery-image] Oct 18 21:29:33.780 INFO O| Oct 18 21:29:33.780 INFO O| Done
38252024-10-18T21:29:36.939Z[ recovery-image] Oct 18 21:29:35.642 INFO O| Oct 18 21:29:35.642 INFO O| Done
38262024-10-18T21:29:36.962Z[ recovery-image] Oct 18 21:29:35.665 INFO O| Oct 18 21:29:35.665 INFO O| Done
38272024-10-18T21:29:36.962Z[ recovery-image] Oct 18 21:29:35.665 INFO O| Oct 18 21:29:35.665 INFO O| Done
38282024-10-18T21:29:36.988Z[ recovery-image] Oct 18 21:29:35.691 INFO O| Oct 18 21:29:35.691 INFO O| Done
38292024-10-18T21:29:37.171Z[ recovery-image] Oct 18 21:29:35.874 INFO O| Oct 18 21:29:35.874 INFO STEP 14 (pkg_install) COMPLETE
38302024-10-18T21:29:37.171Z[ recovery-image] Oct 18 21:29:35.874 INFO O| Oct 18 21:29:35.874 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38312024-10-18T21:29:37.179Z[ recovery-image] Oct 18 21:29:35.874 INFO O| Oct 18 21:29:35.874 INFO skip step because feature "mfg" is not enabled
38322024-10-18T21:29:37.179Z[ recovery-image] Oct 18 21:29:35.874 INFO O| Oct 18 21:29:35.874 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38332024-10-18T21:29:37.179Z[ recovery-image] Oct 18 21:29:35.874 INFO O| Oct 18 21:29:35.874 INFO skip step because feature "compliance" is not enabled
38342024-10-18T21:29:37.179Z[ recovery-image] Oct 18 21:29:35.874 INFO O| Oct 18 21:29:35.874 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38352024-10-18T21:29:37.179Z[ recovery-image] Oct 18 21:29:35.874 INFO O| Oct 18 21:29:35.874 INFO skip step because feature "stress" is not enabled
38362024-10-18T21:29:37.179Z[ recovery-image] Oct 18 21:29:35.874 INFO O| Oct 18 21:29:35.874 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38372024-10-18T21:29:37.179Z[ recovery-image] Oct 18 21:29:35.874 INFO O| Oct 18 21:29:35.874 INFO skip step because feature "nfs" is not enabled
38382024-10-18T21:29:37.179Z[ recovery-image] Oct 18 21:29:35.874 INFO O| Oct 18 21:29:35.874 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38392024-10-18T21:29:37.179Z[ recovery-image] Oct 18 21:29:35.875 INFO O| Oct 18 21:29:35.874 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38402024-10-18T21:29:37.283Z[ recovery-image] Oct 18 21:29:35.986 INFO O| Oct 18 21:29:35.986 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38412024-10-18T21:29:37.400Z[ recovery-image] Oct 18 21:29:36.103 INFO O| Oct 18 21:29:36.103 INFO completed processing gimlet/ramdisk-01-os
38422024-10-18T21:29:37.403Z[ recovery-image] Oct 18 21:29:36.106 INFO image builder template: ramdisk-02-trim...
38432024-10-18T21:29:37.405Z[ recovery-image] Oct 18 21:29:36.107 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/.tmpv1hBWs/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
38442024-10-18T21:29:37.444Z[ recovery-image] Oct 18 21:29:36.147 INFO O| Oct 18 21:29:36.147 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38452024-10-18T21:29:37.450Z[ recovery-image] Oct 18 21:29:36.154 INFO O| Oct 18 21:29:36.154 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38462024-10-18T21:29:37.546Z[ recovery-image] Oct 18 21:29:36.249 INFO O| Oct 18 21:29:36.249 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38472024-10-18T21:29:37.620Z[ recovery-image] Oct 18 21:29:36.323 INFO O| Oct 18 21:29:36.323 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38482024-10-18T21:29:37.623Z[ recovery-image] Oct 18 21:29:36.324 INFO O| Oct 18 21:29:36.324 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38492024-10-18T21:29:37.630Z[ recovery-image] Oct 18 21:29:36.333 INFO O| Oct 18 21:29:36.333 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38502024-10-18T21:29:37.652Z[ recovery-image] Oct 18 21:29:36.355 INFO O| Oct 18 21:29:36.355 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38512024-10-18T21:29:37.662Z[ recovery-image] Oct 18 21:29:36.365 INFO O| Oct 18 21:29:36.365 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38522024-10-18T21:29:37.888Z[ recovery-image] Oct 18 21:29:36.591 INFO O| Oct 18 21:29:36.591 INFO rolled back to input snapshot; work may begin
38532024-10-18T21:29:37.888Z[ recovery-image] Oct 18 21:29:36.591 INFO O| Oct 18 21:29:36.591 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38542024-10-18T21:29:37.897Z[ recovery-image] Oct 18 21:29:36.600 INFO O| Oct 18 21:29:36.600 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38552024-10-18T21:29:37.918Z[ recovery-image] Oct 18 21:29:36.621 INFO O| Oct 18 21:29:36.620 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38562024-10-18T21:29:38.058Z[ recovery-image] Oct 18 21:29:36.761 INFO O| Oct 18 21:29:36.761 INFO STEP 0 (remove_files) COMPLETE
38572024-10-18T21:29:38.058Z[ recovery-image] Oct 18 21:29:36.761 INFO O| Oct 18 21:29:36.761 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38582024-10-18T21:29:38.092Z[ recovery-image] Oct 18 21:29:36.795 INFO O| Oct 18 21:29:36.794 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38592024-10-18T21:29:38.094Z[ recovery-image] Oct 18 21:29:36.798 INFO O| Oct 18 21:29:36.798 INFO STEP 1 (remove_files) COMPLETE
38602024-10-18T21:29:38.094Z[ recovery-image] Oct 18 21:29:36.798 INFO O| Oct 18 21:29:36.798 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38612024-10-18T21:29:38.116Z[ recovery-image] Oct 18 21:29:36.819 INFO O| Oct 18 21:29:36.819 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38622024-10-18T21:29:38.141Z[ recovery-image] Oct 18 21:29:36.844 INFO O| Oct 18 21:29:36.844 INFO STEP 2 (remove_files) COMPLETE
38632024-10-18T21:29:38.141Z[ recovery-image] Oct 18 21:29:36.844 INFO O| Oct 18 21:29:36.844 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38642024-10-18T21:29:38.159Z[ recovery-image] Oct 18 21:29:36.862 INFO O| Oct 18 21:29:36.862 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38652024-10-18T21:29:38.162Z[ recovery-image] Oct 18 21:29:36.865 INFO O| Oct 18 21:29:36.865 INFO STEP 3 (remove_files) COMPLETE
38662024-10-18T21:29:38.164Z[ recovery-image] Oct 18 21:29:36.865 INFO O| Oct 18 21:29:36.865 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38672024-10-18T21:29:38.182Z[ recovery-image] Oct 18 21:29:36.885 INFO O| Oct 18 21:29:36.885 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38682024-10-18T21:29:38.191Z[ recovery-image] Oct 18 21:29:36.893 INFO O| Oct 18 21:29:36.893 INFO STEP 4 (remove_files) COMPLETE
38692024-10-18T21:29:38.191Z[ recovery-image] Oct 18 21:29:36.893 INFO O| Oct 18 21:29:36.893 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38702024-10-18T21:29:38.209Z[ recovery-image] Oct 18 21:29:36.912 INFO O| Oct 18 21:29:36.912 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38712024-10-18T21:29:38.211Z[ recovery-image] Oct 18 21:29:36.912 INFO O| Oct 18 21:29:36.912 INFO STEP 5 (remove_files) COMPLETE
38722024-10-18T21:29:38.211Z[ recovery-image] Oct 18 21:29:36.912 INFO O| Oct 18 21:29:36.912 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38732024-10-18T21:29:38.248Z[ recovery-image] Oct 18 21:29:36.951 INFO O| Oct 18 21:29:36.951 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38742024-10-18T21:29:38.269Z[ recovery-image] Oct 18 21:29:36.973 INFO O| Oct 18 21:29:36.972 INFO STEP 6 (remove_files) COMPLETE
38752024-10-18T21:29:38.270Z[ recovery-image] Oct 18 21:29:36.973 INFO O| Oct 18 21:29:36.973 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38762024-10-18T21:29:38.272Z[ recovery-image] Oct 18 21:29:36.973 INFO O| Oct 18 21:29:36.973 INFO skip step because feature "recovery" is enabled
38772024-10-18T21:29:38.272Z[ recovery-image] Oct 18 21:29:36.973 INFO O| Oct 18 21:29:36.973 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38782024-10-18T21:29:38.272Z[ recovery-image] Oct 18 21:29:36.973 INFO O| Oct 18 21:29:36.973 INFO skip step because feature "recovery" is enabled
38792024-10-18T21:29:38.272Z[ recovery-image] Oct 18 21:29:36.973 INFO O| Oct 18 21:29:36.973 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38802024-10-18T21:29:38.272Z[ recovery-image] Oct 18 21:29:36.974 INFO O| Oct 18 21:29:36.973 INFO skip step because feature "recovery" is enabled
38812024-10-18T21:29:38.272Z[ recovery-image] Oct 18 21:29:36.974 INFO O| Oct 18 21:29:36.974 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38822024-10-18T21:29:38.323Z[ recovery-image] Oct 18 21:29:37.026 INFO O| Oct 18 21:29:37.026 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38832024-10-18T21:29:38.330Z[ recovery-image] Oct 18 21:29:37.033 INFO O| Oct 18 21:29:37.033 INFO STEP 10 (remove_files) COMPLETE
38842024-10-18T21:29:38.330Z[ recovery-image] Oct 18 21:29:37.033 INFO O| Oct 18 21:29:37.033 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38852024-10-18T21:29:38.374Z[ recovery-image] Oct 18 21:29:37.077 INFO O| Oct 18 21:29:37.077 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38862024-10-18T21:29:38.377Z[ recovery-image] Oct 18 21:29:37.079 INFO O| Oct 18 21:29:37.079 INFO STEP 11 (remove_files) COMPLETE
38872024-10-18T21:29:38.377Z[ recovery-image] Oct 18 21:29:37.079 INFO O| Oct 18 21:29:37.079 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38882024-10-18T21:29:38.402Z[ recovery-image] Oct 18 21:29:37.105 INFO O| Oct 18 21:29:37.105 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38892024-10-18T21:29:38.405Z[ recovery-image] Oct 18 21:29:37.108 INFO O| Oct 18 21:29:37.108 INFO STEP 12 (remove_files) COMPLETE
38902024-10-18T21:29:38.405Z[ recovery-image] Oct 18 21:29:37.108 INFO O| Oct 18 21:29:37.108 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38912024-10-18T21:29:38.438Z[ recovery-image] Oct 18 21:29:37.141 INFO O| Oct 18 21:29:37.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
38922024-10-18T21:29:38.522Z[ recovery-image] Oct 18 21:29:37.225 INFO O| Oct 18 21:29:37.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
38932024-10-18T21:29:38.525Z[ recovery-image] Oct 18 21:29:37.226 INFO O| Oct 18 21:29:37.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
38942024-10-18T21:29:38.528Z[ recovery-image] Oct 18 21:29:37.231 INFO O| Oct 18 21:29:37.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
38952024-10-18T21:29:38.614Z[ recovery-image] Oct 18 21:29:37.317 INFO O| Oct 18 21:29:37.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
38962024-10-18T21:29:38.904Z[ recovery-image] Oct 18 21:29:37.607 INFO O| Oct 18 21:29:37.607 INFO STEP 13 (remove_files) COMPLETE
38972024-10-18T21:29:38.904Z[ recovery-image] Oct 18 21:29:37.607 INFO O| Oct 18 21:29:37.607 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38982024-10-18T21:29:38.927Z[ recovery-image] Oct 18 21:29:37.630 INFO O| Oct 18 21:29:37.630 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
38992024-10-18T21:29:38.929Z[ recovery-image] Oct 18 21:29:37.633 INFO O| Oct 18 21:29:37.632 INFO STEP 14 (remove_files) COMPLETE
39002024-10-18T21:29:38.929Z[ recovery-image] Oct 18 21:29:37.633 INFO O| Oct 18 21:29:37.632 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39012024-10-18T21:29:39.003Z[ recovery-image] Oct 18 21:29:37.706 INFO O| Oct 18 21:29:37.706 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
39022024-10-18T21:29:39.014Z[ recovery-image] Oct 18 21:29:37.717 INFO O| Oct 18 21:29:37.717 INFO STEP 15 (remove_files) COMPLETE
39032024-10-18T21:29:39.017Z[ recovery-image] Oct 18 21:29:37.717 INFO O| Oct 18 21:29:37.717 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39042024-10-18T21:29:39.069Z[ recovery-image] Oct 18 21:29:37.772 INFO O| Oct 18 21:29:37.772 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
39052024-10-18T21:29:39.071Z[ recovery-image] Oct 18 21:29:37.772 INFO O| Oct 18 21:29:37.772 INFO STEP 16 (remove_files) COMPLETE
39062024-10-18T21:29:39.071Z[ recovery-image] Oct 18 21:29:37.772 INFO O| Oct 18 21:29:37.772 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39072024-10-18T21:29:39.129Z[ recovery-image] Oct 18 21:29:37.832 INFO O| Oct 18 21:29:37.832 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
39082024-10-18T21:29:39.131Z[ recovery-image] Oct 18 21:29:37.834 INFO O| Oct 18 21:29:37.834 INFO STEP 17 (remove_files) COMPLETE
39092024-10-18T21:29:39.131Z[ recovery-image] Oct 18 21:29:37.834 INFO O| Oct 18 21:29:37.834 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39102024-10-18T21:29:39.171Z[ recovery-image] Oct 18 21:29:37.874 INFO O| Oct 18 21:29:37.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39112024-10-18T21:29:39.171Z[ recovery-image] Oct 18 21:29:37.874 INFO O| Oct 18 21:29:37.874 INFO STEP 18 (remove_files) COMPLETE
39122024-10-18T21:29:39.171Z[ recovery-image] Oct 18 21:29:37.874 INFO O| Oct 18 21:29:37.874 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39132024-10-18T21:29:39.189Z[ recovery-image] Oct 18 21:29:37.892 INFO O| Oct 18 21:29:37.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39142024-10-18T21:29:39.189Z[ recovery-image] Oct 18 21:29:37.892 INFO O| Oct 18 21:29:37.892 INFO STEP 19 (remove_files) COMPLETE
39152024-10-18T21:29:39.189Z[ recovery-image] Oct 18 21:29:37.892 INFO O| Oct 18 21:29:37.892 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39162024-10-18T21:29:39.206Z[ recovery-image] Oct 18 21:29:37.909 INFO O| Oct 18 21:29:37.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39172024-10-18T21:29:39.206Z[ recovery-image] Oct 18 21:29:37.909 INFO O| Oct 18 21:29:37.909 INFO STEP 20 (remove_files) COMPLETE
39182024-10-18T21:29:39.208Z[ recovery-image] Oct 18 21:29:37.909 INFO O| Oct 18 21:29:37.909 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39192024-10-18T21:29:39.222Z[ recovery-image] Oct 18 21:29:37.925 INFO O| Oct 18 21:29:37.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39202024-10-18T21:29:39.222Z[ recovery-image] Oct 18 21:29:37.925 INFO O| Oct 18 21:29:37.925 INFO STEP 21 (remove_files) COMPLETE
39212024-10-18T21:29:39.224Z[ recovery-image] Oct 18 21:29:37.925 INFO O| Oct 18 21:29:37.925 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39222024-10-18T21:29:39.238Z[ recovery-image] Oct 18 21:29:37.942 INFO O| Oct 18 21:29:37.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39232024-10-18T21:29:39.239Z[ recovery-image] Oct 18 21:29:37.942 INFO O| Oct 18 21:29:37.942 INFO STEP 22 (remove_files) COMPLETE
39242024-10-18T21:29:39.241Z[ recovery-image] Oct 18 21:29:37.942 INFO O| Oct 18 21:29:37.942 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39252024-10-18T21:29:39.298Z[ recovery-image] Oct 18 21:29:38.000 INFO O| Oct 18 21:29:38.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39262024-10-18T21:29:39.298Z[ recovery-image] Oct 18 21:29:38.000 INFO O| Oct 18 21:29:38.000 INFO STEP 23 (remove_files) COMPLETE
39272024-10-18T21:29:39.298Z[ recovery-image] Oct 18 21:29:38.000 INFO O| Oct 18 21:29:38.000 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39282024-10-18T21:29:39.338Z[ recovery-image] Oct 18 21:29:38.041 INFO O| Oct 18 21:29:38.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39292024-10-18T21:29:39.338Z[ recovery-image] Oct 18 21:29:38.041 INFO O| Oct 18 21:29:38.041 INFO STEP 24 (remove_files) COMPLETE
39302024-10-18T21:29:39.341Z[ recovery-image] Oct 18 21:29:38.041 INFO O| Oct 18 21:29:38.041 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39312024-10-18T21:29:39.358Z[ recovery-image] Oct 18 21:29:38.060 INFO O| Oct 18 21:29:38.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39322024-10-18T21:29:39.358Z[ recovery-image] Oct 18 21:29:38.060 INFO O| Oct 18 21:29:38.060 INFO STEP 25 (remove_files) COMPLETE
39332024-10-18T21:29:39.361Z[ recovery-image] Oct 18 21:29:38.060 INFO O| Oct 18 21:29:38.060 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39342024-10-18T21:29:39.392Z[ recovery-image] Oct 18 21:29:38.095 INFO O| Oct 18 21:29:38.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39352024-10-18T21:29:39.393Z[ recovery-image] Oct 18 21:29:38.096 INFO O| Oct 18 21:29:38.096 INFO STEP 26 (remove_files) COMPLETE
39362024-10-18T21:29:39.393Z[ recovery-image] Oct 18 21:29:38.096 INFO O| Oct 18 21:29:38.096 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39372024-10-18T21:29:39.410Z[ recovery-image] Oct 18 21:29:38.113 INFO O| Oct 18 21:29:38.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39382024-10-18T21:29:39.410Z[ recovery-image] Oct 18 21:29:38.113 INFO O| Oct 18 21:29:38.113 INFO STEP 27 (remove_files) COMPLETE
39392024-10-18T21:29:39.413Z[ recovery-image] Oct 18 21:29:38.114 INFO O| Oct 18 21:29:38.113 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39402024-10-18T21:29:39.428Z[ recovery-image] Oct 18 21:29:38.131 INFO O| Oct 18 21:29:38.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39412024-10-18T21:29:39.428Z[ recovery-image] Oct 18 21:29:38.131 INFO O| Oct 18 21:29:38.131 INFO STEP 28 (remove_files) COMPLETE
39422024-10-18T21:29:39.431Z[ recovery-image] Oct 18 21:29:38.131 INFO O| Oct 18 21:29:38.131 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39432024-10-18T21:29:39.468Z[ recovery-image] Oct 18 21:29:38.171 INFO O| Oct 18 21:29:38.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39442024-10-18T21:29:39.468Z[ recovery-image] Oct 18 21:29:38.171 INFO O| Oct 18 21:29:38.171 INFO STEP 29 (remove_files) COMPLETE
39452024-10-18T21:29:39.468Z[ recovery-image] Oct 18 21:29:38.171 INFO O| Oct 18 21:29:38.171 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39462024-10-18T21:29:39.487Z[ recovery-image] Oct 18 21:29:38.190 INFO O| Oct 18 21:29:38.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39472024-10-18T21:29:39.487Z[ recovery-image] Oct 18 21:29:38.190 INFO O| Oct 18 21:29:38.190 INFO STEP 30 (remove_files) COMPLETE
39482024-10-18T21:29:39.487Z[ recovery-image] Oct 18 21:29:38.190 INFO O| Oct 18 21:29:38.190 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39492024-10-18T21:29:39.519Z[ recovery-image] Oct 18 21:29:38.222 INFO O| Oct 18 21:29:38.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39502024-10-18T21:29:39.519Z[ recovery-image] Oct 18 21:29:38.222 INFO O| Oct 18 21:29:38.222 INFO STEP 31 (remove_files) COMPLETE
39512024-10-18T21:29:39.519Z[ recovery-image] Oct 18 21:29:38.222 INFO O| Oct 18 21:29:38.222 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39522024-10-18T21:29:39.539Z[ recovery-image] Oct 18 21:29:38.242 INFO O| Oct 18 21:29:38.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39532024-10-18T21:29:39.539Z[ recovery-image] Oct 18 21:29:38.242 INFO O| Oct 18 21:29:38.242 INFO STEP 32 (remove_files) COMPLETE
39542024-10-18T21:29:39.542Z[ recovery-image] Oct 18 21:29:38.242 INFO O| Oct 18 21:29:38.242 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39552024-10-18T21:29:39.557Z[ recovery-image] Oct 18 21:29:38.260 INFO O| Oct 18 21:29:38.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39562024-10-18T21:29:39.557Z[ recovery-image] Oct 18 21:29:38.261 INFO O| Oct 18 21:29:38.260 INFO STEP 33 (remove_files) COMPLETE
39572024-10-18T21:29:39.558Z[ recovery-image] Oct 18 21:29:38.261 INFO O| Oct 18 21:29:38.260 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39582024-10-18T21:29:39.574Z[ recovery-image] Oct 18 21:29:38.277 INFO O| Oct 18 21:29:38.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39592024-10-18T21:29:39.574Z[ recovery-image] Oct 18 21:29:38.277 INFO O| Oct 18 21:29:38.277 INFO STEP 34 (remove_files) COMPLETE
39602024-10-18T21:29:39.574Z[ recovery-image] Oct 18 21:29:38.277 INFO O| Oct 18 21:29:38.277 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39612024-10-18T21:29:39.590Z[ recovery-image] Oct 18 21:29:38.292 INFO O| Oct 18 21:29:38.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39622024-10-18T21:29:39.590Z[ recovery-image] Oct 18 21:29:38.292 INFO O| Oct 18 21:29:38.292 INFO STEP 35 (remove_files) COMPLETE
39632024-10-18T21:29:39.590Z[ recovery-image] Oct 18 21:29:38.293 INFO O| Oct 18 21:29:38.292 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39642024-10-18T21:29:39.605Z[ recovery-image] Oct 18 21:29:38.308 INFO O| Oct 18 21:29:38.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39652024-10-18T21:29:39.605Z[ recovery-image] Oct 18 21:29:38.308 INFO O| Oct 18 21:29:38.308 INFO STEP 36 (remove_files) COMPLETE
39662024-10-18T21:29:39.607Z[ recovery-image] Oct 18 21:29:38.308 INFO O| Oct 18 21:29:38.308 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39672024-10-18T21:29:39.704Z[ recovery-image] Oct 18 21:29:38.407 INFO O| Oct 18 21:29:38.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39682024-10-18T21:29:39.707Z[ recovery-image] Oct 18 21:29:38.407 INFO O| Oct 18 21:29:38.407 INFO STEP 37 (remove_files) COMPLETE
39692024-10-18T21:29:39.707Z[ recovery-image] Oct 18 21:29:38.407 INFO O| Oct 18 21:29:38.407 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39702024-10-18T21:29:39.722Z[ recovery-image] Oct 18 21:29:38.425 INFO O| Oct 18 21:29:38.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39712024-10-18T21:29:39.722Z[ recovery-image] Oct 18 21:29:38.425 INFO O| Oct 18 21:29:38.425 INFO STEP 38 (remove_files) COMPLETE
39722024-10-18T21:29:39.724Z[ recovery-image] Oct 18 21:29:38.425 INFO O| Oct 18 21:29:38.425 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39732024-10-18T21:29:39.753Z[ recovery-image] Oct 18 21:29:38.456 INFO O| Oct 18 21:29:38.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39742024-10-18T21:29:39.753Z[ recovery-image] Oct 18 21:29:38.456 INFO O| Oct 18 21:29:38.456 INFO STEP 39 (remove_files) COMPLETE
39752024-10-18T21:29:39.753Z[ recovery-image] Oct 18 21:29:38.456 INFO O| Oct 18 21:29:38.456 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39762024-10-18T21:29:39.814Z[ recovery-image] Oct 18 21:29:38.515 INFO O| Oct 18 21:29:38.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39772024-10-18T21:29:39.814Z[ recovery-image] Oct 18 21:29:38.515 INFO O| Oct 18 21:29:38.515 INFO STEP 40 (remove_files) COMPLETE
39782024-10-18T21:29:39.814Z[ recovery-image] Oct 18 21:29:38.515 INFO O| Oct 18 21:29:38.515 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39792024-10-18T21:29:39.830Z[ recovery-image] Oct 18 21:29:38.533 INFO O| Oct 18 21:29:38.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39802024-10-18T21:29:39.830Z[ recovery-image] Oct 18 21:29:38.533 INFO O| Oct 18 21:29:38.533 INFO STEP 41 (remove_files) COMPLETE
39812024-10-18T21:29:39.830Z[ recovery-image] Oct 18 21:29:38.533 INFO O| Oct 18 21:29:38.533 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39822024-10-18T21:29:39.863Z[ recovery-image] Oct 18 21:29:38.566 INFO O| Oct 18 21:29:38.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39832024-10-18T21:29:39.863Z[ recovery-image] Oct 18 21:29:38.566 INFO O| Oct 18 21:29:38.566 INFO STEP 42 (remove_files) COMPLETE
39842024-10-18T21:29:39.863Z[ recovery-image] Oct 18 21:29:38.566 INFO O| Oct 18 21:29:38.566 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39852024-10-18T21:29:39.900Z[ recovery-image] Oct 18 21:29:38.603 INFO O| Oct 18 21:29:38.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39862024-10-18T21:29:39.900Z[ recovery-image] Oct 18 21:29:38.603 INFO O| Oct 18 21:29:38.603 INFO STEP 43 (remove_files) COMPLETE
39872024-10-18T21:29:39.900Z[ recovery-image] Oct 18 21:29:38.603 INFO O| Oct 18 21:29:38.603 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39882024-10-18T21:29:39.916Z[ recovery-image] Oct 18 21:29:38.619 INFO O| Oct 18 21:29:38.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
39892024-10-18T21:29:39.916Z[ recovery-image] Oct 18 21:29:38.620 INFO O| Oct 18 21:29:38.619 INFO STEP 44 (remove_files) COMPLETE
39902024-10-18T21:29:39.916Z[ recovery-image] Oct 18 21:29:38.620 INFO O| Oct 18 21:29:38.620 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39912024-10-18T21:29:39.948Z[ recovery-image] Oct 18 21:29:38.651 INFO O| Oct 18 21:29:38.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
39922024-10-18T21:29:39.948Z[ recovery-image] Oct 18 21:29:38.651 INFO O| Oct 18 21:29:38.651 INFO STEP 45 (remove_files) COMPLETE
39932024-10-18T21:29:39.948Z[ recovery-image] Oct 18 21:29:38.651 INFO O| Oct 18 21:29:38.651 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39942024-10-18T21:29:39.979Z[ recovery-image] Oct 18 21:29:38.682 INFO O| Oct 18 21:29:38.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
39952024-10-18T21:29:39.979Z[ recovery-image] Oct 18 21:29:38.682 INFO O| Oct 18 21:29:38.682 INFO STEP 46 (remove_files) COMPLETE
39962024-10-18T21:29:39.979Z[ recovery-image] Oct 18 21:29:38.682 INFO O| Oct 18 21:29:38.682 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39972024-10-18T21:29:40.035Z[ recovery-image] Oct 18 21:29:38.738 INFO O| Oct 18 21:29:38.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
39982024-10-18T21:29:40.035Z[ recovery-image] Oct 18 21:29:38.738 INFO O| Oct 18 21:29:38.738 INFO STEP 47 (remove_files) COMPLETE
39992024-10-18T21:29:40.035Z[ recovery-image] Oct 18 21:29:38.738 INFO O| Oct 18 21:29:38.738 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40002024-10-18T21:29:40.052Z[ recovery-image] Oct 18 21:29:38.755 INFO O| Oct 18 21:29:38.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
40012024-10-18T21:29:40.052Z[ recovery-image] Oct 18 21:29:38.755 INFO O| Oct 18 21:29:38.755 INFO STEP 48 (remove_files) COMPLETE
40022024-10-18T21:29:40.052Z[ recovery-image] Oct 18 21:29:38.755 INFO O| Oct 18 21:29:38.755 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40032024-10-18T21:29:40.109Z[ recovery-image] Oct 18 21:29:38.812 INFO O| Oct 18 21:29:38.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
40042024-10-18T21:29:40.109Z[ recovery-image] Oct 18 21:29:38.812 INFO O| Oct 18 21:29:38.812 INFO STEP 49 (remove_files) COMPLETE
40052024-10-18T21:29:40.109Z[ recovery-image] Oct 18 21:29:38.812 INFO O| Oct 18 21:29:38.812 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40062024-10-18T21:29:40.128Z[ recovery-image] Oct 18 21:29:38.831 INFO O| Oct 18 21:29:38.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
40072024-10-18T21:29:40.129Z[ recovery-image] Oct 18 21:29:38.831 INFO O| Oct 18 21:29:38.831 INFO STEP 50 (remove_files) COMPLETE
40082024-10-18T21:29:40.131Z[ recovery-image] Oct 18 21:29:38.831 INFO O| Oct 18 21:29:38.831 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40092024-10-18T21:29:40.147Z[ recovery-image] Oct 18 21:29:38.850 INFO O| Oct 18 21:29:38.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40102024-10-18T21:29:40.147Z[ recovery-image] Oct 18 21:29:38.850 INFO O| Oct 18 21:29:38.850 INFO STEP 51 (remove_files) COMPLETE
40112024-10-18T21:29:40.147Z[ recovery-image] Oct 18 21:29:38.850 INFO O| Oct 18 21:29:38.850 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40122024-10-18T21:29:40.185Z[ recovery-image] Oct 18 21:29:38.888 INFO O| Oct 18 21:29:38.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40132024-10-18T21:29:40.185Z[ recovery-image] Oct 18 21:29:38.888 INFO O| Oct 18 21:29:38.888 INFO STEP 52 (remove_files) COMPLETE
40142024-10-18T21:29:40.187Z[ recovery-image] Oct 18 21:29:38.888 INFO O| Oct 18 21:29:38.888 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40152024-10-18T21:29:40.205Z[ recovery-image] Oct 18 21:29:38.908 INFO O| Oct 18 21:29:38.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40162024-10-18T21:29:40.205Z[ recovery-image] Oct 18 21:29:38.908 INFO O| Oct 18 21:29:38.908 INFO STEP 53 (remove_files) COMPLETE
40172024-10-18T21:29:40.205Z[ recovery-image] Oct 18 21:29:38.908 INFO O| Oct 18 21:29:38.908 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40182024-10-18T21:29:40.235Z[ recovery-image] Oct 18 21:29:38.938 INFO O| Oct 18 21:29:38.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40192024-10-18T21:29:40.235Z[ recovery-image] Oct 18 21:29:38.938 INFO O| Oct 18 21:29:38.938 INFO STEP 54 (remove_files) COMPLETE
40202024-10-18T21:29:40.235Z[ recovery-image] Oct 18 21:29:38.938 INFO O| Oct 18 21:29:38.938 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40212024-10-18T21:29:40.277Z[ recovery-image] Oct 18 21:29:38.979 INFO O| Oct 18 21:29:38.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40222024-10-18T21:29:40.277Z[ recovery-image] Oct 18 21:29:38.979 INFO O| Oct 18 21:29:38.979 INFO STEP 55 (remove_files) COMPLETE
40232024-10-18T21:29:40.279Z[ recovery-image] Oct 18 21:29:38.979 INFO O| Oct 18 21:29:38.979 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40242024-10-18T21:29:40.453Z[ recovery-image] Oct 18 21:29:38.997 INFO O| Oct 18 21:29:38.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40252024-10-18T21:29:40.453Z[ recovery-image] Oct 18 21:29:38.997 INFO O| Oct 18 21:29:38.997 INFO STEP 56 (remove_files) COMPLETE
40262024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:38.997 INFO O| Oct 18 21:29:38.997 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40272024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.052 INFO O| Oct 18 21:29:39.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40282024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.052 INFO O| Oct 18 21:29:39.052 INFO STEP 57 (remove_files) COMPLETE
40292024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.052 INFO O| Oct 18 21:29:39.052 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40302024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.102 INFO O| Oct 18 21:29:39.101 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40312024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.102 INFO O| Oct 18 21:29:39.102 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40322024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.102 INFO O| Oct 18 21:29:39.102 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40332024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.102 INFO O| Oct 18 21:29:39.102 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40342024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.103 INFO O| Oct 18 21:29:39.102 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40352024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.103 INFO O| Oct 18 21:29:39.103 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40362024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.103 INFO O| Oct 18 21:29:39.103 INFO ok!
40372024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.103 INFO O| Oct 18 21:29:39.103 INFO STEP 58 (ensure_file) COMPLETE
40382024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.103 INFO O| Oct 18 21:29:39.103 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40392024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.122 INFO O| Oct 18 21:29:39.122 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40402024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.122 INFO O| Oct 18 21:29:39.122 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40412024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.122 INFO O| Oct 18 21:29:39.122 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40422024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.123 INFO O| Oct 18 21:29:39.123 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40432024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.123 INFO O| Oct 18 21:29:39.123 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40442024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.123 INFO O| Oct 18 21:29:39.123 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40452024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.123 INFO O| Oct 18 21:29:39.123 INFO ok!
40462024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.123 INFO O| Oct 18 21:29:39.123 INFO STEP 59 (ensure_file) COMPLETE
40472024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.123 INFO O| Oct 18 21:29:39.123 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40482024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.148 INFO O| Oct 18 21:29:39.148 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40492024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.148 INFO O| Oct 18 21:29:39.148 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40502024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.148 INFO O| Oct 18 21:29:39.148 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40512024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.148 INFO O| Oct 18 21:29:39.148 INFO ok!
40522024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.148 INFO O| Oct 18 21:29:39.148 INFO STEP 60 (ensure_file) COMPLETE
40532024-10-18T21:29:40.456Z[ recovery-image] Oct 18 21:29:39.148 INFO O| Oct 18 21:29:39.148 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40542024-10-18T21:29:40.469Z[ recovery-image] Oct 18 21:29:39.172 INFO O| Oct 18 21:29:39.172 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40552024-10-18T21:29:40.469Z[ recovery-image] Oct 18 21:29:39.172 INFO O| Oct 18 21:29:39.172 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40562024-10-18T21:29:40.471Z[ recovery-image] Oct 18 21:29:39.172 INFO O| Oct 18 21:29:39.172 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40572024-10-18T21:29:40.471Z[ recovery-image] Oct 18 21:29:39.172 INFO O| Oct 18 21:29:39.172 INFO ok!
40582024-10-18T21:29:40.471Z[ recovery-image] Oct 18 21:29:39.172 INFO O| Oct 18 21:29:39.172 INFO STEP 61 (ensure_file) COMPLETE
40592024-10-18T21:29:40.471Z[ recovery-image] Oct 18 21:29:39.172 INFO O| Oct 18 21:29:39.172 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40602024-10-18T21:29:40.496Z[ recovery-image] Oct 18 21:29:39.198 INFO O| Oct 18 21:29:39.198 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40612024-10-18T21:29:40.498Z[ recovery-image] Oct 18 21:29:39.199 INFO O| Oct 18 21:29:39.198 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40622024-10-18T21:29:40.498Z[ recovery-image] Oct 18 21:29:39.199 INFO O| Oct 18 21:29:39.199 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40632024-10-18T21:29:40.498Z[ recovery-image] Oct 18 21:29:39.199 INFO O| Oct 18 21:29:39.199 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40642024-10-18T21:29:40.498Z[ recovery-image] Oct 18 21:29:39.199 INFO O| Oct 18 21:29:39.199 INFO ok!
40652024-10-18T21:29:40.498Z[ recovery-image] Oct 18 21:29:39.199 INFO O| Oct 18 21:29:39.199 INFO STEP 62 (ensure_file) COMPLETE
40662024-10-18T21:29:40.498Z[ recovery-image] Oct 18 21:29:39.199 INFO O| Oct 18 21:29:39.199 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40672024-10-18T21:29:40.516Z[ recovery-image] Oct 18 21:29:39.219 INFO O| Oct 18 21:29:39.219 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40682024-10-18T21:29:40.516Z[ recovery-image] Oct 18 21:29:39.219 INFO O| Oct 18 21:29:39.219 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40692024-10-18T21:29:40.519Z[ recovery-image] Oct 18 21:29:39.219 INFO O| Oct 18 21:29:39.219 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40702024-10-18T21:29:40.519Z[ recovery-image] Oct 18 21:29:39.219 INFO O| Oct 18 21:29:39.219 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40712024-10-18T21:29:40.519Z[ recovery-image] Oct 18 21:29:39.219 INFO O| Oct 18 21:29:39.219 INFO ok!
40722024-10-18T21:29:40.519Z[ recovery-image] Oct 18 21:29:39.219 INFO O| Oct 18 21:29:39.219 INFO STEP 63 (ensure_file) COMPLETE
40732024-10-18T21:29:40.519Z[ recovery-image] Oct 18 21:29:39.219 INFO O| Oct 18 21:29:39.219 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40742024-10-18T21:29:40.557Z[ recovery-image] Oct 18 21:29:39.260 INFO O| Oct 18 21:29:39.260 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40752024-10-18T21:29:40.557Z[ recovery-image] Oct 18 21:29:39.260 INFO O| Oct 18 21:29:39.260 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40762024-10-18T21:29:40.560Z[ recovery-image] Oct 18 21:29:39.260 INFO O| Oct 18 21:29:39.260 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40772024-10-18T21:29:40.560Z[ recovery-image] Oct 18 21:29:39.260 INFO O| Oct 18 21:29:39.260 INFO ok!
40782024-10-18T21:29:40.560Z[ recovery-image] Oct 18 21:29:39.260 INFO O| Oct 18 21:29:39.260 INFO STEP 64 (assemble_files) COMPLETE
40792024-10-18T21:29:40.560Z[ recovery-image] Oct 18 21:29:39.260 INFO O| Oct 18 21:29:39.260 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40802024-10-18T21:29:40.579Z[ recovery-image] Oct 18 21:29:39.281 INFO O| Oct 18 21:29:39.281 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40812024-10-18T21:29:40.579Z[ recovery-image] Oct 18 21:29:39.281 INFO O| Oct 18 21:29:39.281 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
40822024-10-18T21:29:40.579Z[ recovery-image] Oct 18 21:29:39.281 INFO O| Oct 18 21:29:39.281 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40832024-10-18T21:29:40.579Z[ recovery-image] Oct 18 21:29:39.281 INFO O| Oct 18 21:29:39.281 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40842024-10-18T21:29:40.581Z[ recovery-image] Oct 18 21:29:39.282 INFO O| Oct 18 21:29:39.281 INFO ok!
40852024-10-18T21:29:40.581Z[ recovery-image] Oct 18 21:29:39.282 INFO O| Oct 18 21:29:39.282 INFO STEP 65 (ensure_file) COMPLETE
40862024-10-18T21:29:40.581Z[ recovery-image] Oct 18 21:29:39.282 INFO O| Oct 18 21:29:39.282 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40872024-10-18T21:29:40.581Z[ recovery-image] Oct 18 21:29:39.282 INFO O| Oct 18 21:29:39.282 INFO skip step because feature "omicron1" is not enabled
40882024-10-18T21:29:40.581Z[ recovery-image] Oct 18 21:29:39.282 INFO O| Oct 18 21:29:39.282 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40892024-10-18T21:29:40.581Z[ recovery-image] Oct 18 21:29:39.282 INFO O| Oct 18 21:29:39.282 INFO skip step because feature "omicron1" is not enabled
40902024-10-18T21:29:40.581Z[ recovery-image] Oct 18 21:29:39.282 INFO O| Oct 18 21:29:39.282 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40912024-10-18T21:29:40.581Z[ recovery-image] Oct 18 21:29:39.282 INFO O| Oct 18 21:29:39.282 INFO skip step because feature "omicron1" is not enabled
40922024-10-18T21:29:40.581Z[ recovery-image] Oct 18 21:29:39.282 INFO O| Oct 18 21:29:39.282 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40932024-10-18T21:29:40.662Z[ recovery-image] Oct 18 21:29:39.364 INFO O| Oct 18 21:29:39.364 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
40942024-10-18T21:29:40.662Z[ recovery-image] Oct 18 21:29:39.364 INFO O| Oct 18 21:29:39.364 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
40952024-10-18T21:29:41.440Z[ host-image] Oct 18 21:29:40.143 INFO O| Oct 18 21:29:40.143 INFO O| Done
40962024-10-18T21:29:42.439Z[ host-image] Oct 18 21:29:41.141 INFO O| Oct 18 21:29:41.141 INFO O| Done
40972024-10-18T21:29:42.854Z[ host-image] Oct 18 21:29:41.555 INFO O| Oct 18 21:29:41.555 INFO STEP 11 (pkg_install) COMPLETE
40982024-10-18T21:29:42.854Z[ host-image] Oct 18 21:29:41.555 INFO O| Oct 18 21:29:41.555 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40992024-10-18T21:29:42.870Z[ host-image] Oct 18 21:29:41.572 INFO O| Oct 18 21:29:41.572 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
41002024-10-18T21:29:43.745Z[ recovery-image] Oct 18 21:29:42.448 INFO O| Oct 18 21:29:42.447 INFO STEP 69 (pack_tar) COMPLETE
41012024-10-18T21:29:43.745Z[ recovery-image] Oct 18 21:29:42.448 INFO O| Oct 18 21:29:42.447 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41022024-10-18T21:29:43.748Z[ recovery-image] Oct 18 21:29:42.448 INFO O| Oct 18 21:29:42.447 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41032024-10-18T21:29:44.005Z[ recovery-image] Oct 18 21:29:42.708 INFO O| Oct 18 21:29:42.707 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41042024-10-18T21:29:44.387Z[ host-image] Oct 18 21:29:43.090 INFO O| Oct 18 21:29:43.089 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41052024-10-18T21:29:44.956Z[ recovery-image] Oct 18 21:29:43.658 INFO O| Oct 18 21:29:43.658 INFO completed processing gimlet/ramdisk-02-trim
41062024-10-18T21:29:44.959Z[ recovery-image] Oct 18 21:29:43.662 INFO image builder template: ramdisk-03-recovery-trim...
41072024-10-18T21:29:44.962Z[ recovery-image] Oct 18 21:29:43.662 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/.tmpv1hBWs/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
41082024-10-18T21:29:45.212Z[ recovery-image] Oct 18 21:29:43.914 INFO O| Oct 18 21:29:43.914 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41092024-10-18T21:29:45.238Z[ recovery-image] Oct 18 21:29:43.940 INFO O| Oct 18 21:29:43.940 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41102024-10-18T21:29:45.353Z[ recovery-image] Oct 18 21:29:44.055 INFO O| Oct 18 21:29:44.055 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
41112024-10-18T21:29:45.435Z[ recovery-image] Oct 18 21:29:44.137 INFO O| Oct 18 21:29:44.137 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41122024-10-18T21:29:45.438Z[ recovery-image] Oct 18 21:29:44.137 INFO O| Oct 18 21:29:44.137 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41132024-10-18T21:29:45.454Z[ recovery-image] Oct 18 21:29:44.156 INFO O| Oct 18 21:29:44.156 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41142024-10-18T21:29:45.500Z[ recovery-image] Oct 18 21:29:44.202 INFO O| Oct 18 21:29:44.202 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41152024-10-18T21:29:45.529Z[ recovery-image] Oct 18 21:29:44.231 INFO O| Oct 18 21:29:44.231 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41162024-10-18T21:29:45.880Z[ recovery-image] Oct 18 21:29:44.582 INFO O| Oct 18 21:29:44.582 INFO rolled back to input snapshot; work may begin
41172024-10-18T21:29:45.880Z[ recovery-image] Oct 18 21:29:44.582 INFO O| Oct 18 21:29:44.582 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41182024-10-18T21:29:45.897Z[ recovery-image] Oct 18 21:29:44.599 INFO O| Oct 18 21:29:44.599 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41192024-10-18T21:29:45.916Z[ recovery-image] Oct 18 21:29:44.618 INFO O| Oct 18 21:29:44.618 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41202024-10-18T21:29:45.927Z[ recovery-image] Oct 18 21:29:44.629 INFO O| Oct 18 21:29:44.629 INFO STEP 0 (remove_files) COMPLETE
41212024-10-18T21:29:45.927Z[ recovery-image] Oct 18 21:29:44.629 INFO O| Oct 18 21:29:44.629 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-10-18T21:29:45.953Z[ recovery-image] Oct 18 21:29:44.655 INFO O| Oct 18 21:29:44.655 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41232024-10-18T21:29:46.245Z[ recovery-image] Oct 18 21:29:44.946 INFO O| Oct 18 21:29:44.946 INFO STEP 1 (remove_files) COMPLETE
41242024-10-18T21:29:46.245Z[ recovery-image] Oct 18 21:29:44.946 INFO O| Oct 18 21:29:44.946 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-10-18T21:29:46.300Z[ recovery-image] Oct 18 21:29:45.002 INFO O| Oct 18 21:29:45.002 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41262024-10-18T21:29:46.333Z[ recovery-image] Oct 18 21:29:45.035 INFO O| Oct 18 21:29:45.035 INFO STEP 2 (remove_files) COMPLETE
41272024-10-18T21:29:46.333Z[ recovery-image] Oct 18 21:29:45.035 INFO O| Oct 18 21:29:45.035 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41282024-10-18T21:29:46.366Z[ recovery-image] Oct 18 21:29:45.068 INFO O| Oct 18 21:29:45.068 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41292024-10-18T21:29:46.535Z[ recovery-image] Oct 18 21:29:45.237 INFO O| Oct 18 21:29:45.237 INFO STEP 3 (remove_files) COMPLETE
41302024-10-18T21:29:46.535Z[ recovery-image] Oct 18 21:29:45.237 INFO O| Oct 18 21:29:45.237 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41312024-10-18T21:29:46.611Z[ recovery-image] Oct 18 21:29:45.313 INFO O| Oct 18 21:29:45.313 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41322024-10-18T21:29:46.763Z[ recovery-image] Oct 18 21:29:45.465 INFO O| Oct 18 21:29:45.465 INFO STEP 4 (remove_files) COMPLETE
41332024-10-18T21:29:46.763Z[ recovery-image] Oct 18 21:29:45.465 INFO O| Oct 18 21:29:45.465 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-10-18T21:29:46.783Z[ recovery-image] Oct 18 21:29:45.486 INFO O| Oct 18 21:29:45.485 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41352024-10-18T21:29:46.800Z[ recovery-image] Oct 18 21:29:45.502 INFO O| Oct 18 21:29:45.502 INFO STEP 5 (remove_files) COMPLETE
41362024-10-18T21:29:46.800Z[ recovery-image] Oct 18 21:29:45.502 INFO O| Oct 18 21:29:45.502 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-10-18T21:29:46.853Z[ recovery-image] Oct 18 21:29:45.555 INFO O| Oct 18 21:29:45.555 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41382024-10-18T21:29:46.869Z[ recovery-image] Oct 18 21:29:45.571 INFO O| Oct 18 21:29:45.571 INFO STEP 6 (remove_files) COMPLETE
41392024-10-18T21:29:46.869Z[ recovery-image] Oct 18 21:29:45.572 INFO O| Oct 18 21:29:45.571 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-10-18T21:29:46.896Z[ recovery-image] Oct 18 21:29:45.599 INFO O| Oct 18 21:29:45.599 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41412024-10-18T21:29:46.899Z[ recovery-image] Oct 18 21:29:45.601 INFO O| Oct 18 21:29:45.601 INFO STEP 7 (remove_files) COMPLETE
41422024-10-18T21:29:46.899Z[ recovery-image] Oct 18 21:29:45.601 INFO O| Oct 18 21:29:45.601 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-10-18T21:29:46.916Z[ recovery-image] Oct 18 21:29:45.619 INFO O| Oct 18 21:29:45.618 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41442024-10-18T21:29:46.921Z[ recovery-image] Oct 18 21:29:45.623 INFO O| Oct 18 21:29:45.623 INFO STEP 8 (remove_files) COMPLETE
41452024-10-18T21:29:46.921Z[ recovery-image] Oct 18 21:29:45.623 INFO O| Oct 18 21:29:45.623 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-10-18T21:29:46.950Z[ recovery-image] Oct 18 21:29:45.652 INFO O| Oct 18 21:29:45.652 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41472024-10-18T21:29:46.972Z[ recovery-image] Oct 18 21:29:45.673 INFO O| Oct 18 21:29:45.673 INFO STEP 9 (remove_files) COMPLETE
41482024-10-18T21:29:46.972Z[ recovery-image] Oct 18 21:29:45.673 INFO O| Oct 18 21:29:45.673 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-10-18T21:29:47.005Z[ recovery-image] Oct 18 21:29:45.707 INFO O| Oct 18 21:29:45.707 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41502024-10-18T21:29:47.008Z[ recovery-image] Oct 18 21:29:45.708 INFO O| Oct 18 21:29:45.708 INFO STEP 10 (remove_files) COMPLETE
41512024-10-18T21:29:47.008Z[ recovery-image] Oct 18 21:29:45.708 INFO O| Oct 18 21:29:45.708 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-10-18T21:29:47.039Z[ recovery-image] Oct 18 21:29:45.741 INFO O| Oct 18 21:29:45.741 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41532024-10-18T21:29:47.538Z[ recovery-image] Oct 18 21:29:46.239 INFO O| Oct 18 21:29:46.239 INFO STEP 11 (remove_files) COMPLETE
41542024-10-18T21:29:47.538Z[ recovery-image] Oct 18 21:29:46.239 INFO O| Oct 18 21:29:46.239 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-10-18T21:29:47.590Z[ recovery-image] Oct 18 21:29:46.292 INFO O| Oct 18 21:29:46.292 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41562024-10-18T21:29:47.642Z[ recovery-image] Oct 18 21:29:46.343 INFO O| Oct 18 21:29:46.343 INFO STEP 12 (remove_files) COMPLETE
41572024-10-18T21:29:47.642Z[ recovery-image] Oct 18 21:29:46.343 INFO O| Oct 18 21:29:46.343 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-10-18T21:29:47.698Z[ recovery-image] Oct 18 21:29:46.400 INFO O| Oct 18 21:29:46.400 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41592024-10-18T21:29:47.726Z[ recovery-image] Oct 18 21:29:46.427 INFO O| Oct 18 21:29:46.427 INFO STEP 13 (remove_files) COMPLETE
41602024-10-18T21:29:47.726Z[ recovery-image] Oct 18 21:29:46.428 INFO O| Oct 18 21:29:46.427 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-10-18T21:29:47.764Z[ recovery-image] Oct 18 21:29:46.466 INFO O| Oct 18 21:29:46.466 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41622024-10-18T21:29:47.789Z[ recovery-image] Oct 18 21:29:46.490 INFO O| Oct 18 21:29:46.490 INFO STEP 14 (remove_files) COMPLETE
41632024-10-18T21:29:47.789Z[ recovery-image] Oct 18 21:29:46.490 INFO O| Oct 18 21:29:46.490 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-10-18T21:29:47.827Z[ recovery-image] Oct 18 21:29:46.529 INFO O| Oct 18 21:29:46.529 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41652024-10-18T21:29:47.833Z[ recovery-image] Oct 18 21:29:46.531 INFO O| Oct 18 21:29:46.530 INFO STEP 15 (remove_files) COMPLETE
41662024-10-18T21:29:47.833Z[ recovery-image] Oct 18 21:29:46.531 INFO O| Oct 18 21:29:46.531 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-10-18T21:29:47.847Z[ recovery-image] Oct 18 21:29:46.549 INFO O| Oct 18 21:29:46.549 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41682024-10-18T21:29:47.900Z[ recovery-image] Oct 18 21:29:46.602 INFO O| Oct 18 21:29:46.602 INFO STEP 16 (remove_files) COMPLETE
41692024-10-18T21:29:47.900Z[ recovery-image] Oct 18 21:29:46.602 INFO O| Oct 18 21:29:46.602 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-10-18T21:29:47.951Z[ recovery-image] Oct 18 21:29:46.653 INFO O| Oct 18 21:29:46.653 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41712024-10-18T21:29:47.954Z[ recovery-image] Oct 18 21:29:46.653 INFO O| Oct 18 21:29:46.653 INFO STEP 17 (remove_files) COMPLETE
41722024-10-18T21:29:47.954Z[ recovery-image] Oct 18 21:29:46.653 INFO O| Oct 18 21:29:46.653 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-10-18T21:29:47.989Z[ recovery-image] Oct 18 21:29:46.691 INFO O| Oct 18 21:29:46.691 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41742024-10-18T21:29:47.991Z[ recovery-image] Oct 18 21:29:46.691 INFO O| Oct 18 21:29:46.691 INFO STEP 18 (remove_files) COMPLETE
41752024-10-18T21:29:47.991Z[ recovery-image] Oct 18 21:29:46.691 INFO O| Oct 18 21:29:46.691 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-10-18T21:29:48.008Z[ recovery-image] Oct 18 21:29:46.710 INFO O| Oct 18 21:29:46.710 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
41772024-10-18T21:29:48.209Z[ recovery-image] Oct 18 21:29:46.910 INFO O| Oct 18 21:29:46.910 INFO STEP 19 (remove_files) COMPLETE
41782024-10-18T21:29:48.209Z[ recovery-image] Oct 18 21:29:46.910 INFO O| Oct 18 21:29:46.910 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-10-18T21:29:48.249Z[ recovery-image] Oct 18 21:29:46.951 INFO O| Oct 18 21:29:46.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
41802024-10-18T21:29:48.254Z[ recovery-image] Oct 18 21:29:46.956 INFO O| Oct 18 21:29:46.956 INFO STEP 20 (remove_files) COMPLETE
41812024-10-18T21:29:48.254Z[ recovery-image] Oct 18 21:29:46.956 INFO O| Oct 18 21:29:46.956 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-10-18T21:29:48.316Z[ recovery-image] Oct 18 21:29:47.018 INFO O| Oct 18 21:29:47.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
41832024-10-18T21:29:48.319Z[ recovery-image] Oct 18 21:29:47.020 INFO O| Oct 18 21:29:47.020 INFO STEP 21 (remove_files) COMPLETE
41842024-10-18T21:29:48.319Z[ recovery-image] Oct 18 21:29:47.020 INFO O| Oct 18 21:29:47.020 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-10-18T21:29:48.353Z[ recovery-image] Oct 18 21:29:47.055 INFO O| Oct 18 21:29:47.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
41862024-10-18T21:29:48.357Z[ recovery-image] Oct 18 21:29:47.056 INFO O| Oct 18 21:29:47.056 INFO STEP 22 (remove_files) COMPLETE
41872024-10-18T21:29:48.357Z[ recovery-image] Oct 18 21:29:47.056 INFO O| Oct 18 21:29:47.056 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-10-18T21:29:48.418Z[ recovery-image] Oct 18 21:29:47.120 INFO O| Oct 18 21:29:47.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
41892024-10-18T21:29:48.418Z[ recovery-image] Oct 18 21:29:47.120 INFO O| Oct 18 21:29:47.120 INFO STEP 23 (remove_files) COMPLETE
41902024-10-18T21:29:48.420Z[ recovery-image] Oct 18 21:29:47.120 INFO O| Oct 18 21:29:47.120 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-10-18T21:29:48.465Z[ recovery-image] Oct 18 21:29:47.167 INFO O| Oct 18 21:29:47.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
41922024-10-18T21:29:48.468Z[ recovery-image] Oct 18 21:29:47.167 INFO O| Oct 18 21:29:47.167 INFO STEP 24 (remove_files) COMPLETE
41932024-10-18T21:29:48.468Z[ recovery-image] Oct 18 21:29:47.167 INFO O| Oct 18 21:29:47.167 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-10-18T21:29:48.498Z[ host-image] Oct 18 21:29:47.200 INFO O| Oct 18 21:29:47.200 INFO O| Planning: Solver setup ... Done
41952024-10-18T21:29:48.506Z[ host-image] Oct 18 21:29:47.208 INFO O| Oct 18 21:29:47.207 INFO O| Planning: Running solver ... Done
41962024-10-18T21:29:48.509Z[ recovery-image] Oct 18 21:29:47.211 INFO O| Oct 18 21:29:47.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
41972024-10-18T21:29:48.511Z[ recovery-image] Oct 18 21:29:47.211 INFO O| Oct 18 21:29:47.211 INFO STEP 25 (remove_files) COMPLETE
41982024-10-18T21:29:48.511Z[ recovery-image] Oct 18 21:29:47.211 INFO O| Oct 18 21:29:47.211 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41992024-10-18T21:29:48.528Z[ recovery-image] Oct 18 21:29:47.230 INFO O| Oct 18 21:29:47.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
42002024-10-18T21:29:48.528Z[ recovery-image] Oct 18 21:29:47.230 INFO O| Oct 18 21:29:47.230 INFO STEP 26 (remove_files) COMPLETE
42012024-10-18T21:29:48.528Z[ recovery-image] Oct 18 21:29:47.230 INFO O| Oct 18 21:29:47.230 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42022024-10-18T21:29:48.544Z[ recovery-image] Oct 18 21:29:47.246 INFO O| Oct 18 21:29:47.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
42032024-10-18T21:29:48.544Z[ recovery-image] Oct 18 21:29:47.246 INFO O| Oct 18 21:29:47.246 INFO STEP 27 (remove_files) COMPLETE
42042024-10-18T21:29:48.544Z[ recovery-image] Oct 18 21:29:47.246 INFO O| Oct 18 21:29:47.246 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42052024-10-18T21:29:48.561Z[ recovery-image] Oct 18 21:29:47.263 INFO O| Oct 18 21:29:47.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
42062024-10-18T21:29:48.561Z[ recovery-image] Oct 18 21:29:47.263 INFO O| Oct 18 21:29:47.263 INFO STEP 28 (remove_files) COMPLETE
42072024-10-18T21:29:48.564Z[ recovery-image] Oct 18 21:29:47.263 INFO O| Oct 18 21:29:47.263 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42082024-10-18T21:29:48.579Z[ recovery-image] Oct 18 21:29:47.281 INFO O| Oct 18 21:29:47.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
42092024-10-18T21:29:48.582Z[ recovery-image] Oct 18 21:29:47.282 INFO O| Oct 18 21:29:47.281 INFO STEP 29 (remove_files) COMPLETE
42102024-10-18T21:29:48.582Z[ recovery-image] Oct 18 21:29:47.282 INFO O| Oct 18 21:29:47.282 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42112024-10-18T21:29:48.597Z[ host-image] Oct 18 21:29:47.299 INFO O| Oct 18 21:29:47.299 INFO O| Planning: Finding local manifests ... Done
42122024-10-18T21:29:48.599Z[ recovery-image] Oct 18 21:29:47.299 INFO O| Oct 18 21:29:47.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42132024-10-18T21:29:48.599Z[ recovery-image] Oct 18 21:29:47.299 INFO O| Oct 18 21:29:47.299 INFO STEP 30 (remove_files) COMPLETE
42142024-10-18T21:29:48.599Z[ recovery-image] Oct 18 21:29:47.299 INFO O| Oct 18 21:29:47.299 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42152024-10-18T21:29:48.599Z[ host-image] Oct 18 21:29:47.301 INFO O| Oct 18 21:29:47.301 INFO O| Planning: Fetching manifests: 0/4 0% complete
42162024-10-18T21:29:48.616Z[ recovery-image] Oct 18 21:29:47.318 INFO O| Oct 18 21:29:47.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42172024-10-18T21:29:48.616Z[ recovery-image] Oct 18 21:29:47.318 INFO O| Oct 18 21:29:47.318 INFO STEP 31 (remove_files) COMPLETE
42182024-10-18T21:29:48.616Z[ recovery-image] Oct 18 21:29:47.318 INFO O| Oct 18 21:29:47.318 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42192024-10-18T21:29:48.667Z[ recovery-image] Oct 18 21:29:47.369 INFO O| Oct 18 21:29:47.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42202024-10-18T21:29:48.674Z[ recovery-image] Oct 18 21:29:47.376 INFO O| Oct 18 21:29:47.376 INFO STEP 32 (remove_files) COMPLETE
42212024-10-18T21:29:48.674Z[ recovery-image] Oct 18 21:29:47.376 INFO O| Oct 18 21:29:47.376 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42222024-10-18T21:29:48.712Z[ recovery-image] Oct 18 21:29:47.414 INFO O| Oct 18 21:29:47.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42232024-10-18T21:29:48.712Z[ recovery-image] Oct 18 21:29:47.414 INFO O| Oct 18 21:29:47.414 INFO STEP 33 (remove_files) COMPLETE
42242024-10-18T21:29:48.712Z[ recovery-image] Oct 18 21:29:47.414 INFO O| Oct 18 21:29:47.414 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-10-18T21:29:48.749Z[ recovery-image] Oct 18 21:29:47.451 INFO O| Oct 18 21:29:47.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42262024-10-18T21:29:48.749Z[ recovery-image] Oct 18 21:29:47.451 INFO O| Oct 18 21:29:47.451 INFO STEP 34 (remove_files) COMPLETE
42272024-10-18T21:29:48.749Z[ recovery-image] Oct 18 21:29:47.451 INFO O| Oct 18 21:29:47.451 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-10-18T21:29:48.799Z[ recovery-image] Oct 18 21:29:47.501 INFO O| Oct 18 21:29:47.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42292024-10-18T21:29:48.802Z[ recovery-image] Oct 18 21:29:47.501 INFO O| Oct 18 21:29:47.501 INFO STEP 35 (remove_files) COMPLETE
42302024-10-18T21:29:48.802Z[ recovery-image] Oct 18 21:29:47.502 INFO O| Oct 18 21:29:47.501 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-10-18T21:29:48.819Z[ host-image] Oct 18 21:29:47.521 INFO O| Oct 18 21:29:47.520 INFO O| Planning: Fetching manifests: 4/4 100% complete
42322024-10-18T21:29:48.821Z[ recovery-image] Oct 18 21:29:47.523 INFO O| Oct 18 21:29:47.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42332024-10-18T21:29:48.846Z[ recovery-image] Oct 18 21:29:47.548 INFO O| Oct 18 21:29:47.548 INFO STEP 36 (remove_files) COMPLETE
42342024-10-18T21:29:48.846Z[ recovery-image] Oct 18 21:29:47.548 INFO O| Oct 18 21:29:47.548 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42352024-10-18T21:29:48.853Z[ host-image] Oct 18 21:29:47.555 INFO O| Oct 18 21:29:47.555 INFO O| Planning: Package planning ... Done
42362024-10-18T21:29:48.859Z[ host-image] Oct 18 21:29:47.561 INFO O| Oct 18 21:29:47.561 INFO O| Planning: Merging actions ... Done
42372024-10-18T21:29:48.910Z[ recovery-image] Oct 18 21:29:47.612 INFO O| Oct 18 21:29:47.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42382024-10-18T21:29:48.912Z[ recovery-image] Oct 18 21:29:47.612 INFO O| Oct 18 21:29:47.612 INFO STEP 37 (remove_files) COMPLETE
42392024-10-18T21:29:48.912Z[ recovery-image] Oct 18 21:29:47.612 INFO O| Oct 18 21:29:47.612 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-10-18T21:29:48.929Z[ recovery-image] Oct 18 21:29:47.631 INFO O| Oct 18 21:29:47.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42412024-10-18T21:29:48.929Z[ recovery-image] Oct 18 21:29:47.631 INFO O| Oct 18 21:29:47.631 INFO STEP 38 (remove_files) COMPLETE
42422024-10-18T21:29:48.929Z[ recovery-image] Oct 18 21:29:47.631 INFO O| Oct 18 21:29:47.631 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-10-18T21:29:48.991Z[ recovery-image] Oct 18 21:29:47.693 INFO O| Oct 18 21:29:47.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42442024-10-18T21:29:48.991Z[ recovery-image] Oct 18 21:29:47.693 INFO O| Oct 18 21:29:47.693 INFO STEP 39 (remove_files) COMPLETE
42452024-10-18T21:29:48.991Z[ recovery-image] Oct 18 21:29:47.693 INFO O| Oct 18 21:29:47.693 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-10-18T21:29:49.012Z[ recovery-image] Oct 18 21:29:47.713 INFO O| Oct 18 21:29:47.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42472024-10-18T21:29:49.012Z[ recovery-image] Oct 18 21:29:47.713 INFO O| Oct 18 21:29:47.713 INFO STEP 40 (remove_files) COMPLETE
42482024-10-18T21:29:49.014Z[ recovery-image] Oct 18 21:29:47.714 INFO O| Oct 18 21:29:47.713 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-10-18T21:29:49.031Z[ recovery-image] Oct 18 21:29:47.733 INFO O| Oct 18 21:29:47.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42502024-10-18T21:29:49.031Z[ recovery-image] Oct 18 21:29:47.733 INFO O| Oct 18 21:29:47.733 INFO STEP 41 (remove_files) COMPLETE
42512024-10-18T21:29:49.031Z[ recovery-image] Oct 18 21:29:47.733 INFO O| Oct 18 21:29:47.733 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-10-18T21:29:49.049Z[ recovery-image] Oct 18 21:29:47.751 INFO O| Oct 18 21:29:47.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42532024-10-18T21:29:49.049Z[ recovery-image] Oct 18 21:29:47.751 INFO O| Oct 18 21:29:47.751 INFO STEP 42 (remove_files) COMPLETE
42542024-10-18T21:29:49.049Z[ recovery-image] Oct 18 21:29:47.751 INFO O| Oct 18 21:29:47.751 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-10-18T21:29:49.066Z[ recovery-image] Oct 18 21:29:47.768 INFO O| Oct 18 21:29:47.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42562024-10-18T21:29:49.066Z[ recovery-image] Oct 18 21:29:47.768 INFO O| Oct 18 21:29:47.768 INFO STEP 43 (remove_files) COMPLETE
42572024-10-18T21:29:49.068Z[ recovery-image] Oct 18 21:29:47.768 INFO O| Oct 18 21:29:47.768 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-10-18T21:29:49.087Z[ host-image] Oct 18 21:29:47.789 INFO O| Oct 18 21:29:47.789 INFO O| Planning: Checking for conflicting actions ... Done
42592024-10-18T21:29:49.090Z[ host-image] Oct 18 21:29:47.791 INFO O| Oct 18 21:29:47.791 INFO O| Planning: Consolidating action changes ... Done
42602024-10-18T21:29:49.097Z[ recovery-image] Oct 18 21:29:47.799 INFO O| Oct 18 21:29:47.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42612024-10-18T21:29:49.099Z[ recovery-image] Oct 18 21:29:47.799 INFO O| Oct 18 21:29:47.799 INFO STEP 44 (remove_files) COMPLETE
42622024-10-18T21:29:49.099Z[ recovery-image] Oct 18 21:29:47.799 INFO O| Oct 18 21:29:47.799 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42632024-10-18T21:29:49.132Z[ recovery-image] Oct 18 21:29:47.834 INFO O| Oct 18 21:29:47.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42642024-10-18T21:29:49.156Z[ recovery-image] Oct 18 21:29:47.858 INFO O| Oct 18 21:29:47.858 INFO STEP 45 (remove_files) COMPLETE
42652024-10-18T21:29:49.156Z[ recovery-image] Oct 18 21:29:47.858 INFO O| Oct 18 21:29:47.858 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-10-18T21:29:49.193Z[ recovery-image] Oct 18 21:29:47.895 INFO O| Oct 18 21:29:47.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42672024-10-18T21:29:49.193Z[ recovery-image] Oct 18 21:29:47.895 INFO O| Oct 18 21:29:47.895 INFO STEP 46 (remove_files) COMPLETE
42682024-10-18T21:29:49.193Z[ recovery-image] Oct 18 21:29:47.895 INFO O| Oct 18 21:29:47.895 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-10-18T21:29:49.211Z[ recovery-image] Oct 18 21:29:47.913 INFO O| Oct 18 21:29:47.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42702024-10-18T21:29:49.211Z[ recovery-image] Oct 18 21:29:47.913 INFO O| Oct 18 21:29:47.913 INFO STEP 47 (remove_files) COMPLETE
42712024-10-18T21:29:49.213Z[ recovery-image] Oct 18 21:29:47.913 INFO O| Oct 18 21:29:47.913 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-10-18T21:29:49.265Z[ recovery-image] Oct 18 21:29:47.967 INFO O| Oct 18 21:29:47.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42732024-10-18T21:29:49.265Z[ recovery-image] Oct 18 21:29:47.967 INFO O| Oct 18 21:29:47.967 INFO STEP 48 (remove_files) COMPLETE
42742024-10-18T21:29:49.265Z[ recovery-image] Oct 18 21:29:47.967 INFO O| Oct 18 21:29:47.967 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42752024-10-18T21:29:49.286Z[ recovery-image] Oct 18 21:29:47.988 INFO O| Oct 18 21:29:47.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42762024-10-18T21:29:49.286Z[ recovery-image] Oct 18 21:29:47.988 INFO O| Oct 18 21:29:47.988 INFO STEP 49 (remove_files) COMPLETE
42772024-10-18T21:29:49.289Z[ recovery-image] Oct 18 21:29:47.988 INFO O| Oct 18 21:29:47.988 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42782024-10-18T21:29:49.306Z[ recovery-image] Oct 18 21:29:48.008 INFO O| Oct 18 21:29:48.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42792024-10-18T21:29:49.306Z[ recovery-image] Oct 18 21:29:48.008 INFO O| Oct 18 21:29:48.008 INFO STEP 50 (remove_files) COMPLETE
42802024-10-18T21:29:49.308Z[ recovery-image] Oct 18 21:29:48.008 INFO O| Oct 18 21:29:48.008 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42812024-10-18T21:29:49.328Z[ recovery-image] Oct 18 21:29:48.030 INFO O| Oct 18 21:29:48.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42822024-10-18T21:29:49.328Z[ recovery-image] Oct 18 21:29:48.030 INFO O| Oct 18 21:29:48.030 INFO STEP 51 (remove_files) COMPLETE
42832024-10-18T21:29:49.331Z[ recovery-image] Oct 18 21:29:48.030 INFO O| Oct 18 21:29:48.030 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42842024-10-18T21:29:49.390Z[ recovery-image] Oct 18 21:29:48.091 INFO O| Oct 18 21:29:48.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
42852024-10-18T21:29:49.392Z[ recovery-image] Oct 18 21:29:48.092 INFO O| Oct 18 21:29:48.092 INFO STEP 52 (remove_files) COMPLETE
42862024-10-18T21:29:49.392Z[ recovery-image] Oct 18 21:29:48.092 INFO O| Oct 18 21:29:48.092 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42872024-10-18T21:29:49.411Z[ recovery-image] Oct 18 21:29:48.112 INFO O| Oct 18 21:29:48.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
42882024-10-18T21:29:49.411Z[ recovery-image] Oct 18 21:29:48.112 INFO O| Oct 18 21:29:48.112 INFO STEP 53 (remove_files) COMPLETE
42892024-10-18T21:29:49.411Z[ recovery-image] Oct 18 21:29:48.112 INFO O| Oct 18 21:29:48.112 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-10-18T21:29:49.470Z[ recovery-image] Oct 18 21:29:48.172 INFO O| Oct 18 21:29:48.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
42912024-10-18T21:29:49.470Z[ recovery-image] Oct 18 21:29:48.172 INFO O| Oct 18 21:29:48.172 INFO STEP 54 (remove_files) COMPLETE
42922024-10-18T21:29:49.470Z[ recovery-image] Oct 18 21:29:48.172 INFO O| Oct 18 21:29:48.172 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-10-18T21:29:49.504Z[ recovery-image] Oct 18 21:29:48.206 INFO O| Oct 18 21:29:48.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
42942024-10-18T21:29:49.506Z[ recovery-image] Oct 18 21:29:48.206 INFO O| Oct 18 21:29:48.206 INFO STEP 55 (remove_files) COMPLETE
42952024-10-18T21:29:49.507Z[ recovery-image] Oct 18 21:29:48.206 INFO O| Oct 18 21:29:48.206 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-10-18T21:29:49.541Z[ host-image] Oct 18 21:29:48.243 INFO O| Oct 18 21:29:48.243 INFO O| Planning: Evaluating mediators ... Done
42972024-10-18T21:29:49.549Z[ host-image] Oct 18 21:29:48.245 INFO O| Oct 18 21:29:48.245 INFO O| Planning: Planning completed in 5.15 seconds
42982024-10-18T21:29:49.562Z[ recovery-image] Oct 18 21:29:48.263 INFO O| Oct 18 21:29:48.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
42992024-10-18T21:29:49.562Z[ recovery-image] Oct 18 21:29:48.263 INFO O| Oct 18 21:29:48.263 INFO STEP 56 (remove_files) COMPLETE
43002024-10-18T21:29:49.562Z[ recovery-image] Oct 18 21:29:48.263 INFO O| Oct 18 21:29:48.263 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-10-18T21:29:49.571Z[ host-image] Oct 18 21:29:48.273 INFO O| Oct 18 21:29:48.273 INFO O| Packages to install: 4
43022024-10-18T21:29:49.571Z[ host-image] Oct 18 21:29:48.273 INFO O| Oct 18 21:29:48.273 INFO O| Services to change: 2
43032024-10-18T21:29:49.592Z[ host-image] Oct 18 21:29:48.294 INFO O| Oct 18 21:29:48.294 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
43042024-10-18T21:29:49.616Z[ recovery-image] Oct 18 21:29:48.318 INFO O| Oct 18 21:29:48.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
43052024-10-18T21:29:49.618Z[ recovery-image] Oct 18 21:29:48.318 INFO O| Oct 18 21:29:48.318 INFO STEP 57 (remove_files) COMPLETE
43062024-10-18T21:29:49.619Z[ recovery-image] Oct 18 21:29:48.318 INFO O| Oct 18 21:29:48.318 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-10-18T21:29:49.636Z[ recovery-image] Oct 18 21:29:48.338 INFO O| Oct 18 21:29:48.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
43082024-10-18T21:29:49.639Z[ recovery-image] Oct 18 21:29:48.339 INFO O| Oct 18 21:29:48.339 INFO STEP 58 (remove_files) COMPLETE
43092024-10-18T21:29:49.639Z[ recovery-image] Oct 18 21:29:48.339 INFO O| Oct 18 21:29:48.339 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-10-18T21:29:49.658Z[ recovery-image] Oct 18 21:29:48.359 INFO O| Oct 18 21:29:48.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
43112024-10-18T21:29:49.660Z[ recovery-image] Oct 18 21:29:48.360 INFO O| Oct 18 21:29:48.360 INFO STEP 59 (remove_files) COMPLETE
43122024-10-18T21:29:49.660Z[ recovery-image] Oct 18 21:29:48.360 INFO O| Oct 18 21:29:48.360 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-10-18T21:29:49.679Z[ recovery-image] Oct 18 21:29:48.381 INFO O| Oct 18 21:29:48.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
43142024-10-18T21:29:49.682Z[ recovery-image] Oct 18 21:29:48.381 INFO O| Oct 18 21:29:48.381 INFO STEP 60 (remove_files) COMPLETE
43152024-10-18T21:29:49.682Z[ recovery-image] Oct 18 21:29:48.382 INFO O| Oct 18 21:29:48.382 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-10-18T21:29:49.699Z[ recovery-image] Oct 18 21:29:48.401 INFO O| Oct 18 21:29:48.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
43172024-10-18T21:29:49.701Z[ recovery-image] Oct 18 21:29:48.401 INFO O| Oct 18 21:29:48.401 INFO STEP 61 (remove_files) COMPLETE
43182024-10-18T21:29:49.701Z[ recovery-image] Oct 18 21:29:48.401 INFO O| Oct 18 21:29:48.401 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-10-18T21:29:49.720Z[ recovery-image] Oct 18 21:29:48.422 INFO O| Oct 18 21:29:48.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
43202024-10-18T21:29:49.722Z[ recovery-image] Oct 18 21:29:48.422 INFO O| Oct 18 21:29:48.422 INFO STEP 62 (remove_files) COMPLETE
43212024-10-18T21:29:49.722Z[ recovery-image] Oct 18 21:29:48.422 INFO O| Oct 18 21:29:48.422 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-10-18T21:29:49.743Z[ recovery-image] Oct 18 21:29:48.445 INFO O| Oct 18 21:29:48.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43232024-10-18T21:29:49.743Z[ recovery-image] Oct 18 21:29:48.445 INFO O| Oct 18 21:29:48.445 INFO STEP 63 (remove_files) COMPLETE
43242024-10-18T21:29:49.743Z[ recovery-image] Oct 18 21:29:48.445 INFO O| Oct 18 21:29:48.445 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-10-18T21:29:49.773Z[ recovery-image] Oct 18 21:29:48.474 INFO O| Oct 18 21:29:48.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43262024-10-18T21:29:49.773Z[ recovery-image] Oct 18 21:29:48.474 INFO O| Oct 18 21:29:48.474 INFO STEP 64 (remove_files) COMPLETE
43272024-10-18T21:29:49.773Z[ recovery-image] Oct 18 21:29:48.474 INFO O| Oct 18 21:29:48.474 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-10-18T21:29:49.792Z[ recovery-image] Oct 18 21:29:48.494 INFO O| Oct 18 21:29:48.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43292024-10-18T21:29:49.792Z[ recovery-image] Oct 18 21:29:48.494 INFO O| Oct 18 21:29:48.494 INFO STEP 65 (remove_files) COMPLETE
43302024-10-18T21:29:49.794Z[ recovery-image] Oct 18 21:29:48.494 INFO O| Oct 18 21:29:48.494 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-10-18T21:29:49.832Z[ recovery-image] Oct 18 21:29:48.534 INFO O| Oct 18 21:29:48.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43322024-10-18T21:29:49.832Z[ recovery-image] Oct 18 21:29:48.534 INFO O| Oct 18 21:29:48.534 INFO STEP 66 (remove_files) COMPLETE
43332024-10-18T21:29:49.834Z[ recovery-image] Oct 18 21:29:48.534 INFO O| Oct 18 21:29:48.534 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-10-18T21:29:49.946Z[ recovery-image] Oct 18 21:29:48.648 INFO O| Oct 18 21:29:48.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43352024-10-18T21:29:49.946Z[ recovery-image] Oct 18 21:29:48.648 INFO O| Oct 18 21:29:48.648 INFO STEP 67 (remove_files) COMPLETE
43362024-10-18T21:29:49.946Z[ recovery-image] Oct 18 21:29:48.648 INFO O| Oct 18 21:29:48.648 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-10-18T21:29:49.997Z[ recovery-image] Oct 18 21:29:48.699 INFO O| Oct 18 21:29:48.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43382024-10-18T21:29:49.997Z[ recovery-image] Oct 18 21:29:48.699 INFO O| Oct 18 21:29:48.699 INFO STEP 68 (remove_files) COMPLETE
43392024-10-18T21:29:49.997Z[ recovery-image] Oct 18 21:29:48.699 INFO O| Oct 18 21:29:48.699 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-10-18T21:29:50.064Z[ recovery-image] Oct 18 21:29:48.766 INFO O| Oct 18 21:29:48.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43412024-10-18T21:29:50.064Z[ recovery-image] Oct 18 21:29:48.766 INFO O| Oct 18 21:29:48.766 INFO STEP 69 (remove_files) COMPLETE
43422024-10-18T21:29:50.067Z[ recovery-image] Oct 18 21:29:48.766 INFO O| Oct 18 21:29:48.766 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-10-18T21:29:50.084Z[ recovery-image] Oct 18 21:29:48.786 INFO O| Oct 18 21:29:48.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43442024-10-18T21:29:50.084Z[ recovery-image] Oct 18 21:29:48.786 INFO O| Oct 18 21:29:48.786 INFO STEP 70 (remove_files) COMPLETE
43452024-10-18T21:29:50.086Z[ recovery-image] Oct 18 21:29:48.786 INFO O| Oct 18 21:29:48.786 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-10-18T21:29:50.102Z[ recovery-image] Oct 18 21:29:48.804 INFO O| Oct 18 21:29:48.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43472024-10-18T21:29:50.102Z[ recovery-image] Oct 18 21:29:48.804 INFO O| Oct 18 21:29:48.804 INFO STEP 71 (remove_files) COMPLETE
43482024-10-18T21:29:50.105Z[ recovery-image] Oct 18 21:29:48.805 INFO O| Oct 18 21:29:48.804 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-10-18T21:29:50.121Z[ recovery-image] Oct 18 21:29:48.823 INFO O| Oct 18 21:29:48.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43502024-10-18T21:29:50.121Z[ recovery-image] Oct 18 21:29:48.823 INFO O| Oct 18 21:29:48.823 INFO STEP 72 (remove_files) COMPLETE
43512024-10-18T21:29:50.121Z[ recovery-image] Oct 18 21:29:48.823 INFO O| Oct 18 21:29:48.823 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-10-18T21:29:50.139Z[ recovery-image] Oct 18 21:29:48.841 INFO O| Oct 18 21:29:48.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43532024-10-18T21:29:50.142Z[ recovery-image] Oct 18 21:29:48.841 INFO O| Oct 18 21:29:48.841 INFO STEP 73 (remove_files) COMPLETE
43542024-10-18T21:29:50.142Z[ recovery-image] Oct 18 21:29:48.841 INFO O| Oct 18 21:29:48.841 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-10-18T21:29:50.157Z[ recovery-image] Oct 18 21:29:48.859 INFO O| Oct 18 21:29:48.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43562024-10-18T21:29:50.157Z[ recovery-image] Oct 18 21:29:48.859 INFO O| Oct 18 21:29:48.859 INFO STEP 74 (remove_files) COMPLETE
43572024-10-18T21:29:50.160Z[ recovery-image] Oct 18 21:29:48.859 INFO O| Oct 18 21:29:48.859 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-10-18T21:29:50.176Z[ recovery-image] Oct 18 21:29:48.878 INFO O| Oct 18 21:29:48.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43592024-10-18T21:29:50.176Z[ recovery-image] Oct 18 21:29:48.878 INFO O| Oct 18 21:29:48.878 INFO STEP 75 (remove_files) COMPLETE
43602024-10-18T21:29:50.176Z[ recovery-image] Oct 18 21:29:48.878 INFO O| Oct 18 21:29:48.878 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-10-18T21:29:50.195Z[ recovery-image] Oct 18 21:29:48.897 INFO O| Oct 18 21:29:48.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43622024-10-18T21:29:50.195Z[ recovery-image] Oct 18 21:29:48.897 INFO O| Oct 18 21:29:48.897 INFO STEP 76 (remove_files) COMPLETE
43632024-10-18T21:29:50.195Z[ recovery-image] Oct 18 21:29:48.897 INFO O| Oct 18 21:29:48.897 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-10-18T21:29:50.213Z[ recovery-image] Oct 18 21:29:48.915 INFO O| Oct 18 21:29:48.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43652024-10-18T21:29:50.213Z[ recovery-image] Oct 18 21:29:48.915 INFO O| Oct 18 21:29:48.915 INFO STEP 77 (remove_files) COMPLETE
43662024-10-18T21:29:50.215Z[ recovery-image] Oct 18 21:29:48.915 INFO O| Oct 18 21:29:48.915 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-10-18T21:29:50.231Z[ recovery-image] Oct 18 21:29:48.933 INFO O| Oct 18 21:29:48.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43682024-10-18T21:29:50.231Z[ recovery-image] Oct 18 21:29:48.933 INFO O| Oct 18 21:29:48.933 INFO STEP 78 (remove_files) COMPLETE
43692024-10-18T21:29:50.231Z[ recovery-image] Oct 18 21:29:48.933 INFO O| Oct 18 21:29:48.933 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-10-18T21:29:50.248Z[ recovery-image] Oct 18 21:29:48.950 INFO O| Oct 18 21:29:48.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43712024-10-18T21:29:50.248Z[ recovery-image] Oct 18 21:29:48.950 INFO O| Oct 18 21:29:48.950 INFO STEP 79 (remove_files) COMPLETE
43722024-10-18T21:29:50.248Z[ recovery-image] Oct 18 21:29:48.950 INFO O| Oct 18 21:29:48.950 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-10-18T21:29:50.266Z[ recovery-image] Oct 18 21:29:48.968 INFO O| Oct 18 21:29:48.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43742024-10-18T21:29:50.266Z[ recovery-image] Oct 18 21:29:48.968 INFO O| Oct 18 21:29:48.968 INFO STEP 80 (remove_files) COMPLETE
43752024-10-18T21:29:50.266Z[ recovery-image] Oct 18 21:29:48.968 INFO O| Oct 18 21:29:48.968 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-10-18T21:29:50.297Z[ recovery-image] Oct 18 21:29:48.998 INFO O| Oct 18 21:29:48.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43772024-10-18T21:29:50.297Z[ recovery-image] Oct 18 21:29:48.998 INFO O| Oct 18 21:29:48.998 INFO STEP 81 (remove_files) COMPLETE
43782024-10-18T21:29:50.299Z[ recovery-image] Oct 18 21:29:48.999 INFO O| Oct 18 21:29:48.998 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-10-18T21:29:50.336Z[ recovery-image] Oct 18 21:29:49.038 INFO O| Oct 18 21:29:49.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43802024-10-18T21:29:50.336Z[ recovery-image] Oct 18 21:29:49.038 INFO O| Oct 18 21:29:49.038 INFO STEP 82 (remove_files) COMPLETE
43812024-10-18T21:29:50.339Z[ recovery-image] Oct 18 21:29:49.038 INFO O| Oct 18 21:29:49.038 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-10-18T21:29:50.355Z[ recovery-image] Oct 18 21:29:49.057 INFO O| Oct 18 21:29:49.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43832024-10-18T21:29:50.358Z[ recovery-image] Oct 18 21:29:49.057 INFO O| Oct 18 21:29:49.057 INFO STEP 83 (remove_files) COMPLETE
43842024-10-18T21:29:50.358Z[ recovery-image] Oct 18 21:29:49.057 INFO O| Oct 18 21:29:49.057 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-10-18T21:29:50.373Z[ recovery-image] Oct 18 21:29:49.075 INFO O| Oct 18 21:29:49.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
43862024-10-18T21:29:50.376Z[ recovery-image] Oct 18 21:29:49.075 INFO O| Oct 18 21:29:49.075 INFO STEP 84 (remove_files) COMPLETE
43872024-10-18T21:29:50.376Z[ recovery-image] Oct 18 21:29:49.076 INFO O| Oct 18 21:29:49.075 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-10-18T21:29:50.392Z[ recovery-image] Oct 18 21:29:49.094 INFO O| Oct 18 21:29:49.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
43892024-10-18T21:29:50.392Z[ recovery-image] Oct 18 21:29:49.094 INFO O| Oct 18 21:29:49.094 INFO STEP 85 (remove_files) COMPLETE
43902024-10-18T21:29:50.395Z[ recovery-image] Oct 18 21:29:49.094 INFO O| Oct 18 21:29:49.094 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-10-18T21:29:50.411Z[ recovery-image] Oct 18 21:29:49.113 INFO O| Oct 18 21:29:49.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
43922024-10-18T21:29:50.411Z[ recovery-image] Oct 18 21:29:49.113 INFO O| Oct 18 21:29:49.113 INFO STEP 86 (remove_files) COMPLETE
43932024-10-18T21:29:50.411Z[ recovery-image] Oct 18 21:29:49.113 INFO O| Oct 18 21:29:49.113 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-10-18T21:29:50.429Z[ recovery-image] Oct 18 21:29:49.131 INFO O| Oct 18 21:29:49.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
43952024-10-18T21:29:50.429Z[ recovery-image] Oct 18 21:29:49.131 INFO O| Oct 18 21:29:49.131 INFO STEP 87 (remove_files) COMPLETE
43962024-10-18T21:29:50.431Z[ recovery-image] Oct 18 21:29:49.131 INFO O| Oct 18 21:29:49.131 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-10-18T21:29:50.452Z[ recovery-image] Oct 18 21:29:49.154 INFO O| Oct 18 21:29:49.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
43982024-10-18T21:29:50.452Z[ recovery-image] Oct 18 21:29:49.154 INFO O| Oct 18 21:29:49.154 INFO STEP 88 (remove_files) COMPLETE
43992024-10-18T21:29:50.455Z[ recovery-image] Oct 18 21:29:49.154 INFO O| Oct 18 21:29:49.154 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-10-18T21:29:50.479Z[ recovery-image] Oct 18 21:29:49.180 INFO O| Oct 18 21:29:49.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
44012024-10-18T21:29:50.479Z[ recovery-image] Oct 18 21:29:49.180 INFO O| Oct 18 21:29:49.180 INFO STEP 89 (remove_files) COMPLETE
44022024-10-18T21:29:50.479Z[ recovery-image] Oct 18 21:29:49.180 INFO O| Oct 18 21:29:49.180 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-10-18T21:29:50.499Z[ recovery-image] Oct 18 21:29:49.201 INFO O| Oct 18 21:29:49.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
44042024-10-18T21:29:50.501Z[ recovery-image] Oct 18 21:29:49.201 INFO O| Oct 18 21:29:49.201 INFO STEP 90 (remove_files) COMPLETE
44052024-10-18T21:29:50.501Z[ recovery-image] Oct 18 21:29:49.202 INFO O| Oct 18 21:29:49.201 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-10-18T21:29:50.518Z[ recovery-image] Oct 18 21:29:49.220 INFO O| Oct 18 21:29:49.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
44072024-10-18T21:29:50.520Z[ recovery-image] Oct 18 21:29:49.220 INFO O| Oct 18 21:29:49.220 INFO STEP 91 (remove_files) COMPLETE
44082024-10-18T21:29:50.520Z[ recovery-image] Oct 18 21:29:49.220 INFO O| Oct 18 21:29:49.220 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-10-18T21:29:50.536Z[ recovery-image] Oct 18 21:29:49.238 INFO O| Oct 18 21:29:49.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
44102024-10-18T21:29:50.539Z[ recovery-image] Oct 18 21:29:49.238 INFO O| Oct 18 21:29:49.238 INFO STEP 92 (remove_files) COMPLETE
44112024-10-18T21:29:50.539Z[ recovery-image] Oct 18 21:29:49.239 INFO O| Oct 18 21:29:49.238 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-10-18T21:29:50.554Z[ recovery-image] Oct 18 21:29:49.256 INFO O| Oct 18 21:29:49.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
44132024-10-18T21:29:50.556Z[ recovery-image] Oct 18 21:29:49.256 INFO O| Oct 18 21:29:49.256 INFO STEP 93 (remove_files) COMPLETE
44142024-10-18T21:29:50.557Z[ recovery-image] Oct 18 21:29:49.256 INFO O| Oct 18 21:29:49.256 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-10-18T21:29:50.572Z[ recovery-image] Oct 18 21:29:49.274 INFO O| Oct 18 21:29:49.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
44162024-10-18T21:29:50.574Z[ recovery-image] Oct 18 21:29:49.274 INFO O| Oct 18 21:29:49.274 INFO STEP 94 (remove_files) COMPLETE
44172024-10-18T21:29:50.574Z[ recovery-image] Oct 18 21:29:49.274 INFO O| Oct 18 21:29:49.274 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-10-18T21:29:50.590Z[ recovery-image] Oct 18 21:29:49.292 INFO O| Oct 18 21:29:49.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
44192024-10-18T21:29:50.592Z[ recovery-image] Oct 18 21:29:49.292 INFO O| Oct 18 21:29:49.292 INFO STEP 95 (remove_files) COMPLETE
44202024-10-18T21:29:50.592Z[ recovery-image] Oct 18 21:29:49.292 INFO O| Oct 18 21:29:49.292 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-10-18T21:29:50.608Z[ recovery-image] Oct 18 21:29:49.310 INFO O| Oct 18 21:29:49.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44222024-10-18T21:29:50.610Z[ recovery-image] Oct 18 21:29:49.310 INFO O| Oct 18 21:29:49.310 INFO STEP 96 (remove_files) COMPLETE
44232024-10-18T21:29:50.610Z[ recovery-image] Oct 18 21:29:49.310 INFO O| Oct 18 21:29:49.310 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-10-18T21:29:50.626Z[ recovery-image] Oct 18 21:29:49.328 INFO O| Oct 18 21:29:49.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44252024-10-18T21:29:50.646Z[ recovery-image] Oct 18 21:29:49.348 INFO O| Oct 18 21:29:49.348 INFO STEP 97 (remove_files) COMPLETE
44262024-10-18T21:29:50.646Z[ recovery-image] Oct 18 21:29:49.348 INFO O| Oct 18 21:29:49.348 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-10-18T21:29:50.666Z[ recovery-image] Oct 18 21:29:49.368 INFO O| Oct 18 21:29:49.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44282024-10-18T21:29:50.668Z[ recovery-image] Oct 18 21:29:49.368 INFO O| Oct 18 21:29:49.368 INFO STEP 98 (remove_files) COMPLETE
44292024-10-18T21:29:50.668Z[ recovery-image] Oct 18 21:29:49.368 INFO O| Oct 18 21:29:49.368 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-10-18T21:29:50.684Z[ recovery-image] Oct 18 21:29:49.386 INFO O| Oct 18 21:29:49.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44312024-10-18T21:29:50.687Z[ recovery-image] Oct 18 21:29:49.387 INFO O| Oct 18 21:29:49.387 INFO STEP 99 (remove_files) COMPLETE
44322024-10-18T21:29:50.687Z[ recovery-image] Oct 18 21:29:49.387 INFO O| Oct 18 21:29:49.387 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-10-18T21:29:50.704Z[ recovery-image] Oct 18 21:29:49.406 INFO O| Oct 18 21:29:49.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44342024-10-18T21:29:50.706Z[ recovery-image] Oct 18 21:29:49.406 INFO O| Oct 18 21:29:49.406 INFO STEP 100 (remove_files) COMPLETE
44352024-10-18T21:29:50.706Z[ recovery-image] Oct 18 21:29:49.406 INFO O| Oct 18 21:29:49.406 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-10-18T21:29:50.722Z[ recovery-image] Oct 18 21:29:49.424 INFO O| Oct 18 21:29:49.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44372024-10-18T21:29:50.725Z[ recovery-image] Oct 18 21:29:49.424 INFO O| Oct 18 21:29:49.424 INFO STEP 101 (remove_files) COMPLETE
44382024-10-18T21:29:50.725Z[ recovery-image] Oct 18 21:29:49.424 INFO O| Oct 18 21:29:49.424 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-10-18T21:29:50.740Z[ recovery-image] Oct 18 21:29:49.442 INFO O| Oct 18 21:29:49.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44402024-10-18T21:29:50.755Z[ recovery-image] Oct 18 21:29:49.457 INFO O| Oct 18 21:29:49.457 INFO STEP 102 (remove_files) COMPLETE
44412024-10-18T21:29:50.755Z[ recovery-image] Oct 18 21:29:49.457 INFO O| Oct 18 21:29:49.457 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-10-18T21:29:50.791Z[ recovery-image] Oct 18 21:29:49.493 INFO O| Oct 18 21:29:49.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44432024-10-18T21:29:50.794Z[ recovery-image] Oct 18 21:29:49.493 INFO O| Oct 18 21:29:49.493 INFO STEP 103 (remove_files) COMPLETE
44442024-10-18T21:29:50.794Z[ recovery-image] Oct 18 21:29:49.494 INFO O| Oct 18 21:29:49.493 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-10-18T21:29:50.849Z[ recovery-image] Oct 18 21:29:49.551 INFO O| Oct 18 21:29:49.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44462024-10-18T21:29:50.851Z[ recovery-image] Oct 18 21:29:49.551 INFO O| Oct 18 21:29:49.551 INFO STEP 104 (remove_files) COMPLETE
44472024-10-18T21:29:50.851Z[ recovery-image] Oct 18 21:29:49.551 INFO O| Oct 18 21:29:49.551 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-10-18T21:29:50.870Z[ recovery-image] Oct 18 21:29:49.572 INFO O| Oct 18 21:29:49.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44492024-10-18T21:29:50.872Z[ recovery-image] Oct 18 21:29:49.572 INFO O| Oct 18 21:29:49.572 INFO STEP 105 (remove_files) COMPLETE
44502024-10-18T21:29:50.872Z[ recovery-image] Oct 18 21:29:49.572 INFO O| Oct 18 21:29:49.572 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-10-18T21:29:50.899Z[ recovery-image] Oct 18 21:29:49.601 INFO O| Oct 18 21:29:49.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44522024-10-18T21:29:50.899Z[ recovery-image] Oct 18 21:29:49.601 INFO O| Oct 18 21:29:49.601 INFO STEP 106 (remove_files) COMPLETE
44532024-10-18T21:29:50.899Z[ recovery-image] Oct 18 21:29:49.601 INFO O| Oct 18 21:29:49.601 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-10-18T21:29:50.903Z[ host-image] Oct 18 21:29:49.605 INFO O| Oct 18 21:29:49.605 INFO O| Download: Completed 1.39 MB in 1.31 seconds (1.1M/s)
44552024-10-18T21:29:50.928Z[ recovery-image] Oct 18 21:29:49.630 INFO O| Oct 18 21:29:49.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44562024-10-18T21:29:50.928Z[ recovery-image] Oct 18 21:29:49.630 INFO O| Oct 18 21:29:49.630 INFO STEP 107 (remove_files) COMPLETE
44572024-10-18T21:29:50.931Z[ recovery-image] Oct 18 21:29:49.630 INFO O| Oct 18 21:29:49.630 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-10-18T21:29:50.978Z[ host-image] Oct 18 21:29:49.680 INFO O| Oct 18 21:29:49.680 INFO O| Actions: 1/238 actions (Installing new actions)
44592024-10-18T21:29:50.987Z[ recovery-image] Oct 18 21:29:49.689 INFO O| Oct 18 21:29:49.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44602024-10-18T21:29:50.989Z[ recovery-image] Oct 18 21:29:49.689 INFO O| Oct 18 21:29:49.689 INFO STEP 108 (remove_files) COMPLETE
44612024-10-18T21:29:50.990Z[ recovery-image] Oct 18 21:29:49.690 INFO O| Oct 18 21:29:49.689 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-10-18T21:29:51.009Z[ recovery-image] Oct 18 21:29:49.710 INFO O| Oct 18 21:29:49.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44632024-10-18T21:29:51.011Z[ recovery-image] Oct 18 21:29:49.711 INFO O| Oct 18 21:29:49.711 INFO STEP 109 (remove_files) COMPLETE
44642024-10-18T21:29:51.011Z[ recovery-image] Oct 18 21:29:49.711 INFO O| Oct 18 21:29:49.711 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-10-18T21:29:51.051Z[ recovery-image] Oct 18 21:29:49.753 INFO O| Oct 18 21:29:49.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44662024-10-18T21:29:51.054Z[ recovery-image] Oct 18 21:29:49.753 INFO O| Oct 18 21:29:49.753 INFO STEP 110 (remove_files) COMPLETE
44672024-10-18T21:29:51.054Z[ recovery-image] Oct 18 21:29:49.753 INFO O| Oct 18 21:29:49.753 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-10-18T21:29:51.070Z[ recovery-image] Oct 18 21:29:49.771 INFO O| Oct 18 21:29:49.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44692024-10-18T21:29:51.070Z[ recovery-image] Oct 18 21:29:49.771 INFO O| Oct 18 21:29:49.771 INFO STEP 111 (remove_files) COMPLETE
44702024-10-18T21:29:51.072Z[ recovery-image] Oct 18 21:29:49.771 INFO O| Oct 18 21:29:49.771 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-10-18T21:29:51.112Z[ recovery-image] Oct 18 21:29:49.814 INFO O| Oct 18 21:29:49.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44722024-10-18T21:29:51.112Z[ recovery-image] Oct 18 21:29:49.814 INFO O| Oct 18 21:29:49.814 INFO STEP 112 (remove_files) COMPLETE
44732024-10-18T21:29:51.112Z[ recovery-image] Oct 18 21:29:49.814 INFO O| Oct 18 21:29:49.814 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-10-18T21:29:51.141Z[ recovery-image] Oct 18 21:29:49.843 INFO O| Oct 18 21:29:49.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44752024-10-18T21:29:51.141Z[ recovery-image] Oct 18 21:29:49.843 INFO O| Oct 18 21:29:49.843 INFO STEP 113 (remove_files) COMPLETE
44762024-10-18T21:29:51.141Z[ recovery-image] Oct 18 21:29:49.843 INFO O| Oct 18 21:29:49.843 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-10-18T21:29:51.164Z[ recovery-image] Oct 18 21:29:49.866 INFO O| Oct 18 21:29:49.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
44782024-10-18T21:29:51.167Z[ recovery-image] Oct 18 21:29:49.866 INFO O| Oct 18 21:29:49.866 INFO STEP 114 (remove_files) COMPLETE
44792024-10-18T21:29:51.167Z[ recovery-image] Oct 18 21:29:49.866 INFO O| Oct 18 21:29:49.866 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-10-18T21:29:51.181Z[ recovery-image] Oct 18 21:29:49.883 INFO O| Oct 18 21:29:49.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44812024-10-18T21:29:51.183Z[ recovery-image] Oct 18 21:29:49.883 INFO O| Oct 18 21:29:49.883 INFO STEP 115 (remove_files) COMPLETE
44822024-10-18T21:29:51.183Z[ recovery-image] Oct 18 21:29:49.883 INFO O| Oct 18 21:29:49.883 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-10-18T21:29:51.224Z[ recovery-image] Oct 18 21:29:49.925 INFO O| Oct 18 21:29:49.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44842024-10-18T21:29:51.224Z[ recovery-image] Oct 18 21:29:49.926 INFO O| Oct 18 21:29:49.925 INFO STEP 116 (remove_files) COMPLETE
44852024-10-18T21:29:51.224Z[ recovery-image] Oct 18 21:29:49.926 INFO O| Oct 18 21:29:49.925 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-10-18T21:29:51.282Z[ recovery-image] Oct 18 21:29:49.983 INFO O| Oct 18 21:29:49.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
44872024-10-18T21:29:51.282Z[ recovery-image] Oct 18 21:29:49.983 INFO O| Oct 18 21:29:49.983 INFO STEP 117 (remove_files) COMPLETE
44882024-10-18T21:29:51.282Z[ recovery-image] Oct 18 21:29:49.983 INFO O| Oct 18 21:29:49.983 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-10-18T21:29:51.298Z[ recovery-image] Oct 18 21:29:49.999 INFO O| Oct 18 21:29:49.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
44902024-10-18T21:29:51.298Z[ recovery-image] Oct 18 21:29:49.999 INFO O| Oct 18 21:29:49.999 INFO STEP 118 (remove_files) COMPLETE
44912024-10-18T21:29:51.298Z[ recovery-image] Oct 18 21:29:49.999 INFO O| Oct 18 21:29:49.999 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-10-18T21:29:51.315Z[ recovery-image] Oct 18 21:29:50.017 INFO O| Oct 18 21:29:50.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
44932024-10-18T21:29:51.315Z[ recovery-image] Oct 18 21:29:50.017 INFO O| Oct 18 21:29:50.017 INFO STEP 119 (remove_files) COMPLETE
44942024-10-18T21:29:51.316Z[ recovery-image] Oct 18 21:29:50.017 INFO O| Oct 18 21:29:50.017 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-10-18T21:29:51.333Z[ recovery-image] Oct 18 21:29:50.035 INFO O| Oct 18 21:29:50.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
44962024-10-18T21:29:51.333Z[ recovery-image] Oct 18 21:29:50.035 INFO O| Oct 18 21:29:50.035 INFO STEP 120 (remove_files) COMPLETE
44972024-10-18T21:29:51.333Z[ recovery-image] Oct 18 21:29:50.035 INFO O| Oct 18 21:29:50.035 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-10-18T21:29:51.353Z[ recovery-image] Oct 18 21:29:50.055 INFO O| Oct 18 21:29:50.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
44992024-10-18T21:29:51.353Z[ recovery-image] Oct 18 21:29:50.055 INFO O| Oct 18 21:29:50.055 INFO STEP 121 (remove_files) COMPLETE
45002024-10-18T21:29:51.356Z[ recovery-image] Oct 18 21:29:50.055 INFO O| Oct 18 21:29:50.055 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-10-18T21:29:51.372Z[ recovery-image] Oct 18 21:29:50.073 INFO O| Oct 18 21:29:50.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
45022024-10-18T21:29:51.372Z[ recovery-image] Oct 18 21:29:50.073 INFO O| Oct 18 21:29:50.073 INFO STEP 122 (remove_files) COMPLETE
45032024-10-18T21:29:51.372Z[ recovery-image] Oct 18 21:29:50.073 INFO O| Oct 18 21:29:50.073 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-10-18T21:29:51.389Z[ recovery-image] Oct 18 21:29:50.091 INFO O| Oct 18 21:29:50.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
45052024-10-18T21:29:51.389Z[ recovery-image] Oct 18 21:29:50.091 INFO O| Oct 18 21:29:50.091 INFO STEP 123 (remove_files) COMPLETE
45062024-10-18T21:29:51.389Z[ recovery-image] Oct 18 21:29:50.091 INFO O| Oct 18 21:29:50.091 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-10-18T21:29:51.407Z[ recovery-image] Oct 18 21:29:50.109 INFO O| Oct 18 21:29:50.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
45082024-10-18T21:29:51.407Z[ recovery-image] Oct 18 21:29:50.109 INFO O| Oct 18 21:29:50.109 INFO STEP 124 (remove_files) COMPLETE
45092024-10-18T21:29:51.407Z[ recovery-image] Oct 18 21:29:50.109 INFO O| Oct 18 21:29:50.109 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-10-18T21:29:51.425Z[ recovery-image] Oct 18 21:29:50.127 INFO O| Oct 18 21:29:50.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
45112024-10-18T21:29:51.425Z[ recovery-image] Oct 18 21:29:50.127 INFO O| Oct 18 21:29:50.127 INFO STEP 125 (remove_files) COMPLETE
45122024-10-18T21:29:51.429Z[ recovery-image] Oct 18 21:29:50.127 INFO O| Oct 18 21:29:50.127 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-10-18T21:29:51.443Z[ recovery-image] Oct 18 21:29:50.145 INFO O| Oct 18 21:29:50.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
45142024-10-18T21:29:51.443Z[ recovery-image] Oct 18 21:29:50.145 INFO O| Oct 18 21:29:50.145 INFO STEP 126 (remove_files) COMPLETE
45152024-10-18T21:29:51.443Z[ recovery-image] Oct 18 21:29:50.145 INFO O| Oct 18 21:29:50.145 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-10-18T21:29:51.461Z[ recovery-image] Oct 18 21:29:50.163 INFO O| Oct 18 21:29:50.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
45172024-10-18T21:29:51.461Z[ recovery-image] Oct 18 21:29:50.163 INFO O| Oct 18 21:29:50.163 INFO STEP 127 (remove_files) COMPLETE
45182024-10-18T21:29:51.464Z[ recovery-image] Oct 18 21:29:50.163 INFO O| Oct 18 21:29:50.163 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-10-18T21:29:51.471Z[ host-image] Oct 18 21:29:50.173 INFO O| Oct 18 21:29:50.173 INFO O| Actions: Completed 238 actions in 0.49 seconds.
45202024-10-18T21:29:51.489Z[ recovery-image] Oct 18 21:29:50.191 INFO O| Oct 18 21:29:50.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
45212024-10-18T21:29:51.489Z[ recovery-image] Oct 18 21:29:50.191 INFO O| Oct 18 21:29:50.191 INFO STEP 128 (remove_files) COMPLETE
45222024-10-18T21:29:51.489Z[ recovery-image] Oct 18 21:29:50.191 INFO O| Oct 18 21:29:50.191 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-10-18T21:29:51.509Z[ recovery-image] Oct 18 21:29:50.211 INFO O| Oct 18 21:29:50.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45242024-10-18T21:29:51.509Z[ recovery-image] Oct 18 21:29:50.211 INFO O| Oct 18 21:29:50.211 INFO STEP 129 (remove_files) COMPLETE
45252024-10-18T21:29:51.512Z[ recovery-image] Oct 18 21:29:50.211 INFO O| Oct 18 21:29:50.211 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-10-18T21:29:51.529Z[ recovery-image] Oct 18 21:29:50.230 INFO O| Oct 18 21:29:50.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45272024-10-18T21:29:51.529Z[ recovery-image] Oct 18 21:29:50.230 INFO O| Oct 18 21:29:50.230 INFO STEP 130 (remove_files) COMPLETE
45282024-10-18T21:29:51.529Z[ recovery-image] Oct 18 21:29:50.230 INFO O| Oct 18 21:29:50.230 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-10-18T21:29:51.548Z[ recovery-image] Oct 18 21:29:50.249 INFO O| Oct 18 21:29:50.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45302024-10-18T21:29:51.548Z[ recovery-image] Oct 18 21:29:50.249 INFO O| Oct 18 21:29:50.249 INFO STEP 131 (remove_files) COMPLETE
45312024-10-18T21:29:51.548Z[ recovery-image] Oct 18 21:29:50.249 INFO O| Oct 18 21:29:50.249 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-10-18T21:29:51.579Z[ recovery-image] Oct 18 21:29:50.281 INFO O| Oct 18 21:29:50.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45332024-10-18T21:29:51.580Z[ recovery-image] Oct 18 21:29:50.281 INFO O| Oct 18 21:29:50.281 INFO STEP 132 (remove_files) COMPLETE
45342024-10-18T21:29:51.582Z[ recovery-image] Oct 18 21:29:50.282 INFO O| Oct 18 21:29:50.281 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-10-18T21:29:51.600Z[ recovery-image] Oct 18 21:29:50.302 INFO O| Oct 18 21:29:50.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45362024-10-18T21:29:51.603Z[ recovery-image] Oct 18 21:29:50.302 INFO O| Oct 18 21:29:50.302 INFO STEP 133 (remove_files) COMPLETE
45372024-10-18T21:29:51.603Z[ recovery-image] Oct 18 21:29:50.302 INFO O| Oct 18 21:29:50.302 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-10-18T21:29:51.620Z[ recovery-image] Oct 18 21:29:50.322 INFO O| Oct 18 21:29:50.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45392024-10-18T21:29:51.622Z[ recovery-image] Oct 18 21:29:50.322 INFO O| Oct 18 21:29:50.322 INFO STEP 134 (remove_files) COMPLETE
45402024-10-18T21:29:51.622Z[ recovery-image] Oct 18 21:29:50.322 INFO O| Oct 18 21:29:50.322 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-10-18T21:29:51.652Z[ recovery-image] Oct 18 21:29:50.353 INFO O| Oct 18 21:29:50.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45422024-10-18T21:29:51.654Z[ recovery-image] Oct 18 21:29:50.354 INFO O| Oct 18 21:29:50.354 INFO STEP 135 (remove_files) COMPLETE
45432024-10-18T21:29:51.654Z[ recovery-image] Oct 18 21:29:50.354 INFO O| Oct 18 21:29:50.354 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-10-18T21:29:51.684Z[ recovery-image] Oct 18 21:29:50.385 INFO O| Oct 18 21:29:50.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45452024-10-18T21:29:51.686Z[ recovery-image] Oct 18 21:29:50.385 INFO O| Oct 18 21:29:50.385 INFO STEP 136 (remove_files) COMPLETE
45462024-10-18T21:29:51.686Z[ recovery-image] Oct 18 21:29:50.386 INFO O| Oct 18 21:29:50.385 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-10-18T21:29:51.704Z[ recovery-image] Oct 18 21:29:50.406 INFO O| Oct 18 21:29:50.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45482024-10-18T21:29:51.704Z[ recovery-image] Oct 18 21:29:50.406 INFO O| Oct 18 21:29:50.406 INFO STEP 137 (remove_files) COMPLETE
45492024-10-18T21:29:51.706Z[ recovery-image] Oct 18 21:29:50.406 INFO O| Oct 18 21:29:50.406 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-10-18T21:29:51.738Z[ recovery-image] Oct 18 21:29:50.439 INFO O| Oct 18 21:29:50.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45512024-10-18T21:29:51.738Z[ recovery-image] Oct 18 21:29:50.440 INFO O| Oct 18 21:29:50.440 INFO STEP 138 (remove_files) COMPLETE
45522024-10-18T21:29:51.738Z[ recovery-image] Oct 18 21:29:50.440 INFO O| Oct 18 21:29:50.440 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-10-18T21:29:51.781Z[ recovery-image] Oct 18 21:29:50.482 INFO O| Oct 18 21:29:50.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45542024-10-18T21:29:51.781Z[ recovery-image] Oct 18 21:29:50.482 INFO O| Oct 18 21:29:50.482 INFO STEP 139 (remove_files) COMPLETE
45552024-10-18T21:29:51.781Z[ recovery-image] Oct 18 21:29:50.482 INFO O| Oct 18 21:29:50.482 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-10-18T21:29:51.803Z[ recovery-image] Oct 18 21:29:50.504 INFO O| Oct 18 21:29:50.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45572024-10-18T21:29:51.803Z[ recovery-image] Oct 18 21:29:50.504 INFO O| Oct 18 21:29:50.504 INFO STEP 140 (remove_files) COMPLETE
45582024-10-18T21:29:51.805Z[ recovery-image] Oct 18 21:29:50.504 INFO O| Oct 18 21:29:50.504 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-10-18T21:29:51.823Z[ recovery-image] Oct 18 21:29:50.524 INFO O| Oct 18 21:29:50.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45602024-10-18T21:29:51.823Z[ recovery-image] Oct 18 21:29:50.524 INFO O| Oct 18 21:29:50.524 INFO STEP 141 (remove_files) COMPLETE
45612024-10-18T21:29:51.823Z[ recovery-image] Oct 18 21:29:50.524 INFO O| Oct 18 21:29:50.524 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-10-18T21:29:51.868Z[ recovery-image] Oct 18 21:29:50.570 INFO O| Oct 18 21:29:50.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45632024-10-18T21:29:51.868Z[ recovery-image] Oct 18 21:29:50.570 INFO O| Oct 18 21:29:50.570 INFO STEP 142 (remove_files) COMPLETE
45642024-10-18T21:29:51.868Z[ recovery-image] Oct 18 21:29:50.570 INFO O| Oct 18 21:29:50.570 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-10-18T21:29:51.888Z[ recovery-image] Oct 18 21:29:50.590 INFO O| Oct 18 21:29:50.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45662024-10-18T21:29:51.889Z[ recovery-image] Oct 18 21:29:50.590 INFO O| Oct 18 21:29:50.590 INFO STEP 143 (remove_files) COMPLETE
45672024-10-18T21:29:51.892Z[ recovery-image] Oct 18 21:29:50.590 INFO O| Oct 18 21:29:50.590 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-10-18T21:29:51.914Z[ recovery-image] Oct 18 21:29:50.615 INFO O| Oct 18 21:29:50.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45692024-10-18T21:29:51.914Z[ recovery-image] Oct 18 21:29:50.615 INFO O| Oct 18 21:29:50.615 INFO STEP 144 (remove_files) COMPLETE
45702024-10-18T21:29:51.914Z[ recovery-image] Oct 18 21:29:50.615 INFO O| Oct 18 21:29:50.615 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-10-18T21:29:51.952Z[ recovery-image] Oct 18 21:29:50.654 INFO O| Oct 18 21:29:50.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45722024-10-18T21:29:51.952Z[ recovery-image] Oct 18 21:29:50.654 INFO O| Oct 18 21:29:50.654 INFO STEP 145 (remove_files) COMPLETE
45732024-10-18T21:29:51.952Z[ recovery-image] Oct 18 21:29:50.654 INFO O| Oct 18 21:29:50.654 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-10-18T21:29:51.998Z[ recovery-image] Oct 18 21:29:50.700 INFO O| Oct 18 21:29:50.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45752024-10-18T21:29:51.998Z[ recovery-image] Oct 18 21:29:50.700 INFO O| Oct 18 21:29:50.700 INFO STEP 146 (remove_files) COMPLETE
45762024-10-18T21:29:51.998Z[ recovery-image] Oct 18 21:29:50.700 INFO O| Oct 18 21:29:50.700 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-10-18T21:29:52.024Z[ recovery-image] Oct 18 21:29:50.725 INFO O| Oct 18 21:29:50.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
45782024-10-18T21:29:52.024Z[ recovery-image] Oct 18 21:29:50.725 INFO O| Oct 18 21:29:50.725 INFO STEP 147 (remove_files) COMPLETE
45792024-10-18T21:29:52.024Z[ recovery-image] Oct 18 21:29:50.725 INFO O| Oct 18 21:29:50.725 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-10-18T21:29:52.066Z[ host-image] Oct 18 21:29:50.767 INFO O| Oct 18 21:29:50.767 INFO O| Done
45812024-10-18T21:29:52.066Z[ host-image] Oct 18 21:29:50.767 INFO O| Oct 18 21:29:50.767 INFO O| Done
45822024-10-18T21:29:52.086Z[ recovery-image] Oct 18 21:29:50.787 INFO O| Oct 18 21:29:50.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45832024-10-18T21:29:52.086Z[ recovery-image] Oct 18 21:29:50.787 INFO O| Oct 18 21:29:50.787 INFO STEP 148 (remove_files) COMPLETE
45842024-10-18T21:29:52.086Z[ recovery-image] Oct 18 21:29:50.788 INFO O| Oct 18 21:29:50.787 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-10-18T21:29:52.104Z[ recovery-image] Oct 18 21:29:50.806 INFO O| Oct 18 21:29:50.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
45862024-10-18T21:29:52.104Z[ recovery-image] Oct 18 21:29:50.806 INFO O| Oct 18 21:29:50.806 INFO STEP 149 (remove_files) COMPLETE
45872024-10-18T21:29:52.106Z[ recovery-image] Oct 18 21:29:50.806 INFO O| Oct 18 21:29:50.806 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-10-18T21:29:52.132Z[ recovery-image] Oct 18 21:29:50.834 INFO O| Oct 18 21:29:50.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
45892024-10-18T21:29:52.135Z[ recovery-image] Oct 18 21:29:50.837 INFO O| Oct 18 21:29:50.837 INFO STEP 150 (remove_files) COMPLETE
45902024-10-18T21:29:52.137Z[ recovery-image] Oct 18 21:29:50.837 INFO O| Oct 18 21:29:50.837 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-10-18T21:29:52.154Z[ recovery-image] Oct 18 21:29:50.856 INFO O| Oct 18 21:29:50.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
45922024-10-18T21:29:52.157Z[ recovery-image] Oct 18 21:29:50.856 INFO O| Oct 18 21:29:50.856 INFO STEP 151 (remove_files) COMPLETE
45932024-10-18T21:29:52.157Z[ recovery-image] Oct 18 21:29:50.856 INFO O| Oct 18 21:29:50.856 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-10-18T21:29:52.173Z[ recovery-image] Oct 18 21:29:50.874 INFO O| Oct 18 21:29:50.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
45952024-10-18T21:29:52.173Z[ recovery-image] Oct 18 21:29:50.874 INFO O| Oct 18 21:29:50.874 INFO STEP 152 (remove_files) COMPLETE
45962024-10-18T21:29:52.175Z[ recovery-image] Oct 18 21:29:50.875 INFO O| Oct 18 21:29:50.874 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-10-18T21:29:52.208Z[ recovery-image] Oct 18 21:29:50.910 INFO O| Oct 18 21:29:50.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
45982024-10-18T21:29:52.211Z[ recovery-image] Oct 18 21:29:50.910 INFO O| Oct 18 21:29:50.910 INFO STEP 153 (remove_files) COMPLETE
45992024-10-18T21:29:52.211Z[ recovery-image] Oct 18 21:29:50.910 INFO O| Oct 18 21:29:50.910 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-10-18T21:29:52.227Z[ recovery-image] Oct 18 21:29:50.929 INFO O| Oct 18 21:29:50.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
46012024-10-18T21:29:52.229Z[ recovery-image] Oct 18 21:29:50.929 INFO O| Oct 18 21:29:50.929 INFO STEP 154 (remove_files) COMPLETE
46022024-10-18T21:29:52.229Z[ recovery-image] Oct 18 21:29:50.929 INFO O| Oct 18 21:29:50.929 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-10-18T21:29:52.258Z[ recovery-image] Oct 18 21:29:50.959 INFO O| Oct 18 21:29:50.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
46042024-10-18T21:29:52.258Z[ recovery-image] Oct 18 21:29:50.959 INFO O| Oct 18 21:29:50.959 INFO STEP 155 (remove_files) COMPLETE
46052024-10-18T21:29:52.258Z[ recovery-image] Oct 18 21:29:50.959 INFO O| Oct 18 21:29:50.959 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-10-18T21:29:52.275Z[ recovery-image] Oct 18 21:29:50.976 INFO O| Oct 18 21:29:50.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
46072024-10-18T21:29:52.275Z[ recovery-image] Oct 18 21:29:50.976 INFO O| Oct 18 21:29:50.976 INFO STEP 156 (remove_files) COMPLETE
46082024-10-18T21:29:52.275Z[ recovery-image] Oct 18 21:29:50.977 INFO O| Oct 18 21:29:50.976 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-10-18T21:29:52.291Z[ recovery-image] Oct 18 21:29:50.992 INFO O| Oct 18 21:29:50.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
46102024-10-18T21:29:52.291Z[ recovery-image] Oct 18 21:29:50.992 INFO O| Oct 18 21:29:50.992 INFO STEP 157 (remove_files) COMPLETE
46112024-10-18T21:29:52.293Z[ recovery-image] Oct 18 21:29:50.993 INFO O| Oct 18 21:29:50.993 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-10-18T21:29:52.309Z[ recovery-image] Oct 18 21:29:51.010 INFO O| Oct 18 21:29:51.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
46132024-10-18T21:29:52.309Z[ recovery-image] Oct 18 21:29:51.011 INFO O| Oct 18 21:29:51.010 INFO STEP 158 (remove_files) COMPLETE
46142024-10-18T21:29:52.311Z[ recovery-image] Oct 18 21:29:51.011 INFO O| Oct 18 21:29:51.011 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-10-18T21:29:52.326Z[ recovery-image] Oct 18 21:29:51.028 INFO O| Oct 18 21:29:51.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
46162024-10-18T21:29:52.330Z[ recovery-image] Oct 18 21:29:51.028 INFO O| Oct 18 21:29:51.028 INFO STEP 159 (remove_files) COMPLETE
46172024-10-18T21:29:52.330Z[ recovery-image] Oct 18 21:29:51.029 INFO O| Oct 18 21:29:51.028 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-10-18T21:29:52.367Z[ recovery-image] Oct 18 21:29:51.068 INFO O| Oct 18 21:29:51.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
46192024-10-18T21:29:52.369Z[ recovery-image] Oct 18 21:29:51.069 INFO O| Oct 18 21:29:51.068 INFO STEP 160 (remove_files) COMPLETE
46202024-10-18T21:29:52.369Z[ recovery-image] Oct 18 21:29:51.069 INFO O| Oct 18 21:29:51.069 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-10-18T21:29:52.386Z[ recovery-image] Oct 18 21:29:51.087 INFO O| Oct 18 21:29:51.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
46222024-10-18T21:29:52.386Z[ recovery-image] Oct 18 21:29:51.088 INFO O| Oct 18 21:29:51.088 INFO STEP 161 (remove_files) COMPLETE
46232024-10-18T21:29:52.388Z[ recovery-image] Oct 18 21:29:51.088 INFO O| Oct 18 21:29:51.088 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-10-18T21:29:52.405Z[ recovery-image] Oct 18 21:29:51.107 INFO O| Oct 18 21:29:51.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46252024-10-18T21:29:52.407Z[ recovery-image] Oct 18 21:29:51.107 INFO O| Oct 18 21:29:51.107 INFO STEP 162 (remove_files) COMPLETE
46262024-10-18T21:29:52.407Z[ recovery-image] Oct 18 21:29:51.107 INFO O| Oct 18 21:29:51.107 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-10-18T21:29:52.445Z[ recovery-image] Oct 18 21:29:51.146 INFO O| Oct 18 21:29:51.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46282024-10-18T21:29:52.445Z[ recovery-image] Oct 18 21:29:51.146 INFO O| Oct 18 21:29:51.146 INFO STEP 163 (remove_files) COMPLETE
46292024-10-18T21:29:52.445Z[ recovery-image] Oct 18 21:29:51.146 INFO O| Oct 18 21:29:51.146 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-10-18T21:29:52.463Z[ recovery-image] Oct 18 21:29:51.165 INFO O| Oct 18 21:29:51.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46312024-10-18T21:29:52.463Z[ recovery-image] Oct 18 21:29:51.165 INFO O| Oct 18 21:29:51.165 INFO STEP 164 (remove_files) COMPLETE
46322024-10-18T21:29:52.463Z[ recovery-image] Oct 18 21:29:51.165 INFO O| Oct 18 21:29:51.165 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-10-18T21:29:52.506Z[ recovery-image] Oct 18 21:29:51.207 INFO O| Oct 18 21:29:51.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46342024-10-18T21:29:52.506Z[ recovery-image] Oct 18 21:29:51.207 INFO O| Oct 18 21:29:51.207 INFO STEP 165 (remove_files) COMPLETE
46352024-10-18T21:29:52.508Z[ recovery-image] Oct 18 21:29:51.208 INFO O| Oct 18 21:29:51.207 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-10-18T21:29:52.549Z[ recovery-image] Oct 18 21:29:51.250 INFO O| Oct 18 21:29:51.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46372024-10-18T21:29:52.552Z[ recovery-image] Oct 18 21:29:51.251 INFO O| Oct 18 21:29:51.250 INFO STEP 166 (remove_files) COMPLETE
46382024-10-18T21:29:52.552Z[ recovery-image] Oct 18 21:29:51.251 INFO O| Oct 18 21:29:51.251 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-10-18T21:29:52.567Z[ recovery-image] Oct 18 21:29:51.269 INFO O| Oct 18 21:29:51.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46402024-10-18T21:29:52.568Z[ recovery-image] Oct 18 21:29:51.269 INFO O| Oct 18 21:29:51.269 INFO STEP 167 (remove_files) COMPLETE
46412024-10-18T21:29:52.568Z[ recovery-image] Oct 18 21:29:51.269 INFO O| Oct 18 21:29:51.269 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-10-18T21:29:52.605Z[ recovery-image] Oct 18 21:29:51.307 INFO O| Oct 18 21:29:51.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46432024-10-18T21:29:52.605Z[ recovery-image] Oct 18 21:29:51.307 INFO O| Oct 18 21:29:51.307 INFO STEP 168 (remove_files) COMPLETE
46442024-10-18T21:29:52.605Z[ recovery-image] Oct 18 21:29:51.307 INFO O| Oct 18 21:29:51.307 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-10-18T21:29:52.632Z[ recovery-image] Oct 18 21:29:51.333 INFO O| Oct 18 21:29:51.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46462024-10-18T21:29:52.632Z[ recovery-image] Oct 18 21:29:51.333 INFO O| Oct 18 21:29:51.333 INFO STEP 169 (remove_files) COMPLETE
46472024-10-18T21:29:52.632Z[ recovery-image] Oct 18 21:29:51.333 INFO O| Oct 18 21:29:51.333 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-10-18T21:29:52.689Z[ recovery-image] Oct 18 21:29:51.391 INFO O| Oct 18 21:29:51.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46492024-10-18T21:29:52.689Z[ recovery-image] Oct 18 21:29:51.391 INFO O| Oct 18 21:29:51.391 INFO STEP 170 (remove_files) COMPLETE
46502024-10-18T21:29:52.690Z[ recovery-image] Oct 18 21:29:51.391 INFO O| Oct 18 21:29:51.391 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-10-18T21:29:52.717Z[ recovery-image] Oct 18 21:29:51.418 INFO O| Oct 18 21:29:51.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46522024-10-18T21:29:52.717Z[ recovery-image] Oct 18 21:29:51.418 INFO O| Oct 18 21:29:51.418 INFO STEP 171 (remove_files) COMPLETE
46532024-10-18T21:29:52.717Z[ recovery-image] Oct 18 21:29:51.418 INFO O| Oct 18 21:29:51.418 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-10-18T21:29:52.741Z[ recovery-image] Oct 18 21:29:51.443 INFO O| Oct 18 21:29:51.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46552024-10-18T21:29:52.741Z[ recovery-image] Oct 18 21:29:51.443 INFO O| Oct 18 21:29:51.443 INFO STEP 172 (remove_files) COMPLETE
46562024-10-18T21:29:52.741Z[ recovery-image] Oct 18 21:29:51.443 INFO O| Oct 18 21:29:51.443 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-10-18T21:29:52.759Z[ recovery-image] Oct 18 21:29:51.461 INFO O| Oct 18 21:29:51.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46582024-10-18T21:29:52.759Z[ recovery-image] Oct 18 21:29:51.461 INFO O| Oct 18 21:29:51.461 INFO STEP 173 (remove_files) COMPLETE
46592024-10-18T21:29:52.762Z[ recovery-image] Oct 18 21:29:51.461 INFO O| Oct 18 21:29:51.461 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-10-18T21:29:52.778Z[ recovery-image] Oct 18 21:29:51.480 INFO O| Oct 18 21:29:51.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46612024-10-18T21:29:52.778Z[ recovery-image] Oct 18 21:29:51.480 INFO O| Oct 18 21:29:51.480 INFO STEP 174 (remove_files) COMPLETE
46622024-10-18T21:29:52.778Z[ recovery-image] Oct 18 21:29:51.480 INFO O| Oct 18 21:29:51.480 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-10-18T21:29:52.797Z[ recovery-image] Oct 18 21:29:51.499 INFO O| Oct 18 21:29:51.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46642024-10-18T21:29:52.797Z[ recovery-image] Oct 18 21:29:51.499 INFO O| Oct 18 21:29:51.499 INFO STEP 175 (remove_files) COMPLETE
46652024-10-18T21:29:52.799Z[ recovery-image] Oct 18 21:29:51.499 INFO O| Oct 18 21:29:51.499 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-10-18T21:29:52.817Z[ recovery-image] Oct 18 21:29:51.518 INFO O| Oct 18 21:29:51.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46672024-10-18T21:29:52.817Z[ recovery-image] Oct 18 21:29:51.518 INFO O| Oct 18 21:29:51.518 INFO STEP 176 (remove_files) COMPLETE
46682024-10-18T21:29:52.819Z[ recovery-image] Oct 18 21:29:51.518 INFO O| Oct 18 21:29:51.518 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-10-18T21:29:52.836Z[ recovery-image] Oct 18 21:29:51.537 INFO O| Oct 18 21:29:51.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46702024-10-18T21:29:52.836Z[ recovery-image] Oct 18 21:29:51.537 INFO O| Oct 18 21:29:51.537 INFO STEP 177 (remove_files) COMPLETE
46712024-10-18T21:29:52.836Z[ recovery-image] Oct 18 21:29:51.537 INFO O| Oct 18 21:29:51.537 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-10-18T21:29:52.857Z[ recovery-image] Oct 18 21:29:51.558 INFO O| Oct 18 21:29:51.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46732024-10-18T21:29:52.857Z[ recovery-image] Oct 18 21:29:51.558 INFO O| Oct 18 21:29:51.558 INFO STEP 178 (remove_files) COMPLETE
46742024-10-18T21:29:52.859Z[ recovery-image] Oct 18 21:29:51.558 INFO O| Oct 18 21:29:51.558 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-10-18T21:29:52.877Z[ recovery-image] Oct 18 21:29:51.578 INFO O| Oct 18 21:29:51.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46762024-10-18T21:29:52.877Z[ recovery-image] Oct 18 21:29:51.578 INFO O| Oct 18 21:29:51.578 INFO STEP 179 (remove_files) COMPLETE
46772024-10-18T21:29:52.877Z[ recovery-image] Oct 18 21:29:51.578 INFO O| Oct 18 21:29:51.578 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-10-18T21:29:52.895Z[ recovery-image] Oct 18 21:29:51.597 INFO O| Oct 18 21:29:51.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
46792024-10-18T21:29:52.896Z[ recovery-image] Oct 18 21:29:51.597 INFO O| Oct 18 21:29:51.597 INFO STEP 180 (remove_files) COMPLETE
46802024-10-18T21:29:52.896Z[ recovery-image] Oct 18 21:29:51.597 INFO O| Oct 18 21:29:51.597 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-10-18T21:29:52.922Z[ recovery-image] Oct 18 21:29:51.623 INFO O| Oct 18 21:29:51.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
46822024-10-18T21:29:52.922Z[ recovery-image] Oct 18 21:29:51.623 INFO O| Oct 18 21:29:51.623 INFO STEP 181 (remove_files) COMPLETE
46832024-10-18T21:29:52.922Z[ recovery-image] Oct 18 21:29:51.623 INFO O| Oct 18 21:29:51.623 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-10-18T21:29:52.978Z[ recovery-image] Oct 18 21:29:51.679 INFO O| Oct 18 21:29:51.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
46852024-10-18T21:29:52.978Z[ recovery-image] Oct 18 21:29:51.679 INFO O| Oct 18 21:29:51.679 INFO STEP 182 (remove_files) COMPLETE
46862024-10-18T21:29:52.981Z[ recovery-image] Oct 18 21:29:51.679 INFO O| Oct 18 21:29:51.679 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-10-18T21:29:53.008Z[ recovery-image] Oct 18 21:29:51.709 INFO O| Oct 18 21:29:51.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
46882024-10-18T21:29:53.008Z[ recovery-image] Oct 18 21:29:51.710 INFO O| Oct 18 21:29:51.710 INFO STEP 183 (remove_files) COMPLETE
46892024-10-18T21:29:53.010Z[ recovery-image] Oct 18 21:29:51.710 INFO O| Oct 18 21:29:51.710 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-10-18T21:29:53.024Z[ recovery-image] Oct 18 21:29:51.725 INFO O| Oct 18 21:29:51.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
46912024-10-18T21:29:53.024Z[ recovery-image] Oct 18 21:29:51.725 INFO O| Oct 18 21:29:51.725 INFO STEP 184 (remove_files) COMPLETE
46922024-10-18T21:29:53.024Z[ recovery-image] Oct 18 21:29:51.725 INFO O| Oct 18 21:29:51.725 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-10-18T21:29:53.039Z[ recovery-image] Oct 18 21:29:51.740 INFO O| Oct 18 21:29:51.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
46942024-10-18T21:29:53.052Z[ recovery-image] Oct 18 21:29:51.753 INFO O| Oct 18 21:29:51.753 INFO STEP 185 (remove_files) COMPLETE
46952024-10-18T21:29:53.052Z[ recovery-image] Oct 18 21:29:51.753 INFO O| Oct 18 21:29:51.753 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-10-18T21:29:53.083Z[ recovery-image] Oct 18 21:29:51.784 INFO O| Oct 18 21:29:51.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
46972024-10-18T21:29:53.083Z[ recovery-image] Oct 18 21:29:51.784 INFO O| Oct 18 21:29:51.784 INFO STEP 186 (remove_files) COMPLETE
46982024-10-18T21:29:53.083Z[ recovery-image] Oct 18 21:29:51.784 INFO O| Oct 18 21:29:51.784 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-10-18T21:29:53.101Z[ recovery-image] Oct 18 21:29:51.802 INFO O| Oct 18 21:29:51.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
47002024-10-18T21:29:53.101Z[ recovery-image] Oct 18 21:29:51.802 INFO O| Oct 18 21:29:51.802 INFO STEP 187 (remove_files) COMPLETE
47012024-10-18T21:29:53.101Z[ recovery-image] Oct 18 21:29:51.802 INFO O| Oct 18 21:29:51.802 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-10-18T21:29:53.133Z[ recovery-image] Oct 18 21:29:51.834 INFO O| Oct 18 21:29:51.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
47032024-10-18T21:29:53.133Z[ recovery-image] Oct 18 21:29:51.834 INFO O| Oct 18 21:29:51.834 INFO STEP 188 (remove_files) COMPLETE
47042024-10-18T21:29:53.136Z[ recovery-image] Oct 18 21:29:51.835 INFO O| Oct 18 21:29:51.834 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-10-18T21:29:53.153Z[ recovery-image] Oct 18 21:29:51.855 INFO O| Oct 18 21:29:51.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
47062024-10-18T21:29:53.153Z[ recovery-image] Oct 18 21:29:51.855 INFO O| Oct 18 21:29:51.855 INFO STEP 189 (remove_files) COMPLETE
47072024-10-18T21:29:53.153Z[ recovery-image] Oct 18 21:29:51.855 INFO O| Oct 18 21:29:51.855 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-10-18T21:29:53.172Z[ recovery-image] Oct 18 21:29:51.873 INFO O| Oct 18 21:29:51.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
47092024-10-18T21:29:53.174Z[ recovery-image] Oct 18 21:29:51.873 INFO O| Oct 18 21:29:51.873 INFO STEP 190 (remove_files) COMPLETE
47102024-10-18T21:29:53.174Z[ recovery-image] Oct 18 21:29:51.873 INFO O| Oct 18 21:29:51.873 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-10-18T21:29:53.191Z[ recovery-image] Oct 18 21:29:51.892 INFO O| Oct 18 21:29:51.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
47122024-10-18T21:29:53.193Z[ recovery-image] Oct 18 21:29:51.892 INFO O| Oct 18 21:29:51.892 INFO STEP 191 (remove_files) COMPLETE
47132024-10-18T21:29:53.193Z[ recovery-image] Oct 18 21:29:51.892 INFO O| Oct 18 21:29:51.892 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-10-18T21:29:53.211Z[ recovery-image] Oct 18 21:29:51.913 INFO O| Oct 18 21:29:51.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
47152024-10-18T21:29:53.212Z[ recovery-image] Oct 18 21:29:51.913 INFO O| Oct 18 21:29:51.913 INFO STEP 192 (remove_files) COMPLETE
47162024-10-18T21:29:53.214Z[ recovery-image] Oct 18 21:29:51.913 INFO O| Oct 18 21:29:51.913 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-10-18T21:29:53.244Z[ recovery-image] Oct 18 21:29:51.945 INFO O| Oct 18 21:29:51.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
47182024-10-18T21:29:53.267Z[ host-image] Oct 18 21:29:51.968 INFO O| Oct 18 21:29:51.968 INFO O| Done
47192024-10-18T21:29:53.269Z[ recovery-image] Oct 18 21:29:51.969 INFO O| Oct 18 21:29:51.969 INFO STEP 193 (remove_files) COMPLETE
47202024-10-18T21:29:53.269Z[ recovery-image] Oct 18 21:29:51.969 INFO O| Oct 18 21:29:51.969 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-10-18T21:29:53.304Z[ recovery-image] Oct 18 21:29:52.006 INFO O| Oct 18 21:29:52.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
47222024-10-18T21:29:53.304Z[ recovery-image] Oct 18 21:29:52.006 INFO O| Oct 18 21:29:52.006 INFO STEP 194 (remove_files) COMPLETE
47232024-10-18T21:29:53.304Z[ recovery-image] Oct 18 21:29:52.006 INFO O| Oct 18 21:29:52.006 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-10-18T21:29:53.323Z[ recovery-image] Oct 18 21:29:52.024 INFO O| Oct 18 21:29:52.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47252024-10-18T21:29:53.323Z[ recovery-image] Oct 18 21:29:52.024 INFO O| Oct 18 21:29:52.024 INFO STEP 195 (remove_files) COMPLETE
47262024-10-18T21:29:53.323Z[ recovery-image] Oct 18 21:29:52.024 INFO O| Oct 18 21:29:52.024 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-10-18T21:29:53.338Z[ recovery-image] Oct 18 21:29:52.040 INFO O| Oct 18 21:29:52.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47282024-10-18T21:29:53.339Z[ recovery-image] Oct 18 21:29:52.040 INFO O| Oct 18 21:29:52.040 INFO STEP 196 (remove_files) COMPLETE
47292024-10-18T21:29:53.341Z[ recovery-image] Oct 18 21:29:52.040 INFO O| Oct 18 21:29:52.040 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-10-18T21:29:53.372Z[ recovery-image] Oct 18 21:29:52.072 INFO O| Oct 18 21:29:52.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47312024-10-18T21:29:53.390Z[ recovery-image] Oct 18 21:29:52.092 INFO O| Oct 18 21:29:52.092 INFO STEP 197 (remove_files) COMPLETE
47322024-10-18T21:29:53.390Z[ recovery-image] Oct 18 21:29:52.092 INFO O| Oct 18 21:29:52.092 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-10-18T21:29:53.425Z[ recovery-image] Oct 18 21:29:52.127 INFO O| Oct 18 21:29:52.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47342024-10-18T21:29:53.425Z[ recovery-image] Oct 18 21:29:52.127 INFO O| Oct 18 21:29:52.127 INFO STEP 198 (remove_files) COMPLETE
47352024-10-18T21:29:53.425Z[ recovery-image] Oct 18 21:29:52.127 INFO O| Oct 18 21:29:52.127 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-10-18T21:29:53.442Z[ recovery-image] Oct 18 21:29:52.144 INFO O| Oct 18 21:29:52.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47372024-10-18T21:29:53.442Z[ recovery-image] Oct 18 21:29:52.144 INFO O| Oct 18 21:29:52.144 INFO STEP 199 (remove_files) COMPLETE
47382024-10-18T21:29:53.445Z[ recovery-image] Oct 18 21:29:52.144 INFO O| Oct 18 21:29:52.144 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-10-18T21:29:53.461Z[ recovery-image] Oct 18 21:29:52.162 INFO O| Oct 18 21:29:52.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47402024-10-18T21:29:53.461Z[ recovery-image] Oct 18 21:29:52.162 INFO O| Oct 18 21:29:52.162 INFO STEP 200 (remove_files) COMPLETE
47412024-10-18T21:29:53.461Z[ recovery-image] Oct 18 21:29:52.162 INFO O| Oct 18 21:29:52.162 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-10-18T21:29:53.499Z[ recovery-image] Oct 18 21:29:52.201 INFO O| Oct 18 21:29:52.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47432024-10-18T21:29:53.502Z[ recovery-image] Oct 18 21:29:52.201 INFO O| Oct 18 21:29:52.201 INFO STEP 201 (remove_files) COMPLETE
47442024-10-18T21:29:53.502Z[ recovery-image] Oct 18 21:29:52.201 INFO O| Oct 18 21:29:52.201 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-10-18T21:29:53.518Z[ recovery-image] Oct 18 21:29:52.219 INFO O| Oct 18 21:29:52.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47462024-10-18T21:29:53.518Z[ recovery-image] Oct 18 21:29:52.219 INFO O| Oct 18 21:29:52.219 INFO STEP 202 (remove_files) COMPLETE
47472024-10-18T21:29:53.520Z[ recovery-image] Oct 18 21:29:52.219 INFO O| Oct 18 21:29:52.219 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-10-18T21:29:53.534Z[ recovery-image] Oct 18 21:29:52.236 INFO O| Oct 18 21:29:52.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47492024-10-18T21:29:53.534Z[ recovery-image] Oct 18 21:29:52.236 INFO O| Oct 18 21:29:52.235 INFO STEP 203 (remove_files) COMPLETE
47502024-10-18T21:29:53.537Z[ recovery-image] Oct 18 21:29:52.236 INFO O| Oct 18 21:29:52.235 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-10-18T21:29:53.551Z[ recovery-image] Oct 18 21:29:52.252 INFO O| Oct 18 21:29:52.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47522024-10-18T21:29:53.551Z[ recovery-image] Oct 18 21:29:52.252 INFO O| Oct 18 21:29:52.252 INFO STEP 204 (remove_files) COMPLETE
47532024-10-18T21:29:53.551Z[ recovery-image] Oct 18 21:29:52.252 INFO O| Oct 18 21:29:52.252 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-10-18T21:29:53.569Z[ recovery-image] Oct 18 21:29:52.270 INFO O| Oct 18 21:29:52.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47552024-10-18T21:29:53.569Z[ recovery-image] Oct 18 21:29:52.270 INFO O| Oct 18 21:29:52.270 INFO STEP 205 (remove_files) COMPLETE
47562024-10-18T21:29:53.571Z[ recovery-image] Oct 18 21:29:52.271 INFO O| Oct 18 21:29:52.270 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-10-18T21:29:53.602Z[ recovery-image] Oct 18 21:29:52.303 INFO O| Oct 18 21:29:52.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47582024-10-18T21:29:53.602Z[ recovery-image] Oct 18 21:29:52.303 INFO O| Oct 18 21:29:52.303 INFO STEP 206 (remove_files) COMPLETE
47592024-10-18T21:29:53.604Z[ recovery-image] Oct 18 21:29:52.303 INFO O| Oct 18 21:29:52.303 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-10-18T21:29:53.621Z[ recovery-image] Oct 18 21:29:52.322 INFO O| Oct 18 21:29:52.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47612024-10-18T21:29:53.621Z[ recovery-image] Oct 18 21:29:52.322 INFO O| Oct 18 21:29:52.322 INFO STEP 207 (remove_files) COMPLETE
47622024-10-18T21:29:53.621Z[ recovery-image] Oct 18 21:29:52.323 INFO O| Oct 18 21:29:52.322 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-10-18T21:29:53.677Z[ recovery-image] Oct 18 21:29:52.379 INFO O| Oct 18 21:29:52.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47642024-10-18T21:29:53.677Z[ recovery-image] Oct 18 21:29:52.379 INFO O| Oct 18 21:29:52.379 INFO STEP 208 (remove_files) COMPLETE
47652024-10-18T21:29:53.680Z[ recovery-image] Oct 18 21:29:52.379 INFO O| Oct 18 21:29:52.379 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-10-18T21:29:53.695Z[ recovery-image] Oct 18 21:29:52.397 INFO O| Oct 18 21:29:52.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47672024-10-18T21:29:53.695Z[ recovery-image] Oct 18 21:29:52.397 INFO O| Oct 18 21:29:52.397 INFO STEP 209 (remove_files) COMPLETE
47682024-10-18T21:29:53.695Z[ recovery-image] Oct 18 21:29:52.397 INFO O| Oct 18 21:29:52.397 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-10-18T21:29:53.755Z[ recovery-image] Oct 18 21:29:52.456 INFO O| Oct 18 21:29:52.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47702024-10-18T21:29:53.755Z[ recovery-image] Oct 18 21:29:52.456 INFO O| Oct 18 21:29:52.456 INFO STEP 210 (remove_files) COMPLETE
47712024-10-18T21:29:53.755Z[ recovery-image] Oct 18 21:29:52.456 INFO O| Oct 18 21:29:52.456 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-10-18T21:29:53.777Z[ recovery-image] Oct 18 21:29:52.477 INFO O| Oct 18 21:29:52.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47732024-10-18T21:29:53.777Z[ recovery-image] Oct 18 21:29:52.477 INFO O| Oct 18 21:29:52.477 INFO STEP 211 (remove_files) COMPLETE
47742024-10-18T21:29:53.777Z[ recovery-image] Oct 18 21:29:52.477 INFO O| Oct 18 21:29:52.477 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-10-18T21:29:53.833Z[ recovery-image] Oct 18 21:29:52.535 INFO O| Oct 18 21:29:52.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47762024-10-18T21:29:53.833Z[ recovery-image] Oct 18 21:29:52.535 INFO O| Oct 18 21:29:52.535 INFO STEP 212 (remove_files) COMPLETE
47772024-10-18T21:29:53.836Z[ recovery-image] Oct 18 21:29:52.535 INFO O| Oct 18 21:29:52.535 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-10-18T21:29:53.903Z[ recovery-image] Oct 18 21:29:52.604 INFO O| Oct 18 21:29:52.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47792024-10-18T21:29:53.903Z[ recovery-image] Oct 18 21:29:52.604 INFO O| Oct 18 21:29:52.604 INFO STEP 213 (remove_files) COMPLETE
47802024-10-18T21:29:53.903Z[ recovery-image] Oct 18 21:29:52.604 INFO O| Oct 18 21:29:52.604 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-10-18T21:29:53.921Z[ recovery-image] Oct 18 21:29:52.623 INFO O| Oct 18 21:29:52.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
47822024-10-18T21:29:53.921Z[ recovery-image] Oct 18 21:29:52.623 INFO O| Oct 18 21:29:52.623 INFO STEP 214 (remove_files) COMPLETE
47832024-10-18T21:29:53.921Z[ recovery-image] Oct 18 21:29:52.623 INFO O| Oct 18 21:29:52.623 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-10-18T21:29:53.952Z[ recovery-image] Oct 18 21:29:52.653 INFO O| Oct 18 21:29:52.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
47852024-10-18T21:29:53.954Z[ recovery-image] Oct 18 21:29:52.653 INFO O| Oct 18 21:29:52.653 INFO STEP 215 (remove_files) COMPLETE
47862024-10-18T21:29:53.954Z[ recovery-image] Oct 18 21:29:52.654 INFO O| Oct 18 21:29:52.654 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-10-18T21:29:54.040Z[ recovery-image] Oct 18 21:29:52.742 INFO O| Oct 18 21:29:52.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
47882024-10-18T21:29:54.043Z[ recovery-image] Oct 18 21:29:52.742 INFO O| Oct 18 21:29:52.742 INFO STEP 216 (remove_files) COMPLETE
47892024-10-18T21:29:54.043Z[ recovery-image] Oct 18 21:29:52.742 INFO O| Oct 18 21:29:52.742 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-10-18T21:29:54.057Z[ recovery-image] Oct 18 21:29:52.759 INFO O| Oct 18 21:29:52.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
47912024-10-18T21:29:54.060Z[ recovery-image] Oct 18 21:29:52.759 INFO O| Oct 18 21:29:52.759 INFO STEP 217 (remove_files) COMPLETE
47922024-10-18T21:29:54.060Z[ recovery-image] Oct 18 21:29:52.759 INFO O| Oct 18 21:29:52.759 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-10-18T21:29:54.094Z[ recovery-image] Oct 18 21:29:52.795 INFO O| Oct 18 21:29:52.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
47942024-10-18T21:29:54.096Z[ recovery-image] Oct 18 21:29:52.795 INFO O| Oct 18 21:29:52.795 INFO STEP 218 (remove_files) COMPLETE
47952024-10-18T21:29:54.096Z[ recovery-image] Oct 18 21:29:52.795 INFO O| Oct 18 21:29:52.795 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-10-18T21:29:54.119Z[ recovery-image] Oct 18 21:29:52.820 INFO O| Oct 18 21:29:52.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
47972024-10-18T21:29:54.121Z[ recovery-image] Oct 18 21:29:52.820 INFO O| Oct 18 21:29:52.820 INFO STEP 219 (remove_files) COMPLETE
47982024-10-18T21:29:54.121Z[ recovery-image] Oct 18 21:29:52.820 INFO O| Oct 18 21:29:52.820 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-10-18T21:29:54.137Z[ recovery-image] Oct 18 21:29:52.838 INFO O| Oct 18 21:29:52.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
48002024-10-18T21:29:54.137Z[ recovery-image] Oct 18 21:29:52.838 INFO O| Oct 18 21:29:52.838 INFO STEP 220 (remove_files) COMPLETE
48012024-10-18T21:29:54.137Z[ recovery-image] Oct 18 21:29:52.838 INFO O| Oct 18 21:29:52.838 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-10-18T21:29:54.207Z[ recovery-image] Oct 18 21:29:52.908 INFO O| Oct 18 21:29:52.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
48032024-10-18T21:29:54.210Z[ recovery-image] Oct 18 21:29:52.908 INFO O| Oct 18 21:29:52.908 INFO STEP 221 (remove_files) COMPLETE
48042024-10-18T21:29:54.210Z[ recovery-image] Oct 18 21:29:52.908 INFO O| Oct 18 21:29:52.908 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-10-18T21:29:54.227Z[ recovery-image] Oct 18 21:29:52.929 INFO O| Oct 18 21:29:52.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
48062024-10-18T21:29:54.227Z[ recovery-image] Oct 18 21:29:52.929 INFO O| Oct 18 21:29:52.929 INFO STEP 222 (remove_files) COMPLETE
48072024-10-18T21:29:54.227Z[ recovery-image] Oct 18 21:29:52.929 INFO O| Oct 18 21:29:52.929 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-10-18T21:29:54.246Z[ recovery-image] Oct 18 21:29:52.947 INFO O| Oct 18 21:29:52.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
48092024-10-18T21:29:54.246Z[ recovery-image] Oct 18 21:29:52.947 INFO O| Oct 18 21:29:52.947 INFO STEP 223 (remove_files) COMPLETE
48102024-10-18T21:29:54.246Z[ recovery-image] Oct 18 21:29:52.947 INFO O| Oct 18 21:29:52.947 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-10-18T21:29:54.264Z[ recovery-image] Oct 18 21:29:52.966 INFO O| Oct 18 21:29:52.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
48122024-10-18T21:29:54.265Z[ recovery-image] Oct 18 21:29:52.966 INFO O| Oct 18 21:29:52.966 INFO STEP 224 (remove_files) COMPLETE
48132024-10-18T21:29:54.268Z[ recovery-image] Oct 18 21:29:52.966 INFO O| Oct 18 21:29:52.966 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-10-18T21:29:54.299Z[ recovery-image] Oct 18 21:29:53.000 INFO O| Oct 18 21:29:53.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
48152024-10-18T21:29:54.301Z[ recovery-image] Oct 18 21:29:53.000 INFO O| Oct 18 21:29:53.000 INFO STEP 225 (remove_files) COMPLETE
48162024-10-18T21:29:54.301Z[ recovery-image] Oct 18 21:29:53.001 INFO O| Oct 18 21:29:53.000 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-10-18T21:29:54.331Z[ recovery-image] Oct 18 21:29:53.032 INFO O| Oct 18 21:29:53.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
48182024-10-18T21:29:54.331Z[ recovery-image] Oct 18 21:29:53.032 INFO O| Oct 18 21:29:53.032 INFO STEP 226 (remove_files) COMPLETE
48192024-10-18T21:29:54.333Z[ recovery-image] Oct 18 21:29:53.032 INFO O| Oct 18 21:29:53.032 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-10-18T21:29:54.350Z[ recovery-image] Oct 18 21:29:53.052 INFO O| Oct 18 21:29:53.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
48212024-10-18T21:29:54.350Z[ recovery-image] Oct 18 21:29:53.052 INFO O| Oct 18 21:29:53.052 INFO STEP 227 (remove_files) COMPLETE
48222024-10-18T21:29:54.350Z[ recovery-image] Oct 18 21:29:53.052 INFO O| Oct 18 21:29:53.052 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-10-18T21:29:54.408Z[ recovery-image] Oct 18 21:29:53.109 INFO O| Oct 18 21:29:53.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48242024-10-18T21:29:54.408Z[ recovery-image] Oct 18 21:29:53.109 INFO O| Oct 18 21:29:53.109 INFO STEP 228 (remove_files) COMPLETE
48252024-10-18T21:29:54.408Z[ recovery-image] Oct 18 21:29:53.109 INFO O| Oct 18 21:29:53.109 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-10-18T21:29:54.455Z[ recovery-image] Oct 18 21:29:53.156 INFO O| Oct 18 21:29:53.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48272024-10-18T21:29:54.455Z[ recovery-image] Oct 18 21:29:53.156 INFO O| Oct 18 21:29:53.156 INFO STEP 229 (remove_files) COMPLETE
48282024-10-18T21:29:54.457Z[ recovery-image] Oct 18 21:29:53.156 INFO O| Oct 18 21:29:53.156 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-10-18T21:29:54.502Z[ recovery-image] Oct 18 21:29:53.204 INFO O| Oct 18 21:29:53.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48302024-10-18T21:29:54.502Z[ recovery-image] Oct 18 21:29:53.204 INFO O| Oct 18 21:29:53.204 INFO STEP 230 (remove_files) COMPLETE
48312024-10-18T21:29:54.505Z[ recovery-image] Oct 18 21:29:53.204 INFO O| Oct 18 21:29:53.204 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-10-18T21:29:54.527Z[ recovery-image] Oct 18 21:29:53.228 INFO O| Oct 18 21:29:53.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48332024-10-18T21:29:54.527Z[ recovery-image] Oct 18 21:29:53.228 INFO O| Oct 18 21:29:53.228 INFO STEP 231 (remove_files) COMPLETE
48342024-10-18T21:29:54.527Z[ recovery-image] Oct 18 21:29:53.228 INFO O| Oct 18 21:29:53.228 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-10-18T21:29:54.559Z[ recovery-image] Oct 18 21:29:53.261 INFO O| Oct 18 21:29:53.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48362024-10-18T21:29:54.559Z[ recovery-image] Oct 18 21:29:53.261 INFO O| Oct 18 21:29:53.261 INFO STEP 232 (remove_files) COMPLETE
48372024-10-18T21:29:54.562Z[ recovery-image] Oct 18 21:29:53.261 INFO O| Oct 18 21:29:53.261 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-10-18T21:29:54.585Z[ recovery-image] Oct 18 21:29:53.286 INFO O| Oct 18 21:29:53.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48392024-10-18T21:29:54.587Z[ recovery-image] Oct 18 21:29:53.287 INFO O| Oct 18 21:29:53.286 INFO STEP 233 (remove_files) COMPLETE
48402024-10-18T21:29:54.587Z[ recovery-image] Oct 18 21:29:53.287 INFO O| Oct 18 21:29:53.287 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-10-18T21:29:54.607Z[ recovery-image] Oct 18 21:29:53.308 INFO O| Oct 18 21:29:53.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48422024-10-18T21:29:54.610Z[ recovery-image] Oct 18 21:29:53.309 INFO O| Oct 18 21:29:53.309 INFO STEP 234 (remove_files) COMPLETE
48432024-10-18T21:29:54.610Z[ recovery-image] Oct 18 21:29:53.309 INFO O| Oct 18 21:29:53.309 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-10-18T21:29:54.626Z[ recovery-image] Oct 18 21:29:53.328 INFO O| Oct 18 21:29:53.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48452024-10-18T21:29:54.629Z[ recovery-image] Oct 18 21:29:53.328 INFO O| Oct 18 21:29:53.328 INFO STEP 235 (remove_files) COMPLETE
48462024-10-18T21:29:54.629Z[ recovery-image] Oct 18 21:29:53.328 INFO O| Oct 18 21:29:53.328 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-10-18T21:29:54.644Z[ recovery-image] Oct 18 21:29:53.345 INFO O| Oct 18 21:29:53.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48482024-10-18T21:29:54.644Z[ recovery-image] Oct 18 21:29:53.345 INFO O| Oct 18 21:29:53.345 INFO STEP 236 (remove_files) COMPLETE
48492024-10-18T21:29:54.646Z[ recovery-image] Oct 18 21:29:53.345 INFO O| Oct 18 21:29:53.345 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-10-18T21:29:54.671Z[ recovery-image] Oct 18 21:29:53.372 INFO O| Oct 18 21:29:53.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48512024-10-18T21:29:54.673Z[ recovery-image] Oct 18 21:29:53.373 INFO O| Oct 18 21:29:53.372 INFO STEP 237 (remove_files) COMPLETE
48522024-10-18T21:29:54.673Z[ recovery-image] Oct 18 21:29:53.373 INFO O| Oct 18 21:29:53.373 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-10-18T21:29:54.690Z[ recovery-image] Oct 18 21:29:53.392 INFO O| Oct 18 21:29:53.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48542024-10-18T21:29:54.690Z[ recovery-image] Oct 18 21:29:53.392 INFO O| Oct 18 21:29:53.392 INFO STEP 238 (remove_files) COMPLETE
48552024-10-18T21:29:54.693Z[ recovery-image] Oct 18 21:29:53.392 INFO O| Oct 18 21:29:53.392 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-10-18T21:29:54.709Z[ recovery-image] Oct 18 21:29:53.410 INFO O| Oct 18 21:29:53.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48572024-10-18T21:29:54.709Z[ recovery-image] Oct 18 21:29:53.410 INFO O| Oct 18 21:29:53.410 INFO STEP 239 (remove_files) COMPLETE
48582024-10-18T21:29:54.711Z[ recovery-image] Oct 18 21:29:53.410 INFO O| Oct 18 21:29:53.410 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-10-18T21:29:54.728Z[ recovery-image] Oct 18 21:29:53.429 INFO O| Oct 18 21:29:53.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48602024-10-18T21:29:54.730Z[ recovery-image] Oct 18 21:29:53.429 INFO O| Oct 18 21:29:53.429 INFO STEP 240 (remove_files) COMPLETE
48612024-10-18T21:29:54.730Z[ recovery-image] Oct 18 21:29:53.429 INFO O| Oct 18 21:29:53.429 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-10-18T21:29:54.747Z[ recovery-image] Oct 18 21:29:53.448 INFO O| Oct 18 21:29:53.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48632024-10-18T21:29:54.749Z[ recovery-image] Oct 18 21:29:53.448 INFO O| Oct 18 21:29:53.448 INFO STEP 241 (remove_files) COMPLETE
48642024-10-18T21:29:54.749Z[ recovery-image] Oct 18 21:29:53.448 INFO O| Oct 18 21:29:53.448 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-10-18T21:29:54.766Z[ recovery-image] Oct 18 21:29:53.467 INFO O| Oct 18 21:29:53.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48662024-10-18T21:29:54.766Z[ recovery-image] Oct 18 21:29:53.467 INFO O| Oct 18 21:29:53.467 INFO STEP 242 (remove_files) COMPLETE
48672024-10-18T21:29:54.766Z[ recovery-image] Oct 18 21:29:53.467 INFO O| Oct 18 21:29:53.467 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-10-18T21:29:54.786Z[ recovery-image] Oct 18 21:29:53.487 INFO O| Oct 18 21:29:53.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48692024-10-18T21:29:54.786Z[ recovery-image] Oct 18 21:29:53.487 INFO O| Oct 18 21:29:53.487 INFO STEP 243 (remove_files) COMPLETE
48702024-10-18T21:29:54.786Z[ recovery-image] Oct 18 21:29:53.487 INFO O| Oct 18 21:29:53.487 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-10-18T21:29:54.805Z[ recovery-image] Oct 18 21:29:53.506 INFO O| Oct 18 21:29:53.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48722024-10-18T21:29:54.805Z[ recovery-image] Oct 18 21:29:53.506 INFO O| Oct 18 21:29:53.506 INFO STEP 244 (remove_files) COMPLETE
48732024-10-18T21:29:54.805Z[ recovery-image] Oct 18 21:29:53.506 INFO O| Oct 18 21:29:53.506 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-10-18T21:29:54.824Z[ recovery-image] Oct 18 21:29:53.525 INFO O| Oct 18 21:29:53.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48752024-10-18T21:29:54.824Z[ recovery-image] Oct 18 21:29:53.525 INFO O| Oct 18 21:29:53.525 INFO STEP 245 (remove_files) COMPLETE
48762024-10-18T21:29:54.824Z[ recovery-image] Oct 18 21:29:53.525 INFO O| Oct 18 21:29:53.525 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-10-18T21:29:54.844Z[ recovery-image] Oct 18 21:29:53.545 INFO O| Oct 18 21:29:53.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48782024-10-18T21:29:54.844Z[ recovery-image] Oct 18 21:29:53.545 INFO O| Oct 18 21:29:53.545 INFO STEP 246 (remove_files) COMPLETE
48792024-10-18T21:29:54.846Z[ recovery-image] Oct 18 21:29:53.545 INFO O| Oct 18 21:29:53.545 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-10-18T21:29:54.884Z[ recovery-image] Oct 18 21:29:53.586 INFO O| Oct 18 21:29:53.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
48812024-10-18T21:29:54.885Z[ recovery-image] Oct 18 21:29:53.586 INFO O| Oct 18 21:29:53.586 INFO STEP 247 (remove_files) COMPLETE
48822024-10-18T21:29:54.887Z[ recovery-image] Oct 18 21:29:53.586 INFO O| Oct 18 21:29:53.586 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-10-18T21:29:54.916Z[ recovery-image] Oct 18 21:29:53.618 INFO O| Oct 18 21:29:53.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
48842024-10-18T21:29:54.916Z[ recovery-image] Oct 18 21:29:53.618 INFO O| Oct 18 21:29:53.618 INFO STEP 248 (remove_files) COMPLETE
48852024-10-18T21:29:54.919Z[ recovery-image] Oct 18 21:29:53.618 INFO O| Oct 18 21:29:53.618 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-10-18T21:29:54.943Z[ recovery-image] Oct 18 21:29:53.644 INFO O| Oct 18 21:29:53.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
48872024-10-18T21:29:54.943Z[ recovery-image] Oct 18 21:29:53.644 INFO O| Oct 18 21:29:53.644 INFO STEP 249 (remove_files) COMPLETE
48882024-10-18T21:29:54.943Z[ recovery-image] Oct 18 21:29:53.644 INFO O| Oct 18 21:29:53.644 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-10-18T21:29:54.985Z[ recovery-image] Oct 18 21:29:53.686 INFO O| Oct 18 21:29:53.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
48902024-10-18T21:29:54.985Z[ recovery-image] Oct 18 21:29:53.686 INFO O| Oct 18 21:29:53.686 INFO STEP 250 (remove_files) COMPLETE
48912024-10-18T21:29:54.985Z[ recovery-image] Oct 18 21:29:53.686 INFO O| Oct 18 21:29:53.686 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-10-18T21:29:55.006Z[ recovery-image] Oct 18 21:29:53.707 INFO O| Oct 18 21:29:53.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
48932024-10-18T21:29:55.006Z[ recovery-image] Oct 18 21:29:53.707 INFO O| Oct 18 21:29:53.707 INFO STEP 251 (remove_files) COMPLETE
48942024-10-18T21:29:55.006Z[ recovery-image] Oct 18 21:29:53.707 INFO O| Oct 18 21:29:53.707 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-10-18T21:29:55.026Z[ recovery-image] Oct 18 21:29:53.727 INFO O| Oct 18 21:29:53.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
48962024-10-18T21:29:55.026Z[ recovery-image] Oct 18 21:29:53.727 INFO O| Oct 18 21:29:53.727 INFO STEP 252 (remove_files) COMPLETE
48972024-10-18T21:29:55.028Z[ recovery-image] Oct 18 21:29:53.727 INFO O| Oct 18 21:29:53.727 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-10-18T21:29:55.045Z[ recovery-image] Oct 18 21:29:53.746 INFO O| Oct 18 21:29:53.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
48992024-10-18T21:29:55.045Z[ recovery-image] Oct 18 21:29:53.746 INFO O| Oct 18 21:29:53.746 INFO STEP 253 (remove_files) COMPLETE
49002024-10-18T21:29:55.045Z[ recovery-image] Oct 18 21:29:53.746 INFO O| Oct 18 21:29:53.746 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-10-18T21:29:55.066Z[ recovery-image] Oct 18 21:29:53.767 INFO O| Oct 18 21:29:53.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
49022024-10-18T21:29:55.066Z[ recovery-image] Oct 18 21:29:53.767 INFO O| Oct 18 21:29:53.767 INFO STEP 254 (remove_files) COMPLETE
49032024-10-18T21:29:55.068Z[ recovery-image] Oct 18 21:29:53.767 INFO O| Oct 18 21:29:53.767 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-10-18T21:29:55.100Z[ recovery-image] Oct 18 21:29:53.802 INFO O| Oct 18 21:29:53.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
49052024-10-18T21:29:55.100Z[ recovery-image] Oct 18 21:29:53.802 INFO O| Oct 18 21:29:53.802 INFO STEP 255 (remove_files) COMPLETE
49062024-10-18T21:29:55.100Z[ recovery-image] Oct 18 21:29:53.802 INFO O| Oct 18 21:29:53.802 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-10-18T21:29:55.120Z[ recovery-image] Oct 18 21:29:53.821 INFO O| Oct 18 21:29:53.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
49082024-10-18T21:29:55.120Z[ recovery-image] Oct 18 21:29:53.821 INFO O| Oct 18 21:29:53.821 INFO STEP 256 (remove_files) COMPLETE
49092024-10-18T21:29:55.120Z[ recovery-image] Oct 18 21:29:53.821 INFO O| Oct 18 21:29:53.821 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-10-18T21:29:55.163Z[ recovery-image] Oct 18 21:29:53.864 INFO O| Oct 18 21:29:53.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
49112024-10-18T21:29:55.163Z[ recovery-image] Oct 18 21:29:53.864 INFO O| Oct 18 21:29:53.864 INFO STEP 257 (remove_files) COMPLETE
49122024-10-18T21:29:55.163Z[ recovery-image] Oct 18 21:29:53.864 INFO O| Oct 18 21:29:53.864 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-10-18T21:29:55.190Z[ recovery-image] Oct 18 21:29:53.891 INFO O| Oct 18 21:29:53.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
49142024-10-18T21:29:55.190Z[ recovery-image] Oct 18 21:29:53.891 INFO O| Oct 18 21:29:53.891 INFO STEP 258 (remove_files) COMPLETE
49152024-10-18T21:29:55.190Z[ recovery-image] Oct 18 21:29:53.891 INFO O| Oct 18 21:29:53.891 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-10-18T21:29:55.210Z[ recovery-image] Oct 18 21:29:53.911 INFO O| Oct 18 21:29:53.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
49172024-10-18T21:29:55.210Z[ recovery-image] Oct 18 21:29:53.911 INFO O| Oct 18 21:29:53.911 INFO STEP 259 (remove_files) COMPLETE
49182024-10-18T21:29:55.210Z[ recovery-image] Oct 18 21:29:53.911 INFO O| Oct 18 21:29:53.911 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-10-18T21:29:55.230Z[ recovery-image] Oct 18 21:29:53.931 INFO O| Oct 18 21:29:53.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
49202024-10-18T21:29:55.230Z[ recovery-image] Oct 18 21:29:53.931 INFO O| Oct 18 21:29:53.931 INFO STEP 260 (remove_files) COMPLETE
49212024-10-18T21:29:55.230Z[ recovery-image] Oct 18 21:29:53.931 INFO O| Oct 18 21:29:53.931 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-10-18T21:29:55.289Z[ recovery-image] Oct 18 21:29:53.990 INFO O| Oct 18 21:29:53.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
49232024-10-18T21:29:55.289Z[ recovery-image] Oct 18 21:29:53.990 INFO O| Oct 18 21:29:53.990 INFO STEP 261 (remove_files) COMPLETE
49242024-10-18T21:29:55.291Z[ recovery-image] Oct 18 21:29:53.990 INFO O| Oct 18 21:29:53.990 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-10-18T21:29:55.322Z[ recovery-image] Oct 18 21:29:54.023 INFO O| Oct 18 21:29:54.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49262024-10-18T21:29:55.322Z[ recovery-image] Oct 18 21:29:54.023 INFO O| Oct 18 21:29:54.023 INFO STEP 262 (remove_files) COMPLETE
49272024-10-18T21:29:55.322Z[ recovery-image] Oct 18 21:29:54.023 INFO O| Oct 18 21:29:54.023 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-10-18T21:29:55.347Z[ recovery-image] Oct 18 21:29:54.048 INFO O| Oct 18 21:29:54.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49292024-10-18T21:29:55.349Z[ recovery-image] Oct 18 21:29:54.048 INFO O| Oct 18 21:29:54.048 INFO STEP 263 (remove_files) COMPLETE
49302024-10-18T21:29:55.349Z[ recovery-image] Oct 18 21:29:54.049 INFO O| Oct 18 21:29:54.049 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-10-18T21:29:55.368Z[ recovery-image] Oct 18 21:29:54.070 INFO O| Oct 18 21:29:54.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49322024-10-18T21:29:55.371Z[ recovery-image] Oct 18 21:29:54.070 INFO O| Oct 18 21:29:54.070 INFO STEP 264 (remove_files) COMPLETE
49332024-10-18T21:29:55.371Z[ recovery-image] Oct 18 21:29:54.070 INFO O| Oct 18 21:29:54.070 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-10-18T21:29:55.389Z[ recovery-image] Oct 18 21:29:54.090 INFO O| Oct 18 21:29:54.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49352024-10-18T21:29:55.389Z[ recovery-image] Oct 18 21:29:54.091 INFO O| Oct 18 21:29:54.091 INFO STEP 265 (remove_files) COMPLETE
49362024-10-18T21:29:55.392Z[ recovery-image] Oct 18 21:29:54.091 INFO O| Oct 18 21:29:54.091 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-10-18T21:29:55.412Z[ recovery-image] Oct 18 21:29:54.114 INFO O| Oct 18 21:29:54.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49382024-10-18T21:29:55.415Z[ recovery-image] Oct 18 21:29:54.114 INFO O| Oct 18 21:29:54.114 INFO STEP 266 (remove_files) COMPLETE
49392024-10-18T21:29:55.415Z[ recovery-image] Oct 18 21:29:54.114 INFO O| Oct 18 21:29:54.114 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-10-18T21:29:55.441Z[ recovery-image] Oct 18 21:29:54.142 INFO O| Oct 18 21:29:54.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49412024-10-18T21:29:55.441Z[ recovery-image] Oct 18 21:29:54.142 INFO O| Oct 18 21:29:54.142 INFO STEP 267 (remove_files) COMPLETE
49422024-10-18T21:29:55.443Z[ recovery-image] Oct 18 21:29:54.142 INFO O| Oct 18 21:29:54.142 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-10-18T21:29:55.463Z[ recovery-image] Oct 18 21:29:54.165 INFO O| Oct 18 21:29:54.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49442024-10-18T21:29:55.464Z[ recovery-image] Oct 18 21:29:54.165 INFO O| Oct 18 21:29:54.165 INFO STEP 268 (remove_files) COMPLETE
49452024-10-18T21:29:55.464Z[ recovery-image] Oct 18 21:29:54.165 INFO O| Oct 18 21:29:54.165 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-10-18T21:29:55.502Z[ recovery-image] Oct 18 21:29:54.203 INFO O| Oct 18 21:29:54.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49472024-10-18T21:29:55.504Z[ recovery-image] Oct 18 21:29:54.203 INFO O| Oct 18 21:29:54.203 INFO STEP 269 (remove_files) COMPLETE
49482024-10-18T21:29:55.504Z[ recovery-image] Oct 18 21:29:54.203 INFO O| Oct 18 21:29:54.203 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-10-18T21:29:55.523Z[ recovery-image] Oct 18 21:29:54.225 INFO O| Oct 18 21:29:54.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49502024-10-18T21:29:55.523Z[ recovery-image] Oct 18 21:29:54.225 INFO O| Oct 18 21:29:54.225 INFO STEP 270 (remove_files) COMPLETE
49512024-10-18T21:29:55.523Z[ recovery-image] Oct 18 21:29:54.225 INFO O| Oct 18 21:29:54.225 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-10-18T21:29:55.555Z[ recovery-image] Oct 18 21:29:54.256 INFO O| Oct 18 21:29:54.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49532024-10-18T21:29:55.557Z[ recovery-image] Oct 18 21:29:54.257 INFO O| Oct 18 21:29:54.256 INFO STEP 271 (remove_files) COMPLETE
49542024-10-18T21:29:55.557Z[ recovery-image] Oct 18 21:29:54.257 INFO O| Oct 18 21:29:54.256 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-10-18T21:29:55.575Z[ recovery-image] Oct 18 21:29:54.276 INFO O| Oct 18 21:29:54.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49562024-10-18T21:29:55.577Z[ recovery-image] Oct 18 21:29:54.277 INFO O| Oct 18 21:29:54.276 INFO STEP 272 (remove_files) COMPLETE
49572024-10-18T21:29:55.577Z[ recovery-image] Oct 18 21:29:54.277 INFO O| Oct 18 21:29:54.277 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-10-18T21:29:55.593Z[ recovery-image] Oct 18 21:29:54.295 INFO O| Oct 18 21:29:54.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49592024-10-18T21:29:55.596Z[ recovery-image] Oct 18 21:29:54.295 INFO O| Oct 18 21:29:54.295 INFO STEP 273 (remove_files) COMPLETE
49602024-10-18T21:29:55.596Z[ recovery-image] Oct 18 21:29:54.295 INFO O| Oct 18 21:29:54.295 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-10-18T21:29:55.662Z[ recovery-image] Oct 18 21:29:54.363 INFO O| Oct 18 21:29:54.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49622024-10-18T21:29:55.664Z[ recovery-image] Oct 18 21:29:54.363 INFO O| Oct 18 21:29:54.363 INFO STEP 274 (remove_files) COMPLETE
49632024-10-18T21:29:55.664Z[ recovery-image] Oct 18 21:29:54.363 INFO O| Oct 18 21:29:54.363 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-10-18T21:29:55.683Z[ recovery-image] Oct 18 21:29:54.384 INFO O| Oct 18 21:29:54.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49652024-10-18T21:29:55.683Z[ recovery-image] Oct 18 21:29:54.384 INFO O| Oct 18 21:29:54.384 INFO STEP 275 (remove_files) COMPLETE
49662024-10-18T21:29:55.683Z[ recovery-image] Oct 18 21:29:54.384 INFO O| Oct 18 21:29:54.384 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-10-18T21:29:55.723Z[ recovery-image] Oct 18 21:29:54.424 INFO O| Oct 18 21:29:54.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49682024-10-18T21:29:55.723Z[ recovery-image] Oct 18 21:29:54.424 INFO O| Oct 18 21:29:54.424 INFO STEP 276 (remove_files) COMPLETE
49692024-10-18T21:29:55.723Z[ recovery-image] Oct 18 21:29:54.424 INFO O| Oct 18 21:29:54.424 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-10-18T21:29:55.742Z[ recovery-image] Oct 18 21:29:54.444 INFO O| Oct 18 21:29:54.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49712024-10-18T21:29:55.743Z[ recovery-image] Oct 18 21:29:54.444 INFO O| Oct 18 21:29:54.444 INFO STEP 277 (remove_files) COMPLETE
49722024-10-18T21:29:55.743Z[ recovery-image] Oct 18 21:29:54.444 INFO O| Oct 18 21:29:54.444 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-10-18T21:29:55.775Z[ recovery-image] Oct 18 21:29:54.476 INFO O| Oct 18 21:29:54.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49742024-10-18T21:29:55.778Z[ recovery-image] Oct 18 21:29:54.477 INFO O| Oct 18 21:29:54.477 INFO STEP 278 (remove_files) COMPLETE
49752024-10-18T21:29:55.778Z[ recovery-image] Oct 18 21:29:54.477 INFO O| Oct 18 21:29:54.477 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-10-18T21:29:55.854Z[ recovery-image] Oct 18 21:29:54.555 INFO O| Oct 18 21:29:54.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49772024-10-18T21:29:55.854Z[ recovery-image] Oct 18 21:29:54.555 INFO O| Oct 18 21:29:54.555 INFO STEP 279 (remove_files) COMPLETE
49782024-10-18T21:29:55.854Z[ recovery-image] Oct 18 21:29:54.555 INFO O| Oct 18 21:29:54.555 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-10-18T21:29:55.874Z[ recovery-image] Oct 18 21:29:54.576 INFO O| Oct 18 21:29:54.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
49802024-10-18T21:29:55.875Z[ recovery-image] Oct 18 21:29:54.576 INFO O| Oct 18 21:29:54.576 INFO STEP 280 (remove_files) COMPLETE
49812024-10-18T21:29:55.877Z[ recovery-image] Oct 18 21:29:54.576 INFO O| Oct 18 21:29:54.576 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-10-18T21:29:55.915Z[ recovery-image] Oct 18 21:29:54.616 INFO O| Oct 18 21:29:54.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
49832024-10-18T21:29:55.915Z[ recovery-image] Oct 18 21:29:54.616 INFO O| Oct 18 21:29:54.616 INFO STEP 281 (remove_files) COMPLETE
49842024-10-18T21:29:55.915Z[ recovery-image] Oct 18 21:29:54.616 INFO O| Oct 18 21:29:54.616 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-10-18T21:29:55.932Z[ recovery-image] Oct 18 21:29:54.633 INFO O| Oct 18 21:29:54.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
49862024-10-18T21:29:55.932Z[ recovery-image] Oct 18 21:29:54.633 INFO O| Oct 18 21:29:54.633 INFO STEP 282 (remove_files) COMPLETE
49872024-10-18T21:29:55.932Z[ recovery-image] Oct 18 21:29:54.633 INFO O| Oct 18 21:29:54.633 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-10-18T21:29:55.965Z[ recovery-image] Oct 18 21:29:54.666 INFO O| Oct 18 21:29:54.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
49892024-10-18T21:29:55.965Z[ recovery-image] Oct 18 21:29:54.666 INFO O| Oct 18 21:29:54.666 INFO STEP 283 (remove_files) COMPLETE
49902024-10-18T21:29:55.965Z[ recovery-image] Oct 18 21:29:54.666 INFO O| Oct 18 21:29:54.666 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-10-18T21:29:56.006Z[ recovery-image] Oct 18 21:29:54.707 INFO O| Oct 18 21:29:54.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
49922024-10-18T21:29:56.006Z[ recovery-image] Oct 18 21:29:54.707 INFO O| Oct 18 21:29:54.707 INFO STEP 284 (remove_files) COMPLETE
49932024-10-18T21:29:56.006Z[ recovery-image] Oct 18 21:29:54.707 INFO O| Oct 18 21:29:54.707 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-10-18T21:29:56.025Z[ host-image] Oct 18 21:29:54.726 INFO O| Oct 18 21:29:54.726 INFO O| Done
49952024-10-18T21:29:56.044Z[ recovery-image] Oct 18 21:29:54.745 INFO O| Oct 18 21:29:54.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
49962024-10-18T21:29:56.044Z[ recovery-image] Oct 18 21:29:54.745 INFO O| Oct 18 21:29:54.745 INFO STEP 285 (remove_files) COMPLETE
49972024-10-18T21:29:56.047Z[ recovery-image] Oct 18 21:29:54.745 INFO O| Oct 18 21:29:54.745 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-10-18T21:29:56.071Z[ recovery-image] Oct 18 21:29:54.771 INFO O| Oct 18 21:29:54.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
49992024-10-18T21:29:56.071Z[ recovery-image] Oct 18 21:29:54.771 INFO O| Oct 18 21:29:54.771 INFO STEP 286 (remove_files) COMPLETE
50002024-10-18T21:29:56.071Z[ recovery-image] Oct 18 21:29:54.771 INFO O| Oct 18 21:29:54.771 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-10-18T21:29:56.076Z[ host-image] Oct 18 21:29:54.777 INFO O| Oct 18 21:29:54.777 INFO O| Done
50022024-10-18T21:29:56.078Z[ host-image] Oct 18 21:29:54.778 INFO O| Oct 18 21:29:54.778 INFO O| Done
50032024-10-18T21:29:56.103Z[ host-image] Oct 18 21:29:54.805 INFO O| Oct 18 21:29:54.805 INFO O| Done
50042024-10-18T21:29:56.108Z[ recovery-image] Oct 18 21:29:54.809 INFO O| Oct 18 21:29:54.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
50052024-10-18T21:29:56.128Z[ recovery-image] Oct 18 21:29:54.829 INFO O| Oct 18 21:29:54.829 INFO STEP 287 (remove_files) COMPLETE
50062024-10-18T21:29:56.128Z[ recovery-image] Oct 18 21:29:54.829 INFO O| Oct 18 21:29:54.829 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-10-18T21:29:56.163Z[ recovery-image] Oct 18 21:29:54.864 INFO O| Oct 18 21:29:54.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
50082024-10-18T21:29:56.163Z[ recovery-image] Oct 18 21:29:54.864 INFO O| Oct 18 21:29:54.864 INFO STEP 288 (remove_files) COMPLETE
50092024-10-18T21:29:56.164Z[ recovery-image] Oct 18 21:29:54.864 INFO O| Oct 18 21:29:54.864 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-10-18T21:29:56.211Z[ recovery-image] Oct 18 21:29:54.913 INFO O| Oct 18 21:29:54.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
50112024-10-18T21:29:56.211Z[ recovery-image] Oct 18 21:29:54.913 INFO O| Oct 18 21:29:54.913 INFO STEP 289 (remove_files) COMPLETE
50122024-10-18T21:29:56.214Z[ recovery-image] Oct 18 21:29:54.913 INFO O| Oct 18 21:29:54.913 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-10-18T21:29:56.231Z[ recovery-image] Oct 18 21:29:54.932 INFO O| Oct 18 21:29:54.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
50142024-10-18T21:29:56.233Z[ recovery-image] Oct 18 21:29:54.932 INFO O| Oct 18 21:29:54.932 INFO STEP 290 (remove_files) COMPLETE
50152024-10-18T21:29:56.233Z[ recovery-image] Oct 18 21:29:54.932 INFO O| Oct 18 21:29:54.932 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-10-18T21:29:56.251Z[ recovery-image] Oct 18 21:29:54.952 INFO O| Oct 18 21:29:54.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
50172024-10-18T21:29:56.251Z[ recovery-image] Oct 18 21:29:54.952 INFO O| Oct 18 21:29:54.952 INFO STEP 291 (remove_files) COMPLETE
50182024-10-18T21:29:56.251Z[ recovery-image] Oct 18 21:29:54.952 INFO O| Oct 18 21:29:54.952 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-10-18T21:29:56.263Z[ host-image] Oct 18 21:29:54.964 INFO O| Oct 18 21:29:54.964 INFO STEP 12 (pkg_install) COMPLETE
50202024-10-18T21:29:56.263Z[ host-image] Oct 18 21:29:54.964 INFO O| Oct 18 21:29:54.964 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
50212024-10-18T21:29:56.278Z[ host-image] Oct 18 21:29:54.980 INFO O| Oct 18 21:29:54.979 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
50222024-10-18T21:29:56.431Z[ recovery-image] Oct 18 21:29:55.132 INFO O| Oct 18 21:29:55.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
50232024-10-18T21:29:56.431Z[ recovery-image] Oct 18 21:29:55.132 INFO O| Oct 18 21:29:55.132 INFO STEP 292 (remove_files) COMPLETE
50242024-10-18T21:29:56.431Z[ recovery-image] Oct 18 21:29:55.132 INFO O| Oct 18 21:29:55.132 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-10-18T21:29:56.538Z[ recovery-image] Oct 18 21:29:55.238 INFO O| Oct 18 21:29:55.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
50262024-10-18T21:29:56.538Z[ recovery-image] Oct 18 21:29:55.238 INFO O| Oct 18 21:29:55.238 INFO STEP 293 (remove_files) COMPLETE
50272024-10-18T21:29:56.540Z[ recovery-image] Oct 18 21:29:55.239 INFO O| Oct 18 21:29:55.238 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-10-18T21:29:56.573Z[ recovery-image] Oct 18 21:29:55.274 INFO O| Oct 18 21:29:55.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
50292024-10-18T21:29:56.573Z[ recovery-image] Oct 18 21:29:55.274 INFO O| Oct 18 21:29:55.274 INFO STEP 294 (remove_files) COMPLETE
50302024-10-18T21:29:56.573Z[ recovery-image] Oct 18 21:29:55.274 INFO O| Oct 18 21:29:55.274 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-10-18T21:29:56.599Z[ recovery-image] Oct 18 21:29:55.300 INFO O| Oct 18 21:29:55.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50322024-10-18T21:29:56.599Z[ recovery-image] Oct 18 21:29:55.300 INFO O| Oct 18 21:29:55.300 INFO STEP 295 (remove_files) COMPLETE
50332024-10-18T21:29:56.599Z[ recovery-image] Oct 18 21:29:55.300 INFO O| Oct 18 21:29:55.300 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-10-18T21:29:56.621Z[ recovery-image] Oct 18 21:29:55.322 INFO O| Oct 18 21:29:55.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50352024-10-18T21:29:56.621Z[ recovery-image] Oct 18 21:29:55.323 INFO O| Oct 18 21:29:55.323 INFO STEP 296 (remove_files) COMPLETE
50362024-10-18T21:29:56.624Z[ recovery-image] Oct 18 21:29:55.323 INFO O| Oct 18 21:29:55.323 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-10-18T21:29:56.642Z[ recovery-image] Oct 18 21:29:55.343 INFO O| Oct 18 21:29:55.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50382024-10-18T21:29:56.642Z[ recovery-image] Oct 18 21:29:55.343 INFO O| Oct 18 21:29:55.343 INFO STEP 297 (remove_files) COMPLETE
50392024-10-18T21:29:56.642Z[ recovery-image] Oct 18 21:29:55.344 INFO O| Oct 18 21:29:55.343 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-10-18T21:29:56.661Z[ recovery-image] Oct 18 21:29:55.362 INFO O| Oct 18 21:29:55.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50412024-10-18T21:29:56.661Z[ recovery-image] Oct 18 21:29:55.362 INFO O| Oct 18 21:29:55.362 INFO STEP 298 (remove_files) COMPLETE
50422024-10-18T21:29:56.661Z[ recovery-image] Oct 18 21:29:55.362 INFO O| Oct 18 21:29:55.362 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-10-18T21:29:56.802Z[ recovery-image] Oct 18 21:29:55.503 INFO O| Oct 18 21:29:55.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50442024-10-18T21:29:56.802Z[ recovery-image] Oct 18 21:29:55.503 INFO O| Oct 18 21:29:55.503 INFO STEP 299 (remove_files) COMPLETE
50452024-10-18T21:29:56.802Z[ recovery-image] Oct 18 21:29:55.503 INFO O| Oct 18 21:29:55.503 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-10-18T21:29:56.821Z[ recovery-image] Oct 18 21:29:55.522 INFO O| Oct 18 21:29:55.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50472024-10-18T21:29:56.821Z[ recovery-image] Oct 18 21:29:55.522 INFO O| Oct 18 21:29:55.522 INFO STEP 300 (remove_files) COMPLETE
50482024-10-18T21:29:56.821Z[ recovery-image] Oct 18 21:29:55.522 INFO O| Oct 18 21:29:55.522 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-10-18T21:29:56.839Z[ recovery-image] Oct 18 21:29:55.540 INFO O| Oct 18 21:29:55.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50502024-10-18T21:29:56.839Z[ recovery-image] Oct 18 21:29:55.540 INFO O| Oct 18 21:29:55.540 INFO STEP 301 (remove_files) COMPLETE
50512024-10-18T21:29:56.842Z[ recovery-image] Oct 18 21:29:55.540 INFO O| Oct 18 21:29:55.540 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-10-18T21:29:56.857Z[ recovery-image] Oct 18 21:29:55.558 INFO O| Oct 18 21:29:55.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50532024-10-18T21:29:56.857Z[ recovery-image] Oct 18 21:29:55.558 INFO O| Oct 18 21:29:55.558 INFO STEP 302 (remove_files) COMPLETE
50542024-10-18T21:29:56.857Z[ recovery-image] Oct 18 21:29:55.558 INFO O| Oct 18 21:29:55.558 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-10-18T21:29:56.874Z[ recovery-image] Oct 18 21:29:55.575 INFO O| Oct 18 21:29:55.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50562024-10-18T21:29:56.874Z[ recovery-image] Oct 18 21:29:55.575 INFO O| Oct 18 21:29:55.575 INFO STEP 303 (remove_files) COMPLETE
50572024-10-18T21:29:56.874Z[ recovery-image] Oct 18 21:29:55.575 INFO O| Oct 18 21:29:55.575 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-10-18T21:29:56.891Z[ recovery-image] Oct 18 21:29:55.593 INFO O| Oct 18 21:29:55.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50592024-10-18T21:29:56.891Z[ recovery-image] Oct 18 21:29:55.593 INFO O| Oct 18 21:29:55.593 INFO STEP 304 (remove_files) COMPLETE
50602024-10-18T21:29:56.891Z[ recovery-image] Oct 18 21:29:55.593 INFO O| Oct 18 21:29:55.593 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-10-18T21:29:56.929Z[ recovery-image] Oct 18 21:29:55.630 INFO O| Oct 18 21:29:55.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50622024-10-18T21:29:56.929Z[ recovery-image] Oct 18 21:29:55.630 INFO O| Oct 18 21:29:55.630 INFO STEP 305 (remove_files) COMPLETE
50632024-10-18T21:29:56.929Z[ recovery-image] Oct 18 21:29:55.630 INFO O| Oct 18 21:29:55.630 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-10-18T21:29:56.965Z[ recovery-image] Oct 18 21:29:55.666 INFO O| Oct 18 21:29:55.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50652024-10-18T21:29:56.965Z[ recovery-image] Oct 18 21:29:55.666 INFO O| Oct 18 21:29:55.666 INFO STEP 306 (remove_files) COMPLETE
50662024-10-18T21:29:56.967Z[ recovery-image] Oct 18 21:29:55.666 INFO O| Oct 18 21:29:55.666 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-10-18T21:29:56.985Z[ recovery-image] Oct 18 21:29:55.686 INFO O| Oct 18 21:29:55.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50682024-10-18T21:29:56.985Z[ recovery-image] Oct 18 21:29:55.686 INFO O| Oct 18 21:29:55.686 INFO STEP 307 (remove_files) COMPLETE
50692024-10-18T21:29:56.985Z[ recovery-image] Oct 18 21:29:55.686 INFO O| Oct 18 21:29:55.686 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-10-18T21:29:57.004Z[ recovery-image] Oct 18 21:29:55.705 INFO O| Oct 18 21:29:55.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50712024-10-18T21:29:57.004Z[ recovery-image] Oct 18 21:29:55.705 INFO O| Oct 18 21:29:55.705 INFO STEP 308 (remove_files) COMPLETE
50722024-10-18T21:29:57.004Z[ recovery-image] Oct 18 21:29:55.705 INFO O| Oct 18 21:29:55.705 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-10-18T21:29:57.025Z[ recovery-image] Oct 18 21:29:55.726 INFO O| Oct 18 21:29:55.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50742024-10-18T21:29:57.025Z[ recovery-image] Oct 18 21:29:55.726 INFO O| Oct 18 21:29:55.726 INFO STEP 309 (remove_files) COMPLETE
50752024-10-18T21:29:57.025Z[ recovery-image] Oct 18 21:29:55.726 INFO O| Oct 18 21:29:55.726 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-10-18T21:29:57.046Z[ recovery-image] Oct 18 21:29:55.748 INFO O| Oct 18 21:29:55.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50772024-10-18T21:29:57.046Z[ recovery-image] Oct 18 21:29:55.748 INFO O| Oct 18 21:29:55.748 INFO STEP 310 (remove_files) COMPLETE
50782024-10-18T21:29:57.046Z[ recovery-image] Oct 18 21:29:55.748 INFO O| Oct 18 21:29:55.748 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-10-18T21:29:57.066Z[ recovery-image] Oct 18 21:29:55.768 INFO O| Oct 18 21:29:55.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50802024-10-18T21:29:57.066Z[ recovery-image] Oct 18 21:29:55.768 INFO O| Oct 18 21:29:55.768 INFO STEP 311 (remove_files) COMPLETE
50812024-10-18T21:29:57.066Z[ recovery-image] Oct 18 21:29:55.768 INFO O| Oct 18 21:29:55.768 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-10-18T21:29:57.090Z[ recovery-image] Oct 18 21:29:55.791 INFO O| Oct 18 21:29:55.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50832024-10-18T21:29:57.090Z[ recovery-image] Oct 18 21:29:55.791 INFO O| Oct 18 21:29:55.791 INFO STEP 312 (remove_files) COMPLETE
50842024-10-18T21:29:57.092Z[ recovery-image] Oct 18 21:29:55.791 INFO O| Oct 18 21:29:55.791 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-10-18T21:29:57.113Z[ recovery-image] Oct 18 21:29:55.814 INFO O| Oct 18 21:29:55.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
50862024-10-18T21:29:57.113Z[ recovery-image] Oct 18 21:29:55.814 INFO O| Oct 18 21:29:55.814 INFO STEP 313 (remove_files) COMPLETE
50872024-10-18T21:29:57.113Z[ recovery-image] Oct 18 21:29:55.814 INFO O| Oct 18 21:29:55.814 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-10-18T21:29:57.137Z[ recovery-image] Oct 18 21:29:55.838 INFO O| Oct 18 21:29:55.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
50892024-10-18T21:29:57.137Z[ recovery-image] Oct 18 21:29:55.838 INFO O| Oct 18 21:29:55.838 INFO STEP 314 (remove_files) COMPLETE
50902024-10-18T21:29:57.137Z[ recovery-image] Oct 18 21:29:55.838 INFO O| Oct 18 21:29:55.838 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-10-18T21:29:57.169Z[ recovery-image] Oct 18 21:29:55.870 INFO O| Oct 18 21:29:55.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
50922024-10-18T21:29:57.169Z[ recovery-image] Oct 18 21:29:55.870 INFO O| Oct 18 21:29:55.870 INFO STEP 315 (remove_files) COMPLETE
50932024-10-18T21:29:57.171Z[ recovery-image] Oct 18 21:29:55.870 INFO O| Oct 18 21:29:55.870 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-10-18T21:29:57.203Z[ recovery-image] Oct 18 21:29:55.904 INFO O| Oct 18 21:29:55.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
50952024-10-18T21:29:57.203Z[ recovery-image] Oct 18 21:29:55.905 INFO O| Oct 18 21:29:55.905 INFO STEP 316 (remove_files) COMPLETE
50962024-10-18T21:29:57.203Z[ recovery-image] Oct 18 21:29:55.905 INFO O| Oct 18 21:29:55.905 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-10-18T21:29:57.229Z[ recovery-image] Oct 18 21:29:55.930 INFO O| Oct 18 21:29:55.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
50982024-10-18T21:29:57.229Z[ recovery-image] Oct 18 21:29:55.930 INFO O| Oct 18 21:29:55.930 INFO STEP 317 (remove_files) COMPLETE
50992024-10-18T21:29:57.231Z[ recovery-image] Oct 18 21:29:55.931 INFO O| Oct 18 21:29:55.930 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-10-18T21:29:57.250Z[ recovery-image] Oct 18 21:29:55.951 INFO O| Oct 18 21:29:55.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
51012024-10-18T21:29:57.250Z[ recovery-image] Oct 18 21:29:55.952 INFO O| Oct 18 21:29:55.952 INFO STEP 318 (remove_files) COMPLETE
51022024-10-18T21:29:57.250Z[ recovery-image] Oct 18 21:29:55.952 INFO O| Oct 18 21:29:55.952 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-10-18T21:29:57.309Z[ recovery-image] Oct 18 21:29:56.010 INFO O| Oct 18 21:29:56.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
51042024-10-18T21:29:57.309Z[ recovery-image] Oct 18 21:29:56.010 INFO O| Oct 18 21:29:56.010 INFO STEP 319 (remove_files) COMPLETE
51052024-10-18T21:29:57.309Z[ recovery-image] Oct 18 21:29:56.010 INFO O| Oct 18 21:29:56.010 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-10-18T21:29:57.328Z[ host-image] Oct 18 21:29:56.029 INFO O| Oct 18 21:29:56.029 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
51072024-10-18T21:29:57.349Z[ recovery-image] Oct 18 21:29:56.049 INFO O| Oct 18 21:29:56.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
51082024-10-18T21:29:57.349Z[ recovery-image] Oct 18 21:29:56.049 INFO O| Oct 18 21:29:56.049 INFO STEP 320 (remove_files) COMPLETE
51092024-10-18T21:29:57.349Z[ recovery-image] Oct 18 21:29:56.050 INFO O| Oct 18 21:29:56.049 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-10-18T21:29:57.372Z[ recovery-image] Oct 18 21:29:56.073 INFO O| Oct 18 21:29:56.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
51112024-10-18T21:29:57.372Z[ recovery-image] Oct 18 21:29:56.073 INFO O| Oct 18 21:29:56.073 INFO STEP 321 (remove_files) COMPLETE
51122024-10-18T21:29:57.372Z[ recovery-image] Oct 18 21:29:56.073 INFO O| Oct 18 21:29:56.073 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-10-18T21:29:57.392Z[ recovery-image] Oct 18 21:29:56.093 INFO O| Oct 18 21:29:56.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
51142024-10-18T21:29:57.392Z[ recovery-image] Oct 18 21:29:56.093 INFO O| Oct 18 21:29:56.093 INFO STEP 322 (remove_files) COMPLETE
51152024-10-18T21:29:57.395Z[ recovery-image] Oct 18 21:29:56.093 INFO O| Oct 18 21:29:56.093 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-10-18T21:29:57.571Z[ recovery-image] Oct 18 21:29:56.272 INFO O| Oct 18 21:29:56.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
51172024-10-18T21:29:57.571Z[ recovery-image] Oct 18 21:29:56.272 INFO O| Oct 18 21:29:56.272 INFO STEP 323 (remove_files) COMPLETE
51182024-10-18T21:29:57.572Z[ recovery-image] Oct 18 21:29:56.272 INFO O| Oct 18 21:29:56.272 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-10-18T21:29:57.667Z[ recovery-image] Oct 18 21:29:56.367 INFO O| Oct 18 21:29:56.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
51202024-10-18T21:29:57.667Z[ recovery-image] Oct 18 21:29:56.367 INFO O| Oct 18 21:29:56.367 INFO STEP 324 (remove_files) COMPLETE
51212024-10-18T21:29:57.667Z[ recovery-image] Oct 18 21:29:56.367 INFO O| Oct 18 21:29:56.367 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-10-18T21:29:57.702Z[ recovery-image] Oct 18 21:29:56.401 INFO O| Oct 18 21:29:56.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
51232024-10-18T21:29:57.702Z[ recovery-image] Oct 18 21:29:56.402 INFO O| Oct 18 21:29:56.402 INFO STEP 325 (remove_files) COMPLETE
51242024-10-18T21:29:57.702Z[ recovery-image] Oct 18 21:29:56.402 INFO O| Oct 18 21:29:56.402 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-10-18T21:29:57.734Z[ recovery-image] Oct 18 21:29:56.434 INFO O| Oct 18 21:29:56.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
51262024-10-18T21:29:57.734Z[ recovery-image] Oct 18 21:29:56.434 INFO O| Oct 18 21:29:56.434 INFO STEP 326 (remove_files) COMPLETE
51272024-10-18T21:29:57.734Z[ recovery-image] Oct 18 21:29:56.434 INFO O| Oct 18 21:29:56.434 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-10-18T21:29:57.789Z[ recovery-image] Oct 18 21:29:56.490 INFO O| Oct 18 21:29:56.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
51292024-10-18T21:29:57.789Z[ recovery-image] Oct 18 21:29:56.490 INFO O| Oct 18 21:29:56.490 INFO STEP 327 (remove_files) COMPLETE
51302024-10-18T21:29:57.791Z[ recovery-image] Oct 18 21:29:56.490 INFO O| Oct 18 21:29:56.490 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-10-18T21:29:57.824Z[ recovery-image] Oct 18 21:29:56.524 INFO O| Oct 18 21:29:56.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51322024-10-18T21:29:57.824Z[ recovery-image] Oct 18 21:29:56.524 INFO O| Oct 18 21:29:56.524 INFO STEP 328 (remove_files) COMPLETE
51332024-10-18T21:29:57.824Z[ recovery-image] Oct 18 21:29:56.524 INFO O| Oct 18 21:29:56.524 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-10-18T21:29:57.842Z[ recovery-image] Oct 18 21:29:56.542 INFO O| Oct 18 21:29:56.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51352024-10-18T21:29:57.842Z[ recovery-image] Oct 18 21:29:56.542 INFO O| Oct 18 21:29:56.542 INFO STEP 329 (remove_files) COMPLETE
51362024-10-18T21:29:57.842Z[ recovery-image] Oct 18 21:29:56.542 INFO O| Oct 18 21:29:56.542 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-10-18T21:29:57.860Z[ recovery-image] Oct 18 21:29:56.560 INFO O| Oct 18 21:29:56.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51382024-10-18T21:29:57.860Z[ recovery-image] Oct 18 21:29:56.560 INFO O| Oct 18 21:29:56.560 INFO STEP 330 (remove_files) COMPLETE
51392024-10-18T21:29:57.860Z[ recovery-image] Oct 18 21:29:56.560 INFO O| Oct 18 21:29:56.560 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-10-18T21:29:57.879Z[ recovery-image] Oct 18 21:29:56.580 INFO O| Oct 18 21:29:56.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51412024-10-18T21:29:57.879Z[ recovery-image] Oct 18 21:29:56.580 INFO O| Oct 18 21:29:56.580 INFO STEP 331 (remove_files) COMPLETE
51422024-10-18T21:29:57.880Z[ recovery-image] Oct 18 21:29:56.580 INFO O| Oct 18 21:29:56.580 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-10-18T21:29:57.898Z[ recovery-image] Oct 18 21:29:56.599 INFO O| Oct 18 21:29:56.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51442024-10-18T21:29:57.898Z[ recovery-image] Oct 18 21:29:56.599 INFO O| Oct 18 21:29:56.598 INFO STEP 332 (remove_files) COMPLETE
51452024-10-18T21:29:57.900Z[ recovery-image] Oct 18 21:29:56.599 INFO O| Oct 18 21:29:56.598 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-10-18T21:29:57.929Z[ recovery-image] Oct 18 21:29:56.630 INFO O| Oct 18 21:29:56.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51472024-10-18T21:29:57.929Z[ recovery-image] Oct 18 21:29:56.630 INFO O| Oct 18 21:29:56.630 INFO STEP 333 (remove_files) COMPLETE
51482024-10-18T21:29:57.932Z[ recovery-image] Oct 18 21:29:56.630 INFO O| Oct 18 21:29:56.630 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-10-18T21:29:57.960Z[ recovery-image] Oct 18 21:29:56.661 INFO O| Oct 18 21:29:56.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51502024-10-18T21:29:57.963Z[ recovery-image] Oct 18 21:29:56.661 INFO O| Oct 18 21:29:56.661 INFO STEP 334 (remove_files) COMPLETE
51512024-10-18T21:29:57.963Z[ recovery-image] Oct 18 21:29:56.661 INFO O| Oct 18 21:29:56.661 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-10-18T21:29:57.981Z[ recovery-image] Oct 18 21:29:56.680 INFO O| Oct 18 21:29:56.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51532024-10-18T21:29:57.981Z[ recovery-image] Oct 18 21:29:56.680 INFO O| Oct 18 21:29:56.680 INFO STEP 335 (remove_files) COMPLETE
51542024-10-18T21:29:57.981Z[ recovery-image] Oct 18 21:29:56.680 INFO O| Oct 18 21:29:56.680 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-10-18T21:29:57.999Z[ recovery-image] Oct 18 21:29:56.700 INFO O| Oct 18 21:29:56.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51562024-10-18T21:29:58.002Z[ recovery-image] Oct 18 21:29:56.700 INFO O| Oct 18 21:29:56.700 INFO STEP 336 (remove_files) COMPLETE
51572024-10-18T21:29:58.002Z[ recovery-image] Oct 18 21:29:56.700 INFO O| Oct 18 21:29:56.700 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-10-18T21:29:58.248Z[ recovery-image] Oct 18 21:29:56.948 INFO O| Oct 18 21:29:56.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51592024-10-18T21:29:58.248Z[ recovery-image] Oct 18 21:29:56.949 INFO O| Oct 18 21:29:56.949 INFO STEP 337 (remove_files) COMPLETE
51602024-10-18T21:29:58.251Z[ recovery-image] Oct 18 21:29:56.949 INFO O| Oct 18 21:29:56.949 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-10-18T21:29:58.267Z[ recovery-image] Oct 18 21:29:56.968 INFO O| Oct 18 21:29:56.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51622024-10-18T21:29:58.267Z[ recovery-image] Oct 18 21:29:56.968 INFO O| Oct 18 21:29:56.968 INFO STEP 338 (remove_files) COMPLETE
51632024-10-18T21:29:58.269Z[ recovery-image] Oct 18 21:29:56.968 INFO O| Oct 18 21:29:56.968 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-10-18T21:29:58.285Z[ recovery-image] Oct 18 21:29:56.986 INFO O| Oct 18 21:29:56.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51652024-10-18T21:29:58.285Z[ recovery-image] Oct 18 21:29:56.986 INFO O| Oct 18 21:29:56.986 INFO STEP 339 (remove_files) COMPLETE
51662024-10-18T21:29:58.285Z[ recovery-image] Oct 18 21:29:56.986 INFO O| Oct 18 21:29:56.986 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-10-18T21:29:58.304Z[ recovery-image] Oct 18 21:29:57.005 INFO O| Oct 18 21:29:57.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51682024-10-18T21:29:58.307Z[ recovery-image] Oct 18 21:29:57.005 INFO O| Oct 18 21:29:57.005 INFO STEP 340 (remove_files) COMPLETE
51692024-10-18T21:29:58.307Z[ recovery-image] Oct 18 21:29:57.005 INFO O| Oct 18 21:29:57.005 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-10-18T21:29:58.334Z[ recovery-image] Oct 18 21:29:57.035 INFO O| Oct 18 21:29:57.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51712024-10-18T21:29:58.334Z[ recovery-image] Oct 18 21:29:57.035 INFO O| Oct 18 21:29:57.025 INFO STEP 341 (remove_files) COMPLETE
51722024-10-18T21:29:58.338Z[ recovery-image] Oct 18 21:29:57.035 INFO O| Oct 18 21:29:57.025 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-10-18T21:29:58.356Z[ recovery-image] Oct 18 21:29:57.057 INFO O| Oct 18 21:29:57.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51742024-10-18T21:29:58.358Z[ recovery-image] Oct 18 21:29:57.057 INFO O| Oct 18 21:29:57.057 INFO STEP 342 (remove_files) COMPLETE
51752024-10-18T21:29:58.358Z[ recovery-image] Oct 18 21:29:57.058 INFO O| Oct 18 21:29:57.057 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-10-18T21:29:58.377Z[ recovery-image] Oct 18 21:29:57.078 INFO O| Oct 18 21:29:57.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51772024-10-18T21:29:58.380Z[ recovery-image] Oct 18 21:29:57.078 INFO O| Oct 18 21:29:57.078 INFO STEP 343 (remove_files) COMPLETE
51782024-10-18T21:29:58.380Z[ recovery-image] Oct 18 21:29:57.079 INFO O| Oct 18 21:29:57.078 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-10-18T21:29:58.398Z[ recovery-image] Oct 18 21:29:57.099 INFO O| Oct 18 21:29:57.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51802024-10-18T21:29:58.400Z[ recovery-image] Oct 18 21:29:57.099 INFO O| Oct 18 21:29:57.099 INFO STEP 344 (remove_files) COMPLETE
51812024-10-18T21:29:58.400Z[ recovery-image] Oct 18 21:29:57.099 INFO O| Oct 18 21:29:57.099 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-10-18T21:29:58.417Z[ recovery-image] Oct 18 21:29:57.118 INFO O| Oct 18 21:29:57.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51832024-10-18T21:29:58.419Z[ recovery-image] Oct 18 21:29:57.119 INFO O| Oct 18 21:29:57.119 INFO STEP 345 (remove_files) COMPLETE
51842024-10-18T21:29:58.419Z[ recovery-image] Oct 18 21:29:57.119 INFO O| Oct 18 21:29:57.119 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-10-18T21:29:58.436Z[ recovery-image] Oct 18 21:29:57.137 INFO O| Oct 18 21:29:57.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
51862024-10-18T21:29:58.438Z[ recovery-image] Oct 18 21:29:57.137 INFO O| Oct 18 21:29:57.137 INFO STEP 346 (remove_files) COMPLETE
51872024-10-18T21:29:58.439Z[ recovery-image] Oct 18 21:29:57.138 INFO O| Oct 18 21:29:57.137 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-10-18T21:29:58.454Z[ recovery-image] Oct 18 21:29:57.155 INFO O| Oct 18 21:29:57.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
51892024-10-18T21:29:58.456Z[ recovery-image] Oct 18 21:29:57.155 INFO O| Oct 18 21:29:57.155 INFO STEP 347 (remove_files) COMPLETE
51902024-10-18T21:29:58.456Z[ recovery-image] Oct 18 21:29:57.155 INFO O| Oct 18 21:29:57.155 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-10-18T21:29:58.471Z[ recovery-image] Oct 18 21:29:57.173 INFO O| Oct 18 21:29:57.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
51922024-10-18T21:29:58.474Z[ recovery-image] Oct 18 21:29:57.173 INFO O| Oct 18 21:29:57.173 INFO STEP 348 (remove_files) COMPLETE
51932024-10-18T21:29:58.474Z[ recovery-image] Oct 18 21:29:57.173 INFO O| Oct 18 21:29:57.173 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-10-18T21:29:58.489Z[ recovery-image] Oct 18 21:29:57.190 INFO O| Oct 18 21:29:57.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
51952024-10-18T21:29:58.491Z[ recovery-image] Oct 18 21:29:57.190 INFO O| Oct 18 21:29:57.190 INFO STEP 349 (remove_files) COMPLETE
51962024-10-18T21:29:58.491Z[ recovery-image] Oct 18 21:29:57.190 INFO O| Oct 18 21:29:57.190 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-10-18T21:29:58.506Z[ recovery-image] Oct 18 21:29:57.207 INFO O| Oct 18 21:29:57.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
51982024-10-18T21:29:58.509Z[ recovery-image] Oct 18 21:29:57.208 INFO O| Oct 18 21:29:57.208 INFO STEP 350 (remove_files) COMPLETE
51992024-10-18T21:29:58.509Z[ recovery-image] Oct 18 21:29:57.208 INFO O| Oct 18 21:29:57.208 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-10-18T21:29:58.525Z[ recovery-image] Oct 18 21:29:57.226 INFO O| Oct 18 21:29:57.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
52012024-10-18T21:29:58.525Z[ recovery-image] Oct 18 21:29:57.226 INFO O| Oct 18 21:29:57.226 INFO STEP 351 (remove_files) COMPLETE
52022024-10-18T21:29:58.525Z[ recovery-image] Oct 18 21:29:57.226 INFO O| Oct 18 21:29:57.226 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-10-18T21:29:58.545Z[ recovery-image] Oct 18 21:29:57.246 INFO O| Oct 18 21:29:57.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
52042024-10-18T21:29:58.545Z[ recovery-image] Oct 18 21:29:57.246 INFO O| Oct 18 21:29:57.246 INFO STEP 352 (remove_files) COMPLETE
52052024-10-18T21:29:58.545Z[ recovery-image] Oct 18 21:29:57.246 INFO O| Oct 18 21:29:57.246 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-10-18T21:29:58.564Z[ recovery-image] Oct 18 21:29:57.265 INFO O| Oct 18 21:29:57.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
52072024-10-18T21:29:58.567Z[ recovery-image] Oct 18 21:29:57.266 INFO O| Oct 18 21:29:57.266 INFO STEP 353 (remove_files) COMPLETE
52082024-10-18T21:29:58.567Z[ recovery-image] Oct 18 21:29:57.266 INFO O| Oct 18 21:29:57.266 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-10-18T21:29:58.583Z[ recovery-image] Oct 18 21:29:57.284 INFO O| Oct 18 21:29:57.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
52102024-10-18T21:29:58.584Z[ recovery-image] Oct 18 21:29:57.285 INFO O| Oct 18 21:29:57.285 INFO STEP 354 (remove_files) COMPLETE
52112024-10-18T21:29:58.584Z[ recovery-image] Oct 18 21:29:57.285 INFO O| Oct 18 21:29:57.285 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-10-18T21:29:58.607Z[ recovery-image] Oct 18 21:29:57.308 INFO O| Oct 18 21:29:57.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
52132024-10-18T21:29:58.607Z[ recovery-image] Oct 18 21:29:57.308 INFO O| Oct 18 21:29:57.308 INFO STEP 355 (remove_files) COMPLETE
52142024-10-18T21:29:58.607Z[ recovery-image] Oct 18 21:29:57.308 INFO O| Oct 18 21:29:57.308 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-10-18T21:29:58.631Z[ recovery-image] Oct 18 21:29:57.332 INFO O| Oct 18 21:29:57.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
52162024-10-18T21:29:58.631Z[ recovery-image] Oct 18 21:29:57.332 INFO O| Oct 18 21:29:57.332 INFO STEP 356 (remove_files) COMPLETE
52172024-10-18T21:29:58.633Z[ recovery-image] Oct 18 21:29:57.332 INFO O| Oct 18 21:29:57.332 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-10-18T21:29:58.651Z[ recovery-image] Oct 18 21:29:57.352 INFO O| Oct 18 21:29:57.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
52192024-10-18T21:29:58.651Z[ recovery-image] Oct 18 21:29:57.352 INFO O| Oct 18 21:29:57.352 INFO STEP 357 (remove_files) COMPLETE
52202024-10-18T21:29:58.651Z[ recovery-image] Oct 18 21:29:57.352 INFO O| Oct 18 21:29:57.352 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-10-18T21:29:58.673Z[ recovery-image] Oct 18 21:29:57.372 INFO O| Oct 18 21:29:57.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
52222024-10-18T21:29:58.673Z[ recovery-image] Oct 18 21:29:57.372 INFO O| Oct 18 21:29:57.372 INFO STEP 358 (remove_files) COMPLETE
52232024-10-18T21:29:58.673Z[ recovery-image] Oct 18 21:29:57.372 INFO O| Oct 18 21:29:57.372 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-10-18T21:29:58.689Z[ recovery-image] Oct 18 21:29:57.390 INFO O| Oct 18 21:29:57.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
52252024-10-18T21:29:58.689Z[ recovery-image] Oct 18 21:29:57.390 INFO O| Oct 18 21:29:57.390 INFO STEP 359 (remove_files) COMPLETE
52262024-10-18T21:29:58.689Z[ recovery-image] Oct 18 21:29:57.390 INFO O| Oct 18 21:29:57.390 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-10-18T21:29:58.706Z[ recovery-image] Oct 18 21:29:57.407 INFO O| Oct 18 21:29:57.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
52282024-10-18T21:29:58.706Z[ recovery-image] Oct 18 21:29:57.407 INFO O| Oct 18 21:29:57.407 INFO STEP 360 (remove_files) COMPLETE
52292024-10-18T21:29:58.706Z[ recovery-image] Oct 18 21:29:57.407 INFO O| Oct 18 21:29:57.407 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-10-18T21:29:58.722Z[ recovery-image] Oct 18 21:29:57.423 INFO O| Oct 18 21:29:57.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52312024-10-18T21:29:58.722Z[ recovery-image] Oct 18 21:29:57.424 INFO O| Oct 18 21:29:57.423 INFO STEP 361 (remove_files) COMPLETE
52322024-10-18T21:29:58.722Z[ recovery-image] Oct 18 21:29:57.424 INFO O| Oct 18 21:29:57.423 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-10-18T21:29:58.745Z[ recovery-image] Oct 18 21:29:57.440 INFO O| Oct 18 21:29:57.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52342024-10-18T21:29:58.745Z[ recovery-image] Oct 18 21:29:57.440 INFO O| Oct 18 21:29:57.440 INFO STEP 362 (remove_files) COMPLETE
52352024-10-18T21:29:58.745Z[ recovery-image] Oct 18 21:29:57.440 INFO O| Oct 18 21:29:57.440 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-10-18T21:29:58.765Z[ recovery-image] Oct 18 21:29:57.458 INFO O| Oct 18 21:29:57.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52372024-10-18T21:29:58.765Z[ recovery-image] Oct 18 21:29:57.458 INFO O| Oct 18 21:29:57.458 INFO STEP 363 (remove_files) COMPLETE
52382024-10-18T21:29:58.765Z[ recovery-image] Oct 18 21:29:57.458 INFO O| Oct 18 21:29:57.458 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-10-18T21:29:58.790Z[ recovery-image] Oct 18 21:29:57.474 INFO O| Oct 18 21:29:57.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52402024-10-18T21:29:58.790Z[ recovery-image] Oct 18 21:29:57.474 INFO O| Oct 18 21:29:57.474 INFO STEP 364 (remove_files) COMPLETE
52412024-10-18T21:29:58.790Z[ recovery-image] Oct 18 21:29:57.474 INFO O| Oct 18 21:29:57.474 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-10-18T21:29:58.790Z[ recovery-image] Oct 18 21:29:57.491 INFO O| Oct 18 21:29:57.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52432024-10-18T21:29:58.821Z[ recovery-image] Oct 18 21:29:57.502 INFO O| Oct 18 21:29:57.502 INFO STEP 365 (remove_files) COMPLETE
52442024-10-18T21:29:58.821Z[ recovery-image] Oct 18 21:29:57.502 INFO O| Oct 18 21:29:57.502 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-10-18T21:29:58.821Z[ recovery-image] Oct 18 21:29:57.519 INFO O| Oct 18 21:29:57.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52462024-10-18T21:29:58.821Z[ recovery-image] Oct 18 21:29:57.519 INFO O| Oct 18 21:29:57.519 INFO STEP 366 (remove_files) COMPLETE
52472024-10-18T21:29:58.821Z[ recovery-image] Oct 18 21:29:57.519 INFO O| Oct 18 21:29:57.519 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-10-18T21:29:58.843Z[ recovery-image] Oct 18 21:29:57.536 INFO O| Oct 18 21:29:57.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52492024-10-18T21:29:58.843Z[ recovery-image] Oct 18 21:29:57.536 INFO O| Oct 18 21:29:57.536 INFO STEP 367 (remove_files) COMPLETE
52502024-10-18T21:29:58.845Z[ recovery-image] Oct 18 21:29:57.536 INFO O| Oct 18 21:29:57.536 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-10-18T21:29:58.862Z[ recovery-image] Oct 18 21:29:57.563 INFO O| Oct 18 21:29:57.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52522024-10-18T21:29:58.862Z[ recovery-image] Oct 18 21:29:57.563 INFO O| Oct 18 21:29:57.563 INFO STEP 368 (remove_files) COMPLETE
52532024-10-18T21:29:58.862Z[ recovery-image] Oct 18 21:29:57.563 INFO O| Oct 18 21:29:57.563 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-10-18T21:29:58.890Z[ recovery-image] Oct 18 21:29:57.591 INFO O| Oct 18 21:29:57.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52552024-10-18T21:29:58.935Z[ recovery-image] Oct 18 21:29:57.591 INFO O| Oct 18 21:29:57.591 INFO STEP 369 (remove_files) COMPLETE
52562024-10-18T21:29:58.938Z[ recovery-image] Oct 18 21:29:57.591 INFO O| Oct 18 21:29:57.591 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-10-18T21:29:58.938Z[ recovery-image] Oct 18 21:29:57.610 INFO O| Oct 18 21:29:57.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52582024-10-18T21:29:58.938Z[ recovery-image] Oct 18 21:29:57.610 INFO O| Oct 18 21:29:57.610 INFO STEP 370 (remove_files) COMPLETE
52592024-10-18T21:29:58.938Z[ recovery-image] Oct 18 21:29:57.610 INFO O| Oct 18 21:29:57.610 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-10-18T21:29:58.938Z[ recovery-image] Oct 18 21:29:57.628 INFO O| Oct 18 21:29:57.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52612024-10-18T21:29:58.938Z[ recovery-image] Oct 18 21:29:57.628 INFO O| Oct 18 21:29:57.628 INFO STEP 371 (remove_files) COMPLETE
52622024-10-18T21:29:58.938Z[ recovery-image] Oct 18 21:29:57.628 INFO O| Oct 18 21:29:57.628 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-10-18T21:29:58.971Z[ recovery-image] Oct 18 21:29:57.646 INFO O| Oct 18 21:29:57.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52642024-10-18T21:29:58.971Z[ recovery-image] Oct 18 21:29:57.646 INFO O| Oct 18 21:29:57.646 INFO STEP 372 (remove_files) COMPLETE
52652024-10-18T21:29:58.971Z[ recovery-image] Oct 18 21:29:57.646 INFO O| Oct 18 21:29:57.646 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-10-18T21:29:58.971Z[ recovery-image] Oct 18 21:29:57.664 INFO O| Oct 18 21:29:57.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52672024-10-18T21:29:58.971Z[ recovery-image] Oct 18 21:29:57.664 INFO O| Oct 18 21:29:57.664 INFO STEP 373 (remove_files) COMPLETE
52682024-10-18T21:29:58.971Z[ recovery-image] Oct 18 21:29:57.664 INFO O| Oct 18 21:29:57.664 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-10-18T21:29:58.988Z[ recovery-image] Oct 18 21:29:57.681 INFO O| Oct 18 21:29:57.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52702024-10-18T21:29:58.988Z[ recovery-image] Oct 18 21:29:57.681 INFO O| Oct 18 21:29:57.681 INFO STEP 374 (remove_files) COMPLETE
52712024-10-18T21:29:58.988Z[ recovery-image] Oct 18 21:29:57.681 INFO O| Oct 18 21:29:57.681 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-10-18T21:29:59.012Z[ recovery-image] Oct 18 21:29:57.698 INFO O| Oct 18 21:29:57.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52732024-10-18T21:29:59.012Z[ recovery-image] Oct 18 21:29:57.698 INFO O| Oct 18 21:29:57.698 INFO STEP 375 (remove_files) COMPLETE
52742024-10-18T21:29:59.013Z[ recovery-image] Oct 18 21:29:57.699 INFO O| Oct 18 21:29:57.698 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-10-18T21:29:59.015Z[ recovery-image] Oct 18 21:29:57.714 INFO O| Oct 18 21:29:57.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52762024-10-18T21:29:59.015Z[ recovery-image] Oct 18 21:29:57.715 INFO O| Oct 18 21:29:57.714 INFO STEP 376 (remove_files) COMPLETE
52772024-10-18T21:29:59.015Z[ recovery-image] Oct 18 21:29:57.715 INFO O| Oct 18 21:29:57.715 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-10-18T21:29:59.045Z[ recovery-image] Oct 18 21:29:57.730 INFO O| Oct 18 21:29:57.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52792024-10-18T21:29:59.045Z[ recovery-image] Oct 18 21:29:57.731 INFO O| Oct 18 21:29:57.731 INFO STEP 377 (remove_files) COMPLETE
52802024-10-18T21:29:59.045Z[ recovery-image] Oct 18 21:29:57.731 INFO O| Oct 18 21:29:57.731 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-10-18T21:29:59.047Z[ recovery-image] Oct 18 21:29:57.747 INFO O| Oct 18 21:29:57.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52822024-10-18T21:29:59.047Z[ recovery-image] Oct 18 21:29:57.747 INFO O| Oct 18 21:29:57.747 INFO STEP 378 (remove_files) COMPLETE
52832024-10-18T21:29:59.047Z[ recovery-image] Oct 18 21:29:57.747 INFO O| Oct 18 21:29:57.747 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-10-18T21:29:59.071Z[ recovery-image] Oct 18 21:29:57.764 INFO O| Oct 18 21:29:57.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52852024-10-18T21:29:59.071Z[ recovery-image] Oct 18 21:29:57.764 INFO O| Oct 18 21:29:57.764 INFO STEP 379 (remove_files) COMPLETE
52862024-10-18T21:29:59.071Z[ recovery-image] Oct 18 21:29:57.764 INFO O| Oct 18 21:29:57.764 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-10-18T21:29:59.094Z[ recovery-image] Oct 18 21:29:57.783 INFO O| Oct 18 21:29:57.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
52882024-10-18T21:29:59.094Z[ recovery-image] Oct 18 21:29:57.783 INFO O| Oct 18 21:29:57.783 INFO STEP 380 (remove_files) COMPLETE
52892024-10-18T21:29:59.094Z[ recovery-image] Oct 18 21:29:57.783 INFO O| Oct 18 21:29:57.783 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-10-18T21:29:59.103Z[ recovery-image] Oct 18 21:29:57.804 INFO O| Oct 18 21:29:57.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
52912024-10-18T21:29:59.105Z[ recovery-image] Oct 18 21:29:57.804 INFO O| Oct 18 21:29:57.804 INFO STEP 381 (remove_files) COMPLETE
52922024-10-18T21:29:59.105Z[ recovery-image] Oct 18 21:29:57.804 INFO O| Oct 18 21:29:57.804 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-10-18T21:29:59.121Z[ recovery-image] Oct 18 21:29:57.822 INFO O| Oct 18 21:29:57.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
52942024-10-18T21:29:59.121Z[ recovery-image] Oct 18 21:29:57.822 INFO O| Oct 18 21:29:57.822 INFO STEP 382 (remove_files) COMPLETE
52952024-10-18T21:29:59.123Z[ recovery-image] Oct 18 21:29:57.822 INFO O| Oct 18 21:29:57.822 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-10-18T21:29:59.138Z[ recovery-image] Oct 18 21:29:57.839 INFO O| Oct 18 21:29:57.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
52972024-10-18T21:29:59.138Z[ recovery-image] Oct 18 21:29:57.839 INFO O| Oct 18 21:29:57.839 INFO STEP 383 (remove_files) COMPLETE
52982024-10-18T21:29:59.140Z[ recovery-image] Oct 18 21:29:57.839 INFO O| Oct 18 21:29:57.839 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-10-18T21:29:59.155Z[ recovery-image] Oct 18 21:29:57.856 INFO O| Oct 18 21:29:57.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
53002024-10-18T21:29:59.157Z[ recovery-image] Oct 18 21:29:57.856 INFO O| Oct 18 21:29:57.856 INFO STEP 384 (remove_files) COMPLETE
53012024-10-18T21:29:59.157Z[ recovery-image] Oct 18 21:29:57.856 INFO O| Oct 18 21:29:57.856 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-10-18T21:29:59.173Z[ recovery-image] Oct 18 21:29:57.874 INFO O| Oct 18 21:29:57.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
53032024-10-18T21:29:59.173Z[ recovery-image] Oct 18 21:29:57.874 INFO O| Oct 18 21:29:57.874 INFO STEP 385 (remove_files) COMPLETE
53042024-10-18T21:29:59.173Z[ recovery-image] Oct 18 21:29:57.874 INFO O| Oct 18 21:29:57.874 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-10-18T21:29:59.190Z[ recovery-image] Oct 18 21:29:57.891 INFO O| Oct 18 21:29:57.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
53062024-10-18T21:29:59.190Z[ recovery-image] Oct 18 21:29:57.891 INFO O| Oct 18 21:29:57.891 INFO STEP 386 (remove_files) COMPLETE
53072024-10-18T21:29:59.190Z[ recovery-image] Oct 18 21:29:57.891 INFO O| Oct 18 21:29:57.891 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-10-18T21:29:59.205Z[ recovery-image] Oct 18 21:29:57.906 INFO O| Oct 18 21:29:57.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
53092024-10-18T21:29:59.206Z[ recovery-image] Oct 18 21:29:57.906 INFO O| Oct 18 21:29:57.906 INFO STEP 387 (remove_files) COMPLETE
53102024-10-18T21:29:59.206Z[ recovery-image] Oct 18 21:29:57.906 INFO O| Oct 18 21:29:57.906 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-10-18T21:29:59.220Z[ recovery-image] Oct 18 21:29:57.921 INFO O| Oct 18 21:29:57.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
53122024-10-18T21:29:59.220Z[ recovery-image] Oct 18 21:29:57.921 INFO O| Oct 18 21:29:57.921 INFO STEP 388 (remove_files) COMPLETE
53132024-10-18T21:29:59.220Z[ recovery-image] Oct 18 21:29:57.921 INFO O| Oct 18 21:29:57.921 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-10-18T21:29:59.234Z[ recovery-image] Oct 18 21:29:57.935 INFO O| Oct 18 21:29:57.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
53152024-10-18T21:29:59.234Z[ recovery-image] Oct 18 21:29:57.935 INFO O| Oct 18 21:29:57.935 INFO STEP 389 (remove_files) COMPLETE
53162024-10-18T21:29:59.237Z[ recovery-image] Oct 18 21:29:57.935 INFO O| Oct 18 21:29:57.935 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-10-18T21:29:59.249Z[ recovery-image] Oct 18 21:29:57.950 INFO O| Oct 18 21:29:57.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
53182024-10-18T21:29:59.249Z[ recovery-image] Oct 18 21:29:57.950 INFO O| Oct 18 21:29:57.950 INFO STEP 390 (remove_files) COMPLETE
53192024-10-18T21:29:59.251Z[ recovery-image] Oct 18 21:29:57.950 INFO O| Oct 18 21:29:57.950 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-10-18T21:29:59.263Z[ recovery-image] Oct 18 21:29:57.964 INFO O| Oct 18 21:29:57.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
53212024-10-18T21:29:59.263Z[ recovery-image] Oct 18 21:29:57.964 INFO O| Oct 18 21:29:57.964 INFO STEP 391 (remove_files) COMPLETE
53222024-10-18T21:29:59.263Z[ recovery-image] Oct 18 21:29:57.964 INFO O| Oct 18 21:29:57.964 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-10-18T21:29:59.277Z[ recovery-image] Oct 18 21:29:57.978 INFO O| Oct 18 21:29:57.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
53242024-10-18T21:29:59.277Z[ recovery-image] Oct 18 21:29:57.978 INFO O| Oct 18 21:29:57.978 INFO STEP 392 (remove_files) COMPLETE
53252024-10-18T21:29:59.277Z[ recovery-image] Oct 18 21:29:57.978 INFO O| Oct 18 21:29:57.978 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-10-18T21:29:59.291Z[ recovery-image] Oct 18 21:29:57.992 INFO O| Oct 18 21:29:57.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
53272024-10-18T21:29:59.291Z[ recovery-image] Oct 18 21:29:57.992 INFO O| Oct 18 21:29:57.992 INFO STEP 393 (remove_files) COMPLETE
53282024-10-18T21:29:59.294Z[ recovery-image] Oct 18 21:29:57.992 INFO O| Oct 18 21:29:57.992 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-10-18T21:29:59.305Z[ recovery-image] Oct 18 21:29:58.006 INFO O| Oct 18 21:29:58.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53302024-10-18T21:29:59.305Z[ recovery-image] Oct 18 21:29:58.006 INFO O| Oct 18 21:29:58.006 INFO STEP 394 (remove_files) COMPLETE
53312024-10-18T21:29:59.308Z[ recovery-image] Oct 18 21:29:58.006 INFO O| Oct 18 21:29:58.006 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-10-18T21:29:59.319Z[ recovery-image] Oct 18 21:29:58.020 INFO O| Oct 18 21:29:58.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53332024-10-18T21:29:59.321Z[ recovery-image] Oct 18 21:29:58.020 INFO O| Oct 18 21:29:58.020 INFO STEP 395 (remove_files) COMPLETE
53342024-10-18T21:29:59.321Z[ recovery-image] Oct 18 21:29:58.020 INFO O| Oct 18 21:29:58.020 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-10-18T21:29:59.335Z[ recovery-image] Oct 18 21:29:58.036 INFO O| Oct 18 21:29:58.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53362024-10-18T21:29:59.335Z[ recovery-image] Oct 18 21:29:58.036 INFO O| Oct 18 21:29:58.036 INFO STEP 396 (remove_files) COMPLETE
53372024-10-18T21:29:59.338Z[ recovery-image] Oct 18 21:29:58.036 INFO O| Oct 18 21:29:58.036 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-10-18T21:29:59.352Z[ recovery-image] Oct 18 21:29:58.053 INFO O| Oct 18 21:29:58.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53392024-10-18T21:29:59.352Z[ recovery-image] Oct 18 21:29:58.053 INFO O| Oct 18 21:29:58.053 INFO STEP 397 (remove_files) COMPLETE
53402024-10-18T21:29:59.352Z[ recovery-image] Oct 18 21:29:58.053 INFO O| Oct 18 21:29:58.053 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-10-18T21:29:59.368Z[ recovery-image] Oct 18 21:29:58.068 INFO O| Oct 18 21:29:58.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53422024-10-18T21:29:59.368Z[ recovery-image] Oct 18 21:29:58.068 INFO O| Oct 18 21:29:58.068 INFO STEP 398 (remove_files) COMPLETE
53432024-10-18T21:29:59.368Z[ recovery-image] Oct 18 21:29:58.068 INFO O| Oct 18 21:29:58.068 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-10-18T21:29:59.381Z[ recovery-image] Oct 18 21:29:58.082 INFO O| Oct 18 21:29:58.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53452024-10-18T21:29:59.381Z[ recovery-image] Oct 18 21:29:58.082 INFO O| Oct 18 21:29:58.082 INFO STEP 399 (remove_files) COMPLETE
53462024-10-18T21:29:59.384Z[ recovery-image] Oct 18 21:29:58.082 INFO O| Oct 18 21:29:58.082 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-10-18T21:29:59.397Z[ recovery-image] Oct 18 21:29:58.097 INFO O| Oct 18 21:29:58.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53482024-10-18T21:29:59.397Z[ recovery-image] Oct 18 21:29:58.098 INFO O| Oct 18 21:29:58.097 INFO STEP 400 (remove_files) COMPLETE
53492024-10-18T21:29:59.397Z[ recovery-image] Oct 18 21:29:58.098 INFO O| Oct 18 21:29:58.097 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-10-18T21:29:59.407Z[ recovery-image] Oct 18 21:29:58.108 INFO O| Oct 18 21:29:58.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53512024-10-18T21:29:59.407Z[ recovery-image] Oct 18 21:29:58.108 INFO O| Oct 18 21:29:58.108 INFO STEP 401 (remove_files) COMPLETE
53522024-10-18T21:29:59.408Z[ recovery-image] Oct 18 21:29:58.109 INFO O| Oct 18 21:29:58.108 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-10-18T21:29:59.420Z[ recovery-image] Oct 18 21:29:58.120 INFO O| Oct 18 21:29:58.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53542024-10-18T21:29:59.420Z[ recovery-image] Oct 18 21:29:58.120 INFO O| Oct 18 21:29:58.120 INFO STEP 402 (remove_files) COMPLETE
53552024-10-18T21:29:59.420Z[ recovery-image] Oct 18 21:29:58.121 INFO O| Oct 18 21:29:58.120 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-10-18T21:29:59.435Z[ recovery-image] Oct 18 21:29:58.136 INFO O| Oct 18 21:29:58.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53572024-10-18T21:29:59.435Z[ recovery-image] Oct 18 21:29:58.136 INFO O| Oct 18 21:29:58.136 INFO STEP 403 (remove_files) COMPLETE
53582024-10-18T21:29:59.435Z[ recovery-image] Oct 18 21:29:58.136 INFO O| Oct 18 21:29:58.136 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-10-18T21:29:59.451Z[ recovery-image] Oct 18 21:29:58.151 INFO O| Oct 18 21:29:58.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53602024-10-18T21:29:59.451Z[ recovery-image] Oct 18 21:29:58.152 INFO O| Oct 18 21:29:58.152 INFO STEP 404 (remove_files) COMPLETE
53612024-10-18T21:29:59.451Z[ recovery-image] Oct 18 21:29:58.152 INFO O| Oct 18 21:29:58.152 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-10-18T21:29:59.467Z[ recovery-image] Oct 18 21:29:58.168 INFO O| Oct 18 21:29:58.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53632024-10-18T21:29:59.467Z[ recovery-image] Oct 18 21:29:58.168 INFO O| Oct 18 21:29:58.168 INFO STEP 405 (remove_files) COMPLETE
53642024-10-18T21:29:59.467Z[ recovery-image] Oct 18 21:29:58.168 INFO O| Oct 18 21:29:58.168 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-10-18T21:29:59.483Z[ recovery-image] Oct 18 21:29:58.184 INFO O| Oct 18 21:29:58.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53662024-10-18T21:29:59.483Z[ recovery-image] Oct 18 21:29:58.184 INFO O| Oct 18 21:29:58.184 INFO STEP 406 (remove_files) COMPLETE
53672024-10-18T21:29:59.483Z[ recovery-image] Oct 18 21:29:58.184 INFO O| Oct 18 21:29:58.184 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-10-18T21:29:59.499Z[ recovery-image] Oct 18 21:29:58.200 INFO O| Oct 18 21:29:58.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53692024-10-18T21:29:59.499Z[ recovery-image] Oct 18 21:29:58.200 INFO O| Oct 18 21:29:58.200 INFO STEP 407 (remove_files) COMPLETE
53702024-10-18T21:29:59.499Z[ recovery-image] Oct 18 21:29:58.200 INFO O| Oct 18 21:29:58.200 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-10-18T21:29:59.514Z[ recovery-image] Oct 18 21:29:58.215 INFO O| Oct 18 21:29:58.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53722024-10-18T21:29:59.514Z[ recovery-image] Oct 18 21:29:58.215 INFO O| Oct 18 21:29:58.215 INFO STEP 408 (remove_files) COMPLETE
53732024-10-18T21:29:59.514Z[ recovery-image] Oct 18 21:29:58.215 INFO O| Oct 18 21:29:58.215 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-10-18T21:29:59.530Z[ recovery-image] Oct 18 21:29:58.231 INFO O| Oct 18 21:29:58.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53752024-10-18T21:29:59.530Z[ recovery-image] Oct 18 21:29:58.231 INFO O| Oct 18 21:29:58.231 INFO STEP 409 (remove_files) COMPLETE
53762024-10-18T21:29:59.530Z[ recovery-image] Oct 18 21:29:58.231 INFO O| Oct 18 21:29:58.231 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-10-18T21:29:59.547Z[ recovery-image] Oct 18 21:29:58.247 INFO O| Oct 18 21:29:58.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53782024-10-18T21:29:59.547Z[ recovery-image] Oct 18 21:29:58.247 INFO O| Oct 18 21:29:58.247 INFO STEP 410 (remove_files) COMPLETE
53792024-10-18T21:29:59.547Z[ recovery-image] Oct 18 21:29:58.248 INFO O| Oct 18 21:29:58.247 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-10-18T21:29:59.562Z[ recovery-image] Oct 18 21:29:58.263 INFO O| Oct 18 21:29:58.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53812024-10-18T21:29:59.565Z[ recovery-image] Oct 18 21:29:58.264 INFO O| Oct 18 21:29:58.264 INFO STEP 411 (remove_files) COMPLETE
53822024-10-18T21:29:59.565Z[ recovery-image] Oct 18 21:29:58.264 INFO O| Oct 18 21:29:58.264 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-10-18T21:29:59.579Z[ recovery-image] Oct 18 21:29:58.280 INFO O| Oct 18 21:29:58.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
53842024-10-18T21:29:59.579Z[ recovery-image] Oct 18 21:29:58.280 INFO O| Oct 18 21:29:58.280 INFO STEP 412 (remove_files) COMPLETE
53852024-10-18T21:29:59.581Z[ recovery-image] Oct 18 21:29:58.280 INFO O| Oct 18 21:29:58.280 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-10-18T21:29:59.594Z[ recovery-image] Oct 18 21:29:58.295 INFO O| Oct 18 21:29:58.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
53872024-10-18T21:29:59.594Z[ recovery-image] Oct 18 21:29:58.295 INFO O| Oct 18 21:29:58.295 INFO STEP 413 (remove_files) COMPLETE
53882024-10-18T21:29:59.597Z[ recovery-image] Oct 18 21:29:58.295 INFO O| Oct 18 21:29:58.295 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-10-18T21:29:59.609Z[ recovery-image] Oct 18 21:29:58.310 INFO O| Oct 18 21:29:58.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
53902024-10-18T21:29:59.609Z[ recovery-image] Oct 18 21:29:58.310 INFO O| Oct 18 21:29:58.310 INFO STEP 414 (remove_files) COMPLETE
53912024-10-18T21:29:59.612Z[ recovery-image] Oct 18 21:29:58.310 INFO O| Oct 18 21:29:58.310 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-10-18T21:29:59.624Z[ recovery-image] Oct 18 21:29:58.325 INFO O| Oct 18 21:29:58.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
53932024-10-18T21:29:59.624Z[ recovery-image] Oct 18 21:29:58.325 INFO O| Oct 18 21:29:58.325 INFO STEP 415 (remove_files) COMPLETE
53942024-10-18T21:29:59.627Z[ recovery-image] Oct 18 21:29:58.325 INFO O| Oct 18 21:29:58.325 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-10-18T21:29:59.640Z[ recovery-image] Oct 18 21:29:58.341 INFO O| Oct 18 21:29:58.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
53962024-10-18T21:29:59.640Z[ recovery-image] Oct 18 21:29:58.341 INFO O| Oct 18 21:29:58.341 INFO STEP 416 (remove_files) COMPLETE
53972024-10-18T21:29:59.642Z[ recovery-image] Oct 18 21:29:58.341 INFO O| Oct 18 21:29:58.341 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-10-18T21:29:59.656Z[ recovery-image] Oct 18 21:29:58.357 INFO O| Oct 18 21:29:58.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
53992024-10-18T21:29:59.656Z[ recovery-image] Oct 18 21:29:58.357 INFO O| Oct 18 21:29:58.357 INFO STEP 417 (remove_files) COMPLETE
54002024-10-18T21:29:59.656Z[ recovery-image] Oct 18 21:29:58.357 INFO O| Oct 18 21:29:58.357 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-10-18T21:29:59.670Z[ recovery-image] Oct 18 21:29:58.370 INFO O| Oct 18 21:29:58.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
54022024-10-18T21:29:59.670Z[ recovery-image] Oct 18 21:29:58.371 INFO O| Oct 18 21:29:58.371 INFO STEP 418 (remove_files) COMPLETE
54032024-10-18T21:29:59.672Z[ recovery-image] Oct 18 21:29:58.371 INFO O| Oct 18 21:29:58.371 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-10-18T21:29:59.686Z[ recovery-image] Oct 18 21:29:58.387 INFO O| Oct 18 21:29:58.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
54052024-10-18T21:29:59.686Z[ recovery-image] Oct 18 21:29:58.387 INFO O| Oct 18 21:29:58.387 INFO STEP 419 (remove_files) COMPLETE
54062024-10-18T21:29:59.688Z[ recovery-image] Oct 18 21:29:58.387 INFO O| Oct 18 21:29:58.387 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-10-18T21:29:59.700Z[ recovery-image] Oct 18 21:29:58.401 INFO O| Oct 18 21:29:58.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
54082024-10-18T21:29:59.700Z[ recovery-image] Oct 18 21:29:58.401 INFO O| Oct 18 21:29:58.401 INFO STEP 420 (remove_files) COMPLETE
54092024-10-18T21:29:59.702Z[ recovery-image] Oct 18 21:29:58.401 INFO O| Oct 18 21:29:58.401 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-10-18T21:29:59.716Z[ recovery-image] Oct 18 21:29:58.417 INFO O| Oct 18 21:29:58.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
54112024-10-18T21:29:59.716Z[ recovery-image] Oct 18 21:29:58.417 INFO O| Oct 18 21:29:58.417 INFO STEP 421 (remove_files) COMPLETE
54122024-10-18T21:29:59.716Z[ recovery-image] Oct 18 21:29:58.417 INFO O| Oct 18 21:29:58.417 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-10-18T21:29:59.736Z[ recovery-image] Oct 18 21:29:58.437 INFO O| Oct 18 21:29:58.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
54142024-10-18T21:29:59.736Z[ recovery-image] Oct 18 21:29:58.437 INFO O| Oct 18 21:29:58.437 INFO STEP 422 (remove_files) COMPLETE
54152024-10-18T21:29:59.736Z[ recovery-image] Oct 18 21:29:58.437 INFO O| Oct 18 21:29:58.437 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-10-18T21:29:59.753Z[ recovery-image] Oct 18 21:29:58.454 INFO O| Oct 18 21:29:58.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
54172024-10-18T21:29:59.753Z[ recovery-image] Oct 18 21:29:58.454 INFO O| Oct 18 21:29:58.454 INFO STEP 423 (remove_files) COMPLETE
54182024-10-18T21:29:59.753Z[ recovery-image] Oct 18 21:29:58.454 INFO O| Oct 18 21:29:58.454 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-10-18T21:29:59.773Z[ recovery-image] Oct 18 21:29:58.474 INFO O| Oct 18 21:29:58.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
54202024-10-18T21:29:59.773Z[ recovery-image] Oct 18 21:29:58.474 INFO O| Oct 18 21:29:58.474 INFO STEP 424 (remove_files) COMPLETE
54212024-10-18T21:29:59.773Z[ recovery-image] Oct 18 21:29:58.474 INFO O| Oct 18 21:29:58.474 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-10-18T21:29:59.791Z[ recovery-image] Oct 18 21:29:58.492 INFO O| Oct 18 21:29:58.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
54232024-10-18T21:29:59.791Z[ recovery-image] Oct 18 21:29:58.492 INFO O| Oct 18 21:29:58.492 INFO STEP 425 (remove_files) COMPLETE
54242024-10-18T21:29:59.791Z[ recovery-image] Oct 18 21:29:58.492 INFO O| Oct 18 21:29:58.492 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-10-18T21:29:59.808Z[ recovery-image] Oct 18 21:29:58.509 INFO O| Oct 18 21:29:58.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
54262024-10-18T21:29:59.808Z[ recovery-image] Oct 18 21:29:58.509 INFO O| Oct 18 21:29:58.509 INFO STEP 426 (remove_files) COMPLETE
54272024-10-18T21:29:59.811Z[ recovery-image] Oct 18 21:29:58.509 INFO O| Oct 18 21:29:58.509 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-10-18T21:29:59.826Z[ recovery-image] Oct 18 21:29:58.527 INFO O| Oct 18 21:29:58.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54292024-10-18T21:29:59.826Z[ recovery-image] Oct 18 21:29:58.527 INFO O| Oct 18 21:29:58.527 INFO STEP 427 (remove_files) COMPLETE
54302024-10-18T21:29:59.828Z[ recovery-image] Oct 18 21:29:58.527 INFO O| Oct 18 21:29:58.527 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-10-18T21:29:59.840Z[ recovery-image] Oct 18 21:29:58.541 INFO O| Oct 18 21:29:58.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54322024-10-18T21:29:59.840Z[ recovery-image] Oct 18 21:29:58.541 INFO O| Oct 18 21:29:58.541 INFO STEP 428 (remove_files) COMPLETE
54332024-10-18T21:29:59.842Z[ recovery-image] Oct 18 21:29:58.541 INFO O| Oct 18 21:29:58.541 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-10-18T21:29:59.851Z[ recovery-image] Oct 18 21:29:58.553 INFO O| Oct 18 21:29:58.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54352024-10-18T21:29:59.854Z[ recovery-image] Oct 18 21:29:58.553 INFO O| Oct 18 21:29:58.553 INFO STEP 429 (remove_files) COMPLETE
54362024-10-18T21:29:59.854Z[ recovery-image] Oct 18 21:29:58.553 INFO O| Oct 18 21:29:58.553 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-10-18T21:29:59.863Z[ recovery-image] Oct 18 21:29:58.564 INFO O| Oct 18 21:29:58.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54382024-10-18T21:29:59.863Z[ recovery-image] Oct 18 21:29:58.564 INFO O| Oct 18 21:29:58.564 INFO STEP 430 (remove_files) COMPLETE
54392024-10-18T21:29:59.866Z[ recovery-image] Oct 18 21:29:58.564 INFO O| Oct 18 21:29:58.564 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-10-18T21:29:59.880Z[ recovery-image] Oct 18 21:29:58.581 INFO O| Oct 18 21:29:58.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54412024-10-18T21:29:59.880Z[ recovery-image] Oct 18 21:29:58.581 INFO O| Oct 18 21:29:58.581 INFO STEP 431 (remove_files) COMPLETE
54422024-10-18T21:29:59.880Z[ recovery-image] Oct 18 21:29:58.581 INFO O| Oct 18 21:29:58.581 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-10-18T21:29:59.896Z[ recovery-image] Oct 18 21:29:58.596 INFO O| Oct 18 21:29:58.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54442024-10-18T21:29:59.896Z[ recovery-image] Oct 18 21:29:58.597 INFO O| Oct 18 21:29:58.597 INFO STEP 432 (remove_files) COMPLETE
54452024-10-18T21:29:59.896Z[ recovery-image] Oct 18 21:29:58.597 INFO O| Oct 18 21:29:58.597 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-10-18T21:29:59.910Z[ recovery-image] Oct 18 21:29:58.611 INFO O| Oct 18 21:29:58.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54472024-10-18T21:29:59.910Z[ recovery-image] Oct 18 21:29:58.611 INFO O| Oct 18 21:29:58.611 INFO STEP 433 (remove_files) COMPLETE
54482024-10-18T21:29:59.910Z[ recovery-image] Oct 18 21:29:58.611 INFO O| Oct 18 21:29:58.611 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-10-18T21:29:59.925Z[ recovery-image] Oct 18 21:29:58.626 INFO O| Oct 18 21:29:58.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54502024-10-18T21:29:59.926Z[ recovery-image] Oct 18 21:29:58.627 INFO O| Oct 18 21:29:58.626 INFO STEP 434 (remove_files) COMPLETE
54512024-10-18T21:29:59.928Z[ recovery-image] Oct 18 21:29:58.627 INFO O| Oct 18 21:29:58.627 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-10-18T21:29:59.941Z[ recovery-image] Oct 18 21:29:58.642 INFO O| Oct 18 21:29:58.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54532024-10-18T21:29:59.941Z[ recovery-image] Oct 18 21:29:58.642 INFO O| Oct 18 21:29:58.642 INFO STEP 435 (remove_files) COMPLETE
54542024-10-18T21:29:59.941Z[ recovery-image] Oct 18 21:29:58.642 INFO O| Oct 18 21:29:58.642 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-10-18T21:29:59.955Z[ recovery-image] Oct 18 21:29:58.656 INFO O| Oct 18 21:29:58.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54562024-10-18T21:29:59.955Z[ recovery-image] Oct 18 21:29:58.656 INFO O| Oct 18 21:29:58.656 INFO STEP 436 (remove_files) COMPLETE
54572024-10-18T21:29:59.958Z[ recovery-image] Oct 18 21:29:58.656 INFO O| Oct 18 21:29:58.656 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-10-18T21:29:59.970Z[ recovery-image] Oct 18 21:29:58.671 INFO O| Oct 18 21:29:58.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54592024-10-18T21:29:59.970Z[ recovery-image] Oct 18 21:29:58.671 INFO O| Oct 18 21:29:58.671 INFO STEP 437 (remove_files) COMPLETE
54602024-10-18T21:29:59.972Z[ recovery-image] Oct 18 21:29:58.671 INFO O| Oct 18 21:29:58.671 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-10-18T21:29:59.984Z[ recovery-image] Oct 18 21:29:58.685 INFO O| Oct 18 21:29:58.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54622024-10-18T21:29:59.986Z[ recovery-image] Oct 18 21:29:58.685 INFO O| Oct 18 21:29:58.685 INFO STEP 438 (remove_files) COMPLETE
54632024-10-18T21:29:59.987Z[ recovery-image] Oct 18 21:29:58.685 INFO O| Oct 18 21:29:58.685 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-10-18T21:29:59.998Z[ recovery-image] Oct 18 21:29:58.699 INFO O| Oct 18 21:29:58.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54652024-10-18T21:29:59.998Z[ recovery-image] Oct 18 21:29:58.699 INFO O| Oct 18 21:29:58.699 INFO STEP 439 (remove_files) COMPLETE
54662024-10-18T21:30:00.001Z[ recovery-image] Oct 18 21:29:58.699 INFO O| Oct 18 21:29:58.699 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-10-18T21:30:00.010Z[ recovery-image] Oct 18 21:29:58.711 INFO O| Oct 18 21:29:58.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54682024-10-18T21:30:00.010Z[ recovery-image] Oct 18 21:29:58.711 INFO O| Oct 18 21:29:58.711 INFO STEP 440 (remove_files) COMPLETE
54692024-10-18T21:30:00.012Z[ recovery-image] Oct 18 21:29:58.711 INFO O| Oct 18 21:29:58.711 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-10-18T21:30:00.021Z[ recovery-image] Oct 18 21:29:58.722 INFO O| Oct 18 21:29:58.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54712024-10-18T21:30:00.022Z[ recovery-image] Oct 18 21:29:58.723 INFO O| Oct 18 21:29:58.723 INFO STEP 441 (remove_files) COMPLETE
54722024-10-18T21:30:00.022Z[ recovery-image] Oct 18 21:29:58.723 INFO O| Oct 18 21:29:58.723 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-10-18T21:30:00.034Z[ recovery-image] Oct 18 21:29:58.735 INFO O| Oct 18 21:29:58.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54742024-10-18T21:30:00.034Z[ recovery-image] Oct 18 21:29:58.736 INFO O| Oct 18 21:29:58.735 INFO STEP 442 (remove_files) COMPLETE
54752024-10-18T21:30:00.035Z[ recovery-image] Oct 18 21:29:58.736 INFO O| Oct 18 21:29:58.736 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-10-18T21:30:00.045Z[ recovery-image] Oct 18 21:29:58.746 INFO O| Oct 18 21:29:58.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54772024-10-18T21:30:00.045Z[ recovery-image] Oct 18 21:29:58.746 INFO O| Oct 18 21:29:58.746 INFO STEP 443 (remove_files) COMPLETE
54782024-10-18T21:30:00.045Z[ recovery-image] Oct 18 21:29:58.746 INFO O| Oct 18 21:29:58.746 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-10-18T21:30:00.056Z[ recovery-image] Oct 18 21:29:58.757 INFO O| Oct 18 21:29:58.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54802024-10-18T21:30:00.056Z[ recovery-image] Oct 18 21:29:58.757 INFO O| Oct 18 21:29:58.757 INFO STEP 444 (remove_files) COMPLETE
54812024-10-18T21:30:00.058Z[ recovery-image] Oct 18 21:29:58.757 INFO O| Oct 18 21:29:58.757 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-10-18T21:30:00.070Z[ recovery-image] Oct 18 21:29:58.771 INFO O| Oct 18 21:29:58.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
54832024-10-18T21:30:00.070Z[ recovery-image] Oct 18 21:29:58.771 INFO O| Oct 18 21:29:58.771 INFO STEP 445 (remove_files) COMPLETE
54842024-10-18T21:30:00.070Z[ recovery-image] Oct 18 21:29:58.771 INFO O| Oct 18 21:29:58.771 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-10-18T21:30:00.083Z[ recovery-image] Oct 18 21:29:58.784 INFO O| Oct 18 21:29:58.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
54862024-10-18T21:30:00.083Z[ recovery-image] Oct 18 21:29:58.784 INFO O| Oct 18 21:29:58.784 INFO STEP 446 (remove_files) COMPLETE
54872024-10-18T21:30:00.083Z[ recovery-image] Oct 18 21:29:58.784 INFO O| Oct 18 21:29:58.784 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-10-18T21:30:00.097Z[ recovery-image] Oct 18 21:29:58.798 INFO O| Oct 18 21:29:58.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
54892024-10-18T21:30:00.097Z[ recovery-image] Oct 18 21:29:58.798 INFO O| Oct 18 21:29:58.798 INFO STEP 447 (remove_files) COMPLETE
54902024-10-18T21:30:00.099Z[ recovery-image] Oct 18 21:29:58.798 INFO O| Oct 18 21:29:58.798 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-10-18T21:30:00.112Z[ recovery-image] Oct 18 21:29:58.812 INFO O| Oct 18 21:29:58.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
54922024-10-18T21:30:00.112Z[ recovery-image] Oct 18 21:29:58.813 INFO O| Oct 18 21:29:58.812 INFO STEP 448 (remove_files) COMPLETE
54932024-10-18T21:30:00.112Z[ recovery-image] Oct 18 21:29:58.813 INFO O| Oct 18 21:29:58.813 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-10-18T21:30:00.122Z[ recovery-image] Oct 18 21:29:58.823 INFO O| Oct 18 21:29:58.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
54952024-10-18T21:30:00.122Z[ recovery-image] Oct 18 21:29:58.823 INFO O| Oct 18 21:29:58.823 INFO STEP 449 (remove_files) COMPLETE
54962024-10-18T21:30:00.124Z[ recovery-image] Oct 18 21:29:58.823 INFO O| Oct 18 21:29:58.823 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-10-18T21:30:00.136Z[ recovery-image] Oct 18 21:29:58.837 INFO O| Oct 18 21:29:58.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
54982024-10-18T21:30:00.136Z[ recovery-image] Oct 18 21:29:58.837 INFO O| Oct 18 21:29:58.837 INFO STEP 450 (remove_files) COMPLETE
54992024-10-18T21:30:00.136Z[ recovery-image] Oct 18 21:29:58.837 INFO O| Oct 18 21:29:58.837 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-10-18T21:30:00.139Z[ host-image] Oct 18 21:29:58.840 INFO O| Oct 18 21:29:58.840 INFO O| Planning: Solver setup ... Done
55012024-10-18T21:30:00.146Z[ host-image] Oct 18 21:29:58.847 INFO O| Oct 18 21:29:58.847 INFO O| Planning: Running solver ... Done
55022024-10-18T21:30:00.148Z[ recovery-image] Oct 18 21:29:58.847 INFO O| Oct 18 21:29:58.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
55032024-10-18T21:30:00.148Z[ recovery-image] Oct 18 21:29:58.847 INFO O| Oct 18 21:29:58.847 INFO STEP 451 (remove_files) COMPLETE
55042024-10-18T21:30:00.148Z[ recovery-image] Oct 18 21:29:58.847 INFO O| Oct 18 21:29:58.847 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-10-18T21:30:00.157Z[ recovery-image] Oct 18 21:29:58.858 INFO O| Oct 18 21:29:58.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
55062024-10-18T21:30:00.157Z[ recovery-image] Oct 18 21:29:58.858 INFO O| Oct 18 21:29:58.858 INFO STEP 452 (remove_files) COMPLETE
55072024-10-18T21:30:00.159Z[ recovery-image] Oct 18 21:29:58.858 INFO O| Oct 18 21:29:58.858 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-10-18T21:30:00.168Z[ recovery-image] Oct 18 21:29:58.869 INFO O| Oct 18 21:29:58.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
55092024-10-18T21:30:00.168Z[ recovery-image] Oct 18 21:29:58.869 INFO O| Oct 18 21:29:58.869 INFO STEP 453 (remove_files) COMPLETE
55102024-10-18T21:30:00.168Z[ recovery-image] Oct 18 21:29:58.869 INFO O| Oct 18 21:29:58.869 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-10-18T21:30:00.181Z[ recovery-image] Oct 18 21:29:58.882 INFO O| Oct 18 21:29:58.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
55122024-10-18T21:30:00.181Z[ recovery-image] Oct 18 21:29:58.882 INFO O| Oct 18 21:29:58.882 INFO STEP 454 (remove_files) COMPLETE
55132024-10-18T21:30:00.181Z[ recovery-image] Oct 18 21:29:58.882 INFO O| Oct 18 21:29:58.882 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-10-18T21:30:00.194Z[ recovery-image] Oct 18 21:29:58.895 INFO O| Oct 18 21:29:58.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
55152024-10-18T21:30:00.194Z[ recovery-image] Oct 18 21:29:58.895 INFO O| Oct 18 21:29:58.895 INFO STEP 455 (remove_files) COMPLETE
55162024-10-18T21:30:00.196Z[ recovery-image] Oct 18 21:29:58.895 INFO O| Oct 18 21:29:58.895 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-10-18T21:30:00.205Z[ recovery-image] Oct 18 21:29:58.906 INFO O| Oct 18 21:29:58.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
55182024-10-18T21:30:00.205Z[ recovery-image] Oct 18 21:29:58.906 INFO O| Oct 18 21:29:58.906 INFO STEP 456 (remove_files) COMPLETE
55192024-10-18T21:30:00.207Z[ recovery-image] Oct 18 21:29:58.906 INFO O| Oct 18 21:29:58.906 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-10-18T21:30:00.215Z[ recovery-image] Oct 18 21:29:58.916 INFO O| Oct 18 21:29:58.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
55212024-10-18T21:30:00.215Z[ recovery-image] Oct 18 21:29:58.916 INFO O| Oct 18 21:29:58.916 INFO STEP 457 (remove_files) COMPLETE
55222024-10-18T21:30:00.217Z[ recovery-image] Oct 18 21:29:58.916 INFO O| Oct 18 21:29:58.916 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-10-18T21:30:00.217Z[ host-image] Oct 18 21:29:58.916 INFO O| Oct 18 21:29:58.916 INFO O| Planning: Finding local manifests ... Done
55242024-10-18T21:30:00.217Z[ host-image] Oct 18 21:29:58.918 INFO O| Oct 18 21:29:58.918 INFO O| Planning: Fetching manifests: 0/6 0% complete
55252024-10-18T21:30:00.226Z[ recovery-image] Oct 18 21:29:58.928 INFO O| Oct 18 21:29:58.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
55262024-10-18T21:30:00.227Z[ recovery-image] Oct 18 21:29:58.928 INFO O| Oct 18 21:29:58.928 INFO STEP 458 (remove_files) COMPLETE
55272024-10-18T21:30:00.227Z[ recovery-image] Oct 18 21:29:58.928 INFO O| Oct 18 21:29:58.928 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-10-18T21:30:00.238Z[ recovery-image] Oct 18 21:29:58.939 INFO O| Oct 18 21:29:58.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
55292024-10-18T21:30:00.238Z[ recovery-image] Oct 18 21:29:58.939 INFO O| Oct 18 21:29:58.939 INFO STEP 459 (remove_files) COMPLETE
55302024-10-18T21:30:00.238Z[ recovery-image] Oct 18 21:29:58.940 INFO O| Oct 18 21:29:58.939 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-10-18T21:30:00.251Z[ recovery-image] Oct 18 21:29:58.952 INFO O| Oct 18 21:29:58.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55322024-10-18T21:30:00.251Z[ recovery-image] Oct 18 21:29:58.952 INFO O| Oct 18 21:29:58.952 INFO STEP 460 (remove_files) COMPLETE
55332024-10-18T21:30:00.254Z[ recovery-image] Oct 18 21:29:58.952 INFO O| Oct 18 21:29:58.952 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-10-18T21:30:00.264Z[ recovery-image] Oct 18 21:29:58.965 INFO O| Oct 18 21:29:58.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55352024-10-18T21:30:00.264Z[ recovery-image] Oct 18 21:29:58.965 INFO O| Oct 18 21:29:58.965 INFO STEP 461 (remove_files) COMPLETE
55362024-10-18T21:30:00.266Z[ recovery-image] Oct 18 21:29:58.965 INFO O| Oct 18 21:29:58.965 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-10-18T21:30:00.275Z[ recovery-image] Oct 18 21:29:58.976 INFO O| Oct 18 21:29:58.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55382024-10-18T21:30:00.275Z[ recovery-image] Oct 18 21:29:58.976 INFO O| Oct 18 21:29:58.976 INFO STEP 462 (remove_files) COMPLETE
55392024-10-18T21:30:00.275Z[ recovery-image] Oct 18 21:29:58.976 INFO O| Oct 18 21:29:58.976 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-10-18T21:30:00.289Z[ recovery-image] Oct 18 21:29:58.989 INFO O| Oct 18 21:29:58.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55412024-10-18T21:30:00.289Z[ recovery-image] Oct 18 21:29:58.989 INFO O| Oct 18 21:29:58.989 INFO STEP 463 (remove_files) COMPLETE
55422024-10-18T21:30:00.289Z[ recovery-image] Oct 18 21:29:58.989 INFO O| Oct 18 21:29:58.989 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-10-18T21:30:00.303Z[ recovery-image] Oct 18 21:29:59.004 INFO O| Oct 18 21:29:59.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55442024-10-18T21:30:00.303Z[ recovery-image] Oct 18 21:29:59.004 INFO O| Oct 18 21:29:59.004 INFO STEP 464 (remove_files) COMPLETE
55452024-10-18T21:30:00.306Z[ recovery-image] Oct 18 21:29:59.004 INFO O| Oct 18 21:29:59.004 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-10-18T21:30:00.319Z[ recovery-image] Oct 18 21:29:59.020 INFO O| Oct 18 21:29:59.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55472024-10-18T21:30:00.319Z[ recovery-image] Oct 18 21:29:59.020 INFO O| Oct 18 21:29:59.020 INFO STEP 465 (remove_files) COMPLETE
55482024-10-18T21:30:00.322Z[ recovery-image] Oct 18 21:29:59.020 INFO O| Oct 18 21:29:59.020 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-10-18T21:30:00.334Z[ recovery-image] Oct 18 21:29:59.035 INFO O| Oct 18 21:29:59.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55502024-10-18T21:30:00.334Z[ recovery-image] Oct 18 21:29:59.035 INFO O| Oct 18 21:29:59.035 INFO STEP 466 (remove_files) COMPLETE
55512024-10-18T21:30:00.336Z[ recovery-image] Oct 18 21:29:59.035 INFO O| Oct 18 21:29:59.035 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-10-18T21:30:00.348Z[ recovery-image] Oct 18 21:29:59.049 INFO O| Oct 18 21:29:59.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55532024-10-18T21:30:00.348Z[ recovery-image] Oct 18 21:29:59.049 INFO O| Oct 18 21:29:59.049 INFO STEP 467 (remove_files) COMPLETE
55542024-10-18T21:30:00.348Z[ recovery-image] Oct 18 21:29:59.049 INFO O| Oct 18 21:29:59.049 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-10-18T21:30:00.363Z[ recovery-image] Oct 18 21:29:59.064 INFO O| Oct 18 21:29:59.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55562024-10-18T21:30:00.363Z[ recovery-image] Oct 18 21:29:59.064 INFO O| Oct 18 21:29:59.064 INFO STEP 468 (remove_files) COMPLETE
55572024-10-18T21:30:00.365Z[ recovery-image] Oct 18 21:29:59.064 INFO O| Oct 18 21:29:59.064 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-10-18T21:30:00.376Z[ recovery-image] Oct 18 21:29:59.076 INFO O| Oct 18 21:29:59.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55592024-10-18T21:30:00.376Z[ recovery-image] Oct 18 21:29:59.076 INFO O| Oct 18 21:29:59.076 INFO STEP 469 (remove_files) COMPLETE
55602024-10-18T21:30:00.378Z[ recovery-image] Oct 18 21:29:59.076 INFO O| Oct 18 21:29:59.076 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-10-18T21:30:00.386Z[ recovery-image] Oct 18 21:29:59.087 INFO O| Oct 18 21:29:59.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55622024-10-18T21:30:00.388Z[ recovery-image] Oct 18 21:29:59.087 INFO O| Oct 18 21:29:59.087 INFO STEP 470 (remove_files) COMPLETE
55632024-10-18T21:30:00.388Z[ recovery-image] Oct 18 21:29:59.087 INFO O| Oct 18 21:29:59.087 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-10-18T21:30:00.399Z[ recovery-image] Oct 18 21:29:59.100 INFO O| Oct 18 21:29:59.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55652024-10-18T21:30:00.399Z[ recovery-image] Oct 18 21:29:59.100 INFO O| Oct 18 21:29:59.100 INFO STEP 471 (remove_files) COMPLETE
55662024-10-18T21:30:00.401Z[ recovery-image] Oct 18 21:29:59.100 INFO O| Oct 18 21:29:59.100 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-10-18T21:30:00.410Z[ recovery-image] Oct 18 21:29:59.111 INFO O| Oct 18 21:29:59.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55682024-10-18T21:30:00.410Z[ recovery-image] Oct 18 21:29:59.111 INFO O| Oct 18 21:29:59.111 INFO STEP 472 (remove_files) COMPLETE
55692024-10-18T21:30:00.413Z[ recovery-image] Oct 18 21:29:59.111 INFO O| Oct 18 21:29:59.111 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-10-18T21:30:00.423Z[ recovery-image] Oct 18 21:29:59.124 INFO O| Oct 18 21:29:59.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55712024-10-18T21:30:00.423Z[ recovery-image] Oct 18 21:29:59.124 INFO O| Oct 18 21:29:59.124 INFO STEP 473 (remove_files) COMPLETE
55722024-10-18T21:30:00.426Z[ recovery-image] Oct 18 21:29:59.124 INFO O| Oct 18 21:29:59.124 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-10-18T21:30:00.434Z[ recovery-image] Oct 18 21:29:59.135 INFO O| Oct 18 21:29:59.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55742024-10-18T21:30:00.434Z[ recovery-image] Oct 18 21:29:59.135 INFO O| Oct 18 21:29:59.135 INFO STEP 474 (remove_files) COMPLETE
55752024-10-18T21:30:00.436Z[ recovery-image] Oct 18 21:29:59.135 INFO O| Oct 18 21:29:59.135 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-10-18T21:30:00.444Z[ recovery-image] Oct 18 21:29:59.145 INFO O| Oct 18 21:29:59.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55772024-10-18T21:30:00.444Z[ recovery-image] Oct 18 21:29:59.145 INFO O| Oct 18 21:29:59.145 INFO STEP 475 (remove_files) COMPLETE
55782024-10-18T21:30:00.444Z[ recovery-image] Oct 18 21:29:59.145 INFO O| Oct 18 21:29:59.145 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-10-18T21:30:00.454Z[ recovery-image] Oct 18 21:29:59.155 INFO O| Oct 18 21:29:59.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55802024-10-18T21:30:00.454Z[ recovery-image] Oct 18 21:29:59.155 INFO O| Oct 18 21:29:59.155 INFO STEP 476 (remove_files) COMPLETE
55812024-10-18T21:30:00.456Z[ recovery-image] Oct 18 21:29:59.155 INFO O| Oct 18 21:29:59.155 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-10-18T21:30:00.456Z[ host-image] Oct 18 21:29:59.157 INFO O| Oct 18 21:29:59.157 INFO O| Planning: Fetching manifests: 6/6 100% complete
55832024-10-18T21:30:00.465Z[ recovery-image] Oct 18 21:29:59.166 INFO O| Oct 18 21:29:59.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55842024-10-18T21:30:00.465Z[ recovery-image] Oct 18 21:29:59.166 INFO O| Oct 18 21:29:59.166 INFO STEP 477 (remove_files) COMPLETE
55852024-10-18T21:30:00.467Z[ recovery-image] Oct 18 21:29:59.166 INFO O| Oct 18 21:29:59.166 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-10-18T21:30:00.478Z[ recovery-image] Oct 18 21:29:59.179 INFO O| Oct 18 21:29:59.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
55872024-10-18T21:30:00.478Z[ recovery-image] Oct 18 21:29:59.179 INFO O| Oct 18 21:29:59.179 INFO STEP 478 (remove_files) COMPLETE
55882024-10-18T21:30:00.481Z[ recovery-image] Oct 18 21:29:59.180 INFO O| Oct 18 21:29:59.179 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-10-18T21:30:00.489Z[ recovery-image] Oct 18 21:29:59.190 INFO O| Oct 18 21:29:59.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
55902024-10-18T21:30:00.489Z[ recovery-image] Oct 18 21:29:59.190 INFO O| Oct 18 21:29:59.190 INFO STEP 479 (remove_files) COMPLETE
55912024-10-18T21:30:00.492Z[ recovery-image] Oct 18 21:29:59.191 INFO O| Oct 18 21:29:59.190 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-10-18T21:30:00.492Z[ host-image] Oct 18 21:29:59.191 INFO O| Oct 18 21:29:59.191 INFO O| Planning: Package planning ... Done
55932024-10-18T21:30:00.504Z[ recovery-image] Oct 18 21:29:59.205 INFO O| Oct 18 21:29:59.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
55942024-10-18T21:30:00.504Z[ recovery-image] Oct 18 21:29:59.205 INFO O| Oct 18 21:29:59.205 INFO STEP 480 (remove_files) COMPLETE
55952024-10-18T21:30:00.506Z[ recovery-image] Oct 18 21:29:59.205 INFO O| Oct 18 21:29:59.205 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-10-18T21:30:00.517Z[ recovery-image] Oct 18 21:29:59.218 INFO O| Oct 18 21:29:59.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
55972024-10-18T21:30:00.519Z[ recovery-image] Oct 18 21:29:59.218 INFO O| Oct 18 21:29:59.218 INFO STEP 481 (remove_files) COMPLETE
55982024-10-18T21:30:00.519Z[ recovery-image] Oct 18 21:29:59.219 INFO O| Oct 18 21:29:59.218 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-10-18T21:30:00.522Z[ host-image] Oct 18 21:29:59.221 INFO O| Oct 18 21:29:59.221 INFO O| Planning: Merging actions ... Done
56002024-10-18T21:30:00.528Z[ recovery-image] Oct 18 21:29:59.229 INFO O| Oct 18 21:29:59.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
56012024-10-18T21:30:00.528Z[ recovery-image] Oct 18 21:29:59.229 INFO O| Oct 18 21:29:59.229 INFO STEP 482 (remove_files) COMPLETE
56022024-10-18T21:30:00.531Z[ recovery-image] Oct 18 21:29:59.229 INFO O| Oct 18 21:29:59.229 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-10-18T21:30:00.539Z[ recovery-image] Oct 18 21:29:59.240 INFO O| Oct 18 21:29:59.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
56042024-10-18T21:30:00.542Z[ recovery-image] Oct 18 21:29:59.240 INFO O| Oct 18 21:29:59.240 INFO STEP 483 (remove_files) COMPLETE
56052024-10-18T21:30:00.542Z[ recovery-image] Oct 18 21:29:59.240 INFO O| Oct 18 21:29:59.240 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-10-18T21:30:00.549Z[ recovery-image] Oct 18 21:29:59.250 INFO O| Oct 18 21:29:59.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
56072024-10-18T21:30:00.552Z[ recovery-image] Oct 18 21:29:59.251 INFO O| Oct 18 21:29:59.251 INFO STEP 484 (remove_files) COMPLETE
56082024-10-18T21:30:00.552Z[ recovery-image] Oct 18 21:29:59.251 INFO O| Oct 18 21:29:59.251 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-10-18T21:30:00.563Z[ recovery-image] Oct 18 21:29:59.264 INFO O| Oct 18 21:29:59.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
56102024-10-18T21:30:00.563Z[ recovery-image] Oct 18 21:29:59.264 INFO O| Oct 18 21:29:59.264 INFO STEP 485 (remove_files) COMPLETE
56112024-10-18T21:30:00.565Z[ recovery-image] Oct 18 21:29:59.264 INFO O| Oct 18 21:29:59.264 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-10-18T21:30:00.573Z[ recovery-image] Oct 18 21:29:59.274 INFO O| Oct 18 21:29:59.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
56132024-10-18T21:30:00.573Z[ recovery-image] Oct 18 21:29:59.274 INFO O| Oct 18 21:29:59.274 INFO STEP 486 (remove_files) COMPLETE
56142024-10-18T21:30:00.576Z[ recovery-image] Oct 18 21:29:59.274 INFO O| Oct 18 21:29:59.274 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-10-18T21:30:00.584Z[ recovery-image] Oct 18 21:29:59.285 INFO O| Oct 18 21:29:59.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
56162024-10-18T21:30:00.586Z[ recovery-image] Oct 18 21:29:59.285 INFO O| Oct 18 21:29:59.285 INFO STEP 487 (remove_files) COMPLETE
56172024-10-18T21:30:00.586Z[ recovery-image] Oct 18 21:29:59.285 INFO O| Oct 18 21:29:59.285 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-10-18T21:30:00.594Z[ host-image] Oct 18 21:29:59.295 INFO O| Oct 18 21:29:59.295 INFO O| Planning: Checking for conflicting actions ... Done
56192024-10-18T21:30:00.597Z[ recovery-image] Oct 18 21:29:59.296 INFO O| Oct 18 21:29:59.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
56202024-10-18T21:30:00.597Z[ recovery-image] Oct 18 21:29:59.296 INFO O| Oct 18 21:29:59.296 INFO STEP 488 (remove_files) COMPLETE
56212024-10-18T21:30:00.597Z[ recovery-image] Oct 18 21:29:59.296 INFO O| Oct 18 21:29:59.296 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-10-18T21:30:00.600Z[ host-image] Oct 18 21:29:59.299 INFO O| Oct 18 21:29:59.299 INFO O| Planning: Consolidating action changes ... Done
56232024-10-18T21:30:00.605Z[ recovery-image] Oct 18 21:29:59.306 INFO O| Oct 18 21:29:59.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
56242024-10-18T21:30:00.607Z[ recovery-image] Oct 18 21:29:59.306 INFO O| Oct 18 21:29:59.306 INFO STEP 489 (remove_files) COMPLETE
56252024-10-18T21:30:00.607Z[ recovery-image] Oct 18 21:29:59.306 INFO O| Oct 18 21:29:59.306 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-10-18T21:30:00.615Z[ recovery-image] Oct 18 21:29:59.316 INFO O| Oct 18 21:29:59.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
56272024-10-18T21:30:00.615Z[ recovery-image] Oct 18 21:29:59.316 INFO O| Oct 18 21:29:59.316 INFO STEP 490 (remove_files) COMPLETE
56282024-10-18T21:30:00.617Z[ recovery-image] Oct 18 21:29:59.316 INFO O| Oct 18 21:29:59.316 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-10-18T21:30:00.625Z[ recovery-image] Oct 18 21:29:59.326 INFO O| Oct 18 21:29:59.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
56302024-10-18T21:30:00.625Z[ recovery-image] Oct 18 21:29:59.326 INFO O| Oct 18 21:29:59.326 INFO STEP 491 (remove_files) COMPLETE
56312024-10-18T21:30:00.627Z[ recovery-image] Oct 18 21:29:59.326 INFO O| Oct 18 21:29:59.326 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-10-18T21:30:00.635Z[ recovery-image] Oct 18 21:29:59.336 INFO O| Oct 18 21:29:59.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
56332024-10-18T21:30:00.638Z[ recovery-image] Oct 18 21:29:59.336 INFO O| Oct 18 21:29:59.336 INFO STEP 492 (remove_files) COMPLETE
56342024-10-18T21:30:00.638Z[ recovery-image] Oct 18 21:29:59.336 INFO O| Oct 18 21:29:59.336 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-10-18T21:30:00.645Z[ recovery-image] Oct 18 21:29:59.346 INFO O| Oct 18 21:29:59.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56362024-10-18T21:30:00.645Z[ recovery-image] Oct 18 21:29:59.346 INFO O| Oct 18 21:29:59.346 INFO STEP 493 (remove_files) COMPLETE
56372024-10-18T21:30:00.648Z[ recovery-image] Oct 18 21:29:59.346 INFO O| Oct 18 21:29:59.346 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-10-18T21:30:00.656Z[ recovery-image] Oct 18 21:29:59.357 INFO O| Oct 18 21:29:59.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56392024-10-18T21:30:00.656Z[ recovery-image] Oct 18 21:29:59.357 INFO O| Oct 18 21:29:59.357 INFO STEP 494 (remove_files) COMPLETE
56402024-10-18T21:30:00.656Z[ recovery-image] Oct 18 21:29:59.357 INFO O| Oct 18 21:29:59.357 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-10-18T21:30:00.666Z[ recovery-image] Oct 18 21:29:59.367 INFO O| Oct 18 21:29:59.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56422024-10-18T21:30:00.666Z[ recovery-image] Oct 18 21:29:59.367 INFO O| Oct 18 21:29:59.367 INFO STEP 495 (remove_files) COMPLETE
56432024-10-18T21:30:00.669Z[ recovery-image] Oct 18 21:29:59.367 INFO O| Oct 18 21:29:59.367 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-10-18T21:30:00.681Z[ recovery-image] Oct 18 21:29:59.382 INFO O| Oct 18 21:29:59.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56452024-10-18T21:30:00.681Z[ recovery-image] Oct 18 21:29:59.382 INFO O| Oct 18 21:29:59.382 INFO STEP 496 (remove_files) COMPLETE
56462024-10-18T21:30:00.681Z[ recovery-image] Oct 18 21:29:59.382 INFO O| Oct 18 21:29:59.382 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-10-18T21:30:00.694Z[ recovery-image] Oct 18 21:29:59.394 INFO O| Oct 18 21:29:59.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56482024-10-18T21:30:00.696Z[ recovery-image] Oct 18 21:29:59.395 INFO O| Oct 18 21:29:59.394 INFO STEP 497 (remove_files) COMPLETE
56492024-10-18T21:30:00.696Z[ recovery-image] Oct 18 21:29:59.395 INFO O| Oct 18 21:29:59.395 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-10-18T21:30:00.706Z[ recovery-image] Oct 18 21:29:59.407 INFO O| Oct 18 21:29:59.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56512024-10-18T21:30:00.708Z[ recovery-image] Oct 18 21:29:59.407 INFO O| Oct 18 21:29:59.407 INFO STEP 498 (remove_files) COMPLETE
56522024-10-18T21:30:00.708Z[ recovery-image] Oct 18 21:29:59.407 INFO O| Oct 18 21:29:59.407 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-10-18T21:30:00.716Z[ recovery-image] Oct 18 21:29:59.417 INFO O| Oct 18 21:29:59.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56542024-10-18T21:30:00.719Z[ recovery-image] Oct 18 21:29:59.417 INFO O| Oct 18 21:29:59.417 INFO STEP 499 (remove_files) COMPLETE
56552024-10-18T21:30:00.719Z[ recovery-image] Oct 18 21:29:59.418 INFO O| Oct 18 21:29:59.417 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-10-18T21:30:00.729Z[ recovery-image] Oct 18 21:29:59.430 INFO O| Oct 18 21:29:59.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56572024-10-18T21:30:00.729Z[ recovery-image] Oct 18 21:29:59.430 INFO O| Oct 18 21:29:59.430 INFO STEP 500 (remove_files) COMPLETE
56582024-10-18T21:30:00.729Z[ recovery-image] Oct 18 21:29:59.430 INFO O| Oct 18 21:29:59.430 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-10-18T21:30:00.741Z[ recovery-image] Oct 18 21:29:59.442 INFO O| Oct 18 21:29:59.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56602024-10-18T21:30:00.741Z[ recovery-image] Oct 18 21:29:59.442 INFO O| Oct 18 21:29:59.442 INFO STEP 501 (remove_files) COMPLETE
56612024-10-18T21:30:00.744Z[ recovery-image] Oct 18 21:29:59.442 INFO O| Oct 18 21:29:59.442 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-10-18T21:30:00.752Z[ recovery-image] Oct 18 21:29:59.453 INFO O| Oct 18 21:29:59.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56632024-10-18T21:30:00.752Z[ recovery-image] Oct 18 21:29:59.453 INFO O| Oct 18 21:29:59.453 INFO STEP 502 (remove_files) COMPLETE
56642024-10-18T21:30:00.754Z[ recovery-image] Oct 18 21:29:59.453 INFO O| Oct 18 21:29:59.453 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-10-18T21:30:00.762Z[ recovery-image] Oct 18 21:29:59.463 INFO O| Oct 18 21:29:59.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56662024-10-18T21:30:00.762Z[ recovery-image] Oct 18 21:29:59.463 INFO O| Oct 18 21:29:59.463 INFO STEP 503 (remove_files) COMPLETE
56672024-10-18T21:30:00.765Z[ recovery-image] Oct 18 21:29:59.463 INFO O| Oct 18 21:29:59.463 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-10-18T21:30:00.789Z[ recovery-image] Oct 18 21:29:59.488 INFO O| Oct 18 21:29:59.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56692024-10-18T21:30:00.789Z[ recovery-image] Oct 18 21:29:59.488 INFO O| Oct 18 21:29:59.487 INFO STEP 504 (remove_files) COMPLETE
56702024-10-18T21:30:00.791Z[ recovery-image] Oct 18 21:29:59.488 INFO O| Oct 18 21:29:59.487 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-10-18T21:30:00.808Z[ recovery-image] Oct 18 21:29:59.507 INFO O| Oct 18 21:29:59.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56722024-10-18T21:30:00.810Z[ recovery-image] Oct 18 21:29:59.507 INFO O| Oct 18 21:29:59.507 INFO STEP 505 (remove_files) COMPLETE
56732024-10-18T21:30:00.810Z[ recovery-image] Oct 18 21:29:59.507 INFO O| Oct 18 21:29:59.507 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-10-18T21:30:00.831Z[ recovery-image] Oct 18 21:29:59.532 INFO O| Oct 18 21:29:59.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56752024-10-18T21:30:00.834Z[ recovery-image] Oct 18 21:29:59.532 INFO O| Oct 18 21:29:59.532 INFO STEP 506 (remove_files) COMPLETE
56762024-10-18T21:30:00.834Z[ recovery-image] Oct 18 21:29:59.533 INFO O| Oct 18 21:29:59.533 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-10-18T21:30:00.838Z[ host-image] Oct 18 21:29:59.539 INFO O| Oct 18 21:29:59.538 INFO O| Planning: Evaluating mediators ... Done
56782024-10-18T21:30:00.843Z[ host-image] Oct 18 21:29:59.544 INFO O| Oct 18 21:29:59.543 INFO O| Planning: Planning completed in 3.51 seconds
56792024-10-18T21:30:00.846Z[ host-image] Oct 18 21:29:59.547 INFO O| Oct 18 21:29:59.547 INFO O| Packages to install: 6
56802024-10-18T21:30:00.846Z[ host-image] Oct 18 21:29:59.547 INFO O| Oct 18 21:29:59.547 INFO O| Mediators to change: 1
56812024-10-18T21:30:00.848Z[ host-image] Oct 18 21:29:59.547 INFO O| Oct 18 21:29:59.547 INFO O| Services to change: 1
56822024-10-18T21:30:00.864Z[ recovery-image] Oct 18 21:29:59.564 INFO O| Oct 18 21:29:59.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56832024-10-18T21:30:00.864Z[ recovery-image] Oct 18 21:29:59.565 INFO O| Oct 18 21:29:59.564 INFO STEP 507 (remove_files) COMPLETE
56842024-10-18T21:30:00.866Z[ recovery-image] Oct 18 21:29:59.565 INFO O| Oct 18 21:29:59.565 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852024-10-18T21:30:00.866Z[ host-image] Oct 18 21:29:59.565 INFO O| Oct 18 21:29:59.565 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
56862024-10-18T21:30:00.878Z[ recovery-image] Oct 18 21:29:59.579 INFO O| Oct 18 21:29:59.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56872024-10-18T21:30:00.878Z[ recovery-image] Oct 18 21:29:59.579 INFO O| Oct 18 21:29:59.579 INFO STEP 508 (remove_files) COMPLETE
56882024-10-18T21:30:00.878Z[ recovery-image] Oct 18 21:29:59.579 INFO O| Oct 18 21:29:59.579 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-10-18T21:30:00.891Z[ recovery-image] Oct 18 21:29:59.592 INFO O| Oct 18 21:29:59.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56902024-10-18T21:30:00.891Z[ recovery-image] Oct 18 21:29:59.592 INFO O| Oct 18 21:29:59.592 INFO STEP 509 (remove_files) COMPLETE
56912024-10-18T21:30:00.894Z[ recovery-image] Oct 18 21:29:59.592 INFO O| Oct 18 21:29:59.592 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-10-18T21:30:00.908Z[ recovery-image] Oct 18 21:29:59.609 INFO O| Oct 18 21:29:59.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56932024-10-18T21:30:00.908Z[ recovery-image] Oct 18 21:29:59.609 INFO O| Oct 18 21:29:59.609 INFO STEP 510 (remove_files) COMPLETE
56942024-10-18T21:30:00.908Z[ recovery-image] Oct 18 21:29:59.609 INFO O| Oct 18 21:29:59.609 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-10-18T21:30:00.922Z[ recovery-image] Oct 18 21:29:59.623 INFO O| Oct 18 21:29:59.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
56962024-10-18T21:30:00.925Z[ recovery-image] Oct 18 21:29:59.623 INFO O| Oct 18 21:29:59.623 INFO STEP 511 (remove_files) COMPLETE
56972024-10-18T21:30:00.925Z[ recovery-image] Oct 18 21:29:59.623 INFO O| Oct 18 21:29:59.623 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-10-18T21:30:00.934Z[ recovery-image] Oct 18 21:29:59.635 INFO O| Oct 18 21:29:59.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
56992024-10-18T21:30:00.934Z[ recovery-image] Oct 18 21:29:59.635 INFO O| Oct 18 21:29:59.635 INFO STEP 512 (remove_files) COMPLETE
57002024-10-18T21:30:00.936Z[ recovery-image] Oct 18 21:29:59.635 INFO O| Oct 18 21:29:59.635 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-10-18T21:30:00.945Z[ recovery-image] Oct 18 21:29:59.646 INFO O| Oct 18 21:29:59.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
57022024-10-18T21:30:00.946Z[ recovery-image] Oct 18 21:29:59.646 INFO O| Oct 18 21:29:59.646 INFO STEP 513 (remove_files) COMPLETE
57032024-10-18T21:30:00.948Z[ recovery-image] Oct 18 21:29:59.647 INFO O| Oct 18 21:29:59.646 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-10-18T21:30:00.956Z[ recovery-image] Oct 18 21:29:59.657 INFO O| Oct 18 21:29:59.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
57052024-10-18T21:30:00.956Z[ recovery-image] Oct 18 21:29:59.657 INFO O| Oct 18 21:29:59.657 INFO STEP 514 (remove_files) COMPLETE
57062024-10-18T21:30:00.956Z[ recovery-image] Oct 18 21:29:59.657 INFO O| Oct 18 21:29:59.657 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-10-18T21:30:00.969Z[ recovery-image] Oct 18 21:29:59.670 INFO O| Oct 18 21:29:59.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
57082024-10-18T21:30:00.969Z[ recovery-image] Oct 18 21:29:59.670 INFO O| Oct 18 21:29:59.670 INFO STEP 515 (remove_files) COMPLETE
57092024-10-18T21:30:00.969Z[ recovery-image] Oct 18 21:29:59.670 INFO O| Oct 18 21:29:59.670 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-10-18T21:30:00.981Z[ recovery-image] Oct 18 21:29:59.682 INFO O| Oct 18 21:29:59.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
57112024-10-18T21:30:00.983Z[ recovery-image] Oct 18 21:29:59.682 INFO O| Oct 18 21:29:59.682 INFO STEP 516 (remove_files) COMPLETE
57122024-10-18T21:30:00.983Z[ recovery-image] Oct 18 21:29:59.682 INFO O| Oct 18 21:29:59.682 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-10-18T21:30:00.992Z[ recovery-image] Oct 18 21:29:59.693 INFO O| Oct 18 21:29:59.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
57142024-10-18T21:30:00.992Z[ recovery-image] Oct 18 21:29:59.693 INFO O| Oct 18 21:29:59.693 INFO STEP 517 (remove_files) COMPLETE
57152024-10-18T21:30:00.995Z[ recovery-image] Oct 18 21:29:59.693 INFO O| Oct 18 21:29:59.693 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-10-18T21:30:01.004Z[ recovery-image] Oct 18 21:29:59.705 INFO O| Oct 18 21:29:59.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
57172024-10-18T21:30:01.004Z[ recovery-image] Oct 18 21:29:59.705 INFO O| Oct 18 21:29:59.705 INFO STEP 518 (remove_files) COMPLETE
57182024-10-18T21:30:01.004Z[ recovery-image] Oct 18 21:29:59.705 INFO O| Oct 18 21:29:59.705 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-10-18T21:30:01.016Z[ recovery-image] Oct 18 21:29:59.717 INFO O| Oct 18 21:29:59.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
57202024-10-18T21:30:01.016Z[ recovery-image] Oct 18 21:29:59.717 INFO O| Oct 18 21:29:59.717 INFO STEP 519 (remove_files) COMPLETE
57212024-10-18T21:30:01.016Z[ recovery-image] Oct 18 21:29:59.717 INFO O| Oct 18 21:29:59.717 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-10-18T21:30:01.027Z[ recovery-image] Oct 18 21:29:59.728 INFO O| Oct 18 21:29:59.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
57232024-10-18T21:30:01.027Z[ recovery-image] Oct 18 21:29:59.728 INFO O| Oct 18 21:29:59.728 INFO STEP 520 (remove_files) COMPLETE
57242024-10-18T21:30:01.027Z[ recovery-image] Oct 18 21:29:59.728 INFO O| Oct 18 21:29:59.728 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-10-18T21:30:01.038Z[ recovery-image] Oct 18 21:29:59.739 INFO O| Oct 18 21:29:59.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
57262024-10-18T21:30:01.040Z[ recovery-image] Oct 18 21:29:59.739 INFO O| Oct 18 21:29:59.739 INFO STEP 521 (remove_files) COMPLETE
57272024-10-18T21:30:01.040Z[ recovery-image] Oct 18 21:29:59.739 INFO O| Oct 18 21:29:59.739 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-10-18T21:30:01.049Z[ recovery-image] Oct 18 21:29:59.750 INFO O| Oct 18 21:29:59.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
57292024-10-18T21:30:01.051Z[ recovery-image] Oct 18 21:29:59.750 INFO O| Oct 18 21:29:59.750 INFO STEP 522 (remove_files) COMPLETE
57302024-10-18T21:30:01.051Z[ recovery-image] Oct 18 21:29:59.750 INFO O| Oct 18 21:29:59.750 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-10-18T21:30:01.060Z[ recovery-image] Oct 18 21:29:59.761 INFO O| Oct 18 21:29:59.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
57322024-10-18T21:30:01.060Z[ recovery-image] Oct 18 21:29:59.761 INFO O| Oct 18 21:29:59.761 INFO STEP 523 (remove_files) COMPLETE
57332024-10-18T21:30:01.060Z[ recovery-image] Oct 18 21:29:59.761 INFO O| Oct 18 21:29:59.761 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-10-18T21:30:01.071Z[ recovery-image] Oct 18 21:29:59.772 INFO O| Oct 18 21:29:59.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
57352024-10-18T21:30:01.071Z[ recovery-image] Oct 18 21:29:59.772 INFO O| Oct 18 21:29:59.772 INFO STEP 524 (remove_files) COMPLETE
57362024-10-18T21:30:01.073Z[ recovery-image] Oct 18 21:29:59.772 INFO O| Oct 18 21:29:59.772 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-10-18T21:30:01.082Z[ recovery-image] Oct 18 21:29:59.783 INFO O| Oct 18 21:29:59.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
57382024-10-18T21:30:01.082Z[ recovery-image] Oct 18 21:29:59.783 INFO O| Oct 18 21:29:59.783 INFO STEP 525 (remove_files) COMPLETE
57392024-10-18T21:30:01.084Z[ recovery-image] Oct 18 21:29:59.783 INFO O| Oct 18 21:29:59.783 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-10-18T21:30:01.093Z[ recovery-image] Oct 18 21:29:59.794 INFO O| Oct 18 21:29:59.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57412024-10-18T21:30:01.093Z[ recovery-image] Oct 18 21:29:59.794 INFO O| Oct 18 21:29:59.794 INFO STEP 526 (remove_files) COMPLETE
57422024-10-18T21:30:01.093Z[ recovery-image] Oct 18 21:29:59.794 INFO O| Oct 18 21:29:59.794 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-10-18T21:30:01.105Z[ recovery-image] Oct 18 21:29:59.806 INFO O| Oct 18 21:29:59.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57442024-10-18T21:30:01.105Z[ recovery-image] Oct 18 21:29:59.806 INFO O| Oct 18 21:29:59.806 INFO STEP 527 (remove_files) COMPLETE
57452024-10-18T21:30:01.105Z[ recovery-image] Oct 18 21:29:59.806 INFO O| Oct 18 21:29:59.806 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-10-18T21:30:01.115Z[ recovery-image] Oct 18 21:29:59.816 INFO O| Oct 18 21:29:59.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57472024-10-18T21:30:01.115Z[ recovery-image] Oct 18 21:29:59.816 INFO O| Oct 18 21:29:59.816 INFO STEP 528 (remove_files) COMPLETE
57482024-10-18T21:30:01.118Z[ recovery-image] Oct 18 21:29:59.816 INFO O| Oct 18 21:29:59.816 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-10-18T21:30:01.126Z[ recovery-image] Oct 18 21:29:59.827 INFO O| Oct 18 21:29:59.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57502024-10-18T21:30:01.126Z[ recovery-image] Oct 18 21:29:59.827 INFO O| Oct 18 21:29:59.827 INFO STEP 529 (remove_files) COMPLETE
57512024-10-18T21:30:01.128Z[ recovery-image] Oct 18 21:29:59.827 INFO O| Oct 18 21:29:59.827 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-10-18T21:30:01.136Z[ recovery-image] Oct 18 21:29:59.837 INFO O| Oct 18 21:29:59.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57532024-10-18T21:30:01.136Z[ recovery-image] Oct 18 21:29:59.837 INFO O| Oct 18 21:29:59.837 INFO STEP 530 (remove_files) COMPLETE
57542024-10-18T21:30:01.139Z[ recovery-image] Oct 18 21:29:59.837 INFO O| Oct 18 21:29:59.837 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-10-18T21:30:01.147Z[ recovery-image] Oct 18 21:29:59.847 INFO O| Oct 18 21:29:59.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57562024-10-18T21:30:01.149Z[ recovery-image] Oct 18 21:29:59.848 INFO O| Oct 18 21:29:59.848 INFO STEP 531 (remove_files) COMPLETE
57572024-10-18T21:30:01.149Z[ recovery-image] Oct 18 21:29:59.848 INFO O| Oct 18 21:29:59.848 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-10-18T21:30:01.157Z[ recovery-image] Oct 18 21:29:59.858 INFO O| Oct 18 21:29:59.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57592024-10-18T21:30:01.157Z[ recovery-image] Oct 18 21:29:59.858 INFO O| Oct 18 21:29:59.858 INFO STEP 532 (remove_files) COMPLETE
57602024-10-18T21:30:01.159Z[ recovery-image] Oct 18 21:29:59.858 INFO O| Oct 18 21:29:59.858 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-10-18T21:30:01.167Z[ recovery-image] Oct 18 21:29:59.868 INFO O| Oct 18 21:29:59.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57622024-10-18T21:30:01.170Z[ recovery-image] Oct 18 21:29:59.868 INFO O| Oct 18 21:29:59.868 INFO STEP 533 (remove_files) COMPLETE
57632024-10-18T21:30:01.170Z[ recovery-image] Oct 18 21:29:59.868 INFO O| Oct 18 21:29:59.868 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-10-18T21:30:01.179Z[ recovery-image] Oct 18 21:29:59.880 INFO O| Oct 18 21:29:59.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57652024-10-18T21:30:01.181Z[ recovery-image] Oct 18 21:29:59.880 INFO O| Oct 18 21:29:59.880 INFO STEP 534 (remove_files) COMPLETE
57662024-10-18T21:30:01.181Z[ recovery-image] Oct 18 21:29:59.880 INFO O| Oct 18 21:29:59.880 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-10-18T21:30:01.189Z[ recovery-image] Oct 18 21:29:59.890 INFO O| Oct 18 21:29:59.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57682024-10-18T21:30:01.189Z[ recovery-image] Oct 18 21:29:59.890 INFO O| Oct 18 21:29:59.890 INFO STEP 535 (remove_files) COMPLETE
57692024-10-18T21:30:01.191Z[ recovery-image] Oct 18 21:29:59.890 INFO O| Oct 18 21:29:59.890 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-10-18T21:30:01.199Z[ recovery-image] Oct 18 21:29:59.900 INFO O| Oct 18 21:29:59.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57712024-10-18T21:30:01.199Z[ recovery-image] Oct 18 21:29:59.900 INFO O| Oct 18 21:29:59.900 INFO STEP 536 (remove_files) COMPLETE
57722024-10-18T21:30:01.201Z[ recovery-image] Oct 18 21:29:59.900 INFO O| Oct 18 21:29:59.900 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-10-18T21:30:01.210Z[ recovery-image] Oct 18 21:29:59.911 INFO O| Oct 18 21:29:59.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57742024-10-18T21:30:01.213Z[ recovery-image] Oct 18 21:29:59.911 INFO O| Oct 18 21:29:59.911 INFO STEP 537 (remove_files) COMPLETE
57752024-10-18T21:30:01.213Z[ recovery-image] Oct 18 21:29:59.911 INFO O| Oct 18 21:29:59.911 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-10-18T21:30:01.221Z[ recovery-image] Oct 18 21:29:59.922 INFO O| Oct 18 21:29:59.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57772024-10-18T21:30:01.221Z[ recovery-image] Oct 18 21:29:59.922 INFO O| Oct 18 21:29:59.922 INFO STEP 538 (remove_files) COMPLETE
57782024-10-18T21:30:01.223Z[ recovery-image] Oct 18 21:29:59.922 INFO O| Oct 18 21:29:59.922 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-10-18T21:30:01.232Z[ recovery-image] Oct 18 21:29:59.933 INFO O| Oct 18 21:29:59.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57802024-10-18T21:30:01.234Z[ recovery-image] Oct 18 21:29:59.933 INFO O| Oct 18 21:29:59.933 INFO STEP 539 (remove_files) COMPLETE
57812024-10-18T21:30:01.234Z[ recovery-image] Oct 18 21:29:59.933 INFO O| Oct 18 21:29:59.933 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-10-18T21:30:01.242Z[ recovery-image] Oct 18 21:29:59.943 INFO O| Oct 18 21:29:59.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57832024-10-18T21:30:01.243Z[ recovery-image] Oct 18 21:29:59.944 INFO O| Oct 18 21:29:59.943 INFO STEP 540 (remove_files) COMPLETE
57842024-10-18T21:30:01.245Z[ recovery-image] Oct 18 21:29:59.944 INFO O| Oct 18 21:29:59.944 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-10-18T21:30:01.253Z[ recovery-image] Oct 18 21:29:59.954 INFO O| Oct 18 21:29:59.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57862024-10-18T21:30:01.253Z[ recovery-image] Oct 18 21:29:59.954 INFO O| Oct 18 21:29:59.954 INFO STEP 541 (remove_files) COMPLETE
57872024-10-18T21:30:01.256Z[ recovery-image] Oct 18 21:29:59.954 INFO O| Oct 18 21:29:59.954 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-10-18T21:30:01.263Z[ recovery-image] Oct 18 21:29:59.964 INFO O| Oct 18 21:29:59.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57892024-10-18T21:30:01.266Z[ recovery-image] Oct 18 21:29:59.964 INFO O| Oct 18 21:29:59.964 INFO STEP 542 (remove_files) COMPLETE
57902024-10-18T21:30:01.266Z[ recovery-image] Oct 18 21:29:59.964 INFO O| Oct 18 21:29:59.964 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-10-18T21:30:01.273Z[ recovery-image] Oct 18 21:29:59.974 INFO O| Oct 18 21:29:59.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57922024-10-18T21:30:01.276Z[ recovery-image] Oct 18 21:29:59.975 INFO O| Oct 18 21:29:59.974 INFO STEP 543 (remove_files) COMPLETE
57932024-10-18T21:30:01.276Z[ recovery-image] Oct 18 21:29:59.975 INFO O| Oct 18 21:29:59.975 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-10-18T21:30:01.284Z[ recovery-image] Oct 18 21:29:59.985 INFO O| Oct 18 21:29:59.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57952024-10-18T21:30:01.284Z[ recovery-image] Oct 18 21:29:59.985 INFO O| Oct 18 21:29:59.985 INFO STEP 544 (remove_files) COMPLETE
57962024-10-18T21:30:01.286Z[ recovery-image] Oct 18 21:29:59.985 INFO O| Oct 18 21:29:59.985 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-10-18T21:30:01.294Z[ recovery-image] Oct 18 21:29:59.995 INFO O| Oct 18 21:29:59.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
57982024-10-18T21:30:01.294Z[ recovery-image] Oct 18 21:29:59.995 INFO O| Oct 18 21:29:59.995 INFO STEP 545 (remove_files) COMPLETE
57992024-10-18T21:30:01.296Z[ recovery-image] Oct 18 21:29:59.995 INFO O| Oct 18 21:29:59.995 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-10-18T21:30:01.306Z[ recovery-image] Oct 18 21:30:00.007 INFO O| Oct 18 21:30:00.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
58012024-10-18T21:30:01.309Z[ recovery-image] Oct 18 21:30:00.007 INFO O| Oct 18 21:30:00.007 INFO STEP 546 (remove_files) COMPLETE
58022024-10-18T21:30:01.309Z[ recovery-image] Oct 18 21:30:00.007 INFO O| Oct 18 21:30:00.007 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-10-18T21:30:01.316Z[ recovery-image] Oct 18 21:30:00.017 INFO O| Oct 18 21:30:00.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
58042024-10-18T21:30:01.316Z[ recovery-image] Oct 18 21:30:00.017 INFO O| Oct 18 21:30:00.017 INFO STEP 547 (remove_files) COMPLETE
58052024-10-18T21:30:01.318Z[ recovery-image] Oct 18 21:30:00.017 INFO O| Oct 18 21:30:00.017 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-10-18T21:30:01.326Z[ recovery-image] Oct 18 21:30:00.027 INFO O| Oct 18 21:30:00.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
58072024-10-18T21:30:01.328Z[ recovery-image] Oct 18 21:30:00.027 INFO O| Oct 18 21:30:00.027 INFO STEP 548 (remove_files) COMPLETE
58082024-10-18T21:30:01.328Z[ recovery-image] Oct 18 21:30:00.027 INFO O| Oct 18 21:30:00.027 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-10-18T21:30:01.336Z[ recovery-image] Oct 18 21:30:00.037 INFO O| Oct 18 21:30:00.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
58102024-10-18T21:30:01.336Z[ recovery-image] Oct 18 21:30:00.037 INFO O| Oct 18 21:30:00.037 INFO STEP 549 (remove_files) COMPLETE
58112024-10-18T21:30:01.336Z[ recovery-image] Oct 18 21:30:00.037 INFO O| Oct 18 21:30:00.037 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-10-18T21:30:01.346Z[ recovery-image] Oct 18 21:30:00.047 INFO O| Oct 18 21:30:00.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
58132024-10-18T21:30:01.346Z[ recovery-image] Oct 18 21:30:00.047 INFO O| Oct 18 21:30:00.047 INFO STEP 550 (remove_files) COMPLETE
58142024-10-18T21:30:01.348Z[ recovery-image] Oct 18 21:30:00.047 INFO O| Oct 18 21:30:00.047 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-10-18T21:30:01.356Z[ recovery-image] Oct 18 21:30:00.057 INFO O| Oct 18 21:30:00.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
58162024-10-18T21:30:01.358Z[ recovery-image] Oct 18 21:30:00.057 INFO O| Oct 18 21:30:00.057 INFO STEP 551 (remove_files) COMPLETE
58172024-10-18T21:30:01.358Z[ recovery-image] Oct 18 21:30:00.057 INFO O| Oct 18 21:30:00.057 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-10-18T21:30:01.366Z[ recovery-image] Oct 18 21:30:00.067 INFO O| Oct 18 21:30:00.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
58192024-10-18T21:30:01.366Z[ recovery-image] Oct 18 21:30:00.067 INFO O| Oct 18 21:30:00.067 INFO STEP 552 (remove_files) COMPLETE
58202024-10-18T21:30:01.366Z[ recovery-image] Oct 18 21:30:00.067 INFO O| Oct 18 21:30:00.067 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-10-18T21:30:01.376Z[ recovery-image] Oct 18 21:30:00.077 INFO O| Oct 18 21:30:00.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
58222024-10-18T21:30:01.378Z[ recovery-image] Oct 18 21:30:00.077 INFO O| Oct 18 21:30:00.077 INFO STEP 553 (remove_files) COMPLETE
58232024-10-18T21:30:01.378Z[ recovery-image] Oct 18 21:30:00.077 INFO O| Oct 18 21:30:00.077 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-10-18T21:30:01.386Z[ recovery-image] Oct 18 21:30:00.087 INFO O| Oct 18 21:30:00.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
58252024-10-18T21:30:01.388Z[ recovery-image] Oct 18 21:30:00.087 INFO O| Oct 18 21:30:00.087 INFO STEP 554 (remove_files) COMPLETE
58262024-10-18T21:30:01.388Z[ recovery-image] Oct 18 21:30:00.087 INFO O| Oct 18 21:30:00.087 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-10-18T21:30:01.396Z[ recovery-image] Oct 18 21:30:00.097 INFO O| Oct 18 21:30:00.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
58282024-10-18T21:30:01.399Z[ recovery-image] Oct 18 21:30:00.098 INFO O| Oct 18 21:30:00.098 INFO STEP 555 (remove_files) COMPLETE
58292024-10-18T21:30:01.399Z[ recovery-image] Oct 18 21:30:00.098 INFO O| Oct 18 21:30:00.098 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-10-18T21:30:01.407Z[ recovery-image] Oct 18 21:30:00.108 INFO O| Oct 18 21:30:00.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
58312024-10-18T21:30:01.410Z[ recovery-image] Oct 18 21:30:00.108 INFO O| Oct 18 21:30:00.108 INFO STEP 556 (remove_files) COMPLETE
58322024-10-18T21:30:01.410Z[ recovery-image] Oct 18 21:30:00.108 INFO O| Oct 18 21:30:00.108 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-10-18T21:30:01.420Z[ recovery-image] Oct 18 21:30:00.120 INFO O| Oct 18 21:30:00.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
58342024-10-18T21:30:01.422Z[ recovery-image] Oct 18 21:30:00.121 INFO O| Oct 18 21:30:00.121 INFO STEP 557 (remove_files) COMPLETE
58352024-10-18T21:30:01.422Z[ recovery-image] Oct 18 21:30:00.121 INFO O| Oct 18 21:30:00.121 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-10-18T21:30:01.430Z[ recovery-image] Oct 18 21:30:00.131 INFO O| Oct 18 21:30:00.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
58372024-10-18T21:30:01.430Z[ recovery-image] Oct 18 21:30:00.131 INFO O| Oct 18 21:30:00.131 INFO STEP 558 (remove_files) COMPLETE
58382024-10-18T21:30:01.432Z[ recovery-image] Oct 18 21:30:00.131 INFO O| Oct 18 21:30:00.131 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-10-18T21:30:01.440Z[ recovery-image] Oct 18 21:30:00.141 INFO O| Oct 18 21:30:00.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
58402024-10-18T21:30:01.440Z[ recovery-image] Oct 18 21:30:00.141 INFO O| Oct 18 21:30:00.141 INFO STEP 559 (remove_files) COMPLETE
58412024-10-18T21:30:01.443Z[ recovery-image] Oct 18 21:30:00.141 INFO O| Oct 18 21:30:00.141 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-10-18T21:30:01.450Z[ recovery-image] Oct 18 21:30:00.151 INFO O| Oct 18 21:30:00.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58432024-10-18T21:30:01.450Z[ recovery-image] Oct 18 21:30:00.151 INFO O| Oct 18 21:30:00.151 INFO STEP 560 (remove_files) COMPLETE
58442024-10-18T21:30:01.450Z[ recovery-image] Oct 18 21:30:00.151 INFO O| Oct 18 21:30:00.151 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-10-18T21:30:01.461Z[ recovery-image] Oct 18 21:30:00.161 INFO O| Oct 18 21:30:00.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58462024-10-18T21:30:01.461Z[ recovery-image] Oct 18 21:30:00.162 INFO O| Oct 18 21:30:00.162 INFO STEP 561 (remove_files) COMPLETE
58472024-10-18T21:30:01.463Z[ recovery-image] Oct 18 21:30:00.162 INFO O| Oct 18 21:30:00.162 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-10-18T21:30:01.471Z[ recovery-image] Oct 18 21:30:00.172 INFO O| Oct 18 21:30:00.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58492024-10-18T21:30:01.473Z[ recovery-image] Oct 18 21:30:00.172 INFO O| Oct 18 21:30:00.172 INFO STEP 562 (remove_files) COMPLETE
58502024-10-18T21:30:01.473Z[ recovery-image] Oct 18 21:30:00.172 INFO O| Oct 18 21:30:00.172 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-10-18T21:30:01.481Z[ recovery-image] Oct 18 21:30:00.182 INFO O| Oct 18 21:30:00.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58522024-10-18T21:30:01.483Z[ recovery-image] Oct 18 21:30:00.182 INFO O| Oct 18 21:30:00.182 INFO STEP 563 (remove_files) COMPLETE
58532024-10-18T21:30:01.483Z[ recovery-image] Oct 18 21:30:00.182 INFO O| Oct 18 21:30:00.182 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-10-18T21:30:01.491Z[ recovery-image] Oct 18 21:30:00.192 INFO O| Oct 18 21:30:00.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58552024-10-18T21:30:01.494Z[ recovery-image] Oct 18 21:30:00.192 INFO O| Oct 18 21:30:00.192 INFO STEP 564 (remove_files) COMPLETE
58562024-10-18T21:30:01.494Z[ recovery-image] Oct 18 21:30:00.192 INFO O| Oct 18 21:30:00.192 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-10-18T21:30:01.502Z[ recovery-image] Oct 18 21:30:00.203 INFO O| Oct 18 21:30:00.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58582024-10-18T21:30:01.502Z[ recovery-image] Oct 18 21:30:00.203 INFO O| Oct 18 21:30:00.203 INFO STEP 565 (remove_files) COMPLETE
58592024-10-18T21:30:01.502Z[ recovery-image] Oct 18 21:30:00.203 INFO O| Oct 18 21:30:00.203 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-10-18T21:30:01.512Z[ recovery-image] Oct 18 21:30:00.213 INFO O| Oct 18 21:30:00.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58612024-10-18T21:30:01.512Z[ recovery-image] Oct 18 21:30:00.213 INFO O| Oct 18 21:30:00.213 INFO STEP 566 (remove_files) COMPLETE
58622024-10-18T21:30:01.512Z[ recovery-image] Oct 18 21:30:00.213 INFO O| Oct 18 21:30:00.213 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-10-18T21:30:01.523Z[ recovery-image] Oct 18 21:30:00.224 INFO O| Oct 18 21:30:00.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58642024-10-18T21:30:01.523Z[ recovery-image] Oct 18 21:30:00.224 INFO O| Oct 18 21:30:00.224 INFO STEP 567 (remove_files) COMPLETE
58652024-10-18T21:30:01.523Z[ recovery-image] Oct 18 21:30:00.224 INFO O| Oct 18 21:30:00.224 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-10-18T21:30:01.534Z[ recovery-image] Oct 18 21:30:00.235 INFO O| Oct 18 21:30:00.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58672024-10-18T21:30:01.534Z[ recovery-image] Oct 18 21:30:00.235 INFO O| Oct 18 21:30:00.235 INFO STEP 568 (remove_files) COMPLETE
58682024-10-18T21:30:01.536Z[ recovery-image] Oct 18 21:30:00.235 INFO O| Oct 18 21:30:00.235 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-10-18T21:30:01.544Z[ recovery-image] Oct 18 21:30:00.245 INFO O| Oct 18 21:30:00.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58702024-10-18T21:30:01.544Z[ recovery-image] Oct 18 21:30:00.245 INFO O| Oct 18 21:30:00.245 INFO STEP 569 (remove_files) COMPLETE
58712024-10-18T21:30:01.547Z[ recovery-image] Oct 18 21:30:00.245 INFO O| Oct 18 21:30:00.245 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-10-18T21:30:01.555Z[ recovery-image] Oct 18 21:30:00.256 INFO O| Oct 18 21:30:00.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58732024-10-18T21:30:01.555Z[ recovery-image] Oct 18 21:30:00.256 INFO O| Oct 18 21:30:00.256 INFO STEP 570 (remove_files) COMPLETE
58742024-10-18T21:30:01.555Z[ recovery-image] Oct 18 21:30:00.256 INFO O| Oct 18 21:30:00.256 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-10-18T21:30:01.565Z[ recovery-image] Oct 18 21:30:00.266 INFO O| Oct 18 21:30:00.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58762024-10-18T21:30:01.565Z[ recovery-image] Oct 18 21:30:00.266 INFO O| Oct 18 21:30:00.266 INFO STEP 571 (remove_files) COMPLETE
58772024-10-18T21:30:01.565Z[ recovery-image] Oct 18 21:30:00.266 INFO O| Oct 18 21:30:00.266 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-10-18T21:30:01.575Z[ recovery-image] Oct 18 21:30:00.276 INFO O| Oct 18 21:30:00.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58792024-10-18T21:30:01.575Z[ recovery-image] Oct 18 21:30:00.276 INFO O| Oct 18 21:30:00.276 INFO STEP 572 (remove_files) COMPLETE
58802024-10-18T21:30:01.578Z[ recovery-image] Oct 18 21:30:00.276 INFO O| Oct 18 21:30:00.276 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-10-18T21:30:01.585Z[ recovery-image] Oct 18 21:30:00.286 INFO O| Oct 18 21:30:00.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58822024-10-18T21:30:01.585Z[ recovery-image] Oct 18 21:30:00.286 INFO O| Oct 18 21:30:00.286 INFO STEP 573 (remove_files) COMPLETE
58832024-10-18T21:30:01.585Z[ recovery-image] Oct 18 21:30:00.286 INFO O| Oct 18 21:30:00.286 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-10-18T21:30:01.595Z[ recovery-image] Oct 18 21:30:00.296 INFO O| Oct 18 21:30:00.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58852024-10-18T21:30:01.595Z[ recovery-image] Oct 18 21:30:00.296 INFO O| Oct 18 21:30:00.296 INFO STEP 574 (remove_files) COMPLETE
58862024-10-18T21:30:01.595Z[ recovery-image] Oct 18 21:30:00.296 INFO O| Oct 18 21:30:00.296 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-10-18T21:30:01.606Z[ recovery-image] Oct 18 21:30:00.306 INFO O| Oct 18 21:30:00.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58882024-10-18T21:30:01.606Z[ recovery-image] Oct 18 21:30:00.307 INFO O| Oct 18 21:30:00.306 INFO STEP 575 (remove_files) COMPLETE
58892024-10-18T21:30:01.608Z[ recovery-image] Oct 18 21:30:00.307 INFO O| Oct 18 21:30:00.306 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-10-18T21:30:01.616Z[ recovery-image] Oct 18 21:30:00.317 INFO O| Oct 18 21:30:00.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58912024-10-18T21:30:01.616Z[ recovery-image] Oct 18 21:30:00.317 INFO O| Oct 18 21:30:00.317 INFO STEP 576 (remove_files) COMPLETE
58922024-10-18T21:30:01.619Z[ recovery-image] Oct 18 21:30:00.317 INFO O| Oct 18 21:30:00.317 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-10-18T21:30:01.627Z[ recovery-image] Oct 18 21:30:00.328 INFO O| Oct 18 21:30:00.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58942024-10-18T21:30:01.628Z[ recovery-image] Oct 18 21:30:00.328 INFO O| Oct 18 21:30:00.328 INFO STEP 577 (remove_files) COMPLETE
58952024-10-18T21:30:01.628Z[ recovery-image] Oct 18 21:30:00.328 INFO O| Oct 18 21:30:00.328 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-10-18T21:30:01.639Z[ recovery-image] Oct 18 21:30:00.339 INFO O| Oct 18 21:30:00.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
58972024-10-18T21:30:01.641Z[ recovery-image] Oct 18 21:30:00.340 INFO O| Oct 18 21:30:00.339 INFO STEP 578 (remove_files) COMPLETE
58982024-10-18T21:30:01.641Z[ recovery-image] Oct 18 21:30:00.340 INFO O| Oct 18 21:30:00.339 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-10-18T21:30:01.649Z[ recovery-image] Oct 18 21:30:00.350 INFO O| Oct 18 21:30:00.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
59002024-10-18T21:30:01.649Z[ recovery-image] Oct 18 21:30:00.350 INFO O| Oct 18 21:30:00.350 INFO STEP 579 (remove_files) COMPLETE
59012024-10-18T21:30:01.652Z[ recovery-image] Oct 18 21:30:00.350 INFO O| Oct 18 21:30:00.350 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-10-18T21:30:01.660Z[ recovery-image] Oct 18 21:30:00.361 INFO O| Oct 18 21:30:00.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
59032024-10-18T21:30:01.660Z[ recovery-image] Oct 18 21:30:00.361 INFO O| Oct 18 21:30:00.361 INFO STEP 580 (remove_files) COMPLETE
59042024-10-18T21:30:01.663Z[ recovery-image] Oct 18 21:30:00.361 INFO O| Oct 18 21:30:00.361 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-10-18T21:30:01.671Z[ recovery-image] Oct 18 21:30:00.372 INFO O| Oct 18 21:30:00.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
59062024-10-18T21:30:01.673Z[ recovery-image] Oct 18 21:30:00.372 INFO O| Oct 18 21:30:00.372 INFO STEP 581 (remove_files) COMPLETE
59072024-10-18T21:30:01.673Z[ recovery-image] Oct 18 21:30:00.372 INFO O| Oct 18 21:30:00.372 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-10-18T21:30:01.685Z[ recovery-image] Oct 18 21:30:00.386 INFO O| Oct 18 21:30:00.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
59092024-10-18T21:30:01.685Z[ recovery-image] Oct 18 21:30:00.386 INFO O| Oct 18 21:30:00.386 INFO STEP 582 (remove_files) COMPLETE
59102024-10-18T21:30:01.687Z[ recovery-image] Oct 18 21:30:00.386 INFO O| Oct 18 21:30:00.386 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-10-18T21:30:01.698Z[ recovery-image] Oct 18 21:30:00.399 INFO O| Oct 18 21:30:00.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
59122024-10-18T21:30:01.698Z[ recovery-image] Oct 18 21:30:00.399 INFO O| Oct 18 21:30:00.399 INFO STEP 583 (remove_files) COMPLETE
59132024-10-18T21:30:01.698Z[ recovery-image] Oct 18 21:30:00.399 INFO O| Oct 18 21:30:00.399 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-10-18T21:30:01.709Z[ recovery-image] Oct 18 21:30:00.410 INFO O| Oct 18 21:30:00.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
59152024-10-18T21:30:01.709Z[ recovery-image] Oct 18 21:30:00.410 INFO O| Oct 18 21:30:00.410 INFO STEP 584 (remove_files) COMPLETE
59162024-10-18T21:30:01.709Z[ recovery-image] Oct 18 21:30:00.410 INFO O| Oct 18 21:30:00.410 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-10-18T21:30:01.720Z[ recovery-image] Oct 18 21:30:00.421 INFO O| Oct 18 21:30:00.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
59182024-10-18T21:30:01.720Z[ recovery-image] Oct 18 21:30:00.421 INFO O| Oct 18 21:30:00.421 INFO STEP 585 (remove_files) COMPLETE
59192024-10-18T21:30:01.723Z[ recovery-image] Oct 18 21:30:00.421 INFO O| Oct 18 21:30:00.421 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-10-18T21:30:01.732Z[ recovery-image] Oct 18 21:30:00.433 INFO O| Oct 18 21:30:00.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
59212024-10-18T21:30:01.732Z[ recovery-image] Oct 18 21:30:00.433 INFO O| Oct 18 21:30:00.433 INFO STEP 586 (remove_files) COMPLETE
59222024-10-18T21:30:01.732Z[ recovery-image] Oct 18 21:30:00.433 INFO O| Oct 18 21:30:00.433 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-10-18T21:30:01.744Z[ recovery-image] Oct 18 21:30:00.445 INFO O| Oct 18 21:30:00.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
59242024-10-18T21:30:01.744Z[ recovery-image] Oct 18 21:30:00.445 INFO O| Oct 18 21:30:00.445 INFO STEP 587 (remove_files) COMPLETE
59252024-10-18T21:30:01.744Z[ recovery-image] Oct 18 21:30:00.445 INFO O| Oct 18 21:30:00.445 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-10-18T21:30:01.755Z[ recovery-image] Oct 18 21:30:00.456 INFO O| Oct 18 21:30:00.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
59272024-10-18T21:30:01.755Z[ recovery-image] Oct 18 21:30:00.456 INFO O| Oct 18 21:30:00.456 INFO STEP 588 (remove_files) COMPLETE
59282024-10-18T21:30:01.755Z[ recovery-image] Oct 18 21:30:00.456 INFO O| Oct 18 21:30:00.456 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-10-18T21:30:01.767Z[ recovery-image] Oct 18 21:30:00.468 INFO O| Oct 18 21:30:00.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
59302024-10-18T21:30:01.767Z[ recovery-image] Oct 18 21:30:00.468 INFO O| Oct 18 21:30:00.468 INFO STEP 589 (remove_files) COMPLETE
59312024-10-18T21:30:01.767Z[ recovery-image] Oct 18 21:30:00.468 INFO O| Oct 18 21:30:00.468 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-10-18T21:30:01.780Z[ recovery-image] Oct 18 21:30:00.480 INFO O| Oct 18 21:30:00.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
59332024-10-18T21:30:01.780Z[ recovery-image] Oct 18 21:30:00.481 INFO O| Oct 18 21:30:00.481 INFO STEP 590 (remove_files) COMPLETE
59342024-10-18T21:30:01.780Z[ recovery-image] Oct 18 21:30:00.481 INFO O| Oct 18 21:30:00.481 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-10-18T21:30:01.797Z[ recovery-image] Oct 18 21:30:00.492 INFO O| Oct 18 21:30:00.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
59362024-10-18T21:30:01.800Z[ recovery-image] Oct 18 21:30:00.493 INFO O| Oct 18 21:30:00.493 INFO STEP 591 (remove_files) COMPLETE
59372024-10-18T21:30:01.800Z[ recovery-image] Oct 18 21:30:00.493 INFO O| Oct 18 21:30:00.493 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-10-18T21:30:01.803Z[ recovery-image] Oct 18 21:30:00.504 INFO O| Oct 18 21:30:00.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59392024-10-18T21:30:01.803Z[ recovery-image] Oct 18 21:30:00.504 INFO O| Oct 18 21:30:00.504 INFO STEP 592 (remove_files) COMPLETE
59402024-10-18T21:30:01.803Z[ recovery-image] Oct 18 21:30:00.504 INFO O| Oct 18 21:30:00.504 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-10-18T21:30:01.813Z[ recovery-image] Oct 18 21:30:00.514 INFO O| Oct 18 21:30:00.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59422024-10-18T21:30:01.816Z[ recovery-image] Oct 18 21:30:00.514 INFO O| Oct 18 21:30:00.514 INFO STEP 593 (remove_files) COMPLETE
59432024-10-18T21:30:01.816Z[ recovery-image] Oct 18 21:30:00.514 INFO O| Oct 18 21:30:00.514 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-10-18T21:30:01.824Z[ recovery-image] Oct 18 21:30:00.525 INFO O| Oct 18 21:30:00.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59452024-10-18T21:30:01.826Z[ recovery-image] Oct 18 21:30:00.525 INFO O| Oct 18 21:30:00.525 INFO STEP 594 (remove_files) COMPLETE
59462024-10-18T21:30:01.826Z[ recovery-image] Oct 18 21:30:00.525 INFO O| Oct 18 21:30:00.525 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-10-18T21:30:01.834Z[ recovery-image] Oct 18 21:30:00.535 INFO O| Oct 18 21:30:00.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59482024-10-18T21:30:01.837Z[ recovery-image] Oct 18 21:30:00.535 INFO O| Oct 18 21:30:00.535 INFO STEP 595 (remove_files) COMPLETE
59492024-10-18T21:30:01.837Z[ recovery-image] Oct 18 21:30:00.535 INFO O| Oct 18 21:30:00.535 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-10-18T21:30:01.844Z[ recovery-image] Oct 18 21:30:00.545 INFO O| Oct 18 21:30:00.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59512024-10-18T21:30:01.844Z[ recovery-image] Oct 18 21:30:00.545 INFO O| Oct 18 21:30:00.545 INFO STEP 596 (remove_files) COMPLETE
59522024-10-18T21:30:01.844Z[ recovery-image] Oct 18 21:30:00.545 INFO O| Oct 18 21:30:00.545 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-10-18T21:30:01.854Z[ recovery-image] Oct 18 21:30:00.555 INFO O| Oct 18 21:30:00.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59542024-10-18T21:30:01.856Z[ recovery-image] Oct 18 21:30:00.555 INFO O| Oct 18 21:30:00.555 INFO STEP 597 (remove_files) COMPLETE
59552024-10-18T21:30:01.856Z[ recovery-image] Oct 18 21:30:00.555 INFO O| Oct 18 21:30:00.555 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-10-18T21:30:01.864Z[ recovery-image] Oct 18 21:30:00.565 INFO O| Oct 18 21:30:00.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59572024-10-18T21:30:01.866Z[ recovery-image] Oct 18 21:30:00.565 INFO O| Oct 18 21:30:00.565 INFO STEP 598 (remove_files) COMPLETE
59582024-10-18T21:30:01.866Z[ recovery-image] Oct 18 21:30:00.565 INFO O| Oct 18 21:30:00.565 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-10-18T21:30:01.875Z[ recovery-image] Oct 18 21:30:00.575 INFO O| Oct 18 21:30:00.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59602024-10-18T21:30:01.875Z[ recovery-image] Oct 18 21:30:00.575 INFO O| Oct 18 21:30:00.575 INFO STEP 599 (remove_files) COMPLETE
59612024-10-18T21:30:01.875Z[ recovery-image] Oct 18 21:30:00.576 INFO O| Oct 18 21:30:00.575 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-10-18T21:30:01.885Z[ recovery-image] Oct 18 21:30:00.586 INFO O| Oct 18 21:30:00.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59632024-10-18T21:30:01.885Z[ recovery-image] Oct 18 21:30:00.586 INFO O| Oct 18 21:30:00.586 INFO STEP 600 (remove_files) COMPLETE
59642024-10-18T21:30:01.888Z[ recovery-image] Oct 18 21:30:00.586 INFO O| Oct 18 21:30:00.586 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-10-18T21:30:01.897Z[ recovery-image] Oct 18 21:30:00.598 INFO O| Oct 18 21:30:00.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59662024-10-18T21:30:01.900Z[ recovery-image] Oct 18 21:30:00.598 INFO O| Oct 18 21:30:00.598 INFO STEP 601 (remove_files) COMPLETE
59672024-10-18T21:30:01.900Z[ recovery-image] Oct 18 21:30:00.598 INFO O| Oct 18 21:30:00.598 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-10-18T21:30:01.909Z[ recovery-image] Oct 18 21:30:00.609 INFO O| Oct 18 21:30:00.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59692024-10-18T21:30:01.911Z[ recovery-image] Oct 18 21:30:00.609 INFO O| Oct 18 21:30:00.609 INFO STEP 602 (remove_files) COMPLETE
59702024-10-18T21:30:01.911Z[ recovery-image] Oct 18 21:30:00.610 INFO O| Oct 18 21:30:00.609 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-10-18T21:30:01.921Z[ recovery-image] Oct 18 21:30:00.621 INFO O| Oct 18 21:30:00.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59722024-10-18T21:30:01.921Z[ recovery-image] Oct 18 21:30:00.622 INFO O| Oct 18 21:30:00.621 INFO STEP 603 (remove_files) COMPLETE
59732024-10-18T21:30:01.924Z[ recovery-image] Oct 18 21:30:00.622 INFO O| Oct 18 21:30:00.622 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-10-18T21:30:01.932Z[ recovery-image] Oct 18 21:30:00.633 INFO O| Oct 18 21:30:00.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59752024-10-18T21:30:01.932Z[ recovery-image] Oct 18 21:30:00.633 INFO O| Oct 18 21:30:00.633 INFO STEP 604 (remove_files) COMPLETE
59762024-10-18T21:30:01.932Z[ recovery-image] Oct 18 21:30:00.633 INFO O| Oct 18 21:30:00.633 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-10-18T21:30:01.944Z[ recovery-image] Oct 18 21:30:00.645 INFO O| Oct 18 21:30:00.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59782024-10-18T21:30:01.944Z[ recovery-image] Oct 18 21:30:00.645 INFO O| Oct 18 21:30:00.645 INFO STEP 605 (remove_files) COMPLETE
59792024-10-18T21:30:01.944Z[ recovery-image] Oct 18 21:30:00.645 INFO O| Oct 18 21:30:00.645 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-10-18T21:30:01.956Z[ recovery-image] Oct 18 21:30:00.657 INFO O| Oct 18 21:30:00.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59812024-10-18T21:30:01.956Z[ recovery-image] Oct 18 21:30:00.657 INFO O| Oct 18 21:30:00.657 INFO STEP 606 (remove_files) COMPLETE
59822024-10-18T21:30:01.956Z[ recovery-image] Oct 18 21:30:00.657 INFO O| Oct 18 21:30:00.657 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-10-18T21:30:01.968Z[ recovery-image] Oct 18 21:30:00.669 INFO O| Oct 18 21:30:00.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59842024-10-18T21:30:01.968Z[ recovery-image] Oct 18 21:30:00.669 INFO O| Oct 18 21:30:00.669 INFO STEP 607 (remove_files) COMPLETE
59852024-10-18T21:30:01.970Z[ recovery-image] Oct 18 21:30:00.669 INFO O| Oct 18 21:30:00.669 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-10-18T21:30:01.980Z[ recovery-image] Oct 18 21:30:00.681 INFO O| Oct 18 21:30:00.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59872024-10-18T21:30:01.980Z[ recovery-image] Oct 18 21:30:00.681 INFO O| Oct 18 21:30:00.681 INFO STEP 608 (remove_files) COMPLETE
59882024-10-18T21:30:01.980Z[ recovery-image] Oct 18 21:30:00.681 INFO O| Oct 18 21:30:00.681 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-10-18T21:30:01.992Z[ recovery-image] Oct 18 21:30:00.693 INFO O| Oct 18 21:30:00.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59902024-10-18T21:30:01.995Z[ recovery-image] Oct 18 21:30:00.694 INFO O| Oct 18 21:30:00.694 INFO STEP 609 (remove_files) COMPLETE
59912024-10-18T21:30:01.995Z[ recovery-image] Oct 18 21:30:00.694 INFO O| Oct 18 21:30:00.694 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-10-18T21:30:02.005Z[ recovery-image] Oct 18 21:30:00.706 INFO O| Oct 18 21:30:00.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59932024-10-18T21:30:02.005Z[ recovery-image] Oct 18 21:30:00.706 INFO O| Oct 18 21:30:00.706 INFO STEP 610 (remove_files) COMPLETE
59942024-10-18T21:30:02.005Z[ recovery-image] Oct 18 21:30:00.706 INFO O| Oct 18 21:30:00.706 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-10-18T21:30:02.019Z[ recovery-image] Oct 18 21:30:00.719 INFO O| Oct 18 21:30:00.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
59962024-10-18T21:30:02.019Z[ recovery-image] Oct 18 21:30:00.719 INFO O| Oct 18 21:30:00.719 INFO STEP 611 (remove_files) COMPLETE
59972024-10-18T21:30:02.019Z[ recovery-image] Oct 18 21:30:00.719 INFO O| Oct 18 21:30:00.719 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-10-18T21:30:02.031Z[ recovery-image] Oct 18 21:30:00.731 INFO O| Oct 18 21:30:00.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
59992024-10-18T21:30:02.031Z[ recovery-image] Oct 18 21:30:00.731 INFO O| Oct 18 21:30:00.731 INFO STEP 612 (remove_files) COMPLETE
60002024-10-18T21:30:02.033Z[ recovery-image] Oct 18 21:30:00.732 INFO O| Oct 18 21:30:00.731 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-10-18T21:30:02.042Z[ recovery-image] Oct 18 21:30:00.743 INFO O| Oct 18 21:30:00.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
60022024-10-18T21:30:02.043Z[ recovery-image] Oct 18 21:30:00.743 INFO O| Oct 18 21:30:00.743 INFO STEP 613 (remove_files) COMPLETE
60032024-10-18T21:30:02.043Z[ recovery-image] Oct 18 21:30:00.743 INFO O| Oct 18 21:30:00.743 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-10-18T21:30:02.056Z[ recovery-image] Oct 18 21:30:00.757 INFO O| Oct 18 21:30:00.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
60052024-10-18T21:30:02.056Z[ recovery-image] Oct 18 21:30:00.757 INFO O| Oct 18 21:30:00.757 INFO STEP 614 (remove_files) COMPLETE
60062024-10-18T21:30:02.058Z[ recovery-image] Oct 18 21:30:00.757 INFO O| Oct 18 21:30:00.757 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-10-18T21:30:02.069Z[ recovery-image] Oct 18 21:30:00.769 INFO O| Oct 18 21:30:00.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
60082024-10-18T21:30:02.069Z[ recovery-image] Oct 18 21:30:00.769 INFO O| Oct 18 21:30:00.769 INFO STEP 615 (remove_files) COMPLETE
60092024-10-18T21:30:02.069Z[ recovery-image] Oct 18 21:30:00.769 INFO O| Oct 18 21:30:00.769 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-10-18T21:30:02.081Z[ recovery-image] Oct 18 21:30:00.781 INFO O| Oct 18 21:30:00.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
60112024-10-18T21:30:02.081Z[ recovery-image] Oct 18 21:30:00.781 INFO O| Oct 18 21:30:00.781 INFO STEP 616 (remove_files) COMPLETE
60122024-10-18T21:30:02.083Z[ recovery-image] Oct 18 21:30:00.781 INFO O| Oct 18 21:30:00.781 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-10-18T21:30:02.094Z[ recovery-image] Oct 18 21:30:00.794 INFO O| Oct 18 21:30:00.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
60142024-10-18T21:30:02.096Z[ recovery-image] Oct 18 21:30:00.794 INFO O| Oct 18 21:30:00.794 INFO STEP 617 (remove_files) COMPLETE
60152024-10-18T21:30:02.096Z[ recovery-image] Oct 18 21:30:00.795 INFO O| Oct 18 21:30:00.794 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-10-18T21:30:02.106Z[ recovery-image] Oct 18 21:30:00.806 INFO O| Oct 18 21:30:00.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
60172024-10-18T21:30:02.106Z[ recovery-image] Oct 18 21:30:00.806 INFO O| Oct 18 21:30:00.806 INFO STEP 618 (remove_files) COMPLETE
60182024-10-18T21:30:02.106Z[ recovery-image] Oct 18 21:30:00.806 INFO O| Oct 18 21:30:00.806 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-10-18T21:30:02.117Z[ recovery-image] Oct 18 21:30:00.818 INFO O| Oct 18 21:30:00.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
60202024-10-18T21:30:02.117Z[ recovery-image] Oct 18 21:30:00.818 INFO O| Oct 18 21:30:00.818 INFO STEP 619 (remove_files) COMPLETE
60212024-10-18T21:30:02.120Z[ recovery-image] Oct 18 21:30:00.818 INFO O| Oct 18 21:30:00.818 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-10-18T21:30:02.129Z[ recovery-image] Oct 18 21:30:00.830 INFO O| Oct 18 21:30:00.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
60232024-10-18T21:30:02.129Z[ recovery-image] Oct 18 21:30:00.830 INFO O| Oct 18 21:30:00.830 INFO STEP 620 (remove_files) COMPLETE
60242024-10-18T21:30:02.132Z[ recovery-image] Oct 18 21:30:00.830 INFO O| Oct 18 21:30:00.830 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-10-18T21:30:02.141Z[ recovery-image] Oct 18 21:30:00.842 INFO O| Oct 18 21:30:00.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
60262024-10-18T21:30:02.141Z[ recovery-image] Oct 18 21:30:00.842 INFO O| Oct 18 21:30:00.842 INFO STEP 621 (remove_files) COMPLETE
60272024-10-18T21:30:02.144Z[ recovery-image] Oct 18 21:30:00.842 INFO O| Oct 18 21:30:00.842 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-10-18T21:30:02.153Z[ recovery-image] Oct 18 21:30:00.853 INFO O| Oct 18 21:30:00.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
60292024-10-18T21:30:02.155Z[ recovery-image] Oct 18 21:30:00.854 INFO O| Oct 18 21:30:00.854 INFO STEP 622 (remove_files) COMPLETE
60302024-10-18T21:30:02.155Z[ recovery-image] Oct 18 21:30:00.854 INFO O| Oct 18 21:30:00.854 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-10-18T21:30:02.166Z[ recovery-image] Oct 18 21:30:00.867 INFO O| Oct 18 21:30:00.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
60322024-10-18T21:30:02.168Z[ recovery-image] Oct 18 21:30:00.867 INFO O| Oct 18 21:30:00.867 INFO STEP 623 (remove_files) COMPLETE
60332024-10-18T21:30:02.168Z[ recovery-image] Oct 18 21:30:00.867 INFO O| Oct 18 21:30:00.867 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-10-18T21:30:02.179Z[ recovery-image] Oct 18 21:30:00.880 INFO O| Oct 18 21:30:00.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
60352024-10-18T21:30:02.179Z[ recovery-image] Oct 18 21:30:00.880 INFO O| Oct 18 21:30:00.880 INFO STEP 624 (remove_files) COMPLETE
60362024-10-18T21:30:02.181Z[ recovery-image] Oct 18 21:30:00.880 INFO O| Oct 18 21:30:00.880 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-10-18T21:30:02.192Z[ recovery-image] Oct 18 21:30:00.893 INFO O| Oct 18 21:30:00.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
60382024-10-18T21:30:02.192Z[ recovery-image] Oct 18 21:30:00.893 INFO O| Oct 18 21:30:00.893 INFO STEP 625 (remove_files) COMPLETE
60392024-10-18T21:30:02.192Z[ recovery-image] Oct 18 21:30:00.893 INFO O| Oct 18 21:30:00.893 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-10-18T21:30:02.205Z[ recovery-image] Oct 18 21:30:00.906 INFO O| Oct 18 21:30:00.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60412024-10-18T21:30:02.205Z[ recovery-image] Oct 18 21:30:00.906 INFO O| Oct 18 21:30:00.906 INFO STEP 626 (remove_files) COMPLETE
60422024-10-18T21:30:02.208Z[ recovery-image] Oct 18 21:30:00.906 INFO O| Oct 18 21:30:00.906 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-10-18T21:30:02.217Z[ recovery-image] Oct 18 21:30:00.917 INFO O| Oct 18 21:30:00.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60442024-10-18T21:30:02.217Z[ recovery-image] Oct 18 21:30:00.917 INFO O| Oct 18 21:30:00.917 INFO STEP 627 (remove_files) COMPLETE
60452024-10-18T21:30:02.217Z[ recovery-image] Oct 18 21:30:00.917 INFO O| Oct 18 21:30:00.917 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-10-18T21:30:02.228Z[ recovery-image] Oct 18 21:30:00.929 INFO O| Oct 18 21:30:00.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60472024-10-18T21:30:02.228Z[ recovery-image] Oct 18 21:30:00.929 INFO O| Oct 18 21:30:00.929 INFO STEP 628 (remove_files) COMPLETE
60482024-10-18T21:30:02.230Z[ recovery-image] Oct 18 21:30:00.929 INFO O| Oct 18 21:30:00.929 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-10-18T21:30:02.240Z[ recovery-image] Oct 18 21:30:00.941 INFO O| Oct 18 21:30:00.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60502024-10-18T21:30:02.240Z[ recovery-image] Oct 18 21:30:00.941 INFO O| Oct 18 21:30:00.941 INFO STEP 629 (remove_files) COMPLETE
60512024-10-18T21:30:02.240Z[ recovery-image] Oct 18 21:30:00.941 INFO O| Oct 18 21:30:00.941 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-10-18T21:30:02.253Z[ recovery-image] Oct 18 21:30:00.953 INFO O| Oct 18 21:30:00.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60532024-10-18T21:30:02.253Z[ recovery-image] Oct 18 21:30:00.953 INFO O| Oct 18 21:30:00.953 INFO STEP 630 (remove_files) COMPLETE
60542024-10-18T21:30:02.255Z[ recovery-image] Oct 18 21:30:00.953 INFO O| Oct 18 21:30:00.953 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-10-18T21:30:02.266Z[ recovery-image] Oct 18 21:30:00.965 INFO O| Oct 18 21:30:00.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60562024-10-18T21:30:02.266Z[ recovery-image] Oct 18 21:30:00.965 INFO O| Oct 18 21:30:00.965 INFO STEP 631 (remove_files) COMPLETE
60572024-10-18T21:30:02.266Z[ recovery-image] Oct 18 21:30:00.965 INFO O| Oct 18 21:30:00.965 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-10-18T21:30:02.276Z[ recovery-image] Oct 18 21:30:00.977 INFO O| Oct 18 21:30:00.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60592024-10-18T21:30:02.276Z[ recovery-image] Oct 18 21:30:00.977 INFO O| Oct 18 21:30:00.977 INFO STEP 632 (remove_files) COMPLETE
60602024-10-18T21:30:02.276Z[ recovery-image] Oct 18 21:30:00.977 INFO O| Oct 18 21:30:00.977 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-10-18T21:30:02.287Z[ recovery-image] Oct 18 21:30:00.988 INFO O| Oct 18 21:30:00.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60622024-10-18T21:30:02.287Z[ recovery-image] Oct 18 21:30:00.988 INFO O| Oct 18 21:30:00.988 INFO STEP 633 (remove_files) COMPLETE
60632024-10-18T21:30:02.287Z[ recovery-image] Oct 18 21:30:00.988 INFO O| Oct 18 21:30:00.988 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-10-18T21:30:02.299Z[ recovery-image] Oct 18 21:30:01.000 INFO O| Oct 18 21:30:01.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60652024-10-18T21:30:02.299Z[ recovery-image] Oct 18 21:30:01.000 INFO O| Oct 18 21:30:01.000 INFO STEP 634 (remove_files) COMPLETE
60662024-10-18T21:30:02.299Z[ recovery-image] Oct 18 21:30:01.000 INFO O| Oct 18 21:30:01.000 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-10-18T21:30:02.313Z[ recovery-image] Oct 18 21:30:01.014 INFO O| Oct 18 21:30:01.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60682024-10-18T21:30:02.313Z[ recovery-image] Oct 18 21:30:01.014 INFO O| Oct 18 21:30:01.014 INFO STEP 635 (remove_files) COMPLETE
60692024-10-18T21:30:02.313Z[ recovery-image] Oct 18 21:30:01.014 INFO O| Oct 18 21:30:01.014 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-10-18T21:30:02.327Z[ recovery-image] Oct 18 21:30:01.027 INFO O| Oct 18 21:30:01.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60712024-10-18T21:30:02.327Z[ recovery-image] Oct 18 21:30:01.027 INFO O| Oct 18 21:30:01.027 INFO STEP 636 (remove_files) COMPLETE
60722024-10-18T21:30:02.327Z[ recovery-image] Oct 18 21:30:01.027 INFO O| Oct 18 21:30:01.027 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-10-18T21:30:02.340Z[ recovery-image] Oct 18 21:30:01.041 INFO O| Oct 18 21:30:01.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60742024-10-18T21:30:02.340Z[ recovery-image] Oct 18 21:30:01.041 INFO O| Oct 18 21:30:01.041 INFO STEP 637 (remove_files) COMPLETE
60752024-10-18T21:30:02.340Z[ recovery-image] Oct 18 21:30:01.041 INFO O| Oct 18 21:30:01.041 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-10-18T21:30:02.353Z[ recovery-image] Oct 18 21:30:01.054 INFO O| Oct 18 21:30:01.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60772024-10-18T21:30:02.353Z[ recovery-image] Oct 18 21:30:01.054 INFO O| Oct 18 21:30:01.054 INFO STEP 638 (remove_files) COMPLETE
60782024-10-18T21:30:02.353Z[ recovery-image] Oct 18 21:30:01.054 INFO O| Oct 18 21:30:01.054 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-10-18T21:30:02.366Z[ recovery-image] Oct 18 21:30:01.067 INFO O| Oct 18 21:30:01.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60802024-10-18T21:30:02.366Z[ recovery-image] Oct 18 21:30:01.067 INFO O| Oct 18 21:30:01.067 INFO STEP 639 (remove_files) COMPLETE
60812024-10-18T21:30:02.369Z[ recovery-image] Oct 18 21:30:01.067 INFO O| Oct 18 21:30:01.067 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-10-18T21:30:02.379Z[ recovery-image] Oct 18 21:30:01.080 INFO O| Oct 18 21:30:01.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60832024-10-18T21:30:02.379Z[ recovery-image] Oct 18 21:30:01.080 INFO O| Oct 18 21:30:01.080 INFO STEP 640 (remove_files) COMPLETE
60842024-10-18T21:30:02.381Z[ recovery-image] Oct 18 21:30:01.080 INFO O| Oct 18 21:30:01.080 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-10-18T21:30:02.392Z[ recovery-image] Oct 18 21:30:01.093 INFO O| Oct 18 21:30:01.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60862024-10-18T21:30:02.392Z[ recovery-image] Oct 18 21:30:01.093 INFO O| Oct 18 21:30:01.093 INFO STEP 641 (remove_files) COMPLETE
60872024-10-18T21:30:02.395Z[ recovery-image] Oct 18 21:30:01.093 INFO O| Oct 18 21:30:01.093 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-10-18T21:30:02.404Z[ recovery-image] Oct 18 21:30:01.105 INFO O| Oct 18 21:30:01.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60892024-10-18T21:30:02.404Z[ recovery-image] Oct 18 21:30:01.105 INFO O| Oct 18 21:30:01.105 INFO STEP 642 (remove_files) COMPLETE
60902024-10-18T21:30:02.404Z[ recovery-image] Oct 18 21:30:01.105 INFO O| Oct 18 21:30:01.105 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-10-18T21:30:02.417Z[ recovery-image] Oct 18 21:30:01.118 INFO O| Oct 18 21:30:01.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60922024-10-18T21:30:02.417Z[ recovery-image] Oct 18 21:30:01.118 INFO O| Oct 18 21:30:01.118 INFO STEP 643 (remove_files) COMPLETE
60932024-10-18T21:30:02.420Z[ recovery-image] Oct 18 21:30:01.118 INFO O| Oct 18 21:30:01.118 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-10-18T21:30:02.431Z[ recovery-image] Oct 18 21:30:01.132 INFO O| Oct 18 21:30:01.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
60952024-10-18T21:30:02.431Z[ recovery-image] Oct 18 21:30:01.132 INFO O| Oct 18 21:30:01.132 INFO STEP 644 (remove_files) COMPLETE
60962024-10-18T21:30:02.434Z[ recovery-image] Oct 18 21:30:01.132 INFO O| Oct 18 21:30:01.132 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-10-18T21:30:02.443Z[ recovery-image] Oct 18 21:30:01.144 INFO O| Oct 18 21:30:01.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
60982024-10-18T21:30:02.443Z[ recovery-image] Oct 18 21:30:01.144 INFO O| Oct 18 21:30:01.144 INFO STEP 645 (remove_files) COMPLETE
60992024-10-18T21:30:02.445Z[ recovery-image] Oct 18 21:30:01.144 INFO O| Oct 18 21:30:01.144 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-10-18T21:30:02.455Z[ recovery-image] Oct 18 21:30:01.155 INFO O| Oct 18 21:30:01.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
61012024-10-18T21:30:02.455Z[ recovery-image] Oct 18 21:30:01.156 INFO O| Oct 18 21:30:01.156 INFO STEP 646 (remove_files) COMPLETE
61022024-10-18T21:30:02.457Z[ recovery-image] Oct 18 21:30:01.156 INFO O| Oct 18 21:30:01.156 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-10-18T21:30:02.467Z[ recovery-image] Oct 18 21:30:01.167 INFO O| Oct 18 21:30:01.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
61042024-10-18T21:30:02.467Z[ recovery-image] Oct 18 21:30:01.167 INFO O| Oct 18 21:30:01.167 INFO STEP 647 (remove_files) COMPLETE
61052024-10-18T21:30:02.470Z[ recovery-image] Oct 18 21:30:01.167 INFO O| Oct 18 21:30:01.167 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-10-18T21:30:02.478Z[ recovery-image] Oct 18 21:30:01.179 INFO O| Oct 18 21:30:01.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
61072024-10-18T21:30:02.478Z[ recovery-image] Oct 18 21:30:01.179 INFO O| Oct 18 21:30:01.179 INFO STEP 648 (remove_files) COMPLETE
61082024-10-18T21:30:02.482Z[ recovery-image] Oct 18 21:30:01.179 INFO O| Oct 18 21:30:01.179 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-10-18T21:30:02.490Z[ recovery-image] Oct 18 21:30:01.191 INFO O| Oct 18 21:30:01.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
61102024-10-18T21:30:02.490Z[ recovery-image] Oct 18 21:30:01.191 INFO O| Oct 18 21:30:01.191 INFO STEP 649 (remove_files) COMPLETE
61112024-10-18T21:30:02.490Z[ recovery-image] Oct 18 21:30:01.191 INFO O| Oct 18 21:30:01.191 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-10-18T21:30:02.502Z[ recovery-image] Oct 18 21:30:01.202 INFO O| Oct 18 21:30:01.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
61132024-10-18T21:30:02.504Z[ recovery-image] Oct 18 21:30:01.202 INFO O| Oct 18 21:30:01.202 INFO STEP 650 (remove_files) COMPLETE
61142024-10-18T21:30:02.504Z[ recovery-image] Oct 18 21:30:01.202 INFO O| Oct 18 21:30:01.202 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-10-18T21:30:02.513Z[ recovery-image] Oct 18 21:30:01.214 INFO O| Oct 18 21:30:01.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
61162024-10-18T21:30:02.513Z[ recovery-image] Oct 18 21:30:01.214 INFO O| Oct 18 21:30:01.214 INFO STEP 651 (remove_files) COMPLETE
61172024-10-18T21:30:02.513Z[ recovery-image] Oct 18 21:30:01.214 INFO O| Oct 18 21:30:01.214 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-10-18T21:30:02.525Z[ recovery-image] Oct 18 21:30:01.226 INFO O| Oct 18 21:30:01.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
61192024-10-18T21:30:02.525Z[ recovery-image] Oct 18 21:30:01.226 INFO O| Oct 18 21:30:01.226 INFO STEP 652 (remove_files) COMPLETE
61202024-10-18T21:30:02.525Z[ recovery-image] Oct 18 21:30:01.226 INFO O| Oct 18 21:30:01.226 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-10-18T21:30:02.536Z[ recovery-image] Oct 18 21:30:01.237 INFO O| Oct 18 21:30:01.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
61222024-10-18T21:30:02.536Z[ recovery-image] Oct 18 21:30:01.237 INFO O| Oct 18 21:30:01.237 INFO STEP 653 (remove_files) COMPLETE
61232024-10-18T21:30:02.538Z[ recovery-image] Oct 18 21:30:01.237 INFO O| Oct 18 21:30:01.237 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-10-18T21:30:02.548Z[ recovery-image] Oct 18 21:30:01.248 INFO O| Oct 18 21:30:01.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
61252024-10-18T21:30:02.548Z[ recovery-image] Oct 18 21:30:01.248 INFO O| Oct 18 21:30:01.248 INFO STEP 654 (remove_files) COMPLETE
61262024-10-18T21:30:02.548Z[ recovery-image] Oct 18 21:30:01.248 INFO O| Oct 18 21:30:01.248 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-10-18T21:30:02.559Z[ recovery-image] Oct 18 21:30:01.260 INFO O| Oct 18 21:30:01.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
61282024-10-18T21:30:02.559Z[ recovery-image] Oct 18 21:30:01.260 INFO O| Oct 18 21:30:01.260 INFO STEP 655 (remove_files) COMPLETE
61292024-10-18T21:30:02.559Z[ recovery-image] Oct 18 21:30:01.260 INFO O| Oct 18 21:30:01.260 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-10-18T21:30:02.571Z[ recovery-image] Oct 18 21:30:01.272 INFO O| Oct 18 21:30:01.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
61312024-10-18T21:30:02.571Z[ recovery-image] Oct 18 21:30:01.272 INFO O| Oct 18 21:30:01.272 INFO STEP 656 (remove_files) COMPLETE
61322024-10-18T21:30:02.571Z[ recovery-image] Oct 18 21:30:01.272 INFO O| Oct 18 21:30:01.272 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-10-18T21:30:02.583Z[ recovery-image] Oct 18 21:30:01.284 INFO O| Oct 18 21:30:01.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
61342024-10-18T21:30:02.583Z[ recovery-image] Oct 18 21:30:01.284 INFO O| Oct 18 21:30:01.284 INFO STEP 657 (remove_files) COMPLETE
61352024-10-18T21:30:02.583Z[ recovery-image] Oct 18 21:30:01.284 INFO O| Oct 18 21:30:01.284 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-10-18T21:30:02.596Z[ recovery-image] Oct 18 21:30:01.296 INFO O| Oct 18 21:30:01.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
61372024-10-18T21:30:02.596Z[ recovery-image] Oct 18 21:30:01.296 INFO O| Oct 18 21:30:01.296 INFO STEP 658 (remove_files) COMPLETE
61382024-10-18T21:30:02.598Z[ recovery-image] Oct 18 21:30:01.296 INFO O| Oct 18 21:30:01.296 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-10-18T21:30:02.608Z[ recovery-image] Oct 18 21:30:01.309 INFO O| Oct 18 21:30:01.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61402024-10-18T21:30:02.608Z[ recovery-image] Oct 18 21:30:01.309 INFO O| Oct 18 21:30:01.309 INFO STEP 659 (remove_files) COMPLETE
61412024-10-18T21:30:02.611Z[ recovery-image] Oct 18 21:30:01.309 INFO O| Oct 18 21:30:01.309 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-10-18T21:30:02.620Z[ recovery-image] Oct 18 21:30:01.321 INFO O| Oct 18 21:30:01.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61432024-10-18T21:30:02.620Z[ recovery-image] Oct 18 21:30:01.321 INFO O| Oct 18 21:30:01.321 INFO STEP 660 (remove_files) COMPLETE
61442024-10-18T21:30:02.624Z[ recovery-image] Oct 18 21:30:01.321 INFO O| Oct 18 21:30:01.321 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-10-18T21:30:02.632Z[ recovery-image] Oct 18 21:30:01.333 INFO O| Oct 18 21:30:01.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61462024-10-18T21:30:02.632Z[ recovery-image] Oct 18 21:30:01.333 INFO O| Oct 18 21:30:01.333 INFO STEP 661 (remove_files) COMPLETE
61472024-10-18T21:30:02.635Z[ recovery-image] Oct 18 21:30:01.333 INFO O| Oct 18 21:30:01.333 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-10-18T21:30:02.644Z[ recovery-image] Oct 18 21:30:01.345 INFO O| Oct 18 21:30:01.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61492024-10-18T21:30:02.644Z[ recovery-image] Oct 18 21:30:01.345 INFO O| Oct 18 21:30:01.345 INFO STEP 662 (remove_files) COMPLETE
61502024-10-18T21:30:02.647Z[ recovery-image] Oct 18 21:30:01.345 INFO O| Oct 18 21:30:01.345 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-10-18T21:30:02.656Z[ recovery-image] Oct 18 21:30:01.357 INFO O| Oct 18 21:30:01.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61522024-10-18T21:30:02.656Z[ recovery-image] Oct 18 21:30:01.357 INFO O| Oct 18 21:30:01.357 INFO STEP 663 (remove_files) COMPLETE
61532024-10-18T21:30:02.659Z[ recovery-image] Oct 18 21:30:01.357 INFO O| Oct 18 21:30:01.357 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-10-18T21:30:02.668Z[ recovery-image] Oct 18 21:30:01.369 INFO O| Oct 18 21:30:01.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61552024-10-18T21:30:02.668Z[ recovery-image] Oct 18 21:30:01.369 INFO O| Oct 18 21:30:01.369 INFO STEP 664 (remove_files) COMPLETE
61562024-10-18T21:30:02.671Z[ recovery-image] Oct 18 21:30:01.369 INFO O| Oct 18 21:30:01.369 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-10-18T21:30:02.680Z[ recovery-image] Oct 18 21:30:01.381 INFO O| Oct 18 21:30:01.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61582024-10-18T21:30:02.680Z[ recovery-image] Oct 18 21:30:01.381 INFO O| Oct 18 21:30:01.381 INFO STEP 665 (remove_files) COMPLETE
61592024-10-18T21:30:02.680Z[ recovery-image] Oct 18 21:30:01.381 INFO O| Oct 18 21:30:01.381 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-10-18T21:30:02.693Z[ recovery-image] Oct 18 21:30:01.394 INFO O| Oct 18 21:30:01.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61612024-10-18T21:30:02.693Z[ recovery-image] Oct 18 21:30:01.394 INFO O| Oct 18 21:30:01.394 INFO STEP 666 (remove_files) COMPLETE
61622024-10-18T21:30:02.693Z[ recovery-image] Oct 18 21:30:01.394 INFO O| Oct 18 21:30:01.394 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-10-18T21:30:02.706Z[ recovery-image] Oct 18 21:30:01.407 INFO O| Oct 18 21:30:01.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61642024-10-18T21:30:02.706Z[ recovery-image] Oct 18 21:30:01.407 INFO O| Oct 18 21:30:01.407 INFO STEP 667 (remove_files) COMPLETE
61652024-10-18T21:30:02.708Z[ recovery-image] Oct 18 21:30:01.407 INFO O| Oct 18 21:30:01.407 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-10-18T21:30:02.718Z[ recovery-image] Oct 18 21:30:01.419 INFO O| Oct 18 21:30:01.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61672024-10-18T21:30:02.718Z[ recovery-image] Oct 18 21:30:01.419 INFO O| Oct 18 21:30:01.419 INFO STEP 668 (remove_files) COMPLETE
61682024-10-18T21:30:02.718Z[ recovery-image] Oct 18 21:30:01.419 INFO O| Oct 18 21:30:01.419 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-10-18T21:30:02.730Z[ recovery-image] Oct 18 21:30:01.431 INFO O| Oct 18 21:30:01.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61702024-10-18T21:30:02.730Z[ recovery-image] Oct 18 21:30:01.431 INFO O| Oct 18 21:30:01.431 INFO STEP 669 (remove_files) COMPLETE
61712024-10-18T21:30:02.733Z[ recovery-image] Oct 18 21:30:01.431 INFO O| Oct 18 21:30:01.431 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-10-18T21:30:02.742Z[ recovery-image] Oct 18 21:30:01.443 INFO O| Oct 18 21:30:01.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61732024-10-18T21:30:02.745Z[ recovery-image] Oct 18 21:30:01.443 INFO O| Oct 18 21:30:01.443 INFO STEP 670 (remove_files) COMPLETE
61742024-10-18T21:30:02.745Z[ recovery-image] Oct 18 21:30:01.443 INFO O| Oct 18 21:30:01.443 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-10-18T21:30:02.755Z[ recovery-image] Oct 18 21:30:01.455 INFO O| Oct 18 21:30:01.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61762024-10-18T21:30:02.755Z[ recovery-image] Oct 18 21:30:01.455 INFO O| Oct 18 21:30:01.455 INFO STEP 671 (remove_files) COMPLETE
61772024-10-18T21:30:02.757Z[ recovery-image] Oct 18 21:30:01.455 INFO O| Oct 18 21:30:01.455 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-10-18T21:30:02.767Z[ recovery-image] Oct 18 21:30:01.467 INFO O| Oct 18 21:30:01.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61792024-10-18T21:30:02.767Z[ recovery-image] Oct 18 21:30:01.468 INFO O| Oct 18 21:30:01.468 INFO STEP 672 (remove_files) COMPLETE
61802024-10-18T21:30:02.767Z[ recovery-image] Oct 18 21:30:01.468 INFO O| Oct 18 21:30:01.468 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-10-18T21:30:02.780Z[ recovery-image] Oct 18 21:30:01.480 INFO O| Oct 18 21:30:01.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61822024-10-18T21:30:02.780Z[ recovery-image] Oct 18 21:30:01.480 INFO O| Oct 18 21:30:01.480 INFO STEP 673 (remove_files) COMPLETE
61832024-10-18T21:30:02.780Z[ recovery-image] Oct 18 21:30:01.480 INFO O| Oct 18 21:30:01.480 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-10-18T21:30:02.793Z[ recovery-image] Oct 18 21:30:01.494 INFO O| Oct 18 21:30:01.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61852024-10-18T21:30:02.793Z[ recovery-image] Oct 18 21:30:01.494 INFO O| Oct 18 21:30:01.494 INFO STEP 674 (remove_files) COMPLETE
61862024-10-18T21:30:02.793Z[ recovery-image] Oct 18 21:30:01.494 INFO O| Oct 18 21:30:01.494 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-10-18T21:30:02.806Z[ recovery-image] Oct 18 21:30:01.507 INFO O| Oct 18 21:30:01.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61882024-10-18T21:30:02.806Z[ recovery-image] Oct 18 21:30:01.507 INFO O| Oct 18 21:30:01.507 INFO STEP 675 (remove_files) COMPLETE
61892024-10-18T21:30:02.806Z[ recovery-image] Oct 18 21:30:01.507 INFO O| Oct 18 21:30:01.507 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-10-18T21:30:02.823Z[ recovery-image] Oct 18 21:30:01.523 INFO O| Oct 18 21:30:01.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
61912024-10-18T21:30:02.823Z[ recovery-image] Oct 18 21:30:01.524 INFO O| Oct 18 21:30:01.524 INFO STEP 676 (remove_files) COMPLETE
61922024-10-18T21:30:02.823Z[ recovery-image] Oct 18 21:30:01.524 INFO O| Oct 18 21:30:01.524 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-10-18T21:30:02.837Z[ recovery-image] Oct 18 21:30:01.537 INFO O| Oct 18 21:30:01.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
61942024-10-18T21:30:02.837Z[ recovery-image] Oct 18 21:30:01.537 INFO O| Oct 18 21:30:01.537 INFO STEP 677 (remove_files) COMPLETE
61952024-10-18T21:30:02.837Z[ recovery-image] Oct 18 21:30:01.538 INFO O| Oct 18 21:30:01.537 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-10-18T21:30:02.850Z[ recovery-image] Oct 18 21:30:01.550 INFO O| Oct 18 21:30:01.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
61972024-10-18T21:30:02.852Z[ recovery-image] Oct 18 21:30:01.551 INFO O| Oct 18 21:30:01.550 INFO STEP 678 (remove_files) COMPLETE
61982024-10-18T21:30:02.852Z[ recovery-image] Oct 18 21:30:01.551 INFO O| Oct 18 21:30:01.551 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-10-18T21:30:02.861Z[ recovery-image] Oct 18 21:30:01.562 INFO O| Oct 18 21:30:01.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
62002024-10-18T21:30:02.861Z[ recovery-image] Oct 18 21:30:01.562 INFO O| Oct 18 21:30:01.562 INFO STEP 679 (remove_files) COMPLETE
62012024-10-18T21:30:02.864Z[ recovery-image] Oct 18 21:30:01.562 INFO O| Oct 18 21:30:01.562 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-10-18T21:30:02.876Z[ recovery-image] Oct 18 21:30:01.576 INFO O| Oct 18 21:30:01.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
62032024-10-18T21:30:02.876Z[ recovery-image] Oct 18 21:30:01.576 INFO O| Oct 18 21:30:01.576 INFO STEP 680 (remove_files) COMPLETE
62042024-10-18T21:30:02.876Z[ recovery-image] Oct 18 21:30:01.577 INFO O| Oct 18 21:30:01.576 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-10-18T21:30:02.888Z[ recovery-image] Oct 18 21:30:01.589 INFO O| Oct 18 21:30:01.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
62062024-10-18T21:30:02.888Z[ recovery-image] Oct 18 21:30:01.589 INFO O| Oct 18 21:30:01.589 INFO STEP 681 (remove_files) COMPLETE
62072024-10-18T21:30:02.888Z[ recovery-image] Oct 18 21:30:01.589 INFO O| Oct 18 21:30:01.589 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-10-18T21:30:02.901Z[ recovery-image] Oct 18 21:30:01.601 INFO O| Oct 18 21:30:01.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
62092024-10-18T21:30:02.901Z[ recovery-image] Oct 18 21:30:01.601 INFO O| Oct 18 21:30:01.601 INFO STEP 682 (remove_files) COMPLETE
62102024-10-18T21:30:02.901Z[ recovery-image] Oct 18 21:30:01.601 INFO O| Oct 18 21:30:01.601 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-10-18T21:30:02.915Z[ recovery-image] Oct 18 21:30:01.616 INFO O| Oct 18 21:30:01.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
62122024-10-18T21:30:02.915Z[ recovery-image] Oct 18 21:30:01.616 INFO O| Oct 18 21:30:01.616 INFO STEP 683 (remove_files) COMPLETE
62132024-10-18T21:30:02.915Z[ recovery-image] Oct 18 21:30:01.616 INFO O| Oct 18 21:30:01.616 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-10-18T21:30:02.929Z[ recovery-image] Oct 18 21:30:01.629 INFO O| Oct 18 21:30:01.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
62152024-10-18T21:30:02.929Z[ recovery-image] Oct 18 21:30:01.630 INFO O| Oct 18 21:30:01.629 INFO STEP 684 (remove_files) COMPLETE
62162024-10-18T21:30:02.929Z[ recovery-image] Oct 18 21:30:01.630 INFO O| Oct 18 21:30:01.630 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-10-18T21:30:02.942Z[ recovery-image] Oct 18 21:30:01.643 INFO O| Oct 18 21:30:01.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
62182024-10-18T21:30:02.942Z[ recovery-image] Oct 18 21:30:01.643 INFO O| Oct 18 21:30:01.643 INFO STEP 685 (remove_files) COMPLETE
62192024-10-18T21:30:02.942Z[ recovery-image] Oct 18 21:30:01.643 INFO O| Oct 18 21:30:01.643 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-10-18T21:30:02.954Z[ recovery-image] Oct 18 21:30:01.654 INFO O| Oct 18 21:30:01.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
62212024-10-18T21:30:02.954Z[ recovery-image] Oct 18 21:30:01.655 INFO O| Oct 18 21:30:01.654 INFO STEP 686 (remove_files) COMPLETE
62222024-10-18T21:30:02.954Z[ recovery-image] Oct 18 21:30:01.655 INFO O| Oct 18 21:30:01.655 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-10-18T21:30:02.966Z[ recovery-image] Oct 18 21:30:01.667 INFO O| Oct 18 21:30:01.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
62242024-10-18T21:30:02.966Z[ recovery-image] Oct 18 21:30:01.667 INFO O| Oct 18 21:30:01.667 INFO STEP 687 (remove_files) COMPLETE
62252024-10-18T21:30:02.966Z[ recovery-image] Oct 18 21:30:01.667 INFO O| Oct 18 21:30:01.667 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-10-18T21:30:02.978Z[ recovery-image] Oct 18 21:30:01.679 INFO O| Oct 18 21:30:01.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
62272024-10-18T21:30:02.978Z[ recovery-image] Oct 18 21:30:01.679 INFO O| Oct 18 21:30:01.679 INFO STEP 688 (remove_files) COMPLETE
62282024-10-18T21:30:02.985Z[ recovery-image] Oct 18 21:30:01.679 INFO O| Oct 18 21:30:01.679 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-10-18T21:30:02.995Z[ recovery-image] Oct 18 21:30:01.691 INFO O| Oct 18 21:30:01.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
62302024-10-18T21:30:02.995Z[ recovery-image] Oct 18 21:30:01.691 INFO O| Oct 18 21:30:01.691 INFO STEP 689 (remove_files) COMPLETE
62312024-10-18T21:30:02.995Z[ recovery-image] Oct 18 21:30:01.691 INFO O| Oct 18 21:30:01.691 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-10-18T21:30:03.005Z[ recovery-image] Oct 18 21:30:01.704 INFO O| Oct 18 21:30:01.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
62332024-10-18T21:30:03.005Z[ recovery-image] Oct 18 21:30:01.704 INFO O| Oct 18 21:30:01.704 INFO STEP 690 (remove_files) COMPLETE
62342024-10-18T21:30:03.005Z[ recovery-image] Oct 18 21:30:01.704 INFO O| Oct 18 21:30:01.704 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-10-18T21:30:03.017Z[ recovery-image] Oct 18 21:30:01.718 INFO O| Oct 18 21:30:01.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
62362024-10-18T21:30:03.017Z[ recovery-image] Oct 18 21:30:01.718 INFO O| Oct 18 21:30:01.718 INFO STEP 691 (remove_files) COMPLETE
62372024-10-18T21:30:03.017Z[ recovery-image] Oct 18 21:30:01.718 INFO O| Oct 18 21:30:01.718 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-10-18T21:30:03.031Z[ recovery-image] Oct 18 21:30:01.732 INFO O| Oct 18 21:30:01.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62392024-10-18T21:30:03.031Z[ recovery-image] Oct 18 21:30:01.732 INFO O| Oct 18 21:30:01.732 INFO STEP 692 (remove_files) COMPLETE
62402024-10-18T21:30:03.034Z[ recovery-image] Oct 18 21:30:01.732 INFO O| Oct 18 21:30:01.732 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-10-18T21:30:03.046Z[ recovery-image] Oct 18 21:30:01.746 INFO O| Oct 18 21:30:01.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62422024-10-18T21:30:03.046Z[ recovery-image] Oct 18 21:30:01.746 INFO O| Oct 18 21:30:01.746 INFO STEP 693 (remove_files) COMPLETE
62432024-10-18T21:30:03.049Z[ recovery-image] Oct 18 21:30:01.747 INFO O| Oct 18 21:30:01.746 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-10-18T21:30:03.061Z[ recovery-image] Oct 18 21:30:01.761 INFO O| Oct 18 21:30:01.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62452024-10-18T21:30:03.061Z[ recovery-image] Oct 18 21:30:01.761 INFO O| Oct 18 21:30:01.761 INFO STEP 694 (remove_files) COMPLETE
62462024-10-18T21:30:03.064Z[ recovery-image] Oct 18 21:30:01.761 INFO O| Oct 18 21:30:01.761 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-10-18T21:30:03.075Z[ recovery-image] Oct 18 21:30:01.776 INFO O| Oct 18 21:30:01.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62482024-10-18T21:30:03.075Z[ recovery-image] Oct 18 21:30:01.776 INFO O| Oct 18 21:30:01.776 INFO STEP 695 (remove_files) COMPLETE
62492024-10-18T21:30:03.077Z[ recovery-image] Oct 18 21:30:01.776 INFO O| Oct 18 21:30:01.776 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-10-18T21:30:03.089Z[ recovery-image] Oct 18 21:30:01.790 INFO O| Oct 18 21:30:01.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62512024-10-18T21:30:03.089Z[ recovery-image] Oct 18 21:30:01.790 INFO O| Oct 18 21:30:01.790 INFO STEP 696 (remove_files) COMPLETE
62522024-10-18T21:30:03.089Z[ recovery-image] Oct 18 21:30:01.790 INFO O| Oct 18 21:30:01.790 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-10-18T21:30:03.103Z[ recovery-image] Oct 18 21:30:01.803 INFO O| Oct 18 21:30:01.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62542024-10-18T21:30:03.103Z[ recovery-image] Oct 18 21:30:01.804 INFO O| Oct 18 21:30:01.803 INFO STEP 697 (remove_files) COMPLETE
62552024-10-18T21:30:03.103Z[ recovery-image] Oct 18 21:30:01.804 INFO O| Oct 18 21:30:01.804 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-10-18T21:30:03.117Z[ recovery-image] Oct 18 21:30:01.817 INFO O| Oct 18 21:30:01.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62572024-10-18T21:30:03.117Z[ recovery-image] Oct 18 21:30:01.817 INFO O| Oct 18 21:30:01.817 INFO STEP 698 (remove_files) COMPLETE
62582024-10-18T21:30:03.119Z[ recovery-image] Oct 18 21:30:01.817 INFO O| Oct 18 21:30:01.817 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-10-18T21:30:03.130Z[ recovery-image] Oct 18 21:30:01.831 INFO O| Oct 18 21:30:01.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62602024-10-18T21:30:03.130Z[ recovery-image] Oct 18 21:30:01.831 INFO O| Oct 18 21:30:01.831 INFO STEP 699 (remove_files) COMPLETE
62612024-10-18T21:30:03.133Z[ recovery-image] Oct 18 21:30:01.831 INFO O| Oct 18 21:30:01.831 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-10-18T21:30:03.145Z[ recovery-image] Oct 18 21:30:01.846 INFO O| Oct 18 21:30:01.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62632024-10-18T21:30:03.148Z[ recovery-image] Oct 18 21:30:01.846 INFO O| Oct 18 21:30:01.846 INFO STEP 700 (remove_files) COMPLETE
62642024-10-18T21:30:03.148Z[ recovery-image] Oct 18 21:30:01.846 INFO O| Oct 18 21:30:01.846 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-10-18T21:30:03.161Z[ recovery-image] Oct 18 21:30:01.862 INFO O| Oct 18 21:30:01.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62662024-10-18T21:30:03.161Z[ recovery-image] Oct 18 21:30:01.862 INFO O| Oct 18 21:30:01.862 INFO STEP 701 (remove_files) COMPLETE
62672024-10-18T21:30:03.161Z[ recovery-image] Oct 18 21:30:01.862 INFO O| Oct 18 21:30:01.862 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-10-18T21:30:03.175Z[ recovery-image] Oct 18 21:30:01.876 INFO O| Oct 18 21:30:01.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62692024-10-18T21:30:03.175Z[ recovery-image] Oct 18 21:30:01.876 INFO O| Oct 18 21:30:01.876 INFO STEP 702 (remove_files) COMPLETE
62702024-10-18T21:30:03.175Z[ recovery-image] Oct 18 21:30:01.876 INFO O| Oct 18 21:30:01.876 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-10-18T21:30:03.190Z[ recovery-image] Oct 18 21:30:01.890 INFO O| Oct 18 21:30:01.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62722024-10-18T21:30:03.190Z[ recovery-image] Oct 18 21:30:01.890 INFO O| Oct 18 21:30:01.890 INFO STEP 703 (remove_files) COMPLETE
62732024-10-18T21:30:03.190Z[ recovery-image] Oct 18 21:30:01.891 INFO O| Oct 18 21:30:01.890 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-10-18T21:30:03.204Z[ recovery-image] Oct 18 21:30:01.905 INFO O| Oct 18 21:30:01.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62752024-10-18T21:30:03.204Z[ recovery-image] Oct 18 21:30:01.905 INFO O| Oct 18 21:30:01.905 INFO STEP 704 (remove_files) COMPLETE
62762024-10-18T21:30:03.207Z[ recovery-image] Oct 18 21:30:01.905 INFO O| Oct 18 21:30:01.905 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-10-18T21:30:03.218Z[ recovery-image] Oct 18 21:30:01.918 INFO O| Oct 18 21:30:01.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62782024-10-18T21:30:03.218Z[ recovery-image] Oct 18 21:30:01.918 INFO O| Oct 18 21:30:01.918 INFO STEP 705 (remove_files) COMPLETE
62792024-10-18T21:30:03.220Z[ recovery-image] Oct 18 21:30:01.918 INFO O| Oct 18 21:30:01.918 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-10-18T21:30:03.233Z[ recovery-image] Oct 18 21:30:01.933 INFO O| Oct 18 21:30:01.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62812024-10-18T21:30:03.233Z[ recovery-image] Oct 18 21:30:01.934 INFO O| Oct 18 21:30:01.934 INFO STEP 706 (remove_files) COMPLETE
62822024-10-18T21:30:03.236Z[ recovery-image] Oct 18 21:30:01.934 INFO O| Oct 18 21:30:01.934 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-10-18T21:30:03.252Z[ recovery-image] Oct 18 21:30:01.952 INFO O| Oct 18 21:30:01.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62842024-10-18T21:30:03.252Z[ recovery-image] Oct 18 21:30:01.952 INFO O| Oct 18 21:30:01.952 INFO STEP 707 (remove_files) COMPLETE
62852024-10-18T21:30:03.255Z[ recovery-image] Oct 18 21:30:01.952 INFO O| Oct 18 21:30:01.952 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-10-18T21:30:03.267Z[ recovery-image] Oct 18 21:30:01.968 INFO O| Oct 18 21:30:01.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62872024-10-18T21:30:03.267Z[ recovery-image] Oct 18 21:30:01.968 INFO O| Oct 18 21:30:01.968 INFO STEP 708 (remove_files) COMPLETE
62882024-10-18T21:30:03.270Z[ recovery-image] Oct 18 21:30:01.968 INFO O| Oct 18 21:30:01.968 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-10-18T21:30:03.282Z[ recovery-image] Oct 18 21:30:01.982 INFO O| Oct 18 21:30:01.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
62902024-10-18T21:30:03.284Z[ recovery-image] Oct 18 21:30:01.982 INFO O| Oct 18 21:30:01.982 INFO STEP 709 (remove_files) COMPLETE
62912024-10-18T21:30:03.284Z[ recovery-image] Oct 18 21:30:01.982 INFO O| Oct 18 21:30:01.982 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-10-18T21:30:03.295Z[ recovery-image] Oct 18 21:30:01.995 INFO O| Oct 18 21:30:01.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
62932024-10-18T21:30:03.297Z[ recovery-image] Oct 18 21:30:01.995 INFO O| Oct 18 21:30:01.995 INFO STEP 710 (remove_files) COMPLETE
62942024-10-18T21:30:03.297Z[ recovery-image] Oct 18 21:30:01.996 INFO O| Oct 18 21:30:01.995 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-10-18T21:30:03.309Z[ recovery-image] Oct 18 21:30:02.009 INFO O| Oct 18 21:30:02.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
62962024-10-18T21:30:03.309Z[ recovery-image] Oct 18 21:30:02.009 INFO O| Oct 18 21:30:02.009 INFO STEP 711 (remove_files) COMPLETE
62972024-10-18T21:30:03.309Z[ recovery-image] Oct 18 21:30:02.009 INFO O| Oct 18 21:30:02.009 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-10-18T21:30:03.323Z[ recovery-image] Oct 18 21:30:02.024 INFO O| Oct 18 21:30:02.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
62992024-10-18T21:30:03.324Z[ recovery-image] Oct 18 21:30:02.024 INFO O| Oct 18 21:30:02.024 INFO STEP 712 (remove_files) COMPLETE
63002024-10-18T21:30:03.324Z[ recovery-image] Oct 18 21:30:02.024 INFO O| Oct 18 21:30:02.024 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-10-18T21:30:03.339Z[ recovery-image] Oct 18 21:30:02.040 INFO O| Oct 18 21:30:02.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
63022024-10-18T21:30:03.339Z[ recovery-image] Oct 18 21:30:02.040 INFO O| Oct 18 21:30:02.040 INFO STEP 713 (remove_files) COMPLETE
63032024-10-18T21:30:03.339Z[ recovery-image] Oct 18 21:30:02.040 INFO O| Oct 18 21:30:02.040 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-10-18T21:30:03.352Z[ recovery-image] Oct 18 21:30:02.053 INFO O| Oct 18 21:30:02.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
63052024-10-18T21:30:03.352Z[ recovery-image] Oct 18 21:30:02.053 INFO O| Oct 18 21:30:02.053 INFO STEP 714 (remove_files) COMPLETE
63062024-10-18T21:30:03.352Z[ recovery-image] Oct 18 21:30:02.053 INFO O| Oct 18 21:30:02.053 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-10-18T21:30:03.364Z[ recovery-image] Oct 18 21:30:02.065 INFO O| Oct 18 21:30:02.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
63082024-10-18T21:30:03.364Z[ recovery-image] Oct 18 21:30:02.065 INFO O| Oct 18 21:30:02.065 INFO STEP 715 (remove_files) COMPLETE
63092024-10-18T21:30:03.364Z[ recovery-image] Oct 18 21:30:02.065 INFO O| Oct 18 21:30:02.065 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-10-18T21:30:03.376Z[ recovery-image] Oct 18 21:30:02.077 INFO O| Oct 18 21:30:02.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
63112024-10-18T21:30:03.376Z[ recovery-image] Oct 18 21:30:02.077 INFO O| Oct 18 21:30:02.077 INFO STEP 716 (remove_files) COMPLETE
63122024-10-18T21:30:03.379Z[ recovery-image] Oct 18 21:30:02.077 INFO O| Oct 18 21:30:02.077 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-10-18T21:30:03.389Z[ recovery-image] Oct 18 21:30:02.089 INFO O| Oct 18 21:30:02.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
63142024-10-18T21:30:03.389Z[ recovery-image] Oct 18 21:30:02.089 INFO O| Oct 18 21:30:02.089 INFO STEP 717 (remove_files) COMPLETE
63152024-10-18T21:30:03.391Z[ recovery-image] Oct 18 21:30:02.089 INFO O| Oct 18 21:30:02.089 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-10-18T21:30:03.400Z[ recovery-image] Oct 18 21:30:02.101 INFO O| Oct 18 21:30:02.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
63172024-10-18T21:30:03.400Z[ recovery-image] Oct 18 21:30:02.101 INFO O| Oct 18 21:30:02.101 INFO STEP 718 (remove_files) COMPLETE
63182024-10-18T21:30:03.400Z[ recovery-image] Oct 18 21:30:02.101 INFO O| Oct 18 21:30:02.101 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-10-18T21:30:03.412Z[ recovery-image] Oct 18 21:30:02.113 INFO O| Oct 18 21:30:02.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
63202024-10-18T21:30:03.412Z[ recovery-image] Oct 18 21:30:02.113 INFO O| Oct 18 21:30:02.113 INFO STEP 719 (remove_files) COMPLETE
63212024-10-18T21:30:03.412Z[ recovery-image] Oct 18 21:30:02.113 INFO O| Oct 18 21:30:02.113 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-10-18T21:30:03.424Z[ recovery-image] Oct 18 21:30:02.125 INFO O| Oct 18 21:30:02.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
63232024-10-18T21:30:03.424Z[ recovery-image] Oct 18 21:30:02.125 INFO O| Oct 18 21:30:02.125 INFO STEP 720 (remove_files) COMPLETE
63242024-10-18T21:30:03.427Z[ recovery-image] Oct 18 21:30:02.125 INFO O| Oct 18 21:30:02.125 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-10-18T21:30:03.438Z[ recovery-image] Oct 18 21:30:02.139 INFO O| Oct 18 21:30:02.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
63262024-10-18T21:30:03.438Z[ recovery-image] Oct 18 21:30:02.139 INFO O| Oct 18 21:30:02.139 INFO STEP 721 (remove_files) COMPLETE
63272024-10-18T21:30:03.438Z[ recovery-image] Oct 18 21:30:02.139 INFO O| Oct 18 21:30:02.139 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-10-18T21:30:03.452Z[ recovery-image] Oct 18 21:30:02.152 INFO O| Oct 18 21:30:02.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
63292024-10-18T21:30:03.452Z[ recovery-image] Oct 18 21:30:02.152 INFO O| Oct 18 21:30:02.152 INFO STEP 722 (remove_files) COMPLETE
63302024-10-18T21:30:03.452Z[ recovery-image] Oct 18 21:30:02.152 INFO O| Oct 18 21:30:02.152 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-10-18T21:30:03.464Z[ recovery-image] Oct 18 21:30:02.165 INFO O| Oct 18 21:30:02.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
63322024-10-18T21:30:03.464Z[ recovery-image] Oct 18 21:30:02.165 INFO O| Oct 18 21:30:02.165 INFO STEP 723 (remove_files) COMPLETE
63332024-10-18T21:30:03.467Z[ recovery-image] Oct 18 21:30:02.165 INFO O| Oct 18 21:30:02.165 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-10-18T21:30:03.477Z[ recovery-image] Oct 18 21:30:02.177 INFO O| Oct 18 21:30:02.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63352024-10-18T21:30:03.477Z[ recovery-image] Oct 18 21:30:02.177 INFO O| Oct 18 21:30:02.177 INFO STEP 724 (remove_files) COMPLETE
63362024-10-18T21:30:03.479Z[ recovery-image] Oct 18 21:30:02.177 INFO O| Oct 18 21:30:02.177 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-10-18T21:30:03.489Z[ recovery-image] Oct 18 21:30:02.190 INFO O| Oct 18 21:30:02.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63382024-10-18T21:30:03.489Z[ recovery-image] Oct 18 21:30:02.190 INFO O| Oct 18 21:30:02.190 INFO STEP 725 (remove_files) COMPLETE
63392024-10-18T21:30:03.492Z[ recovery-image] Oct 18 21:30:02.190 INFO O| Oct 18 21:30:02.190 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-10-18T21:30:03.502Z[ recovery-image] Oct 18 21:30:02.202 INFO O| Oct 18 21:30:02.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63412024-10-18T21:30:03.502Z[ recovery-image] Oct 18 21:30:02.203 INFO O| Oct 18 21:30:02.203 INFO STEP 726 (remove_files) COMPLETE
63422024-10-18T21:30:03.502Z[ recovery-image] Oct 18 21:30:02.203 INFO O| Oct 18 21:30:02.203 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-10-18T21:30:03.514Z[ recovery-image] Oct 18 21:30:02.215 INFO O| Oct 18 21:30:02.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63442024-10-18T21:30:03.514Z[ recovery-image] Oct 18 21:30:02.215 INFO O| Oct 18 21:30:02.215 INFO STEP 727 (remove_files) COMPLETE
63452024-10-18T21:30:03.517Z[ recovery-image] Oct 18 21:30:02.215 INFO O| Oct 18 21:30:02.215 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-10-18T21:30:03.526Z[ recovery-image] Oct 18 21:30:02.227 INFO O| Oct 18 21:30:02.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63472024-10-18T21:30:03.526Z[ recovery-image] Oct 18 21:30:02.227 INFO O| Oct 18 21:30:02.227 INFO STEP 728 (remove_files) COMPLETE
63482024-10-18T21:30:03.528Z[ recovery-image] Oct 18 21:30:02.227 INFO O| Oct 18 21:30:02.227 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-10-18T21:30:03.538Z[ recovery-image] Oct 18 21:30:02.239 INFO O| Oct 18 21:30:02.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63502024-10-18T21:30:03.538Z[ recovery-image] Oct 18 21:30:02.239 INFO O| Oct 18 21:30:02.239 INFO STEP 729 (remove_files) COMPLETE
63512024-10-18T21:30:03.538Z[ recovery-image] Oct 18 21:30:02.239 INFO O| Oct 18 21:30:02.239 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-10-18T21:30:03.550Z[ recovery-image] Oct 18 21:30:02.250 INFO O| Oct 18 21:30:02.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63532024-10-18T21:30:03.550Z[ recovery-image] Oct 18 21:30:02.250 INFO O| Oct 18 21:30:02.250 INFO STEP 730 (remove_files) COMPLETE
63542024-10-18T21:30:03.550Z[ recovery-image] Oct 18 21:30:02.250 INFO O| Oct 18 21:30:02.250 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-10-18T21:30:03.561Z[ recovery-image] Oct 18 21:30:02.262 INFO O| Oct 18 21:30:02.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63562024-10-18T21:30:03.561Z[ recovery-image] Oct 18 21:30:02.262 INFO O| Oct 18 21:30:02.262 INFO STEP 731 (remove_files) COMPLETE
63572024-10-18T21:30:03.561Z[ recovery-image] Oct 18 21:30:02.262 INFO O| Oct 18 21:30:02.262 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-10-18T21:30:03.573Z[ recovery-image] Oct 18 21:30:02.274 INFO O| Oct 18 21:30:02.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63592024-10-18T21:30:03.573Z[ recovery-image] Oct 18 21:30:02.274 INFO O| Oct 18 21:30:02.274 INFO STEP 732 (remove_files) COMPLETE
63602024-10-18T21:30:03.573Z[ recovery-image] Oct 18 21:30:02.274 INFO O| Oct 18 21:30:02.274 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-10-18T21:30:03.585Z[ recovery-image] Oct 18 21:30:02.285 INFO O| Oct 18 21:30:02.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63622024-10-18T21:30:03.585Z[ recovery-image] Oct 18 21:30:02.285 INFO O| Oct 18 21:30:02.285 INFO STEP 733 (remove_files) COMPLETE
63632024-10-18T21:30:03.585Z[ recovery-image] Oct 18 21:30:02.285 INFO O| Oct 18 21:30:02.285 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-10-18T21:30:03.596Z[ recovery-image] Oct 18 21:30:02.296 INFO O| Oct 18 21:30:02.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63652024-10-18T21:30:03.596Z[ recovery-image] Oct 18 21:30:02.297 INFO O| Oct 18 21:30:02.297 INFO STEP 734 (remove_files) COMPLETE
63662024-10-18T21:30:03.596Z[ recovery-image] Oct 18 21:30:02.297 INFO O| Oct 18 21:30:02.297 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-10-18T21:30:03.608Z[ recovery-image] Oct 18 21:30:02.309 INFO O| Oct 18 21:30:02.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63682024-10-18T21:30:03.608Z[ recovery-image] Oct 18 21:30:02.309 INFO O| Oct 18 21:30:02.309 INFO STEP 735 (remove_files) COMPLETE
63692024-10-18T21:30:03.608Z[ recovery-image] Oct 18 21:30:02.309 INFO O| Oct 18 21:30:02.309 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-10-18T21:30:03.619Z[ recovery-image] Oct 18 21:30:02.320 INFO O| Oct 18 21:30:02.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63712024-10-18T21:30:03.620Z[ recovery-image] Oct 18 21:30:02.320 INFO O| Oct 18 21:30:02.320 INFO STEP 736 (remove_files) COMPLETE
63722024-10-18T21:30:03.623Z[ recovery-image] Oct 18 21:30:02.320 INFO O| Oct 18 21:30:02.320 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-10-18T21:30:03.631Z[ recovery-image] Oct 18 21:30:02.332 INFO O| Oct 18 21:30:02.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63742024-10-18T21:30:03.631Z[ recovery-image] Oct 18 21:30:02.332 INFO O| Oct 18 21:30:02.332 INFO STEP 737 (remove_files) COMPLETE
63752024-10-18T21:30:03.631Z[ recovery-image] Oct 18 21:30:02.332 INFO O| Oct 18 21:30:02.332 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-10-18T21:30:03.642Z[ recovery-image] Oct 18 21:30:02.343 INFO O| Oct 18 21:30:02.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63772024-10-18T21:30:03.643Z[ recovery-image] Oct 18 21:30:02.343 INFO O| Oct 18 21:30:02.343 INFO STEP 738 (remove_files) COMPLETE
63782024-10-18T21:30:03.645Z[ recovery-image] Oct 18 21:30:02.343 INFO O| Oct 18 21:30:02.343 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-10-18T21:30:03.654Z[ recovery-image] Oct 18 21:30:02.354 INFO O| Oct 18 21:30:02.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63802024-10-18T21:30:03.654Z[ recovery-image] Oct 18 21:30:02.354 INFO O| Oct 18 21:30:02.354 INFO STEP 739 (remove_files) COMPLETE
63812024-10-18T21:30:03.654Z[ recovery-image] Oct 18 21:30:02.354 INFO O| Oct 18 21:30:02.354 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-10-18T21:30:03.665Z[ recovery-image] Oct 18 21:30:02.365 INFO O| Oct 18 21:30:02.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63832024-10-18T21:30:03.667Z[ recovery-image] Oct 18 21:30:02.366 INFO O| Oct 18 21:30:02.366 INFO STEP 740 (remove_files) COMPLETE
63842024-10-18T21:30:03.667Z[ recovery-image] Oct 18 21:30:02.366 INFO O| Oct 18 21:30:02.366 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-10-18T21:30:03.677Z[ recovery-image] Oct 18 21:30:02.377 INFO O| Oct 18 21:30:02.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
63862024-10-18T21:30:03.677Z[ recovery-image] Oct 18 21:30:02.377 INFO O| Oct 18 21:30:02.377 INFO STEP 741 (remove_files) COMPLETE
63872024-10-18T21:30:03.677Z[ recovery-image] Oct 18 21:30:02.377 INFO O| Oct 18 21:30:02.377 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-10-18T21:30:03.688Z[ recovery-image] Oct 18 21:30:02.388 INFO O| Oct 18 21:30:02.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
63892024-10-18T21:30:03.688Z[ recovery-image] Oct 18 21:30:02.388 INFO O| Oct 18 21:30:02.388 INFO STEP 742 (remove_files) COMPLETE
63902024-10-18T21:30:03.690Z[ recovery-image] Oct 18 21:30:02.388 INFO O| Oct 18 21:30:02.388 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-10-18T21:30:03.699Z[ recovery-image] Oct 18 21:30:02.400 INFO O| Oct 18 21:30:02.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
63922024-10-18T21:30:03.699Z[ recovery-image] Oct 18 21:30:02.400 INFO O| Oct 18 21:30:02.400 INFO STEP 743 (remove_files) COMPLETE
63932024-10-18T21:30:03.702Z[ recovery-image] Oct 18 21:30:02.400 INFO O| Oct 18 21:30:02.400 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-10-18T21:30:03.711Z[ recovery-image] Oct 18 21:30:02.412 INFO O| Oct 18 21:30:02.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
63952024-10-18T21:30:03.711Z[ recovery-image] Oct 18 21:30:02.412 INFO O| Oct 18 21:30:02.412 INFO STEP 744 (remove_files) COMPLETE
63962024-10-18T21:30:03.714Z[ recovery-image] Oct 18 21:30:02.412 INFO O| Oct 18 21:30:02.412 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-10-18T21:30:03.723Z[ recovery-image] Oct 18 21:30:02.423 INFO O| Oct 18 21:30:02.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
63982024-10-18T21:30:03.723Z[ recovery-image] Oct 18 21:30:02.423 INFO O| Oct 18 21:30:02.423 INFO STEP 745 (remove_files) COMPLETE
63992024-10-18T21:30:03.725Z[ recovery-image] Oct 18 21:30:02.423 INFO O| Oct 18 21:30:02.423 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-10-18T21:30:03.735Z[ recovery-image] Oct 18 21:30:02.435 INFO O| Oct 18 21:30:02.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
64012024-10-18T21:30:03.735Z[ recovery-image] Oct 18 21:30:02.436 INFO O| Oct 18 21:30:02.436 INFO STEP 746 (remove_files) COMPLETE
64022024-10-18T21:30:03.735Z[ recovery-image] Oct 18 21:30:02.436 INFO O| Oct 18 21:30:02.436 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-10-18T21:30:03.747Z[ recovery-image] Oct 18 21:30:02.448 INFO O| Oct 18 21:30:02.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
64042024-10-18T21:30:03.747Z[ recovery-image] Oct 18 21:30:02.448 INFO O| Oct 18 21:30:02.448 INFO STEP 747 (remove_files) COMPLETE
64052024-10-18T21:30:03.767Z[ recovery-image] Oct 18 21:30:02.448 INFO O| Oct 18 21:30:02.448 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-10-18T21:30:03.767Z[ recovery-image] Oct 18 21:30:02.459 INFO O| Oct 18 21:30:02.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
64072024-10-18T21:30:03.767Z[ recovery-image] Oct 18 21:30:02.459 INFO O| Oct 18 21:30:02.459 INFO STEP 748 (remove_files) COMPLETE
64082024-10-18T21:30:03.767Z[ recovery-image] Oct 18 21:30:02.459 INFO O| Oct 18 21:30:02.459 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-10-18T21:30:03.782Z[ recovery-image] Oct 18 21:30:02.471 INFO O| Oct 18 21:30:02.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
64102024-10-18T21:30:03.782Z[ recovery-image] Oct 18 21:30:02.471 INFO O| Oct 18 21:30:02.471 INFO STEP 749 (remove_files) COMPLETE
64112024-10-18T21:30:03.782Z[ recovery-image] Oct 18 21:30:02.471 INFO O| Oct 18 21:30:02.471 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-10-18T21:30:03.788Z[ recovery-image] Oct 18 21:30:02.483 INFO O| Oct 18 21:30:02.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
64132024-10-18T21:30:03.788Z[ recovery-image] Oct 18 21:30:02.483 INFO O| Oct 18 21:30:02.483 INFO STEP 750 (remove_files) COMPLETE
64142024-10-18T21:30:03.788Z[ recovery-image] Oct 18 21:30:02.483 INFO O| Oct 18 21:30:02.483 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-10-18T21:30:03.794Z[ recovery-image] Oct 18 21:30:02.494 INFO O| Oct 18 21:30:02.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
64162024-10-18T21:30:03.794Z[ recovery-image] Oct 18 21:30:02.494 INFO O| Oct 18 21:30:02.494 INFO STEP 751 (remove_files) COMPLETE
64172024-10-18T21:30:03.796Z[ recovery-image] Oct 18 21:30:02.494 INFO O| Oct 18 21:30:02.494 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-10-18T21:30:03.805Z[ recovery-image] Oct 18 21:30:02.505 INFO O| Oct 18 21:30:02.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
64192024-10-18T21:30:03.805Z[ recovery-image] Oct 18 21:30:02.505 INFO O| Oct 18 21:30:02.505 INFO STEP 752 (remove_files) COMPLETE
64202024-10-18T21:30:03.805Z[ recovery-image] Oct 18 21:30:02.505 INFO O| Oct 18 21:30:02.505 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-10-18T21:30:03.818Z[ recovery-image] Oct 18 21:30:02.518 INFO O| Oct 18 21:30:02.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
64222024-10-18T21:30:03.818Z[ recovery-image] Oct 18 21:30:02.518 INFO O| Oct 18 21:30:02.518 INFO STEP 753 (remove_files) COMPLETE
64232024-10-18T21:30:03.821Z[ recovery-image] Oct 18 21:30:02.518 INFO O| Oct 18 21:30:02.518 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-10-18T21:30:03.830Z[ recovery-image] Oct 18 21:30:02.530 INFO O| Oct 18 21:30:02.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
64252024-10-18T21:30:03.830Z[ recovery-image] Oct 18 21:30:02.530 INFO O| Oct 18 21:30:02.530 INFO STEP 754 (remove_files) COMPLETE
64262024-10-18T21:30:03.837Z[ recovery-image] Oct 18 21:30:02.531 INFO O| Oct 18 21:30:02.530 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-10-18T21:30:03.844Z[ recovery-image] Oct 18 21:30:02.544 INFO O| Oct 18 21:30:02.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
64282024-10-18T21:30:03.844Z[ recovery-image] Oct 18 21:30:02.544 INFO O| Oct 18 21:30:02.544 INFO STEP 755 (remove_files) COMPLETE
64292024-10-18T21:30:03.844Z[ recovery-image] Oct 18 21:30:02.544 INFO O| Oct 18 21:30:02.544 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-10-18T21:30:03.857Z[ recovery-image] Oct 18 21:30:02.557 INFO O| Oct 18 21:30:02.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
64312024-10-18T21:30:03.857Z[ recovery-image] Oct 18 21:30:02.557 INFO O| Oct 18 21:30:02.557 INFO STEP 756 (remove_files) COMPLETE
64322024-10-18T21:30:03.857Z[ recovery-image] Oct 18 21:30:02.557 INFO O| Oct 18 21:30:02.557 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-10-18T21:30:03.869Z[ recovery-image] Oct 18 21:30:02.570 INFO O| Oct 18 21:30:02.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64342024-10-18T21:30:03.869Z[ recovery-image] Oct 18 21:30:02.570 INFO O| Oct 18 21:30:02.570 INFO STEP 757 (remove_files) COMPLETE
64352024-10-18T21:30:03.869Z[ recovery-image] Oct 18 21:30:02.570 INFO O| Oct 18 21:30:02.570 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-10-18T21:30:03.881Z[ recovery-image] Oct 18 21:30:02.581 INFO O| Oct 18 21:30:02.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64372024-10-18T21:30:03.881Z[ recovery-image] Oct 18 21:30:02.581 INFO O| Oct 18 21:30:02.581 INFO STEP 758 (remove_files) COMPLETE
64382024-10-18T21:30:03.881Z[ recovery-image] Oct 18 21:30:02.581 INFO O| Oct 18 21:30:02.581 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-10-18T21:30:03.892Z[ recovery-image] Oct 18 21:30:02.592 INFO O| Oct 18 21:30:02.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64402024-10-18T21:30:03.892Z[ recovery-image] Oct 18 21:30:02.593 INFO O| Oct 18 21:30:02.593 INFO STEP 759 (remove_files) COMPLETE
64412024-10-18T21:30:03.895Z[ recovery-image] Oct 18 21:30:02.593 INFO O| Oct 18 21:30:02.593 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-10-18T21:30:03.904Z[ recovery-image] Oct 18 21:30:02.604 INFO O| Oct 18 21:30:02.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64432024-10-18T21:30:03.904Z[ recovery-image] Oct 18 21:30:02.604 INFO O| Oct 18 21:30:02.604 INFO STEP 760 (remove_files) COMPLETE
64442024-10-18T21:30:03.904Z[ recovery-image] Oct 18 21:30:02.604 INFO O| Oct 18 21:30:02.604 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-10-18T21:30:03.915Z[ recovery-image] Oct 18 21:30:02.616 INFO O| Oct 18 21:30:02.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64462024-10-18T21:30:03.915Z[ recovery-image] Oct 18 21:30:02.616 INFO O| Oct 18 21:30:02.616 INFO STEP 761 (remove_files) COMPLETE
64472024-10-18T21:30:03.918Z[ recovery-image] Oct 18 21:30:02.616 INFO O| Oct 18 21:30:02.616 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-10-18T21:30:03.926Z[ recovery-image] Oct 18 21:30:02.627 INFO O| Oct 18 21:30:02.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64492024-10-18T21:30:03.926Z[ recovery-image] Oct 18 21:30:02.627 INFO O| Oct 18 21:30:02.627 INFO STEP 762 (remove_files) COMPLETE
64502024-10-18T21:30:03.929Z[ recovery-image] Oct 18 21:30:02.627 INFO O| Oct 18 21:30:02.627 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-10-18T21:30:03.937Z[ recovery-image] Oct 18 21:30:02.638 INFO O| Oct 18 21:30:02.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64522024-10-18T21:30:03.939Z[ recovery-image] Oct 18 21:30:02.638 INFO O| Oct 18 21:30:02.638 INFO STEP 763 (remove_files) COMPLETE
64532024-10-18T21:30:03.939Z[ recovery-image] Oct 18 21:30:02.638 INFO O| Oct 18 21:30:02.638 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-10-18T21:30:03.949Z[ recovery-image] Oct 18 21:30:02.649 INFO O| Oct 18 21:30:02.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64552024-10-18T21:30:03.949Z[ recovery-image] Oct 18 21:30:02.649 INFO O| Oct 18 21:30:02.649 INFO STEP 764 (remove_files) COMPLETE
64562024-10-18T21:30:03.951Z[ recovery-image] Oct 18 21:30:02.649 INFO O| Oct 18 21:30:02.649 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-10-18T21:30:03.960Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 38s
64582024-10-18T21:30:03.962Z[ recovery-image] Oct 18 21:30:02.660 INFO O| Oct 18 21:30:02.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64592024-10-18T21:30:03.962Z[ recovery-image] Oct 18 21:30:02.661 INFO O| Oct 18 21:30:02.661 INFO STEP 765 (remove_files) COMPLETE
64602024-10-18T21:30:03.962Z[ recovery-image] Oct 18 21:30:02.661 INFO O| Oct 18 21:30:02.661 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-10-18T21:30:03.973Z[ recovery-image] Oct 18 21:30:02.673 INFO O| Oct 18 21:30:02.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64622024-10-18T21:30:03.973Z[ recovery-image] Oct 18 21:30:02.673 INFO O| Oct 18 21:30:02.673 INFO STEP 766 (remove_files) COMPLETE
64632024-10-18T21:30:03.975Z[ recovery-image] Oct 18 21:30:02.673 INFO O| Oct 18 21:30:02.673 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-10-18T21:30:03.985Z[ recovery-image] Oct 18 21:30:02.685 INFO O| Oct 18 21:30:02.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64652024-10-18T21:30:03.985Z[ recovery-image] Oct 18 21:30:02.685 INFO O| Oct 18 21:30:02.685 INFO STEP 767 (remove_files) COMPLETE
64662024-10-18T21:30:03.985Z[ recovery-image] Oct 18 21:30:02.685 INFO O| Oct 18 21:30:02.685 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-10-18T21:30:03.997Z[ recovery-image] Oct 18 21:30:02.698 INFO O| Oct 18 21:30:02.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64682024-10-18T21:30:03.997Z[ recovery-image] Oct 18 21:30:02.698 INFO O| Oct 18 21:30:02.698 INFO STEP 768 (remove_files) COMPLETE
64692024-10-18T21:30:03.997Z[ recovery-image] Oct 18 21:30:02.698 INFO O| Oct 18 21:30:02.698 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-10-18T21:30:04.011Z[ recovery-image] Oct 18 21:30:02.711 INFO O| Oct 18 21:30:02.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64712024-10-18T21:30:04.011Z[ recovery-image] Oct 18 21:30:02.711 INFO O| Oct 18 21:30:02.711 INFO STEP 769 (remove_files) COMPLETE
64722024-10-18T21:30:04.013Z[ recovery-image] Oct 18 21:30:02.711 INFO O| Oct 18 21:30:02.711 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-10-18T21:30:04.024Z[ recovery-image] Oct 18 21:30:02.724 INFO O| Oct 18 21:30:02.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64742024-10-18T21:30:04.024Z[ recovery-image] Oct 18 21:30:02.724 INFO O| Oct 18 21:30:02.724 INFO STEP 770 (remove_files) COMPLETE
64752024-10-18T21:30:04.026Z[ recovery-image] Oct 18 21:30:02.724 INFO O| Oct 18 21:30:02.724 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-10-18T21:30:04.037Z[ recovery-image] Oct 18 21:30:02.738 INFO O| Oct 18 21:30:02.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64772024-10-18T21:30:04.037Z[ recovery-image] Oct 18 21:30:02.738 INFO O| Oct 18 21:30:02.738 INFO STEP 771 (remove_files) COMPLETE
64782024-10-18T21:30:04.040Z[ recovery-image] Oct 18 21:30:02.738 INFO O| Oct 18 21:30:02.738 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-10-18T21:30:04.050Z[ recovery-image] Oct 18 21:30:02.750 INFO O| Oct 18 21:30:02.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64802024-10-18T21:30:04.050Z[ recovery-image] Oct 18 21:30:02.750 INFO O| Oct 18 21:30:02.750 INFO STEP 772 (remove_files) COMPLETE
64812024-10-18T21:30:04.050Z[ recovery-image] Oct 18 21:30:02.751 INFO O| Oct 18 21:30:02.750 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-10-18T21:30:04.061Z[ recovery-image] Oct 18 21:30:02.762 INFO O| Oct 18 21:30:02.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64832024-10-18T21:30:04.061Z[ recovery-image] Oct 18 21:30:02.762 INFO O| Oct 18 21:30:02.762 INFO STEP 773 (remove_files) COMPLETE
64842024-10-18T21:30:04.061Z[ recovery-image] Oct 18 21:30:02.762 INFO O| Oct 18 21:30:02.762 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-10-18T21:30:04.072Z[ recovery-image] Oct 18 21:30:02.772 INFO O| Oct 18 21:30:02.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
64862024-10-18T21:30:04.072Z[ recovery-image] Oct 18 21:30:02.772 INFO O| Oct 18 21:30:02.772 INFO STEP 774 (remove_files) COMPLETE
64872024-10-18T21:30:04.072Z[ recovery-image] Oct 18 21:30:02.773 INFO O| Oct 18 21:30:02.772 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-10-18T21:30:04.083Z[ recovery-image] Oct 18 21:30:02.783 INFO O| Oct 18 21:30:02.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
64892024-10-18T21:30:04.085Z[ recovery-image] Oct 18 21:30:02.783 INFO O| Oct 18 21:30:02.783 INFO STEP 775 (remove_files) COMPLETE
64902024-10-18T21:30:04.085Z[ recovery-image] Oct 18 21:30:02.783 INFO O| Oct 18 21:30:02.783 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-10-18T21:30:04.093Z[ recovery-image] Oct 18 21:30:02.794 INFO O| Oct 18 21:30:02.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
64922024-10-18T21:30:04.093Z[ recovery-image] Oct 18 21:30:02.794 INFO O| Oct 18 21:30:02.794 INFO STEP 776 (remove_files) COMPLETE
64932024-10-18T21:30:04.095Z[ recovery-image] Oct 18 21:30:02.794 INFO O| Oct 18 21:30:02.794 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-10-18T21:30:04.103Z[ recovery-image] Oct 18 21:30:02.804 INFO O| Oct 18 21:30:02.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
64952024-10-18T21:30:04.103Z[ recovery-image] Oct 18 21:30:02.804 INFO O| Oct 18 21:30:02.804 INFO STEP 777 (remove_files) COMPLETE
64962024-10-18T21:30:04.103Z[ recovery-image] Oct 18 21:30:02.804 INFO O| Oct 18 21:30:02.804 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-10-18T21:30:04.113Z[ recovery-image] Oct 18 21:30:02.813 INFO O| Oct 18 21:30:02.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
64982024-10-18T21:30:04.113Z[ recovery-image] Oct 18 21:30:02.813 INFO O| Oct 18 21:30:02.813 INFO STEP 778 (remove_files) COMPLETE
64992024-10-18T21:30:04.115Z[ recovery-image] Oct 18 21:30:02.813 INFO O| Oct 18 21:30:02.813 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-10-18T21:30:04.122Z[ recovery-image] Oct 18 21:30:02.823 INFO O| Oct 18 21:30:02.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
65012024-10-18T21:30:04.125Z[ recovery-image] Oct 18 21:30:02.823 INFO O| Oct 18 21:30:02.823 INFO STEP 779 (remove_files) COMPLETE
65022024-10-18T21:30:04.125Z[ recovery-image] Oct 18 21:30:02.823 INFO O| Oct 18 21:30:02.823 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-10-18T21:30:04.132Z[ recovery-image] Oct 18 21:30:02.833 INFO O| Oct 18 21:30:02.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
65042024-10-18T21:30:04.134Z[ recovery-image] Oct 18 21:30:02.833 INFO O| Oct 18 21:30:02.833 INFO STEP 780 (remove_files) COMPLETE
65052024-10-18T21:30:04.134Z[ recovery-image] Oct 18 21:30:02.833 INFO O| Oct 18 21:30:02.833 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-10-18T21:30:04.142Z[ recovery-image] Oct 18 21:30:02.843 INFO O| Oct 18 21:30:02.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
65072024-10-18T21:30:04.143Z[ recovery-image] Oct 18 21:30:02.843 INFO O| Oct 18 21:30:02.843 INFO STEP 781 (remove_files) COMPLETE
65082024-10-18T21:30:04.145Z[ recovery-image] Oct 18 21:30:02.843 INFO O| Oct 18 21:30:02.843 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-10-18T21:30:04.154Z[ recovery-image] Oct 18 21:30:02.855 INFO O| Oct 18 21:30:02.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
65102024-10-18T21:30:04.154Z[ recovery-image] Oct 18 21:30:02.855 INFO O| Oct 18 21:30:02.855 INFO STEP 782 (remove_files) COMPLETE
65112024-10-18T21:30:04.154Z[ recovery-image] Oct 18 21:30:02.855 INFO O| Oct 18 21:30:02.855 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-10-18T21:30:04.166Z[ recovery-image] Oct 18 21:30:02.867 INFO O| Oct 18 21:30:02.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
65132024-10-18T21:30:04.166Z[ recovery-image] Oct 18 21:30:02.867 INFO O| Oct 18 21:30:02.867 INFO STEP 783 (remove_files) COMPLETE
65142024-10-18T21:30:04.168Z[ recovery-image] Oct 18 21:30:02.867 INFO O| Oct 18 21:30:02.867 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-10-18T21:30:04.178Z[ recovery-image] Oct 18 21:30:02.878 INFO O| Oct 18 21:30:02.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
65162024-10-18T21:30:04.178Z[ recovery-image] Oct 18 21:30:02.878 INFO O| Oct 18 21:30:02.878 INFO STEP 784 (remove_files) COMPLETE
65172024-10-18T21:30:04.178Z[ recovery-image] Oct 18 21:30:02.878 INFO O| Oct 18 21:30:02.878 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-10-18T21:30:04.189Z[ recovery-image] Oct 18 21:30:02.889 INFO O| Oct 18 21:30:02.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
65192024-10-18T21:30:04.189Z[ recovery-image] Oct 18 21:30:02.890 INFO O| Oct 18 21:30:02.890 INFO STEP 785 (remove_files) COMPLETE
65202024-10-18T21:30:04.191Z[ recovery-image] Oct 18 21:30:02.890 INFO O| Oct 18 21:30:02.890 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-10-18T21:30:04.200Z[ recovery-image] Oct 18 21:30:02.900 INFO O| Oct 18 21:30:02.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
65222024-10-18T21:30:04.202Z[ recovery-image] Oct 18 21:30:02.901 INFO O| Oct 18 21:30:02.901 INFO STEP 786 (remove_files) COMPLETE
65232024-10-18T21:30:04.202Z[ recovery-image] Oct 18 21:30:02.901 INFO O| Oct 18 21:30:02.901 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-10-18T21:30:04.212Z[ recovery-image] Oct 18 21:30:02.912 INFO O| Oct 18 21:30:02.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
65252024-10-18T21:30:04.213Z[ recovery-image] Oct 18 21:30:02.912 INFO O| Oct 18 21:30:02.912 INFO STEP 787 (remove_files) COMPLETE
65262024-10-18T21:30:04.213Z[ recovery-image] Oct 18 21:30:02.912 INFO O| Oct 18 21:30:02.912 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-10-18T21:30:04.223Z[ recovery-image] Oct 18 21:30:02.923 INFO O| Oct 18 21:30:02.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
65282024-10-18T21:30:04.223Z[ recovery-image] Oct 18 21:30:02.923 INFO O| Oct 18 21:30:02.923 INFO STEP 788 (remove_files) COMPLETE
65292024-10-18T21:30:04.225Z[ recovery-image] Oct 18 21:30:02.923 INFO O| Oct 18 21:30:02.923 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-10-18T21:30:04.234Z[ recovery-image] Oct 18 21:30:02.934 INFO O| Oct 18 21:30:02.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
65312024-10-18T21:30:04.236Z[ recovery-image] Oct 18 21:30:02.934 INFO O| Oct 18 21:30:02.934 INFO STEP 789 (remove_files) COMPLETE
65322024-10-18T21:30:04.236Z[ recovery-image] Oct 18 21:30:02.934 INFO O| Oct 18 21:30:02.934 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-10-18T21:30:04.244Z[ recovery-image] Oct 18 21:30:02.945 INFO O| Oct 18 21:30:02.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65342024-10-18T21:30:04.244Z[ recovery-image] Oct 18 21:30:02.945 INFO O| Oct 18 21:30:02.945 INFO STEP 790 (remove_files) COMPLETE
65352024-10-18T21:30:04.246Z[ recovery-image] Oct 18 21:30:02.945 INFO O| Oct 18 21:30:02.945 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-10-18T21:30:04.254Z[ recovery-image] Oct 18 21:30:02.955 INFO O| Oct 18 21:30:02.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65372024-10-18T21:30:04.257Z[ recovery-image] Oct 18 21:30:02.955 INFO O| Oct 18 21:30:02.955 INFO STEP 791 (remove_files) COMPLETE
65382024-10-18T21:30:04.257Z[ recovery-image] Oct 18 21:30:02.955 INFO O| Oct 18 21:30:02.955 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-10-18T21:30:04.265Z[ recovery-image] Oct 18 21:30:02.965 INFO O| Oct 18 21:30:02.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65402024-10-18T21:30:04.267Z[ recovery-image] Oct 18 21:30:02.965 INFO O| Oct 18 21:30:02.965 INFO STEP 792 (remove_files) COMPLETE
65412024-10-18T21:30:04.267Z[ recovery-image] Oct 18 21:30:02.965 INFO O| Oct 18 21:30:02.965 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-10-18T21:30:04.275Z[ recovery-image] Oct 18 21:30:02.976 INFO O| Oct 18 21:30:02.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65432024-10-18T21:30:04.275Z[ recovery-image] Oct 18 21:30:02.976 INFO O| Oct 18 21:30:02.976 INFO STEP 793 (remove_files) COMPLETE
65442024-10-18T21:30:04.275Z[ recovery-image] Oct 18 21:30:02.976 INFO O| Oct 18 21:30:02.976 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-10-18T21:30:04.284ZOct 18 21:30:02.984 INFO [verify-libraries] process exited with exit status: 0 (342.319451337s)
65462024-10-18T21:30:04.286Z[ recovery-image] Oct 18 21:30:02.987 INFO O| Oct 18 21:30:02.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65472024-10-18T21:30:04.289Z[ recovery-image] Oct 18 21:30:02.987 INFO O| Oct 18 21:30:02.987 INFO STEP 794 (remove_files) COMPLETE
65482024-10-18T21:30:04.289Z[ recovery-image] Oct 18 21:30:02.987 INFO O| Oct 18 21:30:02.987 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-10-18T21:30:04.297Z[ recovery-image] Oct 18 21:30:02.997 INFO O| Oct 18 21:30:02.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65502024-10-18T21:30:04.297Z[ recovery-image] Oct 18 21:30:02.998 INFO O| Oct 18 21:30:02.998 INFO STEP 795 (remove_files) COMPLETE
65512024-10-18T21:30:04.297Z[ recovery-image] Oct 18 21:30:02.998 INFO O| Oct 18 21:30:02.998 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-10-18T21:30:04.310Z[ recovery-image] Oct 18 21:30:03.010 INFO O| Oct 18 21:30:03.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65532024-10-18T21:30:04.312Z[ recovery-image] Oct 18 21:30:03.011 INFO O| Oct 18 21:30:03.011 INFO STEP 796 (remove_files) COMPLETE
65542024-10-18T21:30:04.312Z[ recovery-image] Oct 18 21:30:03.011 INFO O| Oct 18 21:30:03.011 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-10-18T21:30:04.321Z[ recovery-image] Oct 18 21:30:03.022 INFO O| Oct 18 21:30:03.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65562024-10-18T21:30:04.322Z[ recovery-image] Oct 18 21:30:03.022 INFO O| Oct 18 21:30:03.022 INFO STEP 797 (remove_files) COMPLETE
65572024-10-18T21:30:04.322Z[ recovery-image] Oct 18 21:30:03.022 INFO O| Oct 18 21:30:03.022 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-10-18T21:30:04.332Z[ recovery-image] Oct 18 21:30:03.033 INFO O| Oct 18 21:30:03.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65592024-10-18T21:30:04.332Z[ recovery-image] Oct 18 21:30:03.033 INFO O| Oct 18 21:30:03.033 INFO STEP 798 (remove_files) COMPLETE
65602024-10-18T21:30:04.332Z[ recovery-image] Oct 18 21:30:03.033 INFO O| Oct 18 21:30:03.033 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-10-18T21:30:04.344Z[ recovery-image] Oct 18 21:30:03.045 INFO O| Oct 18 21:30:03.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65622024-10-18T21:30:04.347Z[ recovery-image] Oct 18 21:30:03.045 INFO O| Oct 18 21:30:03.045 INFO STEP 799 (remove_files) COMPLETE
65632024-10-18T21:30:04.347Z[ recovery-image] Oct 18 21:30:03.045 INFO O| Oct 18 21:30:03.045 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-10-18T21:30:04.356Z[ recovery-image] Oct 18 21:30:03.056 INFO O| Oct 18 21:30:03.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65652024-10-18T21:30:04.356Z[ recovery-image] Oct 18 21:30:03.056 INFO O| Oct 18 21:30:03.056 INFO STEP 800 (remove_files) COMPLETE
65662024-10-18T21:30:04.356Z[ recovery-image] Oct 18 21:30:03.056 INFO O| Oct 18 21:30:03.056 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-10-18T21:30:04.367Z[ recovery-image] Oct 18 21:30:03.068 INFO O| Oct 18 21:30:03.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65682024-10-18T21:30:04.367Z[ recovery-image] Oct 18 21:30:03.068 INFO O| Oct 18 21:30:03.068 INFO STEP 801 (remove_files) COMPLETE
65692024-10-18T21:30:04.367Z[ recovery-image] Oct 18 21:30:03.068 INFO O| Oct 18 21:30:03.068 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-10-18T21:30:04.378Z[ recovery-image] Oct 18 21:30:03.078 INFO O| Oct 18 21:30:03.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65712024-10-18T21:30:04.380Z[ recovery-image] Oct 18 21:30:03.078 INFO O| Oct 18 21:30:03.078 INFO STEP 802 (remove_files) COMPLETE
65722024-10-18T21:30:04.380Z[ recovery-image] Oct 18 21:30:03.078 INFO O| Oct 18 21:30:03.078 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-10-18T21:30:04.389Z[ recovery-image] Oct 18 21:30:03.089 INFO O| Oct 18 21:30:03.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65742024-10-18T21:30:04.389Z[ recovery-image] Oct 18 21:30:03.089 INFO O| Oct 18 21:30:03.089 INFO STEP 803 (remove_files) COMPLETE
65752024-10-18T21:30:04.389Z[ recovery-image] Oct 18 21:30:03.089 INFO O| Oct 18 21:30:03.089 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-10-18T21:30:04.400Z[ recovery-image] Oct 18 21:30:03.100 INFO O| Oct 18 21:30:03.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65772024-10-18T21:30:04.402Z[ recovery-image] Oct 18 21:30:03.100 INFO O| Oct 18 21:30:03.100 INFO STEP 804 (remove_files) COMPLETE
65782024-10-18T21:30:04.402Z[ recovery-image] Oct 18 21:30:03.100 INFO O| Oct 18 21:30:03.100 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-10-18T21:30:04.410Z[ recovery-image] Oct 18 21:30:03.111 INFO O| Oct 18 21:30:03.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65802024-10-18T21:30:04.411Z[ recovery-image] Oct 18 21:30:03.111 INFO O| Oct 18 21:30:03.111 INFO STEP 805 (remove_files) COMPLETE
65812024-10-18T21:30:04.413Z[ recovery-image] Oct 18 21:30:03.111 INFO O| Oct 18 21:30:03.111 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-10-18T21:30:04.421Z[ recovery-image] Oct 18 21:30:03.121 INFO O| Oct 18 21:30:03.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65832024-10-18T21:30:04.423Z[ recovery-image] Oct 18 21:30:03.121 INFO O| Oct 18 21:30:03.121 INFO STEP 806 (remove_files) COMPLETE
65842024-10-18T21:30:04.423Z[ recovery-image] Oct 18 21:30:03.121 INFO O| Oct 18 21:30:03.121 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-10-18T21:30:04.432Z[ recovery-image] Oct 18 21:30:03.132 INFO O| Oct 18 21:30:03.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65862024-10-18T21:30:04.434Z[ recovery-image] Oct 18 21:30:03.133 INFO O| Oct 18 21:30:03.133 INFO STEP 807 (remove_files) COMPLETE
65872024-10-18T21:30:04.434Z[ recovery-image] Oct 18 21:30:03.133 INFO O| Oct 18 21:30:03.133 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-10-18T21:30:04.443Z[ recovery-image] Oct 18 21:30:03.143 INFO O| Oct 18 21:30:03.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
65892024-10-18T21:30:04.443Z[ recovery-image] Oct 18 21:30:03.143 INFO O| Oct 18 21:30:03.143 INFO STEP 808 (remove_files) COMPLETE
65902024-10-18T21:30:04.445Z[ recovery-image] Oct 18 21:30:03.144 INFO O| Oct 18 21:30:03.143 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-10-18T21:30:04.454Z[ recovery-image] Oct 18 21:30:03.154 INFO O| Oct 18 21:30:03.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
65922024-10-18T21:30:04.454Z[ recovery-image] Oct 18 21:30:03.154 INFO O| Oct 18 21:30:03.154 INFO STEP 809 (remove_files) COMPLETE
65932024-10-18T21:30:04.456Z[ recovery-image] Oct 18 21:30:03.154 INFO O| Oct 18 21:30:03.154 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-10-18T21:30:04.464Z[ recovery-image] Oct 18 21:30:03.164 INFO O| Oct 18 21:30:03.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
65952024-10-18T21:30:04.466Z[ recovery-image] Oct 18 21:30:03.164 INFO O| Oct 18 21:30:03.164 INFO STEP 810 (remove_files) COMPLETE
65962024-10-18T21:30:04.466Z[ recovery-image] Oct 18 21:30:03.165 INFO O| Oct 18 21:30:03.164 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-10-18T21:30:04.474Z[ recovery-image] Oct 18 21:30:03.175 INFO O| Oct 18 21:30:03.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
65982024-10-18T21:30:04.474Z[ recovery-image] Oct 18 21:30:03.175 INFO O| Oct 18 21:30:03.175 INFO STEP 811 (remove_files) COMPLETE
65992024-10-18T21:30:04.477Z[ recovery-image] Oct 18 21:30:03.175 INFO O| Oct 18 21:30:03.175 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-10-18T21:30:04.485Z[ recovery-image] Oct 18 21:30:03.186 INFO O| Oct 18 21:30:03.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
66012024-10-18T21:30:04.488Z[ recovery-image] Oct 18 21:30:03.186 INFO O| Oct 18 21:30:03.186 INFO STEP 812 (remove_files) COMPLETE
66022024-10-18T21:30:04.488Z[ recovery-image] Oct 18 21:30:03.186 INFO O| Oct 18 21:30:03.186 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-10-18T21:30:04.496Z[ recovery-image] Oct 18 21:30:03.197 INFO O| Oct 18 21:30:03.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
66042024-10-18T21:30:04.496Z[ recovery-image] Oct 18 21:30:03.197 INFO O| Oct 18 21:30:03.197 INFO STEP 813 (remove_files) COMPLETE
66052024-10-18T21:30:04.496Z[ recovery-image] Oct 18 21:30:03.197 INFO O| Oct 18 21:30:03.197 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-10-18T21:30:04.507Z[ recovery-image] Oct 18 21:30:03.207 INFO O| Oct 18 21:30:03.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
66072024-10-18T21:30:04.507Z[ recovery-image] Oct 18 21:30:03.208 INFO O| Oct 18 21:30:03.208 INFO STEP 814 (remove_files) COMPLETE
66082024-10-18T21:30:04.507Z[ recovery-image] Oct 18 21:30:03.208 INFO O| Oct 18 21:30:03.208 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-10-18T21:30:04.518Z[ recovery-image] Oct 18 21:30:03.219 INFO O| Oct 18 21:30:03.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
66102024-10-18T21:30:04.518Z[ recovery-image] Oct 18 21:30:03.219 INFO O| Oct 18 21:30:03.219 INFO STEP 815 (remove_files) COMPLETE
66112024-10-18T21:30:04.518Z[ recovery-image] Oct 18 21:30:03.219 INFO O| Oct 18 21:30:03.219 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-10-18T21:30:04.529Z[ recovery-image] Oct 18 21:30:03.230 INFO O| Oct 18 21:30:03.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
66132024-10-18T21:30:04.532Z[ recovery-image] Oct 18 21:30:03.230 INFO O| Oct 18 21:30:03.230 INFO STEP 816 (remove_files) COMPLETE
66142024-10-18T21:30:04.532Z[ recovery-image] Oct 18 21:30:03.230 INFO O| Oct 18 21:30:03.230 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-10-18T21:30:04.541Z[ recovery-image] Oct 18 21:30:03.242 INFO O| Oct 18 21:30:03.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
66162024-10-18T21:30:04.541Z[ recovery-image] Oct 18 21:30:03.242 INFO O| Oct 18 21:30:03.242 INFO STEP 817 (remove_files) COMPLETE
66172024-10-18T21:30:04.541Z[ recovery-image] Oct 18 21:30:03.242 INFO O| Oct 18 21:30:03.242 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-10-18T21:30:04.552Z[ recovery-image] Oct 18 21:30:03.252 INFO O| Oct 18 21:30:03.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
66192024-10-18T21:30:04.552Z[ recovery-image] Oct 18 21:30:03.252 INFO O| Oct 18 21:30:03.252 INFO STEP 818 (remove_files) COMPLETE
66202024-10-18T21:30:04.552Z[ recovery-image] Oct 18 21:30:03.253 INFO O| Oct 18 21:30:03.252 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-10-18T21:30:04.562Z[ recovery-image] Oct 18 21:30:03.263 INFO O| Oct 18 21:30:03.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
66222024-10-18T21:30:04.565Z[ recovery-image] Oct 18 21:30:03.263 INFO O| Oct 18 21:30:03.263 INFO STEP 819 (remove_files) COMPLETE
66232024-10-18T21:30:04.565Z[ recovery-image] Oct 18 21:30:03.263 INFO O| Oct 18 21:30:03.263 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-10-18T21:30:04.573Z[ recovery-image] Oct 18 21:30:03.274 INFO O| Oct 18 21:30:03.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
66252024-10-18T21:30:04.576Z[ recovery-image] Oct 18 21:30:03.274 INFO O| Oct 18 21:30:03.274 INFO STEP 820 (remove_files) COMPLETE
66262024-10-18T21:30:04.576Z[ recovery-image] Oct 18 21:30:03.274 INFO O| Oct 18 21:30:03.274 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-10-18T21:30:04.584Z[ recovery-image] Oct 18 21:30:03.284 INFO O| Oct 18 21:30:03.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
66282024-10-18T21:30:04.584Z[ recovery-image] Oct 18 21:30:03.284 INFO O| Oct 18 21:30:03.284 INFO STEP 821 (remove_files) COMPLETE
66292024-10-18T21:30:04.584Z[ recovery-image] Oct 18 21:30:03.284 INFO O| Oct 18 21:30:03.284 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-10-18T21:30:04.594Z[ recovery-image] Oct 18 21:30:03.295 INFO O| Oct 18 21:30:03.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
66312024-10-18T21:30:04.594Z[ recovery-image] Oct 18 21:30:03.295 INFO O| Oct 18 21:30:03.295 INFO STEP 822 (remove_files) COMPLETE
66322024-10-18T21:30:04.597Z[ recovery-image] Oct 18 21:30:03.295 INFO O| Oct 18 21:30:03.295 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-10-18T21:30:04.605Z[ recovery-image] Oct 18 21:30:03.306 INFO O| Oct 18 21:30:03.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66342024-10-18T21:30:04.605Z[ recovery-image] Oct 18 21:30:03.306 INFO O| Oct 18 21:30:03.306 INFO STEP 823 (remove_files) COMPLETE
66352024-10-18T21:30:04.605Z[ recovery-image] Oct 18 21:30:03.306 INFO O| Oct 18 21:30:03.306 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-10-18T21:30:04.615Z[ recovery-image] Oct 18 21:30:03.316 INFO O| Oct 18 21:30:03.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66372024-10-18T21:30:04.618Z[ recovery-image] Oct 18 21:30:03.316 INFO O| Oct 18 21:30:03.316 INFO STEP 824 (remove_files) COMPLETE
66382024-10-18T21:30:04.618Z[ recovery-image] Oct 18 21:30:03.316 INFO O| Oct 18 21:30:03.316 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-10-18T21:30:04.626Z[ recovery-image] Oct 18 21:30:03.326 INFO O| Oct 18 21:30:03.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66402024-10-18T21:30:04.628Z[ recovery-image] Oct 18 21:30:03.326 INFO O| Oct 18 21:30:03.326 INFO STEP 825 (remove_files) COMPLETE
66412024-10-18T21:30:04.628Z[ recovery-image] Oct 18 21:30:03.326 INFO O| Oct 18 21:30:03.326 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-10-18T21:30:04.635Z[ recovery-image] Oct 18 21:30:03.336 INFO O| Oct 18 21:30:03.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66432024-10-18T21:30:04.635Z[ recovery-image] Oct 18 21:30:03.336 INFO O| Oct 18 21:30:03.336 INFO STEP 826 (remove_files) COMPLETE
66442024-10-18T21:30:04.635Z[ recovery-image] Oct 18 21:30:03.336 INFO O| Oct 18 21:30:03.336 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-10-18T21:30:04.645Z[ recovery-image] Oct 18 21:30:03.346 INFO O| Oct 18 21:30:03.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66462024-10-18T21:30:04.645Z[ recovery-image] Oct 18 21:30:03.346 INFO O| Oct 18 21:30:03.346 INFO STEP 827 (remove_files) COMPLETE
66472024-10-18T21:30:04.648Z[ recovery-image] Oct 18 21:30:03.346 INFO O| Oct 18 21:30:03.346 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-10-18T21:30:04.655Z[ recovery-image] Oct 18 21:30:03.356 INFO O| Oct 18 21:30:03.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66492024-10-18T21:30:04.655Z[ recovery-image] Oct 18 21:30:03.356 INFO O| Oct 18 21:30:03.356 INFO STEP 828 (remove_files) COMPLETE
66502024-10-18T21:30:04.655Z[ recovery-image] Oct 18 21:30:03.356 INFO O| Oct 18 21:30:03.356 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-10-18T21:30:04.665Z[ recovery-image] Oct 18 21:30:03.366 INFO O| Oct 18 21:30:03.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66522024-10-18T21:30:04.665Z[ recovery-image] Oct 18 21:30:03.366 INFO O| Oct 18 21:30:03.366 INFO STEP 829 (remove_files) COMPLETE
66532024-10-18T21:30:04.665Z[ recovery-image] Oct 18 21:30:03.366 INFO O| Oct 18 21:30:03.366 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-10-18T21:30:04.675Z[ recovery-image] Oct 18 21:30:03.375 INFO O| Oct 18 21:30:03.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66552024-10-18T21:30:04.675Z[ recovery-image] Oct 18 21:30:03.375 INFO O| Oct 18 21:30:03.375 INFO STEP 830 (remove_files) COMPLETE
66562024-10-18T21:30:04.675Z[ recovery-image] Oct 18 21:30:03.375 INFO O| Oct 18 21:30:03.375 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-10-18T21:30:04.685Z[ recovery-image] Oct 18 21:30:03.385 INFO O| Oct 18 21:30:03.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66582024-10-18T21:30:04.687Z[ recovery-image] Oct 18 21:30:03.386 INFO O| Oct 18 21:30:03.385 INFO STEP 831 (remove_files) COMPLETE
66592024-10-18T21:30:04.687Z[ recovery-image] Oct 18 21:30:03.386 INFO O| Oct 18 21:30:03.386 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-10-18T21:30:04.695Z[ recovery-image] Oct 18 21:30:03.396 INFO O| Oct 18 21:30:03.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66612024-10-18T21:30:04.698Z[ recovery-image] Oct 18 21:30:03.396 INFO O| Oct 18 21:30:03.396 INFO STEP 832 (remove_files) COMPLETE
66622024-10-18T21:30:04.698Z[ recovery-image] Oct 18 21:30:03.396 INFO O| Oct 18 21:30:03.396 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-10-18T21:30:04.705Z[ recovery-image] Oct 18 21:30:03.406 INFO O| Oct 18 21:30:03.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66642024-10-18T21:30:04.705Z[ recovery-image] Oct 18 21:30:03.406 INFO O| Oct 18 21:30:03.406 INFO STEP 833 (remove_files) COMPLETE
66652024-10-18T21:30:04.705Z[ recovery-image] Oct 18 21:30:03.406 INFO O| Oct 18 21:30:03.406 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-10-18T21:30:04.716Z[ recovery-image] Oct 18 21:30:03.416 INFO O| Oct 18 21:30:03.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66672024-10-18T21:30:04.716Z[ recovery-image] Oct 18 21:30:03.416 INFO O| Oct 18 21:30:03.416 INFO STEP 834 (remove_files) COMPLETE
66682024-10-18T21:30:04.718Z[ recovery-image] Oct 18 21:30:03.416 INFO O| Oct 18 21:30:03.416 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-10-18T21:30:04.725Z[ recovery-image] Oct 18 21:30:03.426 INFO O| Oct 18 21:30:03.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66702024-10-18T21:30:04.728Z[ recovery-image] Oct 18 21:30:03.426 INFO O| Oct 18 21:30:03.426 INFO STEP 835 (remove_files) COMPLETE
66712024-10-18T21:30:04.728Z[ recovery-image] Oct 18 21:30:03.426 INFO O| Oct 18 21:30:03.426 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-10-18T21:30:04.735Z[ recovery-image] Oct 18 21:30:03.436 INFO O| Oct 18 21:30:03.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66732024-10-18T21:30:04.735Z[ recovery-image] Oct 18 21:30:03.436 INFO O| Oct 18 21:30:03.436 INFO STEP 836 (remove_files) COMPLETE
66742024-10-18T21:30:04.738Z[ recovery-image] Oct 18 21:30:03.436 INFO O| Oct 18 21:30:03.436 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-10-18T21:30:04.745Z[ recovery-image] Oct 18 21:30:03.446 INFO O| Oct 18 21:30:03.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66762024-10-18T21:30:04.745Z[ recovery-image] Oct 18 21:30:03.446 INFO O| Oct 18 21:30:03.446 INFO STEP 837 (remove_files) COMPLETE
66772024-10-18T21:30:04.748Z[ recovery-image] Oct 18 21:30:03.446 INFO O| Oct 18 21:30:03.446 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-10-18T21:30:04.755Z[ recovery-image] Oct 18 21:30:03.455 INFO O| Oct 18 21:30:03.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66792024-10-18T21:30:04.757Z[ recovery-image] Oct 18 21:30:03.456 INFO O| Oct 18 21:30:03.455 INFO STEP 838 (remove_files) COMPLETE
66802024-10-18T21:30:04.757Z[ recovery-image] Oct 18 21:30:03.456 INFO O| Oct 18 21:30:03.455 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-10-18T21:30:04.764Z[ recovery-image] Oct 18 21:30:03.465 INFO O| Oct 18 21:30:03.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66822024-10-18T21:30:04.765Z[ recovery-image] Oct 18 21:30:03.465 INFO O| Oct 18 21:30:03.465 INFO STEP 839 (remove_files) COMPLETE
66832024-10-18T21:30:04.767Z[ recovery-image] Oct 18 21:30:03.465 INFO O| Oct 18 21:30:03.465 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-10-18T21:30:04.774Z[ recovery-image] Oct 18 21:30:03.475 INFO O| Oct 18 21:30:03.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
66852024-10-18T21:30:04.776Z[ recovery-image] Oct 18 21:30:03.475 INFO O| Oct 18 21:30:03.475 INFO STEP 840 (remove_files) COMPLETE
66862024-10-18T21:30:04.776Z[ recovery-image] Oct 18 21:30:03.475 INFO O| Oct 18 21:30:03.475 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-10-18T21:30:04.784Z[ recovery-image] Oct 18 21:30:03.485 INFO O| Oct 18 21:30:03.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
66882024-10-18T21:30:04.786Z[ recovery-image] Oct 18 21:30:03.485 INFO O| Oct 18 21:30:03.485 INFO STEP 841 (remove_files) COMPLETE
66892024-10-18T21:30:04.786Z[ recovery-image] Oct 18 21:30:03.485 INFO O| Oct 18 21:30:03.485 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-10-18T21:30:04.794Z[ recovery-image] Oct 18 21:30:03.494 INFO O| Oct 18 21:30:03.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
66912024-10-18T21:30:04.796Z[ recovery-image] Oct 18 21:30:03.494 INFO O| Oct 18 21:30:03.494 INFO STEP 842 (remove_files) COMPLETE
66922024-10-18T21:30:04.796Z[ recovery-image] Oct 18 21:30:03.494 INFO O| Oct 18 21:30:03.494 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-10-18T21:30:04.803Z[ recovery-image] Oct 18 21:30:03.504 INFO O| Oct 18 21:30:03.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
66942024-10-18T21:30:04.806Z[ recovery-image] Oct 18 21:30:03.504 INFO O| Oct 18 21:30:03.504 INFO STEP 843 (remove_files) COMPLETE
66952024-10-18T21:30:04.806Z[ recovery-image] Oct 18 21:30:03.504 INFO O| Oct 18 21:30:03.504 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-10-18T21:30:04.814Z[ recovery-image] Oct 18 21:30:03.514 INFO O| Oct 18 21:30:03.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
66972024-10-18T21:30:04.814Z[ recovery-image] Oct 18 21:30:03.514 INFO O| Oct 18 21:30:03.514 INFO STEP 844 (remove_files) COMPLETE
66982024-10-18T21:30:04.816Z[ recovery-image] Oct 18 21:30:03.514 INFO O| Oct 18 21:30:03.514 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-10-18T21:30:04.823Z[ recovery-image] Oct 18 21:30:03.523 INFO O| Oct 18 21:30:03.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
67002024-10-18T21:30:04.823Z[ recovery-image] Oct 18 21:30:03.524 INFO O| Oct 18 21:30:03.523 INFO STEP 845 (remove_files) COMPLETE
67012024-10-18T21:30:04.823Z[ recovery-image] Oct 18 21:30:03.524 INFO O| Oct 18 21:30:03.524 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-10-18T21:30:04.833Z[ recovery-image] Oct 18 21:30:03.533 INFO O| Oct 18 21:30:03.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
67032024-10-18T21:30:04.833Z[ recovery-image] Oct 18 21:30:03.533 INFO O| Oct 18 21:30:03.533 INFO STEP 846 (remove_files) COMPLETE
67042024-10-18T21:30:04.835Z[ recovery-image] Oct 18 21:30:03.533 INFO O| Oct 18 21:30:03.533 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-10-18T21:30:04.842Z[ recovery-image] Oct 18 21:30:03.543 INFO O| Oct 18 21:30:03.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
67062024-10-18T21:30:04.842Z[ recovery-image] Oct 18 21:30:03.543 INFO O| Oct 18 21:30:03.543 INFO STEP 847 (remove_files) COMPLETE
67072024-10-18T21:30:04.845Z[ recovery-image] Oct 18 21:30:03.543 INFO O| Oct 18 21:30:03.543 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-10-18T21:30:04.852Z[ recovery-image] Oct 18 21:30:03.552 INFO O| Oct 18 21:30:03.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
67092024-10-18T21:30:04.854Z[ recovery-image] Oct 18 21:30:03.553 INFO O| Oct 18 21:30:03.553 INFO STEP 848 (remove_files) COMPLETE
67102024-10-18T21:30:04.854Z[ recovery-image] Oct 18 21:30:03.553 INFO O| Oct 18 21:30:03.553 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-10-18T21:30:04.862Z[ recovery-image] Oct 18 21:30:03.562 INFO O| Oct 18 21:30:03.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
67122024-10-18T21:30:04.862Z[ recovery-image] Oct 18 21:30:03.563 INFO O| Oct 18 21:30:03.563 INFO STEP 849 (remove_files) COMPLETE
67132024-10-18T21:30:04.865Z[ recovery-image] Oct 18 21:30:03.563 INFO O| Oct 18 21:30:03.563 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-10-18T21:30:04.872Z[ recovery-image] Oct 18 21:30:03.573 INFO O| Oct 18 21:30:03.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
67152024-10-18T21:30:04.875Z[ recovery-image] Oct 18 21:30:03.573 INFO O| Oct 18 21:30:03.573 INFO STEP 850 (remove_files) COMPLETE
67162024-10-18T21:30:04.875Z[ recovery-image] Oct 18 21:30:03.573 INFO O| Oct 18 21:30:03.573 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-10-18T21:30:04.883Z[ recovery-image] Oct 18 21:30:03.583 INFO O| Oct 18 21:30:03.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
67182024-10-18T21:30:04.883Z[ recovery-image] Oct 18 21:30:03.583 INFO O| Oct 18 21:30:03.583 INFO STEP 851 (remove_files) COMPLETE
67192024-10-18T21:30:04.883Z[ recovery-image] Oct 18 21:30:03.583 INFO O| Oct 18 21:30:03.583 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-10-18T21:30:04.893Z[ recovery-image] Oct 18 21:30:03.593 INFO O| Oct 18 21:30:03.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
67212024-10-18T21:30:04.893Z[ recovery-image] Oct 18 21:30:03.593 INFO O| Oct 18 21:30:03.593 INFO STEP 852 (remove_files) COMPLETE
67222024-10-18T21:30:04.893Z[ recovery-image] Oct 18 21:30:03.593 INFO O| Oct 18 21:30:03.593 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-10-18T21:30:04.902Z[ recovery-image] Oct 18 21:30:03.603 INFO O| Oct 18 21:30:03.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
67242024-10-18T21:30:04.902Z[ recovery-image] Oct 18 21:30:03.603 INFO O| Oct 18 21:30:03.603 INFO STEP 853 (remove_files) COMPLETE
67252024-10-18T21:30:04.902Z[ recovery-image] Oct 18 21:30:03.603 INFO O| Oct 18 21:30:03.603 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-10-18T21:30:04.912Z[ recovery-image] Oct 18 21:30:03.613 INFO O| Oct 18 21:30:03.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
67272024-10-18T21:30:04.912Z[ recovery-image] Oct 18 21:30:03.613 INFO O| Oct 18 21:30:03.613 INFO STEP 854 (remove_files) COMPLETE
67282024-10-18T21:30:04.912Z[ recovery-image] Oct 18 21:30:03.613 INFO O| Oct 18 21:30:03.613 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-10-18T21:30:04.922Z[ recovery-image] Oct 18 21:30:03.622 INFO O| Oct 18 21:30:03.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
67302024-10-18T21:30:04.922Z[ recovery-image] Oct 18 21:30:03.622 INFO O| Oct 18 21:30:03.622 INFO STEP 855 (remove_files) COMPLETE
67312024-10-18T21:30:04.922Z[ recovery-image] Oct 18 21:30:03.622 INFO O| Oct 18 21:30:03.622 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-10-18T21:30:04.931Z[ recovery-image] Oct 18 21:30:03.632 INFO O| Oct 18 21:30:03.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67332024-10-18T21:30:04.931Z[ recovery-image] Oct 18 21:30:03.632 INFO O| Oct 18 21:30:03.632 INFO STEP 856 (remove_files) COMPLETE
67342024-10-18T21:30:04.934Z[ recovery-image] Oct 18 21:30:03.632 INFO O| Oct 18 21:30:03.632 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-10-18T21:30:04.941Z[ recovery-image] Oct 18 21:30:03.641 INFO O| Oct 18 21:30:03.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67362024-10-18T21:30:04.943Z[ recovery-image] Oct 18 21:30:03.642 INFO O| Oct 18 21:30:03.642 INFO STEP 857 (remove_files) COMPLETE
67372024-10-18T21:30:04.943Z[ recovery-image] Oct 18 21:30:03.642 INFO O| Oct 18 21:30:03.642 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-10-18T21:30:04.951Z[ recovery-image] Oct 18 21:30:03.651 INFO O| Oct 18 21:30:03.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67392024-10-18T21:30:04.951Z[ recovery-image] Oct 18 21:30:03.651 INFO O| Oct 18 21:30:03.651 INFO STEP 858 (remove_files) COMPLETE
67402024-10-18T21:30:04.953Z[ recovery-image] Oct 18 21:30:03.651 INFO O| Oct 18 21:30:03.651 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-10-18T21:30:04.961Z[ recovery-image] Oct 18 21:30:03.661 INFO O| Oct 18 21:30:03.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67422024-10-18T21:30:04.961Z[ recovery-image] Oct 18 21:30:03.661 INFO O| Oct 18 21:30:03.661 INFO STEP 859 (remove_files) COMPLETE
67432024-10-18T21:30:04.961Z[ recovery-image] Oct 18 21:30:03.661 INFO O| Oct 18 21:30:03.661 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-10-18T21:30:04.970Z[ recovery-image] Oct 18 21:30:03.671 INFO O| Oct 18 21:30:03.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67452024-10-18T21:30:04.970Z[ recovery-image] Oct 18 21:30:03.671 INFO O| Oct 18 21:30:03.671 INFO STEP 860 (remove_files) COMPLETE
67462024-10-18T21:30:04.970Z[ recovery-image] Oct 18 21:30:03.671 INFO O| Oct 18 21:30:03.671 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-10-18T21:30:04.980Z[ recovery-image] Oct 18 21:30:03.681 INFO O| Oct 18 21:30:03.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67482024-10-18T21:30:04.982Z[ recovery-image] Oct 18 21:30:03.681 INFO O| Oct 18 21:30:03.681 INFO STEP 861 (remove_files) COMPLETE
67492024-10-18T21:30:04.983Z[ recovery-image] Oct 18 21:30:03.681 INFO O| Oct 18 21:30:03.681 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-10-18T21:30:04.990Z[ recovery-image] Oct 18 21:30:03.691 INFO O| Oct 18 21:30:03.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67512024-10-18T21:30:04.991Z[ recovery-image] Oct 18 21:30:03.691 INFO O| Oct 18 21:30:03.691 INFO STEP 862 (remove_files) COMPLETE
67522024-10-18T21:30:04.993Z[ recovery-image] Oct 18 21:30:03.691 INFO O| Oct 18 21:30:03.691 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-10-18T21:30:05.001Z[ recovery-image] Oct 18 21:30:03.701 INFO O| Oct 18 21:30:03.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67542024-10-18T21:30:05.001Z[ recovery-image] Oct 18 21:30:03.701 INFO O| Oct 18 21:30:03.701 INFO STEP 863 (remove_files) COMPLETE
67552024-10-18T21:30:05.003Z[ recovery-image] Oct 18 21:30:03.701 INFO O| Oct 18 21:30:03.701 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-10-18T21:30:05.010Z[ recovery-image] Oct 18 21:30:03.711 INFO O| Oct 18 21:30:03.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67572024-10-18T21:30:05.012Z[ recovery-image] Oct 18 21:30:03.711 INFO O| Oct 18 21:30:03.711 INFO STEP 864 (remove_files) COMPLETE
67582024-10-18T21:30:05.012Z[ recovery-image] Oct 18 21:30:03.711 INFO O| Oct 18 21:30:03.711 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-10-18T21:30:05.020Z[ recovery-image] Oct 18 21:30:03.720 INFO O| Oct 18 21:30:03.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67602024-10-18T21:30:05.020Z[ recovery-image] Oct 18 21:30:03.721 INFO O| Oct 18 21:30:03.721 INFO STEP 865 (remove_files) COMPLETE
67612024-10-18T21:30:05.022Z[ recovery-image] Oct 18 21:30:03.721 INFO O| Oct 18 21:30:03.721 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-10-18T21:30:05.030Z[ recovery-image] Oct 18 21:30:03.730 INFO O| Oct 18 21:30:03.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67632024-10-18T21:30:05.030Z[ recovery-image] Oct 18 21:30:03.731 INFO O| Oct 18 21:30:03.730 INFO STEP 866 (remove_files) COMPLETE
67642024-10-18T21:30:05.030Z[ recovery-image] Oct 18 21:30:03.731 INFO O| Oct 18 21:30:03.731 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-10-18T21:30:05.040Z[ recovery-image] Oct 18 21:30:03.740 INFO O| Oct 18 21:30:03.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67662024-10-18T21:30:05.040Z[ recovery-image] Oct 18 21:30:03.740 INFO O| Oct 18 21:30:03.740 INFO STEP 867 (remove_files) COMPLETE
67672024-10-18T21:30:05.040Z[ recovery-image] Oct 18 21:30:03.740 INFO O| Oct 18 21:30:03.740 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-10-18T21:30:05.049Z[ recovery-image] Oct 18 21:30:03.750 INFO O| Oct 18 21:30:03.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67692024-10-18T21:30:05.049Z[ recovery-image] Oct 18 21:30:03.750 INFO O| Oct 18 21:30:03.750 INFO STEP 868 (remove_files) COMPLETE
67702024-10-18T21:30:05.052Z[ recovery-image] Oct 18 21:30:03.750 INFO O| Oct 18 21:30:03.750 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-10-18T21:30:05.059Z[ recovery-image] Oct 18 21:30:03.759 INFO O| Oct 18 21:30:03.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67722024-10-18T21:30:05.059Z[ recovery-image] Oct 18 21:30:03.759 INFO O| Oct 18 21:30:03.759 INFO STEP 869 (remove_files) COMPLETE
67732024-10-18T21:30:05.059Z[ recovery-image] Oct 18 21:30:03.759 INFO O| Oct 18 21:30:03.759 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-10-18T21:30:05.068Z[ recovery-image] Oct 18 21:30:03.769 INFO O| Oct 18 21:30:03.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67752024-10-18T21:30:05.071Z[ recovery-image] Oct 18 21:30:03.769 INFO O| Oct 18 21:30:03.769 INFO STEP 870 (remove_files) COMPLETE
67762024-10-18T21:30:05.071Z[ recovery-image] Oct 18 21:30:03.769 INFO O| Oct 18 21:30:03.769 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-10-18T21:30:05.078Z[ recovery-image] Oct 18 21:30:03.779 INFO O| Oct 18 21:30:03.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67782024-10-18T21:30:05.078Z[ recovery-image] Oct 18 21:30:03.779 INFO O| Oct 18 21:30:03.779 INFO STEP 871 (remove_files) COMPLETE
67792024-10-18T21:30:05.078Z[ recovery-image] Oct 18 21:30:03.779 INFO O| Oct 18 21:30:03.779 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-10-18T21:30:05.088Z[ recovery-image] Oct 18 21:30:03.788 INFO O| Oct 18 21:30:03.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67812024-10-18T21:30:05.090Z[ recovery-image] Oct 18 21:30:03.789 INFO O| Oct 18 21:30:03.789 INFO STEP 872 (remove_files) COMPLETE
67822024-10-18T21:30:05.090Z[ recovery-image] Oct 18 21:30:03.789 INFO O| Oct 18 21:30:03.789 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-10-18T21:30:05.098Z[ recovery-image] Oct 18 21:30:03.799 INFO O| Oct 18 21:30:03.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
67842024-10-18T21:30:05.100Z[ recovery-image] Oct 18 21:30:03.799 INFO O| Oct 18 21:30:03.799 INFO STEP 873 (remove_files) COMPLETE
67852024-10-18T21:30:05.100Z[ recovery-image] Oct 18 21:30:03.799 INFO O| Oct 18 21:30:03.799 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-10-18T21:30:05.108Z[ recovery-image] Oct 18 21:30:03.809 INFO O| Oct 18 21:30:03.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
67872024-10-18T21:30:05.111Z[ recovery-image] Oct 18 21:30:03.809 INFO O| Oct 18 21:30:03.809 INFO STEP 874 (remove_files) COMPLETE
67882024-10-18T21:30:05.111Z[ recovery-image] Oct 18 21:30:03.809 INFO O| Oct 18 21:30:03.809 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-10-18T21:30:05.118Z[ recovery-image] Oct 18 21:30:03.818 INFO O| Oct 18 21:30:03.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
67902024-10-18T21:30:05.120Z[ recovery-image] Oct 18 21:30:03.819 INFO O| Oct 18 21:30:03.818 INFO STEP 875 (remove_files) COMPLETE
67912024-10-18T21:30:05.120Z[ recovery-image] Oct 18 21:30:03.819 INFO O| Oct 18 21:30:03.818 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-10-18T21:30:05.128Z[ recovery-image] Oct 18 21:30:03.828 INFO O| Oct 18 21:30:03.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
67932024-10-18T21:30:05.128Z[ recovery-image] Oct 18 21:30:03.828 INFO O| Oct 18 21:30:03.828 INFO STEP 876 (remove_files) COMPLETE
67942024-10-18T21:30:05.130Z[ recovery-image] Oct 18 21:30:03.828 INFO O| Oct 18 21:30:03.828 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-10-18T21:30:05.137Z[ recovery-image] Oct 18 21:30:03.838 INFO O| Oct 18 21:30:03.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
67962024-10-18T21:30:05.140Z[ recovery-image] Oct 18 21:30:03.838 INFO O| Oct 18 21:30:03.838 INFO STEP 877 (remove_files) COMPLETE
67972024-10-18T21:30:05.140Z[ recovery-image] Oct 18 21:30:03.838 INFO O| Oct 18 21:30:03.838 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-10-18T21:30:05.147Z[ recovery-image] Oct 18 21:30:03.848 INFO O| Oct 18 21:30:03.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
67992024-10-18T21:30:05.150Z[ recovery-image] Oct 18 21:30:03.848 INFO O| Oct 18 21:30:03.848 INFO STEP 878 (remove_files) COMPLETE
68002024-10-18T21:30:05.150Z[ recovery-image] Oct 18 21:30:03.848 INFO O| Oct 18 21:30:03.848 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-10-18T21:30:05.157Z[ recovery-image] Oct 18 21:30:03.858 INFO O| Oct 18 21:30:03.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
68022024-10-18T21:30:05.157Z[ recovery-image] Oct 18 21:30:03.858 INFO O| Oct 18 21:30:03.858 INFO STEP 879 (remove_files) COMPLETE
68032024-10-18T21:30:05.157Z[ recovery-image] Oct 18 21:30:03.858 INFO O| Oct 18 21:30:03.858 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-10-18T21:30:05.167Z[ recovery-image] Oct 18 21:30:03.867 INFO O| Oct 18 21:30:03.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
68052024-10-18T21:30:05.169Z[ recovery-image] Oct 18 21:30:03.867 INFO O| Oct 18 21:30:03.867 INFO STEP 880 (remove_files) COMPLETE
68062024-10-18T21:30:05.169Z[ recovery-image] Oct 18 21:30:03.867 INFO O| Oct 18 21:30:03.867 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-10-18T21:30:05.176Z[ recovery-image] Oct 18 21:30:03.877 INFO O| Oct 18 21:30:03.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
68082024-10-18T21:30:05.179Z[ recovery-image] Oct 18 21:30:03.877 INFO O| Oct 18 21:30:03.877 INFO STEP 881 (remove_files) COMPLETE
68092024-10-18T21:30:05.179Z[ recovery-image] Oct 18 21:30:03.877 INFO O| Oct 18 21:30:03.877 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-10-18T21:30:05.186Z[ recovery-image] Oct 18 21:30:03.887 INFO O| Oct 18 21:30:03.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
68112024-10-18T21:30:05.189Z[ recovery-image] Oct 18 21:30:03.887 INFO O| Oct 18 21:30:03.887 INFO STEP 882 (remove_files) COMPLETE
68122024-10-18T21:30:05.189Z[ recovery-image] Oct 18 21:30:03.887 INFO O| Oct 18 21:30:03.887 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-10-18T21:30:05.196Z[ recovery-image] Oct 18 21:30:03.896 INFO O| Oct 18 21:30:03.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
68142024-10-18T21:30:05.198Z[ recovery-image] Oct 18 21:30:03.896 INFO O| Oct 18 21:30:03.896 INFO STEP 883 (remove_files) COMPLETE
68152024-10-18T21:30:05.198Z[ recovery-image] Oct 18 21:30:03.896 INFO O| Oct 18 21:30:03.896 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-10-18T21:30:05.206Z[ recovery-image] Oct 18 21:30:03.906 INFO O| Oct 18 21:30:03.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
68172024-10-18T21:30:05.208Z[ recovery-image] Oct 18 21:30:03.906 INFO O| Oct 18 21:30:03.906 INFO STEP 884 (remove_files) COMPLETE
68182024-10-18T21:30:05.208Z[ recovery-image] Oct 18 21:30:03.906 INFO O| Oct 18 21:30:03.906 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-10-18T21:30:05.215Z[ recovery-image] Oct 18 21:30:03.916 INFO O| Oct 18 21:30:03.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
68202024-10-18T21:30:05.217Z[ recovery-image] Oct 18 21:30:03.916 INFO O| Oct 18 21:30:03.916 INFO STEP 885 (remove_files) COMPLETE
68212024-10-18T21:30:05.217Z[ recovery-image] Oct 18 21:30:03.916 INFO O| Oct 18 21:30:03.916 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-10-18T21:30:05.226Z[ recovery-image] Oct 18 21:30:03.926 INFO O| Oct 18 21:30:03.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
68232024-10-18T21:30:05.226Z[ recovery-image] Oct 18 21:30:03.926 INFO O| Oct 18 21:30:03.926 INFO STEP 886 (remove_files) COMPLETE
68242024-10-18T21:30:05.228Z[ recovery-image] Oct 18 21:30:03.926 INFO O| Oct 18 21:30:03.926 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-10-18T21:30:05.236Z[ recovery-image] Oct 18 21:30:03.936 INFO O| Oct 18 21:30:03.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
68262024-10-18T21:30:05.236Z[ recovery-image] Oct 18 21:30:03.937 INFO O| Oct 18 21:30:03.937 INFO STEP 887 (remove_files) COMPLETE
68272024-10-18T21:30:05.236Z[ recovery-image] Oct 18 21:30:03.937 INFO O| Oct 18 21:30:03.937 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-10-18T21:30:05.246Z[ recovery-image] Oct 18 21:30:03.947 INFO O| Oct 18 21:30:03.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
68292024-10-18T21:30:05.247Z[ recovery-image] Oct 18 21:30:03.947 INFO O| Oct 18 21:30:03.947 INFO STEP 888 (remove_files) COMPLETE
68302024-10-18T21:30:05.249Z[ recovery-image] Oct 18 21:30:03.947 INFO O| Oct 18 21:30:03.947 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-10-18T21:30:05.256Z[ recovery-image] Oct 18 21:30:03.957 INFO O| Oct 18 21:30:03.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68322024-10-18T21:30:05.258Z[ recovery-image] Oct 18 21:30:03.957 INFO O| Oct 18 21:30:03.957 INFO STEP 889 (remove_files) COMPLETE
68332024-10-18T21:30:05.258Z[ recovery-image] Oct 18 21:30:03.957 INFO O| Oct 18 21:30:03.957 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-10-18T21:30:05.266Z[ recovery-image] Oct 18 21:30:03.966 INFO O| Oct 18 21:30:03.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68352024-10-18T21:30:05.268Z[ recovery-image] Oct 18 21:30:03.966 INFO O| Oct 18 21:30:03.966 INFO STEP 890 (remove_files) COMPLETE
68362024-10-18T21:30:05.268Z[ recovery-image] Oct 18 21:30:03.966 INFO O| Oct 18 21:30:03.966 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-10-18T21:30:05.276Z[ recovery-image] Oct 18 21:30:03.976 INFO O| Oct 18 21:30:03.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68382024-10-18T21:30:05.276Z[ recovery-image] Oct 18 21:30:03.976 INFO O| Oct 18 21:30:03.976 INFO STEP 891 (remove_files) COMPLETE
68392024-10-18T21:30:05.276Z[ recovery-image] Oct 18 21:30:03.976 INFO O| Oct 18 21:30:03.976 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-10-18T21:30:05.285Z[ recovery-image] Oct 18 21:30:03.986 INFO O| Oct 18 21:30:03.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68412024-10-18T21:30:05.285Z[ recovery-image] Oct 18 21:30:03.986 INFO O| Oct 18 21:30:03.986 INFO STEP 892 (remove_files) COMPLETE
68422024-10-18T21:30:05.285Z[ recovery-image] Oct 18 21:30:03.986 INFO O| Oct 18 21:30:03.986 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-10-18T21:30:05.295Z[ recovery-image] Oct 18 21:30:03.995 INFO O| Oct 18 21:30:03.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68442024-10-18T21:30:05.297Z[ recovery-image] Oct 18 21:30:03.995 INFO O| Oct 18 21:30:03.995 INFO STEP 893 (remove_files) COMPLETE
68452024-10-18T21:30:05.297Z[ recovery-image] Oct 18 21:30:03.995 INFO O| Oct 18 21:30:03.995 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-10-18T21:30:05.305Z[ recovery-image] Oct 18 21:30:04.006 INFO O| Oct 18 21:30:04.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68472024-10-18T21:30:05.307Z[ recovery-image] Oct 18 21:30:04.006 INFO O| Oct 18 21:30:04.006 INFO STEP 894 (remove_files) COMPLETE
68482024-10-18T21:30:05.307Z[ recovery-image] Oct 18 21:30:04.006 INFO O| Oct 18 21:30:04.006 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-10-18T21:30:05.315Z[ recovery-image] Oct 18 21:30:04.016 INFO O| Oct 18 21:30:04.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68502024-10-18T21:30:05.315Z[ recovery-image] Oct 18 21:30:04.016 INFO O| Oct 18 21:30:04.016 INFO STEP 895 (remove_files) COMPLETE
68512024-10-18T21:30:05.318Z[ recovery-image] Oct 18 21:30:04.016 INFO O| Oct 18 21:30:04.016 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-10-18T21:30:05.325Z[ recovery-image] Oct 18 21:30:04.025 INFO O| Oct 18 21:30:04.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68532024-10-18T21:30:05.325Z[ recovery-image] Oct 18 21:30:04.025 INFO O| Oct 18 21:30:04.025 INFO STEP 896 (remove_files) COMPLETE
68542024-10-18T21:30:05.325Z[ recovery-image] Oct 18 21:30:04.025 INFO O| Oct 18 21:30:04.025 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-10-18T21:30:05.335Z[ recovery-image] Oct 18 21:30:04.035 INFO O| Oct 18 21:30:04.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68562024-10-18T21:30:05.337Z[ recovery-image] Oct 18 21:30:04.035 INFO O| Oct 18 21:30:04.035 INFO STEP 897 (remove_files) COMPLETE
68572024-10-18T21:30:05.337Z[ recovery-image] Oct 18 21:30:04.035 INFO O| Oct 18 21:30:04.035 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-10-18T21:30:05.344Z[ recovery-image] Oct 18 21:30:04.045 INFO O| Oct 18 21:30:04.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68592024-10-18T21:30:05.346Z[ recovery-image] Oct 18 21:30:04.045 INFO O| Oct 18 21:30:04.045 INFO STEP 898 (remove_files) COMPLETE
68602024-10-18T21:30:05.346Z[ recovery-image] Oct 18 21:30:04.045 INFO O| Oct 18 21:30:04.045 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-10-18T21:30:05.354Z[ recovery-image] Oct 18 21:30:04.054 INFO O| Oct 18 21:30:04.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68622024-10-18T21:30:05.356Z[ recovery-image] Oct 18 21:30:04.055 INFO O| Oct 18 21:30:04.055 INFO STEP 899 (remove_files) COMPLETE
68632024-10-18T21:30:05.356Z[ recovery-image] Oct 18 21:30:04.055 INFO O| Oct 18 21:30:04.055 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-10-18T21:30:05.364Z[ recovery-image] Oct 18 21:30:04.064 INFO O| Oct 18 21:30:04.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68652024-10-18T21:30:05.366Z[ recovery-image] Oct 18 21:30:04.064 INFO O| Oct 18 21:30:04.064 INFO STEP 900 (remove_files) COMPLETE
68662024-10-18T21:30:05.366Z[ recovery-image] Oct 18 21:30:04.064 INFO O| Oct 18 21:30:04.064 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-10-18T21:30:05.373Z[ recovery-image] Oct 18 21:30:04.074 INFO O| Oct 18 21:30:04.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68682024-10-18T21:30:05.373Z[ recovery-image] Oct 18 21:30:04.074 INFO O| Oct 18 21:30:04.074 INFO STEP 901 (remove_files) COMPLETE
68692024-10-18T21:30:05.376Z[ recovery-image] Oct 18 21:30:04.074 INFO O| Oct 18 21:30:04.074 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-10-18T21:30:05.383Z[ recovery-image] Oct 18 21:30:04.083 INFO O| Oct 18 21:30:04.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68712024-10-18T21:30:05.383Z[ recovery-image] Oct 18 21:30:04.083 INFO O| Oct 18 21:30:04.083 INFO STEP 902 (remove_files) COMPLETE
68722024-10-18T21:30:05.385Z[ recovery-image] Oct 18 21:30:04.083 INFO O| Oct 18 21:30:04.083 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-10-18T21:30:05.393Z[ recovery-image] Oct 18 21:30:04.093 INFO O| Oct 18 21:30:04.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68742024-10-18T21:30:05.393Z[ recovery-image] Oct 18 21:30:04.093 INFO O| Oct 18 21:30:04.093 INFO STEP 903 (remove_files) COMPLETE
68752024-10-18T21:30:05.393Z[ recovery-image] Oct 18 21:30:04.093 INFO O| Oct 18 21:30:04.093 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-10-18T21:30:05.402Z[ recovery-image] Oct 18 21:30:04.103 INFO O| Oct 18 21:30:04.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68772024-10-18T21:30:05.405Z[ recovery-image] Oct 18 21:30:04.103 INFO O| Oct 18 21:30:04.103 INFO STEP 904 (remove_files) COMPLETE
68782024-10-18T21:30:05.405Z[ recovery-image] Oct 18 21:30:04.103 INFO O| Oct 18 21:30:04.103 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-10-18T21:30:05.412Z[ recovery-image] Oct 18 21:30:04.112 INFO O| Oct 18 21:30:04.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68802024-10-18T21:30:05.412Z[ recovery-image] Oct 18 21:30:04.112 INFO O| Oct 18 21:30:04.112 INFO STEP 905 (remove_files) COMPLETE
68812024-10-18T21:30:05.414Z[ recovery-image] Oct 18 21:30:04.113 INFO O| Oct 18 21:30:04.112 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-10-18T21:30:05.422Z[ recovery-image] Oct 18 21:30:04.122 INFO O| Oct 18 21:30:04.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
68832024-10-18T21:30:05.422Z[ recovery-image] Oct 18 21:30:04.122 INFO O| Oct 18 21:30:04.122 INFO STEP 906 (remove_files) COMPLETE
68842024-10-18T21:30:05.422Z[ recovery-image] Oct 18 21:30:04.122 INFO O| Oct 18 21:30:04.122 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-10-18T21:30:05.431Z[ recovery-image] Oct 18 21:30:04.132 INFO O| Oct 18 21:30:04.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
68862024-10-18T21:30:05.431Z[ recovery-image] Oct 18 21:30:04.132 INFO O| Oct 18 21:30:04.132 INFO STEP 907 (remove_files) COMPLETE
68872024-10-18T21:30:05.431Z[ recovery-image] Oct 18 21:30:04.132 INFO O| Oct 18 21:30:04.132 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-10-18T21:30:05.441Z[ recovery-image] Oct 18 21:30:04.141 INFO O| Oct 18 21:30:04.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
68892024-10-18T21:30:05.441Z[ recovery-image] Oct 18 21:30:04.141 INFO O| Oct 18 21:30:04.141 INFO STEP 908 (remove_files) COMPLETE
68902024-10-18T21:30:05.441Z[ recovery-image] Oct 18 21:30:04.141 INFO O| Oct 18 21:30:04.141 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-10-18T21:30:05.450Z[ recovery-image] Oct 18 21:30:04.151 INFO O| Oct 18 21:30:04.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
68922024-10-18T21:30:05.452Z[ recovery-image] Oct 18 21:30:04.151 INFO O| Oct 18 21:30:04.151 INFO STEP 909 (remove_files) COMPLETE
68932024-10-18T21:30:05.452Z[ recovery-image] Oct 18 21:30:04.151 INFO O| Oct 18 21:30:04.151 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-10-18T21:30:05.460Z[ recovery-image] Oct 18 21:30:04.160 INFO O| Oct 18 21:30:04.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
68952024-10-18T21:30:05.462Z[ recovery-image] Oct 18 21:30:04.160 INFO O| Oct 18 21:30:04.160 INFO STEP 910 (remove_files) COMPLETE
68962024-10-18T21:30:05.462Z[ recovery-image] Oct 18 21:30:04.160 INFO O| Oct 18 21:30:04.160 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-10-18T21:30:05.470Z[ recovery-image] Oct 18 21:30:04.170 INFO O| Oct 18 21:30:04.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
68982024-10-18T21:30:05.470Z[ recovery-image] Oct 18 21:30:04.170 INFO O| Oct 18 21:30:04.170 INFO STEP 911 (remove_files) COMPLETE
68992024-10-18T21:30:05.470Z[ recovery-image] Oct 18 21:30:04.170 INFO O| Oct 18 21:30:04.170 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-10-18T21:30:05.479Z[ recovery-image] Oct 18 21:30:04.180 INFO O| Oct 18 21:30:04.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
69012024-10-18T21:30:05.479Z[ recovery-image] Oct 18 21:30:04.180 INFO O| Oct 18 21:30:04.180 INFO STEP 912 (remove_files) COMPLETE
69022024-10-18T21:30:05.479Z[ recovery-image] Oct 18 21:30:04.180 INFO O| Oct 18 21:30:04.180 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-10-18T21:30:05.489Z[ recovery-image] Oct 18 21:30:04.189 INFO O| Oct 18 21:30:04.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
69042024-10-18T21:30:05.491Z[ recovery-image] Oct 18 21:30:04.189 INFO O| Oct 18 21:30:04.189 INFO STEP 913 (remove_files) COMPLETE
69052024-10-18T21:30:05.491Z[ recovery-image] Oct 18 21:30:04.189 INFO O| Oct 18 21:30:04.189 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-10-18T21:30:05.498Z[ recovery-image] Oct 18 21:30:04.199 INFO O| Oct 18 21:30:04.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
69072024-10-18T21:30:05.498Z[ recovery-image] Oct 18 21:30:04.199 INFO O| Oct 18 21:30:04.199 INFO STEP 914 (remove_files) COMPLETE
69082024-10-18T21:30:05.501Z[ recovery-image] Oct 18 21:30:04.199 INFO O| Oct 18 21:30:04.199 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-10-18T21:30:05.508Z[ recovery-image] Oct 18 21:30:04.209 INFO O| Oct 18 21:30:04.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
69102024-10-18T21:30:05.508Z[ recovery-image] Oct 18 21:30:04.209 INFO O| Oct 18 21:30:04.209 INFO STEP 915 (remove_files) COMPLETE
69112024-10-18T21:30:05.511Z[ recovery-image] Oct 18 21:30:04.209 INFO O| Oct 18 21:30:04.209 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-10-18T21:30:05.518Z[ recovery-image] Oct 18 21:30:04.219 INFO O| Oct 18 21:30:04.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
69132024-10-18T21:30:05.518Z[ recovery-image] Oct 18 21:30:04.219 INFO O| Oct 18 21:30:04.219 INFO STEP 916 (remove_files) COMPLETE
69142024-10-18T21:30:05.518Z[ recovery-image] Oct 18 21:30:04.219 INFO O| Oct 18 21:30:04.219 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-10-18T21:30:05.528Z[ recovery-image] Oct 18 21:30:04.228 INFO O| Oct 18 21:30:04.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
69162024-10-18T21:30:05.530Z[ recovery-image] Oct 18 21:30:04.229 INFO O| Oct 18 21:30:04.228 INFO STEP 917 (remove_files) COMPLETE
69172024-10-18T21:30:05.530Z[ recovery-image] Oct 18 21:30:04.229 INFO O| Oct 18 21:30:04.228 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-10-18T21:30:05.538Z[ recovery-image] Oct 18 21:30:04.238 INFO O| Oct 18 21:30:04.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
69192024-10-18T21:30:05.538Z[ recovery-image] Oct 18 21:30:04.238 INFO O| Oct 18 21:30:04.238 INFO STEP 918 (remove_files) COMPLETE
69202024-10-18T21:30:05.540Z[ recovery-image] Oct 18 21:30:04.238 INFO O| Oct 18 21:30:04.238 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-10-18T21:30:05.547Z[ recovery-image] Oct 18 21:30:04.248 INFO O| Oct 18 21:30:04.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
69222024-10-18T21:30:05.549Z[ recovery-image] Oct 18 21:30:04.248 INFO O| Oct 18 21:30:04.248 INFO STEP 919 (remove_files) COMPLETE
69232024-10-18T21:30:05.550Z[ recovery-image] Oct 18 21:30:04.248 INFO O| Oct 18 21:30:04.248 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-10-18T21:30:05.557Z[ recovery-image] Oct 18 21:30:04.258 INFO O| Oct 18 21:30:04.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69252024-10-18T21:30:05.557Z[ recovery-image] Oct 18 21:30:04.258 INFO O| Oct 18 21:30:04.258 INFO STEP 920 (remove_files) COMPLETE
69262024-10-18T21:30:05.560Z[ recovery-image] Oct 18 21:30:04.258 INFO O| Oct 18 21:30:04.258 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-10-18T21:30:05.567Z[ recovery-image] Oct 18 21:30:04.267 INFO O| Oct 18 21:30:04.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69282024-10-18T21:30:05.567Z[ recovery-image] Oct 18 21:30:04.267 INFO O| Oct 18 21:30:04.267 INFO STEP 921 (remove_files) COMPLETE
69292024-10-18T21:30:05.567Z[ recovery-image] Oct 18 21:30:04.267 INFO O| Oct 18 21:30:04.267 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-10-18T21:30:05.577Z[ recovery-image] Oct 18 21:30:04.277 INFO O| Oct 18 21:30:04.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69312024-10-18T21:30:05.577Z[ recovery-image] Oct 18 21:30:04.277 INFO O| Oct 18 21:30:04.277 INFO STEP 922 (remove_files) COMPLETE
69322024-10-18T21:30:05.577Z[ recovery-image] Oct 18 21:30:04.277 INFO O| Oct 18 21:30:04.277 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-10-18T21:30:05.586Z[ recovery-image] Oct 18 21:30:04.287 INFO O| Oct 18 21:30:04.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69342024-10-18T21:30:05.586Z[ recovery-image] Oct 18 21:30:04.287 INFO O| Oct 18 21:30:04.287 INFO STEP 923 (remove_files) COMPLETE
69352024-10-18T21:30:05.589Z[ recovery-image] Oct 18 21:30:04.287 INFO O| Oct 18 21:30:04.287 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-10-18T21:30:05.596Z[ recovery-image] Oct 18 21:30:04.297 INFO O| Oct 18 21:30:04.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69372024-10-18T21:30:05.596Z[ recovery-image] Oct 18 21:30:04.297 INFO O| Oct 18 21:30:04.297 INFO STEP 924 (remove_files) COMPLETE
69382024-10-18T21:30:05.596Z[ recovery-image] Oct 18 21:30:04.297 INFO O| Oct 18 21:30:04.297 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-10-18T21:30:05.606Z[ recovery-image] Oct 18 21:30:04.307 INFO O| Oct 18 21:30:04.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69402024-10-18T21:30:05.609Z[ recovery-image] Oct 18 21:30:04.307 INFO O| Oct 18 21:30:04.307 INFO STEP 925 (remove_files) COMPLETE
69412024-10-18T21:30:05.609Z[ recovery-image] Oct 18 21:30:04.307 INFO O| Oct 18 21:30:04.307 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-10-18T21:30:05.617Z[ recovery-image] Oct 18 21:30:04.317 INFO O| Oct 18 21:30:04.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69432024-10-18T21:30:05.617Z[ recovery-image] Oct 18 21:30:04.317 INFO O| Oct 18 21:30:04.317 INFO STEP 926 (remove_files) COMPLETE
69442024-10-18T21:30:05.619Z[ recovery-image] Oct 18 21:30:04.317 INFO O| Oct 18 21:30:04.317 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-10-18T21:30:05.627Z[ recovery-image] Oct 18 21:30:04.328 INFO O| Oct 18 21:30:04.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69462024-10-18T21:30:05.629Z[ recovery-image] Oct 18 21:30:04.328 INFO O| Oct 18 21:30:04.328 INFO STEP 927 (remove_files) COMPLETE
69472024-10-18T21:30:05.630Z[ recovery-image] Oct 18 21:30:04.328 INFO O| Oct 18 21:30:04.328 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-10-18T21:30:05.637Z[ recovery-image] Oct 18 21:30:04.338 INFO O| Oct 18 21:30:04.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69492024-10-18T21:30:05.640Z[ recovery-image] Oct 18 21:30:04.338 INFO O| Oct 18 21:30:04.338 INFO STEP 928 (remove_files) COMPLETE
69502024-10-18T21:30:05.640Z[ recovery-image] Oct 18 21:30:04.338 INFO O| Oct 18 21:30:04.338 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-10-18T21:30:05.647Z[ recovery-image] Oct 18 21:30:04.348 INFO O| Oct 18 21:30:04.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69522024-10-18T21:30:05.647Z[ recovery-image] Oct 18 21:30:04.348 INFO O| Oct 18 21:30:04.348 INFO STEP 929 (remove_files) COMPLETE
69532024-10-18T21:30:05.649Z[ recovery-image] Oct 18 21:30:04.348 INFO O| Oct 18 21:30:04.348 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-10-18T21:30:05.657Z[ recovery-image] Oct 18 21:30:04.357 INFO O| Oct 18 21:30:04.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69552024-10-18T21:30:05.657Z[ recovery-image] Oct 18 21:30:04.357 INFO O| Oct 18 21:30:04.357 INFO STEP 930 (remove_files) COMPLETE
69562024-10-18T21:30:05.657Z[ recovery-image] Oct 18 21:30:04.357 INFO O| Oct 18 21:30:04.357 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-10-18T21:30:05.666Z[ recovery-image] Oct 18 21:30:04.367 INFO O| Oct 18 21:30:04.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69582024-10-18T21:30:05.669Z[ recovery-image] Oct 18 21:30:04.367 INFO O| Oct 18 21:30:04.367 INFO STEP 931 (remove_files) COMPLETE
69592024-10-18T21:30:05.669Z[ recovery-image] Oct 18 21:30:04.367 INFO O| Oct 18 21:30:04.367 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-10-18T21:30:05.676Z[ recovery-image] Oct 18 21:30:04.376 INFO O| Oct 18 21:30:04.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69612024-10-18T21:30:05.676Z[ recovery-image] Oct 18 21:30:04.376 INFO O| Oct 18 21:30:04.376 INFO STEP 932 (remove_files) COMPLETE
69622024-10-18T21:30:05.678Z[ recovery-image] Oct 18 21:30:04.376 INFO O| Oct 18 21:30:04.376 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-10-18T21:30:05.685Z[ recovery-image] Oct 18 21:30:04.386 INFO O| Oct 18 21:30:04.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69642024-10-18T21:30:05.685Z[ recovery-image] Oct 18 21:30:04.386 INFO O| Oct 18 21:30:04.386 INFO STEP 933 (remove_files) COMPLETE
69652024-10-18T21:30:05.688Z[ recovery-image] Oct 18 21:30:04.386 INFO O| Oct 18 21:30:04.386 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-10-18T21:30:05.695Z[ recovery-image] Oct 18 21:30:04.395 INFO O| Oct 18 21:30:04.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69672024-10-18T21:30:05.695Z[ recovery-image] Oct 18 21:30:04.395 INFO O| Oct 18 21:30:04.395 INFO STEP 934 (remove_files) COMPLETE
69682024-10-18T21:30:05.697Z[ recovery-image] Oct 18 21:30:04.395 INFO O| Oct 18 21:30:04.395 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-10-18T21:30:05.704Z[ recovery-image] Oct 18 21:30:04.405 INFO O| Oct 18 21:30:04.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69702024-10-18T21:30:05.704Z[ recovery-image] Oct 18 21:30:04.405 INFO O| Oct 18 21:30:04.405 INFO STEP 935 (remove_files) COMPLETE
69712024-10-18T21:30:05.706Z[ recovery-image] Oct 18 21:30:04.405 INFO O| Oct 18 21:30:04.405 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-10-18T21:30:05.714Z[ recovery-image] Oct 18 21:30:04.415 INFO O| Oct 18 21:30:04.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69732024-10-18T21:30:05.714Z[ recovery-image] Oct 18 21:30:04.415 INFO O| Oct 18 21:30:04.415 INFO STEP 936 (remove_files) COMPLETE
69742024-10-18T21:30:05.717Z[ recovery-image] Oct 18 21:30:04.415 INFO O| Oct 18 21:30:04.415 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-10-18T21:30:05.724Z[ recovery-image] Oct 18 21:30:04.424 INFO O| Oct 18 21:30:04.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69762024-10-18T21:30:05.724Z[ recovery-image] Oct 18 21:30:04.424 INFO O| Oct 18 21:30:04.424 INFO STEP 937 (remove_files) COMPLETE
69772024-10-18T21:30:05.724Z[ recovery-image] Oct 18 21:30:04.424 INFO O| Oct 18 21:30:04.424 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-10-18T21:30:05.733Z[ recovery-image] Oct 18 21:30:04.434 INFO O| Oct 18 21:30:04.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
69792024-10-18T21:30:05.733Z[ recovery-image] Oct 18 21:30:04.434 INFO O| Oct 18 21:30:04.434 INFO STEP 938 (remove_files) COMPLETE
69802024-10-18T21:30:05.733Z[ recovery-image] Oct 18 21:30:04.434 INFO O| Oct 18 21:30:04.434 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-10-18T21:30:05.743Z[ recovery-image] Oct 18 21:30:04.444 INFO O| Oct 18 21:30:04.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
69822024-10-18T21:30:05.743Z[ recovery-image] Oct 18 21:30:04.444 INFO O| Oct 18 21:30:04.444 INFO STEP 939 (remove_files) COMPLETE
69832024-10-18T21:30:05.743Z[ recovery-image] Oct 18 21:30:04.444 INFO O| Oct 18 21:30:04.444 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-10-18T21:30:05.753Z[ recovery-image] Oct 18 21:30:04.453 INFO O| Oct 18 21:30:04.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
69852024-10-18T21:30:05.753Z[ recovery-image] Oct 18 21:30:04.453 INFO O| Oct 18 21:30:04.453 INFO STEP 940 (remove_files) COMPLETE
69862024-10-18T21:30:05.755Z[ recovery-image] Oct 18 21:30:04.453 INFO O| Oct 18 21:30:04.453 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-10-18T21:30:05.762Z[ recovery-image] Oct 18 21:30:04.463 INFO O| Oct 18 21:30:04.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
69882024-10-18T21:30:05.762Z[ recovery-image] Oct 18 21:30:04.463 INFO O| Oct 18 21:30:04.463 INFO STEP 941 (remove_files) COMPLETE
69892024-10-18T21:30:05.762Z[ recovery-image] Oct 18 21:30:04.463 INFO O| Oct 18 21:30:04.463 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-10-18T21:30:05.778Z[ recovery-image] Oct 18 21:30:04.478 INFO O| Oct 18 21:30:04.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
69912024-10-18T21:30:05.778Z[ recovery-image] Oct 18 21:30:04.478 INFO O| Oct 18 21:30:04.478 INFO STEP 942 (remove_files) COMPLETE
69922024-10-18T21:30:05.778Z[ recovery-image] Oct 18 21:30:04.478 INFO O| Oct 18 21:30:04.478 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-10-18T21:30:05.792Z[ recovery-image] Oct 18 21:30:04.492 INFO O| Oct 18 21:30:04.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
69942024-10-18T21:30:05.792Z[ recovery-image] Oct 18 21:30:04.492 INFO O| Oct 18 21:30:04.492 INFO STEP 943 (remove_files) COMPLETE
69952024-10-18T21:30:05.792Z[ recovery-image] Oct 18 21:30:04.492 INFO O| Oct 18 21:30:04.492 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-10-18T21:30:05.804Z[ recovery-image] Oct 18 21:30:04.504 INFO O| Oct 18 21:30:04.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
69972024-10-18T21:30:05.804Z[ recovery-image] Oct 18 21:30:04.504 INFO O| Oct 18 21:30:04.504 INFO STEP 944 (remove_files) COMPLETE
69982024-10-18T21:30:05.806Z[ recovery-image] Oct 18 21:30:04.504 INFO O| Oct 18 21:30:04.504 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-10-18T21:30:05.815Z[ recovery-image] Oct 18 21:30:04.515 INFO O| Oct 18 21:30:04.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
70002024-10-18T21:30:05.815Z[ recovery-image] Oct 18 21:30:04.515 INFO O| Oct 18 21:30:04.515 INFO STEP 945 (remove_files) COMPLETE
70012024-10-18T21:30:05.815Z[ recovery-image] Oct 18 21:30:04.515 INFO O| Oct 18 21:30:04.515 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-10-18T21:30:05.825Z[ recovery-image] Oct 18 21:30:04.526 INFO O| Oct 18 21:30:04.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
70032024-10-18T21:30:05.825Z[ recovery-image] Oct 18 21:30:04.526 INFO O| Oct 18 21:30:04.526 INFO STEP 946 (remove_files) COMPLETE
70042024-10-18T21:30:05.828Z[ recovery-image] Oct 18 21:30:04.526 INFO O| Oct 18 21:30:04.526 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-10-18T21:30:05.835Z[ recovery-image] Oct 18 21:30:04.536 INFO O| Oct 18 21:30:04.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
70062024-10-18T21:30:05.838Z[ recovery-image] Oct 18 21:30:04.536 INFO O| Oct 18 21:30:04.536 INFO STEP 947 (remove_files) COMPLETE
70072024-10-18T21:30:05.838Z[ recovery-image] Oct 18 21:30:04.536 INFO O| Oct 18 21:30:04.536 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-10-18T21:30:05.846Z[ recovery-image] Oct 18 21:30:04.546 INFO O| Oct 18 21:30:04.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
70092024-10-18T21:30:05.846Z[ recovery-image] Oct 18 21:30:04.547 INFO O| Oct 18 21:30:04.546 INFO STEP 948 (remove_files) COMPLETE
70102024-10-18T21:30:05.846Z[ recovery-image] Oct 18 21:30:04.547 INFO O| Oct 18 21:30:04.547 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-10-18T21:30:05.856Z[ recovery-image] Oct 18 21:30:04.557 INFO O| Oct 18 21:30:04.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
70122024-10-18T21:30:05.856Z[ recovery-image] Oct 18 21:30:04.557 INFO O| Oct 18 21:30:04.557 INFO STEP 949 (remove_files) COMPLETE
70132024-10-18T21:30:05.859Z[ recovery-image] Oct 18 21:30:04.557 INFO O| Oct 18 21:30:04.557 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-10-18T21:30:05.867Z[ recovery-image] Oct 18 21:30:04.567 INFO O| Oct 18 21:30:04.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
70152024-10-18T21:30:05.869Z[ recovery-image] Oct 18 21:30:04.567 INFO O| Oct 18 21:30:04.567 INFO STEP 950 (remove_files) COMPLETE
70162024-10-18T21:30:05.869Z[ recovery-image] Oct 18 21:30:04.567 INFO O| Oct 18 21:30:04.567 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-10-18T21:30:05.877Z[ recovery-image] Oct 18 21:30:04.577 INFO O| Oct 18 21:30:04.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
70182024-10-18T21:30:05.877Z[ recovery-image] Oct 18 21:30:04.577 INFO O| Oct 18 21:30:04.577 INFO STEP 951 (remove_files) COMPLETE
70192024-10-18T21:30:05.877Z[ recovery-image] Oct 18 21:30:04.577 INFO O| Oct 18 21:30:04.577 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-10-18T21:30:05.887Z[ recovery-image] Oct 18 21:30:04.588 INFO O| Oct 18 21:30:04.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
70212024-10-18T21:30:05.889Z[ recovery-image] Oct 18 21:30:04.588 INFO O| Oct 18 21:30:04.588 INFO STEP 952 (remove_files) COMPLETE
70222024-10-18T21:30:05.889Z[ recovery-image] Oct 18 21:30:04.588 INFO O| Oct 18 21:30:04.588 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-10-18T21:30:05.898Z[ recovery-image] Oct 18 21:30:04.598 INFO O| Oct 18 21:30:04.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70242024-10-18T21:30:05.900Z[ recovery-image] Oct 18 21:30:04.598 INFO O| Oct 18 21:30:04.598 INFO STEP 953 (remove_files) COMPLETE
70252024-10-18T21:30:05.900Z[ recovery-image] Oct 18 21:30:04.598 INFO O| Oct 18 21:30:04.598 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-10-18T21:30:05.908Z[ recovery-image] Oct 18 21:30:04.608 INFO O| Oct 18 21:30:04.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70272024-10-18T21:30:05.908Z[ recovery-image] Oct 18 21:30:04.608 INFO O| Oct 18 21:30:04.608 INFO STEP 954 (remove_files) COMPLETE
70282024-10-18T21:30:05.910Z[ recovery-image] Oct 18 21:30:04.608 INFO O| Oct 18 21:30:04.608 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-10-18T21:30:05.918Z[ recovery-image] Oct 18 21:30:04.618 INFO O| Oct 18 21:30:04.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70302024-10-18T21:30:05.920Z[ recovery-image] Oct 18 21:30:04.619 INFO O| Oct 18 21:30:04.618 INFO STEP 955 (remove_files) COMPLETE
70312024-10-18T21:30:05.920Z[ recovery-image] Oct 18 21:30:04.619 INFO O| Oct 18 21:30:04.619 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-10-18T21:30:05.928Z[ recovery-image] Oct 18 21:30:04.628 INFO O| Oct 18 21:30:04.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70332024-10-18T21:30:05.930Z[ recovery-image] Oct 18 21:30:04.628 INFO O| Oct 18 21:30:04.628 INFO STEP 956 (remove_files) COMPLETE
70342024-10-18T21:30:05.930Z[ recovery-image] Oct 18 21:30:04.628 INFO O| Oct 18 21:30:04.628 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-10-18T21:30:05.938Z[ recovery-image] Oct 18 21:30:04.639 INFO O| Oct 18 21:30:04.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70362024-10-18T21:30:05.938Z[ recovery-image] Oct 18 21:30:04.639 INFO O| Oct 18 21:30:04.639 INFO STEP 957 (remove_files) COMPLETE
70372024-10-18T21:30:05.938Z[ recovery-image] Oct 18 21:30:04.639 INFO O| Oct 18 21:30:04.639 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-10-18T21:30:05.949Z[ recovery-image] Oct 18 21:30:04.649 INFO O| Oct 18 21:30:04.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70392024-10-18T21:30:05.949Z[ recovery-image] Oct 18 21:30:04.649 INFO O| Oct 18 21:30:04.649 INFO STEP 958 (remove_files) COMPLETE
70402024-10-18T21:30:05.949Z[ recovery-image] Oct 18 21:30:04.649 INFO O| Oct 18 21:30:04.649 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-10-18T21:30:05.959Z[ recovery-image] Oct 18 21:30:04.659 INFO O| Oct 18 21:30:04.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70422024-10-18T21:30:05.961Z[ recovery-image] Oct 18 21:30:04.659 INFO O| Oct 18 21:30:04.659 INFO STEP 959 (remove_files) COMPLETE
70432024-10-18T21:30:05.961Z[ recovery-image] Oct 18 21:30:04.659 INFO O| Oct 18 21:30:04.659 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-10-18T21:30:05.969Z[ recovery-image] Oct 18 21:30:04.670 INFO O| Oct 18 21:30:04.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70452024-10-18T21:30:05.969Z[ recovery-image] Oct 18 21:30:04.670 INFO O| Oct 18 21:30:04.670 INFO STEP 960 (remove_files) COMPLETE
70462024-10-18T21:30:05.972Z[ recovery-image] Oct 18 21:30:04.670 INFO O| Oct 18 21:30:04.670 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-10-18T21:30:05.980Z[ recovery-image] Oct 18 21:30:04.680 INFO O| Oct 18 21:30:04.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70482024-10-18T21:30:05.980Z[ recovery-image] Oct 18 21:30:04.680 INFO O| Oct 18 21:30:04.680 INFO STEP 961 (remove_files) COMPLETE
70492024-10-18T21:30:05.982Z[ recovery-image] Oct 18 21:30:04.680 INFO O| Oct 18 21:30:04.680 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-10-18T21:30:05.990Z[ recovery-image] Oct 18 21:30:04.690 INFO O| Oct 18 21:30:04.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70512024-10-18T21:30:05.990Z[ recovery-image] Oct 18 21:30:04.690 INFO O| Oct 18 21:30:04.690 INFO STEP 962 (remove_files) COMPLETE
70522024-10-18T21:30:05.992Z[ recovery-image] Oct 18 21:30:04.690 INFO O| Oct 18 21:30:04.690 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-10-18T21:30:06.001Z[ recovery-image] Oct 18 21:30:04.701 INFO O| Oct 18 21:30:04.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70542024-10-18T21:30:06.001Z[ recovery-image] Oct 18 21:30:04.701 INFO O| Oct 18 21:30:04.701 INFO STEP 963 (remove_files) COMPLETE
70552024-10-18T21:30:06.001Z[ recovery-image] Oct 18 21:30:04.701 INFO O| Oct 18 21:30:04.701 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-10-18T21:30:06.011Z[ recovery-image] Oct 18 21:30:04.711 INFO O| Oct 18 21:30:04.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70572024-10-18T21:30:06.013Z[ recovery-image] Oct 18 21:30:04.712 INFO O| Oct 18 21:30:04.712 INFO STEP 964 (remove_files) COMPLETE
70582024-10-18T21:30:06.013Z[ recovery-image] Oct 18 21:30:04.712 INFO O| Oct 18 21:30:04.712 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-10-18T21:30:06.022Z[ recovery-image] Oct 18 21:30:04.723 INFO O| Oct 18 21:30:04.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70602024-10-18T21:30:06.025Z[ recovery-image] Oct 18 21:30:04.723 INFO O| Oct 18 21:30:04.723 INFO STEP 965 (remove_files) COMPLETE
70612024-10-18T21:30:06.025Z[ recovery-image] Oct 18 21:30:04.723 INFO O| Oct 18 21:30:04.723 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-10-18T21:30:06.033Z[ recovery-image] Oct 18 21:30:04.733 INFO O| Oct 18 21:30:04.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70632024-10-18T21:30:06.036Z[ recovery-image] Oct 18 21:30:04.734 INFO O| Oct 18 21:30:04.734 INFO STEP 966 (remove_files) COMPLETE
70642024-10-18T21:30:06.036Z[ recovery-image] Oct 18 21:30:04.734 INFO O| Oct 18 21:30:04.734 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-10-18T21:30:06.040Z[ host-image] Oct 18 21:30:04.740 INFO O| Oct 18 21:30:04.740 INFO O| Download: 1139/1140 items 7.2/8.4MB 85% complete (1.4M/s)
70662024-10-18T21:30:06.045Z[ recovery-image] Oct 18 21:30:04.746 INFO O| Oct 18 21:30:04.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70672024-10-18T21:30:06.045Z[ recovery-image] Oct 18 21:30:04.746 INFO O| Oct 18 21:30:04.746 INFO STEP 967 (remove_files) COMPLETE
70682024-10-18T21:30:06.048Z[ recovery-image] Oct 18 21:30:04.746 INFO O| Oct 18 21:30:04.746 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-10-18T21:30:06.057Z[ recovery-image] Oct 18 21:30:04.758 INFO O| Oct 18 21:30:04.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70702024-10-18T21:30:06.057Z[ recovery-image] Oct 18 21:30:04.758 INFO O| Oct 18 21:30:04.758 INFO STEP 968 (remove_files) COMPLETE
70712024-10-18T21:30:06.061Z[ recovery-image] Oct 18 21:30:04.758 INFO O| Oct 18 21:30:04.758 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-10-18T21:30:06.068Z[ recovery-image] Oct 18 21:30:04.769 INFO O| Oct 18 21:30:04.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70732024-10-18T21:30:06.068Z[ recovery-image] Oct 18 21:30:04.769 INFO O| Oct 18 21:30:04.769 INFO STEP 969 (remove_files) COMPLETE
70742024-10-18T21:30:06.068Z[ recovery-image] Oct 18 21:30:04.769 INFO O| Oct 18 21:30:04.769 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-10-18T21:30:06.079Z[ recovery-image] Oct 18 21:30:04.780 INFO O| Oct 18 21:30:04.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70762024-10-18T21:30:06.082Z[ recovery-image] Oct 18 21:30:04.780 INFO O| Oct 18 21:30:04.780 INFO STEP 970 (remove_files) COMPLETE
70772024-10-18T21:30:06.082Z[ recovery-image] Oct 18 21:30:04.780 INFO O| Oct 18 21:30:04.780 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-10-18T21:30:06.090Z[ recovery-image] Oct 18 21:30:04.791 INFO O| Oct 18 21:30:04.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
70792024-10-18T21:30:06.092Z[ recovery-image] Oct 18 21:30:04.791 INFO O| Oct 18 21:30:04.791 INFO STEP 971 (remove_files) COMPLETE
70802024-10-18T21:30:06.093Z[ recovery-image] Oct 18 21:30:04.791 INFO O| Oct 18 21:30:04.791 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-10-18T21:30:06.100Z[ recovery-image] Oct 18 21:30:04.801 INFO O| Oct 18 21:30:04.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
70822024-10-18T21:30:06.103Z[ recovery-image] Oct 18 21:30:04.801 INFO O| Oct 18 21:30:04.801 INFO STEP 972 (remove_files) COMPLETE
70832024-10-18T21:30:06.103Z[ recovery-image] Oct 18 21:30:04.801 INFO O| Oct 18 21:30:04.801 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-10-18T21:30:06.111Z[ recovery-image] Oct 18 21:30:04.811 INFO O| Oct 18 21:30:04.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
70852024-10-18T21:30:06.113Z[ recovery-image] Oct 18 21:30:04.811 INFO O| Oct 18 21:30:04.811 INFO STEP 973 (remove_files) COMPLETE
70862024-10-18T21:30:06.113Z[ recovery-image] Oct 18 21:30:04.811 INFO O| Oct 18 21:30:04.811 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-10-18T21:30:06.121Z[ recovery-image] Oct 18 21:30:04.822 INFO O| Oct 18 21:30:04.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
70882024-10-18T21:30:06.124Z[ recovery-image] Oct 18 21:30:04.822 INFO O| Oct 18 21:30:04.822 INFO STEP 974 (remove_files) COMPLETE
70892024-10-18T21:30:06.124Z[ recovery-image] Oct 18 21:30:04.822 INFO O| Oct 18 21:30:04.822 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-10-18T21:30:06.132Z[ recovery-image] Oct 18 21:30:04.833 INFO O| Oct 18 21:30:04.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
70912024-10-18T21:30:06.135Z[ recovery-image] Oct 18 21:30:04.833 INFO O| Oct 18 21:30:04.833 INFO STEP 975 (remove_files) COMPLETE
70922024-10-18T21:30:06.135Z[ recovery-image] Oct 18 21:30:04.833 INFO O| Oct 18 21:30:04.833 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-10-18T21:30:06.143Z[ recovery-image] Oct 18 21:30:04.844 INFO O| Oct 18 21:30:04.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
70942024-10-18T21:30:06.143Z[ recovery-image] Oct 18 21:30:04.844 INFO O| Oct 18 21:30:04.844 INFO STEP 976 (remove_files) COMPLETE
70952024-10-18T21:30:06.143Z[ recovery-image] Oct 18 21:30:04.844 INFO O| Oct 18 21:30:04.844 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-10-18T21:30:06.154Z[ recovery-image] Oct 18 21:30:04.854 INFO O| Oct 18 21:30:04.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
70972024-10-18T21:30:06.162Z[ recovery-image] Oct 18 21:30:04.855 INFO O| Oct 18 21:30:04.855 INFO STEP 977 (remove_files) COMPLETE
70982024-10-18T21:30:06.162Z[ recovery-image] Oct 18 21:30:04.855 INFO O| Oct 18 21:30:04.855 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-10-18T21:30:06.165Z[ recovery-image] Oct 18 21:30:04.866 INFO O| Oct 18 21:30:04.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
71002024-10-18T21:30:06.168Z[ recovery-image] Oct 18 21:30:04.866 INFO O| Oct 18 21:30:04.866 INFO STEP 978 (remove_files) COMPLETE
71012024-10-18T21:30:06.168Z[ recovery-image] Oct 18 21:30:04.866 INFO O| Oct 18 21:30:04.866 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-10-18T21:30:06.176Z[ recovery-image] Oct 18 21:30:04.876 INFO O| Oct 18 21:30:04.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
71032024-10-18T21:30:06.176Z[ recovery-image] Oct 18 21:30:04.876 INFO O| Oct 18 21:30:04.876 INFO STEP 979 (remove_files) COMPLETE
71042024-10-18T21:30:06.179Z[ recovery-image] Oct 18 21:30:04.876 INFO O| Oct 18 21:30:04.876 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-10-18T21:30:06.186Z[ recovery-image] Oct 18 21:30:04.886 INFO O| Oct 18 21:30:04.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
71062024-10-18T21:30:06.189Z[ recovery-image] Oct 18 21:30:04.886 INFO O| Oct 18 21:30:04.886 INFO STEP 980 (remove_files) COMPLETE
71072024-10-18T21:30:06.189Z[ recovery-image] Oct 18 21:30:04.886 INFO O| Oct 18 21:30:04.886 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-10-18T21:30:06.196Z[ recovery-image] Oct 18 21:30:04.897 INFO O| Oct 18 21:30:04.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
71092024-10-18T21:30:06.198Z[ recovery-image] Oct 18 21:30:04.897 INFO O| Oct 18 21:30:04.897 INFO STEP 981 (remove_files) COMPLETE
71102024-10-18T21:30:06.198Z[ recovery-image] Oct 18 21:30:04.897 INFO O| Oct 18 21:30:04.897 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-10-18T21:30:06.206Z[ recovery-image] Oct 18 21:30:04.906 INFO O| Oct 18 21:30:04.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
71122024-10-18T21:30:06.209Z[ recovery-image] Oct 18 21:30:04.906 INFO O| Oct 18 21:30:04.906 INFO STEP 982 (remove_files) COMPLETE
71132024-10-18T21:30:06.209Z[ recovery-image] Oct 18 21:30:04.907 INFO O| Oct 18 21:30:04.906 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-10-18T21:30:06.216Z[ recovery-image] Oct 18 21:30:04.916 INFO O| Oct 18 21:30:04.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
71152024-10-18T21:30:06.216Z[ recovery-image] Oct 18 21:30:04.916 INFO O| Oct 18 21:30:04.916 INFO STEP 983 (remove_files) COMPLETE
71162024-10-18T21:30:06.219Z[ recovery-image] Oct 18 21:30:04.916 INFO O| Oct 18 21:30:04.916 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-10-18T21:30:06.226Z[ recovery-image] Oct 18 21:30:04.926 INFO O| Oct 18 21:30:04.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
71182024-10-18T21:30:06.228Z[ recovery-image] Oct 18 21:30:04.926 INFO O| Oct 18 21:30:04.926 INFO STEP 984 (remove_files) COMPLETE
71192024-10-18T21:30:06.228Z[ recovery-image] Oct 18 21:30:04.926 INFO O| Oct 18 21:30:04.926 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-10-18T21:30:06.235Z[ recovery-image] Oct 18 21:30:04.936 INFO O| Oct 18 21:30:04.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
71212024-10-18T21:30:06.238Z[ recovery-image] Oct 18 21:30:04.936 INFO O| Oct 18 21:30:04.936 INFO STEP 985 (remove_files) COMPLETE
71222024-10-18T21:30:06.238Z[ recovery-image] Oct 18 21:30:04.936 INFO O| Oct 18 21:30:04.936 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-10-18T21:30:06.245Z[ recovery-image] Oct 18 21:30:04.945 INFO O| Oct 18 21:30:04.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71242024-10-18T21:30:06.247Z[ recovery-image] Oct 18 21:30:04.946 INFO O| Oct 18 21:30:04.946 INFO STEP 986 (remove_files) COMPLETE
71252024-10-18T21:30:06.247Z[ recovery-image] Oct 18 21:30:04.946 INFO O| Oct 18 21:30:04.946 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-10-18T21:30:06.255Z[ recovery-image] Oct 18 21:30:04.955 INFO O| Oct 18 21:30:04.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71272024-10-18T21:30:06.255Z[ recovery-image] Oct 18 21:30:04.955 INFO O| Oct 18 21:30:04.955 INFO STEP 987 (remove_files) COMPLETE
71282024-10-18T21:30:06.257Z[ recovery-image] Oct 18 21:30:04.955 INFO O| Oct 18 21:30:04.955 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-10-18T21:30:06.265Z[ recovery-image] Oct 18 21:30:04.965 INFO O| Oct 18 21:30:04.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71302024-10-18T21:30:06.265Z[ recovery-image] Oct 18 21:30:04.965 INFO O| Oct 18 21:30:04.965 INFO STEP 988 (remove_files) COMPLETE
71312024-10-18T21:30:06.267Z[ recovery-image] Oct 18 21:30:04.965 INFO O| Oct 18 21:30:04.965 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-10-18T21:30:06.275Z[ recovery-image] Oct 18 21:30:04.975 INFO O| Oct 18 21:30:04.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71332024-10-18T21:30:06.275Z[ recovery-image] Oct 18 21:30:04.975 INFO O| Oct 18 21:30:04.975 INFO STEP 989 (remove_files) COMPLETE
71342024-10-18T21:30:06.275Z[ recovery-image] Oct 18 21:30:04.975 INFO O| Oct 18 21:30:04.975 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-10-18T21:30:06.285Z[ recovery-image] Oct 18 21:30:04.985 INFO O| Oct 18 21:30:04.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71362024-10-18T21:30:06.285Z[ recovery-image] Oct 18 21:30:04.985 INFO O| Oct 18 21:30:04.985 INFO STEP 990 (remove_files) COMPLETE
71372024-10-18T21:30:06.285Z[ recovery-image] Oct 18 21:30:04.985 INFO O| Oct 18 21:30:04.985 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-10-18T21:30:06.294Z[ recovery-image] Oct 18 21:30:04.995 INFO O| Oct 18 21:30:04.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71392024-10-18T21:30:06.294Z[ recovery-image] Oct 18 21:30:04.995 INFO O| Oct 18 21:30:04.995 INFO STEP 991 (remove_files) COMPLETE
71402024-10-18T21:30:06.297Z[ recovery-image] Oct 18 21:30:04.995 INFO O| Oct 18 21:30:04.995 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-10-18T21:30:06.305Z[ recovery-image] Oct 18 21:30:05.005 INFO O| Oct 18 21:30:05.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71422024-10-18T21:30:06.305Z[ recovery-image] Oct 18 21:30:05.005 INFO O| Oct 18 21:30:05.005 INFO STEP 992 (remove_files) COMPLETE
71432024-10-18T21:30:06.308Z[ recovery-image] Oct 18 21:30:05.005 INFO O| Oct 18 21:30:05.005 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-10-18T21:30:06.315Z[ recovery-image] Oct 18 21:30:05.015 INFO O| Oct 18 21:30:05.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71452024-10-18T21:30:06.315Z[ recovery-image] Oct 18 21:30:05.015 INFO O| Oct 18 21:30:05.015 INFO STEP 993 (remove_files) COMPLETE
71462024-10-18T21:30:06.315Z[ recovery-image] Oct 18 21:30:05.015 INFO O| Oct 18 21:30:05.015 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-10-18T21:30:06.325Z[ recovery-image] Oct 18 21:30:05.025 INFO O| Oct 18 21:30:05.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71482024-10-18T21:30:06.325Z[ recovery-image] Oct 18 21:30:05.025 INFO O| Oct 18 21:30:05.025 INFO STEP 994 (remove_files) COMPLETE
71492024-10-18T21:30:06.327Z[ recovery-image] Oct 18 21:30:05.025 INFO O| Oct 18 21:30:05.025 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-10-18T21:30:06.334Z[ recovery-image] Oct 18 21:30:05.035 INFO O| Oct 18 21:30:05.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71512024-10-18T21:30:06.334Z[ recovery-image] Oct 18 21:30:05.035 INFO O| Oct 18 21:30:05.035 INFO STEP 995 (remove_files) COMPLETE
71522024-10-18T21:30:06.334Z[ recovery-image] Oct 18 21:30:05.035 INFO O| Oct 18 21:30:05.035 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-10-18T21:30:06.344Z[ recovery-image] Oct 18 21:30:05.044 INFO O| Oct 18 21:30:05.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71542024-10-18T21:30:06.344Z[ recovery-image] Oct 18 21:30:05.044 INFO O| Oct 18 21:30:05.044 INFO STEP 996 (remove_files) COMPLETE
71552024-10-18T21:30:06.352Z[ recovery-image] Oct 18 21:30:05.044 INFO O| Oct 18 21:30:05.044 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-10-18T21:30:06.358Z[ recovery-image] Oct 18 21:30:05.054 INFO O| Oct 18 21:30:05.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71572024-10-18T21:30:06.358Z[ recovery-image] Oct 18 21:30:05.054 INFO O| Oct 18 21:30:05.054 INFO STEP 997 (remove_files) COMPLETE
71582024-10-18T21:30:06.358Z[ recovery-image] Oct 18 21:30:05.054 INFO O| Oct 18 21:30:05.054 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-10-18T21:30:06.363Z[ recovery-image] Oct 18 21:30:05.063 INFO O| Oct 18 21:30:05.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71602024-10-18T21:30:06.366Z[ recovery-image] Oct 18 21:30:05.063 INFO O| Oct 18 21:30:05.063 INFO STEP 998 (remove_files) COMPLETE
71612024-10-18T21:30:06.366Z[ recovery-image] Oct 18 21:30:05.063 INFO O| Oct 18 21:30:05.063 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-10-18T21:30:06.372Z[ recovery-image] Oct 18 21:30:05.073 INFO O| Oct 18 21:30:05.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71632024-10-18T21:30:06.372Z[ recovery-image] Oct 18 21:30:05.073 INFO O| Oct 18 21:30:05.073 INFO STEP 999 (remove_files) COMPLETE
71642024-10-18T21:30:06.375Z[ recovery-image] Oct 18 21:30:05.073 INFO O| Oct 18 21:30:05.073 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-10-18T21:30:06.382Z[ recovery-image] Oct 18 21:30:05.083 INFO O| Oct 18 21:30:05.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71662024-10-18T21:30:06.382Z[ recovery-image] Oct 18 21:30:05.083 INFO O| Oct 18 21:30:05.083 INFO STEP 1000 (remove_files) COMPLETE
71672024-10-18T21:30:06.382Z[ recovery-image] Oct 18 21:30:05.083 INFO O| Oct 18 21:30:05.083 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-10-18T21:30:06.392Z[ recovery-image] Oct 18 21:30:05.092 INFO O| Oct 18 21:30:05.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71692024-10-18T21:30:06.392Z[ recovery-image] Oct 18 21:30:05.093 INFO O| Oct 18 21:30:05.093 INFO STEP 1001 (remove_files) COMPLETE
71702024-10-18T21:30:06.395Z[ recovery-image] Oct 18 21:30:05.093 INFO O| Oct 18 21:30:05.093 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-10-18T21:30:06.402Z[ recovery-image] Oct 18 21:30:05.102 INFO O| Oct 18 21:30:05.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71722024-10-18T21:30:06.404Z[ recovery-image] Oct 18 21:30:05.102 INFO O| Oct 18 21:30:05.102 INFO STEP 1002 (remove_files) COMPLETE
71732024-10-18T21:30:06.404Z[ recovery-image] Oct 18 21:30:05.102 INFO O| Oct 18 21:30:05.102 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-10-18T21:30:06.412Z[ recovery-image] Oct 18 21:30:05.112 INFO O| Oct 18 21:30:05.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71752024-10-18T21:30:06.412Z[ recovery-image] Oct 18 21:30:05.112 INFO O| Oct 18 21:30:05.112 INFO STEP 1003 (remove_files) COMPLETE
71762024-10-18T21:30:06.412Z[ recovery-image] Oct 18 21:30:05.112 INFO O| Oct 18 21:30:05.112 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-10-18T21:30:06.421Z[ recovery-image] Oct 18 21:30:05.122 INFO O| Oct 18 21:30:05.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
71782024-10-18T21:30:06.421Z[ recovery-image] Oct 18 21:30:05.122 INFO O| Oct 18 21:30:05.122 INFO STEP 1004 (remove_files) COMPLETE
71792024-10-18T21:30:06.421Z[ recovery-image] Oct 18 21:30:05.122 INFO O| Oct 18 21:30:05.122 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-10-18T21:30:06.431Z[ recovery-image] Oct 18 21:30:05.131 INFO O| Oct 18 21:30:05.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
71812024-10-18T21:30:06.434Z[ recovery-image] Oct 18 21:30:05.131 INFO O| Oct 18 21:30:05.131 INFO STEP 1005 (remove_files) COMPLETE
71822024-10-18T21:30:06.434Z[ recovery-image] Oct 18 21:30:05.131 INFO O| Oct 18 21:30:05.131 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-10-18T21:30:06.441Z[ recovery-image] Oct 18 21:30:05.141 INFO O| Oct 18 21:30:05.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
71842024-10-18T21:30:06.441Z[ recovery-image] Oct 18 21:30:05.141 INFO O| Oct 18 21:30:05.141 INFO STEP 1006 (remove_files) COMPLETE
71852024-10-18T21:30:06.443Z[ recovery-image] Oct 18 21:30:05.141 INFO O| Oct 18 21:30:05.141 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-10-18T21:30:06.450Z[ recovery-image] Oct 18 21:30:05.151 INFO O| Oct 18 21:30:05.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
71872024-10-18T21:30:06.452Z[ recovery-image] Oct 18 21:30:05.151 INFO O| Oct 18 21:30:05.151 INFO STEP 1007 (remove_files) COMPLETE
71882024-10-18T21:30:06.452Z[ recovery-image] Oct 18 21:30:05.151 INFO O| Oct 18 21:30:05.151 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-10-18T21:30:06.460Z[ recovery-image] Oct 18 21:30:05.160 INFO O| Oct 18 21:30:05.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
71902024-10-18T21:30:06.462Z[ recovery-image] Oct 18 21:30:05.160 INFO O| Oct 18 21:30:05.160 INFO STEP 1008 (remove_files) COMPLETE
71912024-10-18T21:30:06.462Z[ recovery-image] Oct 18 21:30:05.160 INFO O| Oct 18 21:30:05.160 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-10-18T21:30:06.469Z[ recovery-image] Oct 18 21:30:05.170 INFO O| Oct 18 21:30:05.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
71932024-10-18T21:30:06.469Z[ recovery-image] Oct 18 21:30:05.170 INFO O| Oct 18 21:30:05.170 INFO STEP 1009 (remove_files) COMPLETE
71942024-10-18T21:30:06.469Z[ recovery-image] Oct 18 21:30:05.170 INFO O| Oct 18 21:30:05.170 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-10-18T21:30:06.479Z[ recovery-image] Oct 18 21:30:05.179 INFO O| Oct 18 21:30:05.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
71962024-10-18T21:30:06.479Z[ recovery-image] Oct 18 21:30:05.179 INFO O| Oct 18 21:30:05.179 INFO STEP 1010 (remove_files) COMPLETE
71972024-10-18T21:30:06.479Z[ recovery-image] Oct 18 21:30:05.180 INFO O| Oct 18 21:30:05.179 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-10-18T21:30:06.489Z[ recovery-image] Oct 18 21:30:05.189 INFO O| Oct 18 21:30:05.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
71992024-10-18T21:30:06.489Z[ recovery-image] Oct 18 21:30:05.189 INFO O| Oct 18 21:30:05.189 INFO STEP 1011 (remove_files) COMPLETE
72002024-10-18T21:30:06.491Z[ recovery-image] Oct 18 21:30:05.189 INFO O| Oct 18 21:30:05.189 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-10-18T21:30:06.499Z[ recovery-image] Oct 18 21:30:05.199 INFO O| Oct 18 21:30:05.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
72022024-10-18T21:30:06.499Z[ recovery-image] Oct 18 21:30:05.199 INFO O| Oct 18 21:30:05.199 INFO STEP 1012 (remove_files) COMPLETE
72032024-10-18T21:30:06.499Z[ recovery-image] Oct 18 21:30:05.199 INFO O| Oct 18 21:30:05.199 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-10-18T21:30:06.509Z[ recovery-image] Oct 18 21:30:05.209 INFO O| Oct 18 21:30:05.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
72052024-10-18T21:30:06.511Z[ recovery-image] Oct 18 21:30:05.209 INFO O| Oct 18 21:30:05.209 INFO STEP 1013 (remove_files) COMPLETE
72062024-10-18T21:30:06.511Z[ recovery-image] Oct 18 21:30:05.209 INFO O| Oct 18 21:30:05.209 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-10-18T21:30:06.519Z[ recovery-image] Oct 18 21:30:05.219 INFO O| Oct 18 21:30:05.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
72082024-10-18T21:30:06.521Z[ recovery-image] Oct 18 21:30:05.219 INFO O| Oct 18 21:30:05.219 INFO STEP 1014 (remove_files) COMPLETE
72092024-10-18T21:30:06.521Z[ recovery-image] Oct 18 21:30:05.219 INFO O| Oct 18 21:30:05.219 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-10-18T21:30:06.528Z[ recovery-image] Oct 18 21:30:05.229 INFO O| Oct 18 21:30:05.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
72112024-10-18T21:30:06.530Z[ recovery-image] Oct 18 21:30:05.229 INFO O| Oct 18 21:30:05.229 INFO STEP 1015 (remove_files) COMPLETE
72122024-10-18T21:30:06.530Z[ recovery-image] Oct 18 21:30:05.229 INFO O| Oct 18 21:30:05.229 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-10-18T21:30:06.538Z[ recovery-image] Oct 18 21:30:05.239 INFO O| Oct 18 21:30:05.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
72142024-10-18T21:30:06.538Z[ recovery-image] Oct 18 21:30:05.239 INFO O| Oct 18 21:30:05.239 INFO STEP 1016 (remove_files) COMPLETE
72152024-10-18T21:30:06.541Z[ recovery-image] Oct 18 21:30:05.239 INFO O| Oct 18 21:30:05.239 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-10-18T21:30:06.548Z[ recovery-image] Oct 18 21:30:05.248 INFO O| Oct 18 21:30:05.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
72172024-10-18T21:30:06.550Z[ recovery-image] Oct 18 21:30:05.248 INFO O| Oct 18 21:30:05.248 INFO STEP 1017 (remove_files) COMPLETE
72182024-10-18T21:30:06.550Z[ recovery-image] Oct 18 21:30:05.248 INFO O| Oct 18 21:30:05.248 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-10-18T21:30:06.558Z[ recovery-image] Oct 18 21:30:05.258 INFO O| Oct 18 21:30:05.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72202024-10-18T21:30:06.558Z[ recovery-image] Oct 18 21:30:05.258 INFO O| Oct 18 21:30:05.258 INFO STEP 1018 (remove_files) COMPLETE
72212024-10-18T21:30:06.560Z[ recovery-image] Oct 18 21:30:05.258 INFO O| Oct 18 21:30:05.258 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-10-18T21:30:06.568Z[ recovery-image] Oct 18 21:30:05.268 INFO O| Oct 18 21:30:05.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72232024-10-18T21:30:06.568Z[ recovery-image] Oct 18 21:30:05.268 INFO O| Oct 18 21:30:05.268 INFO STEP 1019 (remove_files) COMPLETE
72242024-10-18T21:30:06.568Z[ recovery-image] Oct 18 21:30:05.268 INFO O| Oct 18 21:30:05.268 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-10-18T21:30:06.575Z[ host-image] Oct 18 21:30:05.275 INFO O| Oct 18 21:30:05.275 INFO O| Download: Completed 8.42 MB in 5.71 seconds (1.5M/s)
72262024-10-18T21:30:06.578Z[ recovery-image] Oct 18 21:30:05.279 INFO O| Oct 18 21:30:05.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72272024-10-18T21:30:06.580Z[ recovery-image] Oct 18 21:30:05.279 INFO O| Oct 18 21:30:05.279 INFO STEP 1020 (remove_files) COMPLETE
72282024-10-18T21:30:06.581Z[ recovery-image] Oct 18 21:30:05.279 INFO O| Oct 18 21:30:05.279 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-10-18T21:30:06.589Z[ recovery-image] Oct 18 21:30:05.290 INFO O| Oct 18 21:30:05.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72302024-10-18T21:30:06.589Z[ recovery-image] Oct 18 21:30:05.290 INFO O| Oct 18 21:30:05.290 INFO STEP 1021 (remove_files) COMPLETE
72312024-10-18T21:30:06.589Z[ recovery-image] Oct 18 21:30:05.290 INFO O| Oct 18 21:30:05.290 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-10-18T21:30:06.600Z[ recovery-image] Oct 18 21:30:05.300 INFO O| Oct 18 21:30:05.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72332024-10-18T21:30:06.600Z[ recovery-image] Oct 18 21:30:05.300 INFO O| Oct 18 21:30:05.300 INFO STEP 1022 (remove_files) COMPLETE
72342024-10-18T21:30:06.600Z[ recovery-image] Oct 18 21:30:05.300 INFO O| Oct 18 21:30:05.300 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-10-18T21:30:06.610Z[ recovery-image] Oct 18 21:30:05.310 INFO O| Oct 18 21:30:05.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72362024-10-18T21:30:06.610Z[ recovery-image] Oct 18 21:30:05.310 INFO O| Oct 18 21:30:05.310 INFO STEP 1023 (remove_files) COMPLETE
72372024-10-18T21:30:06.610Z[ recovery-image] Oct 18 21:30:05.310 INFO O| Oct 18 21:30:05.310 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-10-18T21:30:06.620Z[ recovery-image] Oct 18 21:30:05.320 INFO O| Oct 18 21:30:05.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72392024-10-18T21:30:06.622Z[ recovery-image] Oct 18 21:30:05.320 INFO O| Oct 18 21:30:05.320 INFO STEP 1024 (remove_files) COMPLETE
72402024-10-18T21:30:06.622Z[ recovery-image] Oct 18 21:30:05.320 INFO O| Oct 18 21:30:05.320 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-10-18T21:30:06.630Z[ recovery-image] Oct 18 21:30:05.330 INFO O| Oct 18 21:30:05.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72422024-10-18T21:30:06.632Z[ recovery-image] Oct 18 21:30:05.330 INFO O| Oct 18 21:30:05.330 INFO STEP 1025 (remove_files) COMPLETE
72432024-10-18T21:30:06.632Z[ recovery-image] Oct 18 21:30:05.330 INFO O| Oct 18 21:30:05.330 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-10-18T21:30:06.635Z[ host-image] Oct 18 21:30:05.334 INFO O| Oct 18 21:30:05.334 INFO O| Actions: 1/1361 actions (Installing new actions)
72452024-10-18T21:30:06.640Z[ recovery-image] Oct 18 21:30:05.340 INFO O| Oct 18 21:30:05.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72462024-10-18T21:30:06.640Z[ recovery-image] Oct 18 21:30:05.340 INFO O| Oct 18 21:30:05.340 INFO STEP 1026 (remove_files) COMPLETE
72472024-10-18T21:30:06.643Z[ recovery-image] Oct 18 21:30:05.340 INFO O| Oct 18 21:30:05.340 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-10-18T21:30:06.650Z[ recovery-image] Oct 18 21:30:05.350 INFO O| Oct 18 21:30:05.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72492024-10-18T21:30:06.650Z[ recovery-image] Oct 18 21:30:05.351 INFO O| Oct 18 21:30:05.350 INFO STEP 1027 (remove_files) COMPLETE
72502024-10-18T21:30:06.653Z[ recovery-image] Oct 18 21:30:05.351 INFO O| Oct 18 21:30:05.351 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-10-18T21:30:06.660Z[ recovery-image] Oct 18 21:30:05.360 INFO O| Oct 18 21:30:05.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72522024-10-18T21:30:06.660Z[ recovery-image] Oct 18 21:30:05.361 INFO O| Oct 18 21:30:05.360 INFO STEP 1028 (remove_files) COMPLETE
72532024-10-18T21:30:06.660Z[ recovery-image] Oct 18 21:30:05.361 INFO O| Oct 18 21:30:05.361 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-10-18T21:30:06.671Z[ recovery-image] Oct 18 21:30:05.371 INFO O| Oct 18 21:30:05.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72552024-10-18T21:30:06.671Z[ recovery-image] Oct 18 21:30:05.371 INFO O| Oct 18 21:30:05.371 INFO STEP 1029 (remove_files) COMPLETE
72562024-10-18T21:30:06.673Z[ recovery-image] Oct 18 21:30:05.371 INFO O| Oct 18 21:30:05.371 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-10-18T21:30:06.681Z[ recovery-image] Oct 18 21:30:05.381 INFO O| Oct 18 21:30:05.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72582024-10-18T21:30:06.681Z[ recovery-image] Oct 18 21:30:05.381 INFO O| Oct 18 21:30:05.381 INFO STEP 1030 (remove_files) COMPLETE
72592024-10-18T21:30:06.684Z[ recovery-image] Oct 18 21:30:05.381 INFO O| Oct 18 21:30:05.381 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-10-18T21:30:06.691Z[ recovery-image] Oct 18 21:30:05.391 INFO O| Oct 18 21:30:05.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72612024-10-18T21:30:06.693Z[ recovery-image] Oct 18 21:30:05.391 INFO O| Oct 18 21:30:05.391 INFO STEP 1031 (remove_files) COMPLETE
72622024-10-18T21:30:06.693Z[ recovery-image] Oct 18 21:30:05.392 INFO O| Oct 18 21:30:05.391 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-10-18T21:30:06.701Z[ recovery-image] Oct 18 21:30:05.402 INFO O| Oct 18 21:30:05.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72642024-10-18T21:30:06.701Z[ recovery-image] Oct 18 21:30:05.402 INFO O| Oct 18 21:30:05.402 INFO STEP 1032 (remove_files) COMPLETE
72652024-10-18T21:30:06.704Z[ recovery-image] Oct 18 21:30:05.402 INFO O| Oct 18 21:30:05.402 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-10-18T21:30:06.711Z[ recovery-image] Oct 18 21:30:05.412 INFO O| Oct 18 21:30:05.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72672024-10-18T21:30:06.711Z[ recovery-image] Oct 18 21:30:05.412 INFO O| Oct 18 21:30:05.412 INFO STEP 1033 (remove_files) COMPLETE
72682024-10-18T21:30:06.714Z[ recovery-image] Oct 18 21:30:05.412 INFO O| Oct 18 21:30:05.412 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-10-18T21:30:06.721Z[ recovery-image] Oct 18 21:30:05.422 INFO O| Oct 18 21:30:05.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72702024-10-18T21:30:06.721Z[ recovery-image] Oct 18 21:30:05.422 INFO O| Oct 18 21:30:05.422 INFO STEP 1034 (remove_files) COMPLETE
72712024-10-18T21:30:06.721Z[ recovery-image] Oct 18 21:30:05.422 INFO O| Oct 18 21:30:05.422 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-10-18T21:30:06.731Z[ recovery-image] Oct 18 21:30:05.432 INFO O| Oct 18 21:30:05.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72732024-10-18T21:30:06.731Z[ recovery-image] Oct 18 21:30:05.432 INFO O| Oct 18 21:30:05.432 INFO STEP 1035 (remove_files) COMPLETE
72742024-10-18T21:30:06.734Z[ recovery-image] Oct 18 21:30:05.432 INFO O| Oct 18 21:30:05.432 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-10-18T21:30:06.741Z[ recovery-image] Oct 18 21:30:05.442 INFO O| Oct 18 21:30:05.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72762024-10-18T21:30:06.741Z[ recovery-image] Oct 18 21:30:05.442 INFO O| Oct 18 21:30:05.442 INFO STEP 1036 (remove_files) COMPLETE
72772024-10-18T21:30:06.742Z[ recovery-image] Oct 18 21:30:05.442 INFO O| Oct 18 21:30:05.442 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-10-18T21:30:06.752Z[ recovery-image] Oct 18 21:30:05.452 INFO O| Oct 18 21:30:05.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
72792024-10-18T21:30:06.752Z[ recovery-image] Oct 18 21:30:05.452 INFO O| Oct 18 21:30:05.452 INFO STEP 1037 (remove_files) COMPLETE
72802024-10-18T21:30:06.754Z[ recovery-image] Oct 18 21:30:05.452 INFO O| Oct 18 21:30:05.452 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-10-18T21:30:06.762Z[ recovery-image] Oct 18 21:30:05.462 INFO O| Oct 18 21:30:05.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
72822024-10-18T21:30:06.762Z[ recovery-image] Oct 18 21:30:05.462 INFO O| Oct 18 21:30:05.462 INFO STEP 1038 (remove_files) COMPLETE
72832024-10-18T21:30:06.764Z[ recovery-image] Oct 18 21:30:05.462 INFO O| Oct 18 21:30:05.462 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-10-18T21:30:06.771Z[ recovery-image] Oct 18 21:30:05.472 INFO O| Oct 18 21:30:05.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
72852024-10-18T21:30:06.771Z[ recovery-image] Oct 18 21:30:05.472 INFO O| Oct 18 21:30:05.472 INFO STEP 1039 (remove_files) COMPLETE
72862024-10-18T21:30:06.771Z[ recovery-image] Oct 18 21:30:05.472 INFO O| Oct 18 21:30:05.472 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-10-18T21:30:06.782Z[ recovery-image] Oct 18 21:30:05.482 INFO O| Oct 18 21:30:05.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
72882024-10-18T21:30:06.784Z[ recovery-image] Oct 18 21:30:05.482 INFO O| Oct 18 21:30:05.482 INFO STEP 1040 (remove_files) COMPLETE
72892024-10-18T21:30:06.784Z[ recovery-image] Oct 18 21:30:05.482 INFO O| Oct 18 21:30:05.482 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-10-18T21:30:06.791Z[ recovery-image] Oct 18 21:30:05.492 INFO O| Oct 18 21:30:05.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
72912024-10-18T21:30:06.791Z[ recovery-image] Oct 18 21:30:05.492 INFO O| Oct 18 21:30:05.492 INFO STEP 1041 (remove_files) COMPLETE
72922024-10-18T21:30:06.792Z[ recovery-image] Oct 18 21:30:05.492 INFO O| Oct 18 21:30:05.492 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-10-18T21:30:06.801Z[ recovery-image] Oct 18 21:30:05.502 INFO O| Oct 18 21:30:05.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
72942024-10-18T21:30:06.801Z[ recovery-image] Oct 18 21:30:05.502 INFO O| Oct 18 21:30:05.502 INFO STEP 1042 (remove_files) COMPLETE
72952024-10-18T21:30:06.801Z[ recovery-image] Oct 18 21:30:05.502 INFO O| Oct 18 21:30:05.502 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-10-18T21:30:06.811Z[ recovery-image] Oct 18 21:30:05.511 INFO O| Oct 18 21:30:05.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
72972024-10-18T21:30:06.811Z[ recovery-image] Oct 18 21:30:05.511 INFO O| Oct 18 21:30:05.511 INFO STEP 1043 (remove_files) COMPLETE
72982024-10-18T21:30:06.814Z[ recovery-image] Oct 18 21:30:05.511 INFO O| Oct 18 21:30:05.511 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-10-18T21:30:06.821Z[ recovery-image] Oct 18 21:30:05.521 INFO O| Oct 18 21:30:05.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
73002024-10-18T21:30:06.821Z[ recovery-image] Oct 18 21:30:05.521 INFO O| Oct 18 21:30:05.521 INFO STEP 1044 (remove_files) COMPLETE
73012024-10-18T21:30:06.821Z[ recovery-image] Oct 18 21:30:05.521 INFO O| Oct 18 21:30:05.521 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-10-18T21:30:06.831Z[ recovery-image] Oct 18 21:30:05.531 INFO O| Oct 18 21:30:05.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
73032024-10-18T21:30:06.831Z[ recovery-image] Oct 18 21:30:05.531 INFO O| Oct 18 21:30:05.531 INFO STEP 1045 (remove_files) COMPLETE
73042024-10-18T21:30:06.833Z[ recovery-image] Oct 18 21:30:05.531 INFO O| Oct 18 21:30:05.531 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-10-18T21:30:06.841Z[ recovery-image] Oct 18 21:30:05.541 INFO O| Oct 18 21:30:05.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
73062024-10-18T21:30:06.841Z[ recovery-image] Oct 18 21:30:05.541 INFO O| Oct 18 21:30:05.541 INFO STEP 1046 (remove_files) COMPLETE
73072024-10-18T21:30:06.841Z[ recovery-image] Oct 18 21:30:05.541 INFO O| Oct 18 21:30:05.541 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-10-18T21:30:06.850Z[ recovery-image] Oct 18 21:30:05.551 INFO O| Oct 18 21:30:05.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
73092024-10-18T21:30:06.850Z[ recovery-image] Oct 18 21:30:05.551 INFO O| Oct 18 21:30:05.551 INFO STEP 1047 (remove_files) COMPLETE
73102024-10-18T21:30:06.850Z[ recovery-image] Oct 18 21:30:05.551 INFO O| Oct 18 21:30:05.551 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-10-18T21:30:06.860Z[ recovery-image] Oct 18 21:30:05.561 INFO O| Oct 18 21:30:05.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
73122024-10-18T21:30:06.860Z[ recovery-image] Oct 18 21:30:05.561 INFO O| Oct 18 21:30:05.561 INFO STEP 1048 (remove_files) COMPLETE
73132024-10-18T21:30:06.863Z[ recovery-image] Oct 18 21:30:05.561 INFO O| Oct 18 21:30:05.561 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-10-18T21:30:06.871Z[ recovery-image] Oct 18 21:30:05.571 INFO O| Oct 18 21:30:05.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
73152024-10-18T21:30:06.871Z[ recovery-image] Oct 18 21:30:05.571 INFO O| Oct 18 21:30:05.571 INFO STEP 1049 (remove_files) COMPLETE
73162024-10-18T21:30:06.873Z[ recovery-image] Oct 18 21:30:05.571 INFO O| Oct 18 21:30:05.571 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-10-18T21:30:06.881Z[ recovery-image] Oct 18 21:30:05.581 INFO O| Oct 18 21:30:05.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
73182024-10-18T21:30:06.881Z[ recovery-image] Oct 18 21:30:05.581 INFO O| Oct 18 21:30:05.581 INFO STEP 1050 (remove_files) COMPLETE
73192024-10-18T21:30:06.883Z[ recovery-image] Oct 18 21:30:05.581 INFO O| Oct 18 21:30:05.581 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-10-18T21:30:06.891Z[ recovery-image] Oct 18 21:30:05.592 INFO O| Oct 18 21:30:05.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73212024-10-18T21:30:06.891Z[ recovery-image] Oct 18 21:30:05.592 INFO O| Oct 18 21:30:05.592 INFO STEP 1051 (remove_files) COMPLETE
73222024-10-18T21:30:06.894Z[ recovery-image] Oct 18 21:30:05.592 INFO O| Oct 18 21:30:05.592 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-10-18T21:30:06.901Z[ recovery-image] Oct 18 21:30:05.602 INFO O| Oct 18 21:30:05.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73242024-10-18T21:30:06.904Z[ recovery-image] Oct 18 21:30:05.602 INFO O| Oct 18 21:30:05.602 INFO STEP 1052 (remove_files) COMPLETE
73252024-10-18T21:30:06.904Z[ recovery-image] Oct 18 21:30:05.602 INFO O| Oct 18 21:30:05.602 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-10-18T21:30:06.912Z[ recovery-image] Oct 18 21:30:05.612 INFO O| Oct 18 21:30:05.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73272024-10-18T21:30:06.912Z[ recovery-image] Oct 18 21:30:05.612 INFO O| Oct 18 21:30:05.612 INFO STEP 1053 (remove_files) COMPLETE
73282024-10-18T21:30:06.914Z[ recovery-image] Oct 18 21:30:05.612 INFO O| Oct 18 21:30:05.612 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-10-18T21:30:06.922Z[ recovery-image] Oct 18 21:30:05.622 INFO O| Oct 18 21:30:05.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73302024-10-18T21:30:06.922Z[ recovery-image] Oct 18 21:30:05.622 INFO O| Oct 18 21:30:05.622 INFO STEP 1054 (remove_files) COMPLETE
73312024-10-18T21:30:06.924Z[ recovery-image] Oct 18 21:30:05.622 INFO O| Oct 18 21:30:05.622 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-10-18T21:30:06.931Z[ recovery-image] Oct 18 21:30:05.632 INFO O| Oct 18 21:30:05.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73332024-10-18T21:30:06.931Z[ recovery-image] Oct 18 21:30:05.632 INFO O| Oct 18 21:30:05.632 INFO STEP 1055 (remove_files) COMPLETE
73342024-10-18T21:30:06.934Z[ recovery-image] Oct 18 21:30:05.632 INFO O| Oct 18 21:30:05.632 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-10-18T21:30:06.941Z[ recovery-image] Oct 18 21:30:05.642 INFO O| Oct 18 21:30:05.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73362024-10-18T21:30:06.941Z[ recovery-image] Oct 18 21:30:05.642 INFO O| Oct 18 21:30:05.642 INFO STEP 1056 (remove_files) COMPLETE
73372024-10-18T21:30:06.944Z[ recovery-image] Oct 18 21:30:05.642 INFO O| Oct 18 21:30:05.642 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-10-18T21:30:06.951Z[ recovery-image] Oct 18 21:30:05.652 INFO O| Oct 18 21:30:05.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73392024-10-18T21:30:06.951Z[ recovery-image] Oct 18 21:30:05.652 INFO O| Oct 18 21:30:05.652 INFO STEP 1057 (remove_files) COMPLETE
73402024-10-18T21:30:06.954Z[ recovery-image] Oct 18 21:30:05.652 INFO O| Oct 18 21:30:05.652 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-10-18T21:30:06.962Z[ recovery-image] Oct 18 21:30:05.662 INFO O| Oct 18 21:30:05.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73422024-10-18T21:30:06.962Z[ recovery-image] Oct 18 21:30:05.662 INFO O| Oct 18 21:30:05.662 INFO STEP 1058 (remove_files) COMPLETE
73432024-10-18T21:30:06.962Z[ recovery-image] Oct 18 21:30:05.662 INFO O| Oct 18 21:30:05.662 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-10-18T21:30:06.972Z[ recovery-image] Oct 18 21:30:05.672 INFO O| Oct 18 21:30:05.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73452024-10-18T21:30:06.972Z[ recovery-image] Oct 18 21:30:05.672 INFO O| Oct 18 21:30:05.672 INFO STEP 1059 (remove_files) COMPLETE
73462024-10-18T21:30:06.974Z[ recovery-image] Oct 18 21:30:05.672 INFO O| Oct 18 21:30:05.672 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-10-18T21:30:06.982Z[ recovery-image] Oct 18 21:30:05.682 INFO O| Oct 18 21:30:05.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73482024-10-18T21:30:06.982Z[ recovery-image] Oct 18 21:30:05.682 INFO O| Oct 18 21:30:05.682 INFO STEP 1060 (remove_files) COMPLETE
73492024-10-18T21:30:06.984Z[ recovery-image] Oct 18 21:30:05.682 INFO O| Oct 18 21:30:05.682 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-10-18T21:30:06.992Z[ recovery-image] Oct 18 21:30:05.692 INFO O| Oct 18 21:30:05.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73512024-10-18T21:30:06.992Z[ recovery-image] Oct 18 21:30:05.692 INFO O| Oct 18 21:30:05.692 INFO STEP 1061 (remove_files) COMPLETE
73522024-10-18T21:30:06.992Z[ recovery-image] Oct 18 21:30:05.692 INFO O| Oct 18 21:30:05.692 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-10-18T21:30:07.002Z[ recovery-image] Oct 18 21:30:05.702 INFO O| Oct 18 21:30:05.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73542024-10-18T21:30:07.002Z[ recovery-image] Oct 18 21:30:05.702 INFO O| Oct 18 21:30:05.702 INFO STEP 1062 (remove_files) COMPLETE
73552024-10-18T21:30:07.002Z[ recovery-image] Oct 18 21:30:05.702 INFO O| Oct 18 21:30:05.702 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-10-18T21:30:07.012Z[ recovery-image] Oct 18 21:30:05.712 INFO O| Oct 18 21:30:05.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73572024-10-18T21:30:07.012Z[ recovery-image] Oct 18 21:30:05.712 INFO O| Oct 18 21:30:05.712 INFO STEP 1063 (remove_files) COMPLETE
73582024-10-18T21:30:07.014Z[ recovery-image] Oct 18 21:30:05.712 INFO O| Oct 18 21:30:05.712 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-10-18T21:30:07.022Z[ recovery-image] Oct 18 21:30:05.722 INFO O| Oct 18 21:30:05.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73602024-10-18T21:30:07.022Z[ recovery-image] Oct 18 21:30:05.722 INFO O| Oct 18 21:30:05.722 INFO STEP 1064 (remove_files) COMPLETE
73612024-10-18T21:30:07.022Z[ recovery-image] Oct 18 21:30:05.722 INFO O| Oct 18 21:30:05.722 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-10-18T21:30:07.032Z[ recovery-image] Oct 18 21:30:05.733 INFO O| Oct 18 21:30:05.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73632024-10-18T21:30:07.032Z[ recovery-image] Oct 18 21:30:05.733 INFO O| Oct 18 21:30:05.733 INFO STEP 1065 (remove_files) COMPLETE
73642024-10-18T21:30:07.035Z[ recovery-image] Oct 18 21:30:05.733 INFO O| Oct 18 21:30:05.733 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-10-18T21:30:07.042Z[ recovery-image] Oct 18 21:30:05.742 INFO O| Oct 18 21:30:05.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73662024-10-18T21:30:07.042Z[ recovery-image] Oct 18 21:30:05.742 INFO O| Oct 18 21:30:05.742 INFO STEP 1066 (remove_files) COMPLETE
73672024-10-18T21:30:07.042Z[ recovery-image] Oct 18 21:30:05.742 INFO O| Oct 18 21:30:05.742 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-10-18T21:30:07.052Z[ recovery-image] Oct 18 21:30:05.752 INFO O| Oct 18 21:30:05.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
73692024-10-18T21:30:07.055Z[ recovery-image] Oct 18 21:30:05.752 INFO O| Oct 18 21:30:05.752 INFO STEP 1067 (remove_files) COMPLETE
73702024-10-18T21:30:07.055Z[ recovery-image] Oct 18 21:30:05.752 INFO O| Oct 18 21:30:05.752 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-10-18T21:30:07.060Z[ host-image] Oct 18 21:30:05.760 INFO O| Oct 18 21:30:05.760 INFO O| Actions: Completed 1361 actions in 0.43 seconds.
73722024-10-18T21:30:07.062Z[ recovery-image] Oct 18 21:30:05.762 INFO O| Oct 18 21:30:05.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
73732024-10-18T21:30:07.062Z[ recovery-image] Oct 18 21:30:05.762 INFO O| Oct 18 21:30:05.762 INFO STEP 1068 (remove_files) COMPLETE
73742024-10-18T21:30:07.062Z[ recovery-image] Oct 18 21:30:05.762 INFO O| Oct 18 21:30:05.762 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-10-18T21:30:07.072Z[ recovery-image] Oct 18 21:30:05.772 INFO O| Oct 18 21:30:05.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
73762024-10-18T21:30:07.072Z[ recovery-image] Oct 18 21:30:05.772 INFO O| Oct 18 21:30:05.772 INFO STEP 1069 (remove_files) COMPLETE
73772024-10-18T21:30:07.074Z[ recovery-image] Oct 18 21:30:05.772 INFO O| Oct 18 21:30:05.772 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-10-18T21:30:07.082Z[ recovery-image] Oct 18 21:30:05.783 INFO O| Oct 18 21:30:05.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
73792024-10-18T21:30:07.082Z[ recovery-image] Oct 18 21:30:05.783 INFO O| Oct 18 21:30:05.783 INFO STEP 1070 (remove_files) COMPLETE
73802024-10-18T21:30:07.082Z[ recovery-image] Oct 18 21:30:05.783 INFO O| Oct 18 21:30:05.783 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-10-18T21:30:07.093Z[ recovery-image] Oct 18 21:30:05.793 INFO O| Oct 18 21:30:05.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
73822024-10-18T21:30:07.093Z[ recovery-image] Oct 18 21:30:05.793 INFO O| Oct 18 21:30:05.793 INFO STEP 1071 (remove_files) COMPLETE
73832024-10-18T21:30:07.093Z[ recovery-image] Oct 18 21:30:05.793 INFO O| Oct 18 21:30:05.793 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-10-18T21:30:07.103Z[ recovery-image] Oct 18 21:30:05.804 INFO O| Oct 18 21:30:05.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
73852024-10-18T21:30:07.103Z[ recovery-image] Oct 18 21:30:05.804 INFO O| Oct 18 21:30:05.804 INFO STEP 1072 (remove_files) COMPLETE
73862024-10-18T21:30:07.103Z[ recovery-image] Oct 18 21:30:05.804 INFO O| Oct 18 21:30:05.804 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-10-18T21:30:07.114Z[ recovery-image] Oct 18 21:30:05.814 INFO O| Oct 18 21:30:05.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
73882024-10-18T21:30:07.114Z[ recovery-image] Oct 18 21:30:05.815 INFO O| Oct 18 21:30:05.815 INFO STEP 1073 (remove_files) COMPLETE
73892024-10-18T21:30:07.117Z[ recovery-image] Oct 18 21:30:05.815 INFO O| Oct 18 21:30:05.815 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-10-18T21:30:07.126Z[ recovery-image] Oct 18 21:30:05.827 INFO O| Oct 18 21:30:05.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
73912024-10-18T21:30:07.126Z[ recovery-image] Oct 18 21:30:05.827 INFO O| Oct 18 21:30:05.827 INFO STEP 1074 (remove_files) COMPLETE
73922024-10-18T21:30:07.126Z[ recovery-image] Oct 18 21:30:05.827 INFO O| Oct 18 21:30:05.827 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-10-18T21:30:07.138Z[ recovery-image] Oct 18 21:30:05.838 INFO O| Oct 18 21:30:05.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
73942024-10-18T21:30:07.138Z[ recovery-image] Oct 18 21:30:05.838 INFO O| Oct 18 21:30:05.838 INFO STEP 1075 (remove_files) COMPLETE
73952024-10-18T21:30:07.140Z[ recovery-image] Oct 18 21:30:05.838 INFO O| Oct 18 21:30:05.838 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-10-18T21:30:07.150Z[ recovery-image] Oct 18 21:30:05.850 INFO O| Oct 18 21:30:05.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
73972024-10-18T21:30:07.150Z[ recovery-image] Oct 18 21:30:05.850 INFO O| Oct 18 21:30:05.850 INFO STEP 1076 (remove_files) COMPLETE
73982024-10-18T21:30:07.152Z[ recovery-image] Oct 18 21:30:05.850 INFO O| Oct 18 21:30:05.850 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-10-18T21:30:07.161Z[ recovery-image] Oct 18 21:30:05.861 INFO O| Oct 18 21:30:05.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
74002024-10-18T21:30:07.161Z[ recovery-image] Oct 18 21:30:05.861 INFO O| Oct 18 21:30:05.861 INFO STEP 1077 (remove_files) COMPLETE
74012024-10-18T21:30:07.164Z[ recovery-image] Oct 18 21:30:05.861 INFO O| Oct 18 21:30:05.861 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-10-18T21:30:07.172Z[ recovery-image] Oct 18 21:30:05.872 INFO O| Oct 18 21:30:05.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
74032024-10-18T21:30:07.172Z[ recovery-image] Oct 18 21:30:05.872 INFO O| Oct 18 21:30:05.872 INFO STEP 1078 (remove_files) COMPLETE
74042024-10-18T21:30:07.174Z[ recovery-image] Oct 18 21:30:05.872 INFO O| Oct 18 21:30:05.872 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-10-18T21:30:07.185Z[ recovery-image] Oct 18 21:30:05.885 INFO O| Oct 18 21:30:05.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
74062024-10-18T21:30:07.185Z[ recovery-image] Oct 18 21:30:05.885 INFO O| Oct 18 21:30:05.885 INFO STEP 1079 (remove_files) COMPLETE
74072024-10-18T21:30:07.187Z[ recovery-image] Oct 18 21:30:05.885 INFO O| Oct 18 21:30:05.885 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-10-18T21:30:07.198Z[ recovery-image] Oct 18 21:30:05.898 INFO O| Oct 18 21:30:05.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
74092024-10-18T21:30:07.198Z[ recovery-image] Oct 18 21:30:05.899 INFO O| Oct 18 21:30:05.899 INFO STEP 1080 (remove_files) COMPLETE
74102024-10-18T21:30:07.198Z[ recovery-image] Oct 18 21:30:05.899 INFO O| Oct 18 21:30:05.899 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-10-18T21:30:07.210Z[ recovery-image] Oct 18 21:30:05.911 INFO O| Oct 18 21:30:05.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
74122024-10-18T21:30:07.210Z[ recovery-image] Oct 18 21:30:05.911 INFO O| Oct 18 21:30:05.911 INFO STEP 1081 (remove_files) COMPLETE
74132024-10-18T21:30:07.213Z[ recovery-image] Oct 18 21:30:05.911 INFO O| Oct 18 21:30:05.911 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-10-18T21:30:07.224Z[ recovery-image] Oct 18 21:30:05.924 INFO O| Oct 18 21:30:05.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
74152024-10-18T21:30:07.224Z[ recovery-image] Oct 18 21:30:05.924 INFO O| Oct 18 21:30:05.924 INFO STEP 1082 (remove_files) COMPLETE
74162024-10-18T21:30:07.226Z[ recovery-image] Oct 18 21:30:05.924 INFO O| Oct 18 21:30:05.924 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-10-18T21:30:07.236Z[ recovery-image] Oct 18 21:30:05.936 INFO O| Oct 18 21:30:05.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
74182024-10-18T21:30:07.238Z[ recovery-image] Oct 18 21:30:05.936 INFO O| Oct 18 21:30:05.936 INFO STEP 1083 (remove_files) COMPLETE
74192024-10-18T21:30:07.238Z[ recovery-image] Oct 18 21:30:05.936 INFO O| Oct 18 21:30:05.936 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-10-18T21:30:07.247Z[ recovery-image] Oct 18 21:30:05.947 INFO O| Oct 18 21:30:05.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74212024-10-18T21:30:07.247Z[ recovery-image] Oct 18 21:30:05.947 INFO O| Oct 18 21:30:05.947 INFO STEP 1084 (remove_files) COMPLETE
74222024-10-18T21:30:07.249Z[ recovery-image] Oct 18 21:30:05.947 INFO O| Oct 18 21:30:05.947 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-10-18T21:30:07.259Z[ recovery-image] Oct 18 21:30:05.959 INFO O| Oct 18 21:30:05.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74242024-10-18T21:30:07.259Z[ recovery-image] Oct 18 21:30:05.959 INFO O| Oct 18 21:30:05.959 INFO STEP 1085 (remove_files) COMPLETE
74252024-10-18T21:30:07.261Z[ recovery-image] Oct 18 21:30:05.959 INFO O| Oct 18 21:30:05.959 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-10-18T21:30:07.274Z[ recovery-image] Oct 18 21:30:05.974 INFO O| Oct 18 21:30:05.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74272024-10-18T21:30:07.274Z[ recovery-image] Oct 18 21:30:05.974 INFO O| Oct 18 21:30:05.974 INFO STEP 1086 (remove_files) COMPLETE
74282024-10-18T21:30:07.276Z[ recovery-image] Oct 18 21:30:05.974 INFO O| Oct 18 21:30:05.974 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-10-18T21:30:07.285Z[ recovery-image] Oct 18 21:30:05.986 INFO O| Oct 18 21:30:05.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74302024-10-18T21:30:07.286Z[ recovery-image] Oct 18 21:30:05.986 INFO O| Oct 18 21:30:05.986 INFO STEP 1087 (remove_files) COMPLETE
74312024-10-18T21:30:07.288Z[ recovery-image] Oct 18 21:30:05.986 INFO O| Oct 18 21:30:05.986 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-10-18T21:30:07.296Z[ recovery-image] Oct 18 21:30:05.996 INFO O| Oct 18 21:30:05.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74332024-10-18T21:30:07.296Z[ recovery-image] Oct 18 21:30:05.996 INFO O| Oct 18 21:30:05.996 INFO STEP 1088 (remove_files) COMPLETE
74342024-10-18T21:30:07.296Z[ recovery-image] Oct 18 21:30:05.996 INFO O| Oct 18 21:30:05.996 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-10-18T21:30:07.307Z[ recovery-image] Oct 18 21:30:06.007 INFO O| Oct 18 21:30:06.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74362024-10-18T21:30:07.307Z[ recovery-image] Oct 18 21:30:06.008 INFO O| Oct 18 21:30:06.008 INFO STEP 1089 (remove_files) COMPLETE
74372024-10-18T21:30:07.310Z[ recovery-image] Oct 18 21:30:06.008 INFO O| Oct 18 21:30:06.008 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-10-18T21:30:07.318Z[ recovery-image] Oct 18 21:30:06.018 INFO O| Oct 18 21:30:06.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74392024-10-18T21:30:07.320Z[ recovery-image] Oct 18 21:30:06.018 INFO O| Oct 18 21:30:06.018 INFO STEP 1090 (remove_files) COMPLETE
74402024-10-18T21:30:07.320Z[ recovery-image] Oct 18 21:30:06.018 INFO O| Oct 18 21:30:06.018 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-10-18T21:30:07.328Z[ recovery-image] Oct 18 21:30:06.028 INFO O| Oct 18 21:30:06.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74422024-10-18T21:30:07.328Z[ recovery-image] Oct 18 21:30:06.028 INFO O| Oct 18 21:30:06.028 INFO STEP 1091 (remove_files) COMPLETE
74432024-10-18T21:30:07.328Z[ recovery-image] Oct 18 21:30:06.028 INFO O| Oct 18 21:30:06.028 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-10-18T21:30:07.338Z[ recovery-image] Oct 18 21:30:06.039 INFO O| Oct 18 21:30:06.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74452024-10-18T21:30:07.338Z[ recovery-image] Oct 18 21:30:06.039 INFO O| Oct 18 21:30:06.039 INFO STEP 1092 (remove_files) COMPLETE
74462024-10-18T21:30:07.338Z[ recovery-image] Oct 18 21:30:06.039 INFO O| Oct 18 21:30:06.039 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-10-18T21:30:07.349Z[ recovery-image] Oct 18 21:30:06.049 INFO O| Oct 18 21:30:06.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74482024-10-18T21:30:07.349Z[ recovery-image] Oct 18 21:30:06.049 INFO O| Oct 18 21:30:06.049 INFO STEP 1093 (remove_files) COMPLETE
74492024-10-18T21:30:07.351Z[ recovery-image] Oct 18 21:30:06.049 INFO O| Oct 18 21:30:06.049 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-10-18T21:30:07.359Z[ recovery-image] Oct 18 21:30:06.059 INFO O| Oct 18 21:30:06.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74512024-10-18T21:30:07.361Z[ recovery-image] Oct 18 21:30:06.059 INFO O| Oct 18 21:30:06.059 INFO STEP 1094 (remove_files) COMPLETE
74522024-10-18T21:30:07.361Z[ recovery-image] Oct 18 21:30:06.059 INFO O| Oct 18 21:30:06.059 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-10-18T21:30:07.364Z[ host-image] Oct 18 21:30:06.064 INFO O| Oct 18 21:30:06.064 INFO O| Done
74542024-10-18T21:30:07.364Z[ host-image] Oct 18 21:30:06.064 INFO O| Oct 18 21:30:06.064 INFO O| Done
74552024-10-18T21:30:07.368Z[ recovery-image] Oct 18 21:30:06.069 INFO O| Oct 18 21:30:06.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74562024-10-18T21:30:07.372Z[ recovery-image] Oct 18 21:30:06.069 INFO O| Oct 18 21:30:06.069 INFO STEP 1095 (remove_files) COMPLETE
74572024-10-18T21:30:07.373Z[ recovery-image] Oct 18 21:30:06.069 INFO O| Oct 18 21:30:06.069 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-10-18T21:30:07.379Z[ recovery-image] Oct 18 21:30:06.079 INFO O| Oct 18 21:30:06.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74592024-10-18T21:30:07.379Z[ recovery-image] Oct 18 21:30:06.079 INFO O| Oct 18 21:30:06.079 INFO STEP 1096 (remove_files) COMPLETE
74602024-10-18T21:30:07.379Z[ recovery-image] Oct 18 21:30:06.079 INFO O| Oct 18 21:30:06.079 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-10-18T21:30:07.388Z[ recovery-image] Oct 18 21:30:06.089 INFO O| Oct 18 21:30:06.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74622024-10-18T21:30:07.389Z[ recovery-image] Oct 18 21:30:06.089 INFO O| Oct 18 21:30:06.089 INFO STEP 1097 (remove_files) COMPLETE
74632024-10-18T21:30:07.391Z[ recovery-image] Oct 18 21:30:06.089 INFO O| Oct 18 21:30:06.089 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-10-18T21:30:07.399Z[ recovery-image] Oct 18 21:30:06.099 INFO O| Oct 18 21:30:06.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
74652024-10-18T21:30:07.402Z[ recovery-image] Oct 18 21:30:06.100 INFO O| Oct 18 21:30:06.100 INFO STEP 1098 (remove_files) COMPLETE
74662024-10-18T21:30:07.402Z[ recovery-image] Oct 18 21:30:06.100 INFO O| Oct 18 21:30:06.100 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-10-18T21:30:07.410Z[ recovery-image] Oct 18 21:30:06.110 INFO O| Oct 18 21:30:06.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
74682024-10-18T21:30:07.410Z[ recovery-image] Oct 18 21:30:06.110 INFO O| Oct 18 21:30:06.110 INFO STEP 1099 (remove_files) COMPLETE
74692024-10-18T21:30:07.410Z[ recovery-image] Oct 18 21:30:06.110 INFO O| Oct 18 21:30:06.110 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-10-18T21:30:07.420Z[ recovery-image] Oct 18 21:30:06.120 INFO O| Oct 18 21:30:06.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
74712024-10-18T21:30:07.422Z[ recovery-image] Oct 18 21:30:06.120 INFO O| Oct 18 21:30:06.120 INFO STEP 1100 (remove_files) COMPLETE
74722024-10-18T21:30:07.422Z[ recovery-image] Oct 18 21:30:06.120 INFO O| Oct 18 21:30:06.120 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-10-18T21:30:07.430Z[ recovery-image] Oct 18 21:30:06.130 INFO O| Oct 18 21:30:06.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
74742024-10-18T21:30:07.430Z[ recovery-image] Oct 18 21:30:06.130 INFO O| Oct 18 21:30:06.130 INFO STEP 1101 (remove_files) COMPLETE
74752024-10-18T21:30:07.432Z[ recovery-image] Oct 18 21:30:06.130 INFO O| Oct 18 21:30:06.130 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-10-18T21:30:07.441Z[ recovery-image] Oct 18 21:30:06.140 INFO O| Oct 18 21:30:06.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
74772024-10-18T21:30:07.443Z[ recovery-image] Oct 18 21:30:06.140 INFO O| Oct 18 21:30:06.140 INFO STEP 1102 (remove_files) COMPLETE
74782024-10-18T21:30:07.443Z[ recovery-image] Oct 18 21:30:06.141 INFO O| Oct 18 21:30:06.140 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-10-18T21:30:07.450Z[ recovery-image] Oct 18 21:30:06.151 INFO O| Oct 18 21:30:06.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
74802024-10-18T21:30:07.450Z[ recovery-image] Oct 18 21:30:06.151 INFO O| Oct 18 21:30:06.151 INFO STEP 1103 (remove_files) COMPLETE
74812024-10-18T21:30:07.450Z[ recovery-image] Oct 18 21:30:06.151 INFO O| Oct 18 21:30:06.151 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-10-18T21:30:07.460Z[ recovery-image] Oct 18 21:30:06.161 INFO O| Oct 18 21:30:06.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
74832024-10-18T21:30:07.460Z[ recovery-image] Oct 18 21:30:06.161 INFO O| Oct 18 21:30:06.161 INFO STEP 1104 (remove_files) COMPLETE
74842024-10-18T21:30:07.462Z[ recovery-image] Oct 18 21:30:06.161 INFO O| Oct 18 21:30:06.161 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-10-18T21:30:07.470Z[ recovery-image] Oct 18 21:30:06.171 INFO O| Oct 18 21:30:06.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
74862024-10-18T21:30:07.470Z[ recovery-image] Oct 18 21:30:06.171 INFO O| Oct 18 21:30:06.171 INFO STEP 1105 (remove_files) COMPLETE
74872024-10-18T21:30:07.473Z[ recovery-image] Oct 18 21:30:06.171 INFO O| Oct 18 21:30:06.171 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-10-18T21:30:07.481Z[ recovery-image] Oct 18 21:30:06.181 INFO O| Oct 18 21:30:06.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
74892024-10-18T21:30:07.481Z[ recovery-image] Oct 18 21:30:06.181 INFO O| Oct 18 21:30:06.181 INFO STEP 1106 (remove_files) COMPLETE
74902024-10-18T21:30:07.481Z[ recovery-image] Oct 18 21:30:06.181 INFO O| Oct 18 21:30:06.181 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-10-18T21:30:07.491Z[ recovery-image] Oct 18 21:30:06.191 INFO O| Oct 18 21:30:06.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
74922024-10-18T21:30:07.493Z[ recovery-image] Oct 18 21:30:06.191 INFO O| Oct 18 21:30:06.191 INFO STEP 1107 (remove_files) COMPLETE
74932024-10-18T21:30:07.493Z[ recovery-image] Oct 18 21:30:06.191 INFO O| Oct 18 21:30:06.191 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-10-18T21:30:07.500Z[ recovery-image] Oct 18 21:30:06.201 INFO O| Oct 18 21:30:06.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
74952024-10-18T21:30:07.500Z[ recovery-image] Oct 18 21:30:06.201 INFO O| Oct 18 21:30:06.201 INFO STEP 1108 (remove_files) COMPLETE
74962024-10-18T21:30:07.500Z[ recovery-image] Oct 18 21:30:06.201 INFO O| Oct 18 21:30:06.201 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-10-18T21:30:07.510Z[ recovery-image] Oct 18 21:30:06.210 INFO O| Oct 18 21:30:06.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
74982024-10-18T21:30:07.510Z[ recovery-image] Oct 18 21:30:06.211 INFO O| Oct 18 21:30:06.211 INFO STEP 1109 (remove_files) COMPLETE
74992024-10-18T21:30:07.513Z[ recovery-image] Oct 18 21:30:06.211 INFO O| Oct 18 21:30:06.211 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-10-18T21:30:07.521Z[ recovery-image] Oct 18 21:30:06.221 INFO O| Oct 18 21:30:06.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
75012024-10-18T21:30:07.521Z[ recovery-image] Oct 18 21:30:06.221 INFO O| Oct 18 21:30:06.221 INFO STEP 1110 (remove_files) COMPLETE
75022024-10-18T21:30:07.523Z[ recovery-image] Oct 18 21:30:06.221 INFO O| Oct 18 21:30:06.221 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-10-18T21:30:07.531Z[ recovery-image] Oct 18 21:30:06.231 INFO O| Oct 18 21:30:06.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
75042024-10-18T21:30:07.533Z[ recovery-image] Oct 18 21:30:06.231 INFO O| Oct 18 21:30:06.231 INFO STEP 1111 (remove_files) COMPLETE
75052024-10-18T21:30:07.533Z[ recovery-image] Oct 18 21:30:06.231 INFO O| Oct 18 21:30:06.231 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-10-18T21:30:07.541Z[ recovery-image] Oct 18 21:30:06.241 INFO O| Oct 18 21:30:06.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
75072024-10-18T21:30:07.543Z[ recovery-image] Oct 18 21:30:06.241 INFO O| Oct 18 21:30:06.241 INFO STEP 1112 (remove_files) COMPLETE
75082024-10-18T21:30:07.543Z[ recovery-image] Oct 18 21:30:06.241 INFO O| Oct 18 21:30:06.241 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-10-18T21:30:07.551Z[ recovery-image] Oct 18 21:30:06.251 INFO O| Oct 18 21:30:06.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
75102024-10-18T21:30:07.551Z[ recovery-image] Oct 18 21:30:06.252 INFO O| Oct 18 21:30:06.251 INFO STEP 1113 (remove_files) COMPLETE
75112024-10-18T21:30:07.553Z[ recovery-image] Oct 18 21:30:06.252 INFO O| Oct 18 21:30:06.251 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-10-18T21:30:07.561Z[ recovery-image] Oct 18 21:30:06.262 INFO O| Oct 18 21:30:06.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
75132024-10-18T21:30:07.564Z[ recovery-image] Oct 18 21:30:06.262 INFO O| Oct 18 21:30:06.262 INFO STEP 1114 (remove_files) COMPLETE
75142024-10-18T21:30:07.564Z[ recovery-image] Oct 18 21:30:06.262 INFO O| Oct 18 21:30:06.262 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-10-18T21:30:07.571Z[ recovery-image] Oct 18 21:30:06.272 INFO O| Oct 18 21:30:06.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
75162024-10-18T21:30:07.574Z[ recovery-image] Oct 18 21:30:06.272 INFO O| Oct 18 21:30:06.272 INFO STEP 1115 (remove_files) COMPLETE
75172024-10-18T21:30:07.574Z[ recovery-image] Oct 18 21:30:06.272 INFO O| Oct 18 21:30:06.272 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-10-18T21:30:07.582Z[ recovery-image] Oct 18 21:30:06.282 INFO O| Oct 18 21:30:06.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
75192024-10-18T21:30:07.582Z[ recovery-image] Oct 18 21:30:06.282 INFO O| Oct 18 21:30:06.282 INFO STEP 1116 (remove_files) COMPLETE
75202024-10-18T21:30:07.582Z[ recovery-image] Oct 18 21:30:06.282 INFO O| Oct 18 21:30:06.282 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-10-18T21:30:07.592Z[ recovery-image] Oct 18 21:30:06.292 INFO O| Oct 18 21:30:06.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75222024-10-18T21:30:07.592Z[ recovery-image] Oct 18 21:30:06.292 INFO O| Oct 18 21:30:06.292 INFO STEP 1117 (remove_files) COMPLETE
75232024-10-18T21:30:07.594Z[ recovery-image] Oct 18 21:30:06.292 INFO O| Oct 18 21:30:06.292 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-10-18T21:30:07.602Z[ recovery-image] Oct 18 21:30:06.302 INFO O| Oct 18 21:30:06.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75252024-10-18T21:30:07.604Z[ recovery-image] Oct 18 21:30:06.302 INFO O| Oct 18 21:30:06.302 INFO STEP 1118 (remove_files) COMPLETE
75262024-10-18T21:30:07.604Z[ recovery-image] Oct 18 21:30:06.302 INFO O| Oct 18 21:30:06.302 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-10-18T21:30:07.612Z[ recovery-image] Oct 18 21:30:06.312 INFO O| Oct 18 21:30:06.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75282024-10-18T21:30:07.612Z[ recovery-image] Oct 18 21:30:06.312 INFO O| Oct 18 21:30:06.312 INFO STEP 1119 (remove_files) COMPLETE
75292024-10-18T21:30:07.614Z[ recovery-image] Oct 18 21:30:06.312 INFO O| Oct 18 21:30:06.312 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-10-18T21:30:07.622Z[ recovery-image] Oct 18 21:30:06.322 INFO O| Oct 18 21:30:06.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75312024-10-18T21:30:07.622Z[ recovery-image] Oct 18 21:30:06.322 INFO O| Oct 18 21:30:06.322 INFO STEP 1120 (remove_files) COMPLETE
75322024-10-18T21:30:07.624Z[ recovery-image] Oct 18 21:30:06.322 INFO O| Oct 18 21:30:06.322 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-10-18T21:30:07.631Z[ recovery-image] Oct 18 21:30:06.332 INFO O| Oct 18 21:30:06.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75342024-10-18T21:30:07.631Z[ recovery-image] Oct 18 21:30:06.332 INFO O| Oct 18 21:30:06.332 INFO STEP 1121 (remove_files) COMPLETE
75352024-10-18T21:30:07.634Z[ recovery-image] Oct 18 21:30:06.332 INFO O| Oct 18 21:30:06.332 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-10-18T21:30:07.641Z[ recovery-image] Oct 18 21:30:06.342 INFO O| Oct 18 21:30:06.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75372024-10-18T21:30:07.641Z[ recovery-image] Oct 18 21:30:06.342 INFO O| Oct 18 21:30:06.342 INFO STEP 1122 (remove_files) COMPLETE
75382024-10-18T21:30:07.644Z[ recovery-image] Oct 18 21:30:06.342 INFO O| Oct 18 21:30:06.342 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-10-18T21:30:07.651Z[ recovery-image] Oct 18 21:30:06.352 INFO O| Oct 18 21:30:06.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75402024-10-18T21:30:07.651Z[ recovery-image] Oct 18 21:30:06.352 INFO O| Oct 18 21:30:06.352 INFO STEP 1123 (remove_files) COMPLETE
75412024-10-18T21:30:07.651Z[ recovery-image] Oct 18 21:30:06.352 INFO O| Oct 18 21:30:06.352 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-10-18T21:30:07.661Z[ recovery-image] Oct 18 21:30:06.362 INFO O| Oct 18 21:30:06.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75432024-10-18T21:30:07.661Z[ recovery-image] Oct 18 21:30:06.362 INFO O| Oct 18 21:30:06.362 INFO STEP 1124 (remove_files) COMPLETE
75442024-10-18T21:30:07.662Z[ recovery-image] Oct 18 21:30:06.362 INFO O| Oct 18 21:30:06.362 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-10-18T21:30:07.672Z[ recovery-image] Oct 18 21:30:06.372 INFO O| Oct 18 21:30:06.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75462024-10-18T21:30:07.672Z[ recovery-image] Oct 18 21:30:06.372 INFO O| Oct 18 21:30:06.372 INFO STEP 1125 (remove_files) COMPLETE
75472024-10-18T21:30:07.672Z[ recovery-image] Oct 18 21:30:06.372 INFO O| Oct 18 21:30:06.372 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-10-18T21:30:07.682Z[ recovery-image] Oct 18 21:30:06.382 INFO O| Oct 18 21:30:06.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75492024-10-18T21:30:07.682Z[ recovery-image] Oct 18 21:30:06.382 INFO O| Oct 18 21:30:06.382 INFO STEP 1126 (remove_files) COMPLETE
75502024-10-18T21:30:07.682Z[ recovery-image] Oct 18 21:30:06.382 INFO O| Oct 18 21:30:06.382 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-10-18T21:30:07.691Z[ recovery-image] Oct 18 21:30:06.392 INFO O| Oct 18 21:30:06.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75522024-10-18T21:30:07.691Z[ recovery-image] Oct 18 21:30:06.392 INFO O| Oct 18 21:30:06.392 INFO STEP 1127 (remove_files) COMPLETE
75532024-10-18T21:30:07.691Z[ recovery-image] Oct 18 21:30:06.392 INFO O| Oct 18 21:30:06.392 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-10-18T21:30:07.702Z[ recovery-image] Oct 18 21:30:06.402 INFO O| Oct 18 21:30:06.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75552024-10-18T21:30:07.702Z[ recovery-image] Oct 18 21:30:06.402 INFO O| Oct 18 21:30:06.402 INFO STEP 1128 (remove_files) COMPLETE
75562024-10-18T21:30:07.702Z[ recovery-image] Oct 18 21:30:06.402 INFO O| Oct 18 21:30:06.402 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-10-18T21:30:07.711Z[ recovery-image] Oct 18 21:30:06.412 INFO O| Oct 18 21:30:06.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75582024-10-18T21:30:07.711Z[ recovery-image] Oct 18 21:30:06.412 INFO O| Oct 18 21:30:06.412 INFO STEP 1129 (remove_files) COMPLETE
75592024-10-18T21:30:07.714Z[ recovery-image] Oct 18 21:30:06.412 INFO O| Oct 18 21:30:06.412 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-10-18T21:30:07.721Z[ recovery-image] Oct 18 21:30:06.422 INFO O| Oct 18 21:30:06.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75612024-10-18T21:30:07.721Z[ recovery-image] Oct 18 21:30:06.422 INFO O| Oct 18 21:30:06.422 INFO STEP 1130 (remove_files) COMPLETE
75622024-10-18T21:30:07.724Z[ recovery-image] Oct 18 21:30:06.422 INFO O| Oct 18 21:30:06.422 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-10-18T21:30:07.731Z[ recovery-image] Oct 18 21:30:06.431 INFO O| Oct 18 21:30:06.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
75642024-10-18T21:30:07.731Z[ recovery-image] Oct 18 21:30:06.432 INFO O| Oct 18 21:30:06.432 INFO STEP 1131 (remove_files) COMPLETE
75652024-10-18T21:30:07.731Z[ recovery-image] Oct 18 21:30:06.432 INFO O| Oct 18 21:30:06.432 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-10-18T21:30:07.741Z[ recovery-image] Oct 18 21:30:06.442 INFO O| Oct 18 21:30:06.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
75672024-10-18T21:30:07.741Z[ recovery-image] Oct 18 21:30:06.442 INFO O| Oct 18 21:30:06.442 INFO STEP 1132 (remove_files) COMPLETE
75682024-10-18T21:30:07.744Z[ recovery-image] Oct 18 21:30:06.442 INFO O| Oct 18 21:30:06.442 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-10-18T21:30:07.751Z[ recovery-image] Oct 18 21:30:06.451 INFO O| Oct 18 21:30:06.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
75702024-10-18T21:30:07.753Z[ recovery-image] Oct 18 21:30:06.452 INFO O| Oct 18 21:30:06.452 INFO STEP 1133 (remove_files) COMPLETE
75712024-10-18T21:30:07.754Z[ recovery-image] Oct 18 21:30:06.452 INFO O| Oct 18 21:30:06.452 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-10-18T21:30:07.761Z[ recovery-image] Oct 18 21:30:06.461 INFO O| Oct 18 21:30:06.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
75732024-10-18T21:30:07.763Z[ recovery-image] Oct 18 21:30:06.461 INFO O| Oct 18 21:30:06.461 INFO STEP 1134 (remove_files) COMPLETE
75742024-10-18T21:30:07.763Z[ recovery-image] Oct 18 21:30:06.461 INFO O| Oct 18 21:30:06.461 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-10-18T21:30:07.771Z[ recovery-image] Oct 18 21:30:06.471 INFO O| Oct 18 21:30:06.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
75762024-10-18T21:30:07.771Z[ recovery-image] Oct 18 21:30:06.471 INFO O| Oct 18 21:30:06.471 INFO STEP 1135 (remove_files) COMPLETE
75772024-10-18T21:30:07.774Z[ recovery-image] Oct 18 21:30:06.471 INFO O| Oct 18 21:30:06.471 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-10-18T21:30:07.781Z[ recovery-image] Oct 18 21:30:06.481 INFO O| Oct 18 21:30:06.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
75792024-10-18T21:30:07.781Z[ recovery-image] Oct 18 21:30:06.481 INFO O| Oct 18 21:30:06.481 INFO STEP 1136 (remove_files) COMPLETE
75802024-10-18T21:30:07.781Z[ recovery-image] Oct 18 21:30:06.481 INFO O| Oct 18 21:30:06.481 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-10-18T21:30:07.791Z[ recovery-image] Oct 18 21:30:06.491 INFO O| Oct 18 21:30:06.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
75822024-10-18T21:30:07.793Z[ recovery-image] Oct 18 21:30:06.491 INFO O| Oct 18 21:30:06.491 INFO STEP 1137 (remove_files) COMPLETE
75832024-10-18T21:30:07.793Z[ recovery-image] Oct 18 21:30:06.491 INFO O| Oct 18 21:30:06.491 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-10-18T21:30:07.801Z[ recovery-image] Oct 18 21:30:06.501 INFO O| Oct 18 21:30:06.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
75852024-10-18T21:30:07.801Z[ recovery-image] Oct 18 21:30:06.501 INFO O| Oct 18 21:30:06.501 INFO STEP 1138 (remove_files) COMPLETE
75862024-10-18T21:30:07.803Z[ recovery-image] Oct 18 21:30:06.501 INFO O| Oct 18 21:30:06.501 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-10-18T21:30:07.811Z[ recovery-image] Oct 18 21:30:06.511 INFO O| Oct 18 21:30:06.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
75882024-10-18T21:30:07.811Z[ recovery-image] Oct 18 21:30:06.511 INFO O| Oct 18 21:30:06.511 INFO STEP 1139 (remove_files) COMPLETE
75892024-10-18T21:30:07.811Z[ recovery-image] Oct 18 21:30:06.511 INFO O| Oct 18 21:30:06.511 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-10-18T21:30:07.814Z[ host-image] Oct 18 21:30:06.512 INFO O| Oct 18 21:30:06.512 INFO O| Done
75912024-10-18T21:30:07.821Z[ recovery-image] Oct 18 21:30:06.521 INFO O| Oct 18 21:30:06.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
75922024-10-18T21:30:07.821Z[ recovery-image] Oct 18 21:30:06.521 INFO O| Oct 18 21:30:06.521 INFO STEP 1140 (remove_files) COMPLETE
75932024-10-18T21:30:07.824Z[ recovery-image] Oct 18 21:30:06.521 INFO O| Oct 18 21:30:06.521 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-10-18T21:30:07.831Z[ recovery-image] Oct 18 21:30:06.532 INFO O| Oct 18 21:30:06.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
75952024-10-18T21:30:07.831Z[ recovery-image] Oct 18 21:30:06.532 INFO O| Oct 18 21:30:06.532 INFO STEP 1141 (remove_files) COMPLETE
75962024-10-18T21:30:07.834Z[ recovery-image] Oct 18 21:30:06.532 INFO O| Oct 18 21:30:06.532 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-10-18T21:30:07.842Z[ recovery-image] Oct 18 21:30:06.542 INFO O| Oct 18 21:30:06.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
75982024-10-18T21:30:07.842Z[ recovery-image] Oct 18 21:30:06.542 INFO O| Oct 18 21:30:06.542 INFO STEP 1142 (remove_files) COMPLETE
75992024-10-18T21:30:07.845Z[ recovery-image] Oct 18 21:30:06.542 INFO O| Oct 18 21:30:06.542 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-10-18T21:30:07.853Z[ recovery-image] Oct 18 21:30:06.553 INFO O| Oct 18 21:30:06.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
76012024-10-18T21:30:07.853Z[ recovery-image] Oct 18 21:30:06.553 INFO O| Oct 18 21:30:06.553 INFO STEP 1143 (remove_files) COMPLETE
76022024-10-18T21:30:07.855Z[ recovery-image] Oct 18 21:30:06.553 INFO O| Oct 18 21:30:06.553 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-10-18T21:30:07.863Z[ recovery-image] Oct 18 21:30:06.563 INFO O| Oct 18 21:30:06.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
76042024-10-18T21:30:07.863Z[ recovery-image] Oct 18 21:30:06.563 INFO O| Oct 18 21:30:06.563 INFO STEP 1144 (remove_files) COMPLETE
76052024-10-18T21:30:07.865Z[ recovery-image] Oct 18 21:30:06.563 INFO O| Oct 18 21:30:06.563 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-10-18T21:30:07.873Z[ recovery-image] Oct 18 21:30:06.573 INFO O| Oct 18 21:30:06.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
76072024-10-18T21:30:07.875Z[ recovery-image] Oct 18 21:30:06.573 INFO O| Oct 18 21:30:06.573 INFO STEP 1145 (remove_files) COMPLETE
76082024-10-18T21:30:07.875Z[ recovery-image] Oct 18 21:30:06.573 INFO O| Oct 18 21:30:06.573 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-10-18T21:30:07.883Z[ recovery-image] Oct 18 21:30:06.583 INFO O| Oct 18 21:30:06.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
76102024-10-18T21:30:07.883Z[ recovery-image] Oct 18 21:30:06.583 INFO O| Oct 18 21:30:06.583 INFO STEP 1146 (remove_files) COMPLETE
76112024-10-18T21:30:07.883Z[ recovery-image] Oct 18 21:30:06.583 INFO O| Oct 18 21:30:06.583 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-10-18T21:30:07.895Z[ recovery-image] Oct 18 21:30:06.595 INFO O| Oct 18 21:30:06.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
76132024-10-18T21:30:07.895Z[ recovery-image] Oct 18 21:30:06.595 INFO O| Oct 18 21:30:06.595 INFO STEP 1147 (remove_files) COMPLETE
76142024-10-18T21:30:07.895Z[ recovery-image] Oct 18 21:30:06.595 INFO O| Oct 18 21:30:06.595 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-10-18T21:30:07.905Z[ recovery-image] Oct 18 21:30:06.606 INFO O| Oct 18 21:30:06.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
76162024-10-18T21:30:07.908Z[ recovery-image] Oct 18 21:30:06.606 INFO O| Oct 18 21:30:06.606 INFO STEP 1148 (remove_files) COMPLETE
76172024-10-18T21:30:07.908Z[ recovery-image] Oct 18 21:30:06.606 INFO O| Oct 18 21:30:06.606 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-10-18T21:30:07.917Z[ recovery-image] Oct 18 21:30:06.617 INFO O| Oct 18 21:30:06.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
76192024-10-18T21:30:07.917Z[ recovery-image] Oct 18 21:30:06.617 INFO O| Oct 18 21:30:06.617 INFO STEP 1149 (remove_files) COMPLETE
76202024-10-18T21:30:07.917Z[ recovery-image] Oct 18 21:30:06.617 INFO O| Oct 18 21:30:06.617 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-10-18T21:30:07.927Z[ recovery-image] Oct 18 21:30:06.627 INFO O| Oct 18 21:30:06.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76222024-10-18T21:30:07.927Z[ recovery-image] Oct 18 21:30:06.627 INFO O| Oct 18 21:30:06.627 INFO STEP 1150 (remove_files) COMPLETE
76232024-10-18T21:30:07.929Z[ recovery-image] Oct 18 21:30:06.627 INFO O| Oct 18 21:30:06.627 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-10-18T21:30:07.937Z[ recovery-image] Oct 18 21:30:06.637 INFO O| Oct 18 21:30:06.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76252024-10-18T21:30:07.937Z[ recovery-image] Oct 18 21:30:06.638 INFO O| Oct 18 21:30:06.638 INFO STEP 1151 (remove_files) COMPLETE
76262024-10-18T21:30:07.940Z[ recovery-image] Oct 18 21:30:06.638 INFO O| Oct 18 21:30:06.638 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-10-18T21:30:07.948Z[ recovery-image] Oct 18 21:30:06.648 INFO O| Oct 18 21:30:06.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76282024-10-18T21:30:07.950Z[ recovery-image] Oct 18 21:30:06.648 INFO O| Oct 18 21:30:06.648 INFO STEP 1152 (remove_files) COMPLETE
76292024-10-18T21:30:07.950Z[ recovery-image] Oct 18 21:30:06.648 INFO O| Oct 18 21:30:06.648 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-10-18T21:30:07.958Z[ recovery-image] Oct 18 21:30:06.658 INFO O| Oct 18 21:30:06.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76312024-10-18T21:30:07.958Z[ recovery-image] Oct 18 21:30:06.658 INFO O| Oct 18 21:30:06.658 INFO STEP 1153 (remove_files) COMPLETE
76322024-10-18T21:30:07.958Z[ recovery-image] Oct 18 21:30:06.658 INFO O| Oct 18 21:30:06.658 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-10-18T21:30:07.968Z[ recovery-image] Oct 18 21:30:06.668 INFO O| Oct 18 21:30:06.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76342024-10-18T21:30:07.968Z[ recovery-image] Oct 18 21:30:06.669 INFO O| Oct 18 21:30:06.669 INFO STEP 1154 (remove_files) COMPLETE
76352024-10-18T21:30:07.971Z[ recovery-image] Oct 18 21:30:06.669 INFO O| Oct 18 21:30:06.669 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-10-18T21:30:07.978Z[ recovery-image] Oct 18 21:30:06.679 INFO O| Oct 18 21:30:06.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76372024-10-18T21:30:07.978Z[ recovery-image] Oct 18 21:30:06.679 INFO O| Oct 18 21:30:06.679 INFO STEP 1155 (remove_files) COMPLETE
76382024-10-18T21:30:07.981Z[ recovery-image] Oct 18 21:30:06.679 INFO O| Oct 18 21:30:06.679 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-10-18T21:30:07.989Z[ recovery-image] Oct 18 21:30:06.689 INFO O| Oct 18 21:30:06.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76402024-10-18T21:30:07.989Z[ recovery-image] Oct 18 21:30:06.689 INFO O| Oct 18 21:30:06.689 INFO STEP 1156 (remove_files) COMPLETE
76412024-10-18T21:30:07.989Z[ recovery-image] Oct 18 21:30:06.689 INFO O| Oct 18 21:30:06.689 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-10-18T21:30:07.999Z[ recovery-image] Oct 18 21:30:06.699 INFO O| Oct 18 21:30:06.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76432024-10-18T21:30:07.999Z[ recovery-image] Oct 18 21:30:06.699 INFO O| Oct 18 21:30:06.699 INFO STEP 1157 (remove_files) COMPLETE
76442024-10-18T21:30:07.999Z[ recovery-image] Oct 18 21:30:06.699 INFO O| Oct 18 21:30:06.699 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-10-18T21:30:08.008Z[ recovery-image] Oct 18 21:30:06.708 INFO O| Oct 18 21:30:06.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76462024-10-18T21:30:08.008Z[ recovery-image] Oct 18 21:30:06.709 INFO O| Oct 18 21:30:06.709 INFO STEP 1158 (remove_files) COMPLETE
76472024-10-18T21:30:08.011Z[ recovery-image] Oct 18 21:30:06.709 INFO O| Oct 18 21:30:06.709 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-10-18T21:30:08.019Z[ recovery-image] Oct 18 21:30:06.719 INFO O| Oct 18 21:30:06.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76492024-10-18T21:30:08.019Z[ recovery-image] Oct 18 21:30:06.719 INFO O| Oct 18 21:30:06.719 INFO STEP 1159 (remove_files) COMPLETE
76502024-10-18T21:30:08.019Z[ recovery-image] Oct 18 21:30:06.719 INFO O| Oct 18 21:30:06.719 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-10-18T21:30:08.029Z[ recovery-image] Oct 18 21:30:06.729 INFO O| Oct 18 21:30:06.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76522024-10-18T21:30:08.029Z[ recovery-image] Oct 18 21:30:06.729 INFO O| Oct 18 21:30:06.729 INFO STEP 1160 (remove_files) COMPLETE
76532024-10-18T21:30:08.032Z[ recovery-image] Oct 18 21:30:06.729 INFO O| Oct 18 21:30:06.729 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-10-18T21:30:08.040Z[ recovery-image] Oct 18 21:30:06.740 INFO O| Oct 18 21:30:06.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76552024-10-18T21:30:08.040Z[ recovery-image] Oct 18 21:30:06.740 INFO O| Oct 18 21:30:06.740 INFO STEP 1161 (remove_files) COMPLETE
76562024-10-18T21:30:08.043Z[ recovery-image] Oct 18 21:30:06.740 INFO O| Oct 18 21:30:06.740 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-10-18T21:30:08.050Z[ recovery-image] Oct 18 21:30:06.750 INFO O| Oct 18 21:30:06.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76582024-10-18T21:30:08.052Z[ recovery-image] Oct 18 21:30:06.750 INFO O| Oct 18 21:30:06.750 INFO STEP 1162 (remove_files) COMPLETE
76592024-10-18T21:30:08.052Z[ recovery-image] Oct 18 21:30:06.750 INFO O| Oct 18 21:30:06.750 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602024-10-18T21:30:08.060Z[ recovery-image] Oct 18 21:30:06.760 INFO O| Oct 18 21:30:06.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
76612024-10-18T21:30:08.060Z[ recovery-image] Oct 18 21:30:06.760 INFO O| Oct 18 21:30:06.760 INFO STEP 1163 (remove_files) COMPLETE
76622024-10-18T21:30:08.062Z[ recovery-image] Oct 18 21:30:06.760 INFO O| Oct 18 21:30:06.760 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-10-18T21:30:08.070Z[ recovery-image] Oct 18 21:30:06.770 INFO O| Oct 18 21:30:06.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
76642024-10-18T21:30:08.070Z[ recovery-image] Oct 18 21:30:06.770 INFO O| Oct 18 21:30:06.770 INFO STEP 1164 (remove_files) COMPLETE
76652024-10-18T21:30:08.072Z[ recovery-image] Oct 18 21:30:06.770 INFO O| Oct 18 21:30:06.770 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-10-18T21:30:08.080Z[ recovery-image] Oct 18 21:30:06.780 INFO O| Oct 18 21:30:06.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
76672024-10-18T21:30:08.080Z[ recovery-image] Oct 18 21:30:06.780 INFO O| Oct 18 21:30:06.780 INFO STEP 1165 (remove_files) COMPLETE
76682024-10-18T21:30:08.080Z[ recovery-image] Oct 18 21:30:06.780 INFO O| Oct 18 21:30:06.780 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692024-10-18T21:30:08.090Z[ recovery-image] Oct 18 21:30:06.790 INFO O| Oct 18 21:30:06.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
76702024-10-18T21:30:08.090Z[ recovery-image] Oct 18 21:30:06.790 INFO O| Oct 18 21:30:06.790 INFO STEP 1166 (remove_files) COMPLETE
76712024-10-18T21:30:08.090Z[ recovery-image] Oct 18 21:30:06.790 INFO O| Oct 18 21:30:06.790 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722024-10-18T21:30:08.100Z[ recovery-image] Oct 18 21:30:06.800 INFO O| Oct 18 21:30:06.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
76732024-10-18T21:30:08.100Z[ recovery-image] Oct 18 21:30:06.800 INFO O| Oct 18 21:30:06.800 INFO STEP 1167 (remove_files) COMPLETE
76742024-10-18T21:30:08.100Z[ recovery-image] Oct 18 21:30:06.800 INFO O| Oct 18 21:30:06.800 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752024-10-18T21:30:08.110Z[ recovery-image] Oct 18 21:30:06.810 INFO O| Oct 18 21:30:06.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
76762024-10-18T21:30:08.112Z[ recovery-image] Oct 18 21:30:06.810 INFO O| Oct 18 21:30:06.810 INFO STEP 1168 (remove_files) COMPLETE
76772024-10-18T21:30:08.112Z[ recovery-image] Oct 18 21:30:06.810 INFO O| Oct 18 21:30:06.810 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782024-10-18T21:30:08.119Z[ recovery-image] Oct 18 21:30:06.820 INFO O| Oct 18 21:30:06.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
76792024-10-18T21:30:08.119Z[ recovery-image] Oct 18 21:30:06.820 INFO O| Oct 18 21:30:06.820 INFO STEP 1169 (remove_files) COMPLETE
76802024-10-18T21:30:08.122Z[ recovery-image] Oct 18 21:30:06.820 INFO O| Oct 18 21:30:06.820 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812024-10-18T21:30:08.130Z[ recovery-image] Oct 18 21:30:06.830 INFO O| Oct 18 21:30:06.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
76822024-10-18T21:30:08.130Z[ recovery-image] Oct 18 21:30:06.830 INFO O| Oct 18 21:30:06.830 INFO STEP 1170 (remove_files) COMPLETE
76832024-10-18T21:30:08.132Z[ recovery-image] Oct 18 21:30:06.830 INFO O| Oct 18 21:30:06.830 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842024-10-18T21:30:08.139Z[ recovery-image] Oct 18 21:30:06.840 INFO O| Oct 18 21:30:06.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
76852024-10-18T21:30:08.139Z[ recovery-image] Oct 18 21:30:06.840 INFO O| Oct 18 21:30:06.840 INFO STEP 1171 (remove_files) COMPLETE
76862024-10-18T21:30:08.142Z[ recovery-image] Oct 18 21:30:06.840 INFO O| Oct 18 21:30:06.840 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872024-10-18T21:30:08.149Z[ recovery-image] Oct 18 21:30:06.849 INFO O| Oct 18 21:30:06.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
76882024-10-18T21:30:08.152Z[ recovery-image] Oct 18 21:30:06.849 INFO O| Oct 18 21:30:06.849 INFO STEP 1172 (remove_files) COMPLETE
76892024-10-18T21:30:08.152Z[ recovery-image] Oct 18 21:30:06.850 INFO O| Oct 18 21:30:06.849 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902024-10-18T21:30:08.159Z[ recovery-image] Oct 18 21:30:06.859 INFO O| Oct 18 21:30:06.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
76912024-10-18T21:30:08.159Z[ recovery-image] Oct 18 21:30:06.859 INFO O| Oct 18 21:30:06.859 INFO STEP 1173 (remove_files) COMPLETE
76922024-10-18T21:30:08.159Z[ recovery-image] Oct 18 21:30:06.859 INFO O| Oct 18 21:30:06.859 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932024-10-18T21:30:08.169Z[ recovery-image] Oct 18 21:30:06.869 INFO O| Oct 18 21:30:06.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
76942024-10-18T21:30:08.169Z[ recovery-image] Oct 18 21:30:06.869 INFO O| Oct 18 21:30:06.869 INFO STEP 1174 (remove_files) COMPLETE
76952024-10-18T21:30:08.171Z[ recovery-image] Oct 18 21:30:06.869 INFO O| Oct 18 21:30:06.869 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962024-10-18T21:30:08.179Z[ recovery-image] Oct 18 21:30:06.879 INFO O| Oct 18 21:30:06.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
76972024-10-18T21:30:08.179Z[ recovery-image] Oct 18 21:30:06.879 INFO O| Oct 18 21:30:06.879 INFO STEP 1175 (remove_files) COMPLETE
76982024-10-18T21:30:08.179Z[ recovery-image] Oct 18 21:30:06.879 INFO O| Oct 18 21:30:06.879 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992024-10-18T21:30:08.190Z[ recovery-image] Oct 18 21:30:06.890 INFO O| Oct 18 21:30:06.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
77002024-10-18T21:30:08.192Z[ recovery-image] Oct 18 21:30:06.890 INFO O| Oct 18 21:30:06.890 INFO STEP 1176 (remove_files) COMPLETE
77012024-10-18T21:30:08.192Z[ recovery-image] Oct 18 21:30:06.890 INFO O| Oct 18 21:30:06.890 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022024-10-18T21:30:08.200Z[ recovery-image] Oct 18 21:30:06.900 INFO O| Oct 18 21:30:06.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
77032024-10-18T21:30:08.200Z[ recovery-image] Oct 18 21:30:06.900 INFO O| Oct 18 21:30:06.900 INFO STEP 1177 (remove_files) COMPLETE
77042024-10-18T21:30:08.200Z[ recovery-image] Oct 18 21:30:06.900 INFO O| Oct 18 21:30:06.900 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052024-10-18T21:30:08.210Z[ recovery-image] Oct 18 21:30:06.910 INFO O| Oct 18 21:30:06.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
77062024-10-18T21:30:08.210Z[ recovery-image] Oct 18 21:30:06.910 INFO O| Oct 18 21:30:06.910 INFO STEP 1178 (remove_files) COMPLETE
77072024-10-18T21:30:08.210Z[ recovery-image] Oct 18 21:30:06.910 INFO O| Oct 18 21:30:06.910 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082024-10-18T21:30:08.220Z[ recovery-image] Oct 18 21:30:06.920 INFO O| Oct 18 21:30:06.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
77092024-10-18T21:30:08.220Z[ recovery-image] Oct 18 21:30:06.920 INFO O| Oct 18 21:30:06.920 INFO STEP 1179 (remove_files) COMPLETE
77102024-10-18T21:30:08.222Z[ recovery-image] Oct 18 21:30:06.920 INFO O| Oct 18 21:30:06.920 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112024-10-18T21:30:08.230Z[ recovery-image] Oct 18 21:30:06.930 INFO O| Oct 18 21:30:06.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
77122024-10-18T21:30:08.230Z[ recovery-image] Oct 18 21:30:06.930 INFO O| Oct 18 21:30:06.930 INFO STEP 1180 (remove_files) COMPLETE
77132024-10-18T21:30:08.232Z[ recovery-image] Oct 18 21:30:06.930 INFO O| Oct 18 21:30:06.930 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142024-10-18T21:30:08.240Z[ recovery-image] Oct 18 21:30:06.940 INFO O| Oct 18 21:30:06.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
77152024-10-18T21:30:08.242Z[ recovery-image] Oct 18 21:30:06.940 INFO O| Oct 18 21:30:06.940 INFO STEP 1181 (remove_files) COMPLETE
77162024-10-18T21:30:08.242Z[ recovery-image] Oct 18 21:30:06.940 INFO O| Oct 18 21:30:06.940 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172024-10-18T21:30:08.251Z[ recovery-image] Oct 18 21:30:06.951 INFO O| Oct 18 21:30:06.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
77182024-10-18T21:30:08.251Z[ recovery-image] Oct 18 21:30:06.951 INFO O| Oct 18 21:30:06.951 INFO STEP 1182 (remove_files) COMPLETE
77192024-10-18T21:30:08.253Z[ recovery-image] Oct 18 21:30:06.951 INFO O| Oct 18 21:30:06.951 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202024-10-18T21:30:08.262Z[ recovery-image] Oct 18 21:30:06.962 INFO O| Oct 18 21:30:06.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
77212024-10-18T21:30:08.262Z[ recovery-image] Oct 18 21:30:06.963 INFO O| Oct 18 21:30:06.962 INFO STEP 1183 (remove_files) COMPLETE
77222024-10-18T21:30:08.265Z[ recovery-image] Oct 18 21:30:06.963 INFO O| Oct 18 21:30:06.963 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232024-10-18T21:30:08.273Z[ recovery-image] Oct 18 21:30:06.973 INFO O| Oct 18 21:30:06.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77242024-10-18T21:30:08.273Z[ recovery-image] Oct 18 21:30:06.973 INFO O| Oct 18 21:30:06.973 INFO STEP 1184 (remove_files) COMPLETE
77252024-10-18T21:30:08.275Z[ recovery-image] Oct 18 21:30:06.973 INFO O| Oct 18 21:30:06.973 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262024-10-18T21:30:08.283Z[ recovery-image] Oct 18 21:30:06.983 INFO O| Oct 18 21:30:06.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77272024-10-18T21:30:08.283Z[ recovery-image] Oct 18 21:30:06.983 INFO O| Oct 18 21:30:06.983 INFO STEP 1185 (remove_files) COMPLETE
77282024-10-18T21:30:08.285Z[ recovery-image] Oct 18 21:30:06.983 INFO O| Oct 18 21:30:06.983 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292024-10-18T21:30:08.293Z[ recovery-image] Oct 18 21:30:06.993 INFO O| Oct 18 21:30:06.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77302024-10-18T21:30:08.293Z[ recovery-image] Oct 18 21:30:06.993 INFO O| Oct 18 21:30:06.993 INFO STEP 1186 (remove_files) COMPLETE
77312024-10-18T21:30:08.295Z[ recovery-image] Oct 18 21:30:06.993 INFO O| Oct 18 21:30:06.993 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322024-10-18T21:30:08.303Z[ recovery-image] Oct 18 21:30:07.003 INFO O| Oct 18 21:30:07.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77332024-10-18T21:30:08.303Z[ recovery-image] Oct 18 21:30:07.003 INFO O| Oct 18 21:30:07.003 INFO STEP 1187 (remove_files) COMPLETE
77342024-10-18T21:30:08.303Z[ recovery-image] Oct 18 21:30:07.003 INFO O| Oct 18 21:30:07.003 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352024-10-18T21:30:08.313Z[ recovery-image] Oct 18 21:30:07.014 INFO O| Oct 18 21:30:07.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77362024-10-18T21:30:08.313Z[ recovery-image] Oct 18 21:30:07.014 INFO O| Oct 18 21:30:07.014 INFO STEP 1188 (remove_files) COMPLETE
77372024-10-18T21:30:08.316Z[ recovery-image] Oct 18 21:30:07.014 INFO O| Oct 18 21:30:07.014 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382024-10-18T21:30:08.324Z[ recovery-image] Oct 18 21:30:07.024 INFO O| Oct 18 21:30:07.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77392024-10-18T21:30:08.324Z[ recovery-image] Oct 18 21:30:07.024 INFO O| Oct 18 21:30:07.024 INFO STEP 1189 (remove_files) COMPLETE
77402024-10-18T21:30:08.324Z[ recovery-image] Oct 18 21:30:07.024 INFO O| Oct 18 21:30:07.024 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412024-10-18T21:30:08.334Z[ recovery-image] Oct 18 21:30:07.034 INFO O| Oct 18 21:30:07.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77422024-10-18T21:30:08.334Z[ recovery-image] Oct 18 21:30:07.034 INFO O| Oct 18 21:30:07.034 INFO STEP 1190 (remove_files) COMPLETE
77432024-10-18T21:30:08.336Z[ recovery-image] Oct 18 21:30:07.034 INFO O| Oct 18 21:30:07.034 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442024-10-18T21:30:08.344Z[ recovery-image] Oct 18 21:30:07.044 INFO O| Oct 18 21:30:07.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77452024-10-18T21:30:08.344Z[ recovery-image] Oct 18 21:30:07.044 INFO O| Oct 18 21:30:07.044 INFO STEP 1191 (remove_files) COMPLETE
77462024-10-18T21:30:08.344Z[ recovery-image] Oct 18 21:30:07.044 INFO O| Oct 18 21:30:07.044 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472024-10-18T21:30:08.354Z[ recovery-image] Oct 18 21:30:07.054 INFO O| Oct 18 21:30:07.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77482024-10-18T21:30:08.354Z[ recovery-image] Oct 18 21:30:07.054 INFO O| Oct 18 21:30:07.054 INFO STEP 1192 (remove_files) COMPLETE
77492024-10-18T21:30:08.356Z[ recovery-image] Oct 18 21:30:07.054 INFO O| Oct 18 21:30:07.054 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502024-10-18T21:30:08.364Z[ recovery-image] Oct 18 21:30:07.064 INFO O| Oct 18 21:30:07.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77512024-10-18T21:30:08.364Z[ recovery-image] Oct 18 21:30:07.064 INFO O| Oct 18 21:30:07.064 INFO STEP 1193 (remove_files) COMPLETE
77522024-10-18T21:30:08.364Z[ recovery-image] Oct 18 21:30:07.064 INFO O| Oct 18 21:30:07.064 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532024-10-18T21:30:08.375Z[ recovery-image] Oct 18 21:30:07.075 INFO O| Oct 18 21:30:07.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77542024-10-18T21:30:08.375Z[ recovery-image] Oct 18 21:30:07.075 INFO O| Oct 18 21:30:07.075 INFO STEP 1194 (remove_files) COMPLETE
77552024-10-18T21:30:08.377Z[ recovery-image] Oct 18 21:30:07.075 INFO O| Oct 18 21:30:07.075 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562024-10-18T21:30:08.387Z[ recovery-image] Oct 18 21:30:07.087 INFO O| Oct 18 21:30:07.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77572024-10-18T21:30:08.387Z[ recovery-image] Oct 18 21:30:07.087 INFO O| Oct 18 21:30:07.087 INFO STEP 1195 (remove_files) COMPLETE
77582024-10-18T21:30:08.387Z[ recovery-image] Oct 18 21:30:07.087 INFO O| Oct 18 21:30:07.087 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592024-10-18T21:30:08.397Z[ recovery-image] Oct 18 21:30:07.097 INFO O| Oct 18 21:30:07.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
77602024-10-18T21:30:08.397Z[ recovery-image] Oct 18 21:30:07.097 INFO O| Oct 18 21:30:07.097 INFO STEP 1196 (remove_files) COMPLETE
77612024-10-18T21:30:08.397Z[ recovery-image] Oct 18 21:30:07.097 INFO O| Oct 18 21:30:07.097 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622024-10-18T21:30:08.407Z[ recovery-image] Oct 18 21:30:07.107 INFO O| Oct 18 21:30:07.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
77632024-10-18T21:30:08.407Z[ recovery-image] Oct 18 21:30:07.108 INFO O| Oct 18 21:30:07.108 INFO STEP 1197 (remove_files) COMPLETE
77642024-10-18T21:30:08.407Z[ recovery-image] Oct 18 21:30:07.108 INFO O| Oct 18 21:30:07.108 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652024-10-18T21:30:08.420Z[ recovery-image] Oct 18 21:30:07.120 INFO O| Oct 18 21:30:07.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
77662024-10-18T21:30:08.422Z[ recovery-image] Oct 18 21:30:07.120 INFO O| Oct 18 21:30:07.120 INFO STEP 1198 (remove_files) COMPLETE
77672024-10-18T21:30:08.422Z[ recovery-image] Oct 18 21:30:07.120 INFO O| Oct 18 21:30:07.120 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682024-10-18T21:30:08.431Z[ recovery-image] Oct 18 21:30:07.131 INFO O| Oct 18 21:30:07.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
77692024-10-18T21:30:08.434Z[ recovery-image] Oct 18 21:30:07.132 INFO O| Oct 18 21:30:07.132 INFO STEP 1199 (remove_files) COMPLETE
77702024-10-18T21:30:08.434Z[ recovery-image] Oct 18 21:30:07.132 INFO O| Oct 18 21:30:07.132 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712024-10-18T21:30:08.442Z[ recovery-image] Oct 18 21:30:07.142 INFO O| Oct 18 21:30:07.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
77722024-10-18T21:30:08.442Z[ recovery-image] Oct 18 21:30:07.142 INFO O| Oct 18 21:30:07.142 INFO STEP 1200 (remove_files) COMPLETE
77732024-10-18T21:30:08.444Z[ recovery-image] Oct 18 21:30:07.142 INFO O| Oct 18 21:30:07.142 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742024-10-18T21:30:08.452Z[ recovery-image] Oct 18 21:30:07.152 INFO O| Oct 18 21:30:07.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
77752024-10-18T21:30:08.452Z[ recovery-image] Oct 18 21:30:07.153 INFO O| Oct 18 21:30:07.153 INFO STEP 1201 (remove_files) COMPLETE
77762024-10-18T21:30:08.455Z[ recovery-image] Oct 18 21:30:07.153 INFO O| Oct 18 21:30:07.153 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772024-10-18T21:30:08.462Z[ recovery-image] Oct 18 21:30:07.162 INFO O| Oct 18 21:30:07.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
77782024-10-18T21:30:08.462Z[ recovery-image] Oct 18 21:30:07.163 INFO O| Oct 18 21:30:07.163 INFO STEP 1202 (remove_files) COMPLETE
77792024-10-18T21:30:08.470Z[ recovery-image] Oct 18 21:30:07.163 INFO O| Oct 18 21:30:07.163 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802024-10-18T21:30:08.474Z[ recovery-image] Oct 18 21:30:07.173 INFO O| Oct 18 21:30:07.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
77812024-10-18T21:30:08.474Z[ recovery-image] Oct 18 21:30:07.173 INFO O| Oct 18 21:30:07.173 INFO STEP 1203 (remove_files) COMPLETE
77822024-10-18T21:30:08.474Z[ recovery-image] Oct 18 21:30:07.173 INFO O| Oct 18 21:30:07.173 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832024-10-18T21:30:08.484Z[ recovery-image] Oct 18 21:30:07.184 INFO O| Oct 18 21:30:07.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
77842024-10-18T21:30:08.484Z[ recovery-image] Oct 18 21:30:07.184 INFO O| Oct 18 21:30:07.184 INFO STEP 1204 (remove_files) COMPLETE
77852024-10-18T21:30:08.484Z[ recovery-image] Oct 18 21:30:07.184 INFO O| Oct 18 21:30:07.184 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862024-10-18T21:30:08.495Z[ recovery-image] Oct 18 21:30:07.195 INFO O| Oct 18 21:30:07.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
77872024-10-18T21:30:08.495Z[ recovery-image] Oct 18 21:30:07.195 INFO O| Oct 18 21:30:07.195 INFO STEP 1205 (remove_files) COMPLETE
77882024-10-18T21:30:08.495Z[ recovery-image] Oct 18 21:30:07.195 INFO O| Oct 18 21:30:07.195 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
77892024-10-18T21:30:08.511Z[ recovery-image] Oct 18 21:30:07.211 INFO O| Oct 18 21:30:07.211 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
77902024-10-18T21:30:08.511Z[ recovery-image] Oct 18 21:30:07.211 INFO O| Oct 18 21:30:07.211 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
77912024-10-18T21:30:09.090Z[ host-image] Oct 18 21:30:07.790 INFO O| Oct 18 21:30:07.789 INFO O| Done
77922024-10-18T21:30:09.116Z[ host-image] Oct 18 21:30:07.816 INFO O| Oct 18 21:30:07.815 INFO O| Done
77932024-10-18T21:30:09.116Z[ host-image] Oct 18 21:30:07.816 INFO O| Oct 18 21:30:07.816 INFO O| Done
77942024-10-18T21:30:09.156Z[ host-image] Oct 18 21:30:07.856 INFO O| Oct 18 21:30:07.856 INFO O| Done
77952024-10-18T21:30:09.266Z[ host-image] Oct 18 21:30:07.966 INFO O| Oct 18 21:30:07.965 INFO STEP 13 (pkg_install) COMPLETE
77962024-10-18T21:30:09.266Z[ host-image] Oct 18 21:30:07.966 INFO O| Oct 18 21:30:07.965 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
77972024-10-18T21:30:09.276Z[ host-image] Oct 18 21:30:07.976 INFO O| Oct 18 21:30:07.976 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
77982024-10-18T21:30:09.293Z[ recovery-image] Oct 18 21:30:07.993 INFO O| Oct 18 21:30:07.993 INFO STEP 1206 (pack_tar) COMPLETE
77992024-10-18T21:30:09.293Z[ recovery-image] Oct 18 21:30:07.993 INFO O| Oct 18 21:30:07.993 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78002024-10-18T21:30:09.296Z[ recovery-image] Oct 18 21:30:07.993 INFO O| Oct 18 21:30:07.993 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78012024-10-18T21:30:09.575Z[ recovery-image] Oct 18 21:30:08.275 INFO O| Oct 18 21:30:08.275 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
78022024-10-18T21:30:09.635Z[ recovery-image] Oct 18 21:30:08.335 INFO O| Oct 18 21:30:08.335 INFO completed processing gimlet/ramdisk-03-recovery-trim
78032024-10-18T21:30:09.642Z[ recovery-image] Oct 18 21:30:08.342 INFO image builder template: zfs-recovery...
78042024-10-18T21:30:09.644Z[ recovery-image] Oct 18 21:30:08.342 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/.tmpv1hBWs/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "zfs-recovery"], pwd: None
78052024-10-18T21:30:09.675Z[ recovery-image] Oct 18 21:30:08.374 INFO O| Oct 18 21:30:08.374 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78062024-10-18T21:30:09.679Z[ recovery-image] Oct 18 21:30:08.379 INFO O| Oct 18 21:30:08.379 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78072024-10-18T21:30:09.745Z[ recovery-image] Oct 18 21:30:08.444 INFO O| Oct 18 21:30:08.444 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
78082024-10-18T21:30:09.812Z[ recovery-image] Oct 18 21:30:08.511 INFO O| Oct 18 21:30:08.511 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78092024-10-18T21:30:09.812Z[ recovery-image] Oct 18 21:30:08.511 INFO O| Oct 18 21:30:08.511 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
78102024-10-18T21:30:09.818Z[ recovery-image] Oct 18 21:30:08.518 INFO O| Oct 18 21:30:08.518 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
78112024-10-18T21:30:09.852Z[ host-image] Oct 18 21:30:08.552 INFO O| Oct 18 21:30:08.552 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
78122024-10-18T21:30:09.932Z[ recovery-image] Oct 18 21:30:08.631 INFO O| Oct 18 21:30:08.631 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
78132024-10-18T21:30:10.040Z[ recovery-image] Oct 18 21:30:08.740 INFO O| Oct 18 21:30:08.739 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
78142024-10-18T21:30:10.050Z[ recovery-image] Oct 18 21:30:08.750 INFO O| Oct 18 21:30:08.750 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78152024-10-18T21:30:10.055Z[ recovery-image] Oct 18 21:30:08.755 INFO O| Oct 18 21:30:08.755 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
78162024-10-18T21:30:10.057Z[ recovery-image] Oct 18 21:30:08.756 INFO O| Oct 18 21:30:08.756 INFO no lofi found
78172024-10-18T21:30:10.057Z[ recovery-image] Oct 18 21:30:08.756 INFO O| Oct 18 21:30:08.756 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
78182024-10-18T21:30:10.057Z[ recovery-image] Oct 18 21:30:08.756 INFO O| Oct 18 21:30:08.756 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78192024-10-18T21:30:11.763Z[ host-image] Oct 18 21:30:10.462 INFO O| Oct 18 21:30:10.462 INFO O| Planning: Solver setup ... Done
78202024-10-18T21:30:11.767Z[ host-image] Oct 18 21:30:10.467 INFO O| Oct 18 21:30:10.467 INFO O| Planning: Running solver ... Done
78212024-10-18T21:30:11.819Z[ host-image] Oct 18 21:30:10.519 INFO O| Oct 18 21:30:10.519 INFO O| Planning: Finding local manifests ... Done
78222024-10-18T21:30:11.822Z[ host-image] Oct 18 21:30:10.520 INFO O| Oct 18 21:30:10.520 INFO O| Planning: Fetching manifests: 0/1 0% complete
78232024-10-18T21:30:11.902Z[ host-image] Oct 18 21:30:10.600 INFO O| Oct 18 21:30:10.600 INFO O| Planning: Fetching manifests: 1/1 100% complete
78242024-10-18T21:30:11.919Z[ host-image] Oct 18 21:30:10.619 INFO O| Oct 18 21:30:10.619 INFO O| Planning: Package planning ... Done
78252024-10-18T21:30:11.922Z[ host-image] Oct 18 21:30:10.620 INFO O| Oct 18 21:30:10.620 INFO O| Planning: Merging actions ... Done
78262024-10-18T21:30:11.980Z[ host-image] Oct 18 21:30:10.680 INFO O| Oct 18 21:30:10.680 INFO O| Planning: Checking for conflicting actions ... Done
78272024-10-18T21:30:11.983Z[ host-image] Oct 18 21:30:10.680 INFO O| Oct 18 21:30:10.680 INFO O| Planning: Consolidating action changes ... Done
78282024-10-18T21:30:12.156Z[ host-image] Oct 18 21:30:10.856 INFO O| Oct 18 21:30:10.856 INFO O| Planning: Evaluating mediators ... Done
78292024-10-18T21:30:12.159Z[ host-image] Oct 18 21:30:10.856 INFO O| Oct 18 21:30:10.856 INFO O| Planning: Planning completed in 2.30 seconds
78302024-10-18T21:30:12.159Z[ host-image] Oct 18 21:30:10.858 INFO O| Oct 18 21:30:10.858 INFO O| Packages to install: 1
78312024-10-18T21:30:12.169Z[ host-image] Oct 18 21:30:10.868 INFO O| Oct 18 21:30:10.868 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
78322024-10-18T21:30:12.312Z[ recovery-image] Oct 18 21:30:11.011 INFO O| Oct 18 21:30:11.011 INFO lofi device = /dev/dsk/c2t1d0p0
78332024-10-18T21:30:12.312Z[ recovery-image] Oct 18 21:30:11.011 INFO O| Oct 18 21:30:11.011 INFO pool device = /dev/dsk/c2t1d0p0
78342024-10-18T21:30:12.314Z[ recovery-image] Oct 18 21:30:11.011 INFO O| Oct 18 21:30:11.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
78352024-10-18T21:30:12.395Z[ recovery-image] Oct 18 21:30:11.094 INFO O| Oct 18 21:30:11.094 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78362024-10-18T21:30:12.395Z[ recovery-image] Oct 18 21:30:11.094 INFO O| Oct 18 21:30:11.094 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
78372024-10-18T21:30:12.421Z[ recovery-image] Oct 18 21:30:11.120 INFO O| Oct 18 21:30:11.120 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
78382024-10-18T21:30:12.499Z[ recovery-image] Oct 18 21:30:11.199 INFO O| Oct 18 21:30:11.199 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
78392024-10-18T21:30:12.537Z[ recovery-image] Oct 18 21:30:11.236 INFO O| Oct 18 21:30:11.236 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78402024-10-18T21:30:12.540Z[ host-image] Oct 18 21:30:11.240 INFO O| Oct 18 21:30:11.240 INFO O| Download: Completed 20.80 MB in 0.37 seconds (56.0M/s)
78412024-10-18T21:30:12.551Z[ recovery-image] Oct 18 21:30:11.251 INFO O| Oct 18 21:30:11.251 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78422024-10-18T21:30:12.562Z[ recovery-image] Oct 18 21:30:11.261 INFO O| Oct 18 21:30:11.261 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78432024-10-18T21:30:12.575Z[ host-image] Oct 18 21:30:11.275 INFO O| Oct 18 21:30:11.275 INFO O| Actions: 1/22 actions (Installing new actions)
78442024-10-18T21:30:12.610Z[ recovery-image] Oct 18 21:30:11.310 INFO O| Oct 18 21:30:11.310 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78452024-10-18T21:30:12.611Z[ recovery-image] Oct 18 21:30:11.310 INFO O| Oct 18 21:30:11.310 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78462024-10-18T21:30:12.613Z[ recovery-image] Oct 18 21:30:11.310 INFO O| Oct 18 21:30:11.310 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78472024-10-18T21:30:12.620Z[ recovery-image] Oct 18 21:30:11.320 INFO O| Oct 18 21:30:11.320 INFO boot environment UUID: 7104e71c-5664-4226-ab22-1eec9ff022d3
78482024-10-18T21:30:12.620Z[ recovery-image] Oct 18 21:30:11.320 INFO O| Oct 18 21:30:11.320 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7104e71c-5664-4226-ab22-1eec9ff022d3
78492024-10-18T21:30:12.631Z[ recovery-image] Oct 18 21:30:11.331 INFO O| Oct 18 21:30:11.330 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78502024-10-18T21:30:12.643Z[ recovery-image] Oct 18 21:30:11.342 INFO O| Oct 18 21:30:11.342 INFO STEP 0 (create_be) COMPLETE
78512024-10-18T21:30:12.643Z[ recovery-image] Oct 18 21:30:11.342 INFO O| Oct 18 21:30:11.342 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78522024-10-18T21:30:12.658Z[ recovery-image] Oct 18 21:30:11.358 INFO O| Oct 18 21:30:11.358 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"]
78532024-10-18T21:30:13.290Z[ host-image] Oct 18 21:30:11.989 INFO O| Oct 18 21:30:11.989 INFO O| Actions: Completed 22 actions in 0.71 seconds.
78542024-10-18T21:30:13.692Z[ host-image] Oct 18 21:30:12.391 INFO O| Oct 18 21:30:12.391 INFO O| Done
78552024-10-18T21:30:13.692Z[ host-image] Oct 18 21:30:12.391 INFO O| Oct 18 21:30:12.391 INFO O| Done
78562024-10-18T21:30:14.427Z[ host-image] Oct 18 21:30:13.126 INFO O| Oct 18 21:30:13.126 INFO O| Done
78572024-10-18T21:30:14.739Z[ recovery-image] Oct 18 21:30:13.438 INFO O| Oct 18 21:30:13.438 INFO STEP 1 (unpack_tar) COMPLETE
78582024-10-18T21:30:14.739Z[ recovery-image] Oct 18 21:30:13.438 INFO O| Oct 18 21:30:13.438 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78592024-10-18T21:30:14.751Z[ recovery-image] Oct 18 21:30:13.451 INFO O| Oct 18 21:30:13.450 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78602024-10-18T21:30:15.157Z[ recovery-image] Oct 18 21:30:13.856 INFO O| Oct 18 21:30:13.856 INFO STEP 2 (devfsadm) COMPLETE
78612024-10-18T21:30:15.157Z[ recovery-image] Oct 18 21:30:13.856 INFO O| Oct 18 21:30:13.856 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78622024-10-18T21:30:15.168Z[ recovery-image] Oct 18 21:30:13.868 INFO O| Oct 18 21:30:13.868 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78632024-10-18T21:30:15.168Z[ recovery-image] Oct 18 21:30:13.868 INFO O| Oct 18 21:30:13.868 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78642024-10-18T21:30:15.171Z[ recovery-image] Oct 18 21:30:13.868 INFO O| Oct 18 21:30:13.868 INFO STEP 3 (ensure_dir) COMPLETE
78652024-10-18T21:30:15.171Z[ recovery-image] Oct 18 21:30:13.868 INFO O| Oct 18 21:30:13.868 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78662024-10-18T21:30:15.178Z[ recovery-image] Oct 18 21:30:13.878 INFO O| Oct 18 21:30:13.878 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78672024-10-18T21:30:15.178Z[ recovery-image] Oct 18 21:30:13.878 INFO O| Oct 18 21:30:13.878 INFO STEP 4 (ensure_dir) COMPLETE
78682024-10-18T21:30:15.178Z[ recovery-image] Oct 18 21:30:13.878 INFO O| Oct 18 21:30:13.878 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78692024-10-18T21:30:15.190Z[ recovery-image] Oct 18 21:30:13.890 INFO O| Oct 18 21:30:13.890 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78702024-10-18T21:30:15.190Z[ recovery-image] Oct 18 21:30:13.890 INFO O| Oct 18 21:30:13.890 INFO STEP 5 (ensure_dir) COMPLETE
78712024-10-18T21:30:15.193Z[ recovery-image] Oct 18 21:30:13.890 INFO O| Oct 18 21:30:13.890 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78722024-10-18T21:30:15.201Z[ recovery-image] Oct 18 21:30:13.900 INFO O| Oct 18 21:30:13.900 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78732024-10-18T21:30:15.201Z[ recovery-image] Oct 18 21:30:13.900 INFO O| Oct 18 21:30:13.900 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78742024-10-18T21:30:15.203Z[ recovery-image] Oct 18 21:30:13.900 INFO O| Oct 18 21:30:13.900 INFO STEP 6 (ensure_dir) COMPLETE
78752024-10-18T21:30:15.203Z[ recovery-image] Oct 18 21:30:13.900 INFO O| Oct 18 21:30:13.900 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78762024-10-18T21:30:15.211Z[ recovery-image] Oct 18 21:30:13.910 INFO O| Oct 18 21:30:13.910 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78772024-10-18T21:30:15.211Z[ recovery-image] Oct 18 21:30:13.910 INFO O| Oct 18 21:30:13.910 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78782024-10-18T21:30:15.214Z[ recovery-image] Oct 18 21:30:13.910 INFO O| Oct 18 21:30:13.910 INFO STEP 7 (ensure_dir) COMPLETE
78792024-10-18T21:30:15.214Z[ recovery-image] Oct 18 21:30:13.911 INFO O| Oct 18 21:30:13.910 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78802024-10-18T21:30:15.222Z[ recovery-image] Oct 18 21:30:13.921 INFO O| Oct 18 21:30:13.921 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78812024-10-18T21:30:15.224Z[ recovery-image] Oct 18 21:30:13.921 INFO O| Oct 18 21:30:13.921 INFO STEP 8 (remove_files) COMPLETE
78822024-10-18T21:30:15.224Z[ recovery-image] Oct 18 21:30:13.921 INFO O| Oct 18 21:30:13.921 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78832024-10-18T21:30:15.232Z[ recovery-image] Oct 18 21:30:13.931 INFO O| Oct 18 21:30:13.931 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
78842024-10-18T21:30:15.235Z[ recovery-image] Oct 18 21:30:13.932 INFO O| Oct 18 21:30:13.932 INFO STEP 9 (remove_files) COMPLETE
78852024-10-18T21:30:15.235Z[ recovery-image] Oct 18 21:30:13.932 INFO O| Oct 18 21:30:13.932 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78862024-10-18T21:30:15.243Z[ recovery-image] Oct 18 21:30:13.942 INFO O| Oct 18 21:30:13.942 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
78872024-10-18T21:30:15.245Z[ recovery-image] Oct 18 21:30:13.943 INFO O| Oct 18 21:30:13.943 INFO STEP 10 (remove_files) COMPLETE
78882024-10-18T21:30:15.245Z[ recovery-image] Oct 18 21:30:13.943 INFO O| Oct 18 21:30:13.943 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78892024-10-18T21:30:15.254Z[ recovery-image] Oct 18 21:30:13.953 INFO O| Oct 18 21:30:13.953 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
78902024-10-18T21:30:15.256Z[ recovery-image] Oct 18 21:30:13.953 INFO O| Oct 18 21:30:13.953 INFO STEP 11 (remove_files) COMPLETE
78912024-10-18T21:30:15.256Z[ recovery-image] Oct 18 21:30:13.953 INFO O| Oct 18 21:30:13.953 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78922024-10-18T21:30:15.264Z[ recovery-image] Oct 18 21:30:13.963 INFO O| Oct 18 21:30:13.963 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
78932024-10-18T21:30:15.264Z[ recovery-image] Oct 18 21:30:13.963 INFO O| Oct 18 21:30:13.963 INFO STEP 12 (remove_files) COMPLETE
78942024-10-18T21:30:15.267Z[ recovery-image] Oct 18 21:30:13.963 INFO O| Oct 18 21:30:13.963 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78952024-10-18T21:30:15.274Z[ recovery-image] Oct 18 21:30:13.973 INFO O| Oct 18 21:30:13.973 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78962024-10-18T21:30:15.276Z[ recovery-image] Oct 18 21:30:13.973 INFO O| Oct 18 21:30:13.973 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78972024-10-18T21:30:15.276Z[ recovery-image] Oct 18 21:30:13.973 INFO O| Oct 18 21:30:13.973 INFO STEP 13 (ensure_dir) COMPLETE
78982024-10-18T21:30:15.276Z[ recovery-image] Oct 18 21:30:13.973 INFO O| Oct 18 21:30:13.973 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78992024-10-18T21:30:15.284Z[ recovery-image] Oct 18 21:30:13.984 INFO O| Oct 18 21:30:13.984 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79002024-10-18T21:30:15.287Z[ recovery-image] Oct 18 21:30:13.984 INFO O| Oct 18 21:30:13.984 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79012024-10-18T21:30:15.287Z[ recovery-image] Oct 18 21:30:13.984 INFO O| Oct 18 21:30:13.984 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79022024-10-18T21:30:15.287Z[ recovery-image] Oct 18 21:30:13.984 INFO O| Oct 18 21:30:13.984 INFO STEP 14 (ensure_dir) COMPLETE
79032024-10-18T21:30:15.287Z[ recovery-image] Oct 18 21:30:13.984 INFO O| Oct 18 21:30:13.984 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79042024-10-18T21:30:15.294Z[ recovery-image] Oct 18 21:30:13.994 INFO O| Oct 18 21:30:13.994 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79052024-10-18T21:30:15.297Z[ recovery-image] Oct 18 21:30:13.994 INFO O| Oct 18 21:30:13.994 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79062024-10-18T21:30:15.297Z[ recovery-image] Oct 18 21:30:13.994 INFO O| Oct 18 21:30:13.994 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79072024-10-18T21:30:15.297Z[ recovery-image] Oct 18 21:30:13.994 INFO O| Oct 18 21:30:13.994 INFO STEP 15 (ensure_dir) COMPLETE
79082024-10-18T21:30:15.297Z[ recovery-image] Oct 18 21:30:13.994 INFO O| Oct 18 21:30:13.994 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79092024-10-18T21:30:15.306Z[ recovery-image] Oct 18 21:30:14.005 INFO O| Oct 18 21:30:14.005 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79102024-10-18T21:30:15.306Z[ recovery-image] Oct 18 21:30:14.005 INFO O| Oct 18 21:30:14.005 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79112024-10-18T21:30:15.306Z[ recovery-image] Oct 18 21:30:14.005 INFO O| Oct 18 21:30:14.005 INFO STEP 16 (ensure_dir) COMPLETE
79122024-10-18T21:30:15.308Z[ recovery-image] Oct 18 21:30:14.005 INFO O| Oct 18 21:30:14.005 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79132024-10-18T21:30:15.318Z[ recovery-image] Oct 18 21:30:14.017 INFO O| Oct 18 21:30:14.017 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79142024-10-18T21:30:15.318Z[ recovery-image] Oct 18 21:30:14.017 INFO O| Oct 18 21:30:14.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79152024-10-18T21:30:15.318Z[ recovery-image] Oct 18 21:30:14.017 INFO O| Oct 18 21:30:14.017 INFO STEP 17 (ensure_dir) COMPLETE
79162024-10-18T21:30:15.320Z[ recovery-image] Oct 18 21:30:14.017 INFO O| Oct 18 21:30:14.017 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79172024-10-18T21:30:15.330Z[ recovery-image] Oct 18 21:30:14.029 INFO O| Oct 18 21:30:14.029 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
79182024-10-18T21:30:15.330Z[ recovery-image] Oct 18 21:30:14.029 INFO O| Oct 18 21:30:14.029 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
79192024-10-18T21:30:15.333Z[ recovery-image] Oct 18 21:30:14.029 INFO O| Oct 18 21:30:14.029 INFO ok!
79202024-10-18T21:30:15.333Z[ recovery-image] Oct 18 21:30:14.029 INFO O| Oct 18 21:30:14.029 INFO STEP 18 (ensure_symlink) COMPLETE
79212024-10-18T21:30:15.333Z[ recovery-image] Oct 18 21:30:14.029 INFO O| Oct 18 21:30:14.029 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79222024-10-18T21:30:15.341Z[ recovery-image] Oct 18 21:30:14.040 INFO O| Oct 18 21:30:14.040 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
79232024-10-18T21:30:15.341Z[ recovery-image] Oct 18 21:30:14.041 INFO O| Oct 18 21:30:14.040 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
79242024-10-18T21:30:15.344Z[ recovery-image] Oct 18 21:30:14.041 INFO O| Oct 18 21:30:14.041 INFO ok!
79252024-10-18T21:30:15.344Z[ recovery-image] Oct 18 21:30:14.041 INFO O| Oct 18 21:30:14.041 INFO STEP 19 (ensure_file) COMPLETE
79262024-10-18T21:30:15.344Z[ recovery-image] Oct 18 21:30:14.041 INFO O| Oct 18 21:30:14.041 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79272024-10-18T21:30:15.352Z[ recovery-image] Oct 18 21:30:14.052 INFO O| Oct 18 21:30:14.052 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
79282024-10-18T21:30:15.352Z[ recovery-image] Oct 18 21:30:14.052 INFO O| Oct 18 21:30:14.052 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
79292024-10-18T21:30:15.354Z[ recovery-image] Oct 18 21:30:14.052 INFO O| Oct 18 21:30:14.052 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
79302024-10-18T21:30:15.354Z[ recovery-image] Oct 18 21:30:14.052 INFO O| Oct 18 21:30:14.052 INFO ok!
79312024-10-18T21:30:15.355Z[ recovery-image] Oct 18 21:30:14.052 INFO O| Oct 18 21:30:14.052 INFO STEP 20 (ensure_symlink) COMPLETE
79322024-10-18T21:30:15.355Z[ recovery-image] Oct 18 21:30:14.052 INFO O| Oct 18 21:30:14.052 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79332024-10-18T21:30:15.365Z[ recovery-image] Oct 18 21:30:14.064 INFO O| Oct 18 21:30:14.064 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
79342024-10-18T21:30:15.365Z[ recovery-image] Oct 18 21:30:14.064 INFO O| Oct 18 21:30:14.064 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
79352024-10-18T21:30:15.367Z[ recovery-image] Oct 18 21:30:14.064 INFO O| Oct 18 21:30:14.064 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
79362024-10-18T21:30:15.367Z[ recovery-image] Oct 18 21:30:14.064 INFO O| Oct 18 21:30:14.064 INFO ok!
79372024-10-18T21:30:15.367Z[ recovery-image] Oct 18 21:30:14.064 INFO O| Oct 18 21:30:14.064 INFO STEP 21 (ensure_symlink) COMPLETE
79382024-10-18T21:30:15.367Z[ recovery-image] Oct 18 21:30:14.064 INFO O| Oct 18 21:30:14.064 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79392024-10-18T21:30:15.375Z[ recovery-image] Oct 18 21:30:14.074 INFO O| Oct 18 21:30:14.074 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
79402024-10-18T21:30:15.375Z[ recovery-image] Oct 18 21:30:14.074 INFO O| Oct 18 21:30:14.074 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
79412024-10-18T21:30:15.377Z[ recovery-image] Oct 18 21:30:14.075 INFO O| Oct 18 21:30:14.075 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79422024-10-18T21:30:15.377Z[ recovery-image] Oct 18 21:30:14.075 INFO O| Oct 18 21:30:14.075 INFO ok!
79432024-10-18T21:30:15.377Z[ recovery-image] Oct 18 21:30:14.075 INFO O| Oct 18 21:30:14.075 INFO STEP 22 (ensure_symlink) COMPLETE
79442024-10-18T21:30:15.377Z[ recovery-image] Oct 18 21:30:14.075 INFO O| Oct 18 21:30:14.075 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79452024-10-18T21:30:15.385Z[ recovery-image] Oct 18 21:30:14.085 INFO O| Oct 18 21:30:14.084 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79462024-10-18T21:30:15.385Z[ recovery-image] Oct 18 21:30:14.085 INFO O| Oct 18 21:30:14.085 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79472024-10-18T21:30:15.387Z[ recovery-image] Oct 18 21:30:14.085 INFO O| Oct 18 21:30:14.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79482024-10-18T21:30:15.387Z[ recovery-image] Oct 18 21:30:14.085 INFO O| Oct 18 21:30:14.085 INFO ok!
79492024-10-18T21:30:15.387Z[ recovery-image] Oct 18 21:30:14.085 INFO O| Oct 18 21:30:14.085 INFO STEP 23 (ensure_symlink) COMPLETE
79502024-10-18T21:30:15.387Z[ recovery-image] Oct 18 21:30:14.085 INFO O| Oct 18 21:30:14.085 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79512024-10-18T21:30:15.395Z[ recovery-image] Oct 18 21:30:14.095 INFO O| Oct 18 21:30:14.095 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79522024-10-18T21:30:15.395Z[ recovery-image] Oct 18 21:30:14.095 INFO O| Oct 18 21:30:14.095 INFO copying /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf ...
79532024-10-18T21:30:15.398Z[ recovery-image] Oct 18 21:30:14.095 INFO O| Oct 18 21:30:14.095 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79542024-10-18T21:30:15.398Z[ recovery-image] Oct 18 21:30:14.095 INFO O| Oct 18 21:30:14.095 INFO ok!
79552024-10-18T21:30:15.398Z[ recovery-image] Oct 18 21:30:14.095 INFO O| Oct 18 21:30:14.095 INFO STEP 24 (ensure_file) COMPLETE
79562024-10-18T21:30:15.398Z[ recovery-image] Oct 18 21:30:14.095 INFO O| Oct 18 21:30:14.095 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79572024-10-18T21:30:15.407Z[ recovery-image] Oct 18 21:30:14.106 INFO O| Oct 18 21:30:14.106 INFO updating shadow file
79582024-10-18T21:30:15.409Z[ recovery-image] Oct 18 21:30:14.107 INFO O| Oct 18 21:30:14.107 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79592024-10-18T21:30:15.409Z[ recovery-image] Oct 18 21:30:14.107 INFO O| Oct 18 21:30:14.107 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79602024-10-18T21:30:15.409Z[ recovery-image] Oct 18 21:30:14.107 INFO O| Oct 18 21:30:14.107 INFO STEP 25 (shadow) COMPLETE
79612024-10-18T21:30:15.409Z[ recovery-image] Oct 18 21:30:14.107 INFO O| Oct 18 21:30:14.107 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79622024-10-18T21:30:15.418Z[ recovery-image] Oct 18 21:30:14.117 INFO O| Oct 18 21:30:14.117 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79632024-10-18T21:30:15.418Z[ recovery-image] Oct 18 21:30:14.117 INFO O| Oct 18 21:30:14.117 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79642024-10-18T21:30:15.420Z[ recovery-image] Oct 18 21:30:14.117 INFO O| Oct 18 21:30:14.117 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79652024-10-18T21:30:15.420Z[ recovery-image] Oct 18 21:30:14.117 INFO O| Oct 18 21:30:14.117 INFO ok!
79662024-10-18T21:30:15.420Z[ recovery-image] Oct 18 21:30:14.117 INFO O| Oct 18 21:30:14.117 INFO STEP 26 (ensure_file) COMPLETE
79672024-10-18T21:30:15.420Z[ recovery-image] Oct 18 21:30:14.117 INFO O| Oct 18 21:30:14.117 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79682024-10-18T21:30:15.428Z[ recovery-image] Oct 18 21:30:14.128 INFO O| Oct 18 21:30:14.127 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79692024-10-18T21:30:15.431Z[ recovery-image] Oct 18 21:30:14.128 INFO O| Oct 18 21:30:14.127 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79702024-10-18T21:30:15.431Z[ recovery-image] Oct 18 21:30:14.128 INFO O| Oct 18 21:30:14.128 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79712024-10-18T21:30:15.431Z[ recovery-image] Oct 18 21:30:14.128 INFO O| Oct 18 21:30:14.128 INFO ok!
79722024-10-18T21:30:15.431Z[ recovery-image] Oct 18 21:30:14.128 INFO O| Oct 18 21:30:14.128 INFO STEP 27 (ensure_file) COMPLETE
79732024-10-18T21:30:15.431Z[ recovery-image] Oct 18 21:30:14.128 INFO O| Oct 18 21:30:14.128 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79742024-10-18T21:30:15.439Z[ recovery-image] Oct 18 21:30:14.139 INFO O| Oct 18 21:30:14.139 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79752024-10-18T21:30:15.439Z[ recovery-image] Oct 18 21:30:14.139 INFO O| Oct 18 21:30:14.139 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79762024-10-18T21:30:15.442Z[ recovery-image] Oct 18 21:30:14.139 INFO O| Oct 18 21:30:14.139 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79772024-10-18T21:30:15.442Z[ recovery-image] Oct 18 21:30:14.139 INFO O| Oct 18 21:30:14.139 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79782024-10-18T21:30:15.442Z[ recovery-image] Oct 18 21:30:14.139 INFO O| Oct 18 21:30:14.139 INFO ok!
79792024-10-18T21:30:15.442Z[ recovery-image] Oct 18 21:30:14.139 INFO O| Oct 18 21:30:14.139 INFO STEP 28 (ensure_file) COMPLETE
79802024-10-18T21:30:15.442Z[ recovery-image] Oct 18 21:30:14.139 INFO O| Oct 18 21:30:14.139 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79812024-10-18T21:30:15.458Z[ recovery-image] Oct 18 21:30:14.157 INFO O| Oct 18 21:30:14.157 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79822024-10-18T21:30:15.461Z[ recovery-image] Oct 18 21:30:14.157 INFO O| Oct 18 21:30:14.157 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79832024-10-18T21:30:15.461Z[ recovery-image] Oct 18 21:30:14.157 INFO O| Oct 18 21:30:14.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
79842024-10-18T21:30:15.461Z[ recovery-image] Oct 18 21:30:14.158 INFO O| Oct 18 21:30:14.157 INFO ok!
79852024-10-18T21:30:15.461Z[ recovery-image] Oct 18 21:30:14.158 INFO O| Oct 18 21:30:14.158 INFO STEP 29 (ensure_file) COMPLETE
79862024-10-18T21:30:15.461Z[ recovery-image] Oct 18 21:30:14.158 INFO O| Oct 18 21:30:14.158 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79872024-10-18T21:30:15.485Z[ recovery-image] Oct 18 21:30:14.182 INFO O| Oct 18 21:30:14.182 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
79882024-10-18T21:30:15.485Z[ recovery-image] Oct 18 21:30:14.182 INFO O| Oct 18 21:30:14.182 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
79892024-10-18T21:30:15.485Z[ recovery-image] Oct 18 21:30:14.182 INFO O| Oct 18 21:30:14.182 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
79902024-10-18T21:30:15.485Z[ recovery-image] Oct 18 21:30:14.182 INFO O| Oct 18 21:30:14.182 INFO ok!
79912024-10-18T21:30:15.485Z[ recovery-image] Oct 18 21:30:14.183 INFO O| Oct 18 21:30:14.182 INFO STEP 30 (ensure_file) COMPLETE
79922024-10-18T21:30:15.485Z[ recovery-image] Oct 18 21:30:14.183 INFO O| Oct 18 21:30:14.182 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79932024-10-18T21:30:15.505Z[ recovery-image] Oct 18 21:30:14.202 INFO O| Oct 18 21:30:14.202 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
79942024-10-18T21:30:15.505Z[ recovery-image] Oct 18 21:30:14.202 INFO O| Oct 18 21:30:14.202 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
79952024-10-18T21:30:15.505Z[ recovery-image] Oct 18 21:30:14.202 INFO O| Oct 18 21:30:14.202 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79962024-10-18T21:30:15.508Z[ recovery-image] Oct 18 21:30:14.202 INFO O| Oct 18 21:30:14.202 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79972024-10-18T21:30:15.508Z[ recovery-image] Oct 18 21:30:14.202 INFO O| Oct 18 21:30:14.202 INFO ok!
79982024-10-18T21:30:15.508Z[ recovery-image] Oct 18 21:30:14.202 INFO O| Oct 18 21:30:14.202 INFO STEP 31 (ensure_file) COMPLETE
79992024-10-18T21:30:15.508Z[ recovery-image] Oct 18 21:30:14.202 INFO O| Oct 18 21:30:14.202 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80002024-10-18T21:30:15.528Z[ recovery-image] Oct 18 21:30:14.226 INFO O| Oct 18 21:30:14.226 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
80012024-10-18T21:30:15.532Z[ recovery-image] Oct 18 21:30:14.226 INFO O| Oct 18 21:30:14.226 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
80022024-10-18T21:30:15.532Z[ recovery-image] Oct 18 21:30:14.226 INFO O| Oct 18 21:30:14.226 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
80032024-10-18T21:30:15.532Z[ recovery-image] Oct 18 21:30:14.226 INFO O| Oct 18 21:30:14.226 INFO ok!
80042024-10-18T21:30:15.532Z[ recovery-image] Oct 18 21:30:14.226 INFO O| Oct 18 21:30:14.226 INFO STEP 32 (ensure_file) COMPLETE
80052024-10-18T21:30:15.532Z[ recovery-image] Oct 18 21:30:14.226 INFO O| Oct 18 21:30:14.226 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80062024-10-18T21:30:15.550Z[ recovery-image] Oct 18 21:30:14.247 INFO O| Oct 18 21:30:14.247 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
80072024-10-18T21:30:15.550Z[ recovery-image] Oct 18 21:30:14.248 INFO O| Oct 18 21:30:14.247 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
80082024-10-18T21:30:15.550Z[ recovery-image] Oct 18 21:30:14.248 INFO O| Oct 18 21:30:14.248 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
80092024-10-18T21:30:15.550Z[ recovery-image] Oct 18 21:30:14.248 INFO O| Oct 18 21:30:14.248 INFO ok!
80102024-10-18T21:30:15.553Z[ recovery-image] Oct 18 21:30:14.248 INFO O| Oct 18 21:30:14.248 INFO STEP 33 (ensure_file) COMPLETE
80112024-10-18T21:30:15.553Z[ recovery-image] Oct 18 21:30:14.248 INFO O| Oct 18 21:30:14.248 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80122024-10-18T21:30:15.574Z[ recovery-image] Oct 18 21:30:14.273 INFO O| Oct 18 21:30:14.273 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
80132024-10-18T21:30:15.574Z[ recovery-image] Oct 18 21:30:14.273 INFO O| Oct 18 21:30:14.273 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
80142024-10-18T21:30:15.576Z[ recovery-image] Oct 18 21:30:14.274 INFO O| Oct 18 21:30:14.273 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80152024-10-18T21:30:15.576Z[ recovery-image] Oct 18 21:30:14.274 INFO O| Oct 18 21:30:14.274 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80162024-10-18T21:30:15.576Z[ recovery-image] Oct 18 21:30:14.274 INFO O| Oct 18 21:30:14.274 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80172024-10-18T21:30:15.576Z[ recovery-image] Oct 18 21:30:14.274 INFO O| Oct 18 21:30:14.274 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80182024-10-18T21:30:15.576Z[ recovery-image] Oct 18 21:30:14.274 INFO O| Oct 18 21:30:14.274 INFO ok!
80192024-10-18T21:30:15.577Z[ recovery-image] Oct 18 21:30:14.274 INFO O| Oct 18 21:30:14.274 INFO STEP 34 (ensure_file) COMPLETE
80202024-10-18T21:30:15.577Z[ recovery-image] Oct 18 21:30:14.274 INFO O| Oct 18 21:30:14.274 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80212024-10-18T21:30:15.588Z[ recovery-image] Oct 18 21:30:14.287 INFO O| Oct 18 21:30:14.287 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80222024-10-18T21:30:15.588Z[ recovery-image] Oct 18 21:30:14.287 INFO O| Oct 18 21:30:14.287 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80232024-10-18T21:30:15.590Z[ recovery-image] Oct 18 21:30:14.287 INFO O| Oct 18 21:30:14.287 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80242024-10-18T21:30:15.591Z[ recovery-image] Oct 18 21:30:14.287 INFO O| Oct 18 21:30:14.287 INFO STEP 35 (ensure_dir) COMPLETE
80252024-10-18T21:30:15.591Z[ recovery-image] Oct 18 21:30:14.287 INFO O| Oct 18 21:30:14.287 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80262024-10-18T21:30:15.604Z[ recovery-image] Oct 18 21:30:14.303 INFO O| Oct 18 21:30:14.303 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
80272024-10-18T21:30:15.604Z[ recovery-image] Oct 18 21:30:14.303 INFO O| Oct 18 21:30:14.303 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 ...
80282024-10-18T21:30:15.606Z[ recovery-image] Oct 18 21:30:14.304 INFO O| Oct 18 21:30:14.303 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
80292024-10-18T21:30:15.606Z[ recovery-image] Oct 18 21:30:14.304 INFO O| Oct 18 21:30:14.303 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
80302024-10-18T21:30:15.606Z[ recovery-image] Oct 18 21:30:14.304 INFO O| Oct 18 21:30:14.303 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
80312024-10-18T21:30:15.606Z[ recovery-image] Oct 18 21:30:14.304 INFO O| Oct 18 21:30:14.303 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
80322024-10-18T21:30:15.606Z[ recovery-image] Oct 18 21:30:14.304 INFO O| Oct 18 21:30:14.304 INFO ok!
80332024-10-18T21:30:15.606Z[ recovery-image] Oct 18 21:30:14.304 INFO O| Oct 18 21:30:14.304 INFO STEP 36 (ensure_file) COMPLETE
80342024-10-18T21:30:15.606Z[ recovery-image] Oct 18 21:30:14.304 INFO O| Oct 18 21:30:14.304 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80352024-10-18T21:30:15.618Z[ recovery-image] Oct 18 21:30:14.317 INFO O| Oct 18 21:30:14.317 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
80362024-10-18T21:30:15.618Z[ recovery-image] Oct 18 21:30:14.317 INFO O| Oct 18 21:30:14.317 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 ...
80372024-10-18T21:30:15.621Z[ recovery-image] Oct 18 21:30:14.317 INFO O| Oct 18 21:30:14.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
80382024-10-18T21:30:15.621Z[ recovery-image] Oct 18 21:30:14.317 INFO O| Oct 18 21:30:14.317 INFO ok!
80392024-10-18T21:30:15.621Z[ recovery-image] Oct 18 21:30:14.317 INFO O| Oct 18 21:30:14.317 INFO STEP 37 (ensure_symlink) COMPLETE
80402024-10-18T21:30:15.621Z[ recovery-image] Oct 18 21:30:14.317 INFO O| Oct 18 21:30:14.317 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80412024-10-18T21:30:15.633Z[ recovery-image] Oct 18 21:30:14.332 INFO O| Oct 18 21:30:14.332 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80422024-10-18T21:30:15.633Z[ recovery-image] Oct 18 21:30:14.332 INFO O| Oct 18 21:30:14.332 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80432024-10-18T21:30:15.635Z[ recovery-image] Oct 18 21:30:14.332 INFO O| Oct 18 21:30:14.332 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80442024-10-18T21:30:15.635Z[ recovery-image] Oct 18 21:30:14.332 INFO O| Oct 18 21:30:14.332 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80452024-10-18T21:30:15.635Z[ recovery-image] Oct 18 21:30:14.332 INFO O| Oct 18 21:30:14.332 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80462024-10-18T21:30:15.635Z[ recovery-image] Oct 18 21:30:14.332 INFO O| Oct 18 21:30:14.332 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80472024-10-18T21:30:15.635Z[ recovery-image] Oct 18 21:30:14.332 INFO O| Oct 18 21:30:14.332 INFO ok!
80482024-10-18T21:30:15.635Z[ recovery-image] Oct 18 21:30:14.332 INFO O| Oct 18 21:30:14.332 INFO STEP 38 (ensure_file) COMPLETE
80492024-10-18T21:30:15.635Z[ recovery-image] Oct 18 21:30:14.332 INFO O| Oct 18 21:30:14.332 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80502024-10-18T21:30:15.645Z[ recovery-image] Oct 18 21:30:14.345 INFO O| Oct 18 21:30:14.344 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80512024-10-18T21:30:15.647Z[ recovery-image] Oct 18 21:30:14.345 INFO O| Oct 18 21:30:14.345 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 ...
80522024-10-18T21:30:15.647Z[ recovery-image] Oct 18 21:30:14.345 INFO O| Oct 18 21:30:14.345 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
80532024-10-18T21:30:15.648Z[ recovery-image] Oct 18 21:30:14.345 INFO O| Oct 18 21:30:14.345 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80542024-10-18T21:30:15.648Z[ recovery-image] Oct 18 21:30:14.345 INFO O| Oct 18 21:30:14.345 INFO ok!
80552024-10-18T21:30:15.648Z[ recovery-image] Oct 18 21:30:14.345 INFO O| Oct 18 21:30:14.345 INFO STEP 39 (ensure_file) COMPLETE
80562024-10-18T21:30:15.648Z[ recovery-image] Oct 18 21:30:14.345 INFO O| Oct 18 21:30:14.345 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80572024-10-18T21:30:15.660Z[ recovery-image] Oct 18 21:30:14.359 INFO O| Oct 18 21:30:14.359 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80582024-10-18T21:30:15.660Z[ recovery-image] Oct 18 21:30:14.359 INFO O| Oct 18 21:30:14.359 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80592024-10-18T21:30:15.660Z[ recovery-image] Oct 18 21:30:14.359 INFO O| Oct 18 21:30:14.359 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80602024-10-18T21:30:15.663Z[ recovery-image] Oct 18 21:30:14.359 INFO O| Oct 18 21:30:14.359 INFO ok!
80612024-10-18T21:30:15.663Z[ recovery-image] Oct 18 21:30:14.359 INFO O| Oct 18 21:30:14.359 INFO STEP 40 (ensure_file) COMPLETE
80622024-10-18T21:30:15.663Z[ recovery-image] Oct 18 21:30:14.359 INFO O| Oct 18 21:30:14.359 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80632024-10-18T21:30:15.673Z[ recovery-image] Oct 18 21:30:14.372 INFO O| Oct 18 21:30:14.372 INFO updating shadow file
80642024-10-18T21:30:15.676Z[ recovery-image] Oct 18 21:30:14.372 INFO O| Oct 18 21:30:14.372 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80652024-10-18T21:30:15.676Z[ recovery-image] Oct 18 21:30:14.372 INFO O| Oct 18 21:30:14.372 INFO STEP 41 (shadow) COMPLETE
80662024-10-18T21:30:15.676Z[ recovery-image] Oct 18 21:30:14.372 INFO O| Oct 18 21:30:14.372 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80672024-10-18T21:30:15.686Z[ recovery-image] Oct 18 21:30:14.385 INFO O| Oct 18 21:30:14.385 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80682024-10-18T21:30:15.686Z[ recovery-image] Oct 18 21:30:14.385 INFO O| Oct 18 21:30:14.385 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80692024-10-18T21:30:15.689Z[ recovery-image] Oct 18 21:30:14.386 INFO O| Oct 18 21:30:14.385 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80702024-10-18T21:30:15.689Z[ recovery-image] Oct 18 21:30:14.386 INFO O| Oct 18 21:30:14.386 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80712024-10-18T21:30:15.689Z[ recovery-image] Oct 18 21:30:14.386 INFO O| Oct 18 21:30:14.386 INFO ok!
80722024-10-18T21:30:15.689Z[ recovery-image] Oct 18 21:30:14.386 INFO O| Oct 18 21:30:14.386 INFO STEP 42 (ensure_file) COMPLETE
80732024-10-18T21:30:15.689Z[ recovery-image] Oct 18 21:30:14.386 INFO O| Oct 18 21:30:14.386 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80742024-10-18T21:30:15.698Z[ recovery-image] Oct 18 21:30:14.398 INFO O| Oct 18 21:30:14.398 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80752024-10-18T21:30:15.699Z[ recovery-image] Oct 18 21:30:14.398 INFO O| Oct 18 21:30:14.398 INFO STEP 43 (ensure_dir) COMPLETE
80762024-10-18T21:30:15.701Z[ recovery-image] Oct 18 21:30:14.398 INFO O| Oct 18 21:30:14.398 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80772024-10-18T21:30:15.709Z[ recovery-image] Oct 18 21:30:14.408 INFO O| Oct 18 21:30:14.408 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80782024-10-18T21:30:15.709Z[ recovery-image] Oct 18 21:30:14.408 INFO O| Oct 18 21:30:14.408 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80792024-10-18T21:30:15.712Z[ recovery-image] Oct 18 21:30:14.408 INFO O| Oct 18 21:30:14.408 INFO STEP 44 (ensure_dir) COMPLETE
80802024-10-18T21:30:15.712Z[ recovery-image] Oct 18 21:30:14.408 INFO O| Oct 18 21:30:14.408 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80812024-10-18T21:30:15.719Z[ recovery-image] Oct 18 21:30:14.419 INFO O| Oct 18 21:30:14.418 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80822024-10-18T21:30:15.719Z[ recovery-image] Oct 18 21:30:14.419 INFO O| Oct 18 21:30:14.419 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80832024-10-18T21:30:15.722Z[ recovery-image] Oct 18 21:30:14.419 INFO O| Oct 18 21:30:14.419 INFO STEP 45 (ensure_dir) COMPLETE
80842024-10-18T21:30:15.722Z[ recovery-image] Oct 18 21:30:14.419 INFO O| Oct 18 21:30:14.419 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80852024-10-18T21:30:15.730Z[ recovery-image] Oct 18 21:30:14.429 INFO O| Oct 18 21:30:14.429 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
80862024-10-18T21:30:15.733Z[ recovery-image] Oct 18 21:30:14.429 INFO O| Oct 18 21:30:14.429 INFO copying /tmp/.tmpv1hBWs/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
80872024-10-18T21:30:15.764Z[ recovery-image] Oct 18 21:30:14.463 INFO O| Oct 18 21:30:14.462 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
80882024-10-18T21:30:15.764Z[ recovery-image] Oct 18 21:30:14.463 INFO O| Oct 18 21:30:14.463 INFO ok!
80892024-10-18T21:30:15.766Z[ recovery-image] Oct 18 21:30:14.463 INFO O| Oct 18 21:30:14.463 INFO STEP 46 (ensure_file) COMPLETE
80902024-10-18T21:30:15.766Z[ recovery-image] Oct 18 21:30:14.463 INFO O| Oct 18 21:30:14.463 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80912024-10-18T21:30:15.776Z[ recovery-image] Oct 18 21:30:14.475 INFO O| Oct 18 21:30:14.475 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80922024-10-18T21:30:15.776Z[ recovery-image] Oct 18 21:30:14.475 INFO O| Oct 18 21:30:14.475 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80932024-10-18T21:30:15.779Z[ recovery-image] Oct 18 21:30:14.475 INFO O| Oct 18 21:30:14.475 INFO STEP 47 (ensure_dir) COMPLETE
80942024-10-18T21:30:15.779Z[ recovery-image] Oct 18 21:30:14.475 INFO O| Oct 18 21:30:14.475 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80952024-10-18T21:30:15.787Z[ recovery-image] Oct 18 21:30:14.486 INFO O| Oct 18 21:30:14.486 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
80962024-10-18T21:30:15.789Z[ recovery-image] Oct 18 21:30:14.486 INFO O| Oct 18 21:30:14.486 INFO copying /tmp/.tmpv1hBWs/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
80972024-10-18T21:30:15.789Z[ recovery-image] Oct 18 21:30:14.486 INFO O| Oct 18 21:30:14.486 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
80982024-10-18T21:30:15.790Z[ recovery-image] Oct 18 21:30:14.486 INFO O| Oct 18 21:30:14.486 INFO ok!
80992024-10-18T21:30:15.790Z[ recovery-image] Oct 18 21:30:14.486 INFO O| Oct 18 21:30:14.486 INFO STEP 48 (ensure_file) COMPLETE
81002024-10-18T21:30:15.790Z[ recovery-image] Oct 18 21:30:14.486 INFO O| Oct 18 21:30:14.486 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81012024-10-18T21:30:15.798Z[ recovery-image] Oct 18 21:30:14.497 INFO O| Oct 18 21:30:14.497 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81022024-10-18T21:30:15.800Z[ recovery-image] Oct 18 21:30:14.497 INFO O| Oct 18 21:30:14.497 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81032024-10-18T21:30:15.801Z[ recovery-image] Oct 18 21:30:14.497 INFO O| Oct 18 21:30:14.497 INFO STEP 49 (ensure_dir) COMPLETE
81042024-10-18T21:30:15.801Z[ recovery-image] Oct 18 21:30:14.497 INFO O| Oct 18 21:30:14.497 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81052024-10-18T21:30:15.808Z[ recovery-image] Oct 18 21:30:14.508 INFO O| Oct 18 21:30:14.508 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
81062024-10-18T21:30:15.814Z[ recovery-image] Oct 18 21:30:14.508 INFO O| Oct 18 21:30:14.508 INFO copying /tmp/.tmpv1hBWs/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
81072024-10-18T21:30:15.823Z[ recovery-image] Oct 18 21:30:14.522 INFO O| Oct 18 21:30:14.522 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
81082024-10-18T21:30:15.823Z[ recovery-image] Oct 18 21:30:14.522 INFO O| Oct 18 21:30:14.522 INFO ok!
81092024-10-18T21:30:15.823Z[ recovery-image] Oct 18 21:30:14.522 INFO O| Oct 18 21:30:14.522 INFO STEP 50 (ensure_file) COMPLETE
81102024-10-18T21:30:15.823Z[ recovery-image] Oct 18 21:30:14.522 INFO O| Oct 18 21:30:14.522 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81112024-10-18T21:30:15.834Z[ recovery-image] Oct 18 21:30:14.533 INFO O| Oct 18 21:30:14.533 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
81122024-10-18T21:30:15.838Z[ recovery-image] Oct 18 21:30:14.533 INFO O| Oct 18 21:30:14.533 INFO copying /tmp/.tmpv1hBWs/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
81132024-10-18T21:30:16.298Z[ host-image] Oct 18 21:30:14.997 INFO O| Oct 18 21:30:14.997 INFO O| Done
81142024-10-18T21:30:16.327Z[ host-image] Oct 18 21:30:15.026 INFO O| Oct 18 21:30:15.026 INFO O| Done
81152024-10-18T21:30:16.327Z[ host-image] Oct 18 21:30:15.026 INFO O| Oct 18 21:30:15.026 INFO O| Done
81162024-10-18T21:30:16.336Z[ recovery-image] Oct 18 21:30:15.035 INFO O| Oct 18 21:30:15.035 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
81172024-10-18T21:30:16.336Z[ recovery-image] Oct 18 21:30:15.035 INFO O| Oct 18 21:30:15.035 INFO ok!
81182024-10-18T21:30:16.336Z[ recovery-image] Oct 18 21:30:15.035 INFO O| Oct 18 21:30:15.035 INFO STEP 51 (ensure_file) COMPLETE
81192024-10-18T21:30:16.338Z[ recovery-image] Oct 18 21:30:15.035 INFO O| Oct 18 21:30:15.035 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81202024-10-18T21:30:16.338Z[ host-image] Oct 18 21:30:15.036 INFO O| Oct 18 21:30:15.036 INFO O| Done
81212024-10-18T21:30:16.348Z[ recovery-image] Oct 18 21:30:15.048 INFO O| Oct 18 21:30:15.047 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81222024-10-18T21:30:16.348Z[ recovery-image] Oct 18 21:30:15.048 INFO O| Oct 18 21:30:15.048 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81232024-10-18T21:30:16.348Z[ recovery-image] Oct 18 21:30:15.048 INFO O| Oct 18 21:30:15.048 INFO STEP 52 (ensure_dir) COMPLETE
81242024-10-18T21:30:16.351Z[ recovery-image] Oct 18 21:30:15.048 INFO O| Oct 18 21:30:15.048 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81252024-10-18T21:30:16.360Z[ recovery-image] Oct 18 21:30:15.060 INFO O| Oct 18 21:30:15.059 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
81262024-10-18T21:30:16.360Z[ recovery-image] Oct 18 21:30:15.060 INFO O| Oct 18 21:30:15.060 INFO copying /tmp/.tmpv1hBWs/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 ...
81272024-10-18T21:30:16.363Z[ recovery-image] Oct 18 21:30:15.060 INFO O| Oct 18 21:30:15.060 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
81282024-10-18T21:30:16.363Z[ recovery-image] Oct 18 21:30:15.060 INFO O| Oct 18 21:30:15.060 INFO ok!
81292024-10-18T21:30:16.363Z[ recovery-image] Oct 18 21:30:15.060 INFO O| Oct 18 21:30:15.060 INFO STEP 53 (ensure_file) COMPLETE
81302024-10-18T21:30:16.363Z[ recovery-image] Oct 18 21:30:15.060 INFO O| Oct 18 21:30:15.060 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81312024-10-18T21:30:16.371Z[ recovery-image] Oct 18 21:30:15.071 INFO O| Oct 18 21:30:15.071 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
81322024-10-18T21:30:16.372Z[ recovery-image] Oct 18 21:30:15.071 INFO O| Oct 18 21:30:15.071 INFO copying /tmp/.tmpv1hBWs/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 ...
81332024-10-18T21:30:16.374Z[ recovery-image] Oct 18 21:30:15.071 INFO O| Oct 18 21:30:15.071 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
81342024-10-18T21:30:16.374Z[ recovery-image] Oct 18 21:30:15.071 INFO O| Oct 18 21:30:15.071 INFO ok!
81352024-10-18T21:30:16.374Z[ recovery-image] Oct 18 21:30:15.071 INFO O| Oct 18 21:30:15.071 INFO STEP 54 (ensure_file) COMPLETE
81362024-10-18T21:30:16.374Z[ recovery-image] Oct 18 21:30:15.071 INFO O| Oct 18 21:30:15.071 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81372024-10-18T21:30:16.382Z[ recovery-image] Oct 18 21:30:15.082 INFO O| Oct 18 21:30:15.082 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81382024-10-18T21:30:16.382Z[ recovery-image] Oct 18 21:30:15.082 INFO O| Oct 18 21:30:15.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81392024-10-18T21:30:16.385Z[ recovery-image] Oct 18 21:30:15.082 INFO O| Oct 18 21:30:15.082 INFO STEP 55 (ensure_dir) COMPLETE
81402024-10-18T21:30:16.385Z[ recovery-image] Oct 18 21:30:15.082 INFO O| Oct 18 21:30:15.082 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81412024-10-18T21:30:16.393Z[ recovery-image] Oct 18 21:30:15.092 INFO O| Oct 18 21:30:15.092 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
81422024-10-18T21:30:16.393Z[ recovery-image] Oct 18 21:30:15.092 INFO O| Oct 18 21:30:15.092 INFO copying /tmp/.tmpv1hBWs/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 ...
81432024-10-18T21:30:16.401Z[ recovery-image] Oct 18 21:30:15.092 INFO O| Oct 18 21:30:15.092 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
81442024-10-18T21:30:16.401Z[ recovery-image] Oct 18 21:30:15.092 INFO O| Oct 18 21:30:15.092 INFO ok!
81452024-10-18T21:30:16.401Z[ recovery-image] Oct 18 21:30:15.092 INFO O| Oct 18 21:30:15.092 INFO STEP 56 (ensure_file) COMPLETE
81462024-10-18T21:30:16.401Z[ recovery-image] Oct 18 21:30:15.092 INFO O| Oct 18 21:30:15.092 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81472024-10-18T21:30:16.404Z[ recovery-image] Oct 18 21:30:15.103 INFO O| Oct 18 21:30:15.103 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81482024-10-18T21:30:16.404Z[ recovery-image] Oct 18 21:30:15.103 INFO O| Oct 18 21:30:15.103 INFO copying /tmp/.tmpv1hBWs/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 ...
81492024-10-18T21:30:16.404Z[ recovery-image] Oct 18 21:30:15.103 INFO O| Oct 18 21:30:15.103 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
81502024-10-18T21:30:16.404Z[ recovery-image] Oct 18 21:30:15.103 INFO O| Oct 18 21:30:15.103 INFO ok!
81512024-10-18T21:30:16.404Z[ recovery-image] Oct 18 21:30:15.103 INFO O| Oct 18 21:30:15.103 INFO STEP 57 (ensure_file) COMPLETE
81522024-10-18T21:30:16.411Z[ recovery-image] Oct 18 21:30:15.103 INFO O| Oct 18 21:30:15.103 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81532024-10-18T21:30:16.415Z[ recovery-image] Oct 18 21:30:15.114 INFO O| Oct 18 21:30:15.114 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81542024-10-18T21:30:16.415Z[ recovery-image] Oct 18 21:30:15.114 INFO O| Oct 18 21:30:15.114 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81552024-10-18T21:30:16.415Z[ recovery-image] Oct 18 21:30:15.114 INFO O| Oct 18 21:30:15.114 INFO STEP 58 (ensure_dir) COMPLETE
81562024-10-18T21:30:16.415Z[ recovery-image] Oct 18 21:30:15.114 INFO O| Oct 18 21:30:15.114 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81572024-10-18T21:30:16.425Z[ recovery-image] Oct 18 21:30:15.124 INFO O| Oct 18 21:30:15.124 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81582024-10-18T21:30:16.427Z[ recovery-image] Oct 18 21:30:15.124 INFO O| Oct 18 21:30:15.124 INFO copying /tmp/.tmpv1hBWs/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 ...
81592024-10-18T21:30:16.427Z[ recovery-image] Oct 18 21:30:15.124 INFO O| Oct 18 21:30:15.124 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81602024-10-18T21:30:16.427Z[ recovery-image] Oct 18 21:30:15.124 INFO O| Oct 18 21:30:15.124 INFO ok!
81612024-10-18T21:30:16.427Z[ recovery-image] Oct 18 21:30:15.125 INFO O| Oct 18 21:30:15.124 INFO STEP 59 (ensure_file) COMPLETE
81622024-10-18T21:30:16.427Z[ recovery-image] Oct 18 21:30:15.125 INFO O| Oct 18 21:30:15.124 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81632024-10-18T21:30:16.436Z[ recovery-image] Oct 18 21:30:15.135 INFO O| Oct 18 21:30:15.135 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81642024-10-18T21:30:16.436Z[ recovery-image] Oct 18 21:30:15.135 INFO O| Oct 18 21:30:15.135 INFO copying /tmp/.tmpv1hBWs/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81652024-10-18T21:30:16.438Z[ recovery-image] Oct 18 21:30:15.135 INFO O| Oct 18 21:30:15.135 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81662024-10-18T21:30:16.438Z[ recovery-image] Oct 18 21:30:15.135 INFO O| Oct 18 21:30:15.135 INFO ok!
81672024-10-18T21:30:16.438Z[ recovery-image] Oct 18 21:30:15.135 INFO O| Oct 18 21:30:15.135 INFO STEP 60 (ensure_file) COMPLETE
81682024-10-18T21:30:16.438Z[ recovery-image] Oct 18 21:30:15.135 INFO O| Oct 18 21:30:15.135 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81692024-10-18T21:30:16.444Z[ host-image] Oct 18 21:30:15.143 INFO O| Oct 18 21:30:15.143 INFO STEP 14 (pkg_install) COMPLETE
81702024-10-18T21:30:16.444Z[ host-image] Oct 18 21:30:15.143 INFO O| Oct 18 21:30:15.143 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81712024-10-18T21:30:16.447Z[ host-image] Oct 18 21:30:15.143 INFO O| Oct 18 21:30:15.143 INFO skip step because feature "mfg" is not enabled
81722024-10-18T21:30:16.447Z[ host-image] Oct 18 21:30:15.143 INFO O| Oct 18 21:30:15.143 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81732024-10-18T21:30:16.447Z[ host-image] Oct 18 21:30:15.143 INFO O| Oct 18 21:30:15.143 INFO skip step because feature "compliance" is not enabled
81742024-10-18T21:30:16.447Z[ host-image] Oct 18 21:30:15.143 INFO O| Oct 18 21:30:15.143 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81752024-10-18T21:30:16.447Z[ host-image] Oct 18 21:30:15.144 INFO O| Oct 18 21:30:15.143 INFO skip step because feature "stress" is not enabled
81762024-10-18T21:30:16.447Z[ host-image] Oct 18 21:30:15.144 INFO O| Oct 18 21:30:15.143 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
81772024-10-18T21:30:16.447Z[ host-image] Oct 18 21:30:15.144 INFO O| Oct 18 21:30:15.143 INFO skip step because feature "nfs" is not enabled
81782024-10-18T21:30:16.447Z[ host-image] Oct 18 21:30:15.144 INFO O| Oct 18 21:30:15.144 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
81792024-10-18T21:30:16.447Z[ host-image] Oct 18 21:30:15.144 INFO O| Oct 18 21:30:15.144 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
81802024-10-18T21:30:16.447Z[ recovery-image] Oct 18 21:30:15.145 INFO O| Oct 18 21:30:15.145 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81812024-10-18T21:30:16.447Z[ recovery-image] Oct 18 21:30:15.145 INFO O| Oct 18 21:30:15.145 INFO STEP 61 (ensure_dir) COMPLETE
81822024-10-18T21:30:16.447Z[ recovery-image] Oct 18 21:30:15.145 INFO O| Oct 18 21:30:15.145 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81832024-10-18T21:30:16.461Z[ recovery-image] Oct 18 21:30:15.160 INFO O| Oct 18 21:30:15.160 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81842024-10-18T21:30:16.461Z[ recovery-image] Oct 18 21:30:15.160 INFO O| Oct 18 21:30:15.160 INFO STEP 62 (ensure_dir) COMPLETE
81852024-10-18T21:30:16.461Z[ recovery-image] Oct 18 21:30:15.160 INFO O| Oct 18 21:30:15.160 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81862024-10-18T21:30:16.478Z[ recovery-image] Oct 18 21:30:15.177 INFO O| Oct 18 21:30:15.177 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81872024-10-18T21:30:16.481Z[ recovery-image] Oct 18 21:30:15.177 INFO O| Oct 18 21:30:15.177 INFO STEP 63 (ensure_dir) COMPLETE
81882024-10-18T21:30:16.481Z[ recovery-image] Oct 18 21:30:15.177 INFO O| Oct 18 21:30:15.177 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81892024-10-18T21:30:16.490Z[ recovery-image] Oct 18 21:30:15.190 INFO O| Oct 18 21:30:15.190 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81902024-10-18T21:30:16.490Z[ recovery-image] Oct 18 21:30:15.190 INFO O| Oct 18 21:30:15.190 INFO STEP 64 (ensure_dir) COMPLETE
81912024-10-18T21:30:16.493Z[ recovery-image] Oct 18 21:30:15.190 INFO O| Oct 18 21:30:15.190 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81922024-10-18T21:30:16.502Z[ recovery-image] Oct 18 21:30:15.201 INFO O| Oct 18 21:30:15.201 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81932024-10-18T21:30:16.504Z[ recovery-image] Oct 18 21:30:15.201 INFO O| Oct 18 21:30:15.201 INFO copying /tmp/.tmpv1hBWs/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81942024-10-18T21:30:16.504Z[ recovery-image] Oct 18 21:30:15.202 INFO O| Oct 18 21:30:15.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81952024-10-18T21:30:16.504Z[ recovery-image] Oct 18 21:30:15.202 INFO O| Oct 18 21:30:15.202 INFO ok!
81962024-10-18T21:30:16.504Z[ recovery-image] Oct 18 21:30:15.202 INFO O| Oct 18 21:30:15.202 INFO STEP 65 (ensure_file) COMPLETE
81972024-10-18T21:30:16.505Z[ recovery-image] Oct 18 21:30:15.202 INFO O| Oct 18 21:30:15.202 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81982024-10-18T21:30:16.513Z[ recovery-image] Oct 18 21:30:15.213 INFO O| Oct 18 21:30:15.213 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
81992024-10-18T21:30:16.515Z[ recovery-image] Oct 18 21:30:15.213 INFO O| Oct 18 21:30:15.213 INFO STEP 66 (remove_files) COMPLETE
82002024-10-18T21:30:16.516Z[ recovery-image] Oct 18 21:30:15.213 INFO O| Oct 18 21:30:15.213 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82012024-10-18T21:30:16.524Z[ recovery-image] Oct 18 21:30:15.223 INFO O| Oct 18 21:30:15.223 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
82022024-10-18T21:30:16.526Z[ recovery-image] Oct 18 21:30:15.224 INFO O| Oct 18 21:30:15.224 INFO STEP 67 (remove_files) COMPLETE
82032024-10-18T21:30:16.526Z[ recovery-image] Oct 18 21:30:15.224 INFO O| Oct 18 21:30:15.224 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82042024-10-18T21:30:16.533Z[ host-image] Oct 18 21:30:15.232 INFO O| Oct 18 21:30:15.232 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
82052024-10-18T21:30:16.535Z[ recovery-image] Oct 18 21:30:15.234 INFO O| Oct 18 21:30:15.234 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
82062024-10-18T21:30:16.537Z[ recovery-image] Oct 18 21:30:15.234 INFO O| Oct 18 21:30:15.234 INFO STEP 68 (remove_files) COMPLETE
82072024-10-18T21:30:16.537Z[ recovery-image] Oct 18 21:30:15.234 INFO O| Oct 18 21:30:15.234 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82082024-10-18T21:30:16.546Z[ recovery-image] Oct 18 21:30:15.245 INFO O| Oct 18 21:30:15.245 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
82092024-10-18T21:30:16.548Z[ recovery-image] Oct 18 21:30:15.245 INFO O| Oct 18 21:30:15.245 INFO STEP 69 (remove_files) COMPLETE
82102024-10-18T21:30:16.548Z[ recovery-image] Oct 18 21:30:15.245 INFO O| Oct 18 21:30:15.245 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82112024-10-18T21:30:16.556Z[ recovery-image] Oct 18 21:30:15.256 INFO O| Oct 18 21:30:15.255 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
82122024-10-18T21:30:16.558Z[ recovery-image] Oct 18 21:30:15.256 INFO O| Oct 18 21:30:15.256 INFO STEP 70 (remove_files) COMPLETE
82132024-10-18T21:30:16.558Z[ recovery-image] Oct 18 21:30:15.256 INFO O| Oct 18 21:30:15.256 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82142024-10-18T21:30:16.567Z[ recovery-image] Oct 18 21:30:15.267 INFO O| Oct 18 21:30:15.267 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
82152024-10-18T21:30:16.569Z[ recovery-image] Oct 18 21:30:15.267 INFO O| Oct 18 21:30:15.267 INFO STEP 71 (remove_files) COMPLETE
82162024-10-18T21:30:16.570Z[ recovery-image] Oct 18 21:30:15.267 INFO O| Oct 18 21:30:15.267 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82172024-10-18T21:30:16.578Z[ recovery-image] Oct 18 21:30:15.277 INFO O| Oct 18 21:30:15.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
82182024-10-18T21:30:16.580Z[ recovery-image] Oct 18 21:30:15.277 INFO O| Oct 18 21:30:15.277 INFO STEP 72 (remove_files) COMPLETE
82192024-10-18T21:30:16.580Z[ recovery-image] Oct 18 21:30:15.277 INFO O| Oct 18 21:30:15.277 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82202024-10-18T21:30:16.588Z[ recovery-image] Oct 18 21:30:15.287 INFO O| Oct 18 21:30:15.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
82212024-10-18T21:30:16.588Z[ recovery-image] Oct 18 21:30:15.287 INFO O| Oct 18 21:30:15.287 INFO STEP 73 (remove_files) COMPLETE
82222024-10-18T21:30:16.590Z[ recovery-image] Oct 18 21:30:15.287 INFO O| Oct 18 21:30:15.287 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82232024-10-18T21:30:16.598Z[ recovery-image] Oct 18 21:30:15.297 INFO O| Oct 18 21:30:15.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
82242024-10-18T21:30:16.600Z[ recovery-image] Oct 18 21:30:15.298 INFO O| Oct 18 21:30:15.298 INFO STEP 74 (remove_files) COMPLETE
82252024-10-18T21:30:16.600Z[ recovery-image] Oct 18 21:30:15.298 INFO O| Oct 18 21:30:15.298 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82262024-10-18T21:30:16.604Z[ host-image] Oct 18 21:30:15.302 INFO O| Oct 18 21:30:15.302 INFO completed processing gimlet/ramdisk-01-os
82272024-10-18T21:30:16.606Z[ host-image] Oct 18 21:30:15.304 INFO omicron1 baseline generation...
82282024-10-18T21:30:16.606Z[ host-image] Oct 18 21:30:15.304 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
82292024-10-18T21:30:16.609Z[ recovery-image] Oct 18 21:30:15.308 INFO O| Oct 18 21:30:15.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
82302024-10-18T21:30:16.609Z[ recovery-image] Oct 18 21:30:15.308 INFO O| Oct 18 21:30:15.308 INFO STEP 75 (remove_files) COMPLETE
82312024-10-18T21:30:16.609Z[ recovery-image] Oct 18 21:30:15.308 INFO O| Oct 18 21:30:15.308 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82322024-10-18T21:30:16.619Z[ recovery-image] Oct 18 21:30:15.318 INFO O| Oct 18 21:30:15.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
82332024-10-18T21:30:16.619Z[ recovery-image] Oct 18 21:30:15.318 INFO O| Oct 18 21:30:15.318 INFO STEP 76 (remove_files) COMPLETE
82342024-10-18T21:30:16.621Z[ recovery-image] Oct 18 21:30:15.318 INFO O| Oct 18 21:30:15.318 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82352024-10-18T21:30:16.629Z[ recovery-image] Oct 18 21:30:15.329 INFO O| Oct 18 21:30:15.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
82362024-10-18T21:30:16.629Z[ recovery-image] Oct 18 21:30:15.329 INFO O| Oct 18 21:30:15.329 INFO STEP 77 (remove_files) COMPLETE
82372024-10-18T21:30:16.632Z[ recovery-image] Oct 18 21:30:15.329 INFO O| Oct 18 21:30:15.329 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82382024-10-18T21:30:16.640Z[ recovery-image] Oct 18 21:30:15.339 INFO O| Oct 18 21:30:15.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
82392024-10-18T21:30:16.640Z[ recovery-image] Oct 18 21:30:15.339 INFO O| Oct 18 21:30:15.339 INFO STEP 78 (remove_files) COMPLETE
82402024-10-18T21:30:16.640Z[ recovery-image] Oct 18 21:30:15.339 INFO O| Oct 18 21:30:15.339 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82412024-10-18T21:30:16.650Z[ recovery-image] Oct 18 21:30:15.349 INFO O| Oct 18 21:30:15.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
82422024-10-18T21:30:16.650Z[ recovery-image] Oct 18 21:30:15.350 INFO O| Oct 18 21:30:15.349 INFO STEP 79 (remove_files) COMPLETE
82432024-10-18T21:30:16.650Z[ recovery-image] Oct 18 21:30:15.350 INFO O| Oct 18 21:30:15.350 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82442024-10-18T21:30:16.661Z[ recovery-image] Oct 18 21:30:15.360 INFO O| Oct 18 21:30:15.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
82452024-10-18T21:30:16.663Z[ recovery-image] Oct 18 21:30:15.360 INFO O| Oct 18 21:30:15.360 INFO STEP 80 (remove_files) COMPLETE
82462024-10-18T21:30:16.663Z[ recovery-image] Oct 18 21:30:15.360 INFO O| Oct 18 21:30:15.360 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82472024-10-18T21:30:16.672Z[ recovery-image] Oct 18 21:30:15.371 INFO O| Oct 18 21:30:15.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
82482024-10-18T21:30:16.674Z[ recovery-image] Oct 18 21:30:15.371 INFO O| Oct 18 21:30:15.371 INFO STEP 81 (remove_files) COMPLETE
82492024-10-18T21:30:16.674Z[ recovery-image] Oct 18 21:30:15.371 INFO O| Oct 18 21:30:15.371 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82502024-10-18T21:30:16.682Z[ recovery-image] Oct 18 21:30:15.381 INFO O| Oct 18 21:30:15.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
82512024-10-18T21:30:16.682Z[ recovery-image] Oct 18 21:30:15.381 INFO O| Oct 18 21:30:15.381 INFO STEP 82 (remove_files) COMPLETE
82522024-10-18T21:30:16.682Z[ recovery-image] Oct 18 21:30:15.381 INFO O| Oct 18 21:30:15.381 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82532024-10-18T21:30:16.694Z[ recovery-image] Oct 18 21:30:15.394 INFO O| Oct 18 21:30:15.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
82542024-10-18T21:30:16.694Z[ recovery-image] Oct 18 21:30:15.394 INFO O| Oct 18 21:30:15.394 INFO STEP 83 (remove_files) COMPLETE
82552024-10-18T21:30:16.697Z[ recovery-image] Oct 18 21:30:15.394 INFO O| Oct 18 21:30:15.394 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82562024-10-18T21:30:16.705Z[ recovery-image] Oct 18 21:30:15.404 INFO O| Oct 18 21:30:15.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
82572024-10-18T21:30:16.707Z[ recovery-image] Oct 18 21:30:15.404 INFO O| Oct 18 21:30:15.404 INFO STEP 84 (remove_files) COMPLETE
82582024-10-18T21:30:16.707Z[ recovery-image] Oct 18 21:30:15.404 INFO O| Oct 18 21:30:15.404 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82592024-10-18T21:30:16.716Z[ recovery-image] Oct 18 21:30:15.415 INFO O| Oct 18 21:30:15.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
82602024-10-18T21:30:16.716Z[ recovery-image] Oct 18 21:30:15.415 INFO O| Oct 18 21:30:15.415 INFO STEP 85 (remove_files) COMPLETE
82612024-10-18T21:30:16.718Z[ recovery-image] Oct 18 21:30:15.415 INFO O| Oct 18 21:30:15.415 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82622024-10-18T21:30:16.727Z[ recovery-image] Oct 18 21:30:15.426 INFO O| Oct 18 21:30:15.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82632024-10-18T21:30:16.727Z[ recovery-image] Oct 18 21:30:15.426 INFO O| Oct 18 21:30:15.426 INFO STEP 86 (remove_files) COMPLETE
82642024-10-18T21:30:16.729Z[ recovery-image] Oct 18 21:30:15.426 INFO O| Oct 18 21:30:15.426 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82652024-10-18T21:30:16.737Z[ recovery-image] Oct 18 21:30:15.436 INFO O| Oct 18 21:30:15.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82662024-10-18T21:30:16.737Z[ recovery-image] Oct 18 21:30:15.436 INFO O| Oct 18 21:30:15.436 INFO STEP 87 (remove_files) COMPLETE
82672024-10-18T21:30:16.739Z[ recovery-image] Oct 18 21:30:15.436 INFO O| Oct 18 21:30:15.436 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82682024-10-18T21:30:16.749Z[ recovery-image] Oct 18 21:30:15.449 INFO O| Oct 18 21:30:15.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82692024-10-18T21:30:16.749Z[ recovery-image] Oct 18 21:30:15.449 INFO O| Oct 18 21:30:15.449 INFO STEP 88 (remove_files) COMPLETE
82702024-10-18T21:30:16.749Z[ recovery-image] Oct 18 21:30:15.449 INFO O| Oct 18 21:30:15.449 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82712024-10-18T21:30:16.760Z[ recovery-image] Oct 18 21:30:15.459 INFO O| Oct 18 21:30:15.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82722024-10-18T21:30:16.762Z[ recovery-image] Oct 18 21:30:15.459 INFO O| Oct 18 21:30:15.459 INFO STEP 89 (remove_files) COMPLETE
82732024-10-18T21:30:16.762Z[ recovery-image] Oct 18 21:30:15.459 INFO O| Oct 18 21:30:15.459 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82742024-10-18T21:30:16.770Z[ recovery-image] Oct 18 21:30:15.470 INFO O| Oct 18 21:30:15.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82752024-10-18T21:30:16.770Z[ recovery-image] Oct 18 21:30:15.470 INFO O| Oct 18 21:30:15.470 INFO STEP 90 (remove_files) COMPLETE
82762024-10-18T21:30:16.773Z[ recovery-image] Oct 18 21:30:15.470 INFO O| Oct 18 21:30:15.470 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82772024-10-18T21:30:16.781Z[ recovery-image] Oct 18 21:30:15.480 INFO O| Oct 18 21:30:15.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82782024-10-18T21:30:16.783Z[ recovery-image] Oct 18 21:30:15.480 INFO O| Oct 18 21:30:15.480 INFO STEP 91 (remove_files) COMPLETE
82792024-10-18T21:30:16.783Z[ recovery-image] Oct 18 21:30:15.480 INFO O| Oct 18 21:30:15.480 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82802024-10-18T21:30:16.791Z[ recovery-image] Oct 18 21:30:15.490 INFO O| Oct 18 21:30:15.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82812024-10-18T21:30:16.791Z[ recovery-image] Oct 18 21:30:15.491 INFO O| Oct 18 21:30:15.490 INFO STEP 92 (remove_files) COMPLETE
82822024-10-18T21:30:16.794Z[ recovery-image] Oct 18 21:30:15.491 INFO O| Oct 18 21:30:15.491 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82832024-10-18T21:30:16.801Z[ recovery-image] Oct 18 21:30:15.501 INFO O| Oct 18 21:30:15.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82842024-10-18T21:30:16.804Z[ recovery-image] Oct 18 21:30:15.501 INFO O| Oct 18 21:30:15.501 INFO STEP 93 (remove_files) COMPLETE
82852024-10-18T21:30:16.804Z[ recovery-image] Oct 18 21:30:15.501 INFO O| Oct 18 21:30:15.501 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82862024-10-18T21:30:16.811Z[ recovery-image] Oct 18 21:30:15.511 INFO O| Oct 18 21:30:15.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82872024-10-18T21:30:16.814Z[ recovery-image] Oct 18 21:30:15.511 INFO O| Oct 18 21:30:15.511 INFO STEP 94 (remove_files) COMPLETE
82882024-10-18T21:30:16.814Z[ recovery-image] Oct 18 21:30:15.511 INFO O| Oct 18 21:30:15.511 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82892024-10-18T21:30:16.827Z[ recovery-image] Oct 18 21:30:15.526 INFO O| Oct 18 21:30:15.526 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82902024-10-18T21:30:16.830Z[ recovery-image] Oct 18 21:30:15.527 INFO O| Oct 18 21:30:15.527 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"}
82912024-10-18T21:30:17.031Z[ host-image] Oct 18 21:30:15.730 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22978:20241018T154547Z
82922024-10-18T21:30:24.420Z[ recovery-image] Oct 18 21:30:23.118 INFO O| Oct 18 21:30:23.118 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
82932024-10-18T21:30:24.420Z[ recovery-image] Oct 18 21:30:23.118 INFO O| Oct 18 21:30:23.118 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82942024-10-18T21:30:24.433Z[ recovery-image] Oct 18 21:30:23.131 INFO O| Oct 18 21:30:23.131 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_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
82952024-10-18T21:30:24.510Z[ recovery-image] Oct 18 21:30:23.208 INFO O| Oct 18 21:30:23.208 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82962024-10-18T21:30:24.510Z[ recovery-image] Oct 18 21:30:23.208 INFO O| Oct 18 21:30:23.208 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 ...
82972024-10-18T21:30:24.513Z[ recovery-image] Oct 18 21:30:23.210 INFO O| Oct 18 21:30:23.210 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82982024-10-18T21:30:24.513Z[ recovery-image] Oct 18 21:30:23.210 INFO O| Oct 18 21:30:23.210 INFO ok!
82992024-10-18T21:30:24.513Z[ recovery-image] Oct 18 21:30:23.210 INFO O| Oct 18 21:30:23.210 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
83002024-10-18T21:30:24.513Z[ recovery-image] Oct 18 21:30:23.210 INFO O| Oct 18 21:30:23.210 INFO STEP 95 (seed_smf) COMPLETE
83012024-10-18T21:30:24.513Z[ recovery-image] Oct 18 21:30:23.210 INFO O| Oct 18 21:30:23.210 INFO steps complete; finalising image!
83022024-10-18T21:30:24.513Z[ recovery-image] Oct 18 21:30:23.210 INFO O| Oct 18 21:30:23.210 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
83032024-10-18T21:30:24.547Z[ recovery-image] Oct 18 21:30:23.245 INFO O| Oct 18 21:30:23.245 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Fri Oct 18 21:30:23 2024)
83042024-10-18T21:30:24.769Z[ recovery-image] Oct 18 21:30:23.467 INFO O| Oct 18 21:30:23.467 INFO temporary pool has 401M used, 1.36G avail, 1.00x compressratio
83052024-10-18T21:30:24.769Z[ recovery-image] Oct 18 21:30:23.467 INFO O| Oct 18 21:30:23.467 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
83062024-10-18T21:30:24.978Z[ recovery-image] Oct 18 21:30:23.676 INFO O| Oct 18 21:30:23.676 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
83072024-10-18T21:30:24.978Z[ recovery-image] Oct 18 21:30:23.676 INFO O| Oct 18 21:30:23.676 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
83082024-10-18T21:30:28.089Z[ recovery-image] Oct 18 21:30:26.786 INFO O| Oct 18 21:30:26.786 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83092024-10-18T21:30:28.089Z[ recovery-image] Oct 18 21:30:26.786 INFO O| Oct 18 21:30:26.786 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83102024-10-18T21:30:28.091Z[ recovery-image] Oct 18 21:30:26.786 INFO O| Oct 18 21:30:26.786 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83112024-10-18T21:30:28.091Z[ recovery-image] Oct 18 21:30:26.786 INFO O| Oct 18 21:30:26.786 INFO completed processing gimlet/zfs-recovery
83122024-10-18T21:30:28.091Z[ recovery-image] Oct 18 21:30:26.786 INFO O| Oct 18 21:30:26.786 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
83132024-10-18T21:30:28.253Z[ recovery-image] Oct 18 21:30:26.951 INFO O| Oct 18 21:30:26.950 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
83142024-10-18T21:30:28.322Z[ recovery-image] Oct 18 21:30:27.020 INFO BUILD STRING "heads/stlouis-0-gc3c5244d76\n"
83152024-10-18T21:30:28.325Z[ recovery-image] Oct 18 21:30:27.020 INFO expanded image name: "recovery c360e2b/${os_short_commit} 2024-10-18 21:02" -> "recovery c360e2b/c3c5244 2024-10-18 21:02"
83162024-10-18T21:30:28.325Z[ recovery-image] Oct 18 21:30:27.020 INFO output artefacts stored in: "/work/os-recovery"
83172024-10-18T21:30:28.325Z[ recovery-image] Oct 18 21:30:27.021 INFO collecting git info from project "amd-host-image-builder"...
83182024-10-18T21:30:28.568Z[ recovery-image] Oct 18 21:30:27.265 INFO collecting git info from project "phbl"...
83192024-10-18T21:30:28.574Z[ recovery-image] Oct 18 21:30:27.272 INFO collecting git info from project "pilot"...
83202024-10-18T21:30:28.584Z[ recovery-image] Oct 18 21:30:27.282 INFO collecting git info from project "chelsio-t6-roms"...
83212024-10-18T21:30:28.605Z[ recovery-image] Oct 18 21:30:27.303 INFO collecting git info from project "image-builder"...
83222024-10-18T21:30:28.611Z[ recovery-image] Oct 18 21:30:27.310 INFO collecting git info from project "pinprick"...
83232024-10-18T21:30:28.616Z[ recovery-image] Oct 18 21:30:27.315 INFO collecting git info from project "amd-firmware"...
83242024-10-18T21:30:28.883Z[ recovery-image] Oct 18 21:30:27.581 INFO collecting git info from project "bootserver"...
83252024-10-18T21:30:28.889Z[ recovery-image] Oct 18 21:30:27.587 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
83262024-10-18T21:30:29.242Z[ recovery-image] Oct 18 21:30:27.940 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
83272024-10-18T21:30:29.599Z[ recovery-image] Oct 18 21:30:28.296 INFO creating Oxide boot image...
83282024-10-18T21:30:29.599Z[ recovery-image] Oct 18 21:30:28.296 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery c360e2b/c3c5244 2024-10-18 21:02", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
83292024-10-18T21:31:04.371Z[ host-image] Oct 18 21:31:03.065 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22978:20241018T154620Z
83302024-10-18T21:31:04.372Z[ host-image] Oct 18 21:31:03.065 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22978:20241018T154620Z
83312024-10-18T21:31:04.376Z[ host-image] Oct 18 21:31:03.066 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83322024-10-18T21:31:04.376Z[ host-image] Oct 18 21:31:03.066 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83332024-10-18T21:31:04.376Z[ host-image] Oct 18 21:31:03.066 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83342024-10-18T21:31:04.376Z[ host-image] Oct 18 21:31:03.066 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83352024-10-18T21:31:04.376Z[ host-image] Oct 18 21:31:03.067 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83362024-10-18T21:31:04.376Z[ host-image] Oct 18 21:31:03.067 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83372024-10-18T21:31:04.376Z[ host-image] Oct 18 21:31:03.067 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83382024-10-18T21:31:04.376Z[ host-image] Oct 18 21:31:03.067 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83392024-10-18T21:31:04.376Z[ host-image] Oct 18 21:31:03.067 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22978:20241018T154621Z
83402024-10-18T21:31:04.380Z[ host-image] Oct 18 21:31:03.069 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22978:20241018T154622Z
83412024-10-18T21:31:04.380Z[ host-image] Oct 18 21:31:03.070 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22978:20241018T154622Z
83422024-10-18T21:31:04.380Z[ host-image] Oct 18 21:31:03.071 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22978:20241018T154622Z
83432024-10-18T21:31:04.380Z[ host-image] Oct 18 21:31:03.071 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83442024-10-18T21:31:04.380Z[ host-image] Oct 18 21:31:03.071 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22978:20241018T154622Z
83452024-10-18T21:31:04.380Z[ host-image] Oct 18 21:31:03.072 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22978:20241018T154622Z
83462024-10-18T21:31:04.380Z[ host-image] Oct 18 21:31:03.072 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22978:20241018T154622Z
83472024-10-18T21:31:04.380Z[ host-image] Oct 18 21:31:03.072 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22978:20241018T154622Z
83482024-10-18T21:31:04.381Z[ host-image] Oct 18 21:31:03.073 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22978:20241018T154623Z
83492024-10-18T21:31:04.381Z[ host-image] Oct 18 21:31:03.073 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22978:20241018T154623Z
83502024-10-18T21:31:04.381Z[ host-image] Oct 18 21:31:03.073 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22978:20241018T154624Z
83512024-10-18T21:31:04.381Z[ host-image] Oct 18 21:31:03.073 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22978:20241018T154624Z
83522024-10-18T21:31:04.381Z[ host-image] Oct 18 21:31:03.073 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22978:20241018T154625Z
83532024-10-18T21:31:04.381Z[ host-image] Oct 18 21:31:03.073 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22978:20241018T154626Z
83542024-10-18T21:31:04.381Z[ host-image] Oct 18 21:31:03.074 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22978:20241018T154626Z
83552024-10-18T21:31:04.383Z[ host-image] Oct 18 21:31:03.074 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22978:20241018T154628Z
83562024-10-18T21:31:04.383Z[ host-image] Oct 18 21:31:03.074 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22978:20241018T154628Z
83572024-10-18T21:31:04.383Z[ host-image] Oct 18 21:31:03.074 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83582024-10-18T21:31:04.383Z[ host-image] Oct 18 21:31:03.074 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22978:20241018T154630Z
83592024-10-18T21:31:04.383Z[ host-image] Oct 18 21:31:03.074 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22978:20241018T154632Z
83602024-10-18T21:31:04.383Z[ host-image] Oct 18 21:31:03.074 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22978:20241018T154633Z
83612024-10-18T21:31:04.383Z[ host-image] Oct 18 21:31:03.074 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22978:20241018T154633Z
83622024-10-18T21:31:04.384Z[ host-image] Oct 18 21:31:03.076 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22978:20241018T154635Z
83632024-10-18T21:31:04.384Z[ host-image] Oct 18 21:31:03.076 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22978:20241018T154635Z
83642024-10-18T21:31:04.391Z[ host-image] Oct 18 21:31:03.085 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83652024-10-18T21:31:04.393Z[ host-image] Oct 18 21:31:03.085 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22978:20241018T154635Z
83662024-10-18T21:31:04.393Z[ host-image] Oct 18 21:31:03.085 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
83672024-10-18T21:31:04.393Z[ host-image] Oct 18 21:31:03.086 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83682024-10-18T21:31:04.393Z[ host-image] Oct 18 21:31:03.086 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83692024-10-18T21:31:04.393Z[ host-image] Oct 18 21:31:03.087 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22978:20241018T154635Z
83702024-10-18T21:31:04.393Z[ host-image] Oct 18 21:31:03.087 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83712024-10-18T21:31:04.393Z[ host-image] Oct 18 21:31:03.087 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83722024-10-18T21:31:04.396Z[ host-image] Oct 18 21:31:03.088 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83732024-10-18T21:31:04.396Z[ host-image] Oct 18 21:31:03.088 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83742024-10-18T21:31:04.406Z[ host-image] Oct 18 21:31:03.101 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83752024-10-18T21:31:04.409Z[ host-image] Oct 18 21:31:03.101 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83762024-10-18T21:31:04.409Z[ host-image] Oct 18 21:31:03.101 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83772024-10-18T21:31:04.409Z[ host-image] Oct 18 21:31:03.102 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83782024-10-18T21:31:04.409Z[ host-image] Oct 18 21:31:03.102 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83792024-10-18T21:31:04.409Z[ host-image] Oct 18 21:31:03.103 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83802024-10-18T21:31:04.445Z[ host-image] Oct 18 21:31:03.139 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83812024-10-18T21:31:04.447Z[ host-image] Oct 18 21:31:03.140 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83822024-10-18T21:31:04.447Z[ host-image] Oct 18 21:31:03.140 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83832024-10-18T21:31:04.447Z[ host-image] Oct 18 21:31:03.141 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22978:20241018T154637Z
83842024-10-18T21:31:04.447Z[ host-image] Oct 18 21:31:03.141 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22978:20241018T154643Z
83852024-10-18T21:31:04.447Z[ host-image] Oct 18 21:31:03.141 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83862024-10-18T21:31:04.447Z[ host-image] Oct 18 21:31:03.141 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22978:20241018T154644Z
83872024-10-18T21:31:04.447Z[ host-image] Oct 18 21:31:03.141 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83882024-10-18T21:31:04.447Z[ host-image] Oct 18 21:31:03.141 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83892024-10-18T21:31:04.447Z[ host-image] Oct 18 21:31:03.141 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83902024-10-18T21:31:04.447Z[ host-image] Oct 18 21:31:03.141 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22978:20241018T154644Z
83912024-10-18T21:31:04.447Z[ host-image] Oct 18 21:31:03.142 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83922024-10-18T21:31:04.452Z[ host-image] Oct 18 21:31:03.146 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83932024-10-18T21:31:04.455Z[ host-image] Oct 18 21:31:03.146 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83942024-10-18T21:31:04.455Z[ host-image] Oct 18 21:31:03.146 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83952024-10-18T21:31:04.455Z[ host-image] Oct 18 21:31:03.147 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22978:20241018T154644Z
83962024-10-18T21:31:04.455Z[ host-image] Oct 18 21:31:03.147 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83972024-10-18T21:31:04.468Z[ host-image] Oct 18 21:31:03.162 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83982024-10-18T21:31:04.470Z[ host-image] Oct 18 21:31:03.162 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22978:20241018T154644Z
83992024-10-18T21:31:04.470Z[ host-image] Oct 18 21:31:03.164 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22978:20241018T154645Z
84002024-10-18T21:31:04.473Z[ host-image] Oct 18 21:31:03.165 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22978:20241018T154645Z
84012024-10-18T21:31:04.473Z[ host-image] Oct 18 21:31:03.165 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
84022024-10-18T21:31:04.473Z[ host-image] Oct 18 21:31:03.166 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22978:20241018T154646Z
84032024-10-18T21:31:04.473Z[ host-image] Oct 18 21:31:03.166 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22978:20241018T154647Z
84042024-10-18T21:31:04.473Z[ host-image] Oct 18 21:31:03.166 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22978:20241018T154647Z
84052024-10-18T21:31:04.473Z[ host-image] Oct 18 21:31:03.167 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22978:20241018T154647Z
84062024-10-18T21:31:04.476Z[ host-image] Oct 18 21:31:03.170 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
84072024-10-18T21:31:04.478Z[ host-image] Oct 18 21:31:03.171 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22978:20241018T154647Z
84082024-10-18T21:31:04.479Z[ host-image] Oct 18 21:31:03.171 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22978:20241018T154648Z
84092024-10-18T21:31:04.479Z[ host-image] Oct 18 21:31:03.171 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
84102024-10-18T21:31:04.479Z[ host-image] Oct 18 21:31:03.172 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22978:20241018T154649Z
84112024-10-18T21:31:04.479Z[ host-image] Oct 18 21:31:03.172 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22978:20241018T154649Z
84122024-10-18T21:31:04.479Z[ host-image] Oct 18 21:31:03.172 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22978:20241018T154649Z
84132024-10-18T21:31:04.479Z[ host-image] Oct 18 21:31:03.173 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22978:20241018T154649Z
84142024-10-18T21:31:04.487Z[ host-image] Oct 18 21:31:03.181 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22978:20241018T154649Z
84152024-10-18T21:31:04.489Z[ host-image] Oct 18 21:31:03.181 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84162024-10-18T21:31:04.489Z[ host-image] Oct 18 21:31:03.183 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22978:20241018T154649Z
84172024-10-18T21:31:04.491Z[ host-image] Oct 18 21:31:03.185 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22978:20241018T154649Z
84182024-10-18T21:31:04.492Z[ host-image] Oct 18 21:31:03.185 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22978:20241018T154649Z
84192024-10-18T21:31:04.492Z[ host-image] Oct 18 21:31:03.185 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22978:20241018T154650Z
84202024-10-18T21:31:04.492Z[ host-image] Oct 18 21:31:03.186 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22978:20241018T154650Z
84212024-10-18T21:31:04.494Z[ host-image] Oct 18 21:31:03.186 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22978:20241018T154650Z
84222024-10-18T21:31:04.502Z[ host-image] Oct 18 21:31:03.196 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22978:20241018T154652Z
84232024-10-18T21:31:04.510Z[ host-image] Oct 18 21:31:03.196 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22978:20241018T154651Z
84242024-10-18T21:31:04.510Z[ host-image] Oct 18 21:31:03.197 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22978:20241018T154651Z
84252024-10-18T21:31:04.510Z[ host-image] Oct 18 21:31:03.198 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22978:20241018T154651Z
84262024-10-18T21:31:04.510Z[ host-image] Oct 18 21:31:03.198 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22978:20241018T154652Z
84272024-10-18T21:31:04.526Z[ host-image] Oct 18 21:31:03.220 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22978:20241018T154655Z
84282024-10-18T21:31:04.530Z[ host-image] Oct 18 21:31:03.220 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22978:20241018T154652Z
84292024-10-18T21:31:04.530Z[ host-image] Oct 18 21:31:03.221 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22978:20241018T154652Z
84302024-10-18T21:31:04.530Z[ host-image] Oct 18 21:31:03.221 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
84312024-10-18T21:31:04.530Z[ host-image] Oct 18 21:31:03.221 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
84322024-10-18T21:31:04.557Z[ host-image] Oct 18 21:31:03.251 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22978:20241018T154652Z
84332024-10-18T21:31:04.559Z[ host-image] Oct 18 21:31:03.251 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84342024-10-18T21:31:04.560Z[ host-image] Oct 18 21:31:03.251 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22978:20241018T154652Z
84352024-10-18T21:31:04.560Z[ host-image] Oct 18 21:31:03.251 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22978:20241018T154653Z
84362024-10-18T21:31:04.560Z[ host-image] Oct 18 21:31:03.253 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22978:20241018T154653Z
84372024-10-18T21:31:04.560Z[ host-image] Oct 18 21:31:03.253 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84382024-10-18T21:31:04.560Z[ host-image] Oct 18 21:31:03.254 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84392024-10-18T21:31:04.560Z[ host-image] Oct 18 21:31:03.254 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22978:20241018T154654Z
84402024-10-18T21:31:04.562Z[ host-image] Oct 18 21:31:03.254 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22978:20241018T154654Z
84412024-10-18T21:31:04.562Z[ host-image] Oct 18 21:31:03.254 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22978:20241018T154654Z
84422024-10-18T21:31:04.562Z[ host-image] Oct 18 21:31:03.255 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22978:20241018T154654Z
84432024-10-18T21:31:04.562Z[ host-image] Oct 18 21:31:03.255 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22978:20241018T154654Z
84442024-10-18T21:31:04.562Z[ host-image] Oct 18 21:31:03.255 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22978:20241018T154655Z
84452024-10-18T21:31:04.564Z[ host-image] Oct 18 21:31:03.258 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84462024-10-18T21:31:04.564Z[ host-image] Oct 18 21:31:03.258 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22978:20241018T154655Z
84472024-10-18T21:31:04.567Z[ host-image] Oct 18 21:31:03.260 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22978:20241018T154655Z
84482024-10-18T21:31:04.567Z[ host-image] Oct 18 21:31:03.260 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22978:20241018T154655Z
84492024-10-18T21:31:04.567Z[ host-image] Oct 18 21:31:03.260 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22978:20241018T154656Z
84502024-10-18T21:31:04.567Z[ host-image] Oct 18 21:31:03.261 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22978:20241018T154656Z
84512024-10-18T21:31:04.567Z[ host-image] Oct 18 21:31:03.261 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22978:20241018T154656Z
84522024-10-18T21:31:04.567Z[ host-image] Oct 18 21:31:03.261 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84532024-10-18T21:31:04.567Z[ host-image] Oct 18 21:31:03.261 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84542024-10-18T21:31:04.569Z[ host-image] Oct 18 21:31:03.261 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22978:20241018T154658Z
84552024-10-18T21:31:04.569Z[ host-image] Oct 18 21:31:03.262 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22978:20241018T154659Z
84562024-10-18T21:31:04.569Z[ host-image] Oct 18 21:31:03.262 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84572024-10-18T21:31:04.570Z[ host-image] Oct 18 21:31:03.262 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84582024-10-18T21:31:04.570Z[ host-image] Oct 18 21:31:03.262 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84592024-10-18T21:31:04.570Z[ host-image] Oct 18 21:31:03.262 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84602024-10-18T21:31:04.570Z[ host-image] Oct 18 21:31:03.262 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84612024-10-18T21:31:04.570Z[ host-image] Oct 18 21:31:03.263 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84622024-10-18T21:31:04.572Z[ host-image] Oct 18 21:31:03.264 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84632024-10-18T21:31:04.572Z[ host-image] Oct 18 21:31:03.264 INFO O| tempdir @ "/tmp/.tmpGxQVHK/tmp"
84642024-10-18T21:31:04.572Z[ host-image] Oct 18 21:31:03.264 INFO O| image root @ "/tmp/.tmpGxQVHK/tmp/root"
84652024-10-18T21:31:04.572Z[ host-image] Oct 18 21:31:03.265 INFO O| creating image...
84662024-10-18T21:31:05.067Z[ host-image] Oct 18 21:31:03.761 INFO O| copying publishers...
84672024-10-18T21:31:13.101Z[ host-image] Oct 18 21:31:11.795 INFO O| adding properties...
84682024-10-18T21:31:14.117Z[ host-image] Oct 18 21:31:12.810 INFO O| installing packages...
84692024-10-18T21:31:23.034Z[ recovery-image] Oct 18 21:31:21.726 INFO O| ok, image written!
84702024-10-18T21:31:23.034Z[ recovery-image] Oct 18 21:31:21.726 INFO O| ok, boot_image_csum file written!
84712024-10-18T21:31:23.038Z[ recovery-image] Oct 18 21:31:21.731 INFO creating boot archive (CPIO)...
84722024-10-18T21:31:23.041Z[ recovery-image] Oct 18 21:31:21.731 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
84732024-10-18T21:31:23.046Z[ recovery-image] Oct 18 21:31:21.738 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84742024-10-18T21:31:23.046Z[ recovery-image] Oct 18 21:31:21.738 INFO E| + outfile=/work/os-recovery/cpio
84752024-10-18T21:31:23.048Z[ recovery-image] Oct 18 21:31:21.738 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84762024-10-18T21:31:23.048Z[ recovery-image] Oct 18 21:31:21.740 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84772024-10-18T21:31:23.048Z[ recovery-image] Oct 18 21:31:21.740 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84782024-10-18T21:31:23.080Z[ recovery-image] Oct 18 21:31:21.772 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84792024-10-18T21:31:23.080Z[ recovery-image] Oct 18 21:31:21.773 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84802024-10-18T21:31:23.087Z[ recovery-image] Oct 18 21:31:21.779 INFO creating compressed cpio/unix for nanobl-rs...
84812024-10-18T21:31:23.090Z[ recovery-image] Oct 18 21:31:21.780 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
84822024-10-18T21:31:23.375Z[ recovery-image] Oct 18 21:31:22.067 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84832024-10-18T21:31:27.729Z[ recovery-image] Oct 18 21:31:26.420 INFO creating reset image...
84842024-10-18T21:31:27.731Z[ recovery-image] Oct 18 21:31:26.421 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84852024-10-18T21:31:27.961Z[ recovery-image] Oct 18 21:31:26.652 INFO E| Updating crates.io index
84862024-10-18T21:31:28.032Z[ recovery-image] Oct 18 21:31:26.723 INFO E| Downloading crates ...
84872024-10-18T21:31:28.105Z[ recovery-image] Oct 18 21:31:26.797 INFO E| Downloaded shared_child v1.0.1
84882024-10-18T21:31:28.108Z[ recovery-image] Oct 18 21:31:26.799 INFO E| Downloaded os_pipe v1.2.1
84892024-10-18T21:31:28.111Z[ recovery-image] Oct 18 21:31:26.801 INFO E| Downloaded duct v0.13.7
84902024-10-18T21:31:28.114Z[ recovery-image] Oct 18 21:31:26.804 INFO E| Downloaded clap_builder v4.5.17
84912024-10-18T21:31:28.119Z[ recovery-image] Oct 18 21:31:26.811 INFO E| Downloaded clap v4.5.17
84922024-10-18T21:31:28.159Z[ recovery-image] Oct 18 21:31:26.851 INFO E| Downloaded libc v0.2.158
84932024-10-18T21:31:28.236Z[ recovery-image] Oct 18 21:31:26.928 INFO E| Compiling proc-macro2 v1.0.86
84942024-10-18T21:31:28.236Z[ recovery-image] Oct 18 21:31:26.928 INFO E| Compiling unicode-ident v1.0.13
84952024-10-18T21:31:28.239Z[ recovery-image] Oct 18 21:31:26.928 INFO E| Compiling libc v0.2.158
84962024-10-18T21:31:28.239Z[ recovery-image] Oct 18 21:31:26.928 INFO E| Compiling utf8parse v0.2.2
84972024-10-18T21:31:28.239Z[ recovery-image] Oct 18 21:31:26.928 INFO E| Compiling is_terminal_polyfill v1.70.1
84982024-10-18T21:31:28.239Z[ recovery-image] Oct 18 21:31:26.928 INFO E| Compiling anstyle v1.0.8
84992024-10-18T21:31:28.239Z[ recovery-image] Oct 18 21:31:26.928 INFO E| Compiling anstyle-query v1.1.1
85002024-10-18T21:31:28.242Z[ recovery-image] Oct 18 21:31:26.932 INFO E| Compiling colorchoice v1.0.2
85012024-10-18T21:31:28.490Z[ recovery-image] Oct 18 21:31:27.181 INFO E| Compiling anstyle-parse v0.2.5
85022024-10-18T21:31:28.490Z[ recovery-image] Oct 18 21:31:27.181 INFO E| Compiling clap_lex v0.7.2
85032024-10-18T21:31:28.493Z[ recovery-image] Oct 18 21:31:27.182 INFO E| Compiling strsim v0.11.1
85042024-10-18T21:31:28.509Z[ recovery-image] Oct 18 21:31:27.201 INFO E| Compiling heck v0.5.0
85052024-10-18T21:31:28.667Z[ recovery-image] Oct 18 21:31:27.358 INFO E| Compiling once_cell v1.19.0
85062024-10-18T21:31:28.772Z[ recovery-image] Oct 18 21:31:27.463 INFO E| Compiling anstream v0.6.15
85072024-10-18T21:31:29.237Z[ recovery-image] Oct 18 21:31:27.928 INFO E| Compiling clap_builder v4.5.17
85082024-10-18T21:31:29.471Z[ recovery-image] Oct 18 21:31:28.163 INFO E| Compiling os_pipe v1.2.1
85092024-10-18T21:31:29.474Z[ recovery-image] Oct 18 21:31:28.163 INFO E| Compiling shared_child v1.0.1
85102024-10-18T21:31:29.615Z[ recovery-image] Oct 18 21:31:28.307 INFO E| Compiling duct v0.13.7
85112024-10-18T21:31:29.713Z[ recovery-image] Oct 18 21:31:28.405 INFO E| Compiling quote v1.0.37
85122024-10-18T21:31:30.042Z[ recovery-image] Oct 18 21:31:28.733 INFO E| Compiling syn v2.0.77
85132024-10-18T21:31:30.467Z[ host-image] Oct 18 21:31:29.159 INFO O| seeding SMF database...
85142024-10-18T21:31:34.032Z[ recovery-image] Oct 18 21:31:32.722 INFO E| Compiling clap_derive v4.5.13
85152024-10-18T21:31:35.816Z[ recovery-image] Oct 18 21:31:34.507 INFO E| Compiling clap v4.5.17
85162024-10-18T21:31:35.870Z[ recovery-image] Oct 18 21:31:34.561 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85172024-10-18T21:31:36.856Z[ recovery-image] Oct 18 21:31:35.547 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s
85182024-10-18T21:31:36.867Z[ recovery-image] Oct 18 21:31:35.558 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85192024-10-18T21:31:36.992Z[ recovery-image] Oct 18 21:31:35.682 INFO E| Updating crates.io index
85202024-10-18T21:31:37.258Z[ recovery-image] Oct 18 21:31:35.949 INFO E| Downloading crates ...
85212024-10-18T21:31:37.318Z[ recovery-image] Oct 18 21:31:36.009 INFO E| Downloaded bitstruct v0.1.1
85222024-10-18T21:31:37.329Z[ recovery-image] Oct 18 21:31:36.020 INFO E| Downloaded raw-cpuid v10.7.0
85232024-10-18T21:31:37.333Z[ recovery-image] Oct 18 21:31:36.024 INFO E| Downloaded seq-macro v0.3.5
85242024-10-18T21:31:37.335Z[ recovery-image] Oct 18 21:31:36.026 INFO E| Downloaded cpio_reader v0.1.1
85252024-10-18T21:31:37.338Z[ recovery-image] Oct 18 21:31:36.027 INFO E| Downloaded bit_field v0.10.2
85262024-10-18T21:31:37.338Z[ recovery-image] Oct 18 21:31:36.028 INFO E| Downloaded bitstruct_derive v0.1.0
85272024-10-18T21:31:37.444Z[ recovery-image] Oct 18 21:31:36.134 INFO E| Downloaded x86 v0.52.0
85282024-10-18T21:31:37.503Z[ recovery-image] Oct 18 21:31:36.194 INFO E| Updating crates.io index
85292024-10-18T21:31:37.554Z[ recovery-image] Oct 18 21:31:36.245 INFO E| Downloading crates ...
85302024-10-18T21:31:37.638Z[ recovery-image] Oct 18 21:31:36.329 INFO E| Downloaded compiler_builtins v0.1.125
85312024-10-18T21:31:37.649Z[ recovery-image] Oct 18 21:31:36.340 INFO E| Downloaded unicode-width v0.1.13
85322024-10-18T21:31:37.717Z[ recovery-image] Oct 18 21:31:36.408 INFO E| Compiling compiler_builtins v0.1.125
85332024-10-18T21:31:37.717Z[ recovery-image] Oct 18 21:31:36.408 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
85342024-10-18T21:31:37.718Z[ recovery-image] Oct 18 21:31:36.408 INFO E| Compiling proc-macro2 v1.0.86
85352024-10-18T21:31:37.720Z[ recovery-image] Oct 18 21:31:36.408 INFO E| Compiling unicode-ident v1.0.13
85362024-10-18T21:31:37.720Z[ recovery-image] Oct 18 21:31:36.408 INFO E| Compiling syn v1.0.109
85372024-10-18T21:31:37.720Z[ recovery-image] Oct 18 21:31:36.408 INFO E| Compiling x86 v0.52.0
85382024-10-18T21:31:37.723Z[ recovery-image] Oct 18 21:31:36.414 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85392024-10-18T21:31:37.725Z[ recovery-image] Oct 18 21:31:36.414 INFO E| Compiling seq-macro v0.3.5
85402024-10-18T21:31:38.892Z[ host-image] Oct 18 21:31:37.583 INFO O| configuring SMF profile...
85412024-10-18T21:31:38.895Z[ host-image] Oct 18 21:31:37.583 INFO O| modifying shadow(5)...
85422024-10-18T21:31:38.895Z[ host-image] Oct 18 21:31:37.583 INFO O| loading user and group database...
85432024-10-18T21:31:38.895Z[ host-image] Oct 18 21:31:37.583 INFO O| assessing packaged files...
85442024-10-18T21:31:41.129Z[ host-image] Oct 18 21:31:39.819 INFO O| creating archive...
85452024-10-18T21:31:41.162Z[ host-image] Oct 18 21:31:39.852 INFO O| missing from packaging:
85462024-10-18T21:31:41.162Z[ host-image] Oct 18 21:31:39.852 INFO O| "etc/.pwd.lock"
85472024-10-18T21:31:41.162Z[ host-image] Oct 18 21:31:39.852 INFO O| "etc/bash"
85482024-10-18T21:31:41.167Z[ host-image] Oct 18 21:31:39.857 INFO O| "etc/svc/profile/generic.xml"
85492024-10-18T21:31:41.167Z[ host-image] Oct 18 21:31:39.857 INFO O| "etc/svc/profile/inetd_services.xml"
85502024-10-18T21:31:41.169Z[ host-image] Oct 18 21:31:39.857 INFO O| "etc/svc/profile/name_service.xml"
85512024-10-18T21:31:41.169Z[ host-image] Oct 18 21:31:39.857 INFO O| "etc/svc/profile/platform.xml"
85522024-10-18T21:31:41.169Z[ host-image] Oct 18 21:31:39.857 INFO O| "etc/svc/profile/platform_omicron1.xml"
85532024-10-18T21:31:41.169Z[ host-image] Oct 18 21:31:39.858 INFO O| "etc/svc/repository.db"
85542024-10-18T21:31:41.176Z[ host-image] Oct 18 21:31:39.866 INFO O| "opt/ooce/share"
85552024-10-18T21:31:41.178Z[ host-image] Oct 18 21:31:39.866 INFO O| "opt/ooce/share/man"
85562024-10-18T21:31:41.178Z[ host-image] Oct 18 21:31:39.866 INFO O| "opt/ooce/share/man/man1"
85572024-10-18T21:31:41.185Z[ host-image] Oct 18 21:31:39.875 INFO O| finishing archive...
85582024-10-18T21:31:44.009Z[ host-image] Oct 18 21:31:42.699 INFO O| creating gzonly manifest...
85592024-10-18T21:31:44.021Z[ host-image] Oct 18 21:31:42.711 INFO O| ok
85602024-10-18T21:31:44.122Z[ host-image] Oct 18 21:31:42.812 INFO image builder template: ramdisk-02-trim...
85612024-10-18T21:31:44.122Z[ host-image] Oct 18 21:31:42.812 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/.tmpv1hBWs/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
85622024-10-18T21:31:44.145Z[ host-image] Oct 18 21:31:42.835 INFO O| Oct 18 21:31:42.835 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85632024-10-18T21:31:44.149Z[ host-image] Oct 18 21:31:42.839 INFO O| Oct 18 21:31:42.839 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85642024-10-18T21:31:44.264Z[ host-image] Oct 18 21:31:42.954 INFO O| Oct 18 21:31:42.954 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85652024-10-18T21:31:44.419Z[ host-image] Oct 18 21:31:43.109 INFO O| Oct 18 21:31:43.109 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85662024-10-18T21:31:44.422Z[ host-image] Oct 18 21:31:43.109 INFO O| Oct 18 21:31:43.109 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85672024-10-18T21:31:44.425Z[ host-image] Oct 18 21:31:43.115 INFO O| Oct 18 21:31:43.115 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85682024-10-18T21:31:44.429Z[ host-image] Oct 18 21:31:43.119 INFO O| Oct 18 21:31:43.119 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85692024-10-18T21:31:44.433Z[ host-image] Oct 18 21:31:43.124 INFO O| Oct 18 21:31:43.124 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85702024-10-18T21:31:44.595Z[ host-image] Oct 18 21:31:43.284 INFO O| Oct 18 21:31:43.284 INFO rolled back to input snapshot; work may begin
85712024-10-18T21:31:44.595Z[ host-image] Oct 18 21:31:43.284 INFO O| Oct 18 21:31:43.284 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85722024-10-18T21:31:44.600Z[ host-image] Oct 18 21:31:43.290 INFO O| Oct 18 21:31:43.290 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85732024-10-18T21:31:44.610Z[ host-image] Oct 18 21:31:43.300 INFO O| Oct 18 21:31:43.300 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85742024-10-18T21:31:44.654Z[ host-image] Oct 18 21:31:43.344 INFO O| Oct 18 21:31:43.344 INFO STEP 0 (remove_files) COMPLETE
85752024-10-18T21:31:44.654Z[ host-image] Oct 18 21:31:43.344 INFO O| Oct 18 21:31:43.344 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85762024-10-18T21:31:44.668Z[ host-image] Oct 18 21:31:43.358 INFO O| Oct 18 21:31:43.358 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85772024-10-18T21:31:44.670Z[ host-image] Oct 18 21:31:43.360 INFO O| Oct 18 21:31:43.360 INFO STEP 1 (remove_files) COMPLETE
85782024-10-18T21:31:44.670Z[ host-image] Oct 18 21:31:43.360 INFO O| Oct 18 21:31:43.360 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85792024-10-18T21:31:44.679Z[ host-image] Oct 18 21:31:43.370 INFO O| Oct 18 21:31:43.370 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85802024-10-18T21:31:44.693Z[ host-image] Oct 18 21:31:43.383 INFO O| Oct 18 21:31:43.383 INFO STEP 2 (remove_files) COMPLETE
85812024-10-18T21:31:44.693Z[ host-image] Oct 18 21:31:43.383 INFO O| Oct 18 21:31:43.383 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85822024-10-18T21:31:44.702Z[ host-image] Oct 18 21:31:43.392 INFO O| Oct 18 21:31:43.392 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85832024-10-18T21:31:44.705Z[ host-image] Oct 18 21:31:43.394 INFO O| Oct 18 21:31:43.394 INFO STEP 3 (remove_files) COMPLETE
85842024-10-18T21:31:44.705Z[ host-image] Oct 18 21:31:43.394 INFO O| Oct 18 21:31:43.394 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85852024-10-18T21:31:44.713Z[ host-image] Oct 18 21:31:43.403 INFO O| Oct 18 21:31:43.403 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85862024-10-18T21:31:44.717Z[ host-image] Oct 18 21:31:43.407 INFO O| Oct 18 21:31:43.407 INFO STEP 4 (remove_files) COMPLETE
85872024-10-18T21:31:44.717Z[ host-image] Oct 18 21:31:43.407 INFO O| Oct 18 21:31:43.407 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85882024-10-18T21:31:44.726Z[ host-image] Oct 18 21:31:43.417 INFO O| Oct 18 21:31:43.417 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85892024-10-18T21:31:44.729Z[ host-image] Oct 18 21:31:43.420 INFO O| Oct 18 21:31:43.419 INFO STEP 5 (remove_files) COMPLETE
85902024-10-18T21:31:44.732Z[ host-image] Oct 18 21:31:43.420 INFO O| Oct 18 21:31:43.419 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85912024-10-18T21:31:44.739Z[ host-image] Oct 18 21:31:43.429 INFO O| Oct 18 21:31:43.429 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85922024-10-18T21:31:44.749Z[ host-image] Oct 18 21:31:43.439 INFO O| Oct 18 21:31:43.439 INFO STEP 6 (remove_files) COMPLETE
85932024-10-18T21:31:44.749Z[ host-image] Oct 18 21:31:43.439 INFO O| Oct 18 21:31:43.439 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85942024-10-18T21:31:44.758Z[ host-image] Oct 18 21:31:43.448 INFO O| Oct 18 21:31:43.448 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
85952024-10-18T21:31:44.772Z[ host-image] Oct 18 21:31:43.462 INFO O| Oct 18 21:31:43.462 INFO STEP 7 (remove_files) COMPLETE
85962024-10-18T21:31:44.772Z[ host-image] Oct 18 21:31:43.462 INFO O| Oct 18 21:31:43.462 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85972024-10-18T21:31:44.782Z[ host-image] Oct 18 21:31:43.472 INFO O| Oct 18 21:31:43.472 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
85982024-10-18T21:31:44.864Z[ host-image] Oct 18 21:31:43.554 INFO O| Oct 18 21:31:43.554 INFO STEP 8 (remove_files) COMPLETE
85992024-10-18T21:31:44.864Z[ host-image] Oct 18 21:31:43.554 INFO O| Oct 18 21:31:43.554 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86002024-10-18T21:31:44.875Z[ host-image] Oct 18 21:31:43.565 INFO O| Oct 18 21:31:43.565 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
86012024-10-18T21:31:44.964Z[ host-image] Oct 18 21:31:43.654 INFO O| Oct 18 21:31:43.654 INFO STEP 9 (remove_files) COMPLETE
86022024-10-18T21:31:44.964Z[ host-image] Oct 18 21:31:43.654 INFO O| Oct 18 21:31:43.654 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86032024-10-18T21:31:44.974Z[ host-image] Oct 18 21:31:43.665 INFO O| Oct 18 21:31:43.664 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86042024-10-18T21:31:44.978Z[ host-image] Oct 18 21:31:43.668 INFO O| Oct 18 21:31:43.668 INFO STEP 10 (remove_files) COMPLETE
86052024-10-18T21:31:44.978Z[ host-image] Oct 18 21:31:43.668 INFO O| Oct 18 21:31:43.668 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86062024-10-18T21:31:44.987Z[ host-image] Oct 18 21:31:43.678 INFO O| Oct 18 21:31:43.677 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86072024-10-18T21:31:44.990Z[ host-image] Oct 18 21:31:43.678 INFO O| Oct 18 21:31:43.678 INFO STEP 11 (remove_files) COMPLETE
86082024-10-18T21:31:44.990Z[ host-image] Oct 18 21:31:43.678 INFO O| Oct 18 21:31:43.678 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86092024-10-18T21:31:44.998Z[ host-image] Oct 18 21:31:43.688 INFO O| Oct 18 21:31:43.688 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86102024-10-18T21:31:45.000Z[ host-image] Oct 18 21:31:43.690 INFO O| Oct 18 21:31:43.690 INFO STEP 12 (remove_files) COMPLETE
86112024-10-18T21:31:45.000Z[ host-image] Oct 18 21:31:43.690 INFO O| Oct 18 21:31:43.690 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86122024-10-18T21:31:45.214Z[ host-image] Oct 18 21:31:43.904 INFO O| Oct 18 21:31:43.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86132024-10-18T21:31:45.214Z[ host-image] Oct 18 21:31:43.904 INFO O| Oct 18 21:31:43.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86142024-10-18T21:31:45.220Z[ host-image] Oct 18 21:31:43.911 INFO O| Oct 18 21:31:43.911 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86152024-10-18T21:31:45.223Z[ host-image] Oct 18 21:31:43.911 INFO O| Oct 18 21:31:43.911 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86162024-10-18T21:31:45.385Z[ host-image] Oct 18 21:31:44.075 INFO O| Oct 18 21:31:44.074 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86172024-10-18T21:31:45.385Z[ host-image] Oct 18 21:31:44.075 INFO O| Oct 18 21:31:44.075 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86182024-10-18T21:31:45.388Z[ host-image] Oct 18 21:31:44.075 INFO O| Oct 18 21:31:44.075 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86192024-10-18T21:31:45.388Z[ host-image] Oct 18 21:31:44.075 INFO O| Oct 18 21:31:44.075 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86202024-10-18T21:31:45.388Z[ host-image] Oct 18 21:31:44.075 INFO O| Oct 18 21:31:44.075 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86212024-10-18T21:31:45.388Z[ host-image] Oct 18 21:31:44.075 INFO O| Oct 18 21:31:44.075 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86222024-10-18T21:31:45.388Z[ host-image] Oct 18 21:31:44.076 INFO O| Oct 18 21:31:44.076 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86232024-10-18T21:31:45.388Z[ host-image] Oct 18 21:31:44.076 INFO O| Oct 18 21:31:44.076 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86242024-10-18T21:31:45.388Z[ host-image] Oct 18 21:31:44.076 INFO O| Oct 18 21:31:44.076 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86252024-10-18T21:31:45.388Z[ host-image] Oct 18 21:31:44.076 INFO O| Oct 18 21:31:44.076 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86262024-10-18T21:31:45.388Z[ host-image] Oct 18 21:31:44.076 INFO O| Oct 18 21:31:44.076 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86272024-10-18T21:31:45.388Z[ host-image] Oct 18 21:31:44.076 INFO O| Oct 18 21:31:44.076 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86282024-10-18T21:31:45.388Z[ host-image] Oct 18 21:31:44.077 INFO O| Oct 18 21:31:44.076 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86292024-10-18T21:31:45.388Z[ host-image] Oct 18 21:31:44.077 INFO O| Oct 18 21:31:44.077 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86302024-10-18T21:31:45.388Z[ host-image] Oct 18 21:31:44.077 INFO O| Oct 18 21:31:44.077 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86312024-10-18T21:31:45.388Z[ host-image] Oct 18 21:31:44.077 INFO O| Oct 18 21:31:44.077 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86322024-10-18T21:31:45.388Z[ host-image] Oct 18 21:31:44.077 INFO O| Oct 18 21:31:44.077 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86332024-10-18T21:31:45.394Z[ host-image] Oct 18 21:31:44.084 INFO O| Oct 18 21:31:44.084 INFO STEP 13 (remove_files) COMPLETE
86342024-10-18T21:31:45.394Z[ host-image] Oct 18 21:31:44.084 INFO O| Oct 18 21:31:44.084 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86352024-10-18T21:31:45.405Z[ host-image] Oct 18 21:31:44.095 INFO O| Oct 18 21:31:44.095 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86362024-10-18T21:31:45.408Z[ host-image] Oct 18 21:31:44.097 INFO O| Oct 18 21:31:44.097 INFO STEP 14 (remove_files) COMPLETE
86372024-10-18T21:31:45.408Z[ host-image] Oct 18 21:31:44.097 INFO O| Oct 18 21:31:44.097 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86382024-10-18T21:31:45.416Z[ host-image] Oct 18 21:31:44.106 INFO O| Oct 18 21:31:44.106 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86392024-10-18T21:31:45.422Z[ host-image] Oct 18 21:31:44.112 INFO O| Oct 18 21:31:44.112 INFO STEP 15 (remove_files) COMPLETE
86402024-10-18T21:31:45.422Z[ host-image] Oct 18 21:31:44.112 INFO O| Oct 18 21:31:44.112 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86412024-10-18T21:31:45.432Z[ host-image] Oct 18 21:31:44.122 INFO O| Oct 18 21:31:44.122 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86422024-10-18T21:31:45.435Z[ host-image] Oct 18 21:31:44.122 INFO O| Oct 18 21:31:44.122 INFO STEP 16 (remove_files) COMPLETE
86432024-10-18T21:31:45.435Z[ host-image] Oct 18 21:31:44.122 INFO O| Oct 18 21:31:44.122 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86442024-10-18T21:31:45.441Z[ host-image] Oct 18 21:31:44.132 INFO O| Oct 18 21:31:44.132 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86452024-10-18T21:31:45.444Z[ host-image] Oct 18 21:31:44.133 INFO O| Oct 18 21:31:44.133 INFO STEP 17 (remove_files) COMPLETE
86462024-10-18T21:31:45.444Z[ host-image] Oct 18 21:31:44.133 INFO O| Oct 18 21:31:44.133 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86472024-10-18T21:31:45.452Z[ host-image] Oct 18 21:31:44.143 INFO O| Oct 18 21:31:44.142 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86482024-10-18T21:31:45.453Z[ host-image] Oct 18 21:31:44.143 INFO O| Oct 18 21:31:44.143 INFO STEP 18 (remove_files) COMPLETE
86492024-10-18T21:31:45.455Z[ host-image] Oct 18 21:31:44.143 INFO O| Oct 18 21:31:44.143 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86502024-10-18T21:31:45.462Z[ host-image] Oct 18 21:31:44.152 INFO O| Oct 18 21:31:44.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86512024-10-18T21:31:45.464Z[ host-image] Oct 18 21:31:44.152 INFO O| Oct 18 21:31:44.152 INFO STEP 19 (remove_files) COMPLETE
86522024-10-18T21:31:45.464Z[ host-image] Oct 18 21:31:44.152 INFO O| Oct 18 21:31:44.152 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86532024-10-18T21:31:45.471Z[ host-image] Oct 18 21:31:44.161 INFO O| Oct 18 21:31:44.161 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86542024-10-18T21:31:45.471Z[ host-image] Oct 18 21:31:44.161 INFO O| Oct 18 21:31:44.161 INFO STEP 20 (remove_files) COMPLETE
86552024-10-18T21:31:45.474Z[ host-image] Oct 18 21:31:44.161 INFO O| Oct 18 21:31:44.161 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86562024-10-18T21:31:45.481Z[ host-image] Oct 18 21:31:44.171 INFO O| Oct 18 21:31:44.171 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86572024-10-18T21:31:45.481Z[ host-image] Oct 18 21:31:44.171 INFO O| Oct 18 21:31:44.171 INFO STEP 21 (remove_files) COMPLETE
86582024-10-18T21:31:45.483Z[ host-image] Oct 18 21:31:44.171 INFO O| Oct 18 21:31:44.171 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86592024-10-18T21:31:45.490Z[ host-image] Oct 18 21:31:44.180 INFO O| Oct 18 21:31:44.180 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86602024-10-18T21:31:45.492Z[ host-image] Oct 18 21:31:44.180 INFO O| Oct 18 21:31:44.180 INFO STEP 22 (remove_files) COMPLETE
86612024-10-18T21:31:45.492Z[ host-image] Oct 18 21:31:44.180 INFO O| Oct 18 21:31:44.180 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86622024-10-18T21:31:45.500Z[ host-image] Oct 18 21:31:44.190 INFO O| Oct 18 21:31:44.190 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86632024-10-18T21:31:45.500Z[ host-image] Oct 18 21:31:44.190 INFO O| Oct 18 21:31:44.190 INFO STEP 23 (remove_files) COMPLETE
86642024-10-18T21:31:45.502Z[ host-image] Oct 18 21:31:44.190 INFO O| Oct 18 21:31:44.190 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86652024-10-18T21:31:45.509Z[ host-image] Oct 18 21:31:44.199 INFO O| Oct 18 21:31:44.199 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86662024-10-18T21:31:45.509Z[ host-image] Oct 18 21:31:44.199 INFO O| Oct 18 21:31:44.199 INFO STEP 24 (remove_files) COMPLETE
86672024-10-18T21:31:45.511Z[ host-image] Oct 18 21:31:44.199 INFO O| Oct 18 21:31:44.199 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86682024-10-18T21:31:45.518Z[ host-image] Oct 18 21:31:44.208 INFO O| Oct 18 21:31:44.208 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86692024-10-18T21:31:45.518Z[ host-image] Oct 18 21:31:44.208 INFO O| Oct 18 21:31:44.208 INFO STEP 25 (remove_files) COMPLETE
86702024-10-18T21:31:45.518Z[ host-image] Oct 18 21:31:44.208 INFO O| Oct 18 21:31:44.208 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86712024-10-18T21:31:45.527Z[ host-image] Oct 18 21:31:44.218 INFO O| Oct 18 21:31:44.218 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86722024-10-18T21:31:45.530Z[ host-image] Oct 18 21:31:44.218 INFO O| Oct 18 21:31:44.218 INFO STEP 26 (remove_files) COMPLETE
86732024-10-18T21:31:45.530Z[ host-image] Oct 18 21:31:44.218 INFO O| Oct 18 21:31:44.218 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86742024-10-18T21:31:45.537Z[ host-image] Oct 18 21:31:44.227 INFO O| Oct 18 21:31:44.227 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86752024-10-18T21:31:45.537Z[ host-image] Oct 18 21:31:44.227 INFO O| Oct 18 21:31:44.227 INFO STEP 27 (remove_files) COMPLETE
86762024-10-18T21:31:45.539Z[ host-image] Oct 18 21:31:44.227 INFO O| Oct 18 21:31:44.227 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86772024-10-18T21:31:45.546Z[ host-image] Oct 18 21:31:44.236 INFO O| Oct 18 21:31:44.236 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86782024-10-18T21:31:45.546Z[ host-image] Oct 18 21:31:44.237 INFO O| Oct 18 21:31:44.236 INFO STEP 28 (remove_files) COMPLETE
86792024-10-18T21:31:45.549Z[ host-image] Oct 18 21:31:44.237 INFO O| Oct 18 21:31:44.236 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86802024-10-18T21:31:45.556Z[ host-image] Oct 18 21:31:44.246 INFO O| Oct 18 21:31:44.246 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86812024-10-18T21:31:45.556Z[ host-image] Oct 18 21:31:44.246 INFO O| Oct 18 21:31:44.246 INFO STEP 29 (remove_files) COMPLETE
86822024-10-18T21:31:45.556Z[ host-image] Oct 18 21:31:44.246 INFO O| Oct 18 21:31:44.246 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86832024-10-18T21:31:45.565Z[ host-image] Oct 18 21:31:44.255 INFO O| Oct 18 21:31:44.255 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86842024-10-18T21:31:45.565Z[ host-image] Oct 18 21:31:44.255 INFO O| Oct 18 21:31:44.255 INFO STEP 30 (remove_files) COMPLETE
86852024-10-18T21:31:45.565Z[ host-image] Oct 18 21:31:44.255 INFO O| Oct 18 21:31:44.255 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86862024-10-18T21:31:45.575Z[ host-image] Oct 18 21:31:44.265 INFO O| Oct 18 21:31:44.265 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86872024-10-18T21:31:45.575Z[ host-image] Oct 18 21:31:44.265 INFO O| Oct 18 21:31:44.265 INFO STEP 31 (remove_files) COMPLETE
86882024-10-18T21:31:45.577Z[ host-image] Oct 18 21:31:44.265 INFO O| Oct 18 21:31:44.265 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86892024-10-18T21:31:45.584Z[ host-image] Oct 18 21:31:44.274 INFO O| Oct 18 21:31:44.274 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86902024-10-18T21:31:45.586Z[ host-image] Oct 18 21:31:44.274 INFO O| Oct 18 21:31:44.274 INFO STEP 32 (remove_files) COMPLETE
86912024-10-18T21:31:45.586Z[ host-image] Oct 18 21:31:44.274 INFO O| Oct 18 21:31:44.274 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86922024-10-18T21:31:45.593Z[ host-image] Oct 18 21:31:44.283 INFO O| Oct 18 21:31:44.283 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86932024-10-18T21:31:45.593Z[ host-image] Oct 18 21:31:44.283 INFO O| Oct 18 21:31:44.283 INFO STEP 33 (remove_files) COMPLETE
86942024-10-18T21:31:45.596Z[ host-image] Oct 18 21:31:44.283 INFO O| Oct 18 21:31:44.283 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86952024-10-18T21:31:45.602Z[ host-image] Oct 18 21:31:44.293 INFO O| Oct 18 21:31:44.292 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
86962024-10-18T21:31:45.602Z[ host-image] Oct 18 21:31:44.293 INFO O| Oct 18 21:31:44.293 INFO STEP 34 (remove_files) COMPLETE
86972024-10-18T21:31:45.605Z[ host-image] Oct 18 21:31:44.293 INFO O| Oct 18 21:31:44.293 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86982024-10-18T21:31:45.612Z[ host-image] Oct 18 21:31:44.302 INFO O| Oct 18 21:31:44.302 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
86992024-10-18T21:31:45.612Z[ host-image] Oct 18 21:31:44.302 INFO O| Oct 18 21:31:44.302 INFO STEP 35 (remove_files) COMPLETE
87002024-10-18T21:31:45.614Z[ host-image] Oct 18 21:31:44.302 INFO O| Oct 18 21:31:44.302 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87012024-10-18T21:31:45.621Z[ host-image] Oct 18 21:31:44.311 INFO O| Oct 18 21:31:44.311 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87022024-10-18T21:31:45.621Z[ host-image] Oct 18 21:31:44.311 INFO O| Oct 18 21:31:44.311 INFO STEP 36 (remove_files) COMPLETE
87032024-10-18T21:31:45.624Z[ host-image] Oct 18 21:31:44.311 INFO O| Oct 18 21:31:44.311 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87042024-10-18T21:31:45.630Z[ host-image] Oct 18 21:31:44.320 INFO O| Oct 18 21:31:44.320 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87052024-10-18T21:31:45.630Z[ host-image] Oct 18 21:31:44.320 INFO O| Oct 18 21:31:44.320 INFO STEP 37 (remove_files) COMPLETE
87062024-10-18T21:31:45.633Z[ host-image] Oct 18 21:31:44.320 INFO O| Oct 18 21:31:44.320 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87072024-10-18T21:31:45.640Z[ host-image] Oct 18 21:31:44.330 INFO O| Oct 18 21:31:44.330 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87082024-10-18T21:31:45.640Z[ host-image] Oct 18 21:31:44.330 INFO O| Oct 18 21:31:44.330 INFO STEP 38 (remove_files) COMPLETE
87092024-10-18T21:31:45.642Z[ host-image] Oct 18 21:31:44.330 INFO O| Oct 18 21:31:44.330 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87102024-10-18T21:31:45.649Z[ host-image] Oct 18 21:31:44.339 INFO O| Oct 18 21:31:44.339 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87112024-10-18T21:31:45.649Z[ host-image] Oct 18 21:31:44.339 INFO O| Oct 18 21:31:44.339 INFO STEP 39 (remove_files) COMPLETE
87122024-10-18T21:31:45.651Z[ host-image] Oct 18 21:31:44.339 INFO O| Oct 18 21:31:44.339 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87132024-10-18T21:31:45.658Z[ host-image] Oct 18 21:31:44.349 INFO O| Oct 18 21:31:44.349 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87142024-10-18T21:31:45.658Z[ host-image] Oct 18 21:31:44.349 INFO O| Oct 18 21:31:44.349 INFO STEP 40 (remove_files) COMPLETE
87152024-10-18T21:31:45.659Z[ host-image] Oct 18 21:31:44.349 INFO O| Oct 18 21:31:44.349 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87162024-10-18T21:31:45.668Z[ host-image] Oct 18 21:31:44.358 INFO O| Oct 18 21:31:44.358 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87172024-10-18T21:31:45.670Z[ host-image] Oct 18 21:31:44.358 INFO O| Oct 18 21:31:44.358 INFO STEP 41 (remove_files) COMPLETE
87182024-10-18T21:31:45.670Z[ host-image] Oct 18 21:31:44.358 INFO O| Oct 18 21:31:44.358 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87192024-10-18T21:31:45.677Z[ host-image] Oct 18 21:31:44.367 INFO O| Oct 18 21:31:44.367 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87202024-10-18T21:31:45.677Z[ host-image] Oct 18 21:31:44.368 INFO O| Oct 18 21:31:44.368 INFO STEP 42 (remove_files) COMPLETE
87212024-10-18T21:31:45.680Z[ host-image] Oct 18 21:31:44.368 INFO O| Oct 18 21:31:44.368 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87222024-10-18T21:31:45.687Z[ host-image] Oct 18 21:31:44.377 INFO O| Oct 18 21:31:44.377 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87232024-10-18T21:31:45.687Z[ host-image] Oct 18 21:31:44.377 INFO O| Oct 18 21:31:44.377 INFO STEP 43 (remove_files) COMPLETE
87242024-10-18T21:31:45.689Z[ host-image] Oct 18 21:31:44.377 INFO O| Oct 18 21:31:44.377 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87252024-10-18T21:31:45.696Z[ host-image] Oct 18 21:31:44.386 INFO O| Oct 18 21:31:44.386 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87262024-10-18T21:31:45.696Z[ host-image] Oct 18 21:31:44.386 INFO O| Oct 18 21:31:44.386 INFO STEP 44 (remove_files) COMPLETE
87272024-10-18T21:31:45.699Z[ host-image] Oct 18 21:31:44.386 INFO O| Oct 18 21:31:44.386 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87282024-10-18T21:31:45.706Z[ host-image] Oct 18 21:31:44.396 INFO O| Oct 18 21:31:44.396 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87292024-10-18T21:31:45.706Z[ host-image] Oct 18 21:31:44.396 INFO O| Oct 18 21:31:44.396 INFO STEP 45 (remove_files) COMPLETE
87302024-10-18T21:31:45.706Z[ host-image] Oct 18 21:31:44.396 INFO O| Oct 18 21:31:44.396 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87312024-10-18T21:31:45.715Z[ host-image] Oct 18 21:31:44.405 INFO O| Oct 18 21:31:44.405 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87322024-10-18T21:31:45.715Z[ host-image] Oct 18 21:31:44.405 INFO O| Oct 18 21:31:44.405 INFO STEP 46 (remove_files) COMPLETE
87332024-10-18T21:31:45.715Z[ host-image] Oct 18 21:31:44.405 INFO O| Oct 18 21:31:44.405 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87342024-10-18T21:31:45.724Z[ host-image] Oct 18 21:31:44.414 INFO O| Oct 18 21:31:44.414 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87352024-10-18T21:31:45.724Z[ host-image] Oct 18 21:31:44.414 INFO O| Oct 18 21:31:44.414 INFO STEP 47 (remove_files) COMPLETE
87362024-10-18T21:31:45.727Z[ host-image] Oct 18 21:31:44.414 INFO O| Oct 18 21:31:44.414 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87372024-10-18T21:31:45.734Z[ host-image] Oct 18 21:31:44.424 INFO O| Oct 18 21:31:44.424 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87382024-10-18T21:31:45.734Z[ host-image] Oct 18 21:31:44.424 INFO O| Oct 18 21:31:44.424 INFO STEP 48 (remove_files) COMPLETE
87392024-10-18T21:31:45.736Z[ host-image] Oct 18 21:31:44.424 INFO O| Oct 18 21:31:44.424 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87402024-10-18T21:31:45.743Z[ host-image] Oct 18 21:31:44.433 INFO O| Oct 18 21:31:44.433 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87412024-10-18T21:31:45.746Z[ host-image] Oct 18 21:31:44.433 INFO O| Oct 18 21:31:44.433 INFO STEP 49 (remove_files) COMPLETE
87422024-10-18T21:31:45.746Z[ host-image] Oct 18 21:31:44.433 INFO O| Oct 18 21:31:44.433 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87432024-10-18T21:31:45.753Z[ host-image] Oct 18 21:31:44.443 INFO O| Oct 18 21:31:44.443 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87442024-10-18T21:31:45.753Z[ host-image] Oct 18 21:31:44.444 INFO O| Oct 18 21:31:44.444 INFO STEP 50 (remove_files) COMPLETE
87452024-10-18T21:31:45.754Z[ host-image] Oct 18 21:31:44.444 INFO O| Oct 18 21:31:44.444 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87462024-10-18T21:31:45.764Z[ host-image] Oct 18 21:31:44.453 INFO O| Oct 18 21:31:44.453 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87472024-10-18T21:31:45.764Z[ host-image] Oct 18 21:31:44.453 INFO O| Oct 18 21:31:44.453 INFO STEP 51 (remove_files) COMPLETE
87482024-10-18T21:31:45.767Z[ host-image] Oct 18 21:31:44.453 INFO O| Oct 18 21:31:44.453 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87492024-10-18T21:31:45.772Z[ host-image] Oct 18 21:31:44.462 INFO O| Oct 18 21:31:44.462 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87502024-10-18T21:31:45.772Z[ host-image] Oct 18 21:31:44.463 INFO O| Oct 18 21:31:44.462 INFO STEP 52 (remove_files) COMPLETE
87512024-10-18T21:31:45.775Z[ host-image] Oct 18 21:31:44.463 INFO O| Oct 18 21:31:44.462 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87522024-10-18T21:31:45.783Z[ host-image] Oct 18 21:31:44.473 INFO O| Oct 18 21:31:44.473 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87532024-10-18T21:31:45.786Z[ host-image] Oct 18 21:31:44.474 INFO O| Oct 18 21:31:44.473 INFO STEP 53 (remove_files) COMPLETE
87542024-10-18T21:31:45.786Z[ host-image] Oct 18 21:31:44.474 INFO O| Oct 18 21:31:44.473 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87552024-10-18T21:31:45.793Z[ host-image] Oct 18 21:31:44.483 INFO O| Oct 18 21:31:44.483 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87562024-10-18T21:31:45.793Z[ host-image] Oct 18 21:31:44.483 INFO O| Oct 18 21:31:44.483 INFO STEP 54 (remove_files) COMPLETE
87572024-10-18T21:31:45.795Z[ host-image] Oct 18 21:31:44.483 INFO O| Oct 18 21:31:44.483 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87582024-10-18T21:31:45.802Z[ host-image] Oct 18 21:31:44.492 INFO O| Oct 18 21:31:44.492 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87592024-10-18T21:31:45.805Z[ host-image] Oct 18 21:31:44.492 INFO O| Oct 18 21:31:44.492 INFO STEP 55 (remove_files) COMPLETE
87602024-10-18T21:31:45.805Z[ host-image] Oct 18 21:31:44.492 INFO O| Oct 18 21:31:44.492 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87612024-10-18T21:31:45.812Z[ host-image] Oct 18 21:31:44.502 INFO O| Oct 18 21:31:44.502 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87622024-10-18T21:31:45.812Z[ host-image] Oct 18 21:31:44.502 INFO O| Oct 18 21:31:44.502 INFO STEP 56 (remove_files) COMPLETE
87632024-10-18T21:31:45.814Z[ host-image] Oct 18 21:31:44.502 INFO O| Oct 18 21:31:44.502 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87642024-10-18T21:31:45.822Z[ host-image] Oct 18 21:31:44.512 INFO O| Oct 18 21:31:44.511 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87652024-10-18T21:31:45.822Z[ host-image] Oct 18 21:31:44.512 INFO O| Oct 18 21:31:44.512 INFO STEP 57 (remove_files) COMPLETE
87662024-10-18T21:31:45.822Z[ host-image] Oct 18 21:31:44.512 INFO O| Oct 18 21:31:44.512 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87672024-10-18T21:31:45.831Z[ host-image] Oct 18 21:31:44.521 INFO O| Oct 18 21:31:44.521 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87682024-10-18T21:31:45.831Z[ host-image] Oct 18 21:31:44.521 INFO O| Oct 18 21:31:44.521 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87692024-10-18T21:31:45.834Z[ host-image] Oct 18 21:31:44.522 INFO O| Oct 18 21:31:44.521 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87702024-10-18T21:31:45.834Z[ host-image] Oct 18 21:31:44.522 INFO O| Oct 18 21:31:44.522 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87712024-10-18T21:31:45.834Z[ host-image] Oct 18 21:31:44.522 INFO O| Oct 18 21:31:44.522 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87722024-10-18T21:31:45.834Z[ host-image] Oct 18 21:31:44.522 INFO O| Oct 18 21:31:44.522 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87732024-10-18T21:31:45.834Z[ host-image] Oct 18 21:31:44.522 INFO O| Oct 18 21:31:44.522 INFO ok!
87742024-10-18T21:31:45.834Z[ host-image] Oct 18 21:31:44.522 INFO O| Oct 18 21:31:44.522 INFO STEP 58 (ensure_file) COMPLETE
87752024-10-18T21:31:45.834Z[ host-image] Oct 18 21:31:44.522 INFO O| Oct 18 21:31:44.522 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87762024-10-18T21:31:45.841Z[ host-image] Oct 18 21:31:44.531 INFO O| Oct 18 21:31:44.531 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87772024-10-18T21:31:45.841Z[ host-image] Oct 18 21:31:44.531 INFO O| Oct 18 21:31:44.531 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87782024-10-18T21:31:45.844Z[ host-image] Oct 18 21:31:44.531 INFO O| Oct 18 21:31:44.531 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87792024-10-18T21:31:45.844Z[ host-image] Oct 18 21:31:44.531 INFO O| Oct 18 21:31:44.531 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87802024-10-18T21:31:45.844Z[ host-image] Oct 18 21:31:44.532 INFO O| Oct 18 21:31:44.531 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87812024-10-18T21:31:45.844Z[ host-image] Oct 18 21:31:44.532 INFO O| Oct 18 21:31:44.532 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87822024-10-18T21:31:45.844Z[ host-image] Oct 18 21:31:44.532 INFO O| Oct 18 21:31:44.532 INFO ok!
87832024-10-18T21:31:45.844Z[ host-image] Oct 18 21:31:44.532 INFO O| Oct 18 21:31:44.532 INFO STEP 59 (ensure_file) COMPLETE
87842024-10-18T21:31:45.844Z[ host-image] Oct 18 21:31:44.532 INFO O| Oct 18 21:31:44.532 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87852024-10-18T21:31:45.851Z[ host-image] Oct 18 21:31:44.541 INFO O| Oct 18 21:31:44.541 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87862024-10-18T21:31:45.851Z[ host-image] Oct 18 21:31:44.541 INFO O| Oct 18 21:31:44.541 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87872024-10-18T21:31:45.853Z[ host-image] Oct 18 21:31:44.541 INFO O| Oct 18 21:31:44.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87882024-10-18T21:31:45.853Z[ host-image] Oct 18 21:31:44.541 INFO O| Oct 18 21:31:44.541 INFO ok!
87892024-10-18T21:31:45.853Z[ host-image] Oct 18 21:31:44.541 INFO O| Oct 18 21:31:44.541 INFO STEP 60 (ensure_file) COMPLETE
87902024-10-18T21:31:45.853Z[ host-image] Oct 18 21:31:44.541 INFO O| Oct 18 21:31:44.541 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87912024-10-18T21:31:45.860Z[ host-image] Oct 18 21:31:44.551 INFO O| Oct 18 21:31:44.550 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87922024-10-18T21:31:45.863Z[ host-image] Oct 18 21:31:44.551 INFO O| Oct 18 21:31:44.551 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87932024-10-18T21:31:45.863Z[ host-image] Oct 18 21:31:44.551 INFO O| Oct 18 21:31:44.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87942024-10-18T21:31:45.863Z[ host-image] Oct 18 21:31:44.551 INFO O| Oct 18 21:31:44.551 INFO ok!
87952024-10-18T21:31:45.863Z[ host-image] Oct 18 21:31:44.551 INFO O| Oct 18 21:31:44.551 INFO STEP 61 (ensure_file) COMPLETE
87962024-10-18T21:31:45.863Z[ host-image] Oct 18 21:31:44.551 INFO O| Oct 18 21:31:44.551 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87972024-10-18T21:31:45.870Z[ host-image] Oct 18 21:31:44.560 INFO O| Oct 18 21:31:44.560 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
87982024-10-18T21:31:45.870Z[ host-image] Oct 18 21:31:44.561 INFO O| Oct 18 21:31:44.560 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
87992024-10-18T21:31:45.873Z[ host-image] Oct 18 21:31:44.561 INFO O| Oct 18 21:31:44.561 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88002024-10-18T21:31:45.873Z[ host-image] Oct 18 21:31:44.561 INFO O| Oct 18 21:31:44.561 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88012024-10-18T21:31:45.873Z[ host-image] Oct 18 21:31:44.561 INFO O| Oct 18 21:31:44.561 INFO ok!
88022024-10-18T21:31:45.873Z[ host-image] Oct 18 21:31:44.561 INFO O| Oct 18 21:31:44.561 INFO STEP 62 (ensure_file) COMPLETE
88032024-10-18T21:31:45.873Z[ host-image] Oct 18 21:31:44.561 INFO O| Oct 18 21:31:44.561 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88042024-10-18T21:31:45.880Z[ host-image] Oct 18 21:31:44.570 INFO O| Oct 18 21:31:44.570 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88052024-10-18T21:31:45.880Z[ host-image] Oct 18 21:31:44.570 INFO O| Oct 18 21:31:44.570 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88062024-10-18T21:31:45.883Z[ host-image] Oct 18 21:31:44.570 INFO O| Oct 18 21:31:44.570 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88072024-10-18T21:31:45.883Z[ host-image] Oct 18 21:31:44.570 INFO O| Oct 18 21:31:44.570 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88082024-10-18T21:31:45.883Z[ host-image] Oct 18 21:31:44.570 INFO O| Oct 18 21:31:44.570 INFO ok!
88092024-10-18T21:31:45.883Z[ host-image] Oct 18 21:31:44.571 INFO O| Oct 18 21:31:44.570 INFO STEP 63 (ensure_file) COMPLETE
88102024-10-18T21:31:45.883Z[ host-image] Oct 18 21:31:44.571 INFO O| Oct 18 21:31:44.570 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88112024-10-18T21:31:45.890Z[ host-image] Oct 18 21:31:44.580 INFO O| Oct 18 21:31:44.580 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88122024-10-18T21:31:45.890Z[ host-image] Oct 18 21:31:44.580 INFO O| Oct 18 21:31:44.580 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88132024-10-18T21:31:45.892Z[ host-image] Oct 18 21:31:44.580 INFO O| Oct 18 21:31:44.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88142024-10-18T21:31:45.893Z[ host-image] Oct 18 21:31:44.580 INFO O| Oct 18 21:31:44.580 INFO ok!
88152024-10-18T21:31:45.893Z[ host-image] Oct 18 21:31:44.580 INFO O| Oct 18 21:31:44.580 INFO STEP 64 (assemble_files) COMPLETE
88162024-10-18T21:31:45.893Z[ host-image] Oct 18 21:31:44.580 INFO O| Oct 18 21:31:44.580 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88172024-10-18T21:31:45.900Z[ host-image] Oct 18 21:31:44.590 INFO O| Oct 18 21:31:44.590 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88182024-10-18T21:31:45.900Z[ host-image] Oct 18 21:31:44.590 INFO O| Oct 18 21:31:44.590 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88192024-10-18T21:31:45.902Z[ host-image] Oct 18 21:31:44.590 INFO O| Oct 18 21:31:44.590 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88202024-10-18T21:31:45.902Z[ host-image] Oct 18 21:31:44.590 INFO O| Oct 18 21:31:44.590 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88212024-10-18T21:31:45.902Z[ host-image] Oct 18 21:31:44.590 INFO O| Oct 18 21:31:44.590 INFO ok!
88222024-10-18T21:31:45.902Z[ host-image] Oct 18 21:31:44.590 INFO O| Oct 18 21:31:44.590 INFO STEP 65 (ensure_file) COMPLETE
88232024-10-18T21:31:45.902Z[ host-image] Oct 18 21:31:44.590 INFO O| Oct 18 21:31:44.590 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88242024-10-18T21:31:45.909Z[ host-image] Oct 18 21:31:44.600 INFO O| Oct 18 21:31:44.599 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88252024-10-18T21:31:45.912Z[ host-image] Oct 18 21:31:44.600 INFO O| Oct 18 21:31:44.600 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88262024-10-18T21:31:45.912Z[ host-image] Oct 18 21:31:44.600 INFO O| Oct 18 21:31:44.600 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88272024-10-18T21:31:45.912Z[ host-image] Oct 18 21:31:44.600 INFO O| Oct 18 21:31:44.600 INFO STEP 66 (ensure_dir) COMPLETE
88282024-10-18T21:31:45.912Z[ host-image] Oct 18 21:31:44.600 INFO O| Oct 18 21:31:44.600 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88292024-10-18T21:31:45.919Z[ host-image] Oct 18 21:31:44.609 INFO O| Oct 18 21:31:44.609 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88302024-10-18T21:31:45.919Z[ host-image] Oct 18 21:31:44.609 INFO O| Oct 18 21:31:44.609 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 ...
88312024-10-18T21:31:45.927Z[ host-image] Oct 18 21:31:44.616 INFO O| Oct 18 21:31:44.616 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
88322024-10-18T21:31:45.927Z[ host-image] Oct 18 21:31:44.616 INFO O| Oct 18 21:31:44.616 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88332024-10-18T21:31:45.927Z[ host-image] Oct 18 21:31:44.616 INFO O| Oct 18 21:31:44.616 INFO ok!
88342024-10-18T21:31:45.930Z[ host-image] Oct 18 21:31:44.616 INFO O| Oct 18 21:31:44.616 INFO STEP 67 (ensure_file) COMPLETE
88352024-10-18T21:31:45.930Z[ host-image] Oct 18 21:31:44.616 INFO O| Oct 18 21:31:44.616 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88362024-10-18T21:31:45.936Z[ host-image] Oct 18 21:31:44.626 INFO O| Oct 18 21:31:44.626 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88372024-10-18T21:31:45.936Z[ host-image] Oct 18 21:31:44.626 INFO O| Oct 18 21:31:44.626 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 ...
88382024-10-18T21:31:45.938Z[ host-image] Oct 18 21:31:44.626 INFO O| Oct 18 21:31:44.626 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
88392024-10-18T21:31:45.938Z[ host-image] Oct 18 21:31:44.626 INFO O| Oct 18 21:31:44.626 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88402024-10-18T21:31:45.938Z[ host-image] Oct 18 21:31:44.626 INFO O| Oct 18 21:31:44.626 INFO ok!
88412024-10-18T21:31:45.938Z[ host-image] Oct 18 21:31:44.626 INFO O| Oct 18 21:31:44.626 INFO STEP 68 (ensure_file) COMPLETE
88422024-10-18T21:31:45.938Z[ host-image] Oct 18 21:31:44.626 INFO O| Oct 18 21:31:44.626 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88432024-10-18T21:31:45.950Z[ host-image] Oct 18 21:31:44.640 INFO O| Oct 18 21:31:44.640 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88442024-10-18T21:31:45.950Z[ host-image] Oct 18 21:31:44.640 INFO O| Oct 18 21:31:44.640 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88452024-10-18T21:31:47.968Z[ host-image] Oct 18 21:31:46.657 INFO O| Oct 18 21:31:46.657 INFO STEP 69 (pack_tar) COMPLETE
88462024-10-18T21:31:47.971Z[ host-image] Oct 18 21:31:46.658 INFO O| Oct 18 21:31:46.657 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88472024-10-18T21:31:47.971Z[ host-image] Oct 18 21:31:46.658 INFO O| Oct 18 21:31:46.657 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88482024-10-18T21:31:48.269Z[ host-image] Oct 18 21:31:46.958 INFO O| Oct 18 21:31:46.958 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88492024-10-18T21:31:48.323Z[ host-image] Oct 18 21:31:47.013 INFO O| Oct 18 21:31:47.013 INFO completed processing gimlet/ramdisk-02-trim
88502024-10-18T21:31:48.326Z[ host-image] Oct 18 21:31:47.015 INFO image builder template: zfs...
88512024-10-18T21:31:48.326Z[ host-image] Oct 18 21:31:47.015 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/.tmpv1hBWs/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "zfs"], pwd: None
88522024-10-18T21:31:48.339Z[ host-image] Oct 18 21:31:47.029 INFO O| Oct 18 21:31:47.029 INFO skip include "stress" because feature "stress" is not enabled
88532024-10-18T21:31:48.370Z[ host-image] Oct 18 21:31:47.060 INFO O| Oct 18 21:31:47.060 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88542024-10-18T21:31:48.374Z[ host-image] Oct 18 21:31:47.064 INFO O| Oct 18 21:31:47.064 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88552024-10-18T21:31:48.427Z[ host-image] Oct 18 21:31:47.117 INFO O| Oct 18 21:31:47.117 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88562024-10-18T21:31:48.475Z[ host-image] Oct 18 21:31:47.164 INFO O| Oct 18 21:31:47.164 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88572024-10-18T21:31:48.477Z[ host-image] Oct 18 21:31:47.165 INFO O| Oct 18 21:31:47.164 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88582024-10-18T21:31:48.480Z[ host-image] Oct 18 21:31:47.169 INFO O| Oct 18 21:31:47.168 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88592024-10-18T21:31:48.539Z[ host-image] Oct 18 21:31:47.229 INFO O| Oct 18 21:31:47.229 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88602024-10-18T21:31:48.571Z[ host-image] Oct 18 21:31:47.261 INFO O| Oct 18 21:31:47.261 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88612024-10-18T21:31:48.580Z[ host-image] Oct 18 21:31:47.270 INFO O| Oct 18 21:31:47.270 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88622024-10-18T21:31:48.585Z[ host-image] Oct 18 21:31:47.275 INFO O| Oct 18 21:31:47.275 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88632024-10-18T21:31:48.585Z[ host-image] Oct 18 21:31:47.275 INFO O| Oct 18 21:31:47.275 INFO no lofi found
88642024-10-18T21:31:48.588Z[ host-image] Oct 18 21:31:47.275 INFO O| Oct 18 21:31:47.275 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88652024-10-18T21:31:48.588Z[ host-image] Oct 18 21:31:47.275 INFO O| Oct 18 21:31:47.275 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88662024-10-18T21:31:50.321Z[ host-image] Oct 18 21:31:49.010 INFO O| Oct 18 21:31:49.010 INFO lofi device = /dev/dsk/c2t1d0p0
88672024-10-18T21:31:50.321Z[ host-image] Oct 18 21:31:49.010 INFO O| Oct 18 21:31:49.010 INFO pool device = /dev/dsk/c2t1d0p0
88682024-10-18T21:31:50.324Z[ host-image] Oct 18 21:31:49.011 INFO O| Oct 18 21:31:49.010 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"]
88692024-10-18T21:31:50.397Z[ host-image] Oct 18 21:31:49.086 INFO O| Oct 18 21:31:49.086 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88702024-10-18T21:31:50.397Z[ host-image] Oct 18 21:31:49.086 INFO O| Oct 18 21:31:49.086 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88712024-10-18T21:31:50.414Z[ host-image] Oct 18 21:31:49.103 INFO O| Oct 18 21:31:49.103 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88722024-10-18T21:31:50.468Z[ host-image] Oct 18 21:31:49.157 INFO O| Oct 18 21:31:49.157 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88732024-10-18T21:31:50.504Z[ host-image] Oct 18 21:31:49.194 INFO O| Oct 18 21:31:49.194 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88742024-10-18T21:31:50.518Z[ host-image] Oct 18 21:31:49.207 INFO O| Oct 18 21:31:49.207 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88752024-10-18T21:31:50.529Z[ host-image] Oct 18 21:31:49.218 INFO O| Oct 18 21:31:49.218 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88762024-10-18T21:31:50.574Z[ host-image] Oct 18 21:31:49.263 INFO O| Oct 18 21:31:49.263 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88772024-10-18T21:31:50.574Z[ host-image] Oct 18 21:31:49.264 INFO O| Oct 18 21:31:49.263 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88782024-10-18T21:31:50.577Z[ host-image] Oct 18 21:31:49.264 INFO O| Oct 18 21:31:49.264 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88792024-10-18T21:31:50.586Z[ host-image] Oct 18 21:31:49.275 INFO O| Oct 18 21:31:49.275 INFO boot environment UUID: de9aa966-4718-4012-929e-6cbc9e7b375d
88802024-10-18T21:31:50.586Z[ host-image] Oct 18 21:31:49.275 INFO O| Oct 18 21:31:49.275 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = de9aa966-4718-4012-929e-6cbc9e7b375d
88812024-10-18T21:31:50.595Z[ host-image] Oct 18 21:31:49.285 INFO O| Oct 18 21:31:49.285 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88822024-10-18T21:31:50.605Z[ host-image] Oct 18 21:31:49.295 INFO O| Oct 18 21:31:49.295 INFO STEP 0 (create_be) COMPLETE
88832024-10-18T21:31:50.606Z[ host-image] Oct 18 21:31:49.295 INFO O| Oct 18 21:31:49.295 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88842024-10-18T21:31:50.620Z[ host-image] Oct 18 21:31:49.310 INFO O| Oct 18 21:31:49.310 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88852024-10-18T21:31:56.407Z[ recovery-image] Oct 18 21:31:55.089 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
88862024-10-18T21:31:59.502Z[ recovery-image] Oct 18 21:31:58.189 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
88872024-10-18T21:32:01.252Z[ recovery-image] Oct 18 21:31:59.935 INFO E| Compiling quote v1.0.37
88882024-10-18T21:32:01.742Z[ recovery-image] Oct 18 21:32:00.430 INFO E| Compiling syn v2.0.77
88892024-10-18T21:32:05.831Z[ recovery-image] Oct 18 21:32:04.517 INFO E| Compiling bitflags v1.3.2
88902024-10-18T21:32:05.831Z[ recovery-image] Oct 18 21:32:04.517 INFO E| Compiling plain v0.2.3
88912024-10-18T21:32:05.831Z[ recovery-image] Oct 18 21:32:04.517 INFO E| Compiling bit_field v0.10.2
88922024-10-18T21:32:05.831Z[ recovery-image] Oct 18 21:32:04.517 INFO E| Compiling adler2 v2.0.0
88932024-10-18T21:32:05.834Z[ recovery-image] Oct 18 21:32:04.517 INFO E| Compiling log v0.4.22
88942024-10-18T21:32:05.895Z[ recovery-image] Oct 18 21:32:04.583 INFO E| Compiling scroll_derive v0.12.0
88952024-10-18T21:32:05.919Z[ recovery-image] Oct 18 21:32:04.607 INFO E| Compiling raw-cpuid v10.7.0
88962024-10-18T21:32:06.145Z[ recovery-image] Oct 18 21:32:04.827 INFO E| Compiling miniz_oxide v0.8.0
88972024-10-18T21:32:06.150Z[ recovery-image] Oct 18 21:32:04.838 INFO E| Compiling cpio_reader v0.1.1
88982024-10-18T21:32:06.289Z[ recovery-image] Oct 18 21:32:04.976 INFO E| Compiling static_assertions v1.1.0
88992024-10-18T21:32:07.919Z[ recovery-image] Oct 18 21:32:06.606 INFO E| Compiling scroll v0.12.0
89002024-10-18T21:32:08.513Z[ recovery-image] Oct 18 21:32:07.201 INFO E| Compiling goblin v0.8.2
89012024-10-18T21:32:12.524Z[ recovery-image] Oct 18 21:32:11.209 INFO E| Compiling bitstruct_derive v0.1.0
89022024-10-18T21:32:13.722Z[ host-image] Oct 18 21:32:12.409 INFO O| Oct 18 21:32:12.409 INFO STEP 1 (unpack_tar) COMPLETE
89032024-10-18T21:32:13.722Z[ host-image] Oct 18 21:32:12.409 INFO O| Oct 18 21:32:12.409 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89042024-10-18T21:32:13.734Z[ host-image] Oct 18 21:32:12.421 INFO O| Oct 18 21:32:12.421 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89052024-10-18T21:32:13.977Z[ host-image] Oct 18 21:32:12.664 INFO O| Oct 18 21:32:12.663 INFO STEP 2 (devfsadm) COMPLETE
89062024-10-18T21:32:13.977Z[ host-image] Oct 18 21:32:12.664 INFO O| Oct 18 21:32:12.664 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89072024-10-18T21:32:13.989Z[ host-image] Oct 18 21:32:12.676 INFO O| Oct 18 21:32:12.675 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89082024-10-18T21:32:13.991Z[ host-image] Oct 18 21:32:12.676 INFO O| Oct 18 21:32:12.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89092024-10-18T21:32:13.991Z[ host-image] Oct 18 21:32:12.676 INFO O| Oct 18 21:32:12.676 INFO STEP 3 (ensure_dir) COMPLETE
89102024-10-18T21:32:13.991Z[ host-image] Oct 18 21:32:12.676 INFO O| Oct 18 21:32:12.676 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89112024-10-18T21:32:13.999Z[ host-image] Oct 18 21:32:12.687 INFO O| Oct 18 21:32:12.686 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89122024-10-18T21:32:13.999Z[ host-image] Oct 18 21:32:12.687 INFO O| Oct 18 21:32:12.686 INFO STEP 4 (ensure_dir) COMPLETE
89132024-10-18T21:32:13.999Z[ host-image] Oct 18 21:32:12.687 INFO O| Oct 18 21:32:12.687 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89142024-10-18T21:32:14.011Z[ host-image] Oct 18 21:32:12.698 INFO O| Oct 18 21:32:12.698 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89152024-10-18T21:32:14.011Z[ host-image] Oct 18 21:32:12.698 INFO O| Oct 18 21:32:12.698 INFO STEP 5 (ensure_dir) COMPLETE
89162024-10-18T21:32:14.013Z[ host-image] Oct 18 21:32:12.698 INFO O| Oct 18 21:32:12.698 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89172024-10-18T21:32:14.021Z[ host-image] Oct 18 21:32:12.708 INFO O| Oct 18 21:32:12.708 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89182024-10-18T21:32:14.021Z[ host-image] Oct 18 21:32:12.708 INFO O| Oct 18 21:32:12.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89192024-10-18T21:32:14.021Z[ host-image] Oct 18 21:32:12.708 INFO O| Oct 18 21:32:12.708 INFO STEP 6 (ensure_dir) COMPLETE
89202024-10-18T21:32:14.023Z[ host-image] Oct 18 21:32:12.708 INFO O| Oct 18 21:32:12.708 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89212024-10-18T21:32:14.032Z[ host-image] Oct 18 21:32:12.719 INFO O| Oct 18 21:32:12.719 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89222024-10-18T21:32:14.032Z[ host-image] Oct 18 21:32:12.719 INFO O| Oct 18 21:32:12.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89232024-10-18T21:32:14.032Z[ host-image] Oct 18 21:32:12.719 INFO O| Oct 18 21:32:12.719 INFO STEP 7 (ensure_dir) COMPLETE
89242024-10-18T21:32:14.034Z[ host-image] Oct 18 21:32:12.719 INFO O| Oct 18 21:32:12.719 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89252024-10-18T21:32:14.044Z[ host-image] Oct 18 21:32:12.731 INFO O| Oct 18 21:32:12.731 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89262024-10-18T21:32:14.047Z[ host-image] Oct 18 21:32:12.731 INFO O| Oct 18 21:32:12.731 INFO STEP 8 (remove_files) COMPLETE
89272024-10-18T21:32:14.047Z[ host-image] Oct 18 21:32:12.731 INFO O| Oct 18 21:32:12.731 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89282024-10-18T21:32:14.056Z[ host-image] Oct 18 21:32:12.743 INFO O| Oct 18 21:32:12.743 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89292024-10-18T21:32:14.059Z[ host-image] Oct 18 21:32:12.743 INFO O| Oct 18 21:32:12.743 INFO STEP 9 (remove_files) COMPLETE
89302024-10-18T21:32:14.059Z[ host-image] Oct 18 21:32:12.744 INFO O| Oct 18 21:32:12.743 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89312024-10-18T21:32:14.067Z[ host-image] Oct 18 21:32:12.754 INFO O| Oct 18 21:32:12.754 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89322024-10-18T21:32:14.070Z[ host-image] Oct 18 21:32:12.755 INFO O| Oct 18 21:32:12.755 INFO STEP 10 (remove_files) COMPLETE
89332024-10-18T21:32:14.070Z[ host-image] Oct 18 21:32:12.755 INFO O| Oct 18 21:32:12.755 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89342024-10-18T21:32:14.078Z[ host-image] Oct 18 21:32:12.765 INFO O| Oct 18 21:32:12.765 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89352024-10-18T21:32:14.078Z[ host-image] Oct 18 21:32:12.765 INFO O| Oct 18 21:32:12.765 INFO STEP 11 (remove_files) COMPLETE
89362024-10-18T21:32:14.081Z[ host-image] Oct 18 21:32:12.765 INFO O| Oct 18 21:32:12.765 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89372024-10-18T21:32:14.089Z[ host-image] Oct 18 21:32:12.776 INFO O| Oct 18 21:32:12.776 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89382024-10-18T21:32:14.091Z[ host-image] Oct 18 21:32:12.776 INFO O| Oct 18 21:32:12.776 INFO STEP 12 (remove_files) COMPLETE
89392024-10-18T21:32:14.091Z[ host-image] Oct 18 21:32:12.776 INFO O| Oct 18 21:32:12.776 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89402024-10-18T21:32:14.099Z[ host-image] Oct 18 21:32:12.787 INFO O| Oct 18 21:32:12.786 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89412024-10-18T21:32:14.102Z[ host-image] Oct 18 21:32:12.787 INFO O| Oct 18 21:32:12.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89422024-10-18T21:32:14.102Z[ host-image] Oct 18 21:32:12.787 INFO O| Oct 18 21:32:12.787 INFO STEP 13 (ensure_dir) COMPLETE
89432024-10-18T21:32:14.102Z[ host-image] Oct 18 21:32:12.787 INFO O| Oct 18 21:32:12.787 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89442024-10-18T21:32:14.112Z[ host-image] Oct 18 21:32:12.799 INFO O| Oct 18 21:32:12.799 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89452024-10-18T21:32:14.112Z[ host-image] Oct 18 21:32:12.799 INFO O| Oct 18 21:32:12.799 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89462024-10-18T21:32:14.114Z[ host-image] Oct 18 21:32:12.799 INFO O| Oct 18 21:32:12.799 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89472024-10-18T21:32:14.115Z[ host-image] Oct 18 21:32:12.799 INFO O| Oct 18 21:32:12.799 INFO STEP 14 (ensure_dir) COMPLETE
89482024-10-18T21:32:14.115Z[ host-image] Oct 18 21:32:12.799 INFO O| Oct 18 21:32:12.799 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89492024-10-18T21:32:14.124Z[ host-image] Oct 18 21:32:12.811 INFO O| Oct 18 21:32:12.811 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89502024-10-18T21:32:14.124Z[ host-image] Oct 18 21:32:12.811 INFO O| Oct 18 21:32:12.811 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89512024-10-18T21:32:14.126Z[ host-image] Oct 18 21:32:12.811 INFO O| Oct 18 21:32:12.811 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89522024-10-18T21:32:14.126Z[ host-image] Oct 18 21:32:12.811 INFO O| Oct 18 21:32:12.811 INFO STEP 15 (ensure_dir) COMPLETE
89532024-10-18T21:32:14.126Z[ host-image] Oct 18 21:32:12.811 INFO O| Oct 18 21:32:12.811 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89542024-10-18T21:32:14.135Z[ host-image] Oct 18 21:32:12.822 INFO O| Oct 18 21:32:12.822 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89552024-10-18T21:32:14.135Z[ host-image] Oct 18 21:32:12.822 INFO O| Oct 18 21:32:12.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89562024-10-18T21:32:14.135Z[ host-image] Oct 18 21:32:12.822 INFO O| Oct 18 21:32:12.822 INFO STEP 16 (ensure_dir) COMPLETE
89572024-10-18T21:32:14.137Z[ host-image] Oct 18 21:32:12.822 INFO O| Oct 18 21:32:12.822 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89582024-10-18T21:32:14.146Z[ host-image] Oct 18 21:32:12.833 INFO O| Oct 18 21:32:12.833 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89592024-10-18T21:32:14.148Z[ host-image] Oct 18 21:32:12.833 INFO O| Oct 18 21:32:12.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89602024-10-18T21:32:14.148Z[ host-image] Oct 18 21:32:12.833 INFO O| Oct 18 21:32:12.833 INFO STEP 17 (ensure_dir) COMPLETE
89612024-10-18T21:32:14.148Z[ host-image] Oct 18 21:32:12.833 INFO O| Oct 18 21:32:12.833 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89622024-10-18T21:32:14.156Z[ host-image] Oct 18 21:32:12.844 INFO O| Oct 18 21:32:12.844 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89632024-10-18T21:32:14.157Z[ host-image] Oct 18 21:32:12.844 INFO O| Oct 18 21:32:12.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89642024-10-18T21:32:14.157Z[ host-image] Oct 18 21:32:12.844 INFO O| Oct 18 21:32:12.844 INFO ok!
89652024-10-18T21:32:14.160Z[ host-image] Oct 18 21:32:12.844 INFO O| Oct 18 21:32:12.844 INFO STEP 18 (ensure_symlink) COMPLETE
89662024-10-18T21:32:14.160Z[ host-image] Oct 18 21:32:12.844 INFO O| Oct 18 21:32:12.844 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89672024-10-18T21:32:14.168Z[ host-image] Oct 18 21:32:12.855 INFO O| Oct 18 21:32:12.855 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89682024-10-18T21:32:14.168Z[ host-image] Oct 18 21:32:12.855 INFO O| Oct 18 21:32:12.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89692024-10-18T21:32:14.168Z[ host-image] Oct 18 21:32:12.855 INFO O| Oct 18 21:32:12.855 INFO ok!
89702024-10-18T21:32:14.171Z[ host-image] Oct 18 21:32:12.855 INFO O| Oct 18 21:32:12.855 INFO STEP 19 (ensure_file) COMPLETE
89712024-10-18T21:32:14.171Z[ host-image] Oct 18 21:32:12.855 INFO O| Oct 18 21:32:12.855 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89722024-10-18T21:32:14.179Z[ host-image] Oct 18 21:32:12.866 INFO O| Oct 18 21:32:12.866 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89732024-10-18T21:32:14.179Z[ host-image] Oct 18 21:32:12.866 INFO O| Oct 18 21:32:12.866 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89742024-10-18T21:32:14.182Z[ host-image] Oct 18 21:32:12.866 INFO O| Oct 18 21:32:12.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89752024-10-18T21:32:14.182Z[ host-image] Oct 18 21:32:12.866 INFO O| Oct 18 21:32:12.866 INFO ok!
89762024-10-18T21:32:14.182Z[ host-image] Oct 18 21:32:12.866 INFO O| Oct 18 21:32:12.866 INFO STEP 20 (ensure_symlink) COMPLETE
89772024-10-18T21:32:14.182Z[ host-image] Oct 18 21:32:12.866 INFO O| Oct 18 21:32:12.866 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89782024-10-18T21:32:14.191Z[ host-image] Oct 18 21:32:12.878 INFO O| Oct 18 21:32:12.878 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89792024-10-18T21:32:14.191Z[ host-image] Oct 18 21:32:12.878 INFO O| Oct 18 21:32:12.878 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
89802024-10-18T21:32:14.194Z[ host-image] Oct 18 21:32:12.878 INFO O| Oct 18 21:32:12.878 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
89812024-10-18T21:32:14.194Z[ host-image] Oct 18 21:32:12.878 INFO O| Oct 18 21:32:12.878 INFO ok!
89822024-10-18T21:32:14.194Z[ host-image] Oct 18 21:32:12.878 INFO O| Oct 18 21:32:12.878 INFO STEP 21 (ensure_symlink) COMPLETE
89832024-10-18T21:32:14.194Z[ host-image] Oct 18 21:32:12.878 INFO O| Oct 18 21:32:12.878 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89842024-10-18T21:32:14.202Z[ host-image] Oct 18 21:32:12.889 INFO O| Oct 18 21:32:12.889 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
89852024-10-18T21:32:14.204Z[ host-image] Oct 18 21:32:12.889 INFO O| Oct 18 21:32:12.889 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
89862024-10-18T21:32:14.204Z[ host-image] Oct 18 21:32:12.889 INFO O| Oct 18 21:32:12.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
89872024-10-18T21:32:14.204Z[ host-image] Oct 18 21:32:12.889 INFO O| Oct 18 21:32:12.889 INFO ok!
89882024-10-18T21:32:14.204Z[ host-image] Oct 18 21:32:12.889 INFO O| Oct 18 21:32:12.889 INFO STEP 22 (ensure_symlink) COMPLETE
89892024-10-18T21:32:14.204Z[ host-image] Oct 18 21:32:12.889 INFO O| Oct 18 21:32:12.889 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89902024-10-18T21:32:14.212Z[ host-image] Oct 18 21:32:12.899 INFO O| Oct 18 21:32:12.899 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
89912024-10-18T21:32:14.212Z[ host-image] Oct 18 21:32:12.899 INFO O| Oct 18 21:32:12.899 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
89922024-10-18T21:32:14.215Z[ host-image] Oct 18 21:32:12.900 INFO O| Oct 18 21:32:12.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
89932024-10-18T21:32:14.215Z[ host-image] Oct 18 21:32:12.900 INFO O| Oct 18 21:32:12.900 INFO ok!
89942024-10-18T21:32:14.215Z[ host-image] Oct 18 21:32:12.900 INFO O| Oct 18 21:32:12.900 INFO STEP 23 (ensure_symlink) COMPLETE
89952024-10-18T21:32:14.215Z[ host-image] Oct 18 21:32:12.900 INFO O| Oct 18 21:32:12.900 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89962024-10-18T21:32:14.224Z[ host-image] Oct 18 21:32:12.911 INFO O| Oct 18 21:32:12.911 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
89972024-10-18T21:32:14.224Z[ host-image] Oct 18 21:32:12.912 INFO O| Oct 18 21:32:12.912 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
89982024-10-18T21:32:14.227Z[ host-image] Oct 18 21:32:12.912 INFO O| Oct 18 21:32:12.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
89992024-10-18T21:32:14.227Z[ host-image] Oct 18 21:32:12.912 INFO O| Oct 18 21:32:12.912 INFO ok!
90002024-10-18T21:32:14.227Z[ host-image] Oct 18 21:32:12.912 INFO O| Oct 18 21:32:12.912 INFO STEP 24 (ensure_file) COMPLETE
90012024-10-18T21:32:14.227Z[ host-image] Oct 18 21:32:12.912 INFO O| Oct 18 21:32:12.912 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90022024-10-18T21:32:14.238Z[ host-image] Oct 18 21:32:12.925 INFO O| Oct 18 21:32:12.924 INFO updating shadow file
90032024-10-18T21:32:14.240Z[ host-image] Oct 18 21:32:12.925 INFO O| Oct 18 21:32:12.925 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90042024-10-18T21:32:14.240Z[ host-image] Oct 18 21:32:12.925 INFO O| Oct 18 21:32:12.925 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90052024-10-18T21:32:14.240Z[ host-image] Oct 18 21:32:12.925 INFO O| Oct 18 21:32:12.925 INFO STEP 25 (shadow) COMPLETE
90062024-10-18T21:32:14.240Z[ host-image] Oct 18 21:32:12.925 INFO O| Oct 18 21:32:12.925 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90072024-10-18T21:32:14.254Z[ host-image] Oct 18 21:32:12.941 INFO O| Oct 18 21:32:12.941 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90082024-10-18T21:32:14.254Z[ host-image] Oct 18 21:32:12.941 INFO O| Oct 18 21:32:12.941 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
90092024-10-18T21:32:14.257Z[ host-image] Oct 18 21:32:12.941 INFO O| Oct 18 21:32:12.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90102024-10-18T21:32:14.257Z[ host-image] Oct 18 21:32:12.941 INFO O| Oct 18 21:32:12.941 INFO ok!
90112024-10-18T21:32:14.257Z[ host-image] Oct 18 21:32:12.941 INFO O| Oct 18 21:32:12.941 INFO STEP 26 (ensure_file) COMPLETE
90122024-10-18T21:32:14.257Z[ host-image] Oct 18 21:32:12.941 INFO O| Oct 18 21:32:12.941 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90132024-10-18T21:32:14.270Z[ host-image] Oct 18 21:32:12.957 INFO O| Oct 18 21:32:12.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90142024-10-18T21:32:14.270Z[ host-image] Oct 18 21:32:12.957 INFO O| Oct 18 21:32:12.957 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90152024-10-18T21:32:14.273Z[ host-image] Oct 18 21:32:12.957 INFO O| Oct 18 21:32:12.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90162024-10-18T21:32:14.273Z[ host-image] Oct 18 21:32:12.957 INFO O| Oct 18 21:32:12.957 INFO ok!
90172024-10-18T21:32:14.273Z[ host-image] Oct 18 21:32:12.957 INFO O| Oct 18 21:32:12.957 INFO STEP 27 (ensure_file) COMPLETE
90182024-10-18T21:32:14.273Z[ host-image] Oct 18 21:32:12.957 INFO O| Oct 18 21:32:12.957 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90192024-10-18T21:32:14.289Z[ host-image] Oct 18 21:32:12.976 INFO O| Oct 18 21:32:12.976 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90202024-10-18T21:32:14.289Z[ host-image] Oct 18 21:32:12.976 INFO O| Oct 18 21:32:12.976 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90212024-10-18T21:32:14.291Z[ host-image] Oct 18 21:32:12.977 INFO O| Oct 18 21:32:12.976 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90222024-10-18T21:32:14.291Z[ host-image] Oct 18 21:32:12.977 INFO O| Oct 18 21:32:12.976 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90232024-10-18T21:32:14.291Z[ host-image] Oct 18 21:32:12.977 INFO O| Oct 18 21:32:12.976 INFO ok!
90242024-10-18T21:32:14.292Z[ host-image] Oct 18 21:32:12.977 INFO O| Oct 18 21:32:12.976 INFO STEP 28 (ensure_file) COMPLETE
90252024-10-18T21:32:14.292Z[ host-image] Oct 18 21:32:12.977 INFO O| Oct 18 21:32:12.976 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90262024-10-18T21:32:14.297Z[ recovery-image] Oct 18 21:32:12.984 INFO E| Compiling bitstruct v0.1.1
90272024-10-18T21:32:14.308Z[ host-image] Oct 18 21:32:12.995 INFO O| Oct 18 21:32:12.995 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90282024-10-18T21:32:14.308Z[ host-image] Oct 18 21:32:12.995 INFO O| Oct 18 21:32:12.995 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90292024-10-18T21:32:14.311Z[ host-image] Oct 18 21:32:12.995 INFO O| Oct 18 21:32:12.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90302024-10-18T21:32:14.311Z[ host-image] Oct 18 21:32:12.995 INFO O| Oct 18 21:32:12.995 INFO ok!
90312024-10-18T21:32:14.311Z[ host-image] Oct 18 21:32:12.995 INFO O| Oct 18 21:32:12.995 INFO STEP 29 (ensure_file) COMPLETE
90322024-10-18T21:32:14.311Z[ host-image] Oct 18 21:32:12.995 INFO O| Oct 18 21:32:12.995 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90332024-10-18T21:32:14.334Z[ host-image] Oct 18 21:32:13.021 INFO O| Oct 18 21:32:13.021 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90342024-10-18T21:32:14.334Z[ host-image] Oct 18 21:32:13.021 INFO O| Oct 18 21:32:13.021 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90352024-10-18T21:32:14.336Z[ host-image] Oct 18 21:32:13.021 INFO O| Oct 18 21:32:13.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90362024-10-18T21:32:14.336Z[ host-image] Oct 18 21:32:13.021 INFO O| Oct 18 21:32:13.021 INFO ok!
90372024-10-18T21:32:14.336Z[ host-image] Oct 18 21:32:13.021 INFO O| Oct 18 21:32:13.021 INFO STEP 30 (ensure_file) COMPLETE
90382024-10-18T21:32:14.336Z[ host-image] Oct 18 21:32:13.021 INFO O| Oct 18 21:32:13.021 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90392024-10-18T21:32:14.354Z[ host-image] Oct 18 21:32:13.041 INFO O| Oct 18 21:32:13.041 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90402024-10-18T21:32:14.354Z[ host-image] Oct 18 21:32:13.041 INFO O| Oct 18 21:32:13.041 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90412024-10-18T21:32:14.354Z[ host-image] Oct 18 21:32:13.041 INFO O| Oct 18 21:32:13.041 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90422024-10-18T21:32:14.354Z[ host-image] Oct 18 21:32:13.041 INFO O| Oct 18 21:32:13.041 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90432024-10-18T21:32:14.357Z[ host-image] Oct 18 21:32:13.041 INFO O| Oct 18 21:32:13.041 INFO ok!
90442024-10-18T21:32:14.357Z[ host-image] Oct 18 21:32:13.041 INFO O| Oct 18 21:32:13.041 INFO STEP 31 (ensure_file) COMPLETE
90452024-10-18T21:32:14.357Z[ host-image] Oct 18 21:32:13.041 INFO O| Oct 18 21:32:13.041 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90462024-10-18T21:32:14.382Z[ host-image] Oct 18 21:32:13.069 INFO O| Oct 18 21:32:13.069 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90472024-10-18T21:32:14.382Z[ host-image] Oct 18 21:32:13.069 INFO O| Oct 18 21:32:13.069 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90482024-10-18T21:32:14.385Z[ host-image] Oct 18 21:32:13.069 INFO O| Oct 18 21:32:13.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90492024-10-18T21:32:14.385Z[ host-image] Oct 18 21:32:13.069 INFO O| Oct 18 21:32:13.069 INFO ok!
90502024-10-18T21:32:14.385Z[ host-image] Oct 18 21:32:13.069 INFO O| Oct 18 21:32:13.069 INFO STEP 32 (ensure_file) COMPLETE
90512024-10-18T21:32:14.385Z[ host-image] Oct 18 21:32:13.069 INFO O| Oct 18 21:32:13.069 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90522024-10-18T21:32:14.402Z[ host-image] Oct 18 21:32:13.089 INFO O| Oct 18 21:32:13.089 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90532024-10-18T21:32:14.402Z[ host-image] Oct 18 21:32:13.089 INFO O| Oct 18 21:32:13.089 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90542024-10-18T21:32:14.404Z[ host-image] Oct 18 21:32:13.089 INFO O| Oct 18 21:32:13.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90552024-10-18T21:32:14.404Z[ host-image] Oct 18 21:32:13.089 INFO O| Oct 18 21:32:13.089 INFO ok!
90562024-10-18T21:32:14.404Z[ host-image] Oct 18 21:32:13.089 INFO O| Oct 18 21:32:13.089 INFO STEP 33 (ensure_file) COMPLETE
90572024-10-18T21:32:14.404Z[ host-image] Oct 18 21:32:13.089 INFO O| Oct 18 21:32:13.089 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90582024-10-18T21:32:14.415Z[ host-image] Oct 18 21:32:13.102 INFO O| Oct 18 21:32:13.102 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90592024-10-18T21:32:14.415Z[ host-image] Oct 18 21:32:13.102 INFO O| Oct 18 21:32:13.102 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90602024-10-18T21:32:14.418Z[ host-image] Oct 18 21:32:13.102 INFO O| Oct 18 21:32:13.102 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90612024-10-18T21:32:14.418Z[ host-image] Oct 18 21:32:13.102 INFO O| Oct 18 21:32:13.102 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90622024-10-18T21:32:14.418Z[ host-image] Oct 18 21:32:13.103 INFO O| Oct 18 21:32:13.102 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90632024-10-18T21:32:14.418Z[ host-image] Oct 18 21:32:13.103 INFO O| Oct 18 21:32:13.103 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90642024-10-18T21:32:14.418Z[ host-image] Oct 18 21:32:13.103 INFO O| Oct 18 21:32:13.103 INFO ok!
90652024-10-18T21:32:14.418Z[ host-image] Oct 18 21:32:13.103 INFO O| Oct 18 21:32:13.103 INFO STEP 34 (ensure_file) COMPLETE
90662024-10-18T21:32:14.418Z[ host-image] Oct 18 21:32:13.103 INFO O| Oct 18 21:32:13.103 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90672024-10-18T21:32:14.430Z[ host-image] Oct 18 21:32:13.117 INFO O| Oct 18 21:32:13.117 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90682024-10-18T21:32:14.430Z[ host-image] Oct 18 21:32:13.117 INFO O| Oct 18 21:32:13.117 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90692024-10-18T21:32:14.433Z[ host-image] Oct 18 21:32:13.117 INFO O| Oct 18 21:32:13.117 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90702024-10-18T21:32:14.433Z[ host-image] Oct 18 21:32:13.117 INFO O| Oct 18 21:32:13.117 INFO STEP 35 (ensure_dir) COMPLETE
90712024-10-18T21:32:14.433Z[ host-image] Oct 18 21:32:13.117 INFO O| Oct 18 21:32:13.117 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90722024-10-18T21:32:14.440Z[ host-image] Oct 18 21:32:13.127 INFO O| Oct 18 21:32:13.127 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
90732024-10-18T21:32:14.440Z[ host-image] Oct 18 21:32:13.127 INFO O| Oct 18 21:32:13.127 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 ...
90742024-10-18T21:32:14.443Z[ host-image] Oct 18 21:32:13.128 INFO O| Oct 18 21:32:13.128 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
90752024-10-18T21:32:14.443Z[ host-image] Oct 18 21:32:13.128 INFO O| Oct 18 21:32:13.128 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
90762024-10-18T21:32:14.443Z[ host-image] Oct 18 21:32:13.128 INFO O| Oct 18 21:32:13.128 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
90772024-10-18T21:32:14.443Z[ host-image] Oct 18 21:32:13.128 INFO O| Oct 18 21:32:13.128 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
90782024-10-18T21:32:14.443Z[ host-image] Oct 18 21:32:13.128 INFO O| Oct 18 21:32:13.128 INFO ok!
90792024-10-18T21:32:14.443Z[ host-image] Oct 18 21:32:13.128 INFO O| Oct 18 21:32:13.128 INFO STEP 36 (ensure_file) COMPLETE
90802024-10-18T21:32:14.443Z[ host-image] Oct 18 21:32:13.128 INFO O| Oct 18 21:32:13.128 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90812024-10-18T21:32:14.451Z[ host-image] Oct 18 21:32:13.138 INFO O| Oct 18 21:32:13.138 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
90822024-10-18T21:32:14.453Z[ host-image] Oct 18 21:32:13.138 INFO O| Oct 18 21:32:13.138 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 ...
90832024-10-18T21:32:14.453Z[ host-image] Oct 18 21:32:13.138 INFO O| Oct 18 21:32:13.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
90842024-10-18T21:32:14.453Z[ host-image] Oct 18 21:32:13.138 INFO O| Oct 18 21:32:13.138 INFO ok!
90852024-10-18T21:32:14.453Z[ host-image] Oct 18 21:32:13.138 INFO O| Oct 18 21:32:13.138 INFO STEP 37 (ensure_symlink) COMPLETE
90862024-10-18T21:32:14.453Z[ host-image] Oct 18 21:32:13.138 INFO O| Oct 18 21:32:13.138 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90872024-10-18T21:32:14.461Z[ host-image] Oct 18 21:32:13.148 INFO O| Oct 18 21:32:13.148 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
90882024-10-18T21:32:14.461Z[ host-image] Oct 18 21:32:13.148 INFO O| Oct 18 21:32:13.148 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
90892024-10-18T21:32:14.463Z[ host-image] Oct 18 21:32:13.148 INFO O| Oct 18 21:32:13.148 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90902024-10-18T21:32:14.463Z[ host-image] Oct 18 21:32:13.148 INFO O| Oct 18 21:32:13.148 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90912024-10-18T21:32:14.463Z[ host-image] Oct 18 21:32:13.148 INFO O| Oct 18 21:32:13.148 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90922024-10-18T21:32:14.463Z[ host-image] Oct 18 21:32:13.148 INFO O| Oct 18 21:32:13.148 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
90932024-10-18T21:32:14.463Z[ host-image] Oct 18 21:32:13.148 INFO O| Oct 18 21:32:13.148 INFO ok!
90942024-10-18T21:32:14.463Z[ host-image] Oct 18 21:32:13.148 INFO O| Oct 18 21:32:13.148 INFO STEP 38 (ensure_file) COMPLETE
90952024-10-18T21:32:14.463Z[ host-image] Oct 18 21:32:13.148 INFO O| Oct 18 21:32:13.148 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90962024-10-18T21:32:14.471Z[ host-image] Oct 18 21:32:13.158 INFO O| Oct 18 21:32:13.158 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
90972024-10-18T21:32:14.471Z[ host-image] Oct 18 21:32:13.158 INFO O| Oct 18 21:32:13.158 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 ...
90982024-10-18T21:32:14.473Z[ host-image] Oct 18 21:32:13.158 INFO O| Oct 18 21:32:13.158 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
90992024-10-18T21:32:14.473Z[ host-image] Oct 18 21:32:13.158 INFO O| Oct 18 21:32:13.158 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91002024-10-18T21:32:14.473Z[ host-image] Oct 18 21:32:13.158 INFO O| Oct 18 21:32:13.158 INFO ok!
91012024-10-18T21:32:14.473Z[ host-image] Oct 18 21:32:13.158 INFO O| Oct 18 21:32:13.158 INFO STEP 39 (ensure_file) COMPLETE
91022024-10-18T21:32:14.473Z[ host-image] Oct 18 21:32:13.158 INFO O| Oct 18 21:32:13.158 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91032024-10-18T21:32:14.481Z[ host-image] Oct 18 21:32:13.168 INFO O| Oct 18 21:32:13.168 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
91042024-10-18T21:32:14.481Z[ host-image] Oct 18 21:32:13.168 INFO O| Oct 18 21:32:13.168 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91052024-10-18T21:32:14.481Z[ host-image] Oct 18 21:32:13.168 INFO O| Oct 18 21:32:13.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91062024-10-18T21:32:14.481Z[ host-image] Oct 18 21:32:13.168 INFO O| Oct 18 21:32:13.168 INFO ok!
91072024-10-18T21:32:14.483Z[ host-image] Oct 18 21:32:13.168 INFO O| Oct 18 21:32:13.168 INFO STEP 40 (ensure_file) COMPLETE
91082024-10-18T21:32:14.483Z[ host-image] Oct 18 21:32:13.168 INFO O| Oct 18 21:32:13.168 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91092024-10-18T21:32:14.491Z[ host-image] Oct 18 21:32:13.178 INFO O| Oct 18 21:32:13.178 INFO updating shadow file
91102024-10-18T21:32:14.493Z[ host-image] Oct 18 21:32:13.178 INFO O| Oct 18 21:32:13.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91112024-10-18T21:32:14.493Z[ host-image] Oct 18 21:32:13.178 INFO O| Oct 18 21:32:13.178 INFO STEP 41 (shadow) COMPLETE
91122024-10-18T21:32:14.493Z[ host-image] Oct 18 21:32:13.178 INFO O| Oct 18 21:32:13.178 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91132024-10-18T21:32:14.501Z[ host-image] Oct 18 21:32:13.188 INFO O| Oct 18 21:32:13.188 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91142024-10-18T21:32:14.501Z[ host-image] Oct 18 21:32:13.188 INFO O| Oct 18 21:32:13.188 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91152024-10-18T21:32:14.504Z[ host-image] Oct 18 21:32:13.188 INFO O| Oct 18 21:32:13.188 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91162024-10-18T21:32:14.504Z[ host-image] Oct 18 21:32:13.188 INFO O| Oct 18 21:32:13.188 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91172024-10-18T21:32:14.504Z[ host-image] Oct 18 21:32:13.188 INFO O| Oct 18 21:32:13.188 INFO ok!
91182024-10-18T21:32:14.504Z[ host-image] Oct 18 21:32:13.188 INFO O| Oct 18 21:32:13.188 INFO STEP 42 (ensure_file) COMPLETE
91192024-10-18T21:32:14.504Z[ host-image] Oct 18 21:32:13.188 INFO O| Oct 18 21:32:13.188 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91202024-10-18T21:32:14.504Z[ host-image] Oct 18 21:32:13.188 INFO O| Oct 18 21:32:13.188 INFO skip step because feature "mfg" is not enabled
91212024-10-18T21:32:14.504Z[ host-image] Oct 18 21:32:13.188 INFO O| Oct 18 21:32:13.188 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91222024-10-18T21:32:14.504Z[ host-image] Oct 18 21:32:13.188 INFO O| Oct 18 21:32:13.188 INFO skip step because feature "mfg" is not enabled
91232024-10-18T21:32:14.504Z[ host-image] Oct 18 21:32:13.188 INFO O| Oct 18 21:32:13.188 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91242024-10-18T21:32:14.511Z[ host-image] Oct 18 21:32:13.198 INFO O| Oct 18 21:32:13.198 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91252024-10-18T21:32:14.511Z[ host-image] Oct 18 21:32:13.198 INFO O| Oct 18 21:32:13.198 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91262024-10-18T21:32:15.171Z[ host-image] Oct 18 21:32:13.857 INFO O| Oct 18 21:32:13.857 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91272024-10-18T21:32:15.171Z[ host-image] Oct 18 21:32:13.857 INFO O| Oct 18 21:32:13.857 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91282024-10-18T21:32:15.171Z[ host-image] Oct 18 21:32:13.857 INFO O| Oct 18 21:32:13.857 INFO ok!
91292024-10-18T21:32:15.173Z[ host-image] Oct 18 21:32:13.857 INFO O| Oct 18 21:32:13.857 INFO STEP 45 (ensure_file) COMPLETE
91302024-10-18T21:32:15.173Z[ host-image] Oct 18 21:32:13.857 INFO O| Oct 18 21:32:13.857 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91312024-10-18T21:32:15.183Z[ host-image] Oct 18 21:32:13.870 INFO O| Oct 18 21:32:13.870 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91322024-10-18T21:32:15.183Z[ host-image] Oct 18 21:32:13.870 INFO O| Oct 18 21:32:13.870 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91332024-10-18T21:32:15.186Z[ host-image] Oct 18 21:32:13.870 INFO O| Oct 18 21:32:13.870 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91342024-10-18T21:32:15.186Z[ host-image] Oct 18 21:32:13.870 INFO O| Oct 18 21:32:13.870 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91352024-10-18T21:32:15.186Z[ host-image] Oct 18 21:32:13.870 INFO O| Oct 18 21:32:13.870 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91362024-10-18T21:32:15.186Z[ host-image] Oct 18 21:32:13.870 INFO O| Oct 18 21:32:13.870 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91372024-10-18T21:32:15.186Z[ host-image] Oct 18 21:32:13.870 INFO O| Oct 18 21:32:13.870 INFO ok!
91382024-10-18T21:32:15.186Z[ host-image] Oct 18 21:32:13.871 INFO O| Oct 18 21:32:13.870 INFO STEP 46 (ensure_file) COMPLETE
91392024-10-18T21:32:15.186Z[ host-image] Oct 18 21:32:13.871 INFO O| Oct 18 21:32:13.871 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91402024-10-18T21:32:15.194Z[ host-image] Oct 18 21:32:13.881 INFO O| Oct 18 21:32:13.880 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91412024-10-18T21:32:15.194Z[ host-image] Oct 18 21:32:13.881 INFO O| Oct 18 21:32:13.881 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 ...
91422024-10-18T21:32:15.196Z[ host-image] Oct 18 21:32:13.881 INFO O| Oct 18 21:32:13.881 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
91432024-10-18T21:32:15.196Z[ host-image] Oct 18 21:32:13.881 INFO O| Oct 18 21:32:13.881 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91442024-10-18T21:32:15.196Z[ host-image] Oct 18 21:32:13.881 INFO O| Oct 18 21:32:13.881 INFO ok!
91452024-10-18T21:32:15.196Z[ host-image] Oct 18 21:32:13.881 INFO O| Oct 18 21:32:13.881 INFO STEP 47 (ensure_file) COMPLETE
91462024-10-18T21:32:15.196Z[ host-image] Oct 18 21:32:13.881 INFO O| Oct 18 21:32:13.881 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91472024-10-18T21:32:15.204Z[ host-image] Oct 18 21:32:13.891 INFO O| Oct 18 21:32:13.891 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91482024-10-18T21:32:15.204Z[ host-image] Oct 18 21:32:13.891 INFO O| Oct 18 21:32:13.891 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91492024-10-18T21:32:15.204Z[ host-image] Oct 18 21:32:13.891 INFO O| Oct 18 21:32:13.891 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91502024-10-18T21:32:15.206Z[ host-image] Oct 18 21:32:13.891 INFO O| Oct 18 21:32:13.891 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91512024-10-18T21:32:15.206Z[ host-image] Oct 18 21:32:13.891 INFO O| Oct 18 21:32:13.891 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91522024-10-18T21:32:15.206Z[ host-image] Oct 18 21:32:13.891 INFO O| Oct 18 21:32:13.891 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91532024-10-18T21:32:15.206Z[ host-image] Oct 18 21:32:13.891 INFO O| Oct 18 21:32:13.891 INFO ok!
91542024-10-18T21:32:15.206Z[ host-image] Oct 18 21:32:13.891 INFO O| Oct 18 21:32:13.891 INFO STEP 48 (ensure_file) COMPLETE
91552024-10-18T21:32:15.206Z[ host-image] Oct 18 21:32:13.891 INFO O| Oct 18 21:32:13.891 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91562024-10-18T21:32:15.216Z[ host-image] Oct 18 21:32:13.903 INFO O| Oct 18 21:32:13.902 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91572024-10-18T21:32:15.216Z[ host-image] Oct 18 21:32:13.903 INFO O| Oct 18 21:32:13.903 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 ...
91582024-10-18T21:32:15.218Z[ host-image] Oct 18 21:32:13.903 INFO O| Oct 18 21:32:13.903 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
91592024-10-18T21:32:15.218Z[ host-image] Oct 18 21:32:13.903 INFO O| Oct 18 21:32:13.903 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91602024-10-18T21:32:15.218Z[ host-image] Oct 18 21:32:13.903 INFO O| Oct 18 21:32:13.903 INFO ok!
91612024-10-18T21:32:15.218Z[ host-image] Oct 18 21:32:13.903 INFO O| Oct 18 21:32:13.903 INFO STEP 49 (ensure_file) COMPLETE
91622024-10-18T21:32:15.218Z[ host-image] Oct 18 21:32:13.903 INFO O| Oct 18 21:32:13.903 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91632024-10-18T21:32:15.231Z[ host-image] Oct 18 21:32:13.918 INFO O| Oct 18 21:32:13.917 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91642024-10-18T21:32:15.233Z[ host-image] Oct 18 21:32:13.918 INFO O| Oct 18 21:32:13.918 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91652024-10-18T21:32:15.233Z[ host-image] Oct 18 21:32:13.918 INFO O| Oct 18 21:32:13.918 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91662024-10-18T21:32:15.233Z[ host-image] Oct 18 21:32:13.918 INFO O| Oct 18 21:32:13.918 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91672024-10-18T21:32:15.233Z[ host-image] Oct 18 21:32:13.918 INFO O| Oct 18 21:32:13.918 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91682024-10-18T21:32:15.233Z[ host-image] Oct 18 21:32:13.918 INFO O| Oct 18 21:32:13.918 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91692024-10-18T21:32:15.233Z[ host-image] Oct 18 21:32:13.918 INFO O| Oct 18 21:32:13.918 INFO ok!
91702024-10-18T21:32:15.233Z[ host-image] Oct 18 21:32:13.918 INFO O| Oct 18 21:32:13.918 INFO STEP 50 (ensure_file) COMPLETE
91712024-10-18T21:32:15.233Z[ host-image] Oct 18 21:32:13.918 INFO O| Oct 18 21:32:13.918 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91722024-10-18T21:32:15.247Z[ host-image] Oct 18 21:32:13.934 INFO O| Oct 18 21:32:13.934 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91732024-10-18T21:32:15.247Z[ host-image] Oct 18 21:32:13.934 INFO O| Oct 18 21:32:13.934 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 ...
91742024-10-18T21:32:15.247Z[ host-image] Oct 18 21:32:13.934 INFO O| Oct 18 21:32:13.934 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
91752024-10-18T21:32:15.250Z[ host-image] Oct 18 21:32:13.934 INFO O| Oct 18 21:32:13.934 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91762024-10-18T21:32:15.250Z[ host-image] Oct 18 21:32:13.934 INFO O| Oct 18 21:32:13.934 INFO ok!
91772024-10-18T21:32:15.250Z[ host-image] Oct 18 21:32:13.934 INFO O| Oct 18 21:32:13.934 INFO STEP 51 (ensure_file) COMPLETE
91782024-10-18T21:32:15.250Z[ host-image] Oct 18 21:32:13.934 INFO O| Oct 18 21:32:13.934 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91792024-10-18T21:32:15.258Z[ host-image] Oct 18 21:32:13.945 INFO O| Oct 18 21:32:13.945 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91802024-10-18T21:32:15.258Z[ host-image] Oct 18 21:32:13.945 INFO O| Oct 18 21:32:13.945 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 ...
91812024-10-18T21:32:15.258Z[ host-image] Oct 18 21:32:13.945 INFO O| Oct 18 21:32:13.945 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
91822024-10-18T21:32:15.261Z[ host-image] Oct 18 21:32:13.945 INFO O| Oct 18 21:32:13.945 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
91832024-10-18T21:32:15.261Z[ host-image] Oct 18 21:32:13.945 INFO O| Oct 18 21:32:13.945 INFO ok!
91842024-10-18T21:32:15.261Z[ host-image] Oct 18 21:32:13.945 INFO O| Oct 18 21:32:13.945 INFO STEP 52 (ensure_file) COMPLETE
91852024-10-18T21:32:15.261Z[ host-image] Oct 18 21:32:13.945 INFO O| Oct 18 21:32:13.945 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91862024-10-18T21:32:15.269Z[ host-image] Oct 18 21:32:13.956 INFO O| Oct 18 21:32:13.956 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
91872024-10-18T21:32:15.272Z[ host-image] Oct 18 21:32:13.956 INFO O| Oct 18 21:32:13.956 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 ...
91882024-10-18T21:32:15.272Z[ host-image] Oct 18 21:32:13.957 INFO O| Oct 18 21:32:13.956 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
91892024-10-18T21:32:15.272Z[ host-image] Oct 18 21:32:13.957 INFO O| Oct 18 21:32:13.957 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
91902024-10-18T21:32:15.272Z[ host-image] Oct 18 21:32:13.957 INFO O| Oct 18 21:32:13.957 INFO ok!
91912024-10-18T21:32:15.272Z[ host-image] Oct 18 21:32:13.957 INFO O| Oct 18 21:32:13.957 INFO STEP 53 (ensure_file) COMPLETE
91922024-10-18T21:32:15.272Z[ host-image] Oct 18 21:32:13.957 INFO O| Oct 18 21:32:13.957 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91932024-10-18T21:32:15.285Z[ host-image] Oct 18 21:32:13.972 INFO O| Oct 18 21:32:13.972 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
91942024-10-18T21:32:15.285Z[ host-image] Oct 18 21:32:13.972 INFO O| Oct 18 21:32:13.972 INFO STEP 54 (ensure_dir) COMPLETE
91952024-10-18T21:32:15.289Z[ host-image] Oct 18 21:32:13.972 INFO O| Oct 18 21:32:13.972 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
91962024-10-18T21:32:15.300Z[ host-image] Oct 18 21:32:13.987 INFO O| Oct 18 21:32:13.987 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91972024-10-18T21:32:15.300Z[ host-image] Oct 18 21:32:13.987 INFO O| Oct 18 21:32:13.987 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
91982024-10-18T21:32:15.302Z[ host-image] Oct 18 21:32:13.987 INFO O| Oct 18 21:32:13.987 INFO STEP 55 (ensure_dir) COMPLETE
91992024-10-18T21:32:15.302Z[ host-image] Oct 18 21:32:13.987 INFO O| Oct 18 21:32:13.987 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92002024-10-18T21:32:15.315Z[ host-image] Oct 18 21:32:14.002 INFO O| Oct 18 21:32:14.002 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92012024-10-18T21:32:15.315Z[ host-image] Oct 18 21:32:14.002 INFO O| Oct 18 21:32:14.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92022024-10-18T21:32:15.318Z[ host-image] Oct 18 21:32:14.002 INFO O| Oct 18 21:32:14.002 INFO STEP 56 (ensure_dir) COMPLETE
92032024-10-18T21:32:15.318Z[ host-image] Oct 18 21:32:14.002 INFO O| Oct 18 21:32:14.002 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92042024-10-18T21:32:15.327Z[ host-image] Oct 18 21:32:14.013 INFO O| Oct 18 21:32:14.013 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92052024-10-18T21:32:15.327Z[ host-image] Oct 18 21:32:14.013 INFO O| Oct 18 21:32:14.013 INFO copying /tmp/.tmpv1hBWs/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92062024-10-18T21:32:15.348Z[ host-image] Oct 18 21:32:14.034 INFO O| Oct 18 21:32:14.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92072024-10-18T21:32:15.348Z[ host-image] Oct 18 21:32:14.034 INFO O| Oct 18 21:32:14.034 INFO ok!
92082024-10-18T21:32:15.352Z[ host-image] Oct 18 21:32:14.035 INFO O| Oct 18 21:32:14.034 INFO STEP 57 (ensure_file) COMPLETE
92092024-10-18T21:32:15.352Z[ host-image] Oct 18 21:32:14.035 INFO O| Oct 18 21:32:14.034 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92102024-10-18T21:32:15.360Z[ host-image] Oct 18 21:32:14.046 INFO O| Oct 18 21:32:14.046 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92112024-10-18T21:32:15.360Z[ host-image] Oct 18 21:32:14.046 INFO O| Oct 18 21:32:14.046 INFO copying /tmp/.tmpv1hBWs/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92122024-10-18T21:32:16.490Z[ host-image] Oct 18 21:32:15.176 INFO O| Oct 18 21:32:15.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92132024-10-18T21:32:16.490Z[ host-image] Oct 18 21:32:15.176 INFO O| Oct 18 21:32:15.176 INFO ok!
92142024-10-18T21:32:16.493Z[ host-image] Oct 18 21:32:15.176 INFO O| Oct 18 21:32:15.176 INFO STEP 58 (ensure_file) COMPLETE
92152024-10-18T21:32:16.493Z[ host-image] Oct 18 21:32:15.176 INFO O| Oct 18 21:32:15.176 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92162024-10-18T21:32:16.501Z[ host-image] Oct 18 21:32:15.188 INFO O| Oct 18 21:32:15.188 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92172024-10-18T21:32:16.503Z[ host-image] Oct 18 21:32:15.188 INFO O| Oct 18 21:32:15.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92182024-10-18T21:32:16.503Z[ host-image] Oct 18 21:32:15.188 INFO O| Oct 18 21:32:15.188 INFO STEP 59 (ensure_dir) COMPLETE
92192024-10-18T21:32:16.503Z[ host-image] Oct 18 21:32:15.188 INFO O| Oct 18 21:32:15.188 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92202024-10-18T21:32:16.512Z[ host-image] Oct 18 21:32:15.199 INFO O| Oct 18 21:32:15.199 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92212024-10-18T21:32:16.514Z[ host-image] Oct 18 21:32:15.199 INFO O| Oct 18 21:32:15.199 INFO copying /tmp/.tmpv1hBWs/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 ...
92222024-10-18T21:32:16.514Z[ host-image] Oct 18 21:32:15.199 INFO O| Oct 18 21:32:15.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
92232024-10-18T21:32:16.514Z[ host-image] Oct 18 21:32:15.199 INFO O| Oct 18 21:32:15.199 INFO ok!
92242024-10-18T21:32:16.514Z[ host-image] Oct 18 21:32:15.199 INFO O| Oct 18 21:32:15.199 INFO STEP 60 (ensure_file) COMPLETE
92252024-10-18T21:32:16.514Z[ host-image] Oct 18 21:32:15.199 INFO O| Oct 18 21:32:15.199 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92262024-10-18T21:32:16.522Z[ host-image] Oct 18 21:32:15.209 INFO O| Oct 18 21:32:15.209 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92272024-10-18T21:32:16.522Z[ host-image] Oct 18 21:32:15.209 INFO O| Oct 18 21:32:15.209 INFO copying /tmp/.tmpv1hBWs/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 ...
92282024-10-18T21:32:16.524Z[ host-image] Oct 18 21:32:15.209 INFO O| Oct 18 21:32:15.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
92292024-10-18T21:32:16.524Z[ host-image] Oct 18 21:32:15.209 INFO O| Oct 18 21:32:15.209 INFO ok!
92302024-10-18T21:32:16.524Z[ host-image] Oct 18 21:32:15.209 INFO O| Oct 18 21:32:15.209 INFO STEP 61 (ensure_file) COMPLETE
92312024-10-18T21:32:16.524Z[ host-image] Oct 18 21:32:15.209 INFO O| Oct 18 21:32:15.209 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92322024-10-18T21:32:16.531Z[ host-image] Oct 18 21:32:15.218 INFO O| Oct 18 21:32:15.218 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92332024-10-18T21:32:16.534Z[ host-image] Oct 18 21:32:15.218 INFO O| Oct 18 21:32:15.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92342024-10-18T21:32:16.534Z[ host-image] Oct 18 21:32:15.218 INFO O| Oct 18 21:32:15.218 INFO STEP 62 (ensure_dir) COMPLETE
92352024-10-18T21:32:16.534Z[ host-image] Oct 18 21:32:15.218 INFO O| Oct 18 21:32:15.218 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92362024-10-18T21:32:16.542Z[ host-image] Oct 18 21:32:15.229 INFO O| Oct 18 21:32:15.229 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92372024-10-18T21:32:16.545Z[ host-image] Oct 18 21:32:15.229 INFO O| Oct 18 21:32:15.229 INFO copying /tmp/.tmpv1hBWs/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 ...
92382024-10-18T21:32:16.545Z[ host-image] Oct 18 21:32:15.229 INFO O| Oct 18 21:32:15.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92392024-10-18T21:32:16.545Z[ host-image] Oct 18 21:32:15.229 INFO O| Oct 18 21:32:15.229 INFO ok!
92402024-10-18T21:32:16.545Z[ host-image] Oct 18 21:32:15.229 INFO O| Oct 18 21:32:15.229 INFO STEP 63 (ensure_file) COMPLETE
92412024-10-18T21:32:16.545Z[ host-image] Oct 18 21:32:15.229 INFO O| Oct 18 21:32:15.229 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92422024-10-18T21:32:16.553Z[ host-image] Oct 18 21:32:15.240 INFO O| Oct 18 21:32:15.240 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92432024-10-18T21:32:16.553Z[ host-image] Oct 18 21:32:15.240 INFO O| Oct 18 21:32:15.240 INFO copying /tmp/.tmpv1hBWs/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 ...
92442024-10-18T21:32:16.556Z[ host-image] Oct 18 21:32:15.240 INFO O| Oct 18 21:32:15.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92452024-10-18T21:32:16.556Z[ host-image] Oct 18 21:32:15.241 INFO O| Oct 18 21:32:15.240 INFO ok!
92462024-10-18T21:32:16.556Z[ host-image] Oct 18 21:32:15.241 INFO O| Oct 18 21:32:15.240 INFO STEP 64 (ensure_file) COMPLETE
92472024-10-18T21:32:16.556Z[ host-image] Oct 18 21:32:15.241 INFO O| Oct 18 21:32:15.240 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92482024-10-18T21:32:16.563Z[ host-image] Oct 18 21:32:15.250 INFO O| Oct 18 21:32:15.250 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92492024-10-18T21:32:16.566Z[ host-image] Oct 18 21:32:15.250 INFO O| Oct 18 21:32:15.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92502024-10-18T21:32:16.566Z[ host-image] Oct 18 21:32:15.250 INFO O| Oct 18 21:32:15.250 INFO STEP 65 (ensure_dir) COMPLETE
92512024-10-18T21:32:16.566Z[ host-image] Oct 18 21:32:15.250 INFO O| Oct 18 21:32:15.250 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92522024-10-18T21:32:16.574Z[ host-image] Oct 18 21:32:15.261 INFO O| Oct 18 21:32:15.261 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92532024-10-18T21:32:16.576Z[ host-image] Oct 18 21:32:15.261 INFO O| Oct 18 21:32:15.261 INFO copying /tmp/.tmpv1hBWs/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 ...
92542024-10-18T21:32:16.576Z[ host-image] Oct 18 21:32:15.261 INFO O| Oct 18 21:32:15.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92552024-10-18T21:32:16.576Z[ host-image] Oct 18 21:32:15.261 INFO O| Oct 18 21:32:15.261 INFO ok!
92562024-10-18T21:32:16.576Z[ host-image] Oct 18 21:32:15.261 INFO O| Oct 18 21:32:15.261 INFO STEP 66 (ensure_file) COMPLETE
92572024-10-18T21:32:16.576Z[ host-image] Oct 18 21:32:15.261 INFO O| Oct 18 21:32:15.261 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92582024-10-18T21:32:16.584Z[ host-image] Oct 18 21:32:15.271 INFO O| Oct 18 21:32:15.271 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92592024-10-18T21:32:16.586Z[ host-image] Oct 18 21:32:15.271 INFO O| Oct 18 21:32:15.271 INFO copying /tmp/.tmpv1hBWs/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92602024-10-18T21:32:16.586Z[ host-image] Oct 18 21:32:15.271 INFO O| Oct 18 21:32:15.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92612024-10-18T21:32:16.586Z[ host-image] Oct 18 21:32:15.271 INFO O| Oct 18 21:32:15.271 INFO ok!
92622024-10-18T21:32:16.586Z[ host-image] Oct 18 21:32:15.271 INFO O| Oct 18 21:32:15.271 INFO STEP 67 (ensure_file) COMPLETE
92632024-10-18T21:32:16.586Z[ host-image] Oct 18 21:32:15.271 INFO O| Oct 18 21:32:15.271 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92642024-10-18T21:32:16.594Z[ host-image] Oct 18 21:32:15.281 INFO O| Oct 18 21:32:15.281 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92652024-10-18T21:32:16.596Z[ host-image] Oct 18 21:32:15.281 INFO O| Oct 18 21:32:15.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92662024-10-18T21:32:16.596Z[ host-image] Oct 18 21:32:15.281 INFO O| Oct 18 21:32:15.281 INFO STEP 68 (ensure_dir) COMPLETE
92672024-10-18T21:32:16.596Z[ host-image] Oct 18 21:32:15.281 INFO O| Oct 18 21:32:15.281 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92682024-10-18T21:32:16.603Z[ host-image] Oct 18 21:32:15.290 INFO O| Oct 18 21:32:15.290 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92692024-10-18T21:32:16.603Z[ host-image] Oct 18 21:32:15.290 INFO O| Oct 18 21:32:15.290 INFO copying /tmp/.tmpv1hBWs/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92702024-10-18T21:32:17.385Z[ recovery-image] Oct 18 21:32:16.071 INFO E| Finished `release` profile [optimized] target(s) in 40.50s
92712024-10-18T21:32:17.414Z[ recovery-image] Oct 18 21:32:16.100 INFO building host image...
92722024-10-18T21:32:17.417Z[ recovery-image] Oct 18 21:32:16.101 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")
92732024-10-18T21:32:17.640Z[ host-image] Oct 18 21:32:16.327 INFO O| Oct 18 21:32:16.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92742024-10-18T21:32:17.640Z[ host-image] Oct 18 21:32:16.327 INFO O| Oct 18 21:32:16.327 INFO ok!
92752024-10-18T21:32:17.640Z[ host-image] Oct 18 21:32:16.327 INFO O| Oct 18 21:32:16.327 INFO STEP 69 (ensure_file) COMPLETE
92762024-10-18T21:32:17.643Z[ host-image] Oct 18 21:32:16.327 INFO O| Oct 18 21:32:16.327 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92772024-10-18T21:32:17.651Z[ host-image] Oct 18 21:32:16.338 INFO O| Oct 18 21:32:16.338 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92782024-10-18T21:32:17.654Z[ host-image] Oct 18 21:32:16.338 INFO O| Oct 18 21:32:16.338 INFO copying /tmp/.tmpv1hBWs/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92792024-10-18T21:32:18.115Z[ recovery-image] Oct 18 21:32:16.797 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
92802024-10-18T21:32:19.162Z[ host-image] Oct 18 21:32:17.848 INFO O| Oct 18 21:32:17.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92812024-10-18T21:32:19.162Z[ host-image] Oct 18 21:32:17.848 INFO O| Oct 18 21:32:17.848 INFO ok!
92822024-10-18T21:32:19.164Z[ host-image] Oct 18 21:32:17.848 INFO O| Oct 18 21:32:17.848 INFO STEP 70 (ensure_file) COMPLETE
92832024-10-18T21:32:19.164Z[ host-image] Oct 18 21:32:17.848 INFO O| Oct 18 21:32:17.848 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92842024-10-18T21:32:19.173Z[ host-image] Oct 18 21:32:17.860 INFO O| Oct 18 21:32:17.860 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92852024-10-18T21:32:19.176Z[ host-image] Oct 18 21:32:17.860 INFO O| Oct 18 21:32:17.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
92862024-10-18T21:32:19.176Z[ host-image] Oct 18 21:32:17.860 INFO O| Oct 18 21:32:17.860 INFO STEP 71 (ensure_dir) COMPLETE
92872024-10-18T21:32:19.176Z[ host-image] Oct 18 21:32:17.860 INFO O| Oct 18 21:32:17.860 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92882024-10-18T21:32:19.184Z[ host-image] Oct 18 21:32:17.870 INFO O| Oct 18 21:32:17.870 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
92892024-10-18T21:32:19.184Z[ host-image] Oct 18 21:32:17.870 INFO O| Oct 18 21:32:17.870 INFO copying /tmp/.tmpv1hBWs/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 ...
92902024-10-18T21:32:19.186Z[ host-image] Oct 18 21:32:17.870 INFO O| Oct 18 21:32:17.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
92912024-10-18T21:32:19.186Z[ host-image] Oct 18 21:32:17.870 INFO O| Oct 18 21:32:17.870 INFO ok!
92922024-10-18T21:32:19.186Z[ host-image] Oct 18 21:32:17.870 INFO O| Oct 18 21:32:17.870 INFO STEP 72 (ensure_file) COMPLETE
92932024-10-18T21:32:19.186Z[ host-image] Oct 18 21:32:17.870 INFO O| Oct 18 21:32:17.870 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92942024-10-18T21:32:19.193Z[ host-image] Oct 18 21:32:17.880 INFO O| Oct 18 21:32:17.880 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
92952024-10-18T21:32:19.196Z[ host-image] Oct 18 21:32:17.880 INFO O| Oct 18 21:32:17.880 INFO copying /tmp/.tmpv1hBWs/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 ...
92962024-10-18T21:32:19.196Z[ host-image] Oct 18 21:32:17.880 INFO O| Oct 18 21:32:17.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
92972024-10-18T21:32:19.196Z[ host-image] Oct 18 21:32:17.880 INFO O| Oct 18 21:32:17.880 INFO ok!
92982024-10-18T21:32:19.196Z[ host-image] Oct 18 21:32:17.880 INFO O| Oct 18 21:32:17.880 INFO STEP 73 (ensure_file) COMPLETE
92992024-10-18T21:32:19.196Z[ host-image] Oct 18 21:32:17.880 INFO O| Oct 18 21:32:17.880 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93002024-10-18T21:32:19.204Z[ host-image] Oct 18 21:32:17.891 INFO O| Oct 18 21:32:17.891 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
93012024-10-18T21:32:19.204Z[ host-image] Oct 18 21:32:17.891 INFO O| Oct 18 21:32:17.891 INFO copying /tmp/.tmpv1hBWs/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
93022024-10-18T21:32:19.207Z[ host-image] Oct 18 21:32:17.891 INFO O| Oct 18 21:32:17.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
93032024-10-18T21:32:19.207Z[ host-image] Oct 18 21:32:17.891 INFO O| Oct 18 21:32:17.891 INFO ok!
93042024-10-18T21:32:19.207Z[ host-image] Oct 18 21:32:17.891 INFO O| Oct 18 21:32:17.891 INFO STEP 74 (ensure_file) COMPLETE
93052024-10-18T21:32:19.207Z[ host-image] Oct 18 21:32:17.891 INFO O| Oct 18 21:32:17.891 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93062024-10-18T21:32:19.214Z[ host-image] Oct 18 21:32:17.901 INFO O| Oct 18 21:32:17.901 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93072024-10-18T21:32:19.214Z[ host-image] Oct 18 21:32:17.901 INFO O| Oct 18 21:32:17.901 INFO copying /tmp/.tmpv1hBWs/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93082024-10-18T21:32:19.217Z[ host-image] Oct 18 21:32:17.901 INFO O| Oct 18 21:32:17.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93092024-10-18T21:32:19.217Z[ host-image] Oct 18 21:32:17.901 INFO O| Oct 18 21:32:17.901 INFO ok!
93102024-10-18T21:32:19.217Z[ host-image] Oct 18 21:32:17.901 INFO O| Oct 18 21:32:17.901 INFO STEP 75 (ensure_file) COMPLETE
93112024-10-18T21:32:19.217Z[ host-image] Oct 18 21:32:17.901 INFO O| Oct 18 21:32:17.901 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93122024-10-18T21:32:19.225Z[ host-image] Oct 18 21:32:17.911 INFO O| Oct 18 21:32:17.911 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93132024-10-18T21:32:19.227Z[ host-image] Oct 18 21:32:17.911 INFO O| Oct 18 21:32:17.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93142024-10-18T21:32:19.227Z[ host-image] Oct 18 21:32:17.911 INFO O| Oct 18 21:32:17.911 INFO STEP 76 (ensure_dir) COMPLETE
93152024-10-18T21:32:19.227Z[ host-image] Oct 18 21:32:17.911 INFO O| Oct 18 21:32:17.911 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93162024-10-18T21:32:19.235Z[ host-image] Oct 18 21:32:17.921 INFO O| Oct 18 21:32:17.921 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93172024-10-18T21:32:19.235Z[ host-image] Oct 18 21:32:17.921 INFO O| Oct 18 21:32:17.921 INFO copying /tmp/.tmpv1hBWs/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93182024-10-18T21:32:19.238Z[ host-image] Oct 18 21:32:17.924 INFO O| Oct 18 21:32:17.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93192024-10-18T21:32:19.240Z[ host-image] Oct 18 21:32:17.924 INFO O| Oct 18 21:32:17.924 INFO ok!
93202024-10-18T21:32:19.240Z[ host-image] Oct 18 21:32:17.924 INFO O| Oct 18 21:32:17.924 INFO STEP 77 (ensure_file) COMPLETE
93212024-10-18T21:32:19.240Z[ host-image] Oct 18 21:32:17.924 INFO O| Oct 18 21:32:17.924 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93222024-10-18T21:32:19.249Z[ host-image] Oct 18 21:32:17.936 INFO O| Oct 18 21:32:17.936 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93232024-10-18T21:32:19.251Z[ host-image] Oct 18 21:32:17.936 INFO O| Oct 18 21:32:17.936 INFO copying /tmp/.tmpv1hBWs/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93242024-10-18T21:32:19.251Z[ host-image] Oct 18 21:32:17.936 INFO O| Oct 18 21:32:17.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93252024-10-18T21:32:19.252Z[ host-image] Oct 18 21:32:17.936 INFO O| Oct 18 21:32:17.936 INFO ok!
93262024-10-18T21:32:19.252Z[ host-image] Oct 18 21:32:17.936 INFO O| Oct 18 21:32:17.936 INFO STEP 78 (ensure_file) COMPLETE
93272024-10-18T21:32:19.252Z[ host-image] Oct 18 21:32:17.936 INFO O| Oct 18 21:32:17.936 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93282024-10-18T21:32:19.260Z[ host-image] Oct 18 21:32:17.947 INFO O| Oct 18 21:32:17.946 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93292024-10-18T21:32:19.262Z[ host-image] Oct 18 21:32:17.947 INFO O| Oct 18 21:32:17.947 INFO copying /tmp/.tmpv1hBWs/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93302024-10-18T21:32:20.112Z[ host-image] Oct 18 21:32:18.798 INFO O| Oct 18 21:32:18.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93312024-10-18T21:32:20.112Z[ host-image] Oct 18 21:32:18.798 INFO O| Oct 18 21:32:18.798 INFO ok!
93322024-10-18T21:32:20.112Z[ host-image] Oct 18 21:32:18.798 INFO O| Oct 18 21:32:18.798 INFO STEP 79 (ensure_file) COMPLETE
93332024-10-18T21:32:20.115Z[ host-image] Oct 18 21:32:18.798 INFO O| Oct 18 21:32:18.798 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93342024-10-18T21:32:20.123Z[ host-image] Oct 18 21:32:18.809 INFO O| Oct 18 21:32:18.809 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93352024-10-18T21:32:20.125Z[ host-image] Oct 18 21:32:18.809 INFO O| Oct 18 21:32:18.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93362024-10-18T21:32:20.125Z[ host-image] Oct 18 21:32:18.809 INFO O| Oct 18 21:32:18.809 INFO STEP 80 (ensure_dir) COMPLETE
93372024-10-18T21:32:20.125Z[ host-image] Oct 18 21:32:18.809 INFO O| Oct 18 21:32:18.809 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93382024-10-18T21:32:20.132Z[ host-image] Oct 18 21:32:18.819 INFO O| Oct 18 21:32:18.819 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93392024-10-18T21:32:20.134Z[ host-image] Oct 18 21:32:18.819 INFO O| Oct 18 21:32:18.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93402024-10-18T21:32:20.135Z[ host-image] Oct 18 21:32:18.819 INFO O| Oct 18 21:32:18.819 INFO STEP 81 (ensure_dir) COMPLETE
93412024-10-18T21:32:20.135Z[ host-image] Oct 18 21:32:18.819 INFO O| Oct 18 21:32:18.819 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93422024-10-18T21:32:20.142Z[ host-image] Oct 18 21:32:18.828 INFO O| Oct 18 21:32:18.828 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93432024-10-18T21:32:20.142Z[ host-image] Oct 18 21:32:18.828 INFO O| Oct 18 21:32:18.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93442024-10-18T21:32:20.142Z[ host-image] Oct 18 21:32:18.828 INFO O| Oct 18 21:32:18.828 INFO STEP 82 (ensure_dir) COMPLETE
93452024-10-18T21:32:20.144Z[ host-image] Oct 18 21:32:18.828 INFO O| Oct 18 21:32:18.828 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93462024-10-18T21:32:20.151Z[ host-image] Oct 18 21:32:18.838 INFO O| Oct 18 21:32:18.838 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93472024-10-18T21:32:20.151Z[ host-image] Oct 18 21:32:18.838 INFO O| Oct 18 21:32:18.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93482024-10-18T21:32:20.151Z[ host-image] Oct 18 21:32:18.838 INFO O| Oct 18 21:32:18.838 INFO STEP 83 (ensure_dir) COMPLETE
93492024-10-18T21:32:20.154Z[ host-image] Oct 18 21:32:18.838 INFO O| Oct 18 21:32:18.838 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93502024-10-18T21:32:20.158Z[ recovery-image] Oct 18 21:32:18.845 INFO image complete! materials are in "/work/os-recovery"
93512024-10-18T21:32:20.161Z[ host-image] Oct 18 21:32:18.847 INFO O| Oct 18 21:32:18.847 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93522024-10-18T21:32:20.161Z[ host-image] Oct 18 21:32:18.847 INFO O| Oct 18 21:32:18.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93532024-10-18T21:32:20.161Z[ host-image] Oct 18 21:32:18.847 INFO O| Oct 18 21:32:18.847 INFO STEP 84 (ensure_dir) COMPLETE
93542024-10-18T21:32:20.161Z[ host-image] Oct 18 21:32:18.847 INFO O| Oct 18 21:32:18.847 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93552024-10-18T21:32:20.163Z[ recovery-image]
93562024-10-18T21:32:20.163Z[ recovery-image] real 7:57.835572070
93572024-10-18T21:32:20.163Z[ recovery-image] user 5:16.056238479
93582024-10-18T21:32:20.163Z[ recovery-image] sys 52.677756081
93592024-10-18T21:32:20.164Z[ recovery-image] trap 0.275460093
93602024-10-18T21:32:20.164Z[ recovery-image] tflt 0.229615693
93612024-10-18T21:32:20.164Z[ recovery-image] dflt 1.181654201
93622024-10-18T21:32:20.164Z[ recovery-image] kflt 0.000030756
93632024-10-18T21:32:20.164Z[ recovery-image] lock 17:07.810034448
93642024-10-18T21:32:20.164Z[ recovery-image] slp 49:09.214391241
93652024-10-18T21:32:20.164Z[ recovery-image] lat 2:23.097756220
93662024-10-18T21:32:20.164Z[ recovery-image] stop 5.427958554
93672024-10-18T21:32:20.164ZOct 18 21:32:18.848 INFO [recovery-image] process exited with exit status: 0 (477.856516624s)
93682024-10-18T21:32:20.171Z[ host-image] Oct 18 21:32:18.857 INFO O| Oct 18 21:32:18.857 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93692024-10-18T21:32:20.171Z[ host-image] Oct 18 21:32:18.858 INFO O| Oct 18 21:32:18.857 INFO copying /tmp/.tmpv1hBWs/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 ...
93702024-10-18T21:32:20.174Z[ host-image] Oct 18 21:32:18.858 INFO O| Oct 18 21:32:18.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93712024-10-18T21:32:20.174Z[ host-image] Oct 18 21:32:18.858 INFO O| Oct 18 21:32:18.858 INFO ok!
93722024-10-18T21:32:20.174Z[ host-image] Oct 18 21:32:18.858 INFO O| Oct 18 21:32:18.858 INFO STEP 85 (ensure_file) COMPLETE
93732024-10-18T21:32:20.175Z[ host-image] Oct 18 21:32:18.858 INFO O| Oct 18 21:32:18.858 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742024-10-18T21:32:20.180Z[ host-image] Oct 18 21:32:18.867 INFO O| Oct 18 21:32:18.867 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93752024-10-18T21:32:20.183Z[ host-image] Oct 18 21:32:18.867 INFO O| Oct 18 21:32:18.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93762024-10-18T21:32:20.183Z[ host-image] Oct 18 21:32:18.867 INFO O| Oct 18 21:32:18.867 INFO STEP 86 (ensure_dir) COMPLETE
93772024-10-18T21:32:20.183Z[ host-image] Oct 18 21:32:18.867 INFO O| Oct 18 21:32:18.867 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93782024-10-18T21:32:20.190Z[ host-image] Oct 18 21:32:18.877 INFO O| Oct 18 21:32:18.877 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93792024-10-18T21:32:20.190Z[ host-image] Oct 18 21:32:18.877 INFO O| Oct 18 21:32:18.877 INFO copying /tmp/.tmpv1hBWs/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93802024-10-18T21:32:20.192Z[ host-image] Oct 18 21:32:18.877 INFO O| Oct 18 21:32:18.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93812024-10-18T21:32:20.192Z[ host-image] Oct 18 21:32:18.877 INFO O| Oct 18 21:32:18.877 INFO ok!
93822024-10-18T21:32:20.192Z[ host-image] Oct 18 21:32:18.877 INFO O| Oct 18 21:32:18.877 INFO STEP 87 (ensure_file) COMPLETE
93832024-10-18T21:32:20.192Z[ host-image] Oct 18 21:32:18.877 INFO O| Oct 18 21:32:18.877 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93842024-10-18T21:32:20.200Z[ host-image] Oct 18 21:32:18.886 INFO O| Oct 18 21:32:18.886 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93852024-10-18T21:32:20.200Z[ host-image] Oct 18 21:32:18.886 INFO O| Oct 18 21:32:18.886 INFO copying /tmp/.tmpv1hBWs/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93862024-10-18T21:32:20.541Z[ host-image] Oct 18 21:32:19.227 INFO O| Oct 18 21:32:19.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93872024-10-18T21:32:20.541Z[ host-image] Oct 18 21:32:19.227 INFO O| Oct 18 21:32:19.227 INFO ok!
93882024-10-18T21:32:20.544Z[ host-image] Oct 18 21:32:19.227 INFO O| Oct 18 21:32:19.227 INFO STEP 88 (ensure_file) COMPLETE
93892024-10-18T21:32:20.544Z[ host-image] Oct 18 21:32:19.227 INFO O| Oct 18 21:32:19.227 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93902024-10-18T21:32:20.552Z[ host-image] Oct 18 21:32:19.238 INFO O| Oct 18 21:32:19.238 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93912024-10-18T21:32:20.552Z[ host-image] Oct 18 21:32:19.238 INFO O| Oct 18 21:32:19.238 INFO copying /tmp/.tmpv1hBWs/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93922024-10-18T21:32:20.571Z[ host-image] Oct 18 21:32:19.257 INFO O| Oct 18 21:32:19.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93932024-10-18T21:32:20.571Z[ host-image] Oct 18 21:32:19.257 INFO O| Oct 18 21:32:19.257 INFO ok!
93942024-10-18T21:32:20.573Z[ host-image] Oct 18 21:32:19.257 INFO O| Oct 18 21:32:19.257 INFO STEP 89 (ensure_file) COMPLETE
93952024-10-18T21:32:20.574Z[ host-image] Oct 18 21:32:19.257 INFO O| Oct 18 21:32:19.257 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93962024-10-18T21:32:20.581Z[ host-image] Oct 18 21:32:19.267 INFO O| Oct 18 21:32:19.267 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93972024-10-18T21:32:20.581Z[ host-image] Oct 18 21:32:19.267 INFO O| Oct 18 21:32:19.267 INFO copying /tmp/.tmpv1hBWs/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
93982024-10-18T21:32:20.583Z[ host-image] Oct 18 21:32:19.268 INFO O| Oct 18 21:32:19.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
93992024-10-18T21:32:20.583Z[ host-image] Oct 18 21:32:19.268 INFO O| Oct 18 21:32:19.268 INFO ok!
94002024-10-18T21:32:20.584Z[ host-image] Oct 18 21:32:19.268 INFO O| Oct 18 21:32:19.268 INFO STEP 90 (ensure_file) COMPLETE
94012024-10-18T21:32:20.584Z[ host-image] Oct 18 21:32:19.268 INFO O| Oct 18 21:32:19.268 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94022024-10-18T21:32:20.590Z[ host-image] Oct 18 21:32:19.277 INFO O| Oct 18 21:32:19.277 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94032024-10-18T21:32:20.593Z[ host-image] Oct 18 21:32:19.277 INFO O| Oct 18 21:32:19.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94042024-10-18T21:32:20.593Z[ host-image] Oct 18 21:32:19.277 INFO O| Oct 18 21:32:19.277 INFO STEP 91 (ensure_dir) COMPLETE
94052024-10-18T21:32:20.593Z[ host-image] Oct 18 21:32:19.277 INFO O| Oct 18 21:32:19.277 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94062024-10-18T21:32:20.600Z[ host-image] Oct 18 21:32:19.286 INFO O| Oct 18 21:32:19.286 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
94072024-10-18T21:32:20.603Z[ host-image] Oct 18 21:32:19.286 INFO O| Oct 18 21:32:19.286 INFO copying /tmp/.tmpv1hBWs/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 ...
94082024-10-18T21:32:20.603Z[ host-image] Oct 18 21:32:19.287 INFO O| Oct 18 21:32:19.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
94092024-10-18T21:32:20.603Z[ host-image] Oct 18 21:32:19.287 INFO O| Oct 18 21:32:19.287 INFO ok!
94102024-10-18T21:32:20.603Z[ host-image] Oct 18 21:32:19.287 INFO O| Oct 18 21:32:19.287 INFO STEP 92 (ensure_file) COMPLETE
94112024-10-18T21:32:20.603Z[ host-image] Oct 18 21:32:19.287 INFO O| Oct 18 21:32:19.287 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94122024-10-18T21:32:20.609Z[ host-image] Oct 18 21:32:19.296 INFO O| Oct 18 21:32:19.296 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
94132024-10-18T21:32:20.612Z[ host-image] Oct 18 21:32:19.296 INFO O| Oct 18 21:32:19.296 INFO copying /tmp/.tmpv1hBWs/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 ...
94142024-10-18T21:32:20.612Z[ host-image] Oct 18 21:32:19.296 INFO O| Oct 18 21:32:19.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
94152024-10-18T21:32:20.612Z[ host-image] Oct 18 21:32:19.296 INFO O| Oct 18 21:32:19.296 INFO ok!
94162024-10-18T21:32:20.612Z[ host-image] Oct 18 21:32:19.296 INFO O| Oct 18 21:32:19.296 INFO STEP 93 (ensure_file) COMPLETE
94172024-10-18T21:32:20.612Z[ host-image] Oct 18 21:32:19.296 INFO O| Oct 18 21:32:19.296 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94182024-10-18T21:32:20.619Z[ host-image] Oct 18 21:32:19.306 INFO O| Oct 18 21:32:19.306 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
94192024-10-18T21:32:20.622Z[ host-image] Oct 18 21:32:19.306 INFO O| Oct 18 21:32:19.306 INFO copying /tmp/.tmpv1hBWs/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 ...
94202024-10-18T21:32:20.622Z[ host-image] Oct 18 21:32:19.306 INFO O| Oct 18 21:32:19.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94212024-10-18T21:32:20.622Z[ host-image] Oct 18 21:32:19.306 INFO O| Oct 18 21:32:19.306 INFO ok!
94222024-10-18T21:32:20.622Z[ host-image] Oct 18 21:32:19.306 INFO O| Oct 18 21:32:19.306 INFO STEP 94 (ensure_file) COMPLETE
94232024-10-18T21:32:20.622Z[ host-image] Oct 18 21:32:19.306 INFO O| Oct 18 21:32:19.306 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94242024-10-18T21:32:20.629Z[ host-image] Oct 18 21:32:19.315 INFO O| Oct 18 21:32:19.315 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94252024-10-18T21:32:20.629Z[ host-image] Oct 18 21:32:19.315 INFO O| Oct 18 21:32:19.315 INFO copying /tmp/.tmpv1hBWs/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 ...
94262024-10-18T21:32:20.631Z[ host-image] Oct 18 21:32:19.315 INFO O| Oct 18 21:32:19.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94272024-10-18T21:32:20.631Z[ host-image] Oct 18 21:32:19.315 INFO O| Oct 18 21:32:19.315 INFO ok!
94282024-10-18T21:32:20.631Z[ host-image] Oct 18 21:32:19.315 INFO O| Oct 18 21:32:19.315 INFO STEP 95 (ensure_file) COMPLETE
94292024-10-18T21:32:20.631Z[ host-image] Oct 18 21:32:19.315 INFO O| Oct 18 21:32:19.315 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94302024-10-18T21:32:20.638Z[ host-image] Oct 18 21:32:19.325 INFO O| Oct 18 21:32:19.325 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94312024-10-18T21:32:20.638Z[ host-image] Oct 18 21:32:19.325 INFO O| Oct 18 21:32:19.325 INFO copying /tmp/.tmpv1hBWs/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 ...
94322024-10-18T21:32:20.641Z[ host-image] Oct 18 21:32:19.325 INFO O| Oct 18 21:32:19.325 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94332024-10-18T21:32:20.641Z[ host-image] Oct 18 21:32:19.325 INFO O| Oct 18 21:32:19.325 INFO ok!
94342024-10-18T21:32:20.641Z[ host-image] Oct 18 21:32:19.325 INFO O| Oct 18 21:32:19.325 INFO STEP 96 (ensure_file) COMPLETE
94352024-10-18T21:32:20.641Z[ host-image] Oct 18 21:32:19.325 INFO O| Oct 18 21:32:19.325 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94362024-10-18T21:32:20.648Z[ host-image] Oct 18 21:32:19.334 INFO O| Oct 18 21:32:19.334 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94372024-10-18T21:32:20.648Z[ host-image] Oct 18 21:32:19.334 INFO O| Oct 18 21:32:19.334 INFO copying /tmp/.tmpv1hBWs/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94382024-10-18T21:32:20.650Z[ host-image] Oct 18 21:32:19.334 INFO O| Oct 18 21:32:19.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94392024-10-18T21:32:20.650Z[ host-image] Oct 18 21:32:19.334 INFO O| Oct 18 21:32:19.334 INFO ok!
94402024-10-18T21:32:20.650Z[ host-image] Oct 18 21:32:19.334 INFO O| Oct 18 21:32:19.334 INFO STEP 97 (ensure_file) COMPLETE
94412024-10-18T21:32:20.650Z[ host-image] Oct 18 21:32:19.334 INFO O| Oct 18 21:32:19.334 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94422024-10-18T21:32:20.657Z[ host-image] Oct 18 21:32:19.344 INFO O| Oct 18 21:32:19.344 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94432024-10-18T21:32:20.659Z[ host-image] Oct 18 21:32:19.344 INFO O| Oct 18 21:32:19.344 INFO copying /tmp/.tmpv1hBWs/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 ...
94442024-10-18T21:32:20.659Z[ host-image] Oct 18 21:32:19.344 INFO O| Oct 18 21:32:19.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94452024-10-18T21:32:20.660Z[ host-image] Oct 18 21:32:19.344 INFO O| Oct 18 21:32:19.344 INFO ok!
94462024-10-18T21:32:20.660Z[ host-image] Oct 18 21:32:19.344 INFO O| Oct 18 21:32:19.344 INFO STEP 98 (ensure_file) COMPLETE
94472024-10-18T21:32:20.660Z[ host-image] Oct 18 21:32:19.344 INFO O| Oct 18 21:32:19.344 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94482024-10-18T21:32:20.666Z[ host-image] Oct 18 21:32:19.353 INFO O| Oct 18 21:32:19.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94492024-10-18T21:32:20.667Z[ host-image] Oct 18 21:32:19.353 INFO O| Oct 18 21:32:19.353 INFO copying /tmp/.tmpv1hBWs/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 ...
94502024-10-18T21:32:20.669Z[ host-image] Oct 18 21:32:19.353 INFO O| Oct 18 21:32:19.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94512024-10-18T21:32:20.669Z[ host-image] Oct 18 21:32:19.353 INFO O| Oct 18 21:32:19.353 INFO ok!
94522024-10-18T21:32:20.669Z[ host-image] Oct 18 21:32:19.353 INFO O| Oct 18 21:32:19.353 INFO STEP 99 (ensure_file) COMPLETE
94532024-10-18T21:32:20.669Z[ host-image] Oct 18 21:32:19.353 INFO O| Oct 18 21:32:19.353 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94542024-10-18T21:32:20.676Z[ host-image] Oct 18 21:32:19.363 INFO O| Oct 18 21:32:19.363 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94552024-10-18T21:32:20.676Z[ host-image] Oct 18 21:32:19.363 INFO O| Oct 18 21:32:19.363 INFO copying /tmp/.tmpv1hBWs/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 ...
94562024-10-18T21:32:20.678Z[ host-image] Oct 18 21:32:19.363 INFO O| Oct 18 21:32:19.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94572024-10-18T21:32:20.678Z[ host-image] Oct 18 21:32:19.363 INFO O| Oct 18 21:32:19.363 INFO ok!
94582024-10-18T21:32:20.678Z[ host-image] Oct 18 21:32:19.363 INFO O| Oct 18 21:32:19.363 INFO STEP 100 (ensure_file) COMPLETE
94592024-10-18T21:32:20.679Z[ host-image] Oct 18 21:32:19.363 INFO O| Oct 18 21:32:19.363 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94602024-10-18T21:32:20.686Z[ host-image] Oct 18 21:32:19.372 INFO O| Oct 18 21:32:19.372 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94612024-10-18T21:32:20.686Z[ host-image] Oct 18 21:32:19.372 INFO O| Oct 18 21:32:19.372 INFO copying /tmp/.tmpv1hBWs/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94622024-10-18T21:32:20.688Z[ host-image] Oct 18 21:32:19.372 INFO O| Oct 18 21:32:19.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94632024-10-18T21:32:20.688Z[ host-image] Oct 18 21:32:19.372 INFO O| Oct 18 21:32:19.372 INFO ok!
94642024-10-18T21:32:20.688Z[ host-image] Oct 18 21:32:19.372 INFO O| Oct 18 21:32:19.372 INFO STEP 101 (ensure_file) COMPLETE
94652024-10-18T21:32:20.688Z[ host-image] Oct 18 21:32:19.372 INFO O| Oct 18 21:32:19.372 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94662024-10-18T21:32:20.695Z[ host-image] Oct 18 21:32:19.382 INFO O| Oct 18 21:32:19.382 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94672024-10-18T21:32:20.695Z[ host-image] Oct 18 21:32:19.382 INFO O| Oct 18 21:32:19.382 INFO copying /tmp/.tmpv1hBWs/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 ...
94682024-10-18T21:32:20.699Z[ host-image] Oct 18 21:32:19.382 INFO O| Oct 18 21:32:19.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94692024-10-18T21:32:20.699Z[ host-image] Oct 18 21:32:19.382 INFO O| Oct 18 21:32:19.382 INFO ok!
94702024-10-18T21:32:20.699Z[ host-image] Oct 18 21:32:19.382 INFO O| Oct 18 21:32:19.382 INFO STEP 102 (ensure_file) COMPLETE
94712024-10-18T21:32:20.699Z[ host-image] Oct 18 21:32:19.382 INFO O| Oct 18 21:32:19.382 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94722024-10-18T21:32:20.704Z[ host-image] Oct 18 21:32:19.391 INFO O| Oct 18 21:32:19.391 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94732024-10-18T21:32:20.707Z[ host-image] Oct 18 21:32:19.391 INFO O| Oct 18 21:32:19.391 INFO copying /tmp/.tmpv1hBWs/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 ...
94742024-10-18T21:32:20.707Z[ host-image] Oct 18 21:32:19.391 INFO O| Oct 18 21:32:19.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94752024-10-18T21:32:20.707Z[ host-image] Oct 18 21:32:19.391 INFO O| Oct 18 21:32:19.391 INFO ok!
94762024-10-18T21:32:20.707Z[ host-image] Oct 18 21:32:19.391 INFO O| Oct 18 21:32:19.391 INFO STEP 103 (ensure_file) COMPLETE
94772024-10-18T21:32:20.707Z[ host-image] Oct 18 21:32:19.391 INFO O| Oct 18 21:32:19.391 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94782024-10-18T21:32:20.714Z[ host-image] Oct 18 21:32:19.401 INFO O| Oct 18 21:32:19.401 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94792024-10-18T21:32:20.714Z[ host-image] Oct 18 21:32:19.401 INFO O| Oct 18 21:32:19.401 INFO copying /tmp/.tmpv1hBWs/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 ...
94802024-10-18T21:32:20.717Z[ host-image] Oct 18 21:32:19.401 INFO O| Oct 18 21:32:19.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94812024-10-18T21:32:20.717Z[ host-image] Oct 18 21:32:19.401 INFO O| Oct 18 21:32:19.401 INFO ok!
94822024-10-18T21:32:20.717Z[ host-image] Oct 18 21:32:19.401 INFO O| Oct 18 21:32:19.401 INFO STEP 104 (ensure_file) COMPLETE
94832024-10-18T21:32:20.717Z[ host-image] Oct 18 21:32:19.401 INFO O| Oct 18 21:32:19.401 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94842024-10-18T21:32:20.724Z[ host-image] Oct 18 21:32:19.410 INFO O| Oct 18 21:32:19.410 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94852024-10-18T21:32:20.724Z[ host-image] Oct 18 21:32:19.410 INFO O| Oct 18 21:32:19.410 INFO copying /tmp/.tmpv1hBWs/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 ...
94862024-10-18T21:32:20.726Z[ host-image] Oct 18 21:32:19.410 INFO O| Oct 18 21:32:19.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94872024-10-18T21:32:20.726Z[ host-image] Oct 18 21:32:19.410 INFO O| Oct 18 21:32:19.410 INFO ok!
94882024-10-18T21:32:20.726Z[ host-image] Oct 18 21:32:19.410 INFO O| Oct 18 21:32:19.410 INFO STEP 105 (ensure_file) COMPLETE
94892024-10-18T21:32:20.726Z[ host-image] Oct 18 21:32:19.410 INFO O| Oct 18 21:32:19.410 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94902024-10-18T21:32:20.733Z[ host-image] Oct 18 21:32:19.420 INFO O| Oct 18 21:32:19.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94912024-10-18T21:32:20.733Z[ host-image] Oct 18 21:32:19.420 INFO O| Oct 18 21:32:19.420 INFO copying /tmp/.tmpv1hBWs/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 ...
94922024-10-18T21:32:20.736Z[ host-image] Oct 18 21:32:19.420 INFO O| Oct 18 21:32:19.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94932024-10-18T21:32:20.736Z[ host-image] Oct 18 21:32:19.420 INFO O| Oct 18 21:32:19.420 INFO ok!
94942024-10-18T21:32:20.736Z[ host-image] Oct 18 21:32:19.420 INFO O| Oct 18 21:32:19.420 INFO STEP 106 (ensure_file) COMPLETE
94952024-10-18T21:32:20.736Z[ host-image] Oct 18 21:32:19.420 INFO O| Oct 18 21:32:19.420 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94962024-10-18T21:32:20.743Z[ host-image] Oct 18 21:32:19.429 INFO O| Oct 18 21:32:19.429 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94972024-10-18T21:32:20.745Z[ host-image] Oct 18 21:32:19.429 INFO O| Oct 18 21:32:19.429 INFO copying /tmp/.tmpv1hBWs/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 ...
94982024-10-18T21:32:20.745Z[ host-image] Oct 18 21:32:19.429 INFO O| Oct 18 21:32:19.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
94992024-10-18T21:32:20.745Z[ host-image] Oct 18 21:32:19.429 INFO O| Oct 18 21:32:19.429 INFO ok!
95002024-10-18T21:32:20.745Z[ host-image] Oct 18 21:32:19.429 INFO O| Oct 18 21:32:19.429 INFO STEP 107 (ensure_file) COMPLETE
95012024-10-18T21:32:20.745Z[ host-image] Oct 18 21:32:19.429 INFO O| Oct 18 21:32:19.429 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95022024-10-18T21:32:20.752Z[ host-image] Oct 18 21:32:19.439 INFO O| Oct 18 21:32:19.439 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
95032024-10-18T21:32:20.752Z[ host-image] Oct 18 21:32:19.439 INFO O| Oct 18 21:32:19.439 INFO copying /tmp/.tmpv1hBWs/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 ...
95042024-10-18T21:32:20.755Z[ host-image] Oct 18 21:32:19.439 INFO O| Oct 18 21:32:19.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
95052024-10-18T21:32:20.755Z[ host-image] Oct 18 21:32:19.439 INFO O| Oct 18 21:32:19.439 INFO ok!
95062024-10-18T21:32:20.755Z[ host-image] Oct 18 21:32:19.439 INFO O| Oct 18 21:32:19.439 INFO STEP 108 (ensure_file) COMPLETE
95072024-10-18T21:32:20.755Z[ host-image] Oct 18 21:32:19.439 INFO O| Oct 18 21:32:19.439 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95082024-10-18T21:32:20.762Z[ host-image] Oct 18 21:32:19.448 INFO O| Oct 18 21:32:19.448 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
95092024-10-18T21:32:20.762Z[ host-image] Oct 18 21:32:19.448 INFO O| Oct 18 21:32:19.448 INFO copying /tmp/.tmpv1hBWs/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 ...
95102024-10-18T21:32:20.764Z[ host-image] Oct 18 21:32:19.448 INFO O| Oct 18 21:32:19.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
95112024-10-18T21:32:20.764Z[ host-image] Oct 18 21:32:19.448 INFO O| Oct 18 21:32:19.448 INFO ok!
95122024-10-18T21:32:20.764Z[ host-image] Oct 18 21:32:19.448 INFO O| Oct 18 21:32:19.448 INFO STEP 109 (ensure_file) COMPLETE
95132024-10-18T21:32:20.764Z[ host-image] Oct 18 21:32:19.448 INFO O| Oct 18 21:32:19.448 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95142024-10-18T21:32:20.771Z[ host-image] Oct 18 21:32:19.458 INFO O| Oct 18 21:32:19.458 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
95152024-10-18T21:32:20.774Z[ host-image] Oct 18 21:32:19.458 INFO O| Oct 18 21:32:19.458 INFO copying /tmp/.tmpv1hBWs/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 ...
95162024-10-18T21:32:20.774Z[ host-image] Oct 18 21:32:19.458 INFO O| Oct 18 21:32:19.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
95172024-10-18T21:32:20.774Z[ host-image] Oct 18 21:32:19.458 INFO O| Oct 18 21:32:19.458 INFO ok!
95182024-10-18T21:32:20.774Z[ host-image] Oct 18 21:32:19.458 INFO O| Oct 18 21:32:19.458 INFO STEP 110 (ensure_file) COMPLETE
95192024-10-18T21:32:20.774Z[ host-image] Oct 18 21:32:19.458 INFO O| Oct 18 21:32:19.458 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95202024-10-18T21:32:20.781Z[ host-image] Oct 18 21:32:19.467 INFO O| Oct 18 21:32:19.467 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95212024-10-18T21:32:20.781Z[ host-image] Oct 18 21:32:19.467 INFO O| Oct 18 21:32:19.467 INFO copying /tmp/.tmpv1hBWs/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 ...
95222024-10-18T21:32:20.783Z[ host-image] Oct 18 21:32:19.467 INFO O| Oct 18 21:32:19.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95232024-10-18T21:32:20.783Z[ host-image] Oct 18 21:32:19.467 INFO O| Oct 18 21:32:19.467 INFO ok!
95242024-10-18T21:32:20.783Z[ host-image] Oct 18 21:32:19.467 INFO O| Oct 18 21:32:19.467 INFO STEP 111 (ensure_file) COMPLETE
95252024-10-18T21:32:20.783Z[ host-image] Oct 18 21:32:19.467 INFO O| Oct 18 21:32:19.467 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95262024-10-18T21:32:20.790Z[ host-image] Oct 18 21:32:19.477 INFO O| Oct 18 21:32:19.477 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95272024-10-18T21:32:20.790Z[ host-image] Oct 18 21:32:19.477 INFO O| Oct 18 21:32:19.477 INFO copying /tmp/.tmpv1hBWs/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 ...
95282024-10-18T21:32:20.793Z[ host-image] Oct 18 21:32:19.477 INFO O| Oct 18 21:32:19.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95292024-10-18T21:32:20.793Z[ host-image] Oct 18 21:32:19.477 INFO O| Oct 18 21:32:19.477 INFO ok!
95302024-10-18T21:32:20.793Z[ host-image] Oct 18 21:32:19.477 INFO O| Oct 18 21:32:19.477 INFO STEP 112 (ensure_file) COMPLETE
95312024-10-18T21:32:20.793Z[ host-image] Oct 18 21:32:19.477 INFO O| Oct 18 21:32:19.477 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95322024-10-18T21:32:20.800Z[ host-image] Oct 18 21:32:19.486 INFO O| Oct 18 21:32:19.486 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95332024-10-18T21:32:20.800Z[ host-image] Oct 18 21:32:19.486 INFO O| Oct 18 21:32:19.486 INFO copying /tmp/.tmpv1hBWs/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 ...
95342024-10-18T21:32:20.802Z[ host-image] Oct 18 21:32:19.486 INFO O| Oct 18 21:32:19.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95352024-10-18T21:32:20.802Z[ host-image] Oct 18 21:32:19.486 INFO O| Oct 18 21:32:19.486 INFO ok!
95362024-10-18T21:32:20.802Z[ host-image] Oct 18 21:32:19.486 INFO O| Oct 18 21:32:19.486 INFO STEP 113 (ensure_file) COMPLETE
95372024-10-18T21:32:20.802Z[ host-image] Oct 18 21:32:19.486 INFO O| Oct 18 21:32:19.486 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95382024-10-18T21:32:20.809Z[ host-image] Oct 18 21:32:19.496 INFO O| Oct 18 21:32:19.496 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95392024-10-18T21:32:20.809Z[ host-image] Oct 18 21:32:19.496 INFO O| Oct 18 21:32:19.496 INFO copying /tmp/.tmpv1hBWs/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 ...
95402024-10-18T21:32:20.812Z[ host-image] Oct 18 21:32:19.496 INFO O| Oct 18 21:32:19.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95412024-10-18T21:32:20.812Z[ host-image] Oct 18 21:32:19.496 INFO O| Oct 18 21:32:19.496 INFO ok!
95422024-10-18T21:32:20.812Z[ host-image] Oct 18 21:32:19.496 INFO O| Oct 18 21:32:19.496 INFO STEP 114 (ensure_file) COMPLETE
95432024-10-18T21:32:20.812Z[ host-image] Oct 18 21:32:19.496 INFO O| Oct 18 21:32:19.496 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95442024-10-18T21:32:20.819Z[ host-image] Oct 18 21:32:19.505 INFO O| Oct 18 21:32:19.505 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95452024-10-18T21:32:20.819Z[ host-image] Oct 18 21:32:19.505 INFO O| Oct 18 21:32:19.505 INFO copying /tmp/.tmpv1hBWs/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 ...
95462024-10-18T21:32:20.821Z[ host-image] Oct 18 21:32:19.505 INFO O| Oct 18 21:32:19.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95472024-10-18T21:32:20.821Z[ host-image] Oct 18 21:32:19.505 INFO O| Oct 18 21:32:19.505 INFO ok!
95482024-10-18T21:32:20.821Z[ host-image] Oct 18 21:32:19.505 INFO O| Oct 18 21:32:19.505 INFO STEP 115 (ensure_file) COMPLETE
95492024-10-18T21:32:20.821Z[ host-image] Oct 18 21:32:19.505 INFO O| Oct 18 21:32:19.505 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95502024-10-18T21:32:20.828Z[ host-image] Oct 18 21:32:19.515 INFO O| Oct 18 21:32:19.515 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95512024-10-18T21:32:20.828Z[ host-image] Oct 18 21:32:19.515 INFO O| Oct 18 21:32:19.515 INFO copying /tmp/.tmpv1hBWs/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95522024-10-18T21:32:20.831Z[ host-image] Oct 18 21:32:19.515 INFO O| Oct 18 21:32:19.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95532024-10-18T21:32:20.831Z[ host-image] Oct 18 21:32:19.515 INFO O| Oct 18 21:32:19.515 INFO ok!
95542024-10-18T21:32:20.831Z[ host-image] Oct 18 21:32:19.515 INFO O| Oct 18 21:32:19.515 INFO STEP 116 (ensure_file) COMPLETE
95552024-10-18T21:32:20.831Z[ host-image] Oct 18 21:32:19.515 INFO O| Oct 18 21:32:19.515 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95562024-10-18T21:32:20.838Z[ host-image] Oct 18 21:32:19.524 INFO O| Oct 18 21:32:19.524 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95572024-10-18T21:32:20.840Z[ host-image] Oct 18 21:32:19.524 INFO O| Oct 18 21:32:19.524 INFO copying /tmp/.tmpv1hBWs/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 ...
95582024-10-18T21:32:20.840Z[ host-image] Oct 18 21:32:19.524 INFO O| Oct 18 21:32:19.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95592024-10-18T21:32:20.840Z[ host-image] Oct 18 21:32:19.524 INFO O| Oct 18 21:32:19.524 INFO ok!
95602024-10-18T21:32:20.840Z[ host-image] Oct 18 21:32:19.524 INFO O| Oct 18 21:32:19.524 INFO STEP 117 (ensure_file) COMPLETE
95612024-10-18T21:32:20.840Z[ host-image] Oct 18 21:32:19.524 INFO O| Oct 18 21:32:19.524 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95622024-10-18T21:32:20.848Z[ host-image] Oct 18 21:32:19.533 INFO O| Oct 18 21:32:19.533 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95632024-10-18T21:32:20.848Z[ host-image] Oct 18 21:32:19.534 INFO O| Oct 18 21:32:19.533 INFO copying /tmp/.tmpv1hBWs/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95642024-10-18T21:32:20.852Z[ host-image] Oct 18 21:32:19.534 INFO O| Oct 18 21:32:19.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95652024-10-18T21:32:20.852Z[ host-image] Oct 18 21:32:19.534 INFO O| Oct 18 21:32:19.534 INFO ok!
95662024-10-18T21:32:20.852Z[ host-image] Oct 18 21:32:19.534 INFO O| Oct 18 21:32:19.534 INFO STEP 118 (ensure_file) COMPLETE
95672024-10-18T21:32:20.852Z[ host-image] Oct 18 21:32:19.534 INFO O| Oct 18 21:32:19.534 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95682024-10-18T21:32:20.857Z[ host-image] Oct 18 21:32:19.543 INFO O| Oct 18 21:32:19.543 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95692024-10-18T21:32:20.857Z[ host-image] Oct 18 21:32:19.543 INFO O| Oct 18 21:32:19.543 INFO copying /tmp/.tmpv1hBWs/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95702024-10-18T21:32:24.336Z[ host-image] Oct 18 21:32:23.022 INFO O| Oct 18 21:32:23.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95712024-10-18T21:32:24.336Z[ host-image] Oct 18 21:32:23.022 INFO O| Oct 18 21:32:23.022 INFO ok!
95722024-10-18T21:32:24.339Z[ host-image] Oct 18 21:32:23.022 INFO O| Oct 18 21:32:23.022 INFO STEP 119 (ensure_file) COMPLETE
95732024-10-18T21:32:24.339Z[ host-image] Oct 18 21:32:23.022 INFO O| Oct 18 21:32:23.022 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95742024-10-18T21:32:24.349Z[ host-image] Oct 18 21:32:23.035 INFO O| Oct 18 21:32:23.035 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95752024-10-18T21:32:24.349Z[ host-image] Oct 18 21:32:23.035 INFO O| Oct 18 21:32:23.035 INFO STEP 120 (ensure_dir) COMPLETE
95762024-10-18T21:32:24.351Z[ host-image] Oct 18 21:32:23.035 INFO O| Oct 18 21:32:23.035 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95772024-10-18T21:32:24.359Z[ host-image] Oct 18 21:32:23.045 INFO O| Oct 18 21:32:23.045 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95782024-10-18T21:32:24.359Z[ host-image] Oct 18 21:32:23.045 INFO O| Oct 18 21:32:23.045 INFO STEP 121 (ensure_dir) COMPLETE
95792024-10-18T21:32:24.361Z[ host-image] Oct 18 21:32:23.045 INFO O| Oct 18 21:32:23.045 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95802024-10-18T21:32:24.369Z[ host-image] Oct 18 21:32:23.055 INFO O| Oct 18 21:32:23.055 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95812024-10-18T21:32:24.369Z[ host-image] Oct 18 21:32:23.055 INFO O| Oct 18 21:32:23.055 INFO STEP 122 (ensure_dir) COMPLETE
95822024-10-18T21:32:24.369Z[ host-image] Oct 18 21:32:23.055 INFO O| Oct 18 21:32:23.055 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95832024-10-18T21:32:24.379Z[ host-image] Oct 18 21:32:23.066 INFO O| Oct 18 21:32:23.065 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95842024-10-18T21:32:24.380Z[ host-image] Oct 18 21:32:23.066 INFO O| Oct 18 21:32:23.066 INFO STEP 123 (ensure_dir) COMPLETE
95852024-10-18T21:32:24.382Z[ host-image] Oct 18 21:32:23.066 INFO O| Oct 18 21:32:23.066 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95862024-10-18T21:32:24.389Z[ host-image] Oct 18 21:32:23.076 INFO O| Oct 18 21:32:23.075 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95872024-10-18T21:32:24.392Z[ host-image] Oct 18 21:32:23.076 INFO O| Oct 18 21:32:23.076 INFO copying /tmp/.tmpv1hBWs/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 ...
95882024-10-18T21:32:24.392Z[ host-image] Oct 18 21:32:23.076 INFO O| Oct 18 21:32:23.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95892024-10-18T21:32:24.392Z[ host-image] Oct 18 21:32:23.076 INFO O| Oct 18 21:32:23.076 INFO ok!
95902024-10-18T21:32:24.392Z[ host-image] Oct 18 21:32:23.076 INFO O| Oct 18 21:32:23.076 INFO STEP 124 (ensure_file) COMPLETE
95912024-10-18T21:32:24.392Z[ host-image] Oct 18 21:32:23.076 INFO O| Oct 18 21:32:23.076 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95922024-10-18T21:32:24.399Z[ host-image] Oct 18 21:32:23.085 INFO O| Oct 18 21:32:23.085 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95932024-10-18T21:32:24.401Z[ host-image] Oct 18 21:32:23.085 INFO O| Oct 18 21:32:23.085 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95942024-10-18T21:32:24.401Z[ host-image] Oct 18 21:32:23.085 INFO O| Oct 18 21:32:23.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95952024-10-18T21:32:24.401Z[ host-image] Oct 18 21:32:23.085 INFO O| Oct 18 21:32:23.085 INFO STEP 125 (ensure_dir) COMPLETE
95962024-10-18T21:32:24.401Z[ host-image] Oct 18 21:32:23.085 INFO O| Oct 18 21:32:23.085 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95972024-10-18T21:32:24.409Z[ host-image] Oct 18 21:32:23.095 INFO O| Oct 18 21:32:23.095 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
95982024-10-18T21:32:24.409Z[ host-image] Oct 18 21:32:23.096 INFO O| Oct 18 21:32:23.096 INFO copying /tmp/.tmpv1hBWs/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
95992024-10-18T21:32:24.412Z[ host-image] Oct 18 21:32:23.096 INFO O| Oct 18 21:32:23.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
96002024-10-18T21:32:24.412Z[ host-image] Oct 18 21:32:23.096 INFO O| Oct 18 21:32:23.096 INFO ok!
96012024-10-18T21:32:24.412Z[ host-image] Oct 18 21:32:23.096 INFO O| Oct 18 21:32:23.096 INFO STEP 126 (ensure_file) COMPLETE
96022024-10-18T21:32:24.412Z[ host-image] Oct 18 21:32:23.096 INFO O| Oct 18 21:32:23.096 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96032024-10-18T21:32:24.419Z[ host-image] Oct 18 21:32:23.106 INFO O| Oct 18 21:32:23.105 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
96042024-10-18T21:32:24.422Z[ host-image] Oct 18 21:32:23.106 INFO O| Oct 18 21:32:23.106 INFO STEP 127 (remove_files) COMPLETE
96052024-10-18T21:32:24.422Z[ host-image] Oct 18 21:32:23.106 INFO O| Oct 18 21:32:23.106 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96062024-10-18T21:32:24.429Z[ host-image] Oct 18 21:32:23.115 INFO O| Oct 18 21:32:23.115 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
96072024-10-18T21:32:24.431Z[ host-image] Oct 18 21:32:23.115 INFO O| Oct 18 21:32:23.115 INFO STEP 128 (remove_files) COMPLETE
96082024-10-18T21:32:24.431Z[ host-image] Oct 18 21:32:23.115 INFO O| Oct 18 21:32:23.115 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96092024-10-18T21:32:24.439Z[ host-image] Oct 18 21:32:23.125 INFO O| Oct 18 21:32:23.125 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
96102024-10-18T21:32:24.441Z[ host-image] Oct 18 21:32:23.125 INFO O| Oct 18 21:32:23.125 INFO STEP 129 (remove_files) COMPLETE
96112024-10-18T21:32:24.441Z[ host-image] Oct 18 21:32:23.125 INFO O| Oct 18 21:32:23.125 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96122024-10-18T21:32:24.450Z[ host-image] Oct 18 21:32:23.134 INFO O| Oct 18 21:32:23.134 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96132024-10-18T21:32:24.450Z[ host-image] Oct 18 21:32:23.135 INFO O| Oct 18 21:32:23.135 INFO STEP 130 (remove_files) COMPLETE
96142024-10-18T21:32:24.450Z[ host-image] Oct 18 21:32:23.135 INFO O| Oct 18 21:32:23.135 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96152024-10-18T21:32:24.458Z[ host-image] Oct 18 21:32:23.144 INFO O| Oct 18 21:32:23.144 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96162024-10-18T21:32:24.461Z[ host-image] Oct 18 21:32:23.145 INFO O| Oct 18 21:32:23.145 INFO STEP 131 (remove_files) COMPLETE
96172024-10-18T21:32:24.461Z[ host-image] Oct 18 21:32:23.145 INFO O| Oct 18 21:32:23.145 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96182024-10-18T21:32:24.468Z[ host-image] Oct 18 21:32:23.154 INFO O| Oct 18 21:32:23.154 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96192024-10-18T21:32:24.470Z[ host-image] Oct 18 21:32:23.154 INFO O| Oct 18 21:32:23.154 INFO STEP 132 (remove_files) COMPLETE
96202024-10-18T21:32:24.470Z[ host-image] Oct 18 21:32:23.154 INFO O| Oct 18 21:32:23.154 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96212024-10-18T21:32:24.477Z[ host-image] Oct 18 21:32:23.163 INFO O| Oct 18 21:32:23.163 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96222024-10-18T21:32:24.477Z[ host-image] Oct 18 21:32:23.164 INFO O| Oct 18 21:32:23.163 INFO STEP 133 (remove_files) COMPLETE
96232024-10-18T21:32:24.480Z[ host-image] Oct 18 21:32:23.164 INFO O| Oct 18 21:32:23.164 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96242024-10-18T21:32:24.487Z[ host-image] Oct 18 21:32:23.173 INFO O| Oct 18 21:32:23.173 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96252024-10-18T21:32:24.489Z[ host-image] Oct 18 21:32:23.173 INFO O| Oct 18 21:32:23.173 INFO STEP 134 (remove_files) COMPLETE
96262024-10-18T21:32:24.489Z[ host-image] Oct 18 21:32:23.173 INFO O| Oct 18 21:32:23.173 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96272024-10-18T21:32:24.496Z[ host-image] Oct 18 21:32:23.182 INFO O| Oct 18 21:32:23.182 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96282024-10-18T21:32:24.496Z[ host-image] Oct 18 21:32:23.182 INFO O| Oct 18 21:32:23.182 INFO STEP 135 (remove_files) COMPLETE
96292024-10-18T21:32:24.498Z[ host-image] Oct 18 21:32:23.182 INFO O| Oct 18 21:32:23.182 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96302024-10-18T21:32:24.507Z[ host-image] Oct 18 21:32:23.192 INFO O| Oct 18 21:32:23.192 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96312024-10-18T21:32:24.507Z[ host-image] Oct 18 21:32:23.192 INFO O| Oct 18 21:32:23.192 INFO STEP 136 (remove_files) COMPLETE
96322024-10-18T21:32:24.507Z[ host-image] Oct 18 21:32:23.192 INFO O| Oct 18 21:32:23.192 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96332024-10-18T21:32:24.516Z[ host-image] Oct 18 21:32:23.202 INFO O| Oct 18 21:32:23.202 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96342024-10-18T21:32:24.516Z[ host-image] Oct 18 21:32:23.202 INFO O| Oct 18 21:32:23.202 INFO STEP 137 (remove_files) COMPLETE
96352024-10-18T21:32:24.518Z[ host-image] Oct 18 21:32:23.202 INFO O| Oct 18 21:32:23.202 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96362024-10-18T21:32:24.525Z[ host-image] Oct 18 21:32:23.211 INFO O| Oct 18 21:32:23.211 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96372024-10-18T21:32:24.525Z[ host-image] Oct 18 21:32:23.211 INFO O| Oct 18 21:32:23.211 INFO STEP 138 (remove_files) COMPLETE
96382024-10-18T21:32:24.525Z[ host-image] Oct 18 21:32:23.212 INFO O| Oct 18 21:32:23.211 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96392024-10-18T21:32:24.535Z[ host-image] Oct 18 21:32:23.221 INFO O| Oct 18 21:32:23.221 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96402024-10-18T21:32:24.535Z[ host-image] Oct 18 21:32:23.221 INFO O| Oct 18 21:32:23.221 INFO STEP 139 (remove_files) COMPLETE
96412024-10-18T21:32:24.535Z[ host-image] Oct 18 21:32:23.221 INFO O| Oct 18 21:32:23.221 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96422024-10-18T21:32:24.545Z[ host-image] Oct 18 21:32:23.231 INFO O| Oct 18 21:32:23.231 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96432024-10-18T21:32:24.545Z[ host-image] Oct 18 21:32:23.231 INFO O| Oct 18 21:32:23.231 INFO STEP 140 (remove_files) COMPLETE
96442024-10-18T21:32:24.547Z[ host-image] Oct 18 21:32:23.231 INFO O| Oct 18 21:32:23.231 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96452024-10-18T21:32:24.554Z[ host-image] Oct 18 21:32:23.240 INFO O| Oct 18 21:32:23.240 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96462024-10-18T21:32:24.557Z[ host-image] Oct 18 21:32:23.240 INFO O| Oct 18 21:32:23.240 INFO STEP 141 (remove_files) COMPLETE
96472024-10-18T21:32:24.557Z[ host-image] Oct 18 21:32:23.240 INFO O| Oct 18 21:32:23.240 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96482024-10-18T21:32:24.564Z[ host-image] Oct 18 21:32:23.250 INFO O| Oct 18 21:32:23.250 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96492024-10-18T21:32:24.564Z[ host-image] Oct 18 21:32:23.250 INFO O| Oct 18 21:32:23.250 INFO STEP 142 (remove_files) COMPLETE
96502024-10-18T21:32:24.567Z[ host-image] Oct 18 21:32:23.250 INFO O| Oct 18 21:32:23.250 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96512024-10-18T21:32:24.574Z[ host-image] Oct 18 21:32:23.260 INFO O| Oct 18 21:32:23.260 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96522024-10-18T21:32:24.574Z[ host-image] Oct 18 21:32:23.260 INFO O| Oct 18 21:32:23.260 INFO STEP 143 (remove_files) COMPLETE
96532024-10-18T21:32:24.574Z[ host-image] Oct 18 21:32:23.260 INFO O| Oct 18 21:32:23.260 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96542024-10-18T21:32:24.584Z[ host-image] Oct 18 21:32:23.270 INFO O| Oct 18 21:32:23.270 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96552024-10-18T21:32:24.584Z[ host-image] Oct 18 21:32:23.270 INFO O| Oct 18 21:32:23.270 INFO STEP 144 (remove_files) COMPLETE
96562024-10-18T21:32:24.586Z[ host-image] Oct 18 21:32:23.270 INFO O| Oct 18 21:32:23.270 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96572024-10-18T21:32:24.594Z[ host-image] Oct 18 21:32:23.280 INFO O| Oct 18 21:32:23.280 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96582024-10-18T21:32:24.596Z[ host-image] Oct 18 21:32:23.280 INFO O| Oct 18 21:32:23.280 INFO STEP 145 (remove_files) COMPLETE
96592024-10-18T21:32:24.596Z[ host-image] Oct 18 21:32:23.280 INFO O| Oct 18 21:32:23.280 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96602024-10-18T21:32:24.603Z[ host-image] Oct 18 21:32:23.289 INFO O| Oct 18 21:32:23.289 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96612024-10-18T21:32:24.603Z[ host-image] Oct 18 21:32:23.289 INFO O| Oct 18 21:32:23.289 INFO STEP 146 (remove_files) COMPLETE
96622024-10-18T21:32:24.603Z[ host-image] Oct 18 21:32:23.289 INFO O| Oct 18 21:32:23.289 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96632024-10-18T21:32:24.613Z[ host-image] Oct 18 21:32:23.299 INFO O| Oct 18 21:32:23.299 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96642024-10-18T21:32:24.613Z[ host-image] Oct 18 21:32:23.299 INFO O| Oct 18 21:32:23.299 INFO STEP 147 (remove_files) COMPLETE
96652024-10-18T21:32:24.615Z[ host-image] Oct 18 21:32:23.299 INFO O| Oct 18 21:32:23.299 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96662024-10-18T21:32:24.622Z[ host-image] Oct 18 21:32:23.308 INFO O| Oct 18 21:32:23.308 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96672024-10-18T21:32:24.625Z[ host-image] Oct 18 21:32:23.308 INFO O| Oct 18 21:32:23.308 INFO STEP 148 (remove_files) COMPLETE
96682024-10-18T21:32:24.625Z[ host-image] Oct 18 21:32:23.308 INFO O| Oct 18 21:32:23.308 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96692024-10-18T21:32:24.632Z[ host-image] Oct 18 21:32:23.318 INFO O| Oct 18 21:32:23.318 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96702024-10-18T21:32:24.634Z[ host-image] Oct 18 21:32:23.318 INFO O| Oct 18 21:32:23.318 INFO STEP 149 (remove_files) COMPLETE
96712024-10-18T21:32:24.634Z[ host-image] Oct 18 21:32:23.318 INFO O| Oct 18 21:32:23.318 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96722024-10-18T21:32:24.642Z[ host-image] Oct 18 21:32:23.328 INFO O| Oct 18 21:32:23.328 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96732024-10-18T21:32:24.644Z[ host-image] Oct 18 21:32:23.328 INFO O| Oct 18 21:32:23.328 INFO STEP 150 (remove_files) COMPLETE
96742024-10-18T21:32:24.644Z[ host-image] Oct 18 21:32:23.328 INFO O| Oct 18 21:32:23.328 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96752024-10-18T21:32:24.651Z[ host-image] Oct 18 21:32:23.337 INFO O| Oct 18 21:32:23.337 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96762024-10-18T21:32:24.651Z[ host-image] Oct 18 21:32:23.337 INFO O| Oct 18 21:32:23.337 INFO STEP 151 (remove_files) COMPLETE
96772024-10-18T21:32:24.651Z[ host-image] Oct 18 21:32:23.337 INFO O| Oct 18 21:32:23.337 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96782024-10-18T21:32:24.661Z[ host-image] Oct 18 21:32:23.347 INFO O| Oct 18 21:32:23.347 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96792024-10-18T21:32:24.663Z[ host-image] Oct 18 21:32:23.347 INFO O| Oct 18 21:32:23.347 INFO STEP 152 (remove_files) COMPLETE
96802024-10-18T21:32:24.663Z[ host-image] Oct 18 21:32:23.347 INFO O| Oct 18 21:32:23.347 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96812024-10-18T21:32:24.670Z[ host-image] Oct 18 21:32:23.356 INFO O| Oct 18 21:32:23.356 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96822024-10-18T21:32:24.673Z[ host-image] Oct 18 21:32:23.356 INFO O| Oct 18 21:32:23.356 INFO STEP 153 (remove_files) COMPLETE
96832024-10-18T21:32:24.673Z[ host-image] Oct 18 21:32:23.356 INFO O| Oct 18 21:32:23.356 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96842024-10-18T21:32:24.680Z[ host-image] Oct 18 21:32:23.366 INFO O| Oct 18 21:32:23.366 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96852024-10-18T21:32:24.680Z[ host-image] Oct 18 21:32:23.366 INFO O| Oct 18 21:32:23.366 INFO STEP 154 (remove_files) COMPLETE
96862024-10-18T21:32:24.682Z[ host-image] Oct 18 21:32:23.366 INFO O| Oct 18 21:32:23.366 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96872024-10-18T21:32:24.689Z[ host-image] Oct 18 21:32:23.376 INFO O| Oct 18 21:32:23.375 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96882024-10-18T21:32:24.689Z[ host-image] Oct 18 21:32:23.376 INFO O| Oct 18 21:32:23.376 INFO STEP 155 (remove_files) COMPLETE
96892024-10-18T21:32:24.692Z[ host-image] Oct 18 21:32:23.376 INFO O| Oct 18 21:32:23.376 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96902024-10-18T21:32:24.703Z[ host-image] Oct 18 21:32:23.390 INFO O| Oct 18 21:32:23.389 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96912024-10-18T21:32:24.706Z[ host-image] Oct 18 21:32:23.390 INFO O| Oct 18 21:32:23.390 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
96922024-10-18T21:32:33.161Z[ host-image] Oct 18 21:32:31.846 INFO O| Oct 18 21:32:31.846 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
96932024-10-18T21:32:33.161Z[ host-image] Oct 18 21:32:31.846 INFO O| Oct 18 21:32:31.846 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96942024-10-18T21:32:33.175Z[ host-image] Oct 18 21:32:31.860 INFO O| Oct 18 21:32:31.860 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], 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"}
96952024-10-18T21:32:33.254Z[ host-image] Oct 18 21:32:31.939 INFO O| Oct 18 21:32:31.938 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96962024-10-18T21:32:33.254Z[ host-image] Oct 18 21:32:31.939 INFO O| Oct 18 21:32:31.939 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96972024-10-18T21:32:33.256Z[ host-image] Oct 18 21:32:31.941 INFO O| Oct 18 21:32:31.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
96982024-10-18T21:32:33.256Z[ host-image] Oct 18 21:32:31.941 INFO O| Oct 18 21:32:31.941 INFO ok!
96992024-10-18T21:32:33.256Z[ host-image] Oct 18 21:32:31.941 INFO O| Oct 18 21:32:31.941 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
97002024-10-18T21:32:33.256Z[ host-image] Oct 18 21:32:31.941 INFO O| Oct 18 21:32:31.941 INFO STEP 156 (seed_smf) COMPLETE
97012024-10-18T21:32:33.256Z[ host-image] Oct 18 21:32:31.941 INFO O| Oct 18 21:32:31.941 INFO steps complete; finalising image!
97022024-10-18T21:32:33.256Z[ host-image] Oct 18 21:32:31.941 INFO O| Oct 18 21:32:31.941 INFO TRIM POOL: TEMPORARY-gimlet-zfs
97032024-10-18T21:32:33.392Z[ host-image] Oct 18 21:32:32.077 INFO O| Oct 18 21:32:32.077 INFO trim TEMPORARY-gimlet-zfs: (4% trimmed, started at Fri Oct 18 21:32:31 2024)
97042024-10-18T21:32:33.613Z[ host-image] Oct 18 21:32:32.298 INFO O| Oct 18 21:32:32.298 INFO temporary pool has 682M used, 150M avail, 1.86x compressratio
97052024-10-18T21:32:33.613Z[ host-image] Oct 18 21:32:32.298 INFO O| Oct 18 21:32:32.298 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
97062024-10-18T21:32:33.891Z[ host-image] Oct 18 21:32:32.576 INFO O| Oct 18 21:32:32.576 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
97072024-10-18T21:32:33.896Z[ host-image] Oct 18 21:32:32.576 INFO O| Oct 18 21:32:32.576 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
97082024-10-18T21:32:34.943Z[ host-image] Oct 18 21:32:33.628 INFO O| Oct 18 21:32:33.628 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97092024-10-18T21:32:34.943Z[ host-image] Oct 18 21:32:33.628 INFO O| Oct 18 21:32:33.628 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97102024-10-18T21:32:34.946Z[ host-image] Oct 18 21:32:33.628 INFO O| Oct 18 21:32:33.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97112024-10-18T21:32:34.946Z[ host-image] Oct 18 21:32:33.628 INFO O| Oct 18 21:32:33.628 INFO completed processing gimlet/zfs
97122024-10-18T21:32:34.946Z[ host-image] Oct 18 21:32:33.628 INFO O| Oct 18 21:32:33.628 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97132024-10-18T21:32:41.420Z[ host-image] Oct 18 21:32:40.104 INFO O| Oct 18 21:32:40.104 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97142024-10-18T21:32:41.504Z[ host-image] Oct 18 21:32:40.188 INFO BUILD STRING "heads/stlouis-0-gc3c5244d76\n"
97152024-10-18T21:32:41.504Z[ host-image] Oct 18 21:32:40.188 INFO expanded image name: "ci c360e2b/${os_short_commit} 2024-10-18 21:02" -> "ci c360e2b/c3c5244 2024-10-18 21:02"
97162024-10-18T21:32:41.507Z[ host-image] Oct 18 21:32:40.188 INFO output artefacts stored in: "/work/os-host"
97172024-10-18T21:32:41.507Z[ host-image] Oct 18 21:32:40.189 INFO collecting git info from project "amd-host-image-builder"...
97182024-10-18T21:32:41.518Z[ host-image] Oct 18 21:32:40.202 INFO collecting git info from project "phbl"...
97192024-10-18T21:32:41.522Z[ host-image] Oct 18 21:32:40.207 INFO collecting git info from project "pilot"...
97202024-10-18T21:32:41.527Z[ host-image] Oct 18 21:32:40.212 INFO collecting git info from project "chelsio-t6-roms"...
97212024-10-18T21:32:41.532Z[ host-image] Oct 18 21:32:40.216 INFO collecting git info from project "image-builder"...
97222024-10-18T21:32:41.536Z[ host-image] Oct 18 21:32:40.220 INFO collecting git info from project "pinprick"...
97232024-10-18T21:32:41.540Z[ host-image] Oct 18 21:32:40.224 INFO collecting git info from project "amd-firmware"...
97242024-10-18T21:32:41.548Z[ host-image] Oct 18 21:32:40.233 INFO collecting git info from project "bootserver"...
97252024-10-18T21:32:41.553Z[ host-image] Oct 18 21:32:40.237 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97262024-10-18T21:32:41.904Z[ host-image] Oct 18 21:32:40.588 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97272024-10-18T21:32:42.244Z[ host-image] Oct 18 21:32:40.928 INFO creating Oxide boot image...
97282024-10-18T21:32:42.244Z[ host-image] Oct 18 21:32:40.928 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci c360e2b/c3c5244 2024-10-18 21:02", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97292024-10-18T21:32:43.169Z[ host-image] Oct 18 21:32:41.852 INFO O| ok, image written!
97302024-10-18T21:32:43.169Z[ host-image] Oct 18 21:32:41.853 INFO O| ok, boot_image_csum file written!
97312024-10-18T21:32:43.172Z[ host-image] Oct 18 21:32:41.856 INFO creating boot archive (CPIO)...
97322024-10-18T21:32:43.172Z[ host-image] Oct 18 21:32:41.856 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
97332024-10-18T21:32:43.179Z[ host-image] Oct 18 21:32:41.863 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97342024-10-18T21:32:43.181Z[ host-image] Oct 18 21:32:41.863 INFO E| + outfile=/work/os-host/cpio
97352024-10-18T21:32:43.181Z[ host-image] Oct 18 21:32:41.863 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97362024-10-18T21:32:43.181Z[ host-image] Oct 18 21:32:41.865 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97372024-10-18T21:32:43.181Z[ host-image] Oct 18 21:32:41.865 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97382024-10-18T21:32:43.217Z[ host-image] Oct 18 21:32:41.901 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97392024-10-18T21:32:43.217Z[ host-image] Oct 18 21:32:41.901 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97402024-10-18T21:32:43.226Z[ host-image] Oct 18 21:32:41.910 INFO creating compressed cpio/unix for nanobl-rs...
97412024-10-18T21:32:43.226Z[ host-image] Oct 18 21:32:41.910 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
97422024-10-18T21:32:43.520Z[ host-image] Oct 18 21:32:42.204 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97432024-10-18T21:32:47.868Z[ host-image] Oct 18 21:32:46.552 INFO creating reset image...
97442024-10-18T21:32:47.871Z[ host-image] Oct 18 21:32:46.552 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97452024-10-18T21:32:47.962Z[ host-image] Oct 18 21:32:46.646 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97462024-10-18T21:32:47.965Z[ host-image] Oct 18 21:32:46.647 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97472024-10-18T21:32:48.018Z[ host-image] Oct 18 21:32:46.702 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97482024-10-18T21:32:49.835Z[ host-image] Oct 18 21:32:48.518 INFO E| Finished `release` profile [optimized] target(s) in 1.86s
97492024-10-18T21:32:49.847Z[ host-image] Oct 18 21:32:48.530 INFO building host image...
97502024-10-18T21:32:49.849Z[ host-image] Oct 18 21:32:48.530 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")
97512024-10-18T21:32:50.325Z[ host-image] Oct 18 21:32:49.008 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97522024-10-18T21:33:36.929Z[ host-image] Oct 18 21:33:35.607 INFO image complete! materials are in "/work/os-host"
97532024-10-18T21:33:36.932Z[ host-image]
97542024-10-18T21:33:36.932Z[ host-image] real 9:28.565318055
97552024-10-18T21:33:36.935Z[ host-image] user 4:44.395084084
97562024-10-18T21:33:36.935Z[ host-image] sys 51.408466082
97572024-10-18T21:33:36.935Z[ host-image] trap 0.186391613
97582024-10-18T21:33:36.935Z[ host-image] tflt 0.007962785
97592024-10-18T21:33:36.935Z[ host-image] dflt 0.040842602
97602024-10-18T21:33:36.935Z[ host-image] kflt 0.000000000
97612024-10-18T21:33:36.935Z[ host-image] lock 31.692959684
97622024-10-18T21:33:36.935Z[ host-image] slp 52:20.812934113
97632024-10-18T21:33:36.935Z[ host-image] lat 1:27.718543912
97642024-10-18T21:33:36.935Z[ host-image] stop 0.390792816
97652024-10-18T21:33:36.935ZOct 18 21:33:35.611 INFO [host-image] process exited with exit status: 0 (568.583026201s)
97662024-10-18T21:33:36.935ZOct 18 21:33:35.611 INFO [tuf-repo] running task
97672024-10-18T21:33:43.760ZOct 18 21:33:42.438 INFO assembling repository in `/tmp/tufaceouskqzPZn`, component: OmicronRepoAssembler
97682024-10-18T21:33:48.844ZOct 18 21:33:47.522 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97692024-10-18T21:33:49.039ZOct 18 21:33:47.716 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97702024-10-18T21:34:00.249ZOct 18 21:33:58.925 INFO [tuf-repo] task succeeded (23.313905878s)
97712024-10-18T21:34:00.249ZOct 18 21:33:58.925 INFO all jobs completed in 1883.046535455s
97722024-10-18T21:34:00.819Zprocess exited: duration 2479982 ms, exit code 0
 
97732024-10-18T21:34:00.829Zfound 33 output files
97742024-10-18T21:34:00.829Zuploading: /work/manifest.toml (8404 bytes)
97752024-10-18T21:34:01.839Zuploaded: /work/manifest.toml
97762024-10-18T21:34:01.841Zuploading: /work/repo.zip (1854600065 bytes)
97772024-10-18T21:34:27.815Zuploaded: /work/repo.zip
97782024-10-18T21:34:27.816Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97792024-10-18T21:34:28.824Zuploaded: /work/repo.zip.sha256.txt
97802024-10-18T21:34:28.824Zuploading: /work/helios-setup.log (65527 bytes)
97812024-10-18T21:34:29.834Zuploaded: /work/helios-setup.log
97822024-10-18T21:34:29.834Zuploading: /work/host-image.log (194822 bytes)
97832024-10-18T21:34:30.847Zuploaded: /work/host-image.log
97842024-10-18T21:34:30.847Zuploading: /work/host-package.log (22417 bytes)
97852024-10-18T21:34:31.855Zuploaded: /work/host-package.log
97862024-10-18T21:34:31.855Zuploading: /work/host-target.log (101 bytes)
97872024-10-18T21:34:32.862Zuploaded: /work/host-target.log
97882024-10-18T21:34:32.862Zuploading: /work/omicron-package.log (4946 bytes)
97892024-10-18T21:34:33.869Zuploaded: /work/omicron-package.log
97902024-10-18T21:34:33.869Zuploading: /work/phbl-toolchain.log (881 bytes)
97912024-10-18T21:34:34.877Zuploaded: /work/phbl-toolchain.log
97922024-10-18T21:34:34.877Zuploading: /work/recovery-image.log (591690 bytes)
97932024-10-18T21:34:35.893Zuploaded: /work/recovery-image.log
97942024-10-18T21:34:35.893Zuploading: /work/recovery-package.log (321 bytes)
97952024-10-18T21:34:36.901Zuploaded: /work/recovery-package.log
97962024-10-18T21:34:36.901Zuploading: /work/recovery-target.log (98 bytes)
97972024-10-18T21:34:37.909Zuploaded: /work/recovery-target.log
97982024-10-18T21:34:37.909Zuploading: /work/stamp-clickhouse.log (117 bytes)
97992024-10-18T21:34:38.919Zuploaded: /work/stamp-clickhouse.log
98002024-10-18T21:34:38.919Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
98012024-10-18T21:34:39.927Zuploaded: /work/stamp-clickhouse_keeper.log
98022024-10-18T21:34:39.927Zuploading: /work/stamp-cockroachdb.log (118 bytes)
98032024-10-18T21:34:40.936Zuploaded: /work/stamp-cockroachdb.log
98042024-10-18T21:34:40.936Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
98052024-10-18T21:34:41.943Zuploaded: /work/stamp-crucible-dtrace.log
98062024-10-18T21:34:41.943Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
98072024-10-18T21:34:42.951Zuploaded: /work/stamp-crucible-pantry-zone.log
98082024-10-18T21:34:42.951Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98092024-10-18T21:34:43.959Zuploaded: /work/stamp-crucible-zone.log
98102024-10-18T21:34:43.959Zuploading: /work/stamp-external-dns.log (119 bytes)
98112024-10-18T21:34:44.966Zuploaded: /work/stamp-external-dns.log
98122024-10-18T21:34:44.966Zuploading: /work/stamp-installinator.log (103 bytes)
98132024-10-18T21:34:45.974Zuploaded: /work/stamp-installinator.log
98142024-10-18T21:34:45.974Zuploading: /work/stamp-internal-dns.log (119 bytes)
98152024-10-18T21:34:46.982Zuploaded: /work/stamp-internal-dns.log
98162024-10-18T21:34:46.982Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98172024-10-18T21:34:47.989Zuploaded: /work/stamp-mg-ddm-gz.log
98182024-10-18T21:34:47.989Zuploading: /work/stamp-nexus.log (112 bytes)
98192024-10-18T21:34:48.996Zuploaded: /work/stamp-nexus.log
98202024-10-18T21:34:48.996Zuploading: /work/stamp-ntp.log (110 bytes)
98212024-10-18T21:34:50.004Zuploaded: /work/stamp-ntp.log
98222024-10-18T21:34:50.004Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98232024-10-18T21:34:51.012Zuploaded: /work/stamp-omicron-sled-agent.log
98242024-10-18T21:34:51.012Zuploading: /work/stamp-overlay.log (114 bytes)
98252024-10-18T21:34:52.020Zuploaded: /work/stamp-overlay.log
98262024-10-18T21:34:52.020Zuploading: /work/stamp-oximeter.log (115 bytes)
98272024-10-18T21:34:53.027Zuploaded: /work/stamp-oximeter.log
98282024-10-18T21:34:53.027Zuploading: /work/stamp-oxlog.log (109 bytes)
98292024-10-18T21:34:54.034Zuploaded: /work/stamp-oxlog.log
98302024-10-18T21:34:54.035Zuploading: /work/stamp-probe.log (112 bytes)
98312024-10-18T21:34:55.042Zuploaded: /work/stamp-probe.log
98322024-10-18T21:34:55.042Zuploading: /work/stamp-propolis-server.log (122 bytes)
98332024-10-18T21:34:56.050Zuploaded: /work/stamp-propolis-server.log
98342024-10-18T21:34:56.050Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98352024-10-18T21:34:57.058Zuploaded: /work/stamp-pumpkind-gz.log
98362024-10-18T21:34:57.058Zuploading: /work/stamp-switch-asic.log (118 bytes)
98372024-10-18T21:34:58.066Zuploaded: /work/stamp-switch-asic.log
98382024-10-18T21:34:58.066Zuploading: /work/verify-libraries.log (3720 bytes)
98392024-10-18T21:34:59.073Zuploaded: /work/verify-libraries.log