flake.lock: Update #305
Merged
flake.lock: Update #305
Garnix CI / check vm_lib_template [x86_64-linux]
succeeded
Sep 16, 2024 in 37s
Run results
Build succeeded
Details
Last 100 lines of logs:
�[1m�[32msubtest: config�[0m
machine: �[1m�[32mmust succeed: cat /nix/store/8wjhczyxi9irykh3xf2zyp7sj2x5r3zq-replaceInTemplate�[0m
�[2mmachine # [ 5.073587] 8021q: adding VLAN 0 to HW filter on device eth1�[0m
(finished: must succeed: cat /nix/store/8wjhczyxi9irykh3xf2zyp7sj2x5r3zq-replaceInTemplate, in 0.02 seconds)
set -euo pipefail
mkdir -p $(dirname /var/lib/config.yaml.template)
ln -fs /nix/store/19jb3qqh7kqllzhxgg1h4jh6wsyabkjf-config.yaml.template /var/lib/config.yaml.template
rm -f /var/lib/config.yaml
touch /var/lib/config.yaml
/nix/store/gjlh1zvckhz0qv795lnzgw2zciklbzj2-gnused-4.9/bin/sed -e "s|%SECRET_A_A%|$(cat /nix/store/8s6m9pagi2dhpa5133hkwqcn6gza3srv-a-secret.txt)|" -e "s|%SECRET_B%|prefix-$(cat /nix/store/1mfj2vml415y4z4csy3yz3mnzlrc7a0q-b-secret.txt)-suffix|" /var/lib/config.yaml.template > /var/lib/config.yaml
chmod u=r,g=r,o= /var/lib/config.yaml
machine: �[1m�[32mmust succeed: cat /var/lib/config.yaml�[0m
�[2mmachine # [ 5.004394] network-addresses-eth1-start[798]: adding address 192.168.1.1/24... done�[0m
�[2mmachine # [ 5.012743] network-addresses-eth1-start[798]: adding address 2001:db8:1::1/64... done�[0m
(finished: must succeed: cat /var/lib/config.yaml, in 0.02 seconds)
{"a":{"a":"Secret of A"},"b":"prefix-Secret of B-suffix","c":"not secret C","d":{"d":"not secret D"}}
(finished: subtest: config, in 0.04 seconds)
�[1m�[32msubtest: config JSON Gen�[0m
machine: �[1m�[32mmust succeed: cat /nix/store/yjin3mw5y90vbf175vnmmbrm1gg5j4zb-replaceInTemplateJSONGen�[0m
�[2mmachine # [ 5.026975] systemd[1]: Finished Address configuration of eth1.�[0m
�[2mmachine # [ 5.029917] systemd[1]: Starting Networking Setup...�[0m
(finished: must succeed: cat /nix/store/yjin3mw5y90vbf175vnmmbrm1gg5j4zb-replaceInTemplateJSONGen, in 0.02 seconds)
set -euo pipefail
mkdir -p $(dirname /var/lib/config_gen.json.template)
ln -fs /nix/store/ghn40vc4zz81zl9x55k0lzi1a865l8ww-generator- /var/lib/config_gen.json.template
rm -f /var/lib/config_gen.json
touch /var/lib/config_gen.json
/nix/store/gjlh1zvckhz0qv795lnzgw2zciklbzj2-gnused-4.9/bin/sed -e "s|%SECRET_A_A%|$(cat /nix/store/8s6m9pagi2dhpa5133hkwqcn6gza3srv-a-secret.txt)|" -e "s|%SECRET_B%|prefix-$(cat /nix/store/1mfj2vml415y4z4csy3yz3mnzlrc7a0q-b-secret.txt)-suffix|" /var/lib/config_gen.json.template > /var/lib/config_gen.json
chmod u=r,g=r,o= /var/lib/config_gen.json
machine: �[1m�[32mmust succeed: cat /var/lib/config_gen.json�[0m
(finished: must succeed: cat /var/lib/config_gen.json, in 0.02 seconds)
{"a":{"a":"Secret of A"},"b":"prefix-Secret of B-suffix","c":"not secret C","d":{"d":"not secret D"}}
(finished: subtest: config JSON Gen, in 0.04 seconds)
�[1m�[32msubtest: config JSON�[0m
machine: �[1m�[32mmust succeed: cat /nix/store/jxgcilbnyrir26cdqn9hvv4vc545dfwn-replaceInTemplateJSON�[0m
(finished: must succeed: cat /nix/store/jxgcilbnyrir26cdqn9hvv4vc545dfwn-replaceInTemplateJSON, in 0.02 seconds)
set -euo pipefail
mkdir -p $(dirname /var/lib/config.json.template)
ln -fs /nix/store/dsl0a280h34hk3r7iy14pi7sggzlkj1y-template /var/lib/config.json.template
rm -f /var/lib/config.json
touch /var/lib/config.json
/nix/store/gjlh1zvckhz0qv795lnzgw2zciklbzj2-gnused-4.9/bin/sed -e "s|%SECRET_A_A%|$(cat /nix/store/8s6m9pagi2dhpa5133hkwqcn6gza3srv-a-secret.txt)|" -e "s|%SECRET_B%|prefix-$(cat /nix/store/1mfj2vml415y4z4csy3yz3mnzlrc7a0q-b-secret.txt)-suffix|" /var/lib/config.json.template > /var/lib/config.json
chmod u=r,g=r,o= /var/lib/config.json
machine: �[1m�[32mmust succeed: cat /var/lib/config.json�[0m
(finished: must succeed: cat /var/lib/config.json, in 0.02 seconds)
{
"a": {
"a": "Secret of A"
},
"b": "prefix-Secret of B-suffix",
"c": "not secret C",
"d": {
"d": "not secret D"
}
}
(finished: subtest: config JSON, in 0.04 seconds)
�[1m�[32msubtest: config XML�[0m
machine: �[1m�[32mmust succeed: cat /nix/store/qck5ix7179x75lzqz7cbkpkg85wxqy2a-replaceInTemplateXML�[0m
(finished: must succeed: cat /nix/store/qck5ix7179x75lzqz7cbkpkg85wxqy2a-replaceInTemplateXML, in 0.02 seconds)
set -euo pipefail
mkdir -p $(dirname /var/lib/config.xml.template)
ln -fs /nix/store/8v6jmafllg88xznn7yvjwzqr8dhm2k1q-config /var/lib/config.xml.template
rm -f /var/lib/config.xml
touch /var/lib/config.xml
/nix/store/gjlh1zvckhz0qv795lnzgw2zciklbzj2-gnused-4.9/bin/sed -e "s|%SECRET_A_A%|$(cat /nix/store/8s6m9pagi2dhpa5133hkwqcn6gza3srv-a-secret.txt)|" -e "s|%SECRET_B%|prefix-$(cat /nix/store/1mfj2vml415y4z4csy3yz3mnzlrc7a0q-b-secret.txt)-suffix|" /var/lib/config.xml.template > /var/lib/config.xml
chmod u=r,g=r,o= /var/lib/config.xml
machine: �[1m�[32mmust succeed: cat /var/lib/config.xml�[0m
�[2mmachine # [ 5.123598] systemd[1]: Finished Networking Setup.�[0m
�[2mmachine # [ 5.128568] systemd[1]: Starting Extra networking commands....�[0m
(finished: must succeed: cat /var/lib/config.xml, in 0.02 seconds)
<Root>
<a>
<a>Secret of A</a>
</a>
<b>prefix-Secret of B-suffix</b>
<c>not secret C</c>
<d>
<d>not secret D</d>
</d>
</Root>
(finished: subtest: config XML, in 0.04 seconds)
(finished: run the VM test script, in 5.69 seconds)
�[2mmachine # [ 5.152413] systemd[1]: Finished Extra networking commands..�[0m
�[2mmachine # [ 5.154095] systemd[1]: Reached target Network.�[0m
�[2mmachine # [ 5.157675] systemd[1]: Starting Permit User Sessions...�[0m
test script finished in 5.72s
�[1m�[32mcleanup�[0m
kill machine (pid 8)
qemu-kvm: terminating on signal 15 from pid 5 (/nix/store/h3i0acpmr8mrjx07519xxmidv8mpax4y-python3-3.12.5/bin/python3.12)
(finished: cleanup, in 0.01 seconds)
kill vlan (pid 6)
Loading