Ed Santiago
Ed Santiago
Source: [nightly CI run](https://storage.googleapis.com/cirrus-ci-6707778565701632-fcae48/artifacts/containers/podman/5467855499034624/html/bud-remote-fedora-35-root-host.log.html#t--00250) ``` [+1078s] [not ok 250 bud-multiple-platform-no-run]() # (from function `die' in file tests/helpers.bash, line 305, # from function `run_buildah' in file tests/helpers.bash, line 292, # in...
Line 141: mount -o bind $TEMPDIR $TEMPDIR ...but lines 143 & 148 return without umounting. System is then left with stuck mounts: /dev/vda1 on /tmp/tmp.vBynTZ78If type xfs (rw,relatime,seclabel,attr2,inode64,noquota)
Use of `ubi8` images is causing one of our big flakes, mostly in podman (because it runs many more CI jobs than buildah) but also in buildah CI: ``` $...
Followup to #4295. ```console $ printf "FROM alpine\nARG TARGETOS\nENV a=b\n" | bin/buildah build --os linux -q - WARN[0000] missing "TARGETOS" build argument. Try adding "--build-arg TARGETOS=" to the command line...
* pasta 2024-03-20 on all Fedoras * crun 1.14.4 everywhere See https://github.com/containers/automation_images/pull/337#issuecomment-2010128930 Signed-off-by: Ed Santiago ```release-note None ```
Two tests are not run in CI because the CI VMs don't have emulation tools: ``` ok 350 bud-multiple-platform-values # skip unable to run arm container, assuming emulation is not...
For the last long time, Fedora CI VMs have had a disk /tmp. Real-world setups typically have tmpfs /tmp. This switches to CI VMs that reflect the real world. See...
Some nick/status highlights were carrying over onto the message line. Reset, so highlights apply only to nick.
**Describe the bug** Identical to #2685, except with SCTP **To Reproduce** Terminal 1: ```console # modprobe sctp # nc -4 --sctp -l -p 5000
This changed in #1541 without any explanation: ```diff // Allowed: 253 [a-zA-Z0-9-_.] characters, and the start and end character must be [a-zA-Z0-9] -var secretNameRegexp = regexp.Delayed(`^[a-zA-Z0-9][a-zA-Z0-9_.-]*$`) +var secretNameRegexp = regexp.Delayed("^[^/=\000]+$")...