Skip to content

Console Output

Started by user Mickael Istria
Agent migration-agent-dprcw is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (migration): 
* [jnlp] eclipsecbijenkins/migration-fat-agent:3.27(resourceRequestCpu: 1250m, resourceRequestMemory: 2560Mi, resourceLimitCpu: 2375m, resourceLimitMemory: 2560Mi)
yaml:
apiVersion: v1
kind: Pod
spec:
  containers:
  - name: jnlp
    volumeMounts:
    - name: settings-xml
      mountPath: /home/jenkins/.m2/settings.xml
      subPath: settings.xml
      readOnly: true
    - name: toolchains-xml
      mountPath: /home/jenkins/.m2/toolchains.xml
      subPath: toolchains.xml
      readOnly: true
  volumes:
  - name: settings-xml
    configMap:
      name: m2-dir
      items:
      - key: settings.xml
        path: settings.xml
  - name: toolchains-xml
    configMap:
      name: m2-dir
      items:
      - key: toolchains.xml
        path: toolchains.xml


[EnvInject] - Loading node environment variables.
Building remotely on migration-agent-dprcw (migration) in workspace /home/jenkins/workspace/dotnet stuff
[dotnet stuff] $ /bin/sh -xe /tmp/jenkins430826899616066975.sh
+ ls /tmp/NuGet /tmp/NuGetScratch '/tmp/.NETCore*' '/tmp/.NETStandard*' /tmp/.dotnet '/tmp/clr-debug-pipe*' /tmp/Razor-Server '/tmp/CoreFxPipe*' /tmp/VBCSCompiler '/tmp/.NETFramework*' /opt /opt/dotnet
ls: cannot access /tmp/NuGet: No such file or directory
ls: cannot access /tmp/NuGetScratch: No such file or directory
ls: cannot access /tmp/.NETCore*: No such file or directory
ls: cannot access /tmp/.NETStandard*: No such file or directory
ls: cannot access /tmp/.dotnet: No such file or directory
ls: cannot access /tmp/clr-debug-pipe*: No such file or directory
ls: cannot access /tmp/Razor-Server: No such file or directory
ls: cannot access /tmp/CoreFxPipe*: No such file or directory
ls: cannot access /tmp/VBCSCompiler: No such file or directory
ls: cannot access /tmp/.NETFramework*: No such file or directory
ls: cannot access /opt/dotnet: No such file or directory
/opt:
tools
Build step 'Execute shell' marked build as failure
Finished: FAILURE