Skip to content

ci: diff back-to-back built images #46

ci: diff back-to-back built images

ci: diff back-to-back built images #46

Triggered via pull request February 7, 2024 10:03
@zehazeha
synchronize #250
zeha:b2b
Status Failure
Total duration 23s
Artifacts

pr-review.yml

on: pull_request
shellcheck grml-debootstrap
13s
shellcheck grml-debootstrap
shellcheck test scripts
6s
shellcheck test scripts
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 16 warnings
shellcheck test scripts: tests/b2b-known-differences#L1
[shellcheck] reported by reviewdog ๐Ÿถ Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. [SC2148](https://github.com/koalaman/shellcheck/wiki/SC2148) Raw Output: tests/b2b-known-differences:1:1:error:Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. [SC2148](https://github.com/koalaman/shellcheck/wiki/SC2148)
shellcheck test scripts: tests/docker-test-b2b.sh#L39
[shellcheck (suggestion)] reported by reviewdog ๐Ÿถ Raw Output: tests/docker-test-b2b.sh:39:- rm -rfv "$MNTDIR1"$pattern "$MNTDIR2"$pattern tests/docker-test-b2b.sh:39:+ rm -rfv "$MNTDIR1""$pattern" "$MNTDIR2""$pattern"
shellcheck grml-debootstrap
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
shellcheck grml-debootstrap: grml-debootstrap#L369
[shellcheck (suggestion)] reported by reviewdog ๐Ÿถ Raw Output: grml-debootstrap:369:- eend $RC grml-debootstrap:369:+ eend "$RC"
shellcheck grml-debootstrap: grml-debootstrap#L846
[shellcheck (suggestion)] reported by reviewdog ๐Ÿถ Raw Output: grml-debootstrap:846:- RELEASE="$(dialog --stdout --title "${PN}" --default-item $DEFAULT_RELEASE --menu \ grml-debootstrap:846:+ RELEASE="$(dialog --stdout --title "${PN}" --default-item "$DEFAULT_RELEASE" --menu \
shellcheck grml-debootstrap: grml-debootstrap#L898
[shellcheck (suggestion)] reported by reviewdog ๐Ÿถ Raw Output: grml-debootstrap:898:- CHOOSE_MIRROR=$(dialog --stdout --title "$PN" --default-item $DEFAULT_MIRROR \ grml-debootstrap:898:+ CHOOSE_MIRROR=$(dialog --stdout --title "$PN" --default-item "$DEFAULT_MIRROR" \
shellcheck grml-debootstrap: grml-debootstrap#L908
[shellcheck (suggestion)] reported by reviewdog ๐Ÿถ Raw Output: grml-debootstrap:908:- 0 0 $MIRROR)" || bailout grml-debootstrap:908:+ 0 0 "$MIRROR")" || bailout
shellcheck grml-debootstrap: grml-debootstrap#L914
[shellcheck (suggestion)] reported by reviewdog ๐Ÿถ Raw Output: grml-debootstrap:914:- 0 0 $ISO)" || bailout grml-debootstrap:914:+ 0 0 "$ISO")" || bailout
shellcheck grml-debootstrap: grml-debootstrap#L1841
[shellcheck (suggestion)] reported by reviewdog ๐Ÿถ Raw Output: grml-debootstrap:1841:- cp $VERBOSE "${CONFFILES}"/chroot-script "${MNTPOINT}"/bin/chroot-script grml-debootstrap:1841:+ cp "$VERBOSE" "${CONFFILES}"/chroot-script "${MNTPOINT}"/bin/chroot-script
shellcheck grml-debootstrap: grml-debootstrap#L1846
[shellcheck (suggestion)] reported by reviewdog ๐Ÿถ Raw Output: grml-debootstrap:1846:- cp $VERBOSE "${CONFFILES}/config" "${MNTPOINT}"/etc/debootstrap/ grml-debootstrap:1846:+ cp "$VERBOSE" "${CONFFILES}/config" "${MNTPOINT}"/etc/debootstrap/
shellcheck grml-debootstrap: grml-debootstrap#L1865
[shellcheck (suggestion)] reported by reviewdog ๐Ÿถ Raw Output: grml-debootstrap:1865:- cp $VERBOSE "${_opt_packages:-$CONFFILES/$PACKAGES_FILE}" \ grml-debootstrap:1865:+ cp "$VERBOSE" "${_opt_packages:-$CONFFILES/$PACKAGES_FILE}" \
shellcheck grml-debootstrap: grml-debootstrap#L1872
[shellcheck (suggestion)] reported by reviewdog ๐Ÿถ Raw Output: grml-debootstrap:1872:- cp $VERBOSE "${_opt_debconf}" "${MNTPOINT}"/etc/debootstrap/debconf-selections grml-debootstrap:1872:+ cp "$VERBOSE" "${_opt_debconf}" "${MNTPOINT}"/etc/debootstrap/debconf-selections
shellcheck test scripts: tests/b2b-known-differences#L2
[shellcheck] reported by reviewdog ๐Ÿถ This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211) Raw Output: tests/b2b-known-differences:2:1:warning:This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211)
shellcheck test scripts: tests/b2b-known-differences#L15
[shellcheck] reported by reviewdog ๐Ÿถ This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211) Raw Output: tests/b2b-known-differences:15:1:warning:This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211)
shellcheck test scripts: tests/b2b-known-differences#L19
[shellcheck] reported by reviewdog ๐Ÿถ This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211) Raw Output: tests/b2b-known-differences:19:1:warning:This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211)
shellcheck test scripts: tests/b2b-known-differences#L21
[shellcheck] reported by reviewdog ๐Ÿถ This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211) Raw Output: tests/b2b-known-differences:21:1:warning:This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211)
shellcheck test scripts: tests/docker-test-b2b.sh#L39
[shellcheck] reported by reviewdog ๐Ÿถ Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: tests/docker-test-b2b.sh:39:23:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
shellcheck test scripts: tests/docker-test-b2b.sh#L39
[shellcheck] reported by reviewdog ๐Ÿถ Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: tests/docker-test-b2b.sh:39:42:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
shellcheck grml-debootstrap: grml-debootstrap#L305
[shellcheck] reported by reviewdog ๐Ÿถ Note that A && B || C is not if-then-else. C may run when A is true. [SC2015](https://github.com/koalaman/shellcheck/wiki/SC2015) Raw Output: ./grml-debootstrap:305:37:info:Note that A && B || C is not if-then-else. C may run when A is true. [SC2015](https://github.com/koalaman/shellcheck/wiki/SC2015)
shellcheck grml-debootstrap: grml-debootstrap#L310
[shellcheck] reported by reviewdog ๐Ÿถ Note that A && B || C is not if-then-else. C may run when A is true. [SC2015](https://github.com/koalaman/shellcheck/wiki/SC2015) Raw Output: ./grml-debootstrap:310:39:info:Note that A && B || C is not if-then-else. C may run when A is true. [SC2015](https://github.com/koalaman/shellcheck/wiki/SC2015)
shellcheck grml-debootstrap: grml-debootstrap#L369
[shellcheck] reported by reviewdog ๐Ÿถ Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./grml-debootstrap:369:10:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
shellcheck grml-debootstrap: grml-debootstrap#L846
[shellcheck] reported by reviewdog ๐Ÿถ Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./grml-debootstrap:846:61:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
shellcheck grml-debootstrap: grml-debootstrap#L898
[shellcheck] reported by reviewdog ๐Ÿถ Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./grml-debootstrap:898:64:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
shellcheck grml-debootstrap: grml-debootstrap#L908
[shellcheck] reported by reviewdog ๐Ÿถ Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./grml-debootstrap:908:20:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
shellcheck grml-debootstrap: grml-debootstrap#L914
[shellcheck] reported by reviewdog ๐Ÿถ Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./grml-debootstrap:914:20:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
shellcheck grml-debootstrap: grml-debootstrap#L1841
[shellcheck] reported by reviewdog ๐Ÿถ Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./grml-debootstrap:1841:6:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
shellcheck grml-debootstrap: grml-debootstrap#L1846
[shellcheck] reported by reviewdog ๐Ÿถ Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./grml-debootstrap:1846:6:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
shellcheck grml-debootstrap: grml-debootstrap#L1865
[shellcheck] reported by reviewdog ๐Ÿถ Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./grml-debootstrap:1865:8:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)