<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi James, <br>
    <br>
    Sorry for the late reply. Seems like machinery is not returning
    anything to stdout. When you run `bin/machinery --version` (that is
    two dashes not just one) what output do you get? <br>
    <br>
    One thing that I saw is missing on our README is to have the "go"
    package installed. Without it machinery won't be able to compile the
    machinery helper and this is the only way I was able to reproduce
    your error right now. If this is the case you can easily install by
    running `sudo zypper in go`<br>
    <br>
    Cheers,<br>
    <br>
    On 05/24/2016 07:32 PM, James Mason wrote:<br>
    <blockquote type="cite">Hi,<br>
      <br>
      I just checkout out machinery from github, followed the
      'Development'<br>
      instructions ( <a class="moz-txt-link-freetext" href="https://github.com/suse/machinery#development">https://github.com/suse/machinery#development</a> ) and
      I'm<br>
      getting the following error running `rake spec`:<br>
      <br>
      <br>
      Failures:<br>
      <br>
        1) machinery logs to the logfile in MACHINERY_LOG_FILE<br>
           Failure/Error: expect(logged_line).to match(/\d{4}-\d{2}-<br>
      \d{2}T\d{2}:\d{2}:\d{2}.*#\d+.*INFO.*Executing \(Version<br>
      \d+\.\d+\.\d+\).*machinery --version/)<br>
             expected "GivenFilesystem was here\n" to match
      /\d{4}-\d{2}-<br>
      \d{2}T\d{2}:\d{2}:\d{2}.*#\d+.*INFO.*Executing \(Version<br>
      \d+\.\d+\.\d+\).*machinery --version/<br>
             Diff:<br>
             @@ -1,2 +1,2 @@<br>
            
      -/\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.*#\d+.*INFO.*Executing<br>
      \(Version \d+\.\d+\.\d+\).*machinery --version/<br>
             +GivenFilesystem was here<br>
             <br>
           # ./spec/unit/machinery_spec.rb:32:in `block (2 levels) in
      <top<br>
      (required)>'<br>
      <br>
      Finished in 24.72 seconds (files took 1.03 seconds to load)<br>
      1233 examples, 1 failure<br>
      <br>
      Failed examples:<br>
      <br>
      rspec ./spec/unit/machinery_spec.rb:24 # machinery logs to the
      logfile<br>
      in MACHINERY_LOG_FILE<br>
      <br>
      <br>
      Suggestions? <br>
      <br>
    </blockquote>
    <span style="white-space: pre;">> _______________________________________________
> Machinery mailing list
> <a class="moz-txt-link-abbreviated" href="mailto:Machinery@lists.suse.com">Machinery@lists.suse.com</a>
> <a class="moz-txt-link-freetext" href="http://lists.suse.com/mailman/listinfo/machinery">http://lists.suse.com/mailman/listinfo/machinery</a></span><br>
    <br>
    <br>
  </body>
</html>