Skip to content

Instantly share code, notes, and snippets.

View aaron-prindle's full-sized avatar
💭
📦

Aaron Prindle aaron-prindle

💭
📦
  • Google
  • San Francisco
View GitHub Profile
Started by upstream project "Build_Cross" build number 1452
originally caused by:
GitHub pull request #1298 of commit 1855cb475572cbefd5229d22abc38575b1a00537, no merge conflicts.
Building remotely on Linux (linux-alpha) in workspace /home/jenkins/workspace/Linux_Integration_Tests_Virtualbox
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
[Linux_Integration_Tests_Virtualbox] $ /bin/bash -xe /tmp/hudson8922980303266495296.sh
+ set -e
+ gsutil -m cp -r gs://minikube-builds/1298/common.sh .
Copying gs://minikube-builds/1298/common.sh...
Started by upstream project "Build_Cross" build number 1454
originally caused by:
GitHub pull request #1298 of commit 1855cb475572cbefd5229d22abc38575b1a00537, no merge conflicts.
Building remotely on Mac Mini (mac) in workspace /Users/jenkins/workspace
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
[workspace] $ /bin/bash -xe /var/folders/pb/1pdf6kyd1n9fw671gj2162wr0000gp/T/hudson5506922979921390122.sh
+ set -e
+ gsutil cp gs://minikube-builds/1298/common.sh .
Copying gs://minikube-builds/1298/common.sh...
Started by upstream project "Build_Cross" build number 1455
originally caused by:
GitHub pull request #1298 of commit 1855cb475572cbefd5229d22abc38575b1a00537, no merge conflicts.
Building remotely on Mac Mini (mac) in workspace /Users/jenkins/workspace
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
[workspace] $ /bin/bash -xe /var/folders/pb/1pdf6kyd1n9fw671gj2162wr0000gp/T/hudson606320405893982500.sh
+ set -e
+ gsutil cp gs://minikube-builds/1298/common.sh .
Copying gs://minikube-builds/1298/common.sh...
@aaron-prindle
aaron-prindle / gist:be2f0f208062802d93b7840c979d0540
Created June 12, 2017 07:06
docker inspect <nginx-container>
aprindle@devshell-vm-3132025a-1c90-4348-9e65-10113426cb75:~$ docker inspect da028d012c6d
[
{
"Id": "da028d012c6d297a8941a03622d2b11d081d197b1740b82a2c953ab7eec1282a",
"Created": "2017-06-12T07:02:30.813591917Z",
"Path": "/pause",
"Args": [],
"State": {
"Status": "exited",
fid.dirents[8208]: r
fid.dirents[8209]: e
fid.dirents[8210]: a
fid.dirents[8211]: l
fid.dirents[8212]: l
fid.dirents[8213]: y
fid.dirents[8214]:
fid.dirents[8215]: -
fid.dirents[8216]:
fid.dirents[8217]: r
2017/06/16 23:34:45 >>> 192.168.99.100:39950 Tread tag 1 fid 2 offset 0 count 8168
2nd switch case
nextend: 45
count: 8168
tc.Offset: 0
tc.Count: 8168
=========================================
=========================================
1st nextend if
2nd nextend if
2017/06/16 23:36:37 >>> 192.168.99.100:39558 Tread tag 1 fid 2 offset 0 count 8168
3rd switch case
nextend: 44
count: 8075
tc.Offset: 0
tc.Count: 8168
=========================================
=========================================
1st nextend if
2017/06/16 23:36:37 <<< 192.168.99.100:39558 Rread tag 1 count 8075
#!/bin/bash
if [! -f /etc/localkubessh/localkube_rsa.pub]; then
sudo ssh-keygen -f /etc/localkube-ssh/localkube_rsa -t rsa -N ''
sudo chmod 600 /etc/localkube-ssh/localkube*
fi
case "$1" in
"start")
echo "Starting local Kubernetes cluster..."
sudo ssh -i /etc/localkube-ssh/localkube_rsa root@localhost -p 26 /start.sh &> /dev/null &
.\minikube-windows-amd64.exe : W0913 15:36:19.265660 5280 root.go:147] Error reading config file at
C:\Users\jenkins\.minikube\config\config.json: open C:\Users\jenkins\.minikube\config\config.json: The system cannot
find the path specified.
At line:1 char:1
+ .\minikube-windows-amd64.exe start --vm-driver=hyperv --hyperv-virtua ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (W0913 15:36:19....path specified.:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
I0913 15:36:19.268641 5280 notify.go:109] Checking for updates...
aprindle@aprindle:~/runtimes-common/src/github.com/GoogleCloudPlatform/runtimes-common$ gcloud container builds submit --config f
tl/ftl_python_integration_tests.yaml . --project=ftl-node-test
Creating temporary tarball archive of 2092 file(s) totalling 1.0 GiB before compression.
Uploading tarball of [.] to [gs://ftl-node-test_cloudbuild/source/1510100802.54-3d47916e42ea44bab25b2f4de0c3cfd6.tgz]
Created [https://cloudbuild.googleapis.com/v1/projects/ftl-node-test/builds/cb3455a5-cf96-4b57-998a-64c8c37c1c7d].
Logs are available at [https://console.cloud.google.com/gcr/builds/cb3455a5-cf96-4b57-998a-64c8c37c1c7d?project=ftl-node-test].
------------------------------------------------------ REMOTE BUILD OUTPUT ------------------------------------------------------
starting build "cb3455a5-cf96-4b57-998a-64c8c37c1c7d"
FETCHSOURCE