Questions tagged [runner]

250 questions
0
votes
0 answers

Gitlab.com CI: failed to copy: httpReadSeeker: failed open: could not fetch content descriptor

I have problem with gitlab-ci, parameters: runner: shared runners (gitlab.com) access token: active remote repo (other gitlab.com repo): active remote docker image: exists 2 hours ago was fine.. Error: #1 [internal] load .dockerignore #1…
Arkadiusz G.
  • 1,024
  • 10
  • 24
0
votes
0 answers

Setting up GitHub runner on AIX server with IBM Power hardware (PowerPC)

I'm trying to set up a GitHub runner on an AIX server that's running on IBM Power hardware (PowerPC). I've been following the steps for setting up the runner on Linux, but I'm not sure if it's possible to run Linux commands on this hardware. The…
0
votes
0 answers

Error in gitlab fatal Couldn't find remote ref

I have created a runner and set up a pipeline for my master repository in production. While running the pipeline I am facing an issue saying fatal: Couldn't find remote ref. fatal: Couldn't find remote ref I have tried to clone from Linux it is…
Niroop
  • 1
  • 1
0
votes
0 answers

Running xUnit from within .NET 6 console app

I want to launch an aUnit 2.4.2 test from within a top level .NET 6 program and have added the xunit.runner.console v2.4.2 package to my project. However, when I add this code: var testAssembly = typeof(MyTestClass).Assembly; var testResults = new…
Matt W
  • 11,753
  • 25
  • 118
  • 215
0
votes
1 answer

fatal: unable to access 'https://gitlab.com/project.git/': Could not resolve host: gitlab.com

I've been tearing my hair out for a few days trying to find a solution. My gitlab runner is unable to connect to git repos with the error: fatal: unable to access 'https://gitlab.com/project.git/': Could not resolve host: gitlab.com I tried several…
djecko06
  • 1
  • 1
0
votes
0 answers

When i am traying to run Scenario in Cucumber with Runner class then test is and shows initializationError

java.lang.IllegalArgumentException: path must exist: C:\Users\monal\eclipse-workspace\MavenProject\src\test\resources\test.feature at io.cucumber.core.resource.PathScanner.findResourcesForPath(PathScanner.java:49) at…
0
votes
1 answer

GitHub action docker build (self-hosted runner) fails on push to GH registry

I'm trying to run a self-hosted runner on Windows for my private GitHub repository. My goal is to have the runner builds a Docker image, then push it to GHCR. The runner is working properly, it is able to log into GHCR and build the image. But it…
Kevin Z.
  • 13
  • 3
0
votes
0 answers

Jenkins Kubernetes Runner/Agents fails

I am running a Bitnami Jenkins pod on K8s. Agents shall be scheduled within the same Namespace, which works good. When running, it checks out git, pod starts, followed by following exceptions at Jenkins Built job: commit message: "Update…
Fabiansc
  • 241
  • 2
  • 5
  • 12
0
votes
0 answers

Using time series or lubridate and lapply to summarize a sliding window with irregular dates and multiple values

I have a data frame with residential sales dates and prices that ends at a most recent effective date and begins at least 36 months earlier. I need to arrange in either a sliding window of width three months or a lubridate time interval of three…
0
votes
1 answer

Gitlab runner configuration on windows

i am trying to use gitlab runner installed on my windows machine . But pipeline execution fails with error: ERROR: Job failed (system failure): prepare environment: failed to start process: exec: "pwsh": executable file not found in %PATH%. Check…
ketan
  • 23
  • 3
0
votes
0 answers

Migrating from JUnit4 to JUnit5: Runner

I have a class written that extends Runner (org.junit.runner.Runner), which is a part of the junit-4.13.2.jar. I am trying to migrate to JUnit 5 without using the JUnit Vintage engine. Is there a counterpart for the same class in JUnit 5, i.e., is…
0
votes
0 answers

How to solve "Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension"

I am trying to run an old project but its keep raising me this error. Here's my error: $flutter run Changing current working directory to: /Users/cemilfatih/Desktop/readyProjects/Elektron-2-main Launching lib/main.dart on iPhone SE (3rd generation)…
0
votes
1 answer

gitlab/runner: manifest for moby/buildkit:buildx-stable-1 not found

when i run a pipeline in gitlab-runner.i get an error: #1 [internal] booting buildkit #1 pulling image moby/buildkit:buildx-stable-1 #1 pulling image moby/buildkit:buildx-stable-1 2.4s done #1 ERROR: Error response from daemon: manifest for…
eddy
  • 3
  • 3
0
votes
1 answer

Issue with build and deploy while using local bitbucket runner

I am using bitbucket as repository. I created a docker file and I setup a runner to execute things on my machine. The issue is that when I want to run the docker build command, I am getting below error: + docker build -t my_app . failed to dial…
Amir
  • 1,919
  • 8
  • 53
  • 105
0
votes
0 answers

Deploying Jenkins using skaffold via GitHub Action Runner

I am deploying Jenkins Using GitHub Action Runner using Skaffold. While the Skaffold is installed over the default image of GitHub Runner The pod is restarting due to crash loop back off error and causing it to restart. I am not sure why it is…