oilshell.org

Side By Side Lines Parsed? Parse Process Time (secs) Translated? Filename
view 127 OK 0.11 OK bootstrap_chef.sh
view 44 OK 0.08 OK build_snaps.sh
view 53 OK 0.07 OK chefit.sh
view 87 OK 0.11 OK cluster-assign-roles.sh
view 284 OK 0.19 FAIL cluster-check.sh
view 82 OK 0.07 OK cluster-enroll-cobbler.sh
view 118 OK 0.1 OK cluster-nuke.sh
view 47 OK 0.09 OK cluster-rechef.sh
view 50 OK 0.1 OK cluster-to-html.sh
view 57 FAIL 0.06 OK cluster-vip.sh
view 43 OK 0.08 OK cluster-whatsup.sh
view 22 OK 0.06 OK configure-knife.sh
view 84 FAIL 0.07 OK enroll_cobbler.sh
view 7 OK 0.06 OK finish-head.sh
view 10 OK 0.06 OK finish-worker.sh
view 57 OK 0.08 OK get-build-artifacts.sh
view 31 OK 0.06 OK install-chef.sh
view 28 OK 0.08 OK install_bootstrap_ssh_key.sh
view 16 OK 0.06 OK make-admin.sh
view 133 OK 0.11 OK make_databag.sh
view 10 OK 0.07 OK make_secret.sh
view 92 OK 0.08 OK nodessh.sh
view 84 OK 0.11 OK non_vagrant_boot.sh
view 34 OK 0.07 OK proxy_cert_download_hack.sh
view 37 OK 0.07 OK proxy_setup.sh
view 9 OK 0.05 OK remove-dead-osd.sh
view 33 OK 0.08 OK setup_chef_bootstrap_node.sh
view 93 OK 0.09 OK setup_chef_cookbooks.sh
view 85 OK 0.09 OK setup_chef_server.sh
view 16 OK 0.07 OK setup_development.sh
view 8 OK 0.07 OK setup_ssh_keys.sh
view 10 OK 0.07 OK vbox_chef.sh
view 345 OK 0.23 OK vbox_create.sh
view 12 OK 0.06 OK vbox_restore.sh
view 8 OK 0.05 OK vbox_save.sh
view 3 OK 0.07 OK vbox_update.sh
view 38 OK 0.08 OK virtualbox_env.sh
view 80 FAIL 0.06 OK vm-to-cluster.sh
view 116 OK 0.1 OK wait_and_bootstrap.sh
view 44 OK 0.1 OK zap-ceph-disks.sh

stderr

Translating cluster-check.sh
        Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/oil.py", line 918, in <module>
    sys.exit(main(sys.argv))
  File "/home/andy/git/oilshell/oil/bin/oil.py", line 876, in main
    return AppBundleMain(argv)
  File "/home/andy/git/oilshell/oil/bin/oil.py", line 851, in AppBundleMain
    return OshCommandMain(main_argv)
  File "/home/andy/git/oilshell/oil/bin/oil.py", line 783, in OshCommandMain
    osh2oil.PrintAsOil(arena, node)
  File "/home/andy/git/oilshell/oil/tools/osh2oil.py", line 84, in PrintAsOil
    fixer.DoCommand(node, None, at_top_level=True)  # no local symbols yet
  File "/home/andy/git/oilshell/oil/tools/osh2oil.py", line 574, in DoCommand
    self.DoCommand(child, local_symbols, at_top_level=at_top_level)
  File "/home/andy/git/oilshell/oil/tools/osh2oil.py", line 844, in DoCommand
    self.DoCommand(child, local_symbols)
  File "/home/andy/git/oilshell/oil/tools/osh2oil.py", line 813, in DoCommand
    self.DoCommand(node.body, local_symbols)
  File "/home/andy/git/oilshell/oil/tools/osh2oil.py", line 761, in DoCommand
    self.DoCommand(child, local_symbols)
  File "/home/andy/git/oilshell/oil/tools/osh2oil.py", line 791, in DoCommand
    self.DoCommand(node.body, local_symbols)
  File "/home/andy/git/oilshell/oil/tools/osh2oil.py", line 761, in DoCommand
    self.DoCommand(child, local_symbols)
  File "/home/andy/git/oilshell/oil/tools/osh2oil.py", line 844, in DoCommand
    self.DoCommand(child, local_symbols)
  File "/home/andy/git/oilshell/oil/tools/osh2oil.py", line 650, in DoCommand
    self.DoShAssignment(node, at_top_level, local_symbols)
  File "/home/andy/git/oilshell/oil/tools/osh2oil.py", line 538, in DoShAssignment
    self.DoWordAsExpr(pair.rhs, local_symbols)
  File "/home/andy/git/oilshell/oil/tools/osh2oil.py", line 935, in DoWordAsExpr
    self.DoWordInCommand(node, local_symbols)
  File "/home/andy/git/oilshell/oil/tools/osh2oil.py", line 1113, in DoWordInCommand
    self.DoWordPart(part, local_symbols)
  File "/home/andy/git/oilshell/oil/tools/osh2oil.py", line 1326, in DoWordPart
    raise AssertionError(node.__class__.__name__)
AssertionError: word_part__ExprSub

        
Parsing cluster-vip.sh
          echo $IPADDRESS | tr -d " | tr -d ,
                          ^
[ backticks at ... ]:1: Unexpected EOF reading double-quoted string that began here

        
Parsing vm-to-cluster.sh
          $VBM showvminfo $HOSTNAME --machinereadable | grep macaddress1 | tr -d " | tr = " " | awk '{print $2}'
                                                                                    ^
[ backticks at ... ]:1: Unexpected EOF reading double-quoted string that began here

        
Parsing enroll_cobbler.sh
          $VBM showvminfo --machinereadable $i | grep macaddress1 | cut -d " -f 2 | sed 's/.\{2\}/&:/g;s/:$//'
                                                                   ^
[ backticks at ... ]:1: Unexpected EOF reading double-quoted string that began here