Configuring suite ... Trying to find the nix-ci.nix config file inside the repository. $ timeout --kill-after=15s 1800s nix --extra-experimental-features nix-command --extra-experimental-features flakes --extra-substituters ssh-ng://worker.nix-ci.com?ssh-key=/tmp/nix-ci-worker-965ec1123447faa1/ssh-key-84b389967f96d479/ssh.key&remote-store=/cache/nix-ci/&base64-ssh-public-host-key=c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSU9EQXdicHlRaVYwb2lyakhxbHIwbitnWDNNVjQwbDBKTmlKdVNDZHdoZ1o= --extra-trusted-public-keys nix-ci-staging:Q5+aawDG0LPCgu1fP9e+9hktvsfSyvu/Xe5PvzTLRVs= eval --json --expr import "${builtins.fetchGit {"ref" = "nix-ci"; "rev" = "fa58ef41921c2228da6848fbff38711e469f1120"; "url" = "https://x-access-token:@github.com/sellout/flaky";}}/nix-ci.nix" --post-build-hook /tmp/nix-ci-worker-965ec1123447faa1/build-hook-beddb5ab88359259/nix-ci-cache-upload.sh error: … while calling the 'import' builtin at «string»:1:1: 1| import "${builtins.fetchGit {"ref" = "nix-ci"; "rev" = "fa58ef41921c2228da6848fbff38711e469f1120"; "url" = "https://x-access-token:@github.com/sellout/flaky";}}/nix-ci.nix" | ^ error: path '/nix/store/jkr4bd7v71dgx6qvf7280x9jb2n8i1dj-source/nix-ci.nix' does not exist Warning: Failed to get nix-ci configuration from a nix-ci.nix file. This may be because there is no nix-ci.nix configuration file, but we can't tell if that's the case or it is because there is an eveluation error; we cannot tell the difference. Did not find the nix-ci.nix config file inside the repository, trying to find a 'nix-ci' output in the 'flake.nix instead. $ timeout --kill-after=15s 1800s nix --extra-experimental-features nix-command --extra-experimental-features flakes --extra-substituters ssh-ng://worker.nix-ci.com?ssh-key=/tmp/nix-ci-worker-965ec1123447faa1/ssh-key-94b67c1d92659691/ssh.key&remote-store=/cache/nix-ci/&base64-ssh-public-host-key=c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSU9EQXdicHlRaVYwb2lyakhxbHIwbitnWDNNVjQwbDBKTmlKdVNDZHdoZ1o= --extra-trusted-public-keys nix-ci-staging:Q5+aawDG0LPCgu1fP9e+9hktvsfSyvu/Xe5PvzTLRVs= eval --json git+https://x-access-token:@github.com/sellout/flaky?ref=nix-ci&rev=fa58ef41921c2228da6848fbff38711e469f1120#nix-ci --post-build-hook /tmp/nix-ci-worker-965ec1123447faa1/build-hook-d4cc7b2ff2124498/nix-ci-cache-upload.sh warning: ignoring untrusted flake configuration setting 'extra-experimental-features'. Pass '--accept-flake-config' to trust it warning: ignoring untrusted flake configuration setting 'extra-substituters'. Pass '--accept-flake-config' to trust it warning: ignoring untrusted flake configuration setting 'extra-trusted-public-keys'. Pass '--accept-flake-config' to trust it warning: ignoring untrusted flake configuration setting 'sandbox'. Pass '--accept-flake-config' to trust it warning: ignoring untrusted flake configuration setting 'use-registries'. Pass '--accept-flake-config' to trust it copying path '/nix/store/ri0yilhv5cipdvc0rlmnab0ndq8z5blc-source' from 'ssh-ng://'... error: flake 'git+https://x-access-token:@github.com/sellout/flaky?ref=nix-ci&rev=fa58ef41921c2228da6848fbff38711e469f1120' does not provide attribute 'packages.x86_64-linux.nix-ci', 'legacyPackages.x86_64-linux.nix-ci' or 'nix-ci' Warning: Failed to get nix-ci configuration. This may be because there is no nix-ci configuration (but we can't tell if that's the case), so continuing to build with the default configuration. WARNING: If you are seeing a 'Cannot find Git revision' failure in a show job, be sure to configure git-ssh-key in your nix-ci configuration file.