Skip to content

Instantly share code, notes, and snippets.

@cbednarski
Created June 2, 2015 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbednarski/48285b12ee88bd1d7bbc to your computer and use it in GitHub Desktop.
Save cbednarski/48285b12ee88bd1d7bbc to your computer and use it in GitHub Desktop.
Packer test failure
2015/06/01 17:07:57 Running builder: foo
2015/06/01 17:07:57 ui: ==> test: Running post-processor: testPP
2015/06/01 17:07:57 Flagging to keep original artifact from post-processor 'testPP'
2015/06/01 17:07:57 Running builder: foo
2015/06/01 17:07:57 Running builder: foo
2015/06/01 17:07:57 ui: ==> test: Running post-processor: pp
2015/06/01 17:07:57 Deleting original artifact for build 'test'
2015/06/01 17:07:57 Running builder: foo
2015/06/01 17:07:57 ui: ==> test: Running post-processor: pp
2015/06/01 17:07:57 ui: ==> test: Running post-processor: pp
2015/06/01 17:07:57 Flagging to keep original artifact from post-processor 'pp'
2015/06/01 17:07:57 Running builder: foo
2015/06/01 17:07:57 ui: ==> test: Running post-processor: pp
2015/06/01 17:07:57 ui: ==> test: Running post-processor: pp
2015/06/01 17:07:57 ui: ==> test: Running post-processor: pp
2015/06/01 17:07:57 ui: ==> test: Running post-processor: pp
2015/06/01 17:07:57 Deleting prior artifact from post-processor 'pp'
2015/06/01 17:07:57 Deleting original artifact for build 'test'
2015/06/01 17:07:57 Running builder: foo
2015/06/01 17:07:57 ui: ==> test: Running post-processor: pp
2015/06/01 17:07:57 Flagging to keep original artifact from post-processor 'pp'
2015/06/01 17:07:57 ui: hello
2015/06/01 17:07:57 ui: world
2015/06/01 17:07:57 ui:
2015/06/01 17:07:57 ui: there
2015/06/01 17:07:57 ui:
--- FAIL: TestRemoteCmd_StartWithUi-8 (0.00s)
communicator_test.go:37: bad output: 'hello
world
there
'
2015/06/01 17:07:57 Running builder: test
2015/06/01 17:07:57 Running builder: test
2015/06/01 17:07:57 Running builder: test
2015/06/01 17:07:57 Running builder: test
2015/06/01 17:07:57 Running builder: test
2015/06/01 17:07:57 Running builder: test
2015/06/01 17:07:57 Running builder: test
2015/06/01 17:07:57 ui: ==> test: Running post-processor: test
2015/06/01 17:07:57 Deleting original artifact for build 'test'
2015/06/01 17:07:57 ui: Pausing 0 before the next provisioner...
2015/06/01 17:07:57 ui: Pausing 50ms before the next provisioner...
2015/06/01 17:07:57 ui: Pausing 0 before the next provisioner...
2015/06/01 17:07:57 ui: foo
2015/06/01 17:07:57 ui: foo
2015/06/01 17:07:57 ui error: foo
2015/06/01 17:07:57 ui: foo
2015/06/01 17:07:57 ui: foo
2015/06/01 17:07:57 ui error: foo
2015/06/01 17:07:57 ui: ==> foo: foo
2015/06/01 17:07:57 ui: foo: foo
2015/06/01 17:07:57 ui error: ==> foo: bar
2015/06/01 17:07:57 ui: ==> foo: foo
==> foo: bar
2015/06/01 17:07:57 ui error: foo
2015/06/01 17:07:57 ui error: 5
2015/06/01 17:07:57 ui: foo
2015/06/01 17:07:57 ui: 5
FAIL
FAIL github.com/mitchellh/packer/packer 0.227s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment