This job view page is being replaced by Spyglass soon. Check out the new job view.
PRdependabot[bot]: build(deps): bump sigs.k8s.io/controller-tools from 0.10.0 to 0.11.2
ResultFAILURE
Tests 0 failed / 0 succeeded
Started2023-01-30 23:04
Elapsed3m18s
Revisiondc43b06087d307f53ac786f3a61f0263a3c7f00b
Refs 1441

No Test Failures!


Error lines from build-log.txt

... skipping 76 lines ...
  /nix/store/fr43w3c7v5mcijnw3fgcz93bvsizwb8m-zstd-1.5.2
  /nix/store/frwb4ki3yl7c4bl7jhxk3h035rx8g158-libxcrypt-4.4.33
  /nix/store/fyzdkc4byp58xjvy0insrxfsbqmgpy28-perl5.36.0-HTTP-Cookies-6.09
  /nix/store/g3qadxr5ah3mciizlbpc9328vns3zv8b-libseccomp-2.5.4-dev
  /nix/store/g58j66w1gixysa33q24fwqcjwahv7cqh-zlib-1.2.13-static
  /nix/store/gc7zr7wh575g1i5zs20lf3g45damwwbs-gcc-11.3.0
  /nix/store/h1rwim9im1fmx9wcwq40dy1q5fmnb4vz-perl5.36.0-Test-Fatal-0.016
  /nix/store/h48pjfgsjl75bm7f3nxcdcrqjkqwns7m-coreutils-9.1
  /nix/store/hsk71z8admvgykn7vzjy11dfnar9f4r1-glibc-2.35-163
  /nix/store/hz9w5kjpnwia847r4zvnd1dya6viqpz1-binutils-wrapper-2.39
  /nix/store/ij4zrj0qbd665i8cwl7gl427lgn6l58i-perl5.36.0-HTTP-Message-6.26
  /nix/store/in8r0c0ls1hasw582ygi7phk8dr8v95q-libffi-3.4.4
  /nix/store/invvky7shmkyqw4qlq691s4r2cakywgm-perl5.36.0-LWP-MediaTypes-6.04
... skipping 108 lines ...
copying path '/nix/store/y4y41smfw46grric6i18brx65rgxz42k-perl5.36.0-TermReadKey-2.38' from 'https://cache.nixos.org'...
copying path '/nix/store/2zba10l55jqcig9xv4r20csyjdjj4zb3-perl5.36.0-Test-Needs-0.002006' from 'https://cache.nixos.org'...
copying path '/nix/store/kl9s6qvqcvwa10yj36viw8nzhfscswcj-perl5.36.0-Test-RequiresInternet-0.05' from 'https://cache.nixos.org'...
copying path '/nix/store/z5k666pc1w49r7sg5y2x3532d40r49vc-perl5.36.0-TimeDate-2.33' from 'https://cache.nixos.org'...
copying path '/nix/store/yx7p576s4zzgcm186pjkhv61iaa5kbcz-perl5.36.0-Try-Tiny-0.30' from 'https://cache.nixos.org'...
copying path '/nix/store/8vlwivbsjzgcs57lxnq5i7g8j93adw69-perl5.36.0-HTTP-Date-6.05' from 'https://cache.nixos.org'...
copying path '/nix/store/h1rwim9im1fmx9wcwq40dy1q5fmnb4vz-perl5.36.0-Test-Fatal-0.016' from 'https://cache.nixos.org'...
copying path '/nix/store/k8hm0zm9wmj7vpjf9zznpfbgpvah58j1-perl5.36.0-File-Listing-6.14' from 'https://cache.nixos.org'...
copying path '/nix/store/lf2qr9z7h5a4xmd4bf19kjy0np80a35y-perl5.36.0-URI-5.05' from 'https://cache.nixos.org'...
copying path '/nix/store/4d40avfqnfj3fryvpg42y192hr2z0qj8-pkg-config-0.29.2' from 'https://cache.nixos.org'...
copying path '/nix/store/ij4zrj0qbd665i8cwl7gl427lgn6l58i-perl5.36.0-HTTP-Message-6.26' from 'https://cache.nixos.org'...
copying path '/nix/store/rlhi368gc557042r6rsg7gi1n3fky2ql-perl5.36.0-Net-HTTP-6.19' from 'https://cache.nixos.org'...
copying path '/nix/store/wxpds1xk3is9gdlspyjszar3rgbcm8av-perl5.36.0-HTML-Parser-3.75' from 'https://cache.nixos.org'...
... skipping 38 lines ...
building
mkdir -p build
go build -trimpath -ldflags '-s -w -linkmode external -extldflags "-static" -X sigs.k8s.io/security-profiles-operator/internal/pkg/version.buildDate='1980-01-01T00:00:00Z' -X sigs.k8s.io/security-profiles-operator/internal/pkg/version.version=0.6.1-dev' -tags 'netgo osusergo seccomp apparmor' -o build/security-profiles-operator ./cmd/security-profiles-operator
# sigs.k8s.io/controller-runtime/pkg/cache
vendor/sigs.k8s.io/controller-runtime/pkg/cache/informer_cache.go:144:9: cannot use i.Informer (variable of type "k8s.io/client-go/tools/cache".SharedIndexInformer) as type Informer in return statement:
        "k8s.io/client-go/tools/cache".SharedIndexInformer does not implement Informer (wrong type for AddEventHandler method)
                have AddEventHandler(handler "k8s.io/client-go/tools/cache".ResourceEventHandler) ("k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration, error)
                want AddEventHandler(handler "k8s.io/client-go/tools/cache".ResourceEventHandler)
vendor/sigs.k8s.io/controller-runtime/pkg/cache/informer_cache.go:158:9: cannot use i.Informer (variable of type "k8s.io/client-go/tools/cache".SharedIndexInformer) as type Informer in return statement:
        "k8s.io/client-go/tools/cache".SharedIndexInformer does not implement Informer (wrong type for AddEventHandler method)
                have AddEventHandler(handler "k8s.io/client-go/tools/cache".ResourceEventHandler) ("k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration, error)
                want AddEventHandler(handler "k8s.io/client-go/tools/cache".ResourceEventHandler)
make: *** [Makefile:150: build/security-profiles-operator] Error 2
error: builder for '/nix/store/xl6csk945xn4q41gsqwmk4qcn50zy4h0-security-profiles-operator.drv' failed with exit code 2
The command '/bin/sh -c nix-build $target' returned a non-zero code: 100
make: *** [Makefile:179: image] Error 100
+ EXIT_VALUE=2
+ set +o xtrace
Cleaning up after docker in docker.
================================================================================
Cleaning up after docker
2e550ec74f45
... skipping 4 lines ...