Skip to content

Instantly share code, notes, and snippets.

@mhoran
Created August 3, 2017 14:49
Show Gist options
  • Save mhoran/7d4150caa704c1825eee3981e25f1aa8 to your computer and use it in GitHub Desktop.
Save mhoran/7d4150caa704c1825eee3981e25f1aa8 to your computer and use it in GitHub Desktop.
PS C:\users\Administrator\go\src\code.cloudfoundry.org\winc> ginkgo -r -race -keepGoing
[1501770861] Winc Suite - 73/73 specs time="2017-08-03T07:35:00-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
------------------------------
+ [SLOW TEST:8.462 seconds]
Create when provided valid arguments creates and starts a container
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:78
------------------------------
time="2017-08-03T07:35:04-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+ Failure [18.273 seconds]
Create when provided valid arguments [It] attaches a network endpoint with a port mapping
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:115
Expected success, but got an error:
<*json.UnmarshalTypeError | 0xc0422180f0>: {
Value: "array",
Type: {
size: 0xb8,
ptrdata: 0xa8,
hash: 3925852628,
tflag: 7,
align: 8,
fieldAlign: 8,
kind: 25,
alg: {hash: nil, equal: nil},
gcdata: 85,
str: 109008,
ptrToThis: 657632,
},
Offset: 1,
Struct: "",
Field: "",
}
json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:88
------------------------------
time="2017-08-03T07:35:22-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+ [SLOW TEST:15.347 seconds]
Create when provided valid arguments mounts the sandbox.vhdx at C:\proc\<pid>\root
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:131
------------------------------
time="2017-08-03T07:35:37-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+ [SLOW TEST:16.068 seconds]
Create when provided valid arguments when the bundle path is not provided uses the current directory as the bundle path
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:142
------------------------------
time="2017-08-03T07:35:54-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+ [SLOW TEST:16.092 seconds]
Create when provided valid arguments when the bundle path ends with a \ creates a container sucessfully
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:153
------------------------------
time="2017-08-03T07:36:09-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+ [SLOW TEST:15.573 seconds]
Create when provided valid arguments when the '--pid-file' flag is provided creates and starts the container and writes the container pid to the specified file
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:183
------------------------------
time="2017-08-03T07:36:25-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+time="2017-08-03T07:36:29-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
------------------------------
+ Failure in Spec Teardown (AfterEach) [16.412 seconds]
Create when provided valid arguments when the bundle config.json specifies bind mounts [AfterEach] creates a container with the specified directories as mounts
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:228
Expected success, but got an error:
<*os.PathError | 0xc0421797a0>: {
Op: "remove",
Path: "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\2\\mountsource781772853",
Err: 0x20,
}
remove C:\Users\ADMINI~1\AppData\Local\Temp\2\mountsource781772853: The process cannot access the file because it is being used by another process.
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:216
------------------------------
time="2017-08-03T07:36:45-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
Access is denied.
+ Failure in Spec Teardown (AfterEach) [16.344 seconds]
Create when provided valid arguments when the bundle config.json specifies bind mounts [AfterEach] the mounted directories are read only
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:238
Expected success, but got an error:
<*os.PathError | 0xc0420424b0>: {
Op: "remove",
Path: "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\2\\mountsource353823791",
Err: 0x20,
}
remove C:\Users\ADMINI~1\AppData\Local\Temp\2\mountsource353823791: The process cannot access the file because it is being used by another process.
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:216
------------------------------
time="2017-08-03T07:37:02-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+ Failure in Spec Teardown (AfterEach) [3.337 seconds]
Create when provided valid arguments when the bundle config.json specifies bind mounts [AfterEach] when the destination is /tmp/ mounts the specified directories
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:256
Expected success, but got an error:
<*os.PathError | 0xc0420dcf90>: {
Op: "remove",
Path: "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\2\\mountsource804526137",
Err: 0x20,
}
remove C:\Users\ADMINI~1\AppData\Local\Temp\2\mountsource804526137: The process cannot access the file because it is being used by another process.
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:216
------------------------------
time="2017-08-03T07:37:07-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+ Failure in Spec Teardown (AfterEach) [17.876 seconds]
Create when provided valid arguments when the bundle config.json specifies bind mounts [AfterEach] when the destination is /tmp/ when calling the mounted executable when using the windows path mounts the specified directories
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:273
Expected success, but got an error:
<*os.PathError | 0xc0420a8480>: {
Op: "remove",
Path: "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\2\\mountsource731155667",
Err: 0x20,
}
remove C:\Users\ADMINI~1\AppData\Local\Temp\2\mountsource731155667: The process cannot access the file because it is being used by another process.
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:216
------------------------------
time="2017-08-03T07:37:24-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+ Failure in Spec Teardown (AfterEach) [15.743 seconds]
Create when provided valid arguments when the bundle config.json specifies bind mounts [AfterEach] when the destination is /tmp/ when calling the mounted executable when using the unix path mounts the specified directories
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:285
Expected success, but got an error:
<*os.PathError | 0xc0420dc090>: {
Op: "remove",
Path: "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\2\\mountsource542213245",
Err: 0x20,
}
remove C:\Users\ADMINI~1\AppData\Local\Temp\2\mountsource542213245: The process cannot access the file because it is being used by another process.
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:216
------------------------------
time="2017-08-03T07:37:40-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+ Failure in Spec Teardown (AfterEach) [16.720 seconds]
Create when provided valid arguments when the bundle config.json specifies bind mounts [AfterEach] when a file is supplied as a mount ignores it and logs that it did so
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:326
Expected success, but got an error:
<*os.PathError | 0xc042178150>: {
Op: "remove",
Path: "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\2\\mountsource222436279",
Err: 0x20,
}
remove C:\Users\ADMINI~1\AppData\Local\Temp\2\mountsource222436279: The process cannot access the file because it is being used by another process.
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:216
------------------------------
time="2017-08-03T07:37:57-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+ [SLOW TEST:15.921 seconds]
Create when provided valid arguments when the bundle config.json specifies a container memory limit is not constrained by smaller memory limit
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:362
------------------------------
time="2017-08-03T07:38:13-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
++time="2017-08-03T07:38:17-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
------------------------------
+ [SLOW TEST:18.035 seconds]
Create when provided a container id that already exists errors
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:406
------------------------------
+time="2017-08-03T07:38:36-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
------------------------------
+ [SLOW TEST:16.082 seconds]
Exec when the container exists the process runs in the container
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/exec_test.go:76
------------------------------
time="2017-08-03T07:38:52-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+ [SLOW TEST:17.508 seconds]
Exec when the container exists when unix path is defined the process runs in the container
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/exec_test.go:89
------------------------------
time="2017-08-03T07:39:10-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+ [SLOW TEST:17.029 seconds]
Exec when the container exists when there is cmd.exe and cmd runs the .exe for windows
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/exec_test.go:105
------------------------------
time="2017-08-03T07:39:27-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+ Failure [3.169 seconds]
Exec when the container exists when the '--process' flag is provided [It] runs the process specified in the process.json
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/exec_test.go:136
Expected error:
<*exec.ExitError | 0xc0421a4aa0>: {
ProcessState: {
pid: 3476,
status: {ExitCode: 1},
rusage: {
CreationTime: {
LowDateTime: 1316613510,
HighDateTime: 30608486,
},
ExitTime: {
LowDateTime: 1319410699,
HighDateTime: 30608486,
},
KernelTime: {LowDateTime: 312500, HighDateTime: 0},
UserTime: {LowDateTime: 0, HighDateTime: 0},
},
},
Stderr: nil,
}
exit status 1
not to have occurred
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/exec_test.go:128
------------------------------
time="2017-08-03T07:39:31-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+time="2017-08-03T07:39:35-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
------------------------------
+ Failure [17.067 seconds]
Exec when the container exists when the '--user' flag is provided [It] runs the process as the specified user
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/exec_test.go:154
Expected success, but got an error:
<*exec.ExitError | 0xc0423e2a00>: {
ProcessState: {
pid: 2884,
status: {ExitCode: 1},
rusage: {
CreationTime: {
LowDateTime: 1397084669,
HighDateTime: 30608486,
},
ExitTime: {
LowDateTime: 1400981279,
HighDateTime: 30608486,
},
KernelTime: {LowDateTime: 156250, HighDateTime: 0},
UserTime: {LowDateTime: 156250, HighDateTime: 0},
},
},
Stderr: nil,
}
exit status 1
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/exec_test.go:152
------------------------------
time="2017-08-03T07:39:52-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+time="2017-08-03T07:39:56-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
------------------------------
+ [SLOW TEST:17.198 seconds]
Exec when the container exists when the '--env' flag is provided runs the process with the specified environment variables
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/exec_test.go:192
------------------------------
time="2017-08-03T07:40:14-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+ [SLOW TEST:17.079 seconds]
Exec when the container exists when the --detach flag is passed the process runs in the container and returns immediately
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/exec_test.go:206
------------------------------
time="2017-08-03T07:40:31-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+ [SLOW TEST:18.460 seconds]
Exec when the container exists when the --detach flag is not passed the process runs in the container and returns the exit code when the process finishes
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/exec_test.go:218
------------------------------
time="2017-08-03T07:40:49-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+ [SLOW TEST:17.695 seconds]
Exec when the container exists when the --detach flag is not passed passes stdin through to the process
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/exec_test.go:232
------------------------------
time="2017-08-03T07:41:07-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+ [SLOW TEST:17.478 seconds]
Exec when the container exists when the --detach flag is not passed captures the stdout
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/exec_test.go:239
------------------------------
time="2017-08-03T07:41:25-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+time="2017-08-03T07:41:31-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
------------------------------
+ [SLOW TEST:18.258 seconds]
Exec when the container exists when the --detach flag is not passed captures the CTRL+C
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/exec_test.go:265
------------------------------
time="2017-08-03T07:41:46-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+time="2017-08-03T07:41:51-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
------------------------------
+ [SLOW TEST:19.670 seconds]
Exec when the container exists when the command is invalid errors
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/exec_test.go:306
------------------------------
+time="2017-08-03T07:42:10-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+++++++time="2017-08-03T07:42:16-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
+time="2017-08-03T07:42:20-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
++++time="2017-08-03T07:42:27-07:00" level=error msg="json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint"
------------------------------
+ [SLOW TEST:21.516 seconds]
Flags when passed '--root' is able to create a container with the specified root
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/flags_test.go:217
------------------------------
++
------------------------------
+ [SLOW TEST:16.582 seconds]
Delete when provided an existing container id when the container is running deletes the container
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/delete_test.go:57
------------------------------
+ [SLOW TEST:18.880 seconds]
Delete when provided an existing container id when the container is running deletes the container endpoints
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/delete_test.go:73
------------------------------
+
------------------------------
+ [SLOW TEST:17.586 seconds]
Delete when provided an existing container id when the container is running unmounts sandbox.vhdx
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/delete_test.go:97
------------------------------
+++++++++++++++++++
Summarizing 9 Failures:
[Fail] Create when provided valid arguments [It] attaches a network endpoint with a port mapping
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:88
[Fail] Create when provided valid arguments when the bundle config.json specifies bind mounts [AfterEach] creates a container with the specified directories as mounts
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:216
[Fail] Create when provided valid arguments when the bundle config.json specifies bind mounts [AfterEach] the mounted directories are read only
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:216
[Fail] Create when provided valid arguments when the bundle config.json specifies bind mounts [AfterEach] when the destination is /tmp/ mounts the specified directories
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:216
[Fail] Create when provided valid arguments when the bundle config.json specifies bind mounts [AfterEach] when the destination is /tmp/ when calling the mounted executable when using the windows path mounts the specified directories
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:216
[Fail] Create when provided valid arguments when the bundle config.json specifies bind mounts [AfterEach] when the destination is /tmp/ when calling the mounted executable when using the unix path mounts the specified directories
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:216
[Fail] Create when provided valid arguments when the bundle config.json specifies bind mounts [AfterEach] when a file is supplied as a mount ignores it and logs that it did so
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/create_test.go:216
[Fail] Exec when the container exists when the '--process' flag is provided [It] runs the process specified in the process.json
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/exec_test.go:128
[Fail] Exec when the container exists when the '--user' flag is provided [It] runs the process as the specified user
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc/exec_test.go:152
Ran 73 of 73 Specs in 554.343 seconds
FAIL! -- 64 Passed | 9 Failed | 0 Pending | 0 Skipped --- FAIL: TestWinc (555.29s)
FAIL
[1501770861] WincImage Suite - 6/6 specs ++++++ SUCCESS! 5.795653s PASS
[1501770861] Winc-Network Suite - 5/5 specs
------------------------------
+ Failure [16.768 seconds]
up stdin contains a port mapping request [It] prints the correct port mapping for the container
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc-network/main_test.go:57
Expected success, but got an error:
<*exec.ExitError | 0xc042264b20>: {
ProcessState: {
pid: 1500,
status: {ExitCode: 1},
rusage: {
CreationTime: {
LowDateTime: 4137263949,
HighDateTime: 30608486,
},
ExitTime: {
LowDateTime: 4141330904,
HighDateTime: 30608486,
},
KernelTime: {LowDateTime: 312500, HighDateTime: 0},
UserTime: {LowDateTime: 312500, HighDateTime: 0},
},
},
Stderr: nil,
}
exit status 1
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc-network/main_test.go:53
------------------------------
+ Failure [16.422 seconds]
up stdin contains a port mapping request [It] outputs the host's public IP as the container IP
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc-network/main_test.go:75
Expected success, but got an error:
<*exec.ExitError | 0xc042265d40>: {
ProcessState: {
pid: 4516,
status: {ExitCode: 1},
rusage: {
CreationTime: {
LowDateTime: 16653249,
HighDateTime: 30608487,
},
ExitTime: {
LowDateTime: 21904555,
HighDateTime: 30608487,
},
KernelTime: {LowDateTime: 625000, HighDateTime: 0},
UserTime: {LowDateTime: 0, HighDateTime: 0},
},
},
Stderr: nil,
}
exit status 1
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc-network/main_test.go:63
------------------------------
+ Failure [18.062 seconds]
up stdin contains a port mapping request with two ports [It] prints the correct port mapping for the container
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc-network/main_test.go:87
Expected success, but got an error:
<*exec.ExitError | 0xc042344c20>: {
ProcessState: {
pid: 2428,
status: {ExitCode: 1},
rusage: {
CreationTime: {
LowDateTime: 1767219092,
HighDateTime: 30608487,
},
ExitTime: {
LowDateTime: 1770816453,
HighDateTime: 30608487,
},
KernelTime: {LowDateTime: 0, HighDateTime: 0},
UserTime: {LowDateTime: 312500, HighDateTime: 0},
},
},
Stderr: nil,
}
exit status 1
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc-network/main_test.go:83
------------------------------
+ Failure [16.640 seconds]
up stdin does not contain a port mapping request [It] prints an empty list of mapped ports
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc-network/main_test.go:99
Expected success, but got an error:
<*exec.ExitError | 0xc042426360>: {
ProcessState: {
pid: 4372,
status: {ExitCode: 1},
rusage: {
CreationTime: {
LowDateTime: 1951677943,
HighDateTime: 30608487,
},
ExitTime: {
LowDateTime: 1955520195,
HighDateTime: 30608487,
},
KernelTime: {LowDateTime: 312500, HighDateTime: 0},
UserTime: {LowDateTime: 156250, HighDateTime: 0},
},
},
Stderr: nil,
}
exit status 1
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc-network/main_test.go:95
------------------------------
+ Failure [4.644 seconds]
up stdin contains an invalid port mapping request [It] errors
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc-network/main_test.go:111
Expected
<string>: networkUp: json: cannot unmarshal array into Go value of type hcsshim.HNSEndpoint
to contain substring
<string>: invalid port mapping
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc-network/main_test.go:110
------------------------------
Summarizing 5 Failures:
[Fail] up stdin contains a port mapping request [It] prints the correct port mapping for the container
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc-network/main_test.go:53
[Fail] up stdin contains a port mapping request [It] outputs the host's public IP as the container IP
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc-network/main_test.go:63
[Fail] up stdin contains a port mapping request with two ports [It] prints the correct port mapping for the container
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc-network/main_test.go:83
[Fail] up stdin does not contain a port mapping request [It] prints an empty list of mapped ports
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc-network/main_test.go:95
[Fail] up stdin contains an invalid port mapping request [It] errors
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/cmd/winc-network/main_test.go:110
Ran 5 of 5 Specs in 248.205 seconds
FAIL! -- 0 Passed | 5 Failed | 0 Pending | 0 Skipped --- FAIL: TestWincNetwork (248.77s)
FAIL
[1501770861] Container Suite - 33/33 specs +++++++++++++++++++++++++++++++++ SUCCESS! 191.0021ms PASS
[1501770861] Filelock Suite - 4/4 specs ++++ SUCCESS! 2.877984s PASS
[1501770861] Serializer Suite - 9/9 specs +++++++++ SUCCESS! 36.0074ms PASS
[1501770861] Network Suite - 11/11 specs +++++++++++ SUCCESS! 32.2497ms PASS
[1501770861] PortAllocator Suite - 28/28 specs ++++++++++++++++++++++
------------------------------
+ [MEASUREMENT]
Tracker AcquireOne performance should acquire all of the ports quickly
C:/users/Administrator/go/src/code.cloudfoundry.org/winc/port_allocator/pool_test.go:91
10 samples:
runtime - Fastest Time: 0.954s, Average Time: 1.023s ± 0.054s, Slowest Time: 1.100s
------------------------------
+++++ SUCCESS! 10.4543759s PASS
[1501770861] Sandbox Suite - 15/15 specs +++++++++++++++ SUCCESS! 135.0031ms PASS
[1501770861] Volume Suite - 1/1 specs + SUCCESS! 65.9691ms PASS
There were failures detected in the following suites:
winc .\cmd\winc
winc-network .\cmd\winc-network
Ginkgo ran 10 suites in 14m4.5829965s
Test Suite Failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment